diff --git a/.gitignore b/.gitignore index 7a45c298..2a6d4059 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,222 @@ ---* -*.pdb -*.Cache +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files *.suo -*.FileListAbsolute.txt -#.gitignore -*.exe -*.manifest -*.cache -*.refresh -*/obj/Debug/* -*/obj/Release/* -*/bin/Release/* -*/bin/Debug/* -*/bin/* -*/Bin/* -*/obj/x86/* -*/bin/* -*/obj/* *.user -+* -TestResults -#*.vsmdi -#Local.testsettings -#TraceAndTestImpact.testsettings -LastTrace.log -Bin/* +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ib/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +**/Properties/launchSettings.json + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj *.log -obj/* -bin/* -*/read.1.tlog -bin -obj +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser + +# Microsoft Fakes +FakesAssemblies/ + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# MSBuild Binary and Structured Log +*.binlog diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8b5d6c69 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: csharp +solution: X12.sln +mono: + - latest +install: + - nuget restore X12.sln + - nuget install NUnit.Runners -Version 3.9.0 -OutputDirectory testrunner +script: + - xbuild /p:Configuration=Release X12.sln + - mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./tests/X12.Tests.Unit/bin/Release/X12.Tests.Unit.dll \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..8d866f8d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,118 @@ +# Common Development and Distribution License (CDDL) + +## 1. Definitions. + +1.1. Contributor means each individual or entity that creates or contributes to the creation of Modifications. + +1.2. Contributor Version means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor. + +1.3. Covered Software means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof. + +1.4. Executable means the Covered Software in any form other than Source Code. + +1.5. Initial Developer means the individual or entity that first makes Original Software available under this License. + +1.6. Larger Work means a work which combines Covered Software or portions thereof with code not governed by the terms of this License. + +1.7. License means this document. + +1.8. Licensable means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. + +1.9. Modifications means the Source Code and Executable form of any of the following: + A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications; + B. Any new file that contains any part of the Original Software or previous Modification; or + C. Any new file that is contributed or otherwise made available under the terms of this License. + +1.10. Original Software means the Source Code and Executable form of computer software code that is originally released under this License. + +1.11. Patent Claims means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. + +1.12. Source Code means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code. + +1.13. You (or Your) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +## 2. License Grants. + +### 2.1. The Initial Developer Grant. + +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license: + (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and + (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof). + (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License. + (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices. + +### 2.2. Contributor Grant. + +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and + (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). + (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party. + (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor. + +## 3. Distribution Obligations. + +### 3.1. Availability of Source Code. + +Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. Yo must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange. + +### 3.2. Modifications. + +The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License. + +### 3.3. Required Notices. + +You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer. + +### 3.4. Application of Additional Terms. + +You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + +### 3.5. Distribution of Executable Versions. + +You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipients rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + +### 3.6. Larger Works. + +You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software. + +## 4. Versions of the License. + +### 4.1. New Versions. + +Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License. + +### 4.2. Effect of New Versions. + +You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward. + +### 4.3. Modified Versions. + +When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License. + +## 5. DISCLAIMER OF WARRANTY. + +COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +## 6. TERMINATION. + + 6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + + 6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as Participant) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant. + + 6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination. + +## 7. LIMITATION OF LIABILITY. + +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +## 8. U.S. GOVERNMENT END USERS. + +The Covered Software is a commercial item, as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of commercial computer software (as that term is defined at 48 C.F.R. 252.227-7014(a)(1)) and commercial computer software documentation as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License. + +## 9. MISCELLANEOUS. + +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdictions conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software. + +## 10. RESPONSIBILITY FOR CLAIMS. + +As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. diff --git a/License.html b/License.html deleted file mode 100644 index aa6bc2f3..00000000 --- a/License.html +++ /dev/null @@ -1,10 +0,0 @@ - - -
-

Common Development and Distribution License (CDDL)

- -

1. Definitions.

1.1. Contributor means each individual or entity that creates or contributes to the creation of Modifications.

1.2. Contributor Version means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.

1.3. Covered Software means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.

1.4. Executable means the Covered Software in any form other than Source Code.

1.5. Initial Developer means the individual or entity that first makes Original Software available under this License.

1.6. Larger Work means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.

1.7. License means this document.

1.8. Licensable means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.

1.9. Modifications means the Source Code and Executable form of any of the following:

A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;

B. Any new file that contains any part of the Original Software or previous Modification; or

C. Any new file that is contributed or otherwise made available under the terms of this License.

1.10. Original Software means the Source Code and Executable form of computer software code that is originally released under this License.

1.11. Patent Claims means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.

1.12. Source Code means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.

1.13. You (or Your) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.

2. License Grants.

2.1. The Initial Developer Grant.

Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:

(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and

(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof).

(c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.

(d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.

2.2. Contributor Grant.

Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:

(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and

(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).

(c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.

(d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.

3. Distribution Obligations.

3.1. Availability of Source Code.

Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. Yo must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.

3.2. Modifications.

The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License.

3.3. Required Notices.

You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.

3.4. Application of Additional Terms.

You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.

3.5. Distribution of Executable Versions.

You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipients rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.

3.6. Larger Works.

You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.

4. Versions of the License.

4.1. New Versions.

Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.

4.2. Effect of New Versions.

You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward.

4.3. Modified Versions.

When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.

5. DISCLAIMER OF WARRANTY.

COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.

6. TERMINATION.

6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.

6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as Participant) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant.

6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.

7. LIMITATION OF LIABILITY.

UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.

8. U.S. GOVERNMENT END USERS.

The Covered Software is a commercial item, as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of commercial computer software (as that term is defined at 48 C.F.R. 252.227-7014(a)(1)) and commercial computer software documentation as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License.

9. MISCELLANEOUS.

This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdictions conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software.

10. RESPONSIBILITY FOR CLAIMS.

As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.

- -
- - \ No newline at end of file diff --git a/Local.testsettings b/Local.testsettings index 6617367a..6287a442 100644 --- a/Local.testsettings +++ b/Local.testsettings @@ -2,8 +2,8 @@ These are default test settings for a local test run. - - + + diff --git a/OopFactory.X12.vsmdi b/OopFactory.X12.vsmdi deleted file mode 100644 index 3df445b3..00000000 --- a/OopFactory.X12.vsmdi +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/OopFactory.X12.vssscc b/OopFactory.X12.vssscc deleted file mode 100644 index 794f014c..00000000 --- a/OopFactory.X12.vssscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT" -} diff --git a/README.md b/README.md index d2ac7edd..334204d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ -# X12Parser +
+ +
-This is an open source .NET C# implementation of an X12 Parser. +-------- + +[![Build Status](https://travis-ci.org/bvanfleet/X12.NET.svg?branch=master)](https://travis-ci.org/bvanfleet/X12.NET) [![x12net MyGet Build Status](https://www.myget.org/BuildSource/Badge/x12net?identifier=3522e489-0d1b-4a7e-90ad-4f1a2c70811d)](https://www.myget.org/) + +X12.NET +------- + +This is an open source .NET C# implementation of an X12 Parser. Originally forked from [Inteligenz/X12Parser](https://github.com/Inteligenz/X12Parser). The parser allows for a specification of any X12 transaction set to create a generic X12 xml representation of the hierarchical data contained within the X12 document. -No database integration is required by design, though you can use the ImportX12 app to parse into a SQL Server database and skip the XML. +While no SQL integration is required, there are interfaces to be able to interact with a SQL database. There are also integrations to parse the X12 to XML, HTML, and PDF documents. diff --git a/TraceAndTestImpact.testsettings b/TraceAndTestImpact.testsettings index ff65a4c4..ece2e129 100644 --- a/TraceAndTestImpact.testsettings +++ b/TraceAndTestImpact.testsettings @@ -2,7 +2,7 @@ These are test settings for Trace and Test Impact. - + diff --git a/OopFactory.X12.sln b/X12.sln similarity index 59% rename from OopFactory.X12.sln rename to X12.sln index e548fb22..9f64c185 100644 --- a/OopFactory.X12.sln +++ b/X12.sln @@ -1,262 +1,273 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12", "src\OopFactory.X12\OopFactory.X12.csproj", "{AFE1BBBC-B957-461C-9022-B45D3DB117C9}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.X12Parser", "src\OopFactory.X12.X12Parser\OopFactory.X12.X12Parser.csproj", "{19307F16-3D8C-4E4D-8903-8BAD12EDAE78}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57B7B5ED-5C3D-464D-B67C-7623BBBA8AC0}" - ProjectSection(SolutionItems) = preProject - Local.testsettings = Local.testsettings - OopFactory.X12.vsmdi = OopFactory.X12.vsmdi - TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Tests.Unit", "tests\OopFactory.X12.Tests.Unit\OopFactory.X12.Tests.Unit.csproj", "{CE09ACD3-898F-467D-BA43-3FDF181A51AE}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.UnbundleX12", "src\OopFactory.X12.UnbundleX12\OopFactory.X12.UnbundleX12.csproj", "{84527618-2CC2-4C14-8C0D-09012C4E12AD}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Hipaa", "src\OopFactory.X12.Hipaa\OopFactory.X12.Hipaa.csproj", "{203C0F4B-D1F0-4C20-8968-7DBD84F4A815}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{54C5B25A-2D9B-4189-8DFA-CFF39BFACE09}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{CC068D63-72CD-4A76-B0D3-3C76F5162FAE}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Hipaa.Tests.Unit", "tests\OopFactory.X12.Hipaa.Tests.Unit\OopFactory.X12.Hipaa.Tests.Unit.csproj", "{8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Hipaa.ClaimParser", "src\OopFactory.X12.Hipaa.ClaimParser\OopFactory.X12.Hipaa.ClaimParser.csproj", "{1E3BD8A3-21EA-4B71-8A55-31910211A316}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Validation", "src\OopFactory.X12.Validation\OopFactory.X12.Validation.csproj", "{65B52E5E-4105-4A4B-AB14-D16DFC3942A4}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Validation.Tests.Unit", "tests\OopFactory.X12.Validation.Tests.Unit\OopFactory.X12.Validation.Tests.Unit.csproj", "{9A5654D7-0DF6-448C-A803-41F6AE62E175}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.AcknowledgeX12", "src\OopFactory.X12.AcknowledgeX12\OopFactory.X12.AcknowledgeX12.csproj", "{60D11F71-5197-4E36-A57F-B8DDCC108006}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.ImportX12", "src\OopFactory.X12.ImportX12\OopFactory.X12.ImportX12.csproj", "{0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Tests.Integration", "tests\OopFactory.X12.Tests.Integration\OopFactory.X12.Tests.Integration.csproj", "{66441684-A8F7-4C9F-AB0F-5F9448352EF1}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.Sql", "src\OopFactory.X12.Sql\OopFactory.X12.Sql.csproj", "{82795B66-0F18-4385-8180-A8C7E0F41893}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OopFactory.X12.TransformToX12", "src\OopFactory.X12.TransformToX12\OopFactory.X12.TransformToX12.csproj", "{8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}" -EndProject -Global - GlobalSection(TeamFoundationVersionControl) = preSolution - SccNumberOfProjects = 14 - SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs11 - SccLocalPath0 = . - SccProjectUniqueName1 = src\\OopFactory.X12\\OopFactory.X12.csproj - SccProjectTopLevelParentUniqueName1 = OopFactory.X12.sln - SccProjectName1 = src/OopFactory.X12 - SccLocalPath1 = src\\OopFactory.X12 - SccProjectUniqueName2 = src\\OopFactory.X12.X12Parser\\OopFactory.X12.X12Parser.csproj - SccProjectName2 = src/OopFactory.X12.X12Parser - SccLocalPath2 = src\\OopFactory.X12.X12Parser - SccProjectUniqueName3 = tests\\OopFactory.X12.Tests.Unit\\OopFactory.X12.Tests.Unit.csproj - SccProjectTopLevelParentUniqueName3 = OopFactory.X12.sln - SccProjectName3 = tests/OopFactory.X12.Tests.Unit - SccLocalPath3 = tests\\OopFactory.X12.Tests.Unit - SccProjectUniqueName4 = src\\OopFactory.X12.UnbundleX12\\OopFactory.X12.UnbundleX12.csproj - SccProjectName4 = src/OopFactory.X12.UnbundleX12 - SccLocalPath4 = src\\OopFactory.X12.UnbundleX12 - SccProjectUniqueName5 = OopFactory.X12.TransformToX12\\OopFactory.X12.TransformToX12.csproj - SccProjectName5 = OopFactory.X12.TransformToX12 - SccLocalPath5 = OopFactory.X12.TransformToX12 - SccProjectUniqueName6 = src\\OopFactory.X12.Hipaa\\OopFactory.X12.Hipaa.csproj - SccProjectTopLevelParentUniqueName6 = OopFactory.X12.sln - SccProjectName6 = src/OopFactory.X12.Hipaa - SccLocalPath6 = src\\OopFactory.X12.Hipaa - SccProjectUniqueName7 = tests\\OopFactory.X12.Hipaa.Tests.Unit\\OopFactory.X12.Hipaa.Tests.Unit.csproj - SccProjectTopLevelParentUniqueName7 = OopFactory.X12.sln - SccProjectName7 = tests/OopFactory.X12.Hipaa.Tests.Unit - SccLocalPath7 = tests\\OopFactory.X12.Hipaa.Tests.Unit - SccProjectUniqueName8 = src\\OopFactory.X12.Hipaa.ClaimParser\\OopFactory.X12.Hipaa.ClaimParser.csproj - SccProjectName8 = src/OopFactory.X12.Hipaa.ClaimParser - SccLocalPath8 = src\\OopFactory.X12.Hipaa.ClaimParser - SccProjectUniqueName9 = src\\OopFactory.X12.Validation\\OopFactory.X12.Validation.csproj - SccProjectTopLevelParentUniqueName9 = OopFactory.X12.sln - SccProjectName9 = src/OopFactory.X12.Validation - SccLocalPath9 = src\\OopFactory.X12.Validation - SccProjectUniqueName10 = tests\\OopFactory.X12.Validation.Tests.Unit\\OopFactory.X12.Validation.Tests.Unit.csproj - SccProjectTopLevelParentUniqueName10 = OopFactory.X12.sln - SccProjectName10 = tests/OopFactory.X12.Validation.Tests.Unit - SccLocalPath10 = tests\\OopFactory.X12.Validation.Tests.Unit - SccProjectUniqueName11 = src\\OopFactory.X12.AcknowledgeX12\\OopFactory.X12.AcknowledgeX12.csproj - SccProjectName11 = src/OopFactory.X12.AcknowledgeX12 - SccLocalPath11 = src\\OopFactory.X12.AcknowledgeX12 - SccProjectUniqueName12 = src\\OopFactory.X12.ImportX12\\OopFactory.X12.ImportX12.csproj - SccProjectName12 = src/OopFactory.X12.ImportX12 - SccLocalPath12 = src\\OopFactory.X12.ImportX12 - SccProjectUniqueName13 = tests\\OopFactory.X12.Tests.Integration\\OopFactory.X12.Tests.Integration.csproj - SccProjectTopLevelParentUniqueName13 = OopFactory.X12.sln - SccProjectName13 = tests/OopFactory.X12.Tests.Integration - SccLocalPath13 = tests\\OopFactory.X12.Tests.Integration - EndGlobalSection - GlobalSection(TestCaseManagementSettings) = postSolution - CategoryFile = OopFactory.X12.vsmdi - EndGlobalSection - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Debug|x86.ActiveCfg = Debug|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Release|Any CPU.Build.0 = Release|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {AFE1BBBC-B957-461C-9022-B45D3DB117C9}.Release|x86.ActiveCfg = Release|Any CPU - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|Any CPU.ActiveCfg = Debug|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|x86.ActiveCfg = Debug|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|x86.Build.0 = Debug|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Any CPU.ActiveCfg = Release|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Mixed Platforms.Build.0 = Release|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|x86.ActiveCfg = Release|x86 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|x86.Build.0 = Release|x86 - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|x86.ActiveCfg = Debug|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Any CPU.Build.0 = Release|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|x86.ActiveCfg = Release|Any CPU - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|Any CPU.ActiveCfg = Debug|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|x86.ActiveCfg = Debug|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|x86.Build.0 = Debug|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Any CPU.ActiveCfg = Release|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Mixed Platforms.Build.0 = Release|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|x86.ActiveCfg = Release|x86 - {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|x86.Build.0 = Release|x86 - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Any CPU.Build.0 = Debug|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|x86.ActiveCfg = Debug|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Any CPU.ActiveCfg = Release|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Any CPU.Build.0 = Release|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|x86.ActiveCfg = Release|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|x86.ActiveCfg = Debug|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Any CPU.Build.0 = Release|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|x86.ActiveCfg = Release|Any CPU - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|Any CPU.ActiveCfg = Debug|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|x86.ActiveCfg = Debug|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|x86.Build.0 = Debug|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Any CPU.ActiveCfg = Release|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Mixed Platforms.Build.0 = Release|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|x86.ActiveCfg = Release|x86 - {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|x86.Build.0 = Release|x86 - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|x86.ActiveCfg = Debug|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Any CPU.Build.0 = Release|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|x86.ActiveCfg = Release|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|x86.ActiveCfg = Debug|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Any CPU.Build.0 = Release|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|x86.ActiveCfg = Release|Any CPU - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|Any CPU.ActiveCfg = Debug|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|x86.ActiveCfg = Debug|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|x86.Build.0 = Debug|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Any CPU.ActiveCfg = Release|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Mixed Platforms.Build.0 = Release|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|x86.ActiveCfg = Release|x86 - {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|x86.Build.0 = Release|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|x86.ActiveCfg = Debug|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|x86.Build.0 = Debug|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Any CPU.ActiveCfg = Release|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Mixed Platforms.Build.0 = Release|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|x86.ActiveCfg = Release|x86 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|x86.Build.0 = Release|x86 - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|x86.ActiveCfg = Debug|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Any CPU.Build.0 = Release|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|x86.ActiveCfg = Release|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Any CPU.Build.0 = Debug|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|x86.ActiveCfg = Debug|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Any CPU.ActiveCfg = Release|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Any CPU.Build.0 = Release|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|x86.ActiveCfg = Release|Any CPU - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|Any CPU.ActiveCfg = Debug|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|x86.ActiveCfg = Debug|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|x86.Build.0 = Debug|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Any CPU.ActiveCfg = Release|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Mixed Platforms.Build.0 = Release|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|x86.ActiveCfg = Release|x86 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815} = {CC068D63-72CD-4A76-B0D3-3C76F5162FAE} - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} = {CC068D63-72CD-4A76-B0D3-3C76F5162FAE} - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} = {CC068D63-72CD-4A76-B0D3-3C76F5162FAE} - {82795B66-0F18-4385-8180-A8C7E0F41893} = {CC068D63-72CD-4A76-B0D3-3C76F5162FAE} - {CE09ACD3-898F-467D-BA43-3FDF181A51AE} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} - {9A5654D7-0DF6-448C-A803-41F6AE62E175} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} - {66441684-A8F7-4C9F-AB0F-5F9448352EF1} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2042 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.X12Parser", "src\X12.X12Parser\X12.X12Parser.csproj", "{19307F16-3D8C-4E4D-8903-8BAD12EDAE78}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57B7B5ED-5C3D-464D-B67C-7623BBBA8AC0}" + ProjectSection(SolutionItems) = preProject + .travis.yml = .travis.yml + deploy.sh = deploy.sh + Local.testsettings = Local.testsettings + README.md = README.md + TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Tests.Unit", "tests\X12.Tests.Unit\X12.Tests.Unit.csproj", "{CE09ACD3-898F-467D-BA43-3FDF181A51AE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.UnbundleX12", "src\X12.UnbundleX12\X12.UnbundleX12.csproj", "{84527618-2CC2-4C14-8C0D-09012C4E12AD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Hipaa", "src\X12.Hipaa\X12.Hipaa.csproj", "{203C0F4B-D1F0-4C20-8968-7DBD84F4A815}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{54C5B25A-2D9B-4189-8DFA-CFF39BFACE09}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Hipaa.Tests.Unit", "tests\X12.Hipaa.Tests.Unit\X12.Hipaa.Tests.Unit.csproj", "{8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Hipaa.ClaimParser", "src\X12.Hipaa.ClaimParser\X12.Hipaa.ClaimParser.csproj", "{1E3BD8A3-21EA-4B71-8A55-31910211A316}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Validation", "src\X12.Validation\X12.Validation.csproj", "{65B52E5E-4105-4A4B-AB14-D16DFC3942A4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Validation.Tests.Unit", "tests\X12.Validation.Tests.Unit\X12.Validation.Tests.Unit.csproj", "{9A5654D7-0DF6-448C-A803-41F6AE62E175}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.AcknowledgeX12", "src\X12.AcknowledgeX12\X12.AcknowledgeX12.csproj", "{60D11F71-5197-4E36-A57F-B8DDCC108006}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.ImportX12", "src\X12.ImportX12\X12.ImportX12.csproj", "{0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Tests.Integration", "tests\X12.Tests.Integration\X12.Tests.Integration.csproj", "{66441684-A8F7-4C9F-AB0F-5F9448352EF1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Sql", "src\X12.Sql\X12.Sql.csproj", "{82795B66-0F18-4385-8180-A8C7E0F41893}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.TransformToX12", "src\X12.TransformToX12\X12.TransformToX12.csproj", "{8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Shared", "src\X12.Shared\X12.Shared.csproj", "{74A34062-7CF9-41B5-9F36-A0367C9AFA2F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Parsing", "src\X12.Parsing\X12.Parsing.csproj", "{29EEAA38-BFB2-4732-A286-EB91355F9BCD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Specifications", "src\X12.Specifications\X12.Specifications.csproj", "{26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X12.Transformations", "src\X12.Transformations\X12.Transformations.csproj", "{C080E31B-1F81-4F6E-B634-90D834B1811D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|Any CPU.ActiveCfg = Debug|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|x86.ActiveCfg = Debug|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Debug|x86.Build.0 = Debug|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Any CPU.ActiveCfg = Release|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Any CPU.Build.0 = Release|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|Mixed Platforms.Build.0 = Release|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|x86.ActiveCfg = Release|x86 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78}.Release|x86.Build.0 = Release|x86 + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Debug|x86.ActiveCfg = Debug|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Any CPU.Build.0 = Release|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {CE09ACD3-898F-467D-BA43-3FDF181A51AE}.Release|x86.ActiveCfg = Release|Any CPU + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|Any CPU.ActiveCfg = Debug|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|x86.ActiveCfg = Debug|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Debug|x86.Build.0 = Debug|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Any CPU.ActiveCfg = Release|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Any CPU.Build.0 = Release|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|Mixed Platforms.Build.0 = Release|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|x86.ActiveCfg = Release|x86 + {84527618-2CC2-4C14-8C0D-09012C4E12AD}.Release|x86.Build.0 = Release|x86 + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Any CPU.Build.0 = Debug|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Debug|x86.ActiveCfg = Debug|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Any CPU.ActiveCfg = Release|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Any CPU.Build.0 = Release|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815}.Release|x86.ActiveCfg = Release|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Debug|x86.ActiveCfg = Debug|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Any CPU.Build.0 = Release|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2}.Release|x86.ActiveCfg = Release|Any CPU + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|Any CPU.ActiveCfg = Debug|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|x86.ActiveCfg = Debug|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Debug|x86.Build.0 = Debug|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Any CPU.ActiveCfg = Release|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Any CPU.Build.0 = Release|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|Mixed Platforms.Build.0 = Release|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|x86.ActiveCfg = Release|x86 + {1E3BD8A3-21EA-4B71-8A55-31910211A316}.Release|x86.Build.0 = Release|x86 + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Debug|x86.ActiveCfg = Debug|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Any CPU.Build.0 = Release|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4}.Release|x86.ActiveCfg = Release|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Debug|x86.ActiveCfg = Debug|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Any CPU.Build.0 = Release|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {9A5654D7-0DF6-448C-A803-41F6AE62E175}.Release|x86.ActiveCfg = Release|Any CPU + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|Any CPU.ActiveCfg = Debug|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|x86.ActiveCfg = Debug|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Debug|x86.Build.0 = Debug|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Any CPU.ActiveCfg = Release|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Any CPU.Build.0 = Release|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|Mixed Platforms.Build.0 = Release|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|x86.ActiveCfg = Release|x86 + {60D11F71-5197-4E36-A57F-B8DDCC108006}.Release|x86.Build.0 = Release|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|Any CPU.ActiveCfg = Debug|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|x86.ActiveCfg = Debug|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Debug|x86.Build.0 = Debug|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Any CPU.ActiveCfg = Release|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Any CPU.Build.0 = Release|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|Mixed Platforms.Build.0 = Release|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|x86.ActiveCfg = Release|x86 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789}.Release|x86.Build.0 = Release|x86 + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Debug|x86.ActiveCfg = Debug|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Any CPU.Build.0 = Release|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {66441684-A8F7-4C9F-AB0F-5F9448352EF1}.Release|x86.ActiveCfg = Release|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Any CPU.Build.0 = Debug|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Debug|x86.ActiveCfg = Debug|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Any CPU.ActiveCfg = Release|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Any CPU.Build.0 = Release|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {82795B66-0F18-4385-8180-A8C7E0F41893}.Release|x86.ActiveCfg = Release|Any CPU + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|Any CPU.ActiveCfg = Debug|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|x86.ActiveCfg = Debug|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Debug|x86.Build.0 = Debug|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Any CPU.ActiveCfg = Release|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Any CPU.Build.0 = Release|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|Mixed Platforms.Build.0 = Release|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|x86.ActiveCfg = Release|x86 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19}.Release|x86.Build.0 = Release|x86 + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Debug|x86.ActiveCfg = Debug|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Debug|x86.Build.0 = Debug|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Release|Any CPU.Build.0 = Release|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Release|x86.ActiveCfg = Release|Any CPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F}.Release|x86.Build.0 = Release|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Debug|x86.ActiveCfg = Debug|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Debug|x86.Build.0 = Debug|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Release|Any CPU.Build.0 = Release|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Release|x86.ActiveCfg = Release|Any CPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD}.Release|x86.Build.0 = Release|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Debug|x86.ActiveCfg = Debug|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Debug|x86.Build.0 = Debug|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Release|Any CPU.Build.0 = Release|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Release|x86.ActiveCfg = Release|Any CPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA}.Release|x86.Build.0 = Release|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Debug|x86.ActiveCfg = Debug|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Debug|x86.Build.0 = Debug|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Release|Any CPU.Build.0 = Release|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Release|x86.ActiveCfg = Release|Any CPU + {C080E31B-1F81-4F6E-B634-90D834B1811D}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {CE09ACD3-898F-467D-BA43-3FDF181A51AE} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} + {84527618-2CC2-4C14-8C0D-09012C4E12AD} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} + {1E3BD8A3-21EA-4B71-8A55-31910211A316} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {9A5654D7-0DF6-448C-A803-41F6AE62E175} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} + {60D11F71-5197-4E36-A57F-B8DDCC108006} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {66441684-A8F7-4C9F-AB0F-5F9448352EF1} = {54C5B25A-2D9B-4189-8DFA-CFF39BFACE09} + {82795B66-0F18-4385-8180-A8C7E0F41893} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {29EEAA38-BFB2-4732-A286-EB91355F9BCD} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + {C080E31B-1F81-4F6E-B634-90D834B1811D} = {FC1769FD-76F2-40B7-9FA3-AC3E2F24D8B2} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {82406A0F-880D-4913-8252-9A64EC0C4A3B} + EndGlobalSection +EndGlobal diff --git a/docs/834 Sample 1 X12 XML.md b/docs/834 Sample 1 X12 XML.md deleted file mode 100644 index 402a0f46..00000000 --- a/docs/834 Sample 1 X12 XML.md +++ /dev/null @@ -1,290 +0,0 @@ -## Sample 1 output serialized to XML - -{code:xml} - - - - - 00 - - - - 00 - - - - 01 - - 9012345720000 - - 01 - - 9088877320000 - - 020816 - - 1144 - - U - - 00401 - - 000000031 - - 1 - - T - - - - - - - - - - BE - - 901234572000 - - 908887732000 - - 20070816 - - 1615 - - 31 - - X - - 004010X096A1 - - - - - 834 - - 12345 - - - - 00 - - 123456 - - 19980502 - - 1200 - - - - - 2 - - - - - P5 - - - FI - - 999888777 - - - - - - IN - - - FI - - 654456654 - - - - - - Y - - 18 - - 021 - - 20 - - A - - - - FT - - - - 0F - - 123456789 - - - - 1L - - 123456001 - - - - 356 - - D8 - - 19960523 - - - - - IL - - 1 - - DOE - - JOHN - - P - - - - 34 - - 123456789 - - - - IP - - - HP - - 7172343334 - - WP - - 7172341240 - - - - 100 MARKET ST - - APT 3G - - - - CAMP HILL - - PA - - 17011 - - - CY - - CUMBERLAND - - - - D8 - - 19400816 - - M - - - - - - 021 - - - HLT - - - - 348 - - D8 - - 19960601 - - - - - P - - 890111 - - 5 - - - - IN - - ABC INSURANCE CO - - - - - - - 021 - - - DEN - - - - 348 - - D8 - - 19960601 - - - - - - 021 - - - VIS - - - - 348 - - D8 - - 19960601 - - - - - 22 - 12345 - - - - - 1 - - 31 - - - - - 1 - - 000000031 - - -{code:xml} diff --git a/docs/834 Sample 1 X12 with whitespace.md b/docs/834 Sample 1 X12 with whitespace.md deleted file mode 100644 index 4f1181f0..00000000 --- a/docs/834 Sample 1 X12 with whitespace.md +++ /dev/null @@ -1,30 +0,0 @@ -## 834 Sample 1 X12 with whitespace - -{code:c#} -ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**00401**000000031**1**T**:~ - GS**BE**901234572000**908887732000**20070816**1615**31**X**004010X096A1~ - ST**834**12345~ - BGN**00**123456**19980502**1200********2~ - N1**P5****FI**999888777~ - N1**IN****FI**654456654~ - INS**Y**18**021**20**A******FT~ - REF**0F**123456789~ - REF**1L**123456001~ - DTP**356**D8**19960523~ - NM1**IL**1**DOE**JOHN**P******34**123456789~ - PER**IP****HP**7172343334**WP**7172341240~ - N3**100 MARKET ST**APT 3G~ - N4**CAMP HILL**PA**17011****CY**CUMBERLAND~ - DMG**D8**19400816**M~ - HD**021****HLT~ - DTP**348**D8**19960601~ - COB**P**890111**5~ - N1**IN**ABC INSURANCE CO~ - HD**021****DEN~ - DTP**348**D8**19960601~ - HD**021****VIS~ - DTP**348**D8**19960601~ - SE**22**12345~ - GE**1**31~ -IEA**1**000000031~ -{code:c#} \ No newline at end of file diff --git a/docs/837 Claim Parser Usage.html b/docs/837 Claim Parser Usage.html deleted file mode 100644 index 45df6ebf..00000000 --- a/docs/837 Claim Parser Usage.html +++ /dev/null @@ -1,152 +0,0 @@ -
-

837 Claim Parser Usage

-

The console application OopFactory.X12.Hipaa.ClaimParser.exe was added to the 2.2.4 Release and supports parsing 837I and 837P into a more readable XML format and to also transform the file into the known mappings on a UB-04 Institutional and CMS-1500 Professional - form as a pdf using the fo processor at FoNet.codeplex.com.

-

This can be used as a standalone console application to automate the transformations, or the dlls can be combined with other interface code to transformed each unbundled claim to it's representation onto recognized forms.

-

The application expects 3 arguments and 2 optional arguments:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PositionDescriptionDefault
1stInput directoryCurrent Directory (directory where the ClaimParser.exe resides)
2ndSearch Pattern*.*
3rdOutput directoryCurrent Directory
4thNOXML or NOPDF Optional switch to suppress xml or pdf output.
-

Example command line:

-

OopFactory.X12.Hipaa.ClaimParser "c:\Temp\Input" "*.*" "c:\Temp\Output"

-

You can also use the dlls directly to load the claims into a claim object to manipulate directly (i.e. save to database) using an object model and skip writing out the files all together.

-

The following EDI is an example from the CMS site:

-

 

-
-
ISA*00*          *00*          *27*SSSSSS         *27*PPPPP          *101025*1248*^*00501*000000012*0*T*>~
-GS*HC*AA*BB*20101025*2312*100000001*X*005010X222~
-ST*837*AB10*005010X222~
-BHT*0019*00*ABCDE12345*20101025*2312*CH~
-NM1*41*2*5010 SUBMITTER*****46*SSSSSS~
-PER*IC*TEST SUBMITTER*TE*4105551212~
-NM1*40*2*TEST 5010 PART B*****46*PPPPP~
-HL*1**20*1~
-NM1*85*2*MASTERS CLINIC*****XX*NNNNNNNNNN~
-N3*234 ANYSTREET LN.*SUITE 450~
-N4*DALLAS*TX*781231212~
-REF*EI*EEEEEEEEE~
-PER*IC*MASTERS CLINIC CONTACT*TE*9725551212*FX*9725551213~
-HL*2*1*22*0~
-SBR*P*18*******MB~
-NM1*IL*1*PUBLIC*JOHN*Q***MI*1111111111F~
-N3*123 BEST STREET*APT 5432~
-N4*DALLAS*TX*752401234~
-DMG*D8*19580713*M~
-NM1*PR*2*TEST 5010 PART B*****PI*PPPPP~
-N4*BALTIMORE*MD*212121212~
-CLM*PR9xxxxxx.BHT01.0001*950***22>B>1*Y*A*Y*Y~
-HI*BK>5920~
-NM1*82*1*DOE*JOHN****XX*NNNNNNNNNN~
-NM1*77*2*ANYWHERE HOSPITAL~
-N3*123 MAINSTREET~
-N4*DALLAS*TX*725121212~
-LX*1~
-SV1*HC>00873>QK*950*MJ*50***1~
-DTP*472*D8*20101025~
-REF*6R*200910060000000008H0001~
-SE*30*AB10~
-GE*1*100000001~
-IEA*1*000000012~
-
-
-

 

-

It will be transformed to the following XML:

-

 

-
-
<?xml version="1.0" encoding="utf-8"?>
-<ClaimDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.oopfactory.com/2011/XSL/Hipaa">
-  <Claim Version="005010X222" Type="Professional" TransactionCode="AB10" ClaimNumber="" BillTypeCode="221" PatientControlNumber="PR9xxxxxx.BHT01.0001" TotalClaimChargeAmount="950" ProviderSignatureOnFile="Y" ProviderAcceptAssignmentCode="A" BenefitsAssignmentCertificationIndicator="Y" ReleaseOfInformationCode="Y" MedicalRecordNumber="" StatementFromDate="2010-10-25" StatementToDate="2010-10-25">
-    <ServiceLocationInfo Qualifier="B" FacilityCode="22" FrequencyTypeCode="1" />
-    <BillingInfo>
-      <Provider Npi="NNNNNNNNNN" TaxId="EEEEEEEEE">
-        <Name LastName="MASTERS CLINIC">
-          <Type Identifier="85" Qualifier="NonPerson">Billing Provider</Type>
-          <Identification Qualifier="XX" Id="NNNNNNNNNN">Centers for Medicare and Medicaid Services National Provider Identifier</Identification>
-        </Name>
-        <Address City="DALLAS" StateCode="TX" PostalCode="781231212">
-          <Line1>234 ANYSTREET LN.</Line1>
-          <Line2>SUITE 450</Line2>
-        </Address>
-        <Identification Qualifier="EI" Id="EEEEEEEEE" />
-        <Contact FunctionCode="IC">
-          <Name>MASTERS CLINIC CONTACT</Name>
-          <Number Qualifier="TE">9725551212</Number>
-          <Number Qualifier="FX">9725551213</Number>
-        </Contact>
-      </Provider>
-    </BillingInfo>
-    <Subscriber Gender="Male" DateOfBirth="1958-07-13" MemberId="1111111111F">
-      <Name LastName="PUBLIC" FirstName="JOHN" MiddleName="Q">
-        <Type Identifier="IL" Qualifier="Person">Insured or Subscriber</Type>
-        <Identification Qualifier="MI" Id="1111111111F">Member Identification Number</Identification>
-      </Name>
-      <Address City="DALLAS" StateCode="TX" PostalCode="752401234">
-        <Line1>123 BEST STREET</Line1>
-        <Line2>APT 5432</Line2>
-      </Address>
-    </Subscriber>
-    <Payer>
-      <Name LastName="TEST 5010 PART B">
-        <Type Identifier="PR" Qualifier="NonPerson">Payer</Type>
-        <Identification Qualifier="PI" Id="PPPPP">Payor Identification</Identification>
-      </Name>
-    </Payer>
-    <SubscriberInformation PayerResponsibilitySequenceNumberCode="P" IndividualRelationshipCode="18" ReferenceIdentification="" Name="" InsuranceTypeCode="" CoordinationOfBenefitsCode="" YesNoConditionResponseCode="" EmploymentStatusCode="" ClaimFilingIndicatorCode="MB" />
-    <Diagnosis DiagnosisType="Principal" Version="ICD9" Qualifier="BK" Code="5920" Poi="Unknown" />
-    <Provider Npi="NNNNNNNNNN">
-      <Name LastName="DOE" FirstName="JOHN">
-        <Type Identifier="82" Qualifier="Person">Rendering Provider</Type>
-        <Identification Qualifier="XX" Id="NNNNNNNNNN">Centers for Medicare and Medicaid Services National Provider Identifier</Identification>
-      </Name>
-    </Provider>
-    <Provider>
-      <Name LastName="ANYWHERE HOSPITAL">
-        <Type Identifier="77" Qualifier="NonPerson">Service Location</Type>
-        <Identification Qualifier="" Id="" />
-      </Name>
-      <Address City="DALLAS" StateCode="TX" PostalCode="725121212">
-        <Line1>123 MAINSTREET</Line1>
-      </Address>
-    </Provider>
-    <ServiceLine LineNumber="1" Quantity="50" Unit="MJ" DiagnosisCodePointer1="1" ChargeAmount="950" ServiceDateFrom="2010-10-25" ServiceDateTo="2010-10-25">
-      <PlaceOfService Code="" />
-      <Procedure Qualifier="HC" ProcedureCode="00873" Modifier1="QK" />
-      <Identification Qualifier="6R" Id="200910060000000008H0001" />
-      <Date Qualifier="472" Date="2010-10-25T00:00:00">Service</Date>
-    </ServiceLine>
-  </Claim>
-</ClaimDocument>
-
-
-

 

-

Which will look like the following CMS-1500 form in PDF:

-

-

If you would like to customize the mappings onto the forms (i.e. add footer information about your organization), you can extend the ProfessionalClaimToHcfa1500FormTransformation or InstitutionalClaimToUB04ClaimFormTransformation classes and override - the TransformClaimToHcfa1500 or TransformClaimToUB04 methods that define which claim elements will be rendered in which form location.

-
\ No newline at end of file diff --git a/docs/837 Claim Parser Usage_Example1.PNG b/docs/837 Claim Parser Usage_Example1.PNG deleted file mode 100644 index 57e465ee..00000000 Binary files a/docs/837 Claim Parser Usage_Example1.PNG and /dev/null differ diff --git a/docs/837P Sample 1 X12 XML.md b/docs/837P Sample 1 X12 XML.md deleted file mode 100644 index 92971667..00000000 --- a/docs/837P Sample 1 X12 XML.md +++ /dev/null @@ -1,480 +0,0 @@ -## 837 Professional Claim, Sample 1 X12 XML -{code:xml} - - - - - 00 - - - - 01 - - SECRET - - ZZ - - SUBMITTERS.ID - - ZZ - - RECEIVERS.ID - - 030101 - - 1253 - - ^ - - 00501 - - 000000905 - - 1 - - T - - - - - - - - - - HC - - SENDER CODE - - RECEIVER CODE - - 19991231 - - 0802 - - 1 - - X - - 005010X222 - - - - - 837 - - 0021 - 005010X222 - - - - 0019 - - 00 - - 244579 - - 20061015 - - 1023 - - CH - - - - - 41 - - 2 - - PREMIER BILLING SERVICE - - - - - - 46 - - TGJ23 - - - - IC - - JERRY - - TE - - 3055552222 - - EX - - 231 - - - - - - 40 - - 2 - - KEY INSURANCE COMPANY - - - - - - 46 - - 66783JJT - - - - - - 1 - - - 20 - - 1 - - - BI - PXC - 203BF0100Y - - - - - 85 - - 2 - - BEN KILDARE SERVICE - - - - - - XX - - 9876543210 - - - - 234 SEAWAY ST - - - - MIAMI - - FL - - 33111 - - - - EI - - 587654321 - - - - - - 87 - - 2 - - - - 2345 OCEAN BLVD - - - - MAIMI - - FL - - 33111 - - - - - - 2 - - 1 - - 22 - - 1 - - - P - - 2222-SJ - - - - - - CI - - - - - IL - - 1 - - SMITH - - JANE - - - - - MI - - JS00111223333 - - - - D8 - - 19430501 - - F - - - - - - PR - - 2 - - KEY INSURANCE COMPANY - - - - - - PI - - 999996666 - - - - G2 - - KA6663 - - - - - - 3 - - 2 - - 23 - - 0 - - - 19 - - - - - QC - - 1 - - SMITH - - TED - - - - 236 N MAIN ST - - - - MIAMI - - FL - - 33413 - - - - D8 - - 19730501 - - M - - - - - 26463774 - 100 - - - - 11 - B - 1 - - Y - A - Y - I - - - - D9 - - 17312345600006351 - - - - BK - 0340 - - - BF - V7389 - - - - - 1 - - - - HC - 99213 - - 40 - UN - 1 - - - 1 - - - - 472 - - D8 - - 20061003 - - - - - 2 - - - - HC - 87070 - - 15 - UN - 1 - - - 1 - - - - 472 - - D8 - - 20061003 - - - - - 3 - - - - HC - 99214 - - 35 - UN - 1 - - - 2 - - - - 472 - - D8 - - 20061010 - - - - - 4 - - - - HC - 86663 - - 10 - UN - 1 - - - 2 - - - - 472 - - D8 - - 20061010 - - - - - - - - - 42 - - 0021 - - - - - 1 - - 1 - - - - - 1 - - 000000905 - - -{code:xml} \ No newline at end of file diff --git a/docs/About the X12 Parser.html b/docs/About the X12 Parser.html deleted file mode 100644 index d92fe116..00000000 --- a/docs/About the X12 Parser.html +++ /dev/null @@ -1,51 +0,0 @@ -
-

About the X12 Parser

-

History

-

Like many of you, I stumbled onto X12 when my employer was using it, and they introduced me to a heavy binder explaining the specification and expecting me to figure it out.
-
-The first place that I worked with X12 used something called a HIPAA accelerator which was some sort of extension you could buy to use BizTalk to parse your messages into a database. That's as much as I know about that product because it was too intimidating - to learn how to use it that I just left it to the "professionals" to figure it out and I stayed in my lane to do the coding once it got into the proprietary database format of the company. To make a long story short that company had a knack for making everything - it did a lot more complicated than it needed to be, not only did I not last there very long, but the company was shut down within a year after I left.
-
-I went on my merry way and thought I would never have to see those nasty X12 specs again until fate would have it that I ended up at another company that had a need to parse X12 files in the form of medical claims. All the memories came rushing back. We evaluated - multiple solutions, some very expensive, others very messy and requiring lots of database integration (similar to the BizTalk model). It actually turned out in my favor that the solutions were so expensive, because I convinced my boss that I could do the same - thing in 2-3 weeks and save the company tens of thousands of dollars. I was pretty confident (or naive depending on who you ask) that it could be done. There was plenty of intimidation from multiple sources (that I will not name) who thought that I shouldn't - do it (not to mention their implication that I couldn't do it). However, I'm one of those people that once you tell me I can't do something, than you've pretty much guaranteed that it's going to take an act of Congress to stop me.
-
-So about 3 or 4 weeks later I was successful in producing a parser that could parse 837 Dental, Professional and Institutional claims and within another couple weeks I was able to load it into the propriety database of the COTS package we were using for adjudication. - My critics weren't impressed. It wasn't until my tool was able to parse files hundreds of times faster than the tool that came with the COTS package that people started to take notice. Though again many were still not impressed. So I decided to create this - open source version of my original X12 parser, to see how it would do in the open market against other solutions. -
-
-What you see is not the original parser, it was weighed down by my naive understanding of X12 at the time (so my critics were half right), but I took everything that I learned from running it to ground in production for 2 years and remade it so that it could - withstand being used for any transaction set.

-

Goals

-

Of course, in the beginning I suspect that many will use this tool because it is free, but my goal is for it to become a contender with commercial solutions and stop the tyranny of making the reading of a simple but robust messages so difficult. So here - is my core list of goals for this tool:

-
    -
  1. Reduce the upfront time needed to learn what X12 is.
  2. Reduce the upfront time needed to start getting productive in X12.
  3. Promote the usage of X12 as a viable and robust form of B2B communication beyond messaging through clearinghouses. -
  4. Promote the use of solid programming principles by having the source open and providing many examples of how to provide simple, elegant and highly maintainable code. -
  5. Compete for market share and mind share with commercial solutions.
-

Some of these goals will be met by the tool itself.  Some will be met by the documentation provided on this site.  I welcome any suggestions that can help achieve these goals.

-

Why XML will not replace X12

-

I have read many post from people who are quite frustrated at how difficult it is to read X12 and they can't see why everyone just doesn't switch to XML. A quick assessment might lead you to believe that there is too much infrastructure built around X12 - that it would be difficult to switch, but instead of accepting that argument, I actually think X12 and XML can co-exist and compliment the strengths of the other.

-
    -
  • X12 will always be more efficient to transmit, XML can be 5 to 10 times more verbose and will always be more expensive. It doesn't matter that memory and bandwidth is cheap. XML will always be 5 to 10 times more expensive to transmit and store. -
  • X12 is easier to standardize, because no one has to agree on what to call something in the message (so it's language independent too) they only have to agree on what it means and where that data resides in the message structure -
-


-The way these two formats can complement each other is to use X12 for external communications with your trading partners and use XML for internal communications between different components of your system. Once you are within your own domain, you don't have - to get any one else to agree to your XML format and the XML format will be much easier to read.

-

About the Author

-

I have been programming in some form since the mid 80's though I first became a professional developer in the mid 90's. -
-
-I have always sought to simplify programming or some aspect of it throughout my career. I have taught Fundamentals of Programming as well as some other courses (VB, C, C++) at my local community colleges as well as some Software Engineering courses in Monterrey, - Mexico. Most of my current work is in C#, though I do enjoy working in T-SQL as well.
-
-My latest inspiration is when I discovered jquery. A brilliant person, -John Resig, chose to not accept the industry standard javascript as the way that client-side scripting had to be written. He had a vision of how programming should be.  It wasn't just about the syntax.  It was about how it expressed the programmer's - intent as well as how it was implemented under the covers to take true advantage of the architecture of the internet. He stuck to what he believed and re-taught an entire industry how what they were doing was too hard and could be done simpler, cleaner and - produce a beautiful result, visually and structurally. These are the goals that I aspire too.

-
\ No newline at end of file diff --git a/docs/Comparing Open Source EDI Software.html b/docs/Comparing Open Source EDI Software.html deleted file mode 100644 index 24a4906f..00000000 --- a/docs/Comparing Open Source EDI Software.html +++ /dev/null @@ -1,130 +0,0 @@ -
-

In working for a small company in the healthcare industry I was recently given the task of creating a simple workflow to translate X12 837 and 835 EDI files.  I immediately began researching different options.  I’m sharing the results of my research - with the hope that others can benefit from it.

-

I had 3 objectives the software had to meet:

-
    -
  1. Transform 837/835 into XML (with minimal setup/configuration/coding)
  2. Transform XML into 837/835 (with minimal setup/configuration/coding)
  3. Be as inexpensive as possible
-

-

Since expense was an issue and most commercial EDI packages are quite expensive, I looked to open source first. I reviewed several open source applications capable of processing X12 files (this is by no means an exhaustive list).  I considered an application - to be “actively developed” if it had a release within the past 12 months. Here are my reviews in no particular order.

-

BOTS

-

BOTS is perhaps the most well known open source EDI application (at least that’s what Google tells me), so I thought I’d start there. From the website, -

-
-

“Bots is complete software for EDI (Electronic Data Interchange): translate and communicate. All major edi data formats are supported: edifact, x12, tradacoms, xml.”

-
-

Strengths

-
    -
  • Complete workflow application – it can pick up, process and save out files according to workflow rules. -
  • Can transform X12 to XML and XML to X12.
  • Backed by a consulting company, so if you need help, you can hire them.
  • An active support forum for issues. -
  • Actively developed (latest build: 8/31/2010)
  • Python based, cross platform.
-

Weaknesses

-
    -
  • Administration portal interface is just so-so. Very basic UI. Often difficult to figure out what to do next. -
  • Steep learning curve to get a workflow running due to the -routes, channels and translations (not to mention grammars and mapping scripts) that need to be configured. In fact, after installation and several hours of configuration, I was unable to get any where close to running test files through. -
  • The further I got into it, the more it looked like it would -require knowledge of Python scripts to get it running for 837/835 files. I didn’t want to invest that much time into it, the X12 standards are difficult enough to learn as is! -
-

-

EDIReader

-

EDIReader is also a fairly well known EDI app.  It’s a java package with several command line utilities designed as examples of it’s usage.  From the website:

-
-

“EDIReader is a Java package for parsing business documents structured according to Electronic Data Interchange (EDI) standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration - of a custom SAX parser.”

-
-

Strengths

-
    -
  • Simple to use – call one of the example .bat scripts from the command line, pass it filenames and you’re done. -
  • Very good X12 to XML transform engine – it accurately produced XML for any edi file I tested. -
  • Backed by a consulting company, so if you need help, you can hire them.
  • Actively developed (latest build: 2/14/2011)
  • Java based – cross platform.
-

Weaknesses

-
    -
  • Not a complete workflow application – though I found that I liked working with the simple scripts files; it meant I could immediately begin testing output without  a lot of install and configuration time. The script functionality could be easily extended - to support an simple, but effective, input/output workflow.
  • No XML to X12 transform available in the open source app.  To get that functionality you’d need to purchase - -ediwriter.
  • Relatively inactive -support forum – there haven’t been any post there for several years.  (I do realize the EDI formats don’t change often, but still I would think there would be -some activity.)
  • I also ran into a maddening quirk with how EDIReader creates the XML hierarchy. There was a least one instance where a loop level (I forget which loop id) would create a sibling node instead of a child node.  This made it frustrating to build an Xpath - statement that represented the relationship between those particular loops.
-

Pyx12

-

Pyx12 was mentioned in a couple places so I thought I’d take a look at it as well. From the website:

-
-

“Pyx12 is a HIPAA X12 document validator and converter. It parses an ANSI X12N (Healthcare) data file and validates it against a representation of the Implementation Guidelines for a HIPAA transaction.”

-
-

Strengths

-
    -
  • Can transform X12 to XML and XML to X12.
  • Good documentation on the X12 healthcare formats. -
  • Python based – cross platform.
-

Weaknesses

-
    -
  • Not a complete workflow application – designed to run from the command line.
  • Requires tweaking of configuration, map and transform files to get it running. The deeper I went with Pyx12, the more configuration I found I needed to do.  I finally gave up. -
  • Not actively developed (latest build: 6/16/2008) Though I could be wrong here; as of May 2011 the looks to be some development -activity. -
  • Inactive -support forum – Same comment as EDIReader; since the formats have changed very little I could understand why there’s not a lot of activity. -
-

HIPAATalk

-

I ran across HIPAATalk on sourceforge and it looked like an interesting approach to EDI transform.  It didn’t exactly fit my criteria of being able to transform into XML, but storing in a database would do if I couldn’t find a decent transform to XML - app. From the website:

-
-

“HIPAATalk - Contains stored procedures and sample DTS packages for parsing and converting X12 to flat tables and creating HIPAA-compliant X12 files.”

-
-

Strengths

-
    -
  • Complete workflow application – it can pick up, process and save out files according to workflow rules. The caveat here is you need to be running SQL Server Integration Services (SSIS) on SQL Server Standard or above to get the full workflow functionality, - so it could be expensive if you don’t already have SQL Server available.
  • If you’re a big MS SQL fan – this one’s for you. It’s a set of DTS packages and a database designed to do the X12 transformations. -
  • Can transform X12 to database and database to X12.
  • Actively developed (latest build: 2/17/2011)
  • Active -support forum – not a lot of entries there, but the developer is responsive.
-

Weaknesses

-
    -
  • It’s currently written as DTS packages (SQL Server 2000) that need to be converted to DTSX packages to run on SQL Server 2005/2008 systems.  That process was more difficult than it should have been.  (I could have just been me though). -
  • Documentation is light – it pretty much assumes that you know what to do with the DTS packages and how to do it. -
  • Not cross platform.
  • Can’t transform  to XML.
-

Mirth Connect

-

Mirth came up on a on a separate project having to do with HL7 messaging.  Since it has X12 capability, I thought I’d look into it.  From the website:

-
-

“Mirth Connect, the Swiss Army knife healthcare integration engine. Specifically designed for HL7 message integration, Mirth provides the necessary tools for developing, testing, deploying, and monitoring interfaces.”

-
-

Strengths

-
    -
  • Complete workflow application – it can pick up, process and save out files according to workflow rules. -
  • Great UI – it was pretty simple to get a workflow set without reading much documentation. -
  • Can transform X12 to XML and XML to X12.
  • Backed by a company, so if you need help, you can purchase support.
  • An -active support forum for issues.
  • Actively developed (latest build: 7/6/2011)
  • Java based, cross platform.
-

Weaknesses

-
    -
  • Flat X12 XML format – by this I mean it creates all XML nodes as siblings – there is - -no hierarchy at all.  This makes it very difficult to produce a useable XML file without a lot of additional work. -
  • Restricted access to documentation – Yes they do have -some available for free, but it looks like most of the advanced documentation - -(online tutorials and -developer Q&A) is available only if you purchase support.
-

X12Parser

-

X12Parser showed up on a google search so I thought I’d check it out. From the website:

-
-

“The parser allows for a specification of any X12 transaction set to create a generic X12 xml representation of the hierarchical data contained within the X12 document.”

-
-

Strengths

-
    -
  • Simple to use – call one of the example exe’s from the command line, pass it filenames and you’re done. I was testing files within 5 minutes of downloading the app. -
  • Accurate representation of X12 structure in XML – this really differentiated it from EDIReader; X12Parser accurately represents all the loops and their relationships to parent, child and sibling loops. -
  • Good use of internal XML comments.  The XML is well documented – which helps newbies like myself understand what each node is. -
  • X12 Unbundle feature – this new feature will “unbundle” an X12 file into multiple valid X12 files based on a specified loop id. Great for separating into individual claims. -
  • Actively developed (latest build: 7/10/2011)
  • Quick development iteration – I initially had trouble with a couple files causing X12Parser to fail, but contacted Dannie and he quickly resolved the issues . -
  • Active support forum. -
-

Weaknesses

-
    -
  • Not a complete workflow application – though I like working with the command line executables; it means I can test output without a lot of install and configuration time. -
  • Not cross platform. (Not too big of a deal for me since Windows is my preferred OS) -
-

Conclusion

-

As you can imagine, since I’m writing this on the X12Parser site, that it’s ultimately what I ended up using. -

-

I’ve now tested 100’s of 837/835 files through it and feel confident enough in it’s ability to put it into production use. I’m planning on integrating the X12Parser executables into an ETL workflow process (most likely -Pentaho or -Talend).

-
\ No newline at end of file diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform.html b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform.html deleted file mode 100644 index 38433f8d..00000000 --- a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform.html +++ /dev/null @@ -1,162 +0,0 @@ -
-

Creating a flat file or Excel file from the X12 xml using XSLT and XslCompiledTransform

-

The most common use case for using this X12 Parser is to eventually save the data to a database or to save it to a flat file to be consumed by other applications.
-The easiest way to do this and brush up on your XPath query skills is to use an XSLT. There are many ways that an XSLT can be transformed. You can run an XSLT within the Visual Studio environment and specify an Input and an Output file while debugging.

-

This tutorial will show you how to call the XSLT from your C# code so that you can create a console application for parsing to your specific needs.  The completed project can be found - -here.

-

Step 1. Create a console application and reference the OopFactory.X12.dll.

-
CreateProject.png
-

Step 2. Add an xslt file to your project.

-
AddNewItemXslt.png
-

Step 3. Change the build action of the xslt file to "Embedded Resource".

-
ChangeBuildAction.png
-
This is being done so that we can embed the xslt into the assembly and not worry about locating the file during execution. Optionally you could copy the file to the output directory, but I have had problems with Unit Test that don't run from the location - of the output directory making the code to locate it a bit more difficult.
-
For transformations that may change frequently, such as UI transformations, it might be advantages to not embed the xslt, but for back-end processing this is rarely the case.
-

Step 4. Add a sample edi file to the project that will help test the application.

-

Use any sample EDI you like. For the sake of this example, I have formatted the X12 in this example so that you can see the structure of the edi segments.  It should also work just as well without the extra whitespace.

-
AddSampleEdiFile.png
-

Step 5. Change your program file to load to parse the EDI file and use the xslt to transform to a csv format.

-

The following example assumes that you embedded your xslt.  If you choose to have an external file instead use the FileStream object instead.

-
-
using System.Text;
-using System.IO;
-using System.Reflection;
-using System.Xml;
-using System.Xml.Xsl;
-using OopFactory.X12.Parsing;
-using OopFactory.X12.Parsing.Model;
-
-namespace MyX12.Edi835Parser
-{
-    class Program
-    {
-        static void Main(string[] args)
-        {
-            Stream transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("MyX12.Edi835Parser.X12-835-To-CSV.xslt");
-            Stream inputStream = new FileStream(args[0], FileMode.Open, FileAccess.Read);
-            Stream outputFile = new FileStream(args[1], FileMode.Create, FileAccess.Write);
-
-            X12Parser parser = new X12Parser();
-            Interchange interchange = parser.Parse(inputStream);
-            string xml = interchange.Serialize();
-
-            var transform = new XslCompiledTransform();
-            transform.Load(XmlReader.Create(transformStream));
-
-            transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputFile);
-        }
-    }
-}
-
-
-

Step 6. Write your transformation

-
-
<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"
->
-  <xsl:output method="text" indent="yes"/>
-
-  <xsl:template match="Interchange">
-    <xsl:apply-templates select="FunctionGroup/Transaction/Loop[@LoopId='2000']/Loop[@LoopId='2100']"/>
-  </xsl:template>
-
-  <xsl:template match="Loop[@LoopId='2100']" >
-    <xsl:variable name="trans" select="../../."/>
-    <xsl:variable name="payer" select="../../Loop[@LoopId='1000A']"/>
-    <xsl:variable name="payee" select="../../Loop[@LoopId='1000B']"/>
-    <xsl:variable name="payment" select="."/>
-    <xsl:value-of select="$trans/BPR/BPR16"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payer/N1/N102"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payee/N1/N102"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payee/N1/N104"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CLP/CLP01"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CLP/CLP02"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CLP/CLP03"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/NM1[NM101='QC']/NM103"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/NM1[NM101='QC']/NM104"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CAS[CAS01='CO']/CAS02"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CAS[CAS01='CR']/CAS02"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CAS[CAS01='OA']/CAS02"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CAS[CAS01='PI']/CAS02"/>
-    <xsl:value-of select="','"/>
-    <xsl:value-of select="$payment/CAS[CAS01='PR']/CAS02"/>
-    <xsl:value-of select="','"/>
-    <xsl:text>&#x0A;</xsl:text>
-  </xsl:template>
-</xsl:stylesheet>
-
-
-

Since most transactions are very hierarchical in nature, it might be beneficial to have a separate transformation at different levels so the same information is not repeated so often.

-

This is usually managed by having separate CSV files for different levels in the transaction, or having a fixed-width file with a record indicator column to indicate the expected specification of the fixed-width line.

-

Step 7. Change the command line arguments in your Debug configuration to run your sample file.

-
SetCommandLineArguments.png
-

Step 8. Run your application and inspect your output.

-

The expected output is as follows:

-
-
20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,444444,1,56.70,FUDD,ELMER,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,999999,4,25.95,SAM,YOSEMITE,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,888888,4,162.13,SQUAREPANTS,BOB,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,111111,2,56.52,LEGHORN,FOGHORN,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,121212,4,56.52,EXPLORER,DORA,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,333333,1,74.61,BEAR,YOGI,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,777777,25,136.9,BIRD,TWEETY,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,123456,22,-42.58,SIMPSON,HOMER,,,,,,
-20040315,ASHTABULA COUNTY ADAMH BD,LAKE AREA RECOVERY CENTER ,346608640,090909,22,-86.76,DUCK,DAFFY,,,,,,
-
-
-
-

835 Example to CSV and Excel formats

-

The next example is very similar to the previous except there are two transformations. The first is to a flat csv file, the 2nd has the same information but is transformed into Excel's xml format so that formatting can be retained. You can download this - example -here.

-

This example was an actually request from a user that was new to development but had a very tight deadline that he was expected to meet.  The csv version took me about 2 hours to produce and the Excel version took me about 3 hours to produce.  The - output csv looks like the following and can be open with Excel or it can be loaded with some other application into a database for further manipulation.

-

 

-
-
Filename, Check Sequence, Payer Name,Payee Name,Payee ID,check Date,Check $,Check/EFT Number,NPI,Patient Name,Policy/HIC Number,Acct Number,ICN,Date Of Ser From,Date Of Ser To,Procedure,Billed Amount,Allowed Amount,Deductible,Coins,Paid Amount
-"835_DeIdent_02.dat","Check 1","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,0,999999999,"9999999999","XXXXX, XXXXX","","","9999999999999",01/27/2011,01/27/2011,"99999",135,99.99,,,0
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXXXXXX, XXXX","","999999999","9999999999999",04/19/2010,04/19/2010,"99999",95,99.99,,,99.99
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"99999",380,999.99,,,109.26
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"99999",133,99.99,,,99.99
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"99999",160,99.99,,,99.99
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"X9999",9999,9999.9,,,9999.99
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"X9999",9999,99.9,,,99.99
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"X9999",12,9.99,,,9.99
-"835_DeIdent_02.dat","Check 2","XXX - XXX X9 XXXX X","XXXXXXXXXX XXX XXXXXXXX XXX","9999999999",04/05/2011,99999.99,999999999,"9999999999","XXXXX, XXXX","","999999999","9999999999999",02/24/2011,02/24/2011,"99999",133,99.99,,,99.99
-
-
-
-
-

The development follows similar steps as outlined above, but the XSLT will be outputing xml instead of text. The finished Excel file will be formated as follows:

-

835 as Excel

-
-
-

This xml is 10 times larger than the corresponding csv, so I would only use it if the end user is a person instead of another application. The following formatting was applied to this document:

-
    -
  • The header row is bolded and fixed
  • Each new check is separated by double lines
  • Alternating rows within a check have different backgrounds
-

To implement the formatted Excel file you don't necessary have to learn Excel's xml format. These are the steps you should follow.

-
    -
  1. Implement the version that creates a flat csv file following steps 1-8 above. -
  2. Open the csv in Excel and apply the formatting that you want (or give it to a business analyst to define with the customer what they want it to look like). -
  3. Save the file in "XML Spreadsheet 2003 (*.xml)" format type.
  4. Re-open the xml file in notepad and copy this into your xslt that will output xml. -
  5. Reverse engineer your transformation into xml.
-

To keep the application simple, it just looks at the extension of the output file, if it is .xml then it will produce the formatted excel file otherwise it produces a csv file.

-

Since Word and Excel support xml formats, you could potentially use this technique for all of your reporting instead of having to use reporting engines that may allow you to control the format on screen, but don't always look the same when you export to - Excel.  I am also a fan of using fo-xml for generating pdfs.  There is an open source fo processor that works quite nicely at http://fonet.codeplex.com.

-
-
\ No newline at end of file diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_AddNewItemXslt.png b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_AddNewItemXslt.png deleted file mode 100644 index 2af812ba..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_AddNewItemXslt.png and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_AddSampleEdiFile.png b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_AddSampleEdiFile.png deleted file mode 100644 index 7d6dd5f8..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_AddSampleEdiFile.png and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_ChangeBuildAction.png b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_ChangeBuildAction.png deleted file mode 100644 index 126950c6..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_ChangeBuildAction.png and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_CreateProject.png b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_CreateProject.png deleted file mode 100644 index 68452c8b..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_CreateProject.png and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_MyX12.Edi835Parser.zip b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_MyX12.Edi835Parser.zip deleted file mode 100644 index b7f41ef3..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_MyX12.Edi835Parser.zip and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_OopFactory.Edi835Parser.zip b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_OopFactory.Edi835Parser.zip deleted file mode 100644 index 1767b3ef..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_OopFactory.Edi835Parser.zip and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_Parse835ToExcel.png b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_Parse835ToExcel.png deleted file mode 100644 index dbfec00d..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_Parse835ToExcel.png and /dev/null differ diff --git a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_SetCommandLineArguments.png b/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_SetCommandLineArguments.png deleted file mode 100644 index dcb3735e..00000000 Binary files a/docs/Creating a flat file from the X12 xml using XSLT and XslCompiledTransform_SetCommandLineArguments.png and /dev/null differ diff --git a/docs/Documentation.html b/docs/Documentation.html deleted file mode 100644 index 678af051..00000000 --- a/docs/Documentation.html +++ /dev/null @@ -1,82 +0,0 @@ -
-

Out-of-the-Box Usage:

-

X12Parser is a collection of simple command line console applications for transforming an X12 file.

-

X12Parser.exe

-

X12Parser transforms an X12 file into a more domain easily readable xml file.
-
-The 2 arguments to the command line are input filename and output filename.  Only the input filename is required. If the second argument (output filename) is not present, X12Parser will use the input filename and add a ".xml" to create the output filename.
-
-Example:
-X12Parser "D:\Test.clm" "D:\Test.xml"

-

See Parsing an 834 Transaction or Parsing an 837 Transaction to - see an example of what the output will resemble and how to write more code to output to html or back to a formatted x12.

-

UnbundleX12.exe

-

UnbundleX12 separates an X12 file into multiple valid X12 files at a specified X12 loop ID. When loops are separated their header information (parent loop or segment) is retained. The SE transaction trailer segment and GE function group segment, however, - is updated to correctly reflect the number of segments in the transaction and the number of transactions in the function group so the resulting x12 is still valid.

-

The 5 arguments to the command line are input filename, X12 loop ID, output directory, output filename format and include whitespace. The first 3 arguments are required. If the fourth argument is not present, UnbundleX12 will use the input filename - and add a 3 digit incrementing counter to create the output filename.  If the fourth argument is specified it can use the following special tokens:

- - - - - - - - - - - - - - - - - - - - - - - -
TokenDescription
{0}Output directory specified on the command line
{1}Input filename including extension
{2}Counter incremented for every unbundled loop
{3}File extension of input file
-

The fifth argument will toggle on or off the include whitespace option when creating the X12 file.  If not specified it is set to "true". If set to "true", this option adds carriage returns and indentation to the loop structure to make it more human - readable. Note that adding whitespace may make the file unreadable with some EDI applications.

-

3 argument example:

-

UnbundleX12 "D:\837Test.clm" "2300" "D:\Output"

-

If the 837 input file had 2 claims in it, then "837Test.clm_001.clm" and "837Test.clm_002.clm" would be created in the D:\Output directory.

-

4 argument example:

-

UnbundleX12 "D:\837Test.clm" "2300" "D:\837Unbundle" "{0}\{1}_Output_{2:000}{3}"

-

If the 837 input file had 2 claims in it, then "837Test.clm_Output_001.clm" and "837Test.clm_Output_002.clm" would be created in the D:\Output directory.

-

5 argument example:

-

UnbundleX12 "D:\837Test.clm" "2300" "D:\837Unbundle" "{0}\{1}_Output_{2:000}{3}" "true"

-

If the 837 input file had 2 claims in it, then "837Test.clm_Output_001.clm" and "837Test.clm_Output_002.clm" would be created in the D:\Output directory formatted with whitespace indentation.

-

Unbundling Tips:

-
    -
  • To unbundle 837 files into individual claims, use loop ID 2300
  • To unbundle 835 files into individual remittance EOBs, use loop ID 2100
  • If the resulting X12 file is "unreadable" by an EDI application try turning off the whitespace option (see fifth argument) -
-

For further technical explanation of the unbundle feature, see Unbundling an X12 file by Loop ID.

-

Usage as development tool:

- -

-

-

Supported Transaction Sets:

-

See a full list of supported transactions here: https://x12parser.codeplex.com/wikipage?title=Transaction%20Set%20Configuration.

-

To request another transaction set, please add an issue to the issue tracker http://x12parser.codeplex.com/WorkItem/Create.

-

Other Discussions

- -

Other Useful Tools

- -
\ No newline at end of file diff --git a/docs/Home.html b/docs/Home.html deleted file mode 100644 index 2d5fee66..00000000 --- a/docs/Home.html +++ /dev/null @@ -1,196 +0,0 @@ -
-

Project Description
-This is an open source .NET C# implementation of an X12 Parser.
-
-The parser allows for a specification of any X12 transaction set to create a generic X12 xml representation of the hierarchical data contained within the X12 document.

-

No database integration is required by design, though  you can use the ImportX12 app to -parse into a SQL Server database and skip the XML.
-
-Motivation
-The motivation for this project is to provide a quick and easy way to examine edi files without the overhead of creating databases as the target for parsed EDI files.
-
-It aims to demystify the X12 standard and make parsing it accessible to the masses, not to just very expensive parsing tools.
-It also aims to reduce the overhead of getting started with X12 parsing by not requiring any database integration to solve the problem of parsing the file.
-
-Assumptions
-The built-in specs contain all 4010 standards and some 5010 specifications, but you can inject your own if you are using a later standard or a non-public specification.
-
-See -Parsing an 837 Transaction to see an example of the three possible output formats and their corresponding code samples.
-
-

-

Contributor Blogs

- -


-Latest features:

- -
-
INTERCHANGE
-
ISA *00 - * *01 *SECRET -*ZZ *SUBMITTERS.ID -*ZZ *RECEIVERS.ID -*030101 *1253 - *^ *00501 *000000905 - *1 *T - *:~
-
-
FUNCTION GROUP
-
GS *HC *SENDER - CODE *RECEIVER CODE *19991231 - *0802 *1 *X - *005010X222~
-
-
TRANSACTION
-
ST *837 - *0021 *005010X222~
-
BHT *0019 *00 - *244579 *20061015 *1023 - *CH~
-
-
SUBMITTER NAME
-
NM1 *41 *2 - *PREMIER BILLING SERVICE * * * * *46 - *TGJ23~
-
PER *IC *JERRY - *TE *3055552222 *EX - *231~
-
-
-
RECEIVER NAME
-
NM1 *40 *2 - *KEY INSURANCE COMPANY * * * * *46 - *66783JJT~
-
-
-
BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL
-
HL *1 * *20 - *1~
-
PRV *BI *PXC - *203BF0100Y~
-
-
BILLING PROVIDER NAME
-
NM1 *85 *2 - *BEN KILDARE SERVICE * * * * *XX - *9876543210~
-
N3 *234 SEAWAY ST~
-
N4 *MIAMI *FL - *33111~
-
REF *EI - *587654321~
-
-
-
PAY-TO ADDRESS NAME
-
NM1 *87 *2~
-
N3 *2345 OCEAN BLVD~
-
N4 *MAIMI *FL - *33111~
-
-
-
SUBSCRIBER HIERARCHICAL LOOP
-
HL *2 *1 - *22 *1~
-
SBR *P * - *2222-SJ * * * * * *CI~
-
-
SUBSCRIBER NAME
-
NM1 *IL *1 - *SMITH *JANE * * * *MI - *JS00111223333~
-
DMG *D8 - *19430501 *F~
-
-
-
PAYER NAME
-
NM1 *PR *2 - *KEY INSURANCE COMPANY * * * * *PI - *999996666~
-
REF *G2 - *KA6663~
-
-
-
PATIENT HIERARCHICAL LOOP
-
HL *3 *2 - *23 *0~
-
PAT *19~
-
-
PATIENT NAME
-
NM1 *QC *1 - *SMITH *TED~
-
N3 *236 N MAIN ST~
-
N4 *MIAMI *FL - *33413~
-
DMG *D8 - *19730501 *M~
-
-
-
CLAIM INFORMATION
-
CLM *26463774 *100 * * - *11:B:1 *Y - *A *Y - *I~
-
REF *D9 *17312345600006351~
-
HI *BK:0340 - *BF:V7389~
-
-
SERVICE LINE
-
LX *1~
-
SV1 *HC:99213 - *40 *UN *1 * - * *1~
-
DTP *472 *D8 - *20061003~
-
-
-
SERVICE LINE
-
LX *2~
-
SV1 *HC:87070 - *15 *UN *1 * - * *1~
-
DTP *472 *D8 - *20061003~
-
-
-
SERVICE LINE
-
LX *3~
-
SV1 *HC:99214 - *35 *UN *1 * - * *2~
-
DTP *472 *D8 - *20061010~
-
-
-
SERVICE LINE
-
LX *4~
-
SV1 *HC:86663 - *10 *UN *1 * - * *2~
-
DTP *472 *D8 - *20061010~
-
-
-
-
-
-
SE *42 *0021~
-
-
GE *1 *1~
-
-
IEA *1 *000000905~
-
-

See Documentation for a list of supported transaction sets.

-
\ No newline at end of file diff --git a/docs/Injecting your own X12 Specification.html b/docs/Injecting your own X12 Specification.html deleted file mode 100644 index c45ad450..00000000 --- a/docs/Injecting your own X12 Specification.html +++ /dev/null @@ -1,100 +0,0 @@ -
-

Injecting your own X12 specification

-

Though I would hope you would want to submit your specifications for inclusion in the open source (I will mention your name and company on the documentation for your contribution), there might be reasons that you might want to maintain your own specifications, - but be able to update versions of the OopFactory.X12.dll without losing your work. Some of these reasons might be:

-
    -
  1. Your company has different descriptions for loops or elements that you want displayed on the html view. This is especially true for some loops that just have a loop ID of NM1 which isn't very descriptive. -
  2. You have a specific agreement with a trading partner that uses slightly modified specifications per a companion guide that you have agreed upon. -
  3. You have spotted a bug in the embedded specifications and would like to fix it externally to the assembly while you wait for the next update with the fix. -
  4. You absolutely love X12 so much that you are using it for persistence of objects that are not part of the X12 standard sets. :-) -
-


-In any of the above cases you would want to be able to use your own specification that is outside the OopFactory.X12 assembly. Let's look at how that can be done.  The completed solution can be downloaded - -here.

-

Implement ISpecificationFinder by Overriding SpecificationFinder

-

By default, OopFactory.X12.Parsing.X12Parser uses OopFactory.X12.Parsing.SpecificationFinder which will load the embedded XML specifications based on the version and transaction code in the GS and ST segments respectively. You selective choose to override - which specification to use creating your own derived class of SpecificationFinder.
-
-1.  Create a new console application and reference the OopFactory.X12.dll.

-

2.  Add your custom specification.  In this example I use the 997 for brievity:

-

 

-
-
<?xml version="1.0" encoding="utf-8" ?>
-<TransactionSpecification xmlns="http://tempuri.org/X12ParserSpecification.xsd"  TransactionSetIdentifierCode="997">
-  <Segment SegmentId="AK1"/>
-  <Segment SegmentId="AK9" Trailer="true"/>
-  <Loop LoopId="AK2" Usage="Required" LoopRepeat="999999">
-    <Name></Name>
-    <StartingSegment SegmentId="AK2" Usage="Required" Repeat="1"/>
-    <Segment SegmentId="AK5" Trailer="true"/>
-    <Loop LoopId="AK2/AK3" Usage="Required" LoopRepeat="999999">
-      <Name>PAYER IDENTIFICATION</Name>
-      <StartingSegment SegmentId="AK3" Usage="Required" Repeat="1"/>
-      <Segment SegmentId="AK4" Usage="Required" Repeat="99"/>
-    </Loop>
-  </Loop>
-</TransactionSpecification>
-
-
-

The class model for the specification is as follows:

-

Specification Model

-

3.  Change the file properties Build Action = "Embedded Resource".

-

4.  Add a new class to inherit from SpecificationFinder:

-

 

-
-
using System;
-using System.IO;
-using System.Reflection;
-using OopFactory.X12.Parsing;
-using OopFactory.X12.Parsing.Specification;
-
-namespace MyCustomParser
-{
-    public class MySpecificationFinder : SpecificationFinder
-    {
-        public override OopFactory.X12.Parsing.Specification.TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode)
-        {
-            if (transactionSetCode == "997")
-            {
-                Stream specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("MyCustomParser.My997Spec.xml");
-                return TransactionSpecification.Deserialize(new StreamReader(specStream).ReadToEnd());
-            }
-            else
-                return base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode);
-        }
-    }
-}
-
-

 

-

5.  Inject your custom specification finder into the X12Parser:

-

 

-
-
using System;
-using System.IO;
-using OopFactory.X12.Parsing;
-
-namespace MyCustomParser
-{
-    class Program
-    {
-        static void Main(string[] args)
-        {
-            string x12Filename = args[0];
-            string outputFilename = args.Length > 1 ? args[1] : x12Filename + ".xml";
-
-            FileStream fs = new FileStream(x12Filename, FileMode.Open);
-            OopFactory.X12.Parsing.X12Parser parser = new X12Parser(new MySpecificationFinder());
-            string xml = parser.Parse(fs).Serialize();
-            fs.Close();
-
-            FileStream outputFs = new FileStream(outputFilename, FileMode.Create);
-            StreamWriter writer = new StreamWriter(outputFs);
-            writer.Write(xml);
-            writer.Close();
-        }
-    }
-}
-
-
-
\ No newline at end of file diff --git a/docs/Injecting your own X12 Specification_MyCustomerParser.zip b/docs/Injecting your own X12 Specification_MyCustomerParser.zip deleted file mode 100644 index ff718f6b..00000000 Binary files a/docs/Injecting your own X12 Specification_MyCustomerParser.zip and /dev/null differ diff --git a/docs/Injecting your own X12 Specification_SpecificationModel.png b/docs/Injecting your own X12 Specification_SpecificationModel.png deleted file mode 100644 index f41d764b..00000000 Binary files a/docs/Injecting your own X12 Specification_SpecificationModel.png and /dev/null differ diff --git a/docs/Parsing an 834 Transaction.md b/docs/Parsing an 834 Transaction.md deleted file mode 100644 index eb567fdc..00000000 --- a/docs/Parsing an 834 Transaction.md +++ /dev/null @@ -1,181 +0,0 @@ -# Parsing an 834 Transaction -An 834 is a Benefit Enrollment transaction. This starts the health care process be specifying the coverage of each subscriber and her dependents. -The following example will show you how to: -# Take an 834 file and create X12 XML that shows the hieararchical relationships of the X12 segments with comments related to their values. -# Take an 834 file and format it as X12 to reveal it's heirarchical relationship. - -A sample 834 file that looks like this: - -{code:c#} -ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**00401**000000031**1**T**:~ -GS**BE**901234572000**908887732000**20070816**1615**31**X**004010X096A1~ -ST**834**12345~ -BGN**00**123456**19980502**1200********2~ -N1**P5****FI**999888777~ -N1**IN****FI**654456654~ -INS**Y**18**021**20**A******FT~ -REF**0F**123456789~ -REF**1L**123456001~ -DTP**356**D8**19960523~ -NM1**IL**1**DOE**JOHN**P******34**123456789~ -PER**IP****HP**7172343334**WP**7172341240~ -N3**100 MARKET ST**APT 3G~ -N4**CAMP HILL**PA**17011****CY**CUMBERLAND~ -DMG**D8**19400816**M~ -HD**021****HLT~ -DTP**348**D8**19960601~ -COB**P**890111**5~ -N1**IN**ABC INSURANCE CO~ -HD**021****DEN~ -DTP**348**D8**19960601~ -HD**021****VIS~ -DTP**348**D8**19960601~ -SE**22**12345~ -GE**1**31~ -IEA**1**000000031~ -{code:c#} - -This can be parsed with the following lines of C# code: -{code:c#} -using System; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -public class Program -{ - FileStream fstream = new FileStream("Sample1.txt", FileMode.Open, FileAccess.Read); - var parser = new X12Parser(); - Interchange interchange = parser.Parse(fstream); - string xml = interchange.Serialize(); -} -{code:c#} - -The resulting output xml will look like this: - -{code:xml} - - - - - 00 - - - - 00 - - - - 01 - - 9012345720000 - - 01 - - 9088877320000 - - 020816 - - 1144 - - U - - 00401 - - 000000031 - - 1 - - T - - - - - - - - - - BE - - 901234572000 - - 908887732000 - - 20070816 - - 1615 - - 31 - - X - - 004010X096A1 - - - - - 834 - - 12345 - - ... see [834 Sample 1 X12 XML](834-Sample-1-X12-XML) - - 22 - 12345 - - - - - 1 - - 31 - - - - - 1 - - 000000031 - - -{code:xml} -See full output at [834 Sample 1 X12 XML](834-Sample-1-X12-XML) - -In some cases you may only want to be able to see the hierarchy in the X12 without the need for it to be xml. You can use the following code snippet to add whitespace to the stream: -{code:c#} -FileStream fstream = new FileStream("Sample1.txt", FileOpen.Open, FileAccess.Read); -var parser = new X12Parser(); -Interchange interchange = parser.Parse(fstream); -string x12 = interchange.SerializeToX12(true); -{code:c#} - -This will produce the following output: -{code:c#} -ISA**00** **00** **01**9012345720000 **01**9088877320000 **020816**1144**U**00401**000000031**1**T**:~ - GS**BE**901234572000**908887732000**20070816**1615**31**X**004010X096A1~ - ST**834**12345~ - BGN**00**123456**19980502**1200********2~ - N1**P5****FI**999888777~ - N1**IN****FI**654456654~ - INS**Y**18**021**20**A******FT~ - REF**0F**123456789~ - REF**1L**123456001~ - DTP**356**D8**19960523~ - NM1**IL**1**DOE**JOHN**P******34**123456789~ - PER**IP****HP**7172343334**WP**7172341240~ - N3**100 MARKET ST**APT 3G~ - N4**CAMP HILL**PA**17011****CY**CUMBERLAND~ - DMG**D8**19400816**M~ - HD**021****HLT~ - DTP**348**D8**19960601~ - COB**P**890111**5~ - N1**IN**ABC INSURANCE CO~ - HD**021****DEN~ - DTP**348**D8**19960601~ - HD**021****VIS~ - DTP**348**D8**19960601~ - SE**22**12345~ - GE**1**31~ -IEA**1**000000031~ -{code:c#} \ No newline at end of file diff --git a/docs/Parsing an 837 Transaction to HTML.html b/docs/Parsing an 837 Transaction to HTML.html deleted file mode 100644 index fb2c9dd8..00000000 --- a/docs/Parsing an 837 Transaction to HTML.html +++ /dev/null @@ -1,86 +0,0 @@ -
-
-
ISA*00**01*SECRET -*ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID -*930602*1253*^*00401*000000905*1*T*:~
-
-
GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~
-
-
ST*837*0021~
-
BHT*0019*00*0123*19981015*1023*RP~
-
REF*87*004010X098~
-
-
NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-
PER*IC*JERRY*TE*3055552222*EX*231~
-
-
-
NM1*40*2*REPRICER XYZ*****46*66783JJT~
-
-
-
HL*1**20*1~
-
-
NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~
-
N3*234 Seaway St~
-
N4*Miami*FL*33111~
-
-
-
NM1*87*2*KILDARE ASSOC*****24*581234567~
-
N3*2345 OCEAN BLVD~
-
N4*MIAMI*FL*33111~
-
-
-
HL*2*1*22*0~
-
SBR*P*18*12312-A******HM~
-
-
NM1*IL*1*SMITH*TED****34*000221111~
-
N3*236 N MAIN ST~
-
N4*MIAMI*FL*33413~
-
DMG*D8*19430501*M~
-
-
-
NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~
-
-
-
CLM*26462967*100***11::1*Y*A*Y*Y*C~
-
DTP*431*D8*19981003~
-
REF*D9*17312345600006351~
-
HI*BK:0340*BF:V7389~
-
-
NM1*82*1*KILDARE*BEN****34*112233334~
-
PRV*PE*ZZ*203BF0100Y~
-
-
-
NM1*77*2*KILDARE ASSOCIATES*****24*581234567~
-
N3*2345 OCEAN BLVD~
-
N4*MIAMI*FL*33111~
-
-
-
LX*1~
-
SV1*HC:99213*40*UN*1***1**N~
-
DTP*472*D8*19981003~
-
-
-
LX*2~
-
SV1*HC:87072*15*UN*1***1**N~
-
DTP*472*D8*19981003~
-
-
-
LX*3~
-
SV1*HC:99214*35*UN*1***2**N~
-
DTP*472*D8*19981010~
-
-
-
LX*4~
-
SV1*HC:86663*10*UN*1***2**N~
-
DTP*472*D8*19981010~
-
-
-
-
-
SE*42*0021~
-
-
GE*1*1~
-
-
IEA*1*000000905~
-
-
\ No newline at end of file diff --git a/docs/Parsing an 837 Transaction.html b/docs/Parsing an 837 Transaction.html deleted file mode 100644 index e97ec742..00000000 --- a/docs/Parsing an 837 Transaction.html +++ /dev/null @@ -1,799 +0,0 @@ -
-

Parsing an 837 Transaction

-

An 837 is a Claim for medical services transaction. The 837P is the most common of the 3 claim types: Dental, Professional and Institutional.
-The following example will show you how to:

-
    -
  1. Take an 837 file and create X12 XML that shows the hieararchical relationships of the X12 segments with comments related to their values. -
  2. Take an 837 file and format it as X12 to reveal it's heirarchical relationship. -
  3. Transform an 837 into HTML for presentation as X12 with tool tips.
-


-A sample 837 file that looks like this:

-
-
-
ISA*00*          *01*SECRET    *ZZ*SUBMITTERS.ID  *ZZ*RECEIVERS.ID   *030101*1253*^*00501*000000905*1*T*:~
-GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~
-ST*837*0021*005010X222~
-BHT*0019*00*244579*20061015*1023*CH~
-NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-PER*IC*JERRY*TE*3055552222*EX*231~
-NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~
-HL*1**20*1~
-PRV*BI*PXC*203BF0100Y~
-NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~
-N3*234 SEAWAY ST~
-N4*MIAMI*FL*33111~
-REF*EI*587654321~
-NM1*87*2~
-N3*2345 OCEAN BLVD~
-N4*MAIMI*FL*33111~
-HL*2*1*22*1~
-SBR*P**2222-SJ******CI~
-NM1*IL*1*SMITH*JANE****MI*JS00111223333~
-DMG*D8*19430501*F~
-NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-REF*G2*KA6663~
-HL*3*2*23*0~
-PAT*19~
-NM1*QC*1*SMITH*TED~
-N3*236 N MAIN ST~
-N4*MIAMI*FL*33413~
-DMG*D8*19730501*M~
-CLM*26463774*100***11:B:1*Y*A*Y*I~
-REF*D9*17312345600006351~
-HI*BK:0340*BF:V7389~
-LX*1~
-SV1*HC:99213*40*UN*1***1~
-DTP*472*D8*20061003~
-LX*2~
-SV1*HC:87070*15*UN*1***1~
-DTP*472*D8*20061003~
-LX*3~
-SV1*HC:99214*35*UN*1***2~
-DTP*472*D8*20061010~
-LX*4~
-SV1*HC:86663*10*UN*1***2~
-DTP*472*D8*20061010~
-SE*42*0021~
-GE*1*1~
-IEA*1*000000905~
-
-
-
-


-This can be parsed with the following lines of C# code:

-
-
using System;
-using System.IO;
-using OopFactory.X12.Parsing;
-using OopFactory.X12.Parsing.Model;
-
-public class Program
-{
-   FileStream fstream = new FileStream("Sample1.txt", FileMode.Open, FileAccess.Read);
-   var parser = new X12Parser();
-   Interchange interchange = parser.Parse(fstream);
-   string xml = interchange.Serialize();
-}
-
-
-


-The resulting output xml will look like this:

-
-
-
<?xml version="1.0"?>
-<Interchange>
-  <ISA>
-    <!--Author Information Qualifier-->
-    <ISA01>00<!--No Authorization Information Present--></ISA01>
-    <!--Author Information-->
-    <ISA02>          </ISA02>
-    <!--Security Information Qualifer-->
-    <ISA03>01<!--Password--></ISA03>
-    <!--Security Information-->
-    <ISA04>SECRET    </ISA04>
-    <!--Interchange ID Qualifier-->
-    <ISA05>ZZ<!--Mutually Defined--></ISA05>
-    <!--Interchange Sender ID-->
-    <ISA06>SUBMITTERS.ID  </ISA06>
-    <!--Interchange ID Qualifier-->
-    <ISA07>ZZ<!--Mutually Defined--></ISA07>
-    <!--Interchange Receiver ID-->
-    <ISA08>RECEIVERS.ID   </ISA08>
-    <!--Interchange Date-->
-    <ISA09>030101</ISA09>
-    <!--Interchange Time-->
-    <ISA10>1253</ISA10>
-    <!--Inter Control Standards Identifier-->
-    <ISA11>^</ISA11>
-    <!--Inter Control Version Number-->
-    <ISA12>00501</ISA12>
-    <!--Inter Control Number-->
-    <ISA13>000000905</ISA13>
-    <!--Acknowlegment Requested-->
-    <ISA14>1<!--Interchange Acknowledgment Requested--></ISA14>
-    <!--Usage Indicator-->
-    <ISA15>T<!--Test Data--></ISA15>
-    <!--Component Element Separator-->
-    <ISA16>
-      <ISA1601 />
-      <ISA1602 />
-    </ISA16>
-  </ISA>
-  <FunctionGroup>
-    <GS>
-      <!--Functional Identifier Code-->
-      <GS01>HC<!--Health Care--></GS01>
-      <!--Application Sender's Code-->
-      <GS02>SENDER CODE</GS02>
-      <!--Application Receiver's Code-->
-      <GS03>RECEIVER CODE</GS03>
-      <!--Date-->
-      <GS04>19991231</GS04>
-      <!--Time-->
-      <GS05>0802</GS05>
-      <!--Group Control Number-->
-      <GS06>1</GS06>
-      <!--Responsible Agency Code-->
-      <GS07>X<!--Accredited Standards Committee X12--></GS07>
-      <!--Version/Release/Industry Identifier Code-->
-      <GS08>005010X222</GS08>
-    </GS>
-    <Transaction ControlNumber="0021">
-      <ST>
-        <!--Transaction Set Identifier Code-->
-        <ST01>837<!--Health Care Claim--></ST01>
-        <!--Transaction Set Control Number-->
-        <ST02>0021</ST02>
-        <ST03>005010X222</ST03>
-      </ST>
-      <BHT>
-        <!--Hierarchical Structure Code-->
-        <BHT01>0019</BHT01>
-        <!--Transaction Set Purpose Code-->
-        <BHT02>00</BHT02>
-        <!--Reference Identification-->
-        <BHT03>244579</BHT03>
-        <!--Date-->
-        <BHT04>20061015</BHT04>
-        <!--Time-->
-        <BHT05>1023</BHT05>
-        <!--Transaction Type Code-->
-        <BHT06>CH</BHT06>
-      </BHT>
-      <Loop LoopId="1000A" Name="SUBMITTER NAME">
-        <NM1>
-          <!--Entity Identifier Code-->
-          <NM101>41</NM101>
-          <!--Entity Type Qualifier-->
-          <NM102>2<!--Non-Person Entity--></NM102>
-          <!--Name Last or Organization Name-->
-          <NM103>PREMIER BILLING SERVICE</NM103>
-          <NM104 />
-          <NM105 />
-          <NM106 />
-          <NM107 />
-          <!--Identification Code Qualifier-->
-          <NM108>46<!--Electronic Transmitter Identification Number (ETIN--></NM108>
-          <!--Identification Code-->
-          <NM109>TGJ23</NM109>
-        </NM1>
-        <PER>
-          <!--Contact Function Code-->
-          <PER01>IC</PER01>
-          <!--Name-->
-          <PER02>JERRY</PER02>
-          <!--Communication Number Qualifier-->
-          <PER03>TE<!--Telephone--></PER03>
-          <!--Communication Number-->
-          <PER04>3055552222</PER04>
-          <!--Communication Number Qualifier-->
-          <PER05>EX<!--Telephone Extension--></PER05>
-          <!--Communication Number-->
-          <PER06>231</PER06>
-        </PER>
-      </Loop>
-      <Loop LoopId="1000B" Name="RECEIVER NAME">
-        <NM1>
-          <!--Entity Identifier Code-->
-          <NM101>40</NM101>
-          <!--Entity Type Qualifier-->
-          <NM102>2<!--Non-Person Entity--></NM102>
-          <!--Name Last or Organization Name-->
-          <NM103>KEY INSURANCE COMPANY</NM103>
-          <NM104 />
-          <NM105 />
-          <NM106 />
-          <NM107 />
-          <!--Identification Code Qualifier-->
-          <NM108>46<!--Electronic Transmitter Identification Number (ETIN--></NM108>
-          <!--Identification Code-->
-          <NM109>66783JJT</NM109>
-        </NM1>
-      </Loop>
-      <HierarchicalLoop LoopId="2000A" LoopName="BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL" Id="1" ParentId="">
-        <HL>
-          <!--Hierarchical ID Number-->
-          <HL01>1</HL01>
-          <HL02 />
-          <!--Level Code-->
-          <HL03>20<!--Information Source--></HL03>
-          <!--Hierarchical Child Code-->
-          <HL04>1<!--Additional Subordinate HL Data Segment in This Hierarchical Structure--></HL04>
-        </HL>
-        <PRV>
-          <PRV01>BI</PRV01>
-          <PRV02>PXC</PRV02>
-          <PRV03>203BF0100Y</PRV03>
-        </PRV>
-        <Loop LoopId="2010AA" Name="BILLING PROVIDER NAME">
-          <NM1>
-            <!--Entity Identifier Code-->
-            <NM101>85</NM101>
-            <!--Entity Type Qualifier-->
-            <NM102>2<!--Non-Person Entity--></NM102>
-            <!--Name Last or Organization Name-->
-            <NM103>BEN KILDARE SERVICE</NM103>
-            <NM104 />
-            <NM105 />
-            <NM106 />
-            <NM107 />
-            <!--Identification Code Qualifier-->
-            <NM108>XX<!--Centers for Medicare and Medicaid Services Nationa--></NM108>
-            <!--Identification Code-->
-            <NM109>9876543210</NM109>
-          </NM1>
-          <N3>
-            <!--Address Information-->
-            <N301>234 SEAWAY ST</N301>
-          </N3>
-          <N4>
-            <!--City Name-->
-            <N401>MIAMI</N401>
-            <!--State or Provice Code-->
-            <N402>FL</N402>
-            <!--Postal Code-->
-            <N403>33111</N403>
-          </N4>
-          <REF>
-            <!--Reference Identification Qualifier-->
-            <REF01>EI</REF01>
-            <!--Reference Identification-->
-            <REF02>587654321</REF02>
-          </REF>
-        </Loop>
-        <Loop LoopId="2010AB" Name="PAY-TO ADDRESS NAME">
-          <NM1>
-            <!--Entity Identifier Code-->
-            <NM101>87</NM101>
-            <!--Entity Type Qualifier-->
-            <NM102>2<!--Non-Person Entity--></NM102>
-          </NM1>
-          <N3>
-            <!--Address Information-->
-            <N301>2345 OCEAN BLVD</N301>
-          </N3>
-          <N4>
-            <!--City Name-->
-            <N401>MAIMI</N401>
-            <!--State or Provice Code-->
-            <N402>FL</N402>
-            <!--Postal Code-->
-            <N403>33111</N403>
-          </N4>
-        </Loop>
-        <HierarchicalLoop LoopId="2000B" LoopName="SUBSCRIBER HIERARCHICAL LOOP" Id="2" ParentId="1">
-          <HL>
-            <!--Hierarchical ID Number-->
-            <HL01>2</HL01>
-            <!--Hierarchical Parent ID Number-->
-            <HL02>1</HL02>
-            <!--Level Code-->
-            <HL03>22<!--Subscriber--></HL03>
-            <!--Hierarchical Child Code-->
-            <HL04>1<!--Additional Subordinate HL Data Segment in This Hierarchical Structure--></HL04>
-          </HL>
-          <SBR>
-            <SBR01>P</SBR01>
-            <SBR02 />
-            <SBR03>2222-SJ</SBR03>
-            <SBR04 />
-            <SBR05 />
-            <SBR06 />
-            <SBR07 />
-            <SBR08 />
-            <SBR09>CI</SBR09>
-          </SBR>
-          <Loop LoopId="2010BA" Name="SUBSCRIBER NAME">
-            <NM1>
-              <!--Entity Identifier Code-->
-              <NM101>IL<!--Insured or Subscriber--></NM101>
-              <!--Entity Type Qualifier-->
-              <NM102>1<!--Person--></NM102>
-              <!--Name Last or Organization Name-->
-              <NM103>SMITH</NM103>
-              <!--Name First-->
-              <NM104>JANE</NM104>
-              <NM105 />
-              <NM106 />
-              <NM107 />
-              <!--Identification Code Qualifier-->
-              <NM108>MI</NM108>
-              <!--Identification Code-->
-              <NM109>JS00111223333</NM109>
-            </NM1>
-            <DMG>
-              <!--Date Time Period Format Qualifier-->
-              <DMG01>D8<!--Date Expressed in Format CCYYMMDD--></DMG01>
-              <!--Date Time Period-->
-              <DMG02>19430501</DMG02>
-              <!--Gender Code-->
-              <DMG03>F<!--Female--></DMG03>
-            </DMG>
-          </Loop>
-          <Loop LoopId="2010BC" Name="PAYER NAME">
-            <NM1>
-              <!--Entity Identifier Code-->
-              <NM101>PR<!--Payer--></NM101>
-              <!--Entity Type Qualifier-->
-              <NM102>2<!--Non-Person Entity--></NM102>
-              <!--Name Last or Organization Name-->
-              <NM103>KEY INSURANCE COMPANY</NM103>
-              <NM104 />
-              <NM105 />
-              <NM106 />
-              <NM107 />
-              <!--Identification Code Qualifier-->
-              <NM108>PI<!--Payor Identification--></NM108>
-              <!--Identification Code-->
-              <NM109>999996666</NM109>
-            </NM1>
-            <REF>
-              <!--Reference Identification Qualifier-->
-              <REF01>G2</REF01>
-              <!--Reference Identification-->
-              <REF02>KA6663</REF02>
-            </REF>
-          </Loop>
-          <HierarchicalLoop LoopId="2000C" LoopName="PATIENT HIERARCHICAL LOOP" Id="3" ParentId="2">
-            <HL>
-              <!--Hierarchical ID Number-->
-              <HL01>3</HL01>
-              <!--Hierarchical Parent ID Number-->
-              <HL02>2</HL02>
-              <!--Level Code-->
-              <HL03>23<!--Dependent--></HL03>
-              <!--Hierarchical Child Code-->
-              <HL04>0<!--No Subordinate HL Segment in This Hiearchical Structure--></HL04>
-            </HL>
-            <PAT>
-              <PAT01>19</PAT01>
-            </PAT>
-            <Loop LoopId="2010CA" Name="PATIENT NAME">
-              <NM1>
-                <!--Entity Identifier Code-->
-                <NM101>QC</NM101>
-                <!--Entity Type Qualifier-->
-                <NM102>1<!--Person--></NM102>
-                <!--Name Last or Organization Name-->
-                <NM103>SMITH</NM103>
-                <!--Name First-->
-                <NM104>TED</NM104>
-              </NM1>
-              <N3>
-                <!--Address Information-->
-                <N301>236 N MAIN ST</N301>
-              </N3>
-              <N4>
-                <!--City Name-->
-                <N401>MIAMI</N401>
-                <!--State or Provice Code-->
-                <N402>FL</N402>
-                <!--Postal Code-->
-                <N403>33413</N403>
-              </N4>
-              <DMG>
-                <!--Date Time Period Format Qualifier-->
-                <DMG01>D8<!--Date Expressed in Format CCYYMMDD--></DMG01>
-                <!--Date Time Period-->
-                <DMG02>19730501</DMG02>
-                <!--Gender Code-->
-                <DMG03>M<!--Male--></DMG03>
-              </DMG>
-            </Loop>
-            <Loop LoopId="2300" Name="CLAIM INFORMATION">
-              <CLM>
-                <CLM01>26463774</CLM01>
-                <CLM02>100</CLM02>
-                <CLM03 />
-                <CLM04 />
-                <CLM05>
-                  <CLM0501>11</CLM0501>
-                  <CLM0502>B</CLM0502>
-                  <CLM0503>1</CLM0503>
-                </CLM05>
-                <CLM06>Y</CLM06>
-                <CLM07>A</CLM07>
-                <CLM08>Y</CLM08>
-                <CLM09>I</CLM09>
-              </CLM>
-              <REF>
-                <!--Reference Identification Qualifier-->
-                <REF01>D9</REF01>
-                <!--Reference Identification-->
-                <REF02>17312345600006351</REF02>
-              </REF>
-              <HI>
-                <HI01>
-                  <HI0101>BK</HI0101>
-                  <HI0102>0340</HI0102>
-                </HI01>
-                <HI02>
-                  <HI0201>BF</HI0201>
-                  <HI0202>V7389</HI0202>
-                </HI02>
-              </HI>
-              <Loop LoopId="2400" Name="LINE COUNTER">
-                <LX>
-                  <LX01>1</LX01>
-                </LX>
-                <SV1>
-                  <SV101>
-                    <SV10101>HC</SV10101>
-                    <SV10102>99213</SV10102>
-                  </SV101>
-                  <SV102>40</SV102>
-                  <SV103>UN</SV103>
-                  <SV104>1</SV104>
-                  <SV105 />
-                  <SV106 />
-                  <SV107>1</SV107>
-                </SV1>
-                <DTP>
-                  <!--Data/Time Qualifier-->
-                  <DTP01>472</DTP01>
-                  <!--Date Time Period Format Qualifier-->
-                  <DTP02>D8<!--Date Expression in Format CCYYMMDD--></DTP02>
-                  <!--Date Time Period-->
-                  <DTP03>20061003</DTP03>
-                </DTP>
-              </Loop>
-              <Loop LoopId="2400" Name="LINE COUNTER">
-                <LX>
-                  <LX01>2</LX01>
-                </LX>
-                <SV1>
-                  <SV101>
-                    <SV10101>HC</SV10101>
-                    <SV10102>87070</SV10102>
-                  </SV101>
-                  <SV102>15</SV102>
-                  <SV103>UN</SV103>
-                  <SV104>1</SV104>
-                  <SV105 />
-                  <SV106 />
-                  <SV107>1</SV107>
-                </SV1>
-                <DTP>
-                  <!--Data/Time Qualifier-->
-                  <DTP01>472</DTP01>
-                  <!--Date Time Period Format Qualifier-->
-                  <DTP02>D8<!--Date Expression in Format CCYYMMDD--></DTP02>
-                  <!--Date Time Period-->
-                  <DTP03>20061003</DTP03>
-                </DTP>
-              </Loop>
-              <Loop LoopId="2400" Name="LINE COUNTER">
-                <LX>
-                  <LX01>3</LX01>
-                </LX>
-                <SV1>
-                  <SV101>
-                    <SV10101>HC</SV10101>
-                    <SV10102>99214</SV10102>
-                  </SV101>
-                  <SV102>35</SV102>
-                  <SV103>UN</SV103>
-                  <SV104>1</SV104>
-                  <SV105 />
-                  <SV106 />
-                  <SV107>2</SV107>
-                </SV1>
-                <DTP>
-                  <!--Data/Time Qualifier-->
-                  <DTP01>472</DTP01>
-                  <!--Date Time Period Format Qualifier-->
-                  <DTP02>D8<!--Date Expression in Format CCYYMMDD--></DTP02>
-                  <!--Date Time Period-->
-                  <DTP03>20061010</DTP03>
-                </DTP>
-              </Loop>
-              <Loop LoopId="2400" Name="LINE COUNTER">
-                <LX>
-                  <LX01>4</LX01>
-                </LX>
-                <SV1>
-                  <SV101>
-                    <SV10101>HC</SV10101>
-                    <SV10102>86663</SV10102>
-                  </SV101>
-                  <SV102>10</SV102>
-                  <SV103>UN</SV103>
-                  <SV104>1</SV104>
-                  <SV105 />
-                  <SV106 />
-                  <SV107>2</SV107>
-                </SV1>
-                <DTP>
-                  <!--Data/Time Qualifier-->
-                  <DTP01>472</DTP01>
-                  <!--Date Time Period Format Qualifier-->
-                  <DTP02>D8<!--Date Expression in Format CCYYMMDD--></DTP02>
-                  <!--Date Time Period-->
-                  <DTP03>20061010</DTP03>
-                </DTP>
-              </Loop>
-            </Loop>
-          </HierarchicalLoop>
-        </HierarchicalLoop>
-      </HierarchicalLoop>
-      <SE>
-        <!--Number of Included Segments-->
-        <SE01>42</SE01>
-        <!--Transaction Set Control Number-->
-        <SE02>0021</SE02>
-      </SE>
-    </Transaction>
-    <GE>
-      <!--Number of Transaction Sets Included-->
-      <GE01>1</GE01>
-      <!--Group Control Number-->
-      <GE02>1</GE02>
-    </GE>
-  </FunctionGroup>
-  <IEA>
-    <!--Number of Included Functional Groups-->
-    <IEA01>1</IEA01>
-    <!--Interchange Control Number-->
-    <IEA02>000000905</IEA02>
-  </IEA>
-</Interchange>
-
-
-
-


-In some cases you may only want to be able to see the hierarchy in the X12 without the need for it to be xml. You can use the following code snippet to add whitespace to the stream:

-
-
FileStream fstream = new FileStream("Sample1.txt", FileOpen.Open, FileAccess.Read);
-var parser = new X12Parser();
-Interchange interchange = parser.Parse(fstream);
-string x12 = interchange.SerializeToX12(true);
-
-
-


-This will produce the following output:
-
-

-
-
-
ISA*00*          *01*SECRET    *ZZ*SUBMITTERS.ID  *ZZ*RECEIVERS.ID   *030101*1253*^*00501*000000905*1*T*:~
-  GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~
-    ST*837*0021*005010X222~
-      BHT*0019*00*244579*20061015*1023*CH~
-      NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-        PER*IC*JERRY*TE*3055552222*EX*231~
-      NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~
-      HL*1**20*1~
-        PRV*BI*PXC*203BF0100Y~
-        NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~
-          N3*234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*587654321~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MAIMI*FL*33111~
-        HL*2*1*22*1~
-          SBR*P**2222-SJ******CI~
-          NM1*IL*1*SMITH*JANE****MI*JS00111223333~
-            DMG*D8*19430501*F~
-          NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-            REF*G2*KA6663~
-          HL*3*2*23*0~
-            PAT*19~
-            NM1*QC*1*SMITH*TED~
-              N3*236 N MAIN ST~
-              N4*MIAMI*FL*33413~
-              DMG*D8*19730501*M~
-            CLM*26463774*100***11:B:1*Y*A*Y*I~
-              REF*D9*17312345600006351~
-              HI*BK:0340*BF:V7389~
-              LX*1~
-                SV1*HC:99213*40*UN*1***1~
-                DTP*472*D8*20061003~
-              LX*2~
-                SV1*HC:87070*15*UN*1***1~
-                DTP*472*D8*20061003~
-              LX*3~
-                SV1*HC:99214*35*UN*1***2~
-                DTP*472*D8*20061010~
-              LX*4~
-                SV1*HC:86663*10*UN*1***2~
-                DTP*472*D8*20061010~
-    SE*42*0021~
-  GE*1*1~
-IEA*1*000000905~
-
-
-
-

 

-
-

Transform 837 Transaction as HTML

-

If your output is to the web and you want the html to take advantage of style and tool tips, you can use the following code for a more rich output.

-

 

-
-
  var htmlService = new X12HtmlTransformationService(new X12EdiParsingService(suppressComments: false));
-
-  Stream ediFile = new FileStream("c:\\5010_Example1_HealthInsurance.txt", FileMode.Open, FileAccess.Read);
-
-  string html = htmlService.Transform(new StreamReader(ediFile).ReadToEnd());
-
-
-
-

 

-

The divs have the following class names that will allow you to add some of your own style through css:

-
    -
  • interchange
  • function-group
  • transaction
  • hierarchical-loop
  • loop
  • first-segment
  • segment
  • element
  • element-value
  • component
-

Hover over a loop or qualifier to see it's meaning.

-
-
-
ISA *00 - * *01 *SECRET -*ZZ *SUBMITTERS.ID -*ZZ *RECEIVERS.ID -*030101 *1253 - *^ *00501 *000000905 - *1 *T - *:~
-
-
GS *HC *SENDER - CODE *RECEIVER CODE *19991231 - *0802 *1 *X - *005010X222~
-
-
ST *837 - *0021 *005010X222~
-
BHT *0019 *00 - *244579 *20061015 *1023 - *CH~
-
-
SUBMITTER NAME
-
NM1 *41 *2 - *PREMIER BILLING SERVICE *  *  *  * *46 - *TGJ23~
-
PER *IC *JERRY - *TE *3055552222 *EX - *231~
-
-
-
RECEIVER NAME
-
NM1 *40 *2 - *KEY INSURANCE COMPANY * * * * *46 - *66783JJT~
-
-
-
BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL
-
HL *1 * *20 - *1~
-
PRV *BI *PXC - *203BF0100Y~
-
-
BILLING PROVIDER NAME
-
NM1 *85 *2 - *BEN KILDARE SERVICE * * * * *XX - *9876543210~
-
N3 *234 SEAWAY ST~
-
N4 *MIAMI *FL - *33111~
-
REF *EI - *587654321~
-
-
-
PAY-TO ADDRESS NAME
-
NM1 *87 *2~
-
N3 *2345 OCEAN BLVD~
-
N4 *MAIMI *FL - *33111~
-
-
-
SUBSCRIBER HIERARCHICAL LOOP
-
HL *2 *1 - *22 *1~
-
SBR *P * - *2222-SJ * * * * * *CI~
-
-
SUBSCRIBER NAME
-
NM1 *IL *1 - *SMITH *JANE * * * *MI - *JS00111223333~
-
DMG *D8 - *19430501 *F~
-
-
-
PAYER NAME
-
NM1 *PR *2 - *KEY INSURANCE COMPANY * * * * *PI - *999996666~
-
REF *G2 - *KA6663~
-
-
-
PATIENT HIERARCHICAL LOOP
-
HL *3 *2 - *23 *0~
-
PAT *19~
-
-
PATIENT NAME
-
NM1 *QC *1 - *SMITH *TED~
-
N3 *236 N MAIN ST~
-
N4 *MIAMI *FL - *33413~
-
DMG *D8 - *19730501 *M~
-
-
-
CLAIM INFORMATION
-
CLM *26463774 *100 * * - *11:B:1 *Y - *A *Y - *I~
-
REF *D9 *17312345600006351~
-
HI *BK:0340 - *BF:V7389~
-
-
SERVICE LINE
-
LX *1~
-
SV1 *HC:99213 - *40 *UN *1 * - * *1~
-
DTP *472 *D8 - *20061003~
-
-
-
SERVICE LINE
-
LX *2~
-
SV1 *HC:87070 - *15 *UN *1 * - * *1~
-
DTP *472 *D8 - *20061003~
-
-
-
SERVICE LINE
-
LX *3~
-
SV1 *HC:99214 - *35 *UN *1 * - * *2~
-
DTP *472 *D8 - *20061010~
-
-
-
SERVICE LINE
-
LX *4~
-
SV1 *HC:86663 - *10 *UN *1 * - * *2~
-
DTP *472 *D8 - *20061010~
-
-
-
-
-
-
SE *42 *0021~
-
-
GE *1 *1~
-
-
IEA *1 *000000905~
-
-
-
\ No newline at end of file diff --git a/docs/SQL Server as a Staging Environment.html b/docs/SQL Server as a Staging Environment.html deleted file mode 100644 index 4cb05231..00000000 --- a/docs/SQL Server as a Staging Environment.html +++ /dev/null @@ -1,33 +0,0 @@ -
-

The SQL Server Integration is provided so that you can stage all of your incoming X12 messages in a consistent format that retains the full message that was received. In most cases this will not be your "processing" system.
-
-It is best practices to keep your import simple and only expect to import the files into the database to await processing.  Do your processing in a separate process that can mark the status of each transaction (i.e. create your own status/workflow table) - so you can handle business exception processing.
-
-Depending on the skill sets of your development staff, the implementations can vary widely after that depending on how you answer the following questions:

-
    -
  1. IS your staff experienced/comfortable with xslt transformations?
  2. Is your staff experienced/comfortable advance SQL queries (i.e. subqueries and common table expressions)? -
  3. Do you need other systems to integrate by read the individual fields directly from the database? -
  4. Is the target system also using SQL Server?
  5. Is the development staff's primary language .NET?
  6. Will the transactions be forced in batch into it's target system, or does it need to run through business logic that determines what will happen to each transaction? -
-

The above questions will lead to one of two directions for implementation:

-
    -
  1. Do a full parse of all segments into the individual segment tables, transformations to a normalized system will be done with queries of the indexed segment tables. -
  2. Do a full parse only to the root tables (Interchange, FunctionalGroup, TransactionSet, Loop, Segment) and only parse out to segments for searching support (i.e. NM1, N1, REF segments).  transformations will be performed by reconstititing the X12 message - from the GetTransactionSegments method and doing xslt transformations in memory. -
-

There really isn't a right or wrong answer, but each solution can by easy or hard depending on your business constraints.  Here is how the answers to questions 1 through 6 might affect your implementation:

-
    -
  • If your staff is not comfortable with xslt you may want to stay in the database. -
  • If your staff is not comfortable with writing their own SQL (i.e. this is not a task you can be accomplished by an ORM), then keep the database simple for searching and loading up unbundled x12 messages. -
  • If your staff is not comfortable with xslt or advanced SQL, an open source solution may not be appropriate for you or you may want to consider a support contract. -
  • If other systems need to export data directly out of your database, this will be easier to do using SQL and having all your segments in indexed tables. -
  • If your target system is not SQL SERVER it might be easier for your post processing to load the unbundled message into a programming language that can output to the other database format.  Either that or like previous you would need to query the tables - into some flat file format to get into your other system (assuming you don't send the X12 directly there, this is only useful if you have some normalized way to export your data that is simpler than X12) -
  • If your staff's primary language isn't C# and you are mostly using the console apps out-of-the-box, then you should definitely do a full parse of all segments. -
  • If you are doing batch imports (not really doing any exception handling) than it might be appropriate to do this as a full parse with SQL queries to get into your processing system. -
  • If you have complex business logic for determine whether the x12 transaction is ready for import into it's target system, it might be easier to do that in code one transaction at a time. -
-

Though it might seem slower to process each transaction one a time, as long as it a different app from the import, this can be scaled out be having multiple independent processing consuming each transaction.

-

I hope this helps you narrow down what is appropriate for your organization.  Good Luck!

-
\ No newline at end of file diff --git a/docs/Sql Server Database Integration.html b/docs/Sql Server Database Integration.html deleted file mode 100644 index d28d87a6..00000000 --- a/docs/Sql Server Database Integration.html +++ /dev/null @@ -1,56 +0,0 @@ -
-

See also:

- -

Database Schema

-

You can import your X12 into a SQL Server database by using the OopFactoryX12.ImportX12 console app. This will create the following schema in the database once you have loaded a file:

-


-X12Schema.png

-

Table Purpose:

-
    -
  • Container: keeps all Int or BigInt identities for the Interchange, FunctionalGroup, TransactionSet and Loop tables. -
  • Revision - allows for edits of the X12 and keeping track of comments related to those edits.  A record of 0 is added by default to represent the initial load of all X12. -
  • X12CodeList - This will contain the lookup values for any elements in a segment that has been Indexed into a separate table. -
  • Interchange, FunctionalGroup, TransactionSet, Loop, Segment - this is the database realization of the Interchange model into a relational model.  All segments are shown as they were in the x12 message in the Segment column of the Segment - table.
  • NM1, N1, N3 ... - these are the indexed segment tables specified in the IndexedSegment configuration values.  It uses the X12 specification for each segment to define the table.  Because of this, there is the potential that - something in the segment was not parsable.  It may either get truncated or was not parsable to the segment specification's data type.  These are errors in the X12, but this will be noted in the log file of the ImportX12 app.  The original segment - will always remain as a string in the Segment column of the Segment table.
  • ParsingError - because the indexed tables are typed into decimal and datetime when relevant, this table will contain any errors translating the target data type or any errors exceeding the max length of a string element.  The errorId - will be recorded in the indexed segment table.   The original Segment table will always contain the original value from the x12 file. -
-
-

ImportX12 Configuration

-

The application has the following application settings.  Just point the connection string to an empty database and all the tables, views and user-defined functions will be created on-the-fly when you import a file.

-
    -
  • schema - schema of the Interchange, FunctionalGroup, TransactionSet, Loop, Segment tables and any indexed segment tables.  If you are using a schema other than "dbo" make sure that you create it first in your target database.  - The ImportX12 app will create tables, but will expect the schema to already exist. -
  • containerSchema - schema of the common tables: Container and Revision -
  • ThrowExceptionOnSyntaxErrors - indicates whether an exception should be thrown on.  When the value is false an warning will be sent through the ParsingWarning event instead.
    -
      -
    • Hierarchical Parent Id references that don't exist, if false, than the HL will be treated as a top level HL without a parent -
    • Segments that don't occur in the transaction set's specification, if false, the segment will parsed as a segment of the current loop where it was found. -
    -
  • IndexedSegments - a comma delimited list of X23 segment IDs that you would like to have as individual tables.  The specification of that segment ID will be used to determine how many element columns to create and of which data type. - For example, if you are parsing 837 health claims you would use the list "AMT,BHT,CAS,CL1,CLM,CN1,CR1,CR2,CR3,CR4,CR5,CR6,CR7,CR8,CRC,CTP,CUR,DMG,DN1,DN2,DSB,DTP,FRM,HCP,HI,HL,HSD,III,IMM,K3,LIN,LQ,LUI,LX,MEA,MIA,MOA,N2,N3,N4,NM1,NTE,OI,PAT,PER,PRV,PS1,PWK,QTY,RAS,REF,SBR,SV1,SV2,SV3,SV4,SV5,SV6,SV7,SVD,TOO,UR". - See Transaction Set Configuration for a full list. -
  • ParseDirectory - the directory to search for X12 files
  • ParseSearchPattern - the file search pattern to filter files for parsing with the ParseDirectory -
  • ArchiveDirectory - the directory to move each file the parses and imports successfully. -
  • FailureDirectory - the directory to move any file that fails to parse or load.  If the Interchange record was written, the HasErrors column will be set to true on failed files. -
-
-

Schema Configuration

-

The application allows you to configure the containerSchema separately from the schema so that you can choose to partition your x12.  This can be useful in the following scenarios:

-
    -
  1. You want each client's data in a separate schema so their data will never co-mingle and each client does not suffer performance issues because another client has a large amount of records. -
  2. You want to separate your X12 into inbound and outbound messages.
  3. You want to set separate security on different schemas for different users in your environment so they only access what they need to know, since most X12 contains Personally Identifiable Information. -
-

They system is designed as an INSERT ONLY transactional database.  Updates and Deletes are handled by adding revisions.  The built in user-defined functions take this into account and only show the latest revision of each segment.

-
-

Revision Feature

-

In most cases you won't be doing any revisions, especially if the X12 messages represent TRUE EDI messages that came to you from a trading partner through a clearinghouse.  Mistakes in the X12 should be handled by acknowledgment files that reject bad - transactions.  However, there are other use cases of X12 that are not TRUE EDI.  When the transaction came to you in some other format and you have a data entry system that creates X12 so that you have a common process for integrating all incoming - transactions, errors may have been introduced.  In this case errors in your X12 may be your responsibility and you might want a process for creating edits of you X12.  In this case you will be able to use the SaveRevision method of the SqlTransactionRepository - to make edits that will produce valid X12 for your downstream processes.

-
\ No newline at end of file diff --git a/docs/Sql Server Database Integration_X12Schema.emf b/docs/Sql Server Database Integration_X12Schema.emf deleted file mode 100644 index c1d8eabf..00000000 Binary files a/docs/Sql Server Database Integration_X12Schema.emf and /dev/null differ diff --git a/docs/Sql Server Database Integration_X12Schema.png b/docs/Sql Server Database Integration_X12Schema.png deleted file mode 100644 index 39e911d0..00000000 Binary files a/docs/Sql Server Database Integration_X12Schema.png and /dev/null differ diff --git a/docs/Sql Server Functions and Views.md b/docs/Sql Server Functions and Views.md deleted file mode 100644 index 209f990e..00000000 --- a/docs/Sql Server Functions and Views.md +++ /dev/null @@ -1 +0,0 @@ -You many need to create some of your own sql and can use the following user-defined functions and views available after an import. \ No newline at end of file diff --git a/docs/SqlTransactionRepository class.html b/docs/SqlTransactionRepository class.html deleted file mode 100644 index 46974b09..00000000 --- a/docs/SqlTransactionRepository class.html +++ /dev/null @@ -1,56 +0,0 @@ -
-

The SqlTransactionRepository class can be used for additional control over the import of X12 into a SQL Server database.  In most cases you can use the OopFactory.X12.ImportX12 console app out-of-the-box and will only need to work with the SqlReadOnlyTransactionRepository - class.
-
-

-

SqlTransactionRepository Class Diagram

-

These two classes are split apart because their a quite a number of constructor arguments you need when you are importing data that aren't needed when you are reading data.  If you are not using the Revision feature, all you need outside of the OopFactory.X12.ImportX12 - app is to use the SqlReadOnlyTransactionRepository.
-SqlTransactionRepository.png

-

These classes have been created as generics so that you choose between using SQL's int, bigint or uniqueidentifier as your table identities, by using the class with int, long or Guid for T.

-

The Container table will hold the identities for interchanges, function groups, transaction sets and for loops, so it will fill up quick, but will probably still be sufficient to use Int in many cases.

-
-

SqlReadOnlyTransactionRepository Methods

-

GetTransactionSets

-

RepoTransactionSet.png

-

 

-

GetTransactionSetSegments

-

GetTransactionSetSegments accepts the following arguments:

-
    -
  • transactionSetID = the Id from the TransactionSet table, this can also be obtained by searching for transactions using the GetTransactionSets method and specifying filter criteria with the RepoTransactionSetSearchCriteria. -
  • revisionId - the revisionId of the the transaction, use Int32.MaxValue to get the latest revision. -
  • includeControlSegments - will add the ISA,GS,GE and IEA segments to the segments returned. -
-

It will return a List<RepoSegment<T>> which is shown below:

-

RepoSegment.png

-

 

-

GetLoops

-

RepoLoop.png

-

 

-

GetTransactionSegments

-

A transaction is defined differently for each transaction set.  The SqlTransactionRepository allows you to treat any loop in your transact set as a transaction.

-

For example, an 837 health care claim would use SpecLoopId = "2300" to define a claim as a transaction.  When you call GetTransactionSegments, it will unbundle the segments related to that transaction (ancestor loops and their related segments, and - all child segments).  This is similare to the UnbundleX12 console app.

-

The data structure returned is a list of RepoSegments with a Segment property.

-

To rebuild an unbundled X12 message, call GetTransactionSegments with includeControlSegments = true, and concatenate the Segment.SegmentString with Segment.Delimiters.SegmentTerminator for the segments returned.  This will give you a valid X12 message - that you can then use existing transformations to work with. See -Claim Parser for some claim transformations.

-
-

SqlTransactionRepository Methods

-

Save

-

The Save methods accepts an Interchange object which is the output of the X12Parser's PareMultiple method.  You can send this directly to the Save method and it will return the Id value from the Interchange table.  If you intend to do any post - processing, this Id can be sent to the GetTransactionSets or GetLoops method to identify the newly created elements that you may want to act upon.

-

Database Creation

-

When you call the Save method for the first time, the class will check for the expected database tables and automatically and create the necessary table, views and user-defined functions depending on your values for schema, commonSchema, and indexedSegments.  - This is useful to get you started right away, but it does this check on every save.

-

To bypass this, you can create a derived class with no implementation for EnsureSchema.  You can use the default implementation in development to create your database objects, and then turn off EnsureSchema once you've moved to production so that it - doesn't incur the extra database hit.

-

SaveRevision

-

The SaveRevision methods accepts an IList<RepoSegment<T>> that it expects you got from the GetTransactionSetSegments or GetTransactionSegments methods.

-

Once you have made the updates to the segments you can send it to the SaveRevision method.  The save revision will insert new database entries for the segments that have actually changed.  Subsequent calls to GetTransactionSetSegments and GetTransactionSegments - will only get the latest revision that is less than the RevisionId sent to either of those methods.

-

Database Concurrency

-

The SaveRevision method will check concurrency at the segment level.  Before saving a segment change it will make sure that the RevisionID at the time that the RepoSegment was retrieved has not changed.  If it has changed, it will rollback all - changes in the revision.  This will cause the Revision table to skip some ID values.
-

-
\ No newline at end of file diff --git a/docs/SqlTransactionRepository class_RepoLoop.png b/docs/SqlTransactionRepository class_RepoLoop.png deleted file mode 100644 index 99826e6a..00000000 Binary files a/docs/SqlTransactionRepository class_RepoLoop.png and /dev/null differ diff --git a/docs/SqlTransactionRepository class_RepoSegment.png b/docs/SqlTransactionRepository class_RepoSegment.png deleted file mode 100644 index 667667d5..00000000 Binary files a/docs/SqlTransactionRepository class_RepoSegment.png and /dev/null differ diff --git a/docs/SqlTransactionRepository class_RepoTransactionSet.png b/docs/SqlTransactionRepository class_RepoTransactionSet.png deleted file mode 100644 index 43b1e9b3..00000000 Binary files a/docs/SqlTransactionRepository class_RepoTransactionSet.png and /dev/null differ diff --git a/docs/SqlTransactionRepository class_SqlTransactionRepository.png b/docs/SqlTransactionRepository class_SqlTransactionRepository.png deleted file mode 100644 index 5f85391b..00000000 Binary files a/docs/SqlTransactionRepository class_SqlTransactionRepository.png and /dev/null differ diff --git a/docs/Testimonials.md b/docs/Testimonials.md deleted file mode 100644 index f84c8c3f..00000000 --- a/docs/Testimonials.md +++ /dev/null @@ -1,5 +0,0 @@ -# Testimonials -If you have a success story to share about your usage of the X12 Parser, please add a comment to this page and answer some of the folloing questions: -* How have you been able to use the X12 Parser? -* Has it affected your cost of implementation? -* Has it affected your time to market? \ No newline at end of file diff --git a/docs/Transaction Set Configuration.html b/docs/Transaction Set Configuration.html deleted file mode 100644 index 08ea1ca4..00000000 --- a/docs/Transaction Set Configuration.html +++ /dev/null @@ -1,1930 +0,0 @@ -
-

The following table shows the segments used in each X12 transaction. This list can be used to configure which segments to index into tables for SQL Server integration

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Transaction Set CodeFunction Group CodeNameSegments Used
100PGInsurance Plan DescriptionAM1, AMT, BGN, BLI, C3, COM, DTP, III, LIN, MSG, N1, N2, N3, N4, NM1, PER, PID, PO1, QTY, REF, SE, SI, SPA, ST
101NLName and Address ListsBGN, COM, DTM, IN2, LX, N1, N9, NX2, REF, SE, SPA, ST
102ACAssociated DataBDS, OOI, ORI, REF, SE, ST
103ABAbandoned Property FilingsAMT, BGN, BLN, BPR, CUR, DTM, DTP, INI, INT, LX, N1, N2, N3, N4, NM1, NTE, PCT, PDS, PER, QTY, REF, SE, SHI, ST, TC2, TRN, YNQ
104SAAir Shipment InformationACS, C3, DTM, F9, FOB, G47, H1, H2, H3, L0, L1, L3, L4, L5, M1, N1, N2, N3, N4, N9, NTE, P1, PER, SE, SL1, ST, TD4, X1, X2
105BFBusiness Entity FilingsAMT, BGN, BIN, CDS, CUR, DTM, EFI, HL, LIN, LM, LQ, LUI, LX, MTX, N2, N3, N4, NM1, NX1, NX2, PCT, PDL, PER, PWK, QTY, REF, SE, ST, TPB
106MHMotor Carrier Rate ProposalAT5, AT9, BGN, BLR, CA1, CUR, G62, GY, LC1, LX, MCT, MI1, MS2, N1, N2, N3, N4, PER, PR, RTT, SE, ST, SV, TF, TFR, TS
107MCRequest for Motor Carrier Rate ProposalAT5, AT9, BGN, CA1, CUR, G62, GY, ID4, IV1, LX, MCT, MI1, MS2, N1, N2, N3, N4, PER, PR, SE, ST, SV
108MKResponse to a Motor Carrier Rate ProposalBGN, BLR, CA1, G62, LC1, N1, N2, N3, N4, PER, SE, ST
109VEVessel Content DetailsB4, DTM, N9, Q2, R4, SE, SG, ST, V9
110IAAir Freight Details and InvoiceACS, B3, B3A, C2, C3, G47, ITD, L0, L1, L3, L4, L5, L10, LX, N1, N2, N3, N4, N9, NTE, P1, PER, POD, R1, RMT, SE, SL1, ST, V9
111IFIndividual Insurance Policy and Client InformationAM1, AMT, ASI, BEN, BHT, BLI, BLN, C3, COM, DMG, DTP, HL, III, IN1, LIN, LQ, LUI, N2, N3, N4, NM1, NX1, PDL, PER, QTY, REF, RPA, SE, SPA, ST, UDA
112PQProperty Damage ReportAMT, BGN, C3, CID, DTP, HL, III, K2, LM, MEA, MS1, MSG, N2, N3, N4, N9, NM1, PCT, PER, QTY, SE, SLN, ST, SUP, TXI
113CLElection Campaign and Lobbyist ReportingAWD, BGN, DTM, EMS, G86, HL, LQ, MTX, N1, N2, N3, N4, N9, NM1, NX2, PAM, PCT, PDL, PER, PWK, QTY, SE, ST, TPB
120VCVehicle Shipping OrderBVP, DTM, G62, N1, N2, N3, N4, REF, SE, ST, VC, VC1
121VSVehicle ServiceBVS, CGS, DEL, DTM, G62, N7, REF, SE, ST, V1, VC
124VDVehicle DamageAMT, AP1, BCI, BGN, C3, CRC, CTP, DAM, DL, DP, DTM, DTP, DVI, F13, ID, III, LE, LID, LM, LQ, LS, LX, MSG, N2, N3, N4, N9, NM1, PCT, PER, PID, QTY, REF, SAC, SE, ST, SUP, TXI, VAT, VEH, YNQ
125MRMultilevel Railcar Load DetailsBMM, G62, N7, SE, ST, VC
126VAVehicle Application AdviceBVA, L7, SE, ST, V1, VAD
127VBVehicle Baying OrderBVB, G62, SE, SFC, ST, VC
128DIDealer InformationDH, DN, K1, N1, N2, N3, N4, PER, R9, SE, ST
129VHVehicle Carrier Rate UpdateG62, RT, RT1, SE, ST, VR
130EDStudent Educational Record (Transcript)ATV, BGN, CRS, CSU, DEG, DMG, DTP, EMS, ERP, FOS, HC, HS, IMM, IN1, IN2, IND, LUI, LX, MKS, N1, N2, N3, N4, NTE, OPS, OPX, PCL, PER, RAP, REF, SBT, SE, SES, SP, SRE, SSE, SST, ST, SUM, TST
131AKStudent Educational Record (Transcript) AcknowledgmentBGN, IN2, N1, QTY, REF, SE, ST, SUM
132HUHuman Resource InformationAIN, BGN, CN1, COM, CON, CQ, CRS, CSU, DEG, DMG, DTP, ELV, EMS, ESI, FOS, HL, III, ISI, LQ, LUI, N1, N2, N3, N4, N9, NM1, PCT, QTY, REF, SE, SES, ST, WLD, YNQ
133CWEducational Institution RecordAMT, ATV, BGN, COM, DEG, DTP, EDF, ENM, ERP, FOS, HL, ISI, LQ, N1, N2, N3, N4, NM1, NTE, OPX, PCT, PPA, QTY, REF, SCT, SE, SLA, SP, ST, YNQ
135SLStudent Aid Origination RecordAMT, BGN, DEF, DMA, DMG, DTP, ENR, ENT, FNA, GR, IDB, IN1, IN2, LM, LQ, LX, MEA, N1, N3, N4, NTE, PER, PLI, QTY, REF, SAD, SCT, SE, ST, Y6, YNQ
138TTEducational Testing and Prospect Request and ReportATV, BGN, COM, DEG, DMG, DTP, EMS, ERP, FOS, IN1, IN2, IND, LUI, MSG, N1, N3, N4, PCL, PER, RAP, REF, RQS, SBT, SCA, SE, SRE, SSE, SST, ST, SUM, TST
139SLStudent Loan Guarantee ResultAMT, BGN, DB, DTP, ENT, GR, IDB, IN2, LM, LQ, QTY, SE, ST
140WAProduct RegistrationAMT, BGN, CUR, DTM, ITA, ITD, LIN, LM, LQ, LX, N1, N2, N3, N4, N9, PER, PID, PSC, QTY, REF, SE, SLN, SSS, ST, TXI
141WAProduct Service Claim ResponseAMT, BGN, CUR, DTM, LX, MSG, N1, N2, N3, N4, N9, PCS, PER, QTY, RC, REF, SE, ST, TDS
142WAProduct Service ClaimAMT, BGN, CID, CUR, DTM, IT1, ITA, LIN, LM, LOC, LQ, LX, MEA, MSG, N1, N2, N3, N4, N9, PER, PID, PRR, PRT, PSC, QTY, RC, REF, REP, SE, SSS, ST, TDS, TMD, TXI
143WAProduct Service NotificationBGN, CID, CUR, DTM, ITA, LIN, LOC, MSG, N1, N2, N3, N4, N9, PER, PID, PRR, PRT, PWK, QTY, REF, REP, SE, SLN, ST
144LTStudent Loan Transfer and Status VerificationBGN, DB, DMG, DTP, ENT, GR, IDB, IN2, LV, N3, N4, REF, SE, ST
146RYRequest for Student Educational Record (Transcript)BGN, DMG, ERP, IN1, IN2, IND, N1, N2, N3, N4, NTE, PER, REF, SE, SSE, SST, ST
147RZResponse to Request for Student Educational Record (Transcript)AAA, BGN, IN1, IN2, N1, N2, N3, N4, NTE, PER, PWK, REF, SE, ST
148IJReport of Injury, Illness or IncidentACT, AD1, AIN, AMT, BHT, CFI, CRC, CRI, CUR, DMG, DTP, EMT, ESI, FC, GRI, HL, III, IMP, LE, LM, LN, LQ, LS, LX, N2, N3, N4, NM1, PCT, PER, PID, QTY, REF, REL, SE, ST, TPB, TXI, VEH, WS
149NTNotice of Tax Adjustment or AssessmentAMT, BGN, DTM, FGS, IN2, MSG, N1, N2, N3, N4, PCT, PER, REF, SE, ST, TDS, TFS, TIA
150TNTax Rate NotificationAMT, BGN, DTP, FGS, MTX, N1, N2, N3, N4, PER, QTY, SE, ST, TFS, TRS
151TAElectronic Filing of Tax Return Data AcknowledgmentAMT, BTA, BTI, DTM, FGS, PBI, QTY, REF, SE, ST, TFS, TIA
152GRStatistical Government InformationBGN, DTM, GRI, ICH, N1, N2, N3, N4, N9, NTE, PAM, PER, QTY, SE, ST
153CBUnemployment Insurance Tax Claim or Charge InformationAMT, BTI, CHB, DPN, DTM, MSG, N1, N2, N3, N4, NM1, PAM, PCT, PER, REF, SE, ST
154UCSecured Interest FilingAMT, BGN, CDS, CED, DAD, DTM, LIN, LS1, N1, N2, N3, N4, N9, NM1, NTE, PAM, PER, PID, PO3, SE, ST, TAX, TXI
155BCBusiness Credit ReportACD, API, ASI, ASO, AWD, BBC, BGN, C3, CDS, CED, COM, CRC, DMG, DTP, EMS, FDA, HL, III, IN1, IN2, INQ, INR, ITC, LM, LOD, LQ, LUI, LX, MEA, MTX, N1, N2, N3, N4, N9, NM1, NX1, NX2, PCT, PER, PYM, PYT,
157NPNotice of Power of AttorneyBGN, DTM, HL, IN2, N1, N2, N3, N4, NM1, PER, REF, SE, SPY, ST
158TJTax Jurisdiction SourcingASI, BGN, DTP, LX, N1, NX2, PPA, SE, ST, TA
159MPMotion Picture Booking ConfirmationAMT, BGN, CUR, DTP, G63, LQ, LUI, LX, MEA, MSG, N1, N4, N9, PCT, QTY, REF, SE, ST, THE
160SJTransportation Automatic Equipment IdentificationAEI, AES, BAX, DTM, EI, LQ, MEA, N9, QTY, SE, ST, TSI, YNQ
161TRTrain SheetBTS, DTM, FAC, H3, N9, NM1, PER, PWK, SE, ST, V9
163ASTransportation Appointment Schedule InformationB13, B2A, G05, G61, G62, H3, H6, L11, N1, N2, N3, N4, N7, OID, S5, SDQ, SE, ST
170ERRevenue Receipts StatementBOX, DTM, LX, N1, PER, REF, SE, ST, THE
175FCCourt and Law Enforcement NoticeAMT, BGN, CDS, CED, CRC, DMG, DTM, III, LE, LM, LQ, LS, LX, MEA, MSG, N2, N3, N4, NM1, PAM, PER, QTY, REF, SE, SPI, ST
176FCCourt SubmissionAMT, BBC, BCU, BGN, BIN, CDS, CED, CRC, DTM, EFI, FGS, LM, LQ, MSG, N2, N3, N4, NM1, PAM, PCT, PER, QTY, REF, SE, SPI, ST
179EPEnvironmental Compliance ReportingAMT, BDS, BGN, DTM, G86, HL, III, LM, LOC, LQ, MEA, MTX, N1, N2, N3, N4, N9, NM1, NTE, OOI, PCT, PER, PWK, QTY, REF, SE, SPI, ST, TPB, YNQ
180ANReturn Merchandise Authorization and NotificationAMT, BGN, BLI, CRC, DD, DTM, FA1, FA2, G38, GF, LM, LQ, LX, MEA, N1, N2, N3, N4, N9, NTE, PER, PID, PKG, PRF, QTY, RDR, SAC, SDQ, SE, ST, TD1, TD5
185RDRoyalty Regulatory ReportAMT, ASI, ASM, BGN, DTP, LE, LM, LQ, LS, LX, MEA, N1, N2, N3, N4, NTE, PCT, PER, PID, QTY, REF, SE, ST
186UWInsurance Underwriting Requirements ReportingACT, AM1, AMT, ASL, BGN, BIN, BOR, CD2, CDS, CED, CUR, DMA, DMG, DTP, EC, EFI, EMS, FH, HL, III, IN1, LE, LS, LTR, LX, MPI, MSG, N1, N3, N4, NM1, PER, PWK, QTY, REF, REL, SE, SIN, SPK, ST, TOA, TOV, U
187AEPremium Audit Request and ReturnAD1, AMT, BAL, BGN, BIN, CRC, CUR, DMA, DMG, DTP, DVI, EFI, HL, III, ITA, LQ, LX, MEA, MSG, N1, N2, N3, N4, NM1, NX2, PCT, PDP, PDR, PDS, PER, PID, QTY, REF, SE, SI, ST, SUP, TDS, TXI, VAT, VEH
188ECEducational Course InventoryCSE, CSU, DTP, ERP, MSG, N1, N2, N3, N4, PER, REF, SE, ST
189AFApplication for Admission to Educational InstitutionsAMT, ATV, BGN, COM, CRS, DEG, DMG, DTP, EMS, FOS, HC, III, IMM, IN1, IN2, IND, LE, LQ, LS, LT, LTE, LUI, LX, MSG, N1, N2, N3, N4, NTE, PCL, PDL, PER, QTY, REF, RQS, RSD, SBT, SE, SES, SRE, SSE, SST, S
190SVStudent Enrollment VerificationAMT, BGN, DEG, DMG, DTP, ENR, ENT, ERP, FOS, IN2, LQ, N1, N2, N3, N4, NTE, PER, SE, SES, SST, ST, SUM
191SDStudent Loan Pre-Claims and ClaimsAMT, BGN, DB, DEF, DMA, DMG, DTP, ENR, ENT, GR, IN1, IN2, N3, N4, PER, REF, SE, SLI, ST, YNQ
194GTGrant or Assistance ApplicationAMT, BGN, DEG, DMG, DTM, EMS, FOS, HL, HSD, INX, K2, K3, L11, LDT, LX, MTX, N1, N2, N3, N4, N9, NM1, NTE, NX1, PAM, PCT, PD, PDD, PER, PL, PO1, PPL, PWK, QTY, REF, SE, SPI, ST, YNQ
195LAFederal Communications Commission (FCC) License ApplicationAMT, BGN, CRC, DTM, LIE, LM, LQ, MEA, MSG, N1, N2, N3, N4, NTE, PER, PO1, PWK, QTY, REF, SE, ST
196PKContractor Cost Data ReportingAMT, BCM, BSD, CAL, CLI, CRT, DTM, DTP, G61, HL, MEA, MSG, N1, N2, N3, N4, PCT, PD, PDD, PID, QTY, REF, RPA, SE, ST
197TOReal Estate Title EvidenceAMT, BGN, BIN, DTP, EFI, FGS, FPT, G86, IN1, IN2, LQ, LX, M1, MSG, N1, N2, N3, N4, N9, NM1, NX1, NX2, PDE, PDS, PER, PID, REF, SE, ST
198MELoan Verification InformationACT, AIN, AMT, API, BGN, CDA, DTP, EMS, FAA, IN1, IN2, MSG, N1, N2, N3, N4, NM1, NTE, NX1, NX2, PER, PEX, PRD, PWK, QTY, REF, SE, ST, YNQ
199TOReal Estate Settlement InformationAMT, BGN, DTM, DTP, FGS, III, IN1, IN2, LN1, LRQ, LX, N1, N2, N3, N4, NM1, NTE, NX1, NX2, PCT, PDE, PDS, PER, QTY, REF, SE, ST, YNQ
200MEMortgage Credit ReportAAA, AIN, AMT, ARS, BGN, CCI, CDS, CRO, DMG, DTP, EMS, G32, IN1, IN2, INQ, LE, LS, LX, MSG, N1, N2, N3, N4, N10, NTE, NX1, NX2, PER, PPD, QTY, REF, RO, SCM, SCS, SE, SOI, ST, TBI, TLN, VAR, YNQ
201MEResidential Loan ApplicationACT, AIN, AMT, ARS, BEP, BGN, CDA, CRC, DMG, DTP, EMS, FAA, FTH, III, IN1, IN2, LE, LIN, LRQ, LS, LX, MCD, MSG, N1, N2, N3, N4, N10, NM1, NTE, NX1, NX2, PCT, PDE, PDS, PER, PEX, PPY, QTY, REA, REF, RE
202MJSecondary Mortgage Market Loan DeliveryAIN, AMT, ASM, BEP, BGN, BUY, CN1, CRC, CTT, DEX, DMG, DTP, IGI, III, IN1, IN2, INT, LN1, LUC, LX, MPP, MSG, N1, N2, N3, N4, N9, NM1, NX1, NX2, PAM, PCT, PDS, PER, PEX, PPD, PWK, QTY, REA, REF, RLD, S
203MGSecondary Mortgage Market Investor ReportAMT, BGN, DTM, DTP, INT, IRA, LQ, LX, MPP, N1, N2, N3, N4, NX2, PER, PRC, QTY, REF, RLT, SE, ST, YNQ
204SMMotor Carrier Load TenderAT5, AT8, B2, B2A, C3, G61, G62, L3, L4, L5, L11, LAD, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHT, LX, M7, MEA, MS3, N1, N2, N3, N4, N7, N7A, N7B, NTE, OID, PER, PLD, RTT, S5, SE, ST
205MNMortgage NoteAMT, BGN, CDI, CTT, DTP, III, IN1, IN2, INT, LX, MNC, N2, N3, N4, NM1, NX1, NX2, PCT, PDS, PER, QTY, REF, SE, SOM, ST, TRN, VDI, YNQ
206MGReal Estate InspectionAIN, AMT, BGN, CRC, CTP, DFI, DTP, III, IN1, IN2, LN, MSG, N1, N2, N3, N4, N9, NTE, NX1, NX2, OBI, PDE, PDS, PER, PWK, QTY, REA, REC, REF, RLT, SE, SI, ST, YNQ
210IMMotor Carrier Freight Details and InvoiceB3, C2, C3, CD3, G62, H1, H2, H3, H6, ITD, K1, L0, L1, L3, L4, L5, L7, L9, L11, LX, M7, N1, N2, N3, N4, N7, OID, POD, R3, S5, SDQ, SE, ST
211BLMotor Carrier Bill of LadingAT1, AT2, AT3, AT4, AT5, B2A, BOL, G61, G62, K1, L4, L11, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHT, LX, MAN, MS2, MS3, N1, N2, N3, N4, OID, SE, ST
212TMMotor Carrier Delivery Trailer ManifestAT7, AT8, AT9, ATA, B2A, BLR, G61, G62, L11, LX, M7, MAN, MS1, MS2, N1, N2, N3, N4, OID, Q7, SDQ, SE, ST, TSD
213MIMotor Carrier Shipment Status InquiryB11, C3, G61, K2, L10, N1, N2, N3, N4, REF, SE, ST
214QMTransportation Carrier Shipment Status MessageAT5, AT7, AT8, B10, G62, K1, L11, LX, M7, MAN, MS1, MS2, MS3, N1, N2, N3, N4, OID, Q7, SDQ, SE, ST
215UPMotor Carrier Pickup ManifestACS, AT6, B1, C3, CD3, CGS, G61, G62, IT1, L5, L11, MAN, MS4, MS5, MS6, N1, N2, N3, N4, N10, NTE, PER, PID, R4, SE, SLN, SMD, ST, TXI, X1, X2
216PUMotor Carrier Shipment Pickup NotificationAT5, G61, K2, N1, N2, N3, N4, PRF, PUN, SE, ST, TEM
217FGMotor Carrier Loading and Route GuideBLR, G61, GY, L11, LE, LS, LX, N1, N3, N4, RST, SE, ST, SV
219ABLogistics Service RequestAMT, AT5, B9, B9A, CUR, G61, G62, G69, ITA, L3, L11, LAD, LCT, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHT, LX, MAN, MEA, MS3, N1, N2, N3, N4, N7, N7A, N7B, NTE, PER, PO4, S5, SE, ST
220AHLogistics Service ResponseAMT, AT5, B9, B9A, G62, G69, ITA, L3, L8, L9, L11, LAD, LCD, LCT, LX, M7, MAN, MEA, MS3, N1, N2, N3, N4, N7, N7A, N7B, NTE, PER, PO4, S5, SE, ST
222CECartage Work AssignmentAT3, AT5, G61, G62, L11, LAD, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHT, LX, N1, N2, N3, N4, N7, NTE, PLC, PLD, S5, SCN, SE, ST
223MQConsolidators Freight Bill and InvoiceAT8, B10, B2A, B3A, CSD, L1, L11, LE, LS, LX, M7, N1, N2, N3, N4, N7, OID, SDQ, SE, ST
224MAMotor Carrier Summary Freight Bill ManifestCF1, CF2, L11, SE, ST
225MYResponse to a Cartage Work AssignmentL11, SCP, SE, ST
227TUTrailer Usage ReportBLR, G61, G62, L11, M7, N1, N2, N3, N4, N7, NTE, SE, ST, TRL
228ENEquipment Inspection ReportBGN, DTM, EQD, L11, M7, MEA, N1, N3, N4, N9, NA, NM1, NTE, PER, Q5, SE, ST, W2
240MZMotor Carrier Package StatusAT7, BGN, BIN, CD3, EFI, L11, LE, LS, LX, MAN, MS2, N1, N2, N3, N4, NM1, NTE, Q7, SE, ST
242DSData Status TrackingBGN, DTP, HL, IIS, IRP, MSG, N1, QTY, REF, SE, ST, STS
244PNProduct Source InformationBGN, BSF, CID, COM, DTM, N1, N2, NM1, NX2, PID, SE, ST
245MEReal Estate Tax Service ResponseAMT, ASM, BGN, DTP, HL, INC, LN, MLA, N2, N3, N4, NM1, NX1, NX2, PDE, PDS, PER, PTS, REF, SE, ST, TA, TDT, TIA, TII
248SUAccount Assignment/Inquiry and Service/StatusACT, AIN, AMT, BAL, BHT, DMG, DTP, EMS, HL, INT, N2, N3, N4, NM1, PER, REF, SE, ST, STC
249ATAnimal Toxicological DataADI, ADT, ANI, AOC, AOI, AOL, AOR, ARC, AST, ATR, BGN, G61, GDP, GID, GRP, MSG, N1, N2, N3, N4, NTE, REF, SE, ST, STP
250PVPurchase Order Shipment Management DocumentBGN, DTM, FOB, G05, H3, L11, N1, N2, N3, N4, PRF, SE, SSD, ST
251CPPricing SupportAMT, BGN, CUR, DTM, G61, LX, MTX, N1, N2, N3, N4, NTE, PCT, PD, PDD, PID, PL, PO1, PPL, QTY, REF, SE, SPI, ST
252IEInsurance Producer AdministrationACT, AM1, AMT, ASI, BGN, BIN, CDS, CED, COM, DMA, DMG, DTM, DTP, EFI, EMS, ENT, III, LIC, LIN, LX, MSG, N1, N2, N3, N4, N9, NM1, PER, PWK, REF, SE, SPA, SRE, ST, TST, UC, YNQ
255UIUnderwriting Information ServicesACT, AM1, ASI, BGN, BIN, CD2, CN1, CUR, DMA, DMG, DTM, DTP, EFI, EMS, IND, LE, LS, LX, MSG, N2, N3, N4, NM1, NTE, NX2, PER, PO1, PWK, REC, REF, SE, ST, YNQ
256PEPeriodic CompensationADX, AM1, AMT, BLI, BLN, BSC, CUR, DMG, DTP, ENT, III, MSG, N1, N2, N3, N4, N9, NM1, PER, QTY, REF, RPA, SE, ST
259MGResidential Mortgage Insurance Explanation of BenefitsAMT, AWD, BGN, DFI, DTM, FIS, III, INT, MSG, N1, N2, N3, N4, N9, PCT, PER, QTY, REF, SE, ST
260MGApplication for Mortgage Insurance BenefitsAMT, BGN, CSI, DFI, DTP, FCL, FIS, INT, MIR, MSG, N1, N2, N3, N4, NM1, NTE, PCT, PER, REC, REF, SE, ST
261MEReal Estate Information RequestAM1, AMT, API, BGN, DTM, DTP, III, IN1, IN2, LN1, LX, N1, N2, N3, N4, NM1, NTE, NX1, NX2, PCT, PDE, PDS, PER, PEX, PWK, QTY, REA, REC, REF, SE, ST, TRN, YNQ
262MEReal Estate Information ReportAIN, AM1, AMT, API, BGN, CRC, CUR, DTP, III, IN1, IN2, LN2, LQ, LX, MEA, MSG, N2, N3, N4, NM1, NTE, NX1, NX2, PCT, PDE, PDS, PER, PEX, PTF, PWK, QTY, REA, REC, REF, RET, SE, SPI, ST, TRN, YNQ
263MEResidential Mortgage Insurance Application ResponseBGN, G63, LX, MIC, MIR, N1, N9, PCT, REF, SE, ST, TXI
264MGMortgage Loan Default StatusAMT, BGN, DFI, DTM, DTP, INT, LE, LS, LX, MIS, MRC, MSG, N1, N2, N3, N4, PER, QTY, REC, REF, SE, SOM, ST, YNQ
265TOReal Estate Title Insurance Services OrderAMT, BGN, DMG, FPT, IN1, IN2, LE, LN1, LRQ, LS, LX, MCD, MSG, N1, N2, N3, N4, NX1, NX2, PDE, PDS, PER, PRD, PWK, REF, SE, ST, TIS
266MGMortgage or Property Record Change NotificationAMT, API, BGN, CRC, DTP, INT, LX, N1, N2, N3, N4, N9, NM1, NTE, PCT, PER, PID, QTY, REF, SE, ST, VEH
267ADIndividual Life, Annuity and Disability ApplicationACT, AM1, AMT, ASI, ASL, BEN, BGN, BIN, BLI, C3, CDS, CED, COM, DMA, DMG, DTM, DTP, EC, EFI, EMP, EMS, ENT, ERI, FH, HL, III, IND, INV, K2, LE, LIN, LQ, LS, LUI, LX, MPI, MSG, N1, N2, N3, N4, N9, NM1,
268PFAnnuity ActivityACT, AM1, AMT, ASI, BEN, BGN, BIN, BLI, C3, CON, DMG, DTM, DTP, EFI, G86, III, IT1, LIN, LX, MSG, N1, N2, N3, N4, NM1, PAM, PDL, PER, PID, PO1, REF, RPA, SE, SPA, ST
269HVHealth Care Benefit Coordination VerificationAAA, BGN, CLP, DTP, N1, N2, N3, N4, NM1, PER, REF, SE, ST, SVC, TRN
270HSEligibility, Coverage or Benefit InquiryAMT, BHT, DMG, DTP, EQ, HI, HL, III, INS, MPI, N2, N3, N4, NM1, PDP, PDR, PER, PRV, REF, SE, ST, TRN, VEH
271HBEligibility, Coverage or Benefit InformationAAA, AMT, BHT, DMG, DTP, EB, EM, HI, HL, HSD, III, INS, LE, LIN, LQ, LS, LUI, MPI, MSG, N2, N3, N4, NM1, PCT, PDP, PDR, PER, PID, PKD, PRV, REF, SD1, SE, ST, TRN, VEH
272LNProperty and Casualty Loss NotificationAMT, BCI, BGN, CRC, DAM, DTP, DVI, EM, ICH, III, K1, K2, LE, LID, LIE, LIN, LQ, LS, LX, MSG, N2, N3, N4, N9, NM1, NX1, PCT, PDP, PDR, PER, PIN, PKD, PWK, QTY, R1, R4, REF, SD1, SE, SI, ST, V1, VAT, VE
273IDInsurance/Annuity Application StatusACT, AMT, BEN, BGN, BLI, CUR, DMA, DMG, DTP, ENT, G61, INV, K3, LIN, LQ, LX, M1, MSG, N2, N3, N4, NM1, PER, QTY, REF, REL, RPA, SE, SPA, ST, UD, UDA, V9
274PWHealthcare Provider InformationAAA, ACT, AMT, API, BCI, BDS, BHT, CRC, DEG, DMG, DTM, DTP, EMS, HAD, HL, HPL, HSD, IND, LQ, LUI, LX, MTX, N1, N2, N3, N4, NM1, NX1, OOI, PDI, PER, QTY, REF, SE, ST, TPB, TRN, WS, YNQ
275PIPatient InformationBDS, BGN, CAT, DMG, DTM, DTP, HI, IN1, LX, N3, N4, NM1, NX1, OOI, PER, PID, PRV, REF, SE, ST, STC, SVC, TRN
276HRHealth Care Claim Status RequestAMT, BHT, DMG, DTP, HL, N2, N3, N4, NM1, PAT, PER, REF, SBR, SE, ST, SVC, TOO, TRN
277HNHealth Care Information Status NotificationAMT, BHT, DMG, DTP, HL, N1, N2, N3, N4, NM1, PAT, PER, PWK, QTY, REF, SBR, SE, ST, STC, SVC, TOO, TRN
278HIHealth Care Services Review InformationAAA, BHT, CL1, CR1, CR2, CR4, CR5, CR6, CR7, CR8, CRC, DMG, DN2, DRA, DTP, HCR, HI, HL, HSD, INS, MSG, N2, N3, N4, NM1, PER, PRV, PWK, REF, SE, ST, SV1, SV2, SV3, TOO, TRN, UM
280VIVoter Registration InformationBGN, BIN, CRC, DTM, EFI, ICH, IN1, IN2, MEA, N1, N2, N3, N4, NX1, NX2, PER, PWK, REF, SE, ST
283TETax or Fee Exemption CertificationAMT, BGN, DTM, IN2, INI, LQ, LX, MSG, N1, N2, N3, N4, NM1, PER, PID, QTY, REF, SE, ST, TC2, TXI, YNQ
284IHCommercial Vehicle Safety ReportsAMT, BGN, DMA, DMG, DTM, DVI, EMS, H1, HL, III, LH2, LH3, LIE, LOD, LQ, MAN, MEA, MTX, N2, N3, N4, N9, NM1, PER, PO4, PWK, QTY, REF, SE, SRE, ST, TC2, VEH, YNQ
285CVCommercial Vehicle Safety and Credentials Information ExchangeAMT, BGN, DMA, DMG, DTM, DVI, H1, LE, LM, LQ, LS, MEA, N2, N3, N4, N9, N12, NM1, NTE, NX1, PCT, PER, QTY, REF, SE, SPR, SRE, ST, STA, TC2, VC1, VEH, YNQ
286KMCommercial Vehicle CredentialsAMT, BGN, CUR, DTM, DVI, EMS, H1, HL, LM, LQ, MEA, MSG, N2, N3, N4, N9, N12, NM1, PDL, PER, QTY, SE, SPI, ST, TC2, TD5, VEH, YNQ
288WIWage DeterminationAMT, BGN, CRC, DTM, LM, LQ, LX, N1, N2, N3, N4, NTE, PER, QTY, REF, SE, ST
290COCooperative Advertising AgreementsAMT, ASM, CMA, CRC, DOS, MI, N1, N2, N3, N4, NTE, PAI, PER, QTY, SE, ST
300ROReservation (Booking Request) (Ocean)B1, DTM, EA, G61, H1, H2, H3, K1, L0, L1, L4, L5, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LX, N1, N2, N3, N4, N7, N9, PER, R4, R2A, REF, SE, ST, V1, V9, W09, Y1, Y2, Y6, Y7
301ROConfirmation (Ocean)B1, DTM, EA, G61, H1, H2, H3, K1, L0, L1, L4, L5, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LX, N1, N2, N3, N4, N7, N9, PER, R4, R2A, SE, ST, V1, V9, W09, Y3, Y4, Y6
303ROBooking Cancellation (Ocean)B1, SE, ST, V9, Y5, Y6
304SOShipping InstructionsB2, B2A, C2, C8, C8C, CTP, CUR, DTM, G1, G2, G3, G61, H1, H2, H3, ISS, ITD, K1, L0, L1, L3, L4, L5, L7, L9, L11, L12, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHR, LHT, LIN, LX, M0, M1, M2, M7, M7A, MAN, ME
309AQCustoms ManifestCII, DMA, DMG, DTM, H1, H2, LX, M7, M10, M11, M12, M13, MAN, N1, N3, N4, N9, N10, NM1, P4, PER, R4, REF, SE, ST, VC, VEH, VID, X1
310IOFreight Receipt and Invoice (Ocean)B3, B2A, C2, C3, C8, C8C, DTM, G3, G61, H1, H2, H3, K1, L0, L1, L3, L5, L7, L11, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LX, M0, M1, M7, N1, N2, N3, N4, N7, N9, N12, PER, PWK, QTY, R2, R4, R2A, SE, ST
311SOCanada Customs InformationB2A, DTM, ED, G2, K1, L0, L3, L4, L5, LX, M7, N1, N2, N3, N4, N9, NA, R4, SE, ST, V1, V2, V3, X1, X2, Y2, Y6
312IOArrival Notice (Ocean)B3, C3, DTM, G1, G2, H1, H2, H3, K1, L0, L1, L3, L4, L5, L7, L11, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LX, M7, N1, N2, N3, N4, N7, N9, N12, PER, Q3, QTY, R2, R4, SE, ST, V1, V9, W09, Y6
313QOShipment Status Inquiry (Ocean)B4, N1, N9, SE, ST
315QOStatus Details (Ocean)B4, DTM, N9, Q2, R4, SE, SG, ST, V9
317SODelivery/Pickup OrderG61, G62, H1, L0, L5, N1, N2, N3, N4, N9, SE, ST, TD5
319SOTerminal InformationBA2, CD1, SE, ST
322SOTerminal Operations and Intermodal Ramp ActivityDTM, GR5, H1, H3, K1, L0, L3, L5, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, M7, N1, N3, N4, N7, N9, NA, PER, Q5, R4, SE, ST, V1, V4, W2, W09, Y7, ZC1
323SOVessel Schedule and Itinerary (Ocean)DTM, K1, R4, SE, ST, V1, V9
324SOVessel Stow Plan (Ocean)DTM, ED, H1, H3, M7, N7, N9, NA, R4, SE, ST, V1, V4, W09
325SOConsolidation of Goods In ContainerB12, C3, G20, H1, H2, H3, L3, L8, LIN, M7, MAN, MBL, N1, N2, N3, N4, N9, PRF, R4, SE, SN1, ST, TD1, UIT, V1, V9, W09
326SOConsignment Summary ListDTM, G1, MBL, N7, N9, R4, SE, ST, V1, VC
350AUCustoms Status InformationBA1, K1, M7, M10, M7A, N7, N9, NM1, P4, SE, ST, V9, VEH, VID, X4
352AVCustoms Carrier General Order StatusK1, M10, M14, P4, SE, ST
353AXCustoms Events Advisory DetailsCM, K1, M10, M15, M7A, MEA, P4, SE, ST, V1, V2
354AYCustoms Automated Manifest Archive StatusM10, P4, SE, ST, X01, X02
355AZCustoms Acceptance/RejectionCII, DMG, H1, H2, K1, K3, LX, M7, M10, M11, M12, M13, M14, M15, M20, M21, MBL, N1, N3, N4, N9, N10, NM1, P4, PER, R4, REF, SE, ST, VC, VEH, VID, X1
356BACustoms Permit to Transfer RequestM10, M20, P4, SE, ST
357BBCustoms In-Bond InformationLX, M10, M12, M13, M21, N1, N9, P4, SE, ST
358BDCustoms Consist InformationCII, DMA, DMG, M7, M10, M13, MBL, N3, N4, N9, NM1, P4, REF, SE, ST, VEH, VID, X1
359BGCustoms Customer Profile ManagementAAA, CII, CPM, DMA, DMG, N3, N4, NM1, PER, REF, SE, ST, VEH, VID
361SOCarrier Interchange Agreement (Ocean)CI, K1, N1, SE, ST
362OCCargo Insurance Advice of ShipmentAMT, BGN, CUR, DTP, L5, LQ, N1, N2, NX2, PCT, QTY, R1, R4, REF, SE, ST, V1
404SRRail Carrier Shipment InformationBL, BNX, BX, CD, CM, D9, DTM, E1, E4, E5, EM, F9, GA, H3, IC, IM, L0, L1, L3, L5, LE, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHR, LHT, LS, LX, M1, M3, M7, M12, MEA, N1, N2, N3, N4, N5, N7, N9, N10, NA, PE
410IRRail Carrier Freight Details and InvoiceB3B, BL, C4, CD, CM, D9, DTM, F9, G4, GA, IC, IM, L0, L1, L3, L5, LX, M7, M12, MEA, N1, N2, N3, N4, N5, N7, N8, N9, NTE, PER, PI, PS, R2, R9, S1, S2, S9, SE, ST, T1, T2, T3, T6, T8, VC, X7
412TBTrailer or Container Repair BillingAMT, CUR, DTM, DTP, III, IT1, MEA, N1, N2, N3, N4, PER, R11, R12, R13, REF, SE, ST
414CRRail Carhire SettlementsCHR, CIC, CTC, CUR, CV, CYC, LEQ, LX, PI, PRI, REF, SE, ST
417WBRail Carrier Waybill InterchangeBL, BNX, BX, CD, CM, D9, DTM, E1, E4, E5, EM, F9, G4, GA, H3, H5, IC, IM, IMA, L0, L1, L5, LE, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LS, LX, M7, M12, MEA, N1, N2, N3, N4, N5, N7, N8, N9, N10, N8A, P
418ICRail Advance Interchange ConsistBAX, DMA, DMG, IMA, LE, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LS, N1, N3, N4, NM1, PER, PS, REF, SE, ST, W1, W2, W3, W4, W5, W6
419SRAdvance Car DispositionE6, SE, ST, W3, W5
420CHCar Handling InformationE6, E8, SE, ST
421ISEstimated Time of Arrival and Car SchedulingD9, F9, H3, H5, IC, IMA, IS1, IS2, ISC, L5, LE, LEP, LFH, LH1, LH2, LH3, LH4, LHR, LHT, LS, N1, N3, N4, N8, N9, N8A, PER, PS, R2, REF, S1, S9, SE, ST
422DMEquipment OrderBCQ, D9, DTM, F9, GA, LE, LQ, LS, LX, N1, N3, N4, N7, N9, NTE, PER, PI, QTY, R2, SCR, SE, ST, YNQ
423RLRail Industrial Switch ListBGN, D9, DTM, F9, L5, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHR, LHT, LQ, LX, N1, N2, N3, N4, N7, N9, PER, QTY, R2, SE, ST, XD, YNQ
424SBRail Carrier Services SettlementAMT, BSW, CI, CUR, D9, DTM, ED, F9, MEA, N1, N2, N3, N4, NM1, NTE, PER, SE, ST, SWC, SWD, SWR
425WTRail Waybill RequestD9, F9, SE, ST, ZT
426RWRail Revenue WaybillBL, BNX, BX, CD, CUR, D9, DTM, F9, G4, GA, H3, IC, L0, L1, L3, L5, L1A, LX, M7, MEA, N1, N2, N3, N4, N5, N7, N8, N9, N8A, NTE, PER, PI, PS, R2, R9, R2B, R2C, R2D, S1, S9, SE, ST, T1, T2, T3, T6, T8, V
429RURailroad Retirement ActivityNTE, RU1, RU2, RU3, SE, ST
431RMRailroad Station Master FileDTM, N1, N4, REF, SE, SMB, SMO, SMR, SMS, ST
432RXRail DeprescriptionBGN, BLR, CIC, DRT, DTM, LQ, LX, N9, QTY, SE, ST
433RHRailroad Reciprocal Switch FileBGN, CD, DTM, N1, PI, SE, SMS, ST
434RJRailroad Mark Register Update ActivityBRR, DTM, N1, N2, N3, N4, PER, SE, ST
435RKStandard Transportation Commodity Code MasterCRC, DTM, LEP, LFH, LH2, LH3, LH4, LQ, LX, MSG, N9, SE, SID, ST
436LILocomotive InformationK3, LFI, N7, SE, ST
437RVRailroad Junctions and Interchanges ActivityBJF, DTM, JCT, JS, SE, SID, ST
440WRShipment WeightsBW, G4, G5, SE, ST
451EVRailroad Event ReportCLR, ED, ER, ES, IC, NA, SE, ST
452PLRailroad Problem Log Inquiry or AdviceBGP, DTP, N1, N9, NTE, SE, ST
453STRailroad Service Commitment AdviceAPR, CT, DTP, ISC, ISD, LX, N1, OD, PI, PR, R2, SE, SHR, SR, SSC, ST
455PBRailroad Parameter Trace RegistrationBLR, BTC, D9, DTP, ED, F9, LX, N1, N4, N9, PRM, SE, ST, V9
456EIRailroad Equipment Inquiry or AdviceD9, EIA, ER, ES, F9, H3, H5, IC, IS1, IS2, ISC, L5, LX, N1, N4, N7, N8, N9, NA, PI, R2, S1, S9, SE, ST, VC
460TPRailroad Price Distribution Request or ResponseCD, DK, FK, GY, LX, N3, N4, PER, PI, PR, PT, R9, R2B, R2C, RAB, RD, REN, RS, SA, SB, SC, SE, SS, ST
463TPRail Rate ReplyDK, LQ, NTE, REN, SE, ST
466TPRate RequestDK, PI, PR1, PR2, REN, SE, ST
468TPRate Docket Journal LogDK, JL, K1, PI, REN, SE, ST
470RBRailroad ClearanceAMT, BGN, D9, F9, H3, L4, L5, L10, LET, LX, MEA, N1, N2, N3, N4, N7, N9, NTE, PER, R2, SE, ST
475SNRail Route File MaintenanceBGN, DTM, PER, R9, RDD, SE, ST
485TPRatemaking ActionDK, FK, MC, PRI, RA, SA, SC, SE, ST, SW
486TPRate Docket ExpirationDR, PI, REN, SA, SE, ST
490TPRate Group DefinitionCD, DK, GH, GY, N3, N4, PER, PI, PR, PT, REN, SE, ST, TT
492TPMiscellaneous RatesDK, DM, PRI, SC, SE, ST
494TPRail Scale RatesCD, DK, GY, LX, N4, PI, PR, PT, R9, R2B, R2C, RAB, RD, REN, SA, SCL, SE, SS, ST
500MMMedical Event ReportingBGN, CTT, DMG, DTM, HL, LIN, LM, LQ, MEA, MTX, N2, N3, N4, NM1, PER, PID, PWK, QTY, REF, SE, ST, TRN
501WGVendor Performance ReviewAMT, BGN, CRT, DTP, LE, LM, LQ, LS, MEA, N1, N2, N3, N4, NTE, PCT, PER, QTY, REF, SE, SPR, ST
503PHPricing HistoryAMT, BGN, CS, DTM, FOB, LE, LIN, LM, LQ, LS, N1, N2, N3, N4, NTE, PCT, PER, PID, QTY, REF, SE, ST
504CCClauses and ProvisionsBGN, DTP, LM, LQ, MSG, N1, N2, N3, N4, PER, REF, SE, ST
511RNRequisitionBR, DD, FA1, FA2, G61, G62, G69, GF, LIN, LM, LQ, LX, MAN, MEA, N1, N2, N3, N4, N9, NTE, PO1, PWK, QTY, R4, REF, SE, ST
517MVMaterial Obligation ValidationBR, DD, FA1, FA2, G61, G62, GF, LM, LQ, N1, N2, N3, N4, N9, QTY, SE, ST
521AOIncome or Asset OffsetAD1, AMT, BGN, BPR, CDS, CUR, DTM, IN2, MSG, N1, N2, N3, N4, NM1, NTE, PAM, PER, REF, SE, ST, TRN
527MDMaterial Due-In and ReceiptAMT, BR, CS, DD, FA1, FA2, G61, G62, G66, G69, GF, LIN, LM, LQ, N1, N2, N3, N4, N9, NTE, PO4, QTY, RCD, REF, SE, ST
536LRLogistics ReassignmentBR, CON, CS, CTP, DD, G61, G62, G69, HL, LDT, LIN, LM, LQ, MEA, MSG, N1, N2, N3, N4, N9, PKG, PWK, QTY, RCD, SE, ST
540ESNotice of Employment StatusBGN, DTM, EMS, ENT, HD, IN2, N1, N2, N3, N4, NM1, PAM, PER, REF, SE, ST, YNQ
561D4Contract AbstractAMT, BGN, CS, CTT, DTM, FA1, FA2, G61, G62, HL, ITD, LM, LQ, N1, N2, N3, N4, N9, PCT, PID, PO1, REF, RRE, SCH, SE, SLN, ST
567D3Contract Completion StatusAMT, BC, CS, G61, G62, LM, LQ, N1, N2, N3, N4, N9, NTE, SE, ST
568D5Contract Payment Management ReportAMT, BAL, BGN, CS, CTT, DTM, FA1, FA2, LM, LQ, LX, N1, N2, N3, N4, N9, PER, QTY, REF, RTE, SE, ST
601SECustoms Export Shipment InformationBA1, DTM, L13, M12, MAN, N1, N2, N3, N4, P5, REF, SE, ST, V5, VEH, VID, X1, YNQ
603EOTransportation Equipment RegistrationBGN, DTM, LQ, MEA, N1, N2, N3, N4, N9, N21, PER, SE, ST, VEH, YNQ
620EXExcavation CommunicationBGN, DTM, EXI, LIE, LM, LQ, MEA, MSG, MTX, N1, N2, N3, N4, NX2, PER, PPA, REF, SE, ST
625WLWell InformationBGN, CID, DTP, HL, LIE, LM, LQ, MEA, MTX, N1, N2, N3, N4, PER, PID, PPA, QTY, REF, SE, ST, YNQ
650MOMaintenance Service OrderAMT, BGN, CLI, COM, DTM, HL, LIN, LM, LQ, MEA, MTX, N1, N2, N3, N4, NM1, PCT, PER, QTY, REF, RPA, SE, SPI, ST, YNQ
715GLIntermodal Group Loading PlanBGN, GR2, GR4, GR5, N4, N7, R4, REF, SE, ST, V1
753RFRequest for Routing InstructionsAT8, BGN, CMC, G62, L11, LX, N1, N2, N3, N4, OID, PER, SE, ST, USI, YNQ
754RGRouting InstructionsAT9, BGN, BLR, FOB, G62, L11, LE, LS, LX, MAN, MSI, MTX, N1, N2, N3, N4, OID, PAL, PER, PID, PKD, PKG, PO1, QTY, R4, REF, S5, SE, SMD, SN1, ST, TD1
805CPContract Pricing ProposalAMT, BCP, CB1, CBS, CUR, DTM, G61, HL, JIL, LIN, LX, MTX, N1, N2, N3, N4, N9, PD, PDD, PL, REF, SE, SPI, ST
806PJProject Schedule ReportingAMT, BPP, CAL, DTM, MLS, MTX, N1, N2, N3, N4, NM1, PAM, PCT, PER, PID, QTY, REF, RPA, RSC, SE, ST, TID
810INInvoiceAMT, BAL, BIG, CAD, CRC, CTP, CTT, CUR, DMG, DTM, FA1, FA2, FOB, INC, ISS, IT1, IT3, ITD, L7, LM, LQ, MEA, MSG, MTX, N1, N2, N3, N4, N9, NTE, PAM, PER, PID, PKG, PO4, PWK, QTY, R4, REF, SAC, SDQ, SE,
811CIConsolidated Service Invoice/StatementAMT, BAL, BIG, CAD, CTT, CUR, DMG, DTM, DTP, FA1, FA2, HL, III, INC, IT1, ITA, ITD, LCD, LQ, LX, MEA, MSG, N1, N2, N3, N4, NM1, NTE, NX2, PCT, PER, PID, QTY, REF, SE, SI, SLN, ST, TCD, TDS, TRF, TXI,
812CDCredit/Debit AdjustmentAMT, BCD, CDD, CUR, DTM, FA1, FA2, FOB, ITD, LIN, LM, LQ, N1, N2, N3, N4, N9, N11, PCT, PER, PO4, SAC, SE, SHD, ST
813TFElectronic Filing of Tax Return DataBPR, BTI, DTM, FGS, IN2, MSG, N1, N2, N3, N4, PER, REF, SE, ST, TFS, TIA, TRN
814GEGeneral Request, Response or ConfirmationAMT, ASI, AWD, BGN, CUR, DTM, FA1, FA2, LCD, LIN, LM, LQ, MTX, N1, N2, N3, N4, N9, NM1, PER, PM, QTY, REF, SE, ST
815CSCryptographic Service MessageCSB, CSC, CSM, DTP, SE, ST
816OROrganizational RelationshipsASI, BHT, CAL, DTM, HL, LQ, N1, N2, N3, N4, PER, QTY, REF, SE, ST
818RPCommission Sales ReportAMT, BSC, CUR, DTM, LIN, N3, N4, N11, NM1, PID, REF, SAL, SCD, SE, ST
819JBJoint Interest Billing and Operating Expense StatementAMT, BOS, CTT, CUR, DTM, ITA, ITD, JID, JIL, MEA, MSG, N1, N2, N3, N4, PER, PID, PSA, QTY, REF, SE, ST, TDS
820RAPayment Order/Remittance AdviceADX, AIN, AMT, ASM, ATN, BPR, CUR, DED, DMG, DTM, DTP, EMS, ENT, FA1, FA2, G53, HD, INS, INV, IT1, LOC, LX, N1, N2, N3, N4, N9, NM1, NTE, PCT, PEN, PER, PID, PYD, QTY, RDM, REF, RMR, RPA, RYL, SAC, SE
821FRFinancial Information ReportingACT, AMT, AVA, B2A, BLN, CTP, CUR, DTM, ENT, FA1, FA2, FIR, LM, LQ, MSG, N1, N2, N3, N4, N9, NM1, PER, REF, RTE, SE, ST, TRN, TSU
822AAAccount AnalysisACT, ADJ, BGN, BLN, CTP, CUR, DTM, ENT, LX, N1, N2, N3, N4, PER, RTE, SE, SER, ST
823LBLockboxADX, AIN, AMT, AVA, BAT, BPR, CUR, DED, DEP, DTM, DTP, G53, INV, IT1, LX, N1, N2, N3, N4, NM1, NTE, PEN, PER, QTY, REF, RMR, SAC, SE, SLN, ST, TRN, TXI, TXP
824AGApplication AdviceAMT, BGN, CTX, DTM, LM, LQ, N1, N2, N3, N4, NM1, NTE, OTI, PER, QTY, RED, REF, SE, ST, TED
826TITax Information ExchangeBTI, DTM, FGS, IN2, N1, N2, N3, N4, PER, REF, SE, ST, TFS, TIA, YNQ
827FRFinancial Return NoticeCUR, DTM, N2, N3, N4, NM1, PER, REF, RIC, SE, ST, TRN
828DADebit AuthorizationAMT, BAU, CTT, DAD, N1, N2, N3, N4, NM1, PER, REF, SE, ST
829PYPayment Cancellation RequestAMT, DTM, PCR, QTY, REF, SE, ST, TRN
830PSPlanning Schedule with Release CapabilityATH, BFR, CSH, CTP, CTT, CUR, DD, DTM, FOB, FST, ITD, LDT, LIN, LM, LQ, MAN, MEA, N1, N2, N3, N4, NM1, PER, PID, PKG, PO3, PO4, PRS, PWK, QTY, REF, SAC, SDP, SDQ, SE, SHP, SLN, ST, TAX, TD1, TD3, TD4,
831CTApplication Control TotalsAMT, BGN, DTM, N9, QTY, SE, ST, TRN
832SCPrice/Sales CatalogAAA, BCT, CRC, CRD, CTB, CTP, CTT, CUR, DTM, EFI, FOB, G26, G36, G39, G40, G43, G53, G54, G55, G93, ITD, LDT, LE, LFG, LIN, LM, LQ, LS, MEA, MTX, N1, N2, N3, N4, N9, PAL, PAM, PER, PID, PKG, PKL, PO1,
833MEMortgage Credit Report OrderACT, AIN, AMT, ARS, BGN, CAI, CDA, CIV, CRO, DMG, DTP, EMP, EMS, FAA, FPT, IN1, IN2, K2, LRQ, LX, MSG, N1, N2, N3, N4, N10, NX1, NX2, PER, PPY, PWK, QTY, REA, REF, SE, ST, YNQ
834BEBenefit Enrollment and MaintenanceACT, AD1, AIN, AMT, BEN, BGN, COB, DMG, DSB, DTP, EC, ENT, FC, FSA, HD, HI, HLH, ICM, IDC, INS, INV, K3, LC, LE, LS, LUI, LX, N1, N2, N3, N4, NM1, NX1, PER, PLA, PM, PRV, QTY, REF, REL, RP, SE, ST
835HPHealth Care Claim Payment/AdviceAMT, BPR, CAS, CLP, CUR, DTM, K3, LQ, LX, MIA, MOA, N1, N2, N3, N4, NM1, NTE, PER, PLB, QTY, RAS, RDM, REF, SE, ST, SVC, TOO, TRN, TS2, TS3
836RQProcurement NoticesAMT, BCO, CTB, CTP, DTM, FOB, ITD, LDT, LM, LQ, MEA, MTX, N1, N2, N3, N4, PER, PID, PO1, PO3, PWK, QTY, REF, SE, SI, SLN, ST
837HCHealth Care ClaimAMT, BHT, CAS, CL1, CLM, CN1, CR1, CR2, CR3, CR4, CR5, CR6, CR7, CR8, CRC, CTP, CUR, DMG, DN1, DN2, DSB, DTP, FRM, HCP, HI, HL, HSD, III, IMM, K3, LIN, LQ, LUI, LX, MEA, MIA, MOA, N2, N3, N4, NM1, NTE
838TDTrading Partner ProfileAMT, BTP, CUR, DMG, DTM, ENE, ERI, FBB, FOB, ITD, LCD, LE, LIN, LM, LQ, LS, LX, MEA, N1, N2, N3, N4, N9, PAM, PER, PID, PLA, REQ, SE, SPI, SPR, ST, TAX, TD5, TPD, TUD, TXN
839PKProject Cost ReportingAMT, BCS, BSD, CAL, CFT, CLI, DLV, DTM, MSG, N1, N2, N3, N4, PAM, PCT, PER, QTY, REF, RPA, SE, ST
840RQRequest for QuotationADV, AMT, BQT, CB1, CN1, CSH, CTB, CTP, CTT, CUR, DIS, DTM, EFI, FOB, FST, G53, G61, INC, IT8, ITD, LDT, LIN, LM, LQ, MAN, MEA, MTX, N1, N2, N3, N4, N9, PAM, PCT, PER, PID, PKG, PO1, PO3, PO4, PWK, QT
841SPSpecifications/Technical InformationAMT, BIN, CID, CSF, CSS, DTM, EFI, HL, LE, LIN, LOC, LS, LX, MEA, MSG, N1, N2, N3, N4, N9, NTE, PER, PID, PKD, PKG, PRR, PRS, PRT, PSD, PWK, QTY, RDT, REF, SE, SPI, SPS, ST, STA, TMD, UIT, X1, X2, X7
842NCNonconformance ReportAMT, BIN, BNR, CID, CS, DTM, EFI, FA1, FA2, HL, LIN, LM, LQ, MEA, N1, N2, N3, N4, NCA, NCD, NTE, PER, PID, PRS, PSD, PWK, QTY, RC, REF, SE, SPS, ST, STA, TMD, YNQ
843RRResponse to Request for QuotationADV, AMT, BQR, CPR, CSH, CST, CTB, CTP, CTT, CUR, DIS, DTM, EFI, FOB, FST, INC, IT8, ITD, LDT, LIN, LM, LQ, MAN, MEA, MTX, N1, N2, N3, N4, N9, PAM, PCT, PD, PDD, PER, PID, PKG, PO1, PO3, PO4, PWK, QTY
844CFProduct Transfer Account AdjustmentAMT, BAA, CON, CTT, CUR, DTM, LIN, MEA, N1, N2, N3, N4, N9, NTE, PAD, PER, PID, QTY, RCD, REF, SE, SII, SSS, ST, UIT
845PAPrice Authorization Acknowledgment/StatusAMT, BPA, CON, CTB, CTP, CTT, CUR, DTM, G53, ITD, LIN, MEA, N1, N2, N3, N4, NTE, PAD, PER, PID, QTY, REF, SE, SHP, SLN, SSS, ST, UIT
846IBInventory Inquiry/AdviceBIA, CS, CTP, CTT, CUR, DD, DTM, G53, LDT, LE, LIN, LM, LQ, LS, MAN, MEA, N1, N2, N3, N4, PCT, PER, PID, PKG, QTY, REF, SAC, SCH, SDQ, SE, SLN, ST, UIT
847MXMaterial ClaimAMT, BHT, CTP, CTT, CUR, DTM, HL, LIN, MEA, N1, N2, N3, N4, NTE, PER, PID, PKG, QTY, REF, SAC, SE, SHP, ST
848MSMaterial Safety Data SheetBMS, CID, DTM, LIN, LX, MEA, MSG, MSS, N1, N2, N3, N4, NTE, PER, PID, PKG, REF, SD1, SE, ST, STA, TD4, TMD
849CFResponse to Product Transfer Account AdjustmentAAA, AMT, BRC, CON, CTT, CUR, DTM, LIN, MEA, N1, N2, N3, N4, NTE, PAD, PER, PID, QTY, RCD, REF, SE, SSS, ST, UIT
850POPurchase OrderADV, AMT, BEG, CB1, CN1, CSH, CTB, CTP, CTT, CUR, DIS, DTM, EFI, FA1, FA2, FOB, G61, IN2, INC, IT3, IT8, ITD, LDT, LE, LIN, LM, LQ, LS, MAN, MEA, MTX, N1, N2, N3, N4, N9, NX2, PAM, PCT, PER, PID, PKG,
851LSAsset ScheduleAMT, BLS, CTP, CTT, CUR, DTM, ITA, LIN, LS1, MSG, N1, N2, N3, N4, N9, PAM, PER, PID, PO3, SE, ST, TAX, TXI
852PDProduct Activity DataAMT, CTP, CTT, CUR, DTM, FOB, G95, LIN, N1, N2, N3, N4, N9, PAL, PER, PO4, QTY, SAC, SDQ, SE, ST, TD5, XPO, XQ, ZA
853RIRouting and Carrier InstructionBGN, CTT, FK, G62, MEA, N1, N2, N3, N4, NTE, PER, REF, SE, ST, TD3, TD4, TD5
854DDShipment Delivery Discrepancy InformationBDD, G07, G61, G62, K1, L11, LE, LS, LX, N1, N2, N3, N4, Q8, SE, ST
855PRPurchase Order AcknowledgmentACK, ADV, AMT, BAK, CSH, CTB, CTP, CTT, CUR, DIS, DTM, EFI, FOB, IN2, INC, IT8, ITD, LDT, LIN, MAN, MEA, MTX, N1, N2, N3, N4, N9, NX2, PAM, PER, PID, PKG, PO1, PO3, PO4, PWK, QTY, REF, SAC, SCH, SDQ,
856SHShip Notice/ManifestAT9, BSN, CLD, CTT, CUR, DTM, DTP, ETD, FOB, GF, HL, LEP, LFH, LH1, LH2, LH3, LH4, LHE, LHR, LHT, LIN, LM, LQ, MAN, MEA, N1, N2, N3, N4, PAL, PER, PID, PKG, PO4, PRF, PWK, R4, REF, SAC, SDQ, SE, SLN,
857BSShipment and Billing NoticeBHT, CTP, CUR, DTM, FA1, FA2, FOB, G05, HL, ISS, IT1, IT3, ITD, LM, LQ, LX, MAN, MEA, MTX, N1, N2, N3, N4, N9, PAL, PER, PID, PKG, PO4, PRF, SAC, SE, SLN, SN1, ST, TC2, TD1, TD3, TD4, TD5, TDS, TXI
858SIShipment InformationAXL, BL, BNX, BX, C3, CD, CM, D9, E1, E4, E5, EM, F9, FA1, FA2, G62, GA, H3, H6, HL, IC, ITD, L0, L1, L3, L5, L7, L10, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHE, LHR, LHT, LP, M1, M2, M3, M7, M12, MEA, N
859FBFreight InvoiceB3, B3A, C3, CM, D9, F9, FOB, G4, G62, GA, H1, H2, H3, H6, IC, ITA, ITD, L0, L1, L3, L5, L7, L8, LH, LX, M1, M2, M7, MEA, N1, N2, N3, N4, N5, N7, N8, N9, NA, NTE, P1, P2, PER, POD, PS, R1, R2, R9, REF
860PCPurchase Order Change Request - Buyer InitiatedADV, AMT, BCH, CB1, CN1, CSH, CTB, CTP, CTT, CUR, DIS, DTM, EFI, FA1, FA2, FOB, G53, G61, IN2, INC, IT8, ITD, LDT, LE, LIN, LM, LQ, LS, MAN, MEA, MTX, N1, N2, N3, N4, N9, NX2, PAM, PCT, PER, PID, PKG,
861RCReceiving Advice/Acceptance CertificateBRA, CTT, CUR, DTM, FA1, FA2, FOB, LIN, LM, LQ, MAN, MEA, N1, N2, N3, N4, NM1, PER, PID, PO4, PRF, RCD, REF, SAC, SE, SLN, SN1, ST, TD1, TD3, TD4, TD5
862SSShipping ScheduleBSS, CTT, DTM, FOB, FST, JIT, LIN, N1, N2, N3, N4, PER, PKG, PO4, PRS, QTY, REF, SDP, SDQ, SE, SHP, ST, TD1, TD3, TD5, UIT
863RTReport of Test ResultsBTR, CID, DTM, HL, LIN, LM, LQ, MEA, N1, N2, N3, N4, N9, NM1, NTE, PER, PID, PO4, PSD, QTY, REF, SE, SPS, ST, STA, TMD, TSP, UIT
864TXText MessageBMG, DTM, MIT, MSG, MTX, N1, N2, N3, N4, PER, REF, SE, ST
865CAPurchase Order Change Acknowledgment/Request - Seller InitiatedACK, ADV, AMT, BCA, CSH, CTB, CTP, CTT, CUR, DIS, DTM, EFI, FOB, G53, IN2, INC, IT8, ITD, LDT, LIN, LM, LQ, MAN, MEA, MTX, N1, N2, N3, N4, N9, NX2, PAM, PCT, PD, PDD, PER, PID, PKG, PO3, PO4, POC, PWK
866SQProduction SequenceBSS, CTT, DTM, FOB, LIN, MEA, N1, N2, N3, N4, OQS, PER, PID, QTY, REF, SE, SLN, ST, UIT
867PTProduct Transfer and Resale ReportAMT, BPT, CTT, CUR, DD, DTM, FA1, FA2, ITA, LCD, LDT, LIN, LM, LQ, LX, MAN, MEA, N1, N2, N3, N4, N9, PER, PID, PKG, PO3, PO4, PRF, PSA, PTD, PWK, QTY, REF, SE, SII, ST, UIT
868MTElectronic Form StructureDAI, DDI, DMI, E01, E03, E10, E13, E20, E22, E24, E30, E34, E40, E41, MSG, QTY, SE, ST
869RSOrder Status InquiryBSI, CTT, DD, DTM, FA1, FA2, GF, HL, LIN, LM, LQ, MEA, N1, N2, N3, N4, NTE, PER, PID, PRF, QTY, REF, SE, ST
870RSOrder Status ReportBSR, CS, CTT, CUR, DTM, HL, ISR, LM, LQ, LX, MEA, N1, N2, N3, N4, PER, PID, PKG, PO1, PO3, PRF, PWK, QTY, REF, SAC, SE, SLN, ST, TD1, TD3, TD4, TD5
872MEResidential Mortgage Insurance ApplicationAMT, BFS, BGN, BUY, CDI, DMG, DTP, III, IN1, IN2, LN1, LRQ, LX, MCD, MIC, MSG, N1, N10, NM1, NX1, NX2, PAS, PCT, PER, PEX, PRD, PRJ, REA, REF, RES, SCM, SCS, SE, ST, VDI, YNQ
873CUCommodity Movement ServicesAMT, BGN, CS, DTM, DTP, LCD, LQ, MEA, N1, N3, N4, N9, PER, QTY, REF, SE, SLN, ST
874CQCommodity Movement Services ResponseBGN, CS, DTM, III, LCD, N1, N3, N4, N9, PER, REF, SE, SLN, ST
875OGGrocery Products Purchase OrderG23, G50, G61, G62, G66, G68, G69, G70, G72, G73, G76, N1, N2, N3, N4, N9, NTE, QTY, SE, SLN, ST
876OGGrocery Products Purchase Order ChangeG23, G61, G62, G66, G68, G69, G70, G72, G73, G76, G92, N1, N2, N3, N4, N9, NTE, QTY, SE, SLN, ST
877CJManufacturer Coupon Family Code StructureBGN, DTM, ENT, G28, G69, LIN, N1, SE, ST
878QGProduct Authorization/De-authorizationCTP, G21, G22, G62, G69, G72, N1, N2, N3, N4, PID, SE, ST
879QGPrice InformationG20, G22, G26, G28, G36, G40, G43, G46, G61, G62, G69, G91, G93, N1, N2, N3, N4, N9, NTE, SAC, SE, ST
880GPGrocery Products InvoiceAMT, CAD, ENT, G01, G17, G19, G20, G23, G25, G31, G33, G61, G62, G69, G72, G73, MTX, N1, N2, N3, N4, N9, NTE, QTY, REF, SE, ST
881CNManufacturer Coupon Redemption DetailAMT, BGN, G01, G72, G73, LIN, LQ, LX, N1, N2, N3, N4, N9, PER, QTY, REF, SE, ST
882IGDirect Store Delivery Summary InformationG23, G25, G31, G33, G47, G48, G49, G61, G72, G73, N1, N2, N3, N4, N9, SE, ST
883DFMarket Development Fund AllocationAMT, BMA, G43, G61, G62, G95, LIN, LX, N1, QTY, SE, ST, UIT
884MFMarket Development Fund SettlementAMT, BAL, BMP, G61, N1, N9, NTE, QTY, SE, ST
885UARetail Account CharacteristicsDTM, ENT, G13, G18, G29, G30, G53, LM, LQ, N1, N2, N3, N4, N9, PER, RDI, SE, SPR, ST
886UBCustomer Call ReportingCRC, CTP, DTM, ENT, G28, G29, G32, G35, G37, N1, PER, QTY, SE, ST
887CNCoupon NotificationAMT, BGN, DTM, G11, G12, G14, G15, G28, G43, G51, LIN, N1, N2, N3, N4, N9, PCT, PER, QTY, SE, ST
888QGItem MaintenanceBGN, G22, G23, G24, G26, G36, G39, G40, G43, G46, G53, G54, G55, G61, G62, G69, G93, H1, LDT, LIN, LM, LQ, LX, MEA, N1, N2, N3, N4, N9, NTE, PAL, PID, PKG, QTY, REF, SE, SLN, ST, TD1, TD4, UIT, USI
889QGPromotion AnnouncementG22, G23, G42, G43, G45, G46, G51, G61, G62, G69, G94, G95, LX, N1, N2, N3, N4, N9, NTE, QTY, SE, ST
890D4Contract & Rebate Management TransactionAMT, CPI, CPL, CTH, CUR, DTM, ECS, FU1, FU2, FU3, FU4, FU5, FX2, FX3, FX4, FX5, FX6, FX7, LE, LS, LX, MEA, MTX, N1, N2, N3, N4, NM1, NX1, PER, PPR, PSG, QTY, REF, SAC, SE, SEF, ST, TBP
891UDDeduction Research ReportADX, AMT, BGN, ENT, N1, N9, PER, REF, SE, ST
893AMItem Information RequestB2A, DTM, G39, G43, G69, N1, N2, N3, N4, RCR, REF, SE, ST
894DXDelivery/Return Base RecordDTM, G22, G23, G72, G82, G83, G84, G85, G86, LE, LS, MTX, N9, SE, SLN, ST
895DXDelivery/Return Acknowledgment or AdjustmentG22, G23, G72, G84, G85, G86, G87, G88, G89, LE, LS, SE, ST
896QGProduct Dimension MaintenanceG43, G61, G62, ID1, ID2, ID3, N1, N2, N3, N4, N9, NTE, SE, ST
920GCLoss or Damage Claim - General CommoditiesCUR, F01, F02, F04, F05, F09, G61, G62, L11, M7, MAN, N1, N3, N4, NTE, Q7, SE, ST
924GCLoss or Damage Claim - Motor VehicleF01, F02, F07, F12, F6X, SE, ST
925GCClaim TracerF02, F10, SE, ST
926GCClaim Status Report and Tracer ReplyF11, F13, F14, SE, ST, TRN
928AIAutomotive Inspection DetailBIX, ID, SE, ST, TI, VC
940OWWarehouse Shipping OrderAMT, AT9, BNX, FA1, FA2, G61, G62, G66, G69, LE, LEP, LFH, LH1, LH2, LH3, LH4, LH6, LHR, LHT, LM, LQ, LS, LX, MAN, MEA, N1, N2, N3, N4, N9, NTE, PAL, PER, QTY, R2, SDQ, SE, SLN, ST, TD3, W6, W01, W05,
943ARWarehouse Stock Transfer Shipment AdviceG61, G62, G69, N1, N2, N3, N4, N9, NTE, PER, SE, ST, W03, W04, W06, W10, W20, W27, W28
944REWarehouse Stock Transfer Receipt AdviceG08, G61, G62, G69, LX, MAN, N1, N2, N3, N4, N9, NTE, PAL, PER, SE, ST, TD1, W07, W08, W13, W14, W17, W18, W20
945SWWarehouse Shipping AdviceAMT, FA1, FA2, G61, G62, G69, G72, LE, LM, LQ, LS, LX, MAN, MEA, N1, N2, N3, N4, N9, NTE, PAL, PER, QTY, R4, SE, ST, TD1, W6, W03, W06, W10, W12, W27, W28
947AWWarehouse Inventory Adjustment AdviceAMT, CS, FA1, FA2, G61, G62, G69, LM, LQ, LX, N1, N2, N3, N4, N9, NTE, PER, SE, ST, W15, W19
980 Functional Group TotalsBT1, SE, ST
990GFResponse to a Load TenderB1, L11, SE, ST
993NRSecured Receipt or AcknowledgmentAK1, AK2, APE, S4A, SE, SPE, ST, SVA
996FTFile TransferBGF, K3, SE, ST
997FAFunctional AcknowledgmentAK1, AK2, AK3, AK4, AK5, AK9, SE, ST
998ALSet CancellationSE, ST, ZD
999FAImplementation AcknowledgmentAK1, AK2, AK9, CTX, IK3, IK4, IK5, SE, ST
-
\ No newline at end of file diff --git a/docs/Unbundling an X12 file by Loop ID.html b/docs/Unbundling an X12 file by Loop ID.html deleted file mode 100644 index 8b3b8844..00000000 --- a/docs/Unbundling an X12 file by Loop ID.html +++ /dev/null @@ -1,341 +0,0 @@ -
-

Unbundling an X12 file by Loop ID

-

The X12 format was designed to eliminate redundant information in an effort to make the transmission as small as possible. This was historically necessary when transmissions were very expensive and carriers charged for every byte transmitted.
-
-Though this format is best for transmission it means that the information that you need for one unit of work, such as a claim, shares segments with other units.
-
-When receiving a file your system can handle the entire file as a batch by processing it and laying it out into a database with the shared segments normalized into tables. However, this can take hours on a large file and it might be useful for you to unbundle - the file so that each discrete unit can be operated on separately. This could be helpful for the following reasons:

-
    -
  1. You will be making modifications on the unit and need to maintain version history on each one individually.  You want to do this by storing the raw EDI and want to use a plain-text diff tool to show changes. -
  2. You have large files that you want to unbundle quickly, and use multiple processors to operate on each unit simultaneously to increase scalability. -
  3. You do not want an error in one unit to cause a reject of the entire file. You want to separate the units first and create acknowledgements at the unit level to return to the sender. -
  4. You want to store each unit of work in the file system and make each a separate file that retains all of it's parent loops. -
-


-The X12 Parser 2.1 will allow you to do this at any loop by specifying the LoopId. For example, the LoopId for a claim is -"2300" and the code for unbundling an 837 would look like the following:
-
-

-
-
  X12Parser parser = new X12Parser();
-  Interchange interchange = parser.Parse(new FileStream("C:\\Temp\\5010_Example1,2, And 3 Combined.txt", FileMode.Open, FileAccess.Read));
-
-  var list = parser.UnbundleByLoop(interchange, "2300");
-  foreach (var item in list)
-  {
-      Trace.WriteLine("...");
-      Trace.WriteLine(item.SerializeToX12(true));
-  }
-
-
-


-The method UnbundleByLoop will return a List<Interchange> which you can serialize back to X12. The true arguments adds the whitespace so that you can see the hierarchical structure more clearly. Use false if you want it back to the condensed - X12 format.
-
-An X12 file that looks like this:

-
-
ISA*00*          *01*SECRET    *ZZ*SUBMITTERS.ID  *ZZ*RECEIVERS.ID   *030101*1253*^*00501*000000905*1*T*:~
-  GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~
-    ST*837*0021*005010X222~
-      BHT*0019*00*244579*20061015*1023*CH~
-      NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-        PER*IC*JERRY*TE*3055552222*EX*231~
-      NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~
-      HL*1**20*1~
-        PRV*BI*PXC*203BF0100Y~
-        NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~
-          N3*234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*587654321~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MAIMI*FL*33111~
-        HL*2*1*22*1~
-          SBR*P**2222-SJ******CI~
-          NM1*IL*1*SMITH*JANE****MI*JS00111223333~
-            DMG*D8*19430501*F~
-          NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-            REF*G2*KA6663~
-          HL*3*2*23*0~
-            PAT*19~
-            NM1*QC*1*SMITH*TED~
-              N3*236 N MAIN ST~
-              N4*MIAMI*FL*33413~
-              DMG*D8*19730501*M~
-            CLM*26463774*100***11:B:1*Y*A*Y*I~
-              REF*D9*17312345600006351~
-              HI*BK:0340*BF:V7389~
-              LX*1~
-                SV1*HC:99213*40*UN*1***1~
-                DTP*472*D8*20061003~
-              LX*2~
-                SV1*HC:87070*15*UN*1***1~
-                DTP*472*D8*20061003~
-              LX*3~
-                SV1*HC:99214*35*UN*1***2~
-                DTP*472*D8*20061010~
-              LX*4~
-                SV1*HC:86663*10*UN*1***2~
-                DTP*472*D8*20061010~
-      HL*4**20*1~
-        NM1*85*1*KILDARE*BEN****XX*1999996666~
-          N3*1234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*123456789~
-          PER*IC*CONNIE*TE*3055551234~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MIAMI*FL*33111~
-        HL*5*4*22*1~
-          SBR*P*******CI~
-          NM1*IL*1*SMITH*JANE****MI*111223333~
-            DMG*D8*19430501*F~
-          NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-            N3*3333OCEAN ST~
-            N4*SOUTH MIAMI*FL*33000~
-            REF*G2*PBS3334~
-          HL*6*5*23*0~
-            PAT*19~
-            NM1*QC*1*SMITH*TED~
-              N3*236 N MAIN ST~
-              N4*MIAMI*FL*33413~
-              DMG*D8*19730501*M~
-            CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~
-              HI*BK:4779*BF:2724*BF:2780*BF:53081~
-              NM1*82*1*KILDARE*BEN****XX*1999996666~
-                PRV*PE*PXC*204C00000X~
-                REF*G2*KA6663~
-              NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~
-                N3*2345 OCEAN BLVD~
-                N4*MIAMI*FL*33111~
-              SBR*S*01*******CI~
-                DMG*D8*19430501*F~
-                OI***Y*P**Y~
-                NM1*IL*1*SMITH*JACK****MI*T55TY666~
-                  N3*236 N MAIN ST~
-                  N4*MIAMI*FL*33111~
-                NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-              LX*1~
-                SV1*HC:99213*43*UN*1***1:2:3:4~
-                DTP*472*D8*20051003~
-              LX*2~
-                SV1*HC:90782*15*UN*1***1:2~
-                DTP*472*D8*20051003~
-              LX*3~
-                SV1*HC:J3301*21.04*UN*1***1:2~
-                DTP*472*D8*20051003~
-    SE*89*0021~
-	ST*837*0022*005010X222~
-      BHT*0019*00*0123*20061015*1023*RP~
-      NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-        PER*IC*JERRY*TE*3055552222*EX*231~
-      NM1*40*2*AHLIC*****46*66783JJT~
-      HL*1**20*1~
-        PRV*BI*PXC*203BF0100Y~
-        NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~
-          N3*234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*587654321~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MIAMI*FL*33111~
-        HL*2*1*22*0~
-          SBR*P*18*12312-A******HM~
-          NM1*IL*1*SMITH*TED****MI*00221111~
-            N3*236 N MAIN ST~
-            N4*MIAMI*FL*33413~
-            DMG*D8*19430501*M~
-          NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~
-          CLM*26462967*100***11:B:1*Y*A*Y*I~
-            DTP*431*D8*19981003~
-            REF*D9*17312345600006351~
-            HI*BK:0340*BF:V7389~
-            NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~
-              N3*2345 OCEAN BLVD~
-              N4*MIAMI*FL*33111~
-            LX*1~
-              SV1*HC:99213*40*UN*1***1~
-              DTP*472*D8*20061003~
-            LX*2~
-              SV1*HC:87072*15*UN*1***1~
-              DTP*472*D8*20061003~
-            LX*3~
-              SV1*HC:99214*35*UN*1***2~
-              DTP*472*D8*20061010~
-            LX*4~
-              SV1*HC:86663*10*UN*1***2~
-              DTP*472*D8*20061010~
-    SE*41*0022~
-  GE*2*1~
-IEA*1*000000905~
-
-
-


-Will unbundle it into three individual Interchange objects that can serialized back into X12 that looks the next three blocks.
-Note that not only have the claim loops been separated in a way where their header information is retained, but the SE transaction trailer segment and GE function group segment has been updated to correctly reflect the number of segments in the transaction - and the number of transactions in the function group so the resulting x12 is still valid.

-

Claim # 17312345600006351:

-
-
ISA*00*          *01*SECRET    *ZZ*SUBMITTERS.ID  *ZZ*RECEIVERS.ID   *030101*1253*^*00501*000000905*1*T*:~
-  GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~
-    ST*837*0021*005010X222~
-      BHT*0019*00*244579*20061015*1023*CH~
-      NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-        PER*IC*JERRY*TE*3055552222*EX*231~
-      NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~
-      HL*1**20*1~
-        PRV*BI*PXC*203BF0100Y~
-        NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~
-          N3*234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*587654321~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MAIMI*FL*33111~
-        HL*2*1*22*1~
-          SBR*P**2222-SJ******CI~
-          NM1*IL*1*SMITH*JANE****MI*JS00111223333~
-            DMG*D8*19430501*F~
-          NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-            REF*G2*KA6663~
-          HL*3*2*23*0~
-            PAT*19~
-            NM1*QC*1*SMITH*TED~
-              N3*236 N MAIN ST~
-              N4*MIAMI*FL*33413~
-              DMG*D8*19730501*M~
-            CLM*26463774*100***11:B:1*Y*A*Y*I~
-              REF*D9*17312345600006351~
-              HI*BK:0340*BF:V7389~
-              LX*1~
-                SV1*HC:99213*40*UN*1***1~
-                DTP*472*D8*20061003~
-              LX*2~
-                SV1*HC:87070*15*UN*1***1~
-                DTP*472*D8*20061003~
-              LX*3~
-                SV1*HC:99214*35*UN*1***2~
-                DTP*472*D8*20061010~
-              LX*4~
-                SV1*HC:86663*10*UN*1***2~
-                DTP*472*D8*20061010~
-    SE*42*0021~
-  GE*1*1~
-IEA*1*000000905~
-
-
-

 

-
-
ISA*00*          *01*SECRET    *ZZ*SUBMITTERS.ID  *ZZ*RECEIVERS.ID   *030101*1253*^*00501*000000905*1*T*:~
-  GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~
-    ST*837*0021*005010X222~
-      BHT*0019*00*244579*20061015*1023*CH~
-      NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-        PER*IC*JERRY*TE*3055552222*EX*231~
-      NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~
-      HL*4**20*1~
-        NM1*85*1*KILDARE*BEN****XX*1999996666~
-          N3*1234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*123456789~
-          PER*IC*CONNIE*TE*3055551234~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MIAMI*FL*33111~
-        HL*5*4*22*1~
-          SBR*P*******CI~
-          NM1*IL*1*SMITH*JANE****MI*111223333~
-            DMG*D8*19430501*F~
-          NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-            N3*3333OCEAN ST~
-            N4*SOUTH MIAMI*FL*33000~
-            REF*G2*PBS3334~
-          HL*6*5*23*0~
-            PAT*19~
-            NM1*QC*1*SMITH*TED~
-              N3*236 N MAIN ST~
-              N4*MIAMI*FL*33413~
-              DMG*D8*19730501*M~
-            CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~
-              HI*BK:4779*BF:2724*BF:2780*BF:53081~
-              NM1*82*1*KILDARE*BEN****XX*1999996666~
-                PRV*PE*PXC*204C00000X~
-                REF*G2*KA6663~
-              NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~
-                N3*2345 OCEAN BLVD~
-                N4*MIAMI*FL*33111~
-              SBR*S*01*******CI~
-                DMG*D8*19430501*F~
-                OI***Y*P**Y~
-                NM1*IL*1*SMITH*JACK****MI*T55TY666~
-                  N3*236 N MAIN ST~
-                  N4*MIAMI*FL*33111~
-                NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~
-              LX*1~
-                SV1*HC:99213*43*UN*1***1:2:3:4~
-                DTP*472*D8*20051003~
-              LX*2~
-                SV1*HC:90782*15*UN*1***1:2~
-                DTP*472*D8*20051003~
-              LX*3~
-                SV1*HC:J3301*21.04*UN*1***1:2~
-                DTP*472*D8*20051003~
-    SE*53*0021~
-  GE*1*1~
-IEA*1*000000905~
-
-
-

Claim #17312345600006351

-
-
ISA*00*          *01*SECRET    *ZZ*SUBMITTERS.ID  *ZZ*RECEIVERS.ID   *030101*1253*^*00501*000000905*1*T*:~
-  GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~
-    ST*837*0022*005010X222~
-      BHT*0019*00*0123*20061015*1023*RP~
-      NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~
-        PER*IC*JERRY*TE*3055552222*EX*231~
-      NM1*40*2*AHLIC*****46*66783JJT~
-      HL*1**20*1~
-        PRV*BI*PXC*203BF0100Y~
-        NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~
-          N3*234 SEAWAY ST~
-          N4*MIAMI*FL*33111~
-          REF*EI*587654321~
-        NM1*87*2~
-          N3*2345 OCEAN BLVD~
-          N4*MIAMI*FL*33111~
-        HL*2*1*22*0~
-          SBR*P*18*12312-A******HM~
-          NM1*IL*1*SMITH*TED****MI*00221111~
-            N3*236 N MAIN ST~
-            N4*MIAMI*FL*33413~
-            DMG*D8*19430501*M~
-          NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~
-          CLM*26462967*100***11:B:1*Y*A*Y*I~
-            DTP*431*D8*19981003~
-            REF*D9*17312345600006351~
-            HI*BK:0340*BF:V7389~
-            NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~
-              N3*2345 OCEAN BLVD~
-              N4*MIAMI*FL*33111~
-            LX*1~
-              SV1*HC:99213*40*UN*1***1~
-              DTP*472*D8*20061003~
-            LX*2~
-              SV1*HC:87072*15*UN*1***1~
-              DTP*472*D8*20061003~
-            LX*3~
-              SV1*HC:99214*35*UN*1***2~
-              DTP*472*D8*20061010~
-            LX*4~
-              SV1*HC:86663*10*UN*1***2~
-              DTP*472*D8*20061010~
-    SE*41*0022~
-  GE*1*1~
-IEA*1*000000905~
-
-
-


-
-

-
\ No newline at end of file diff --git a/docs/Unobstrusive X12 Manipulation.md b/docs/Unobstrusive X12 Manipulation.md deleted file mode 100644 index eda0af74..00000000 --- a/docs/Unobstrusive X12 Manipulation.md +++ /dev/null @@ -1 +0,0 @@ -Under construction. \ No newline at end of file diff --git a/docs/X12 Interchange Model.html b/docs/X12 Interchange Model.html deleted file mode 100644 index c5198896..00000000 --- a/docs/X12 Interchange Model.html +++ /dev/null @@ -1,201 +0,0 @@ -
-

X12 Interchange Model

-

The X12 Parser is designed around a set of objects that get loaded with the help of an X12Parser object. Once loaded, the Interchange object can operate without any further assistance from the X12Parser. -
-
-You can use these objects to:

-
    -
  1. Read an existing X12 file without the use of the XML transformations.
  2. Load an existing X12 file and make modifications without disturbing any segments that you do not explicit change. -
  3. Create a new X12 document using a built in or custom transaction specification. -
-


-An X12 envelop starts with an Interchange surrounding a set of Function Groups surrounding a set of Transactions.
-The transactions can hold individual segments, loops or hierarchical loops. The following domain model represents these objects with the least repetition of their common characteristics.
-
-ParsingModel.png
-
-Let's look at how to use these objects with some code samples to work with the following 270 Eligibility Inquiry x12:
-
-

-
-
-
INTERCHANGE
-
ISA *00 - * *00 * -*01 *9012345720000 -*01 *9088877320000 -*020816 *1144 - *U *00401 - *000000031 *1 *T - *:~
-
-
FUNCTION GROUP
-
GS *HS - *901234572000 *908887732000 *20070816 - *1615 *31 *X - *005010X279~
-
-
TRANSACTION
-
ST *270 *1234 *005010X279~
-
BHT *0022 - *13 *10001234 *20060501 - *1319~
-
-
Information Source Level
-
HL *1 * *20 - *1~
-
-
Information Source Name
-
NM1 *PR *2 - *ABC COMPANY * * * * *PI - *842610001~
-
-
-
Information Receiver Level
-
HL *2 *1 - *21 *1~
-
-
Information Receiver Name
-
NM1 *1P *2 - *BONE AND JOINT CLINIC * * * * *SV - *2000035~
-
-
-
Subscriber Level
-
HL *3 *2 - *22 *0~
-
TRN *1 *93175-012547 - *9877281234~
-
-
Subscriber Name
-
NM1 *IL *1 - *SMITH *ROBERT * * * *MI - *11122333301~
-
DMG *D8 - *19430519~
-
DTP *291 *D8 - *20060501~
-
-
Subscriber Eligibility or Benefit Inquiry
-
EQ *30~
-
-
-
-
-
-
SE *13 *1234~
-
-
GE *1 *31~
-
-
IEA *1 *000000031~
-
-
-

Reading an existing X12 file

-

The following code sample shows loading an Interchange object from an existing X12 string.

-

It then demonstrates traversing the object model to test specific elements against the expected values.

-
-
private string inquiry = @"ISA*00*          *00*          *01*9012345720000  *01*9088877320000  *020816*1144*U*00401*000000031*0*T*:~
-                                              GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~
-                                                ST*270*1234~
-                                                  BHT*0022*13*10001234*20070816*1319*00~
-                                                  HL*1**20*1~
-                                                    NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~
-                                                    HL*2*1*21*1~
-                                                      NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~
-                                                      HL*3*2*22*0~
-                                                        TRN*1*93175-012547*9877281234~
-                                                        NM1*IL*1*SMITH*ROBERT*MI****11122333301~
-                                                          DMG*D8*19430519~
-                                                          DTP*291*D8*20060501~
-                                                          EQ*30~
-                                                SE*13*1234~
-                                              GE*1*31~
-                                            IEA*1*000000031~
-                                            ";
-
-[TestMethod]
-public void Read270Test()
-{
-    X12Parser parser = new X12Parser();
-    Interchange interchange = parser.Parse(new MemoryStream(Encoding.ASCII.GetBytes(inquiry)));
-    Assert.AreEqual("9088877320000  ", interchange.InterchangeReceiverId);
-
Transaction transaction = interchange.FunctionGroups.First().Transactions.First(); - Segment bht = transaction.Segments.First(); -
Assert.AreEqual("10001234", bht.GetElement(3)); - - HierarchicalLoop subscriberLoop = transaction.FindHLoop("3"); - - Loop subscriberNameLoop = subscriberLoop.Loops.First(); - - Assert.AreEqual("SMITH", subscriberNameLoop.GetElement(3), "Subscriber last name not expected."); - Assert.AreEqual("11122333301", subscriberNameLoop.GetElement(9), "Subscriber member id not expected."); - -} -
-
-

 

-

Modifying an existing X12 file

-

See the test  ParseModifyAndTransformBackToX12 for an example of code to modify an existing file.

-

Creating a new X12 document

-

Some suggested reading for understanding the X12 format in general: -http://docs.oracle.com/cd/E19398-01/820-1275/agdaw/index.html

-

Some suggested reading for understanding the 270 format: -http://www.anthem.com/edi/noapplication/f3/s1/t0/pw_ad086850.pdf

-

Starting with an outlined version of a 270 file (This code will be included in the test -Create270Test in the next release with the test code given above - -Read270Test)

-
-
private string inquiryOutline = @"ISA*00*          *00*          *01*9012345720000  *01*9088877320000  *020816*1144*U*00401*000000031*0*T*:~
-                                              GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~
-                                                ST*270*1234~
-                                                  BHT*0022*13*10001234*20070816*1319*00~
-                                                  HL*1**20*1~
-                                                    NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~
-                                                    HL*2*1*21*1~
-                                                      NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~
-                                                      HL*3*2*22*0~
-                                                        TRN*1*93175-012547*9877281234~
-                                                        NM1*IL*1*SMITH*ROBERT*MI****11122333301~
-                                                          DMG*D8*19430519~
-                                                          DTP*291*D8*20060501~
-                                                          EQ*30~
-                                                SE*13*1234~
-                                              GE*1*31~
-                                            IEA*1*000000031~
-                                            ";
-
-
-

 

-

First you need to create the interchange (The ISA line above).

-

The following code creates this: ISA*00*          *00*          *01*9012345720000  *01*9088877320000  *020816*1144*U*00401*000000031*0*T*:~ - (Along with its ending code in IEA)

-

image

-

 

-

Once the interchange is created, you need to add the Function Group to it. (This is the second line in the above example 270 text starting with GS)

-

This section of code creates this: GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~(Along with its ending code in GE)

-

image

-

 

-

The next step is adding an actual transaction to the message. This is done by creating a transaction and a BHT – the header for the group of HL levels below.

-

This section of code creates this: ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~(Along with its ending code in SE)

-

image

-

 

-

Now you will be adding the information for the HL levels to the BHT created above. There are 4 levels to a 270 request:

-
-

HL1 – The information source level

-

HL2 – The information receiver level

-

HL3 – The subscriber level

-

HL4 – The dependent level (Optional)

-
-

To create the HL1 level (Information Source):

-

image

-

 

-

To create the HL2 level (Information Receiver)

-

image

-

 

-

For the HL3 Level (Member/Subscriber):

-

image

-

 

-

And the same process would be used for creating an HL4 (Dependent) record addition to the 270.

-

Basically what you are doing is building up the document with each added hierarchal level or loop until the document is complete. -

-
\ No newline at end of file diff --git a/docs/X12 Interchange Model_ParsingModel.png b/docs/X12 Interchange Model_ParsingModel.png deleted file mode 100644 index a5d08eb9..00000000 Binary files a/docs/X12 Interchange Model_ParsingModel.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_12.png b/docs/X12 Interchange Model_image_12.png deleted file mode 100644 index d6a4c889..00000000 Binary files a/docs/X12 Interchange Model_image_12.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_14.png b/docs/X12 Interchange Model_image_14.png deleted file mode 100644 index a7688452..00000000 Binary files a/docs/X12 Interchange Model_image_14.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_16.png b/docs/X12 Interchange Model_image_16.png deleted file mode 100644 index a1910888..00000000 Binary files a/docs/X12 Interchange Model_image_16.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_18.png b/docs/X12 Interchange Model_image_18.png deleted file mode 100644 index d5de36de..00000000 Binary files a/docs/X12 Interchange Model_image_18.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_2.png b/docs/X12 Interchange Model_image_2.png deleted file mode 100644 index d0396336..00000000 Binary files a/docs/X12 Interchange Model_image_2.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_4.png b/docs/X12 Interchange Model_image_4.png deleted file mode 100644 index 488fb9a1..00000000 Binary files a/docs/X12 Interchange Model_image_4.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_6.png b/docs/X12 Interchange Model_image_6.png deleted file mode 100644 index 29b21441..00000000 Binary files a/docs/X12 Interchange Model_image_6.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_8.png b/docs/X12 Interchange Model_image_8.png deleted file mode 100644 index 198b174e..00000000 Binary files a/docs/X12 Interchange Model_image_8.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb.png b/docs/X12 Interchange Model_image_thumb.png deleted file mode 100644 index 69e36390..00000000 Binary files a/docs/X12 Interchange Model_image_thumb.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_1.png b/docs/X12 Interchange Model_image_thumb_1.png deleted file mode 100644 index 6b17ce45..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_1.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_2.png b/docs/X12 Interchange Model_image_thumb_2.png deleted file mode 100644 index adb9d931..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_2.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_3.png b/docs/X12 Interchange Model_image_thumb_3.png deleted file mode 100644 index 69c6f24e..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_3.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_5.png b/docs/X12 Interchange Model_image_thumb_5.png deleted file mode 100644 index 2a1bedba..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_5.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_6.png b/docs/X12 Interchange Model_image_thumb_6.png deleted file mode 100644 index 801695f1..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_6.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_7.png b/docs/X12 Interchange Model_image_thumb_7.png deleted file mode 100644 index 50245d41..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_7.png and /dev/null differ diff --git a/docs/X12 Interchange Model_image_thumb_8.png b/docs/X12 Interchange Model_image_thumb_8.png deleted file mode 100644 index 6aa8059e..00000000 Binary files a/docs/X12 Interchange Model_image_thumb_8.png and /dev/null differ diff --git a/lib/Fonet.dll b/lib/Fonet.dll deleted file mode 100644 index 3b7ec8fe..00000000 Binary files a/lib/Fonet.dll and /dev/null differ diff --git a/src/OopFactory.X12.AcknowledgeX12/OopFactory.X12.AcknowledgeX12.csproj b/src/OopFactory.X12.AcknowledgeX12/OopFactory.X12.AcknowledgeX12.csproj deleted file mode 100644 index c91a1931..00000000 --- a/src/OopFactory.X12.AcknowledgeX12/OopFactory.X12.AcknowledgeX12.csproj +++ /dev/null @@ -1,79 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {60D11F71-5197-4E36-A57F-B8DDCC108006} - Exe - Properties - OopFactory.X12.AcknowledgeX12 - OopFactory.X12.AcknowledgeX12 - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} - OopFactory.X12.Validation - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - - copy "$(TargetDir)*.dll" "$(SolutionDir)Release\" -copy "$(TargetDir)$(TargetName)$(TargetExt)*" "$(SolutionDir)Release\" - - - \ No newline at end of file diff --git a/src/OopFactory.X12.AcknowledgeX12/OopFactory.X12.AcknowledgeX12.csproj.vspscc b/src/OopFactory.X12.AcknowledgeX12/OopFactory.X12.AcknowledgeX12.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.AcknowledgeX12/OopFactory.X12.AcknowledgeX12.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.AcknowledgeX12/Program.cs b/src/OopFactory.X12.AcknowledgeX12/Program.cs deleted file mode 100644 index b419fbc0..00000000 --- a/src/OopFactory.X12.AcknowledgeX12/Program.cs +++ /dev/null @@ -1,72 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Configuration; -using System.Linq; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Validation; -using OopFactory.X12.Validation.Model; - -namespace OopFactory.X12.AcknowledgeX12 -{ - class Program - { - static void Main(string[] args) - { - string inputFilename = args[0]; - string outputFilename = args[1]; - string isaControlNumber = args.Length > 2 ? args[2] : "999"; - string gsControlNumber = args.Length > 3 ? args[3] : "99"; - - var service = new X12AcknowledgmentService(); - - using (FileStream fs = new FileStream(inputFilename, FileMode.Open, FileAccess.Read)) - { - using (X12StreamReader reader = new X12StreamReader(fs, Encoding.UTF8)) - { - var firstTrans = reader.ReadNextTransaction(); - if (reader.LastTransactionCode == "837") - { - if (reader.TransactionContainsSegment(firstTrans.Transactions[0], "SV2")) - service = new InstitutionalClaimAcknowledgmentService(); - if (reader.TransactionContainsSegment(firstTrans.Transactions[0], "SV1")) - service = new X12AcknowledgmentService(new ProfessionalClaimSpecificationFinder()); - } - } - } - - using (FileStream fs = new FileStream(inputFilename, FileMode.Open, FileAccess.Read)) - { - // Create aknowledgements and identify errors - var responses = service.AcknowledgeTransactions(fs); - - // Change any acknowledgment codes here to reject transactions with errors - // CUSTOM BUSINESS LOGIC HERE - - // Transform to outbound interchange for serialization - var interchange = new Interchange(DateTime.Now, int.Parse(isaControlNumber), true); - interchange.AuthorInfoQualifier = ConfigurationManager.AppSettings["AuthorInfoQualifier"]; - interchange.AuthorInfo = ConfigurationManager.AppSettings["AuthorInfo"]; - interchange.SecurityInfoQualifier = ConfigurationManager.AppSettings["SecurityInfoQualifier"]; - interchange.SecurityInfo = ConfigurationManager.AppSettings["SecurityInfo"]; - interchange.InterchangeSenderIdQualifier = ConfigurationManager.AppSettings["InterchangeSenderIdQualifier"]; - interchange.InterchangeSenderId = ConfigurationManager.AppSettings["InterchangeSenderId"]; - interchange.InterchangeReceiverIdQualifier = responses.First().SenderIdQualifier; - interchange.InterchangeReceiverId = responses.First().SenderId; - interchange.SetElement(12, "00501"); - - - var group = interchange.AddFunctionGroup("FA", DateTime.Now, int.Parse(gsControlNumber)); - group.ApplicationSendersCode = ConfigurationManager.AppSettings["InterchangeSenderId"]; - group.VersionIdentifierCode = "005010X231A1"; - - group.Add999Transaction(responses); - - // This is a demonstration example only, change true to false to create continous x12 without line feeds. - File.WriteAllText(outputFilename, interchange.SerializeToX12(true)); - } - } - } -} diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/ExecutionOptions.cs b/src/OopFactory.X12.Hipaa.ClaimParser/ExecutionOptions.cs deleted file mode 100644 index 113a536f..00000000 --- a/src/OopFactory.X12.Hipaa.ClaimParser/ExecutionOptions.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Configuration; -using System.IO; - -namespace OopFactory.X12.Hipaa.ClaimParser -{ - public class ExecutionOptions - { - private List _options; - - public ExecutionOptions(string[] args) - { - if (args.Length > 0) - Path = args[0]; - else - Path = System.Environment.CurrentDirectory; - if (args.Length > 1) - SearchPattern = args[1]; - else - SearchPattern = "*.*"; - if (args.Length > 2) - OutputPath = args[2]; - else - OutputPath = System.Environment.CurrentDirectory; - - _options = new List(); - for (int i = 3; i < args.Length; i++) - _options.Add(args[i].ToUpper()); - } - - public string Path { get; private set; } - public string SearchPattern { get; private set; } - public string OutputPath { get; private set; } - public bool MakeXml { get { return !_options.Contains("NOXML"); } } - public bool MakePdf { get { return !_options.Contains("NOPDF"); } } - public string LogFile - { - get - { - return ConfigurationManager.AppSettings["LogFile"]; - } - } - - public void WriteLine(string content) - { - string contents = string.Format("{0}: {1}\r\n", DateTime.Now, content); - Console.WriteLine(contents); - File.AppendAllText(LogFile, contents); - } - } -} diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/OopFactory.X12.Hipaa.ClaimParser.csproj b/src/OopFactory.X12.Hipaa.ClaimParser/OopFactory.X12.Hipaa.ClaimParser.csproj deleted file mode 100644 index c586e309..00000000 --- a/src/OopFactory.X12.Hipaa.ClaimParser/OopFactory.X12.Hipaa.ClaimParser.csproj +++ /dev/null @@ -1,95 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {1E3BD8A3-21EA-4B71-8A55-31910211A316} - Exe - Properties - OopFactory.X12.Hipaa.ClaimParser - OopFactory.X12.Hipaa.ClaimParser - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\lib\Fonet.dll - - - - - - - - - - - - - - - - - - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815} - OopFactory.X12.Hipaa - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - Always - - - Always - - - Always - - - - - - - - xcopy "$(TargetDir)*.gif" "$(SolutionDir)Release\" /r /y /c /i -xcopy "$(TargetDir)*.dll" "$(SolutionDir)Release\" /r /y /c /i -xcopy "$(TargetDir)$(TargetName)$(TargetExt)*" "$(SolutionDir)Release\" /r /y /c /i - - - \ No newline at end of file diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/OopFactory.X12.Hipaa.ClaimParser.csproj.vspscc b/src/OopFactory.X12.Hipaa.ClaimParser/OopFactory.X12.Hipaa.ClaimParser.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.Hipaa.ClaimParser/OopFactory.X12.Hipaa.ClaimParser.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusRequest.cs b/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusRequest.cs deleted file mode 100644 index 0fc81e50..00000000 --- a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusRequest.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.ClaimStatus -{ - public class ClaimStatusRequest : ClaimStatusBase - { - - } -} diff --git a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusResponse.cs b/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusResponse.cs deleted file mode 100644 index b17c4d5e..00000000 --- a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusResponse.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.ClaimStatus -{ - public class ClaimStatusResponse : ClaimStatusBase - { - public ClaimStatusResponse() - { - if (ServiceLineResponses == null) ServiceLineResponses = new List(); - } - - [XmlElement(ElementName="ServiceLineResponse")] - public List ServiceLineResponses { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusServiceLineRequest.cs b/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusServiceLineRequest.cs deleted file mode 100644 index ab8d88e8..00000000 --- a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusServiceLineRequest.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.ClaimStatus -{ - public class ClaimStatusServiceLineRequest - { - } -} diff --git a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusServiceLineResponse.cs b/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusServiceLineResponse.cs deleted file mode 100644 index 1374c626..00000000 --- a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusServiceLineResponse.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.ClaimStatus -{ - public class ClaimStatusServiceLineResponse - { - public DateTime BeginDate { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/BillingInformation.cs b/src/OopFactory.X12.Hipaa/Claims/BillingInformation.cs deleted file mode 100644 index 602637e5..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/BillingInformation.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class BillingInformation - { - public BillingInformation() - { - if (Providers == null) Providers = new List(); - } - public Lookup Currency { get; set; } - public ProviderInformation ProviderInfo { get; set; } - - [XmlElement(ElementName="Provider")] - public List Providers { get; set; } - - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/ClaimDocument.cs b/src/OopFactory.X12.Hipaa/Claims/ClaimDocument.cs deleted file mode 100644 index 5523cb10..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/ClaimDocument.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using System.IO; - -namespace OopFactory.X12.Hipaa.Claims -{ - [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] - public class ClaimDocument - { - public ClaimDocument() - { - if (Claims == null) Claims = new List(); - } - - [XmlElement(ElementName="Claim")] - public List Claims { get; set; } - - #region Serialization Methods - public string Serialize() - { - StringWriter writer = new StringWriter(); - new XmlSerializer(typeof(ClaimDocument)).Serialize(writer, this); - return writer.ToString(); - } - - public static ClaimDocument Deserialize(string xml) - { - XmlSerializer serializer = new XmlSerializer(typeof(ClaimDocument)); - return (ClaimDocument)serializer.Deserialize(new StringReader(xml)); - } - #endregion - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/ClaimMember.cs b/src/OopFactory.X12.Hipaa/Claims/ClaimMember.cs deleted file mode 100644 index 4635aa3f..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/ClaimMember.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class ClaimMember : Member - { - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/ClaimsAdjustment.cs b/src/OopFactory.X12.Hipaa/Claims/ClaimsAdjustment.cs deleted file mode 100644 index 52194864..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/ClaimsAdjustment.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class ClaimsAdjustment - { - [XmlAttribute] - public string GroupCode { get; set; } - [XmlAttribute] - public string ReasonCode { get; set; } - [XmlAttribute] - public decimal Amount { get; set; } - - [XmlIgnore] - public decimal? Quantity { get; set; } - - [XmlAttribute(AttributeName = "Quantity")] - public decimal SerializableQuantity - { - get { return Quantity ?? decimal.Zero; } - set { Quantity = value; } - } - - [XmlIgnore] - public bool SerializableQuantitySpecified - { - get { return Quantity.HasValue; } - set { } - } - - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Diagnosis.cs b/src/OopFactory.X12.Hipaa/Claims/Diagnosis.cs deleted file mode 100644 index bed70e59..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Diagnosis.cs +++ /dev/null @@ -1,125 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public enum DiagnosisTypeEnum - { - Unknown, - Principal, - Admitting, - PatientReason, - ExternalCauseOfInjury, - Other - } - - public enum PresentOnAdmissionEnum - { - Unknown, - No, - Yes, - NotApplicable - } - - public class Diagnosis - { - [XmlAttribute] - public DiagnosisTypeEnum DiagnosisType - { - get - { - switch (Qualifier) - { - case "ABK": - case "BK": - return DiagnosisTypeEnum.Principal; - case "ABJ": - case "BJ": - return DiagnosisTypeEnum.Admitting; - case "APR": - case "PR": - return DiagnosisTypeEnum.PatientReason; - case "ABN": - case "BN": - return DiagnosisTypeEnum.ExternalCauseOfInjury; - case "ABF": - case "BF": - return DiagnosisTypeEnum.Other; - default: - return DiagnosisTypeEnum.Unknown; - } - } - set { } - } - - [XmlAttribute] - public CodeListEnum Version - { - get - { - switch (Qualifier) - { - case "ABK": - case "ABJ": - case "APR": - case "ABN": - case "ABF": - return CodeListEnum.ICD10; - case "BK": - case "BJ": - case "PR": - case "BN": - case "BF": - return CodeListEnum.ICD9; - default: - return CodeListEnum.Unknown; - } - } - set { } - } - - [XmlAttribute] - public string Qualifier { get; set; } - - [XmlAttribute] - public string Code { get; set; } - - public string FormattedCode() - { - if (string.IsNullOrWhiteSpace(Code) || Code.Length <= 3 || Code.Contains('.')) - return Code; - else if (Version == CodeListEnum.ICD9) - return String.Format("{0}.{1}", Code.Substring(0, 3), Code.Substring(3)); - else - return Code; - - } - - [XmlAttribute] - public string PoiIndicator { get; set; } - - [XmlAttribute] - public PresentOnAdmissionEnum Poi - { - get - { - switch (PoiIndicator) - { - case "N": - return PresentOnAdmissionEnum.No; - case "Y": - return PresentOnAdmissionEnum.Yes; - case "W": - return PresentOnAdmissionEnum.NotApplicable; - default: - return PresentOnAdmissionEnum.Unknown; - } - } - set { } - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J515Claim.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J515Claim.cs deleted file mode 100644 index 491097e1..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J515Claim.cs +++ /dev/null @@ -1,709 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Dental -{ -#if DEBUG - class J515Claim - { - /* - * 2011/8/16, jhalliday - New Data Model for 837D (Dental) claim. - * - * Team: dstrubhar, jhalliday and epkrause - * - * Purpose: - * To create a C# object model that will serve as a container for the X12 837D data - * AS ENTERED from a J515 (ADA Dental Claim Form) dental claim form. - * - * Goal: - * The team has the overall goal of creating tools that can be used to consume and - * manipulate X12 messages (AKA files/documents) without the need to have a big project - * budget. For that reason, this and the related X12 Parser project tools are all open - * source and freely usable. - - * Fields in the J515 object model are defined in the order they appear on the J515 form. - * - * Field Descriptions: (putting this here instead of commenting each field) - * - * 1. - */ - - // First, we will declare the private variables. Then the properties and their accessors. - - private string _field01_TypeOfTransaction; // 1 = Statement of Actual Services, 2 = Request for Predetermination/Preauthorization, 3 = EPSDT / Title XIX - private string _field02_PredeterminationOrPreauthorizationNumber; // characters - private string _field03_PrimaryPayer_Name; // - private string _field03_PrimaryPayer_Address; // - private string _field03_PrimaryPayer_City; // - private string _field03_PrimaryPayer_State; // - private string _field03_PrimaryPayer_Zip; // - private string _field04_OtherDentalOrMedicalCoverage; // 1 = No, 2 = Yes - private string _field05_SubscriberName_Last; // - private string _field05_SubscriberName_First; // - private string _field05_SubscriberName_Middle; // - private string _field05_SubscriberName_Suffix; // - private string _field06_DateOfBirth; // MMDDCCYY - private string _field07_Gender; // 1 = Male, 2 = Female - private string _field08_SubscriberIdentifier; // SSN or ID# - private string _field09_PlanOrGroupNumber; // - private string _field10_RelationshipToPrimarySubscriber_Self; // 1 = Yes, 2 = No (checkbox) - private string _field10_RelationshipToPrimarySubscriber_Spouse; // 1 = Yes, 2 = No (checkbox) - private string _field10_RelationshipToPrimarySubscriber_Dependent; // 1 = Yes, 2 = No (checkbox) - private string _field10_RelationshipToPrimarySubscriber_Other; // 1 = Yes, 2 = No (checkbox) - private string _field11_OtherCarrier_Name; // - private string _field11_OtherCarrier_Address; // - private string _field11_OtherCarrier_City; // - private string _field11_OtherCarrier_State; // - private string _field11_OtherCarrier_Zip; // - private string _field12_PrimarySubscriberName_Last; // - private string _field12_PrimarySubscriberName_First; // - private string _field12_PrimarySubscriberName_Middle; // - private string _field12_PrimarySubscriberName_Suffix; // - private string _field12_PrimarySubscriber_Address; // - private string _field12_PrimarySubscriber_City; // - private string _field12_PrimarySubscriber_State; // - private string _field12_PrimarySubscriber_Zip; // - private string _field13_PrimarySubscriberDateOfBirth; // MMDDCCYY - private string _field14_Gender; // 1 = Male, 2 = Female - private string _field15_SubscriberIdentifier; // SSN and ID# - private string _field16_PlanOrGroupNumber; // - private string _field17_EmployerName; // - private string _field18_RelationshipToPrimarySubscriber; // 1 = Self, 2 = Spouse, 3 = Dependent Child, 4 = Other - private string _field19_StudentStatus; // 1 = Full Time Student, 2 = Part Time Student - private string _field20_PatientName_Last; // - private string _field20_PatientName_First; // - private string _field20_PatientName_Middle; // - private string _field20_PatientName_Suffix; // - private string _field20_PatientAddress; // - private string _field20_PatientCity; // - private string _field20_PatientState; // - private string _field20_PatientZip; // - private string _field21_PatientDateOfBirth; // MMDDCCYY - private string _field22_PatientGender; // 1 = Male, 2 = Female - private string _field23_PatientID_OrAccountNumber; // Dentist assigned - private List _field24_31_ServiceLines; // Review J515ServiceLines class for details - private decimal _field32_OtherFees; // - private decimal _field33_TotalFees; // - private List _field34_MissingTeethInfo_Permanent; // 32 teeth of an adult - private List _field34_MissingTeethInfo_Primary; // 20 teeth of a child - private string _field35_Remarks; // - private string _field36_Authorizations_PatientGuardianSignature; // 1 = Signed, 2 = Unsigned - private string _field36_Authorizations_PatientGuardianSignatureDate; // MMDDCCYY - Date signed - private string _field37_Authorizations_SubscriberSignature; // 1 = Signed, 2 = Unsigned - private string _field37_Authorizations_SubscriberSignatureDate; // MMDDCCYY - Date signed - private string _field38_PlaceOfTreatment; // 1 = Provider's Office, 2 = Hospital, 3 = ECF, 4 = Other - private string _field39_NumberOfEnclosures_Radiographs; // - private string _field39_NumberOfEnclosures_OralImages; // - private string _field39_NumberOfEnclosures_Models; // - private string _field40_IsTreatmentForOrthodontics; // 1 = No, 2 = Yes - private string _field41_DateAppliancePlaced; // MMDDCCYY - private string _field42_MonthsOfTreatmentRemaining; // - private string _field43_ReplacementOfProsthesis; // 1 = No, 2 = Yes - private string _field44_DatePriorReplacement; // MMDDCCYY - private string _field45_TreatmentResultingFrom_OccupationalIllnessOrInjury; // 1 = Yes, 2 = No - private string _field45_TreatmentResultingFrom_AutoAccident; // 1 = Yes, 2 = No - private string _field45_TreatmentResultingFrom_OtherAccident; // 1 = Yes, 2 = No - private string _field46_DateOfAccident; // MMDDCCYY - private string _field47_AutoAccidentState; // - private string _field48_BillingDentistOrDentalEntity_Name; // - private string _field48_BillingDentistOrDentalEntity_Address; // - private string _field48_BillingDentistOrDentalEntity_City; // - private string _field48_BillingDentistOrDentalEntity_State; // - private string _field48_BillingDentistOrDentalEntity_Zip; // - private string _field49_BillingProviderID; // - private string _field50_BillingProviderLicenseNumber; // - private string _field51_ProviderSSN_OrTaxIDNumber; // - private string _field52_ProviderPhone_AreaCode; // 3 digits - private string _field52_ProviderPhone_Number; // ? digits - private string _field53_TreatingDentistSignature; // 1 = Signed, 2 = Unsigned - private string _field53_TreatingDentistSignatureDate; // MMDDCCYY - Date signed - private string _field54_PerformingProviderID; // - private string _field55_PerformingProviderLicenseNumber; // - private string _field56_PerformingProviderAddress; // - private string _field56_PerformingProviderCity; // - private string _field56_PerformingProviderState; // - private string _field56_PerformingProviderZip; // - private string _field57_PerformingProviderPhone_AreaCode; // - private string _field57_PerformingProviderPhone_Number; // - private string _field58_TreatingProviderSpecialty; // 10 characters - - - public string Field01_TypeOfTransaction - { - get { return _field01_TypeOfTransaction; } - set { _field01_TypeOfTransaction = value; } - } - - public string Field02_PredeterminationOrPreauthorizationNumber - { - get { return _field02_PredeterminationOrPreauthorizationNumber; } - set { _field02_PredeterminationOrPreauthorizationNumber = value; } - } - - public string Field03_PrimaryPayer_Name - { - get { return _field03_PrimaryPayer_Name; } - set { _field03_PrimaryPayer_Name = value; } - } - - public string Field03_PrimaryPayer_Address - { - get { return _field03_PrimaryPayer_Address; } - set { _field03_PrimaryPayer_Address = value; } - } - - public string Field03_PrimaryPayer_City - { - get { return _field03_PrimaryPayer_City; } - set { _field03_PrimaryPayer_City = value; } - } - - public string Field03_PrimaryPayer_State - { - get { return _field03_PrimaryPayer_State; } - set { _field03_PrimaryPayer_State = value; } - } - - public string Field03_PrimaryPayer_Zip - { - get { return _field03_PrimaryPayer_Zip; } - set { _field03_PrimaryPayer_Zip = value; } - } - - public string Field04_OtherDentalOrMedicalCoverage - { - get { return _field04_OtherDentalOrMedicalCoverage; } - set { _field04_OtherDentalOrMedicalCoverage = value; } - } - - public string Field05_SubscriberName_Last - { - get { return _field05_SubscriberName_Last; } - set { _field05_SubscriberName_Last = value; } - } - - public string Field05_SubscriberName_First - { - get { return _field05_SubscriberName_First; } - set { _field05_SubscriberName_First = value; } - } - - public string Field05_SubscriberName_Middle - { - get { return _field05_SubscriberName_Middle; } - set { _field05_SubscriberName_Middle = value; } - } - - public string Field05_SubscriberName_Suffix - { - get { return _field05_SubscriberName_Suffix; } - set { _field05_SubscriberName_Suffix = value; } - } - - public string Field06_DateOfBirth - { - get { return _field06_DateOfBirth; } - set { _field06_DateOfBirth = value; } - } - - public string Field07_Gender - { - get { return _field07_Gender; } - set { _field07_Gender = value; } - } - - public string Field08_SubscriberIdentifier - { - get { return _field08_SubscriberIdentifier; } - set { _field08_SubscriberIdentifier = value; } - } - - public string Field09_PlanOrGroupNumber - { - get { return _field09_PlanOrGroupNumber; } - set { _field09_PlanOrGroupNumber = value; } - } - - public string Field10_RelationshipToPrimarySubscriber_Self - { - get { return _field10_RelationshipToPrimarySubscriber_Self; } - set { _field10_RelationshipToPrimarySubscriber_Self = value; } - } - - public string Field10_RelationshipToPrimarySubscriber_Spouse - { - get { return _field10_RelationshipToPrimarySubscriber_Spouse; } - set { _field10_RelationshipToPrimarySubscriber_Spouse = value; } - } - - public string Field10_RelationshipToPrimarySubscriber_Dependent - { - get { return _field10_RelationshipToPrimarySubscriber_Dependent; } - set { _field10_RelationshipToPrimarySubscriber_Dependent = value; } - } - - public string Field10_RelationshipToPrimarySubscriber_Other - { - get { return _field10_RelationshipToPrimarySubscriber_Other; } - set { _field10_RelationshipToPrimarySubscriber_Other = value; } - } - - public string Field11_OtherCarrier_Name - { - get { return _field11_OtherCarrier_Name; } - set { _field11_OtherCarrier_Name = value; } - } - - public string Field11_OtherCarrier_Address - { - get { return _field11_OtherCarrier_Address; } - set { _field11_OtherCarrier_Address = value; } - } - - public string Field11_OtherCarrier_City - { - get { return _field11_OtherCarrier_City; } - set { _field11_OtherCarrier_City = value; } - } - - public string Field11_OtherCarrier_State - { - get { return _field11_OtherCarrier_State; } - set { _field11_OtherCarrier_State = value; } - } - - public string Field11_OtherCarrier_Zip - { - get { return _field11_OtherCarrier_Zip; } - set { _field11_OtherCarrier_Zip = value; } - } - - public string Field12_PrimarySubscriberName_Last - { - get { return _field12_PrimarySubscriberName_Last; } - set { _field12_PrimarySubscriberName_Last = value; } - } - - public string Field12_PrimarySubscriberName_First { - get { return _field12_PrimarySubscriberName_First; } - set { _field12_PrimarySubscriberName_First = value; } - } - - public string Field12_PrimarySubscriberName_Middle - { - get { return _field12_PrimarySubscriberName_Middle; } - set { _field12_PrimarySubscriberName_Middle = value; } - } - - public string Field12_PrimarySubscriberName_Suffix - { - get { return _field12_PrimarySubscriberName_Suffix; } - set { _field12_PrimarySubscriberName_Suffix = value; } - } - - public string Field12_PrimarySubscriber_Address - { - get { return _field12_PrimarySubscriber_Address; } - set { _field12_PrimarySubscriber_Address = value; } - } - - public string Field12_PrimarySubscriber_City - { - get { return _field12_PrimarySubscriber_City; } - set { _field12_PrimarySubscriber_City = value; } - } - - public string Field12_PrimarySubscriber_State - { - get { return _field12_PrimarySubscriber_State; } - set { _field12_PrimarySubscriber_State = value; } - } - - public string Field12_PrimarySubscriber_Zip - { - get { return _field12_PrimarySubscriber_Zip; } - set { _field12_PrimarySubscriber_Zip = value; } - } - - public string Field13_PrimarySubscriberDateOfBirth - { - get { return _field13_PrimarySubscriberDateOfBirth; } - set { _field13_PrimarySubscriberDateOfBirth = value; } - } - - public string Field14_Gender - { - get { return _field14_Gender; } - set { _field14_Gender = value; } - } - - public string Field15_SubscriberIdentifier - { - get { return _field15_SubscriberIdentifier; } - set { _field15_SubscriberIdentifier = value; } - } - - public string Field16_PlanOrGroupNumber - { - get { return _field16_PlanOrGroupNumber; } - set { _field16_PlanOrGroupNumber = value; } - } - - public string Field17_EmployerName - { - get { return _field17_EmployerName; } - set { _field17_EmployerName = value; } - } - - public string Field18_RelationshipToPrimarySubscriber - { - get { return _field18_RelationshipToPrimarySubscriber; } - set { _field18_RelationshipToPrimarySubscriber = value; } - } - - public string Field19_StudentStatus - { - get { return _field19_StudentStatus; } - set { _field19_StudentStatus = value; } - } - - public string Field20_PatientName_Last - { - get { return _field20_PatientName_Last; } - set { _field20_PatientName_Last = value; } - } - - public string Field20_PatientName_First - { - get { return _field20_PatientName_First; } - set { _field20_PatientName_First = value; } - } - - public string Field20_PatientName_Middle - { - get { return _field20_PatientName_Middle; } - set { _field20_PatientName_Middle = value; } - } - - public string Field20_PatientName_Suffix - { - get { return _field20_PatientName_Suffix; } - set { _field20_PatientName_Suffix = value; } - } - - public string Field20_PatientAddress - { - get { return _field20_PatientAddress; } - set { _field20_PatientAddress = value; } - } - - public string Field20_PatientCity - { - get { return _field20_PatientCity; } - set { _field20_PatientCity = value; } - } - - public string Field20_PatientState - { - get { return _field20_PatientState; } - set { _field20_PatientState = value; } - } - - public string Field20_PatientZip - { - get { return _field20_PatientZip; } - set { _field20_PatientZip = value; } - } - - public string Field21_PatientDateOfBirth - { - get { return _field21_PatientDateOfBirth; } - set { _field21_PatientDateOfBirth = value; } - } - - public string Field22_PatientGender - { - get { return _field22_PatientGender; } - set { _field22_PatientGender = value; } - } - - public string Field23_PatientID_OrAccountNumber - { - get { return _field23_PatientID_OrAccountNumber; } - set { _field23_PatientID_OrAccountNumber = value; } - } - - public List Field24_31_ServiceLines - { - get { return _field24_31_ServiceLines; } - set { _field24_31_ServiceLines = value; } - } - - public decimal Field32_OtherFees - { - get { return _field32_OtherFees; } - set { _field32_OtherFees = value; } - } - - public decimal Field33_TotalFees - { - get { return _field33_TotalFees; } - set { _field33_TotalFees = value; } - } - - public List Field34_MissingTeethInfo_Permanent - { - get { return _field34_MissingTeethInfo_Permanent; } - set { _field34_MissingTeethInfo_Permanent = value; } - } - - public List Field34_MissingTeethInfo_Primary - { - get { return _field34_MissingTeethInfo_Primary; } - set { _field34_MissingTeethInfo_Primary = value; } - } - - public string Field35_Remarks - { - get { return _field35_Remarks; } - set { _field35_Remarks = value; } - } - - public string Field36_Authorizations_PatientGuardianSignature - { - get { return _field36_Authorizations_PatientGuardianSignature; } - set { _field36_Authorizations_PatientGuardianSignature = value; } - } - - public string Field36_Authorizations_PatientGuardianSignatureDate - { - get { return _field36_Authorizations_PatientGuardianSignatureDate; } - set { _field36_Authorizations_PatientGuardianSignatureDate = value; } - } - - public string Field37_Authorizations_SubscriberSignature - { - get { return _field37_Authorizations_SubscriberSignature; } - set { _field37_Authorizations_SubscriberSignature = value; } - } - - public string Field37_Authorizations_SubscriberSignatureDate - { - get { return _field37_Authorizations_SubscriberSignatureDate; } - set { _field37_Authorizations_SubscriberSignatureDate = value; } - } - - public string Field38_PlaceOfTreatment - { - get { return _field38_PlaceOfTreatment; } - set { _field38_PlaceOfTreatment = value; } - } - - public string Field39_NumberOfEnclosures_Radiographs - { - get { return _field39_NumberOfEnclosures_Radiographs; } - set { _field39_NumberOfEnclosures_Radiographs = value; } - } - - public string Field39_NumberOfEnclosures_OralImages - { - get { return _field39_NumberOfEnclosures_OralImages; } - set { _field39_NumberOfEnclosures_OralImages = value; } - } - - public string Field39_NumberOfEnclosures_Models - { - get { return _field39_NumberOfEnclosures_Models; } - set { _field39_NumberOfEnclosures_Models = value; } - } - - public string Field40_IsTreatmentForOrthodontics - { - get { return _field40_IsTreatmentForOrthodontics; } - set { _field40_IsTreatmentForOrthodontics = value; } - } - - public string Field41_DateAppliancePlaced - { - get { return _field41_DateAppliancePlaced; } - set { _field41_DateAppliancePlaced = value; } - } - - public string Field42_MonthsOfTreatmentRemaining - { - get { return _field42_MonthsOfTreatmentRemaining; } - set { _field42_MonthsOfTreatmentRemaining = value; } - - } - public string Field43_ReplacementOfProsthesis - { - get { return _field43_ReplacementOfProsthesis; } - set { _field43_ReplacementOfProsthesis = value; } - } - - public string Field44_DatePriorReplacement - { - get { return _field44_DatePriorReplacement; } - set { _field44_DatePriorReplacement = value; } - } - - public string Field45_TreatmentResultingFrom_OccupationalIllnessOrInjury - { - get { return _field45_TreatmentResultingFrom_OccupationalIllnessOrInjury; } - set { _field45_TreatmentResultingFrom_OccupationalIllnessOrInjury = value; } - } - - public string Field45_TreatmentResultingFrom_AutoAccident - { - get { return _field45_TreatmentResultingFrom_AutoAccident; } - set { _field45_TreatmentResultingFrom_AutoAccident = value; } - } - - public string Field45_TreatmentResultingFrom_OtherAccident - { - get { return _field45_TreatmentResultingFrom_OtherAccident; } - set { _field45_TreatmentResultingFrom_OtherAccident = value; } - } - - public string Field46_DateOfAccident - { - get { return _field46_DateOfAccident; } - set { _field46_DateOfAccident = value; } - } - - public string Field47_AutoAccidentState - { - get { return _field47_AutoAccidentState; } - set { _field47_AutoAccidentState = value; } - } - - public string Field48_BillingDentistOrDentalEntity_Name - { - get { return _field48_BillingDentistOrDentalEntity_Name; } - set { _field48_BillingDentistOrDentalEntity_Name = value; } - } - - public string Field48_BillingDentistOrDentalEntity_Address - { - get { return _field48_BillingDentistOrDentalEntity_Address; } - set { _field48_BillingDentistOrDentalEntity_Address = value; } - } - - public string Field48_BillingDentistOrDentalEntity_City - { - get { return _field48_BillingDentistOrDentalEntity_City; } - set { _field48_BillingDentistOrDentalEntity_City = value; } - } - - public string Field48_BillingDentistOrDentalEntity_State - { - get { return _field48_BillingDentistOrDentalEntity_State; } - set { _field48_BillingDentistOrDentalEntity_State = value; } - } - - public string Field48_BillingDentistOrDentalEntity_Zip - { - get { return _field48_BillingDentistOrDentalEntity_Zip; } - set { _field48_BillingDentistOrDentalEntity_Zip = value; } - } - - public string Field49_BillingProviderID - { - get { return _field49_BillingProviderID ; } - set { _field49_BillingProviderID = value; } - } - - public string Field50_BillingProviderLicenseNumber - { - get { return _field50_BillingProviderLicenseNumber; } - set { _field50_BillingProviderLicenseNumber = value; } - } - - public string Field51_ProviderSSN_OrTaxIDNumber - { - get { return _field51_ProviderSSN_OrTaxIDNumber; } - set { _field51_ProviderSSN_OrTaxIDNumber = value; } - } - - public string Field52_ProviderPhone_AreaCode - { - get { return _field52_ProviderPhone_AreaCode; } - set { _field52_ProviderPhone_AreaCode = value; } - } - - public string Field52_ProviderPhone_Number - { - get { return _field52_ProviderPhone_Number; } - set { _field52_ProviderPhone_Number = value; } - } - - public string Field53_TreatingDentistSignature - { - get { return _field53_TreatingDentistSignature; } - set { _field53_TreatingDentistSignature = value; } - } - - public string Field53_TreatingDentistSignatureDate - { - get { return _field53_TreatingDentistSignatureDate; } - set { _field53_TreatingDentistSignatureDate = value; } - } - - public string Field54_PerformingProviderID - { - get { return _field54_PerformingProviderID; } - set { _field54_PerformingProviderID = value; } - } - - public string Field55_PerformingProviderLicenseNumber - { - get { return _field55_PerformingProviderLicenseNumber; } - set { _field55_PerformingProviderLicenseNumber = value; } - } - - public string Field56_PerformingProviderAddress - { - get { return _field56_PerformingProviderAddress; } - set { _field56_PerformingProviderAddress = value; } - } - - public string Field56_PerformingProviderCity - { - get { return _field56_PerformingProviderCity; } - set { _field56_PerformingProviderCity = value; } - } - - public string Field56_PerformingProviderState - { - get { return _field56_PerformingProviderState; } - set { _field56_PerformingProviderState = value; } - } - - public string Field56_PerformingProviderZip - { - get { return _field56_PerformingProviderZip; } - set { _field56_PerformingProviderZip = value; } - } - - public string Field57_PerformingProviderPhone_AreaCode - { - get { return _field57_PerformingProviderPhone_AreaCode; } - set { _field57_PerformingProviderPhone_AreaCode = value; } - } - - public string Field57_PerformingProviderPhone_Number - { - get { return _field57_PerformingProviderPhone_Number; } - set { _field57_PerformingProviderPhone_Number = value; } - } - - public string Field58_TreatingProviderSpecialty - { - get { return _field58_TreatingProviderSpecialty; } - set { _field58_TreatingProviderSpecialty = value; } - } -} -#endif -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J515ServiceLines.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J515ServiceLines.cs deleted file mode 100644 index 302cc23c..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J515ServiceLines.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Dental -{ - #if DEBUG - class J515ServiceLines - { - //private string _field24_ProcedureDate; // MMDDCCYY - //private string _field25_AreaOfOralCavity; - //private string _field26_ToothSystem; - //private string _field27_ToothNumberOrLetter; - //private string _field28_ToothSurface; - //private string _field29_ProcedureCode; - //private string _field30_Description; - //private string _field31_Fee; - - public string Field24_ProcedureDate { get; set; } - public string Field25_AreaOfOralCavity { get; set; } - public string Field26_ToothSystem { get; set; } - public string Field27_ToothNumberOrLetter { get; set; } - public string Field28_ToothSurface { get; set; } - public string Field29_ProcedureCode { get; set; } - public string Field30_Description { get; set; } - public decimal Field31_Fee { get; set; } - } - - class Field34_MissingTeethInfo_Permanent - { - /* Permanent teeth are the 32 possible teeth of an adult. */ - //private int[] _permanentMissing = new int[32]; - - //public int this[int j] - //{ - // get { return _permanentMissing[j]; } - // set { _permanentMissing[j] = j; } - //} - - //private string _permanentMissing; - - public string MissingTeethInfo_Permanent_hi { get; set; } - } - - class Field34_MissingTeethInfo_Primary - { - /* Primary teeth are the 20 teeth of a child. */ - //private string _primaryMissing; - - public string PrimaryMissing { get; set; } - //private int[] _primaryMissing = new int[32]; - - //public int this[int j] - //{ - // get { return _primaryMissing[j]; } - // set { _primaryMissing[j] = j; } - //} - - } -#endif -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/FormDate.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/FormDate.cs deleted file mode 100644 index 0754bfa4..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/FormDate.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Claims.Forms -{ - public class FormDate - { - [XmlAttribute] - public string MM { get; set; } - [XmlAttribute] - public string DD { get; set; } - [XmlAttribute] - public string YY { get; set; } - - public override string ToString() - { - return string.Format("{0}/{1}/{2}", MM, DD, YY); - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/FormDocument.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/FormDocument.cs deleted file mode 100644 index d37841a3..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/FormDocument.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using System.IO; - -namespace OopFactory.X12.Hipaa.Claims.Forms -{ - public enum TextAlignEnum - { - left, - center, - right - } - - public class FormBlock - { - public string LetterSpacing { get; set; } - public TextAlignEnum TextAlign { get; set; } - public decimal Left { get; set; } - public decimal Top { get; set; } - public decimal Width { get; set; } - public decimal Height { get; set; } - public string Text { get; set; } - } - - public class FormPage - { - public FormPage() - { - if (Blocks == null) Blocks = new List(); - } - public string MasterReference { get; set; } - public string ImagePath { get; set; } - [XmlElement(ElementName="Block")] - public List Blocks { get; set; } - } - - public class FormDocument - { - public FormDocument() - { - if (Pages == null) Pages = new List(); - } - - [XmlElement(ElementName="Page")] - public List Pages { get; set; } - - #region Serialization Methods - - public string Serialize() - { - var writer = new StringWriter(); - new XmlSerializer(typeof(FormDocument)).Serialize(writer, this); - return writer.ToString(); - } - - public static FormDocument Deserialize(string xml) - { - var serializer = new XmlSerializer(typeof(FormDocument)); - return (FormDocument)serializer.Deserialize(new StringReader(xml)); - } - #endregion - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Diagnosis.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Diagnosis.cs deleted file mode 100644 index 2c85dca7..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Diagnosis.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04Diagnosis - { - public string Code { get; set; } - public string PresentOnAdmissionIndicator { get; set; } - - public UB04Diagnosis CopyFrom(Diagnosis source) - { - Code = source.FormattedCode(); - PresentOnAdmissionIndicator = source.PoiIndicator; - return this; - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Occurrence.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Occurrence.cs deleted file mode 100644 index 8d10daab..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Occurrence.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04Occurrence - { - public string Code { get; set; } - public string Date { get; set; } - - public UB04Occurrence CopyFrom(UB04Occurrence source) - { - Code = source.Code; - Date = source.Date; - return this; - } - - public UB04Occurrence CopyFrom(CodedDate source) - { - Code = source.Code; - Date = String.Format("{0:MMddyy}", source.Date); - return this; - } - - public UB04Occurrence CopyFrom(InstitutionalProcedure source) - { - Code = source.Code; - Date = String.Format("{0:MMddyy}", source.Date); - return this; - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04OccurrenceSpan.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04OccurrenceSpan.cs deleted file mode 100644 index 1e9c766b..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04OccurrenceSpan.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04OccurrenceSpan - { - public string Code { get; set; } - public string FromDate { get; set; } - public string ThroughDate { get; set; } - - public UB04OccurrenceSpan CopyFrom(CodedDate source) - { - Code = source.Code; - FromDate = String.Format("{0:MMddyy}", source.Date); - return this; - } - - public UB04OccurrenceSpan CopyFrom(CodedDateRange source) - { - Code = source.Code; - FromDate = String.Format("{0:MMddyy}", source.FromDate); - ThroughDate = String.Format("{0:MMddyy}", source.ThroughDate); - return this; - } - - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Value.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Value.cs deleted file mode 100644 index 8714b84f..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Value.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04Value - { - public string Code { get; set; } - public decimal? Amount { get; set; } - - public UB04Value CopyFrom(CodedAmount source) - { - Code = source.Code; - Amount = source.Amount; - return this; - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Professional/HCFA1500ServiceLine.cs b/src/OopFactory.X12.Hipaa/Claims/Forms/Professional/HCFA1500ServiceLine.cs deleted file mode 100644 index 2f569a57..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Professional/HCFA1500ServiceLine.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Professional -{ - public class HCFA1500ServiceLine - { - public string CommentLine { get; set; } // 61 characters (in grey area from boxes 24A through 24G - public FormDate DateFrom { get; set; } // MMDDCCYY - public FormDate DateTo { get; set; } // MMDDCCYY - [XmlAttribute] - public string PlaceOfService { get; set; } // 2 digits - [XmlAttribute] - public string EmergencyIndicator { get; set; } // 2 digits - [XmlAttribute] - public string ProcedureCode { get; set; } // 6 digits - [XmlAttribute] - public string Mod1 { get; set; } // 2 digits - [XmlAttribute] - public string Mod2 { get; set; } // 2 digits - [XmlAttribute] - public string Mod3 { get; set; } // 2 digits - [XmlAttribute] - public string Mod4 { get; set; } // 2 digits - [XmlAttribute] - public string DiagnosisPointer1 { get; set; } - [XmlAttribute] - public string DiagnosisPointer2 { get; set; } - [XmlAttribute] - public string DiagnosisPointer3 { get; set; } - [XmlAttribute] - public string DiagnosisPointer4 { get; set; } - public decimal? Charges { get; set; } - public decimal? DaysOrUnits { get; set; } // 3 characters - [XmlAttribute] - public string EarlyPeriodicScreeningDiagnosisAndTreatment { get; set; } // 2 characters - [XmlAttribute] - public string RenderingProviderIdQualifier { get; set; } - [XmlAttribute] - public string RenderingProviderId { get; set; } // 11 characters - [XmlAttribute] - public string RenderingProviderNpi { get; set; } // 10 characters - } - -} diff --git a/src/OopFactory.X12.Hipaa/Claims/InstitutionalProcedure.cs b/src/OopFactory.X12.Hipaa/Claims/InstitutionalProcedure.cs deleted file mode 100644 index df35c39f..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/InstitutionalProcedure.cs +++ /dev/null @@ -1,50 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class InstitutionalProcedure - { - [XmlAttribute] - public bool IsPrincipal - { - get { return new string[] { "BBR", "BR", "CAH" }.Contains(Qualifier); } - set { } - } - - [XmlAttribute] - public CodeListEnum Version - { - get - { - switch (Qualifier) - { - case "BBR": - case "BBQ": - return CodeListEnum.ICD10; - case "BR": - case "BQ": - return CodeListEnum.ICD9; - case "CAH": - return CodeListEnum.ABC; - default: - return CodeListEnum.Unknown; - } - } - set { } - } - - [XmlAttribute] - public string Qualifier { get; set; } - - [XmlAttribute] - public string Code { get; set; } - - [XmlAttribute(DataType="date")] - public DateTime Date { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/LineAdjustmentInformation.cs b/src/OopFactory.X12.Hipaa/Claims/LineAdjustmentInformation.cs deleted file mode 100644 index c13c2b01..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/LineAdjustmentInformation.cs +++ /dev/null @@ -1,70 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class LineAdjustmentInformation - { - public LineAdjustmentInformation() - { - if (Adjustments == null) Adjustments = new List(); - if (Amounts == null) Amounts = new List(); - if (Dates == null) Dates = new List(); - } - - [XmlAttribute] - public string OtherPayerPrimaryIdentifier { get; set; } - - [XmlAttribute] - public decimal ServiceLinePaidAmount { get; set; } - - [XmlAttribute] - public decimal PaidServiceUnitCount { get; set; } - - [XmlIgnore] - public bool PaidServiceUnitCountSpecified { get; set; } - - [XmlAttribute] - public string BundledLineNumber { get; set; } - - public MedicalProcedure Procedure { get; set; } - - [XmlElement(ElementName = "Adjustment")] - public List Adjustments { get; set; } - - [XmlElement(ElementName = "Amount")] - public List Amounts { get; set; } - - [XmlElement(ElementName = "Date")] - public List Dates { get; set; } - - public DateTime RemittanceDate - { - get - { - if (Dates.Exists(d => d.Qualifier == "573")) - return Dates.First(d => d.Qualifier == "573").Date; - else - return DateTime.MinValue; - } - } - - public decimal? RemainingPatientLiability - { - get - { - if (Amounts.Exists(a => a.Qualifier == "EAF")) - return Amounts.First(a => a.Qualifier == "EAF").Amount; - else - return null; - } - } - - - - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/OtherSubscriberInformation.cs b/src/OopFactory.X12.Hipaa/Claims/OtherSubscriberInformation.cs deleted file mode 100644 index e2305218..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/OtherSubscriberInformation.cs +++ /dev/null @@ -1,91 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class OtherSubscriberInformation - { - public OtherSubscriberInformation() - { - if (Name == null) Name = new EntityName(); - if (OtherPayer == null) OtherPayer = new EntityName(); - if (Adjustments == null) Adjustments = new List(); - if (Amounts == null) Amounts = new List(); - if (Providers == null) Providers = new List(); - } - [XmlAttribute] - public GenderEnum Gender { get; set; } - - [XmlIgnore] - public DateTime? DateOfBirth { get; set; } - - #region Serializable DateOfBirth Properties - [XmlAttribute(AttributeName = "DateOfBirth", DataType = "date")] - public DateTime SerializableDateOfBirth - { - get { return DateOfBirth ?? DateTime.MinValue; } - set { DateOfBirth = value; } - } - - [XmlIgnore] - public bool SerializableDateOfBirthSpecified - { - get { return DateOfBirth.HasValue; } - set { } - } - #endregion - - [XmlAttribute] - public string BenefitsAssignmentCertificationIndicator { get; set; } - [XmlAttribute] - public string ReleaseOfInformationCode { get; set; } - - public decimal? PayorPaidAmount - { - get - { - var amount = Amounts.FirstOrDefault(a => a.Qualifier == "D"); - return amount == null ? 0 : amount.Amount; - } - } - - public decimal? RemainingPatientLiability - { - get - { - var amount = Amounts.FirstOrDefault(a => a.Qualifier == "EAF"); - return amount == null ? (decimal?)null : amount.Amount; - } - } - - public decimal? NonCoveredChargeAmount - { - get - { - var amount = Amounts.FirstOrDefault(a => a.Qualifier == "A8"); - return amount == null ? (decimal?)null : amount.Amount; - } - } - - public SubscriberInformation SubscriberInformation { get; set; } - - public EntityName Name { get; set; } - - public EntityName OtherPayer { get; set; } - - [XmlElement(ElementName = "Adjustment")] - public List Adjustments { get; set; } - - [XmlElement(ElementName = "Amount")] - public List Amounts { get; set; } - - [XmlElement(ElementName = "Provider")] - public List Providers { get; set; } - - - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Repositories/SqlClaimRepository.cs b/src/OopFactory.X12.Hipaa/Claims/Repositories/SqlClaimRepository.cs deleted file mode 100644 index 7d19ede2..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Repositories/SqlClaimRepository.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing; -using OopFactory.X12.Repositories; - -namespace OopFactory.X12.Hipaa.Claims.Repositories -{ - public class SqlClaimRepository : SqlTransactionRepository where T : struct - { - public SqlClaimRepository(string dsn, string schema) - : base(dsn, new SpecificationFinder(), "AMT,BHT,CAS,CL1,CLM,CN1,CR1,CR2,CR3,CR4,CR5,CR6,CR7,CR8,CRC,CTP,CUR,DMG,DN1,DN2,DSB,DTP,HCP,HI,HL,HSD,IMM,K3,LIN,LX,MEA,MIA,MOA,N2,N3,N4,NM1,NTE,OI,PAT,PER,PRV,PS1,PWK,QTY,REF,SBR,SE,ST,SV1,SV2,SV3,SV4,SV5,SV6,SV7,SVD,TOO,UR".Split(','), schema) - { - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/ServiceLine.cs b/src/OopFactory.X12.Hipaa/Claims/ServiceLine.cs deleted file mode 100644 index bf95b12a..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/ServiceLine.cs +++ /dev/null @@ -1,168 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class ServiceLine - { - public ServiceLine() - { - if (SupplementalInformations == null) SupplementalInformations = new List(); - if (Identifications == null) Identifications = new List(); - if (Amounts == null) Amounts = new List(); - if (Dates == null) Dates = new List(); - if (DateRanges == null) DateRanges = new List(); - if (Notes == null) Notes = new List(); - if (Providers == null) Providers = new List(); - - if (OralCavityDesignations == null) OralCavityDesignations = new List(); - if (ToothInformations == null) ToothInformations = new List(); - } - - [XmlAttribute] - public int LineNumber { get; set; } - [XmlAttribute] - public string RevenueCode { get; set; } - [XmlAttribute] - public string RevenueCodeDescription { get; set; } - [XmlAttribute] - public decimal Quantity { get; set; } - [XmlAttribute] - public string Unit { get; set; } - [XmlAttribute] - public string EmergencyIndicator { get; set; } - [XmlAttribute] - public string EpsdtIndicator { get; set; } - [XmlAttribute] - public string DiagnosisCodePointer1 { get; set; } - [XmlAttribute] - public string DiagnosisCodePointer2 { get; set; } - [XmlAttribute] - public string DiagnosisCodePointer3 { get; set; } - [XmlAttribute] - public string DiagnosisCodePointer4 { get; set; } - [XmlAttribute] - public string PurchasedServiceIdentifier { get; set; } // NPI - [XmlAttribute] - public string PurchasedServiceAmount { get; set; } - - [XmlAttribute] - public decimal ChargeAmount { get; set; } - - [XmlIgnore] - public decimal? NonCoveredChargeAmount { get; set; } - - [XmlAttribute(AttributeName="NonCoveredChargeAmount")] - public decimal SerializableNonCoveredChargeAmount - { - get { return NonCoveredChargeAmount ?? decimal.Zero; } - set { NonCoveredChargeAmount = value; } - } - - [XmlIgnore] - public bool SerializableNonCoveredChargeAmountSpecified - { - get { return NonCoveredChargeAmount.HasValue; } - set { } - } - - [XmlAttribute(DataType = "date")] - public DateTime ServiceDateFrom - { - get - { - var range = DateRanges.FirstOrDefault(dr => dr.Qualifier == "472"); - if (range != null) - return range.BeginDate; - var date = Dates.FirstOrDefault(dr => dr.Qualifier == "472"); - if (date != null) - return date.Date; - return DateTime.MinValue; - } - set { } - } - - [XmlAttribute(DataType="date")] - public DateTime ServiceDateTo - { - get - { - var range = DateRanges.FirstOrDefault(dr => dr.Qualifier == "472"); - if (range != null) - return range.EndDate; - var date = Dates.FirstOrDefault(dr => dr.Qualifier == "472"); - if (date != null) - return date.Date; - return DateTime.MinValue; - } - set { } - } - - public decimal? ServiceTaxAmount - { - get - { - if (Amounts.Exists(a => a.Qualifier == "GT")) - return Amounts.First(a => a.Qualifier == "GT").Amount; - else - return null; - } - } - - public decimal? FacilityTaxAmount - { - get - { - if (Amounts.Exists(a => a.Qualifier == "N8")) - return Amounts.First(a => a.Qualifier == "N8").Amount; - else - return null; - } - } - - public Lookup PlaceOfService { get; set; } - public MedicalProcedure Procedure { get; set; } - public DrugIdentification Drug { get; set; } - - [XmlElement(ElementName="SupplementalInformation")] - public List SupplementalInformations { get; set; } - [XmlElement(ElementName="Identification")] - public List Identifications { get; set; } - [XmlElement(ElementName="Amount")] - public List Amounts { get; set; } - [XmlElement(ElementName="Date")] - public List Dates { get; set; } - [XmlElement(ElementName="DateRange")] - public List DateRanges { get; set; } - [XmlElement(ElementName="Note")] - public List Notes { get; set; } - - [XmlElement(ElementName = "Provider")] - public List Providers { get; set; } - - [XmlElement(ElementName = "LineAdjustmentInformation")] - public List LineAdjustmentInformations { get; set; } - - public Provider OperatingPhysician { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "72"); } } - public Provider OtherOperatingPhysician { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "ZZ"); } } - public Provider RenderingProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "82"); } } - public Provider ReferringProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DN" || p.Name.Type.Identifier == "P3"); } } - public Provider PurchasedServiceProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "QB"); } } - public Provider ServiceFacilityLocation { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "77"); } } - public Provider SupervisingProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DQ"); } } - - public Provider OrderingProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DK"); } } - public Provider AmbulancePickupLocation { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "PW"); } } - public Provider AmbulanceDropoffLocation { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "45"); } } - - [XmlElement(ElementName = "OralCavityDesignation")] - public List OralCavityDesignations { get; set; } - - [XmlElement(ElementName = "ToothInformation")] - public List ToothInformations { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/ClaimFormTransformationService.cs b/src/OopFactory.X12.Hipaa/Claims/Services/ClaimFormTransformationService.cs deleted file mode 100644 index 6b970f27..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Services/ClaimFormTransformationService.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Reflection; -using System.Xml.Xsl; -using System.Xml; -using OopFactory.X12.Hipaa.Claims.Forms; -using OopFactory.X12.Hipaa.Claims.Forms.Professional; -using OopFactory.X12.Hipaa.Common; -using OopFactory.X12.Parsing; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public class ClaimFormTransformationService : ClaimTransformationService - { - IClaimToClaimFormTransfomation _professionalTransformation; - IClaimToClaimFormTransfomation _institutionalTransformation; - IClaimToClaimFormTransfomation _dentalTransformation; - - public ClaimFormTransformationService( - IClaimToClaimFormTransfomation professionalTransformation, - IClaimToClaimFormTransfomation institutionalTransformation, - IClaimToClaimFormTransfomation dentalTransformation, - X12Parser parser - ) - : base(parser) - { - _professionalTransformation = professionalTransformation; - _institutionalTransformation = institutionalTransformation; - _dentalTransformation = dentalTransformation; - } - - public ClaimFormTransformationService( - IClaimToClaimFormTransfomation professionalTransformation, - IClaimToClaimFormTransfomation institutionalTransformation, - IClaimToClaimFormTransfomation dentalTransformation) - : this(professionalTransformation, institutionalTransformation, dentalTransformation, new X12Parser()) - { - } - - public string TransformClaimDocumentToFoXml(ClaimDocument document) - { - FormDocument form = new FormDocument(); - - foreach (var claim in document.Claims) - { - if (claim.Type == ClaimTypeEnum.Professional) - { - var pages = _professionalTransformation.TransformClaimToClaimFormFoXml(claim); - form.Pages.AddRange(pages); - } - else if (claim.Type == ClaimTypeEnum.Institutional) - { - var pages = _institutionalTransformation.TransformClaimToClaimFormFoXml(claim); - form.Pages.AddRange(pages); - } - else - form.Pages.AddRange(_dentalTransformation.TransformClaimToClaimFormFoXml(claim)); - } - - var xml = form.Serialize(); - - var transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Claims.Services.Xsl.FormDocument-To-FoXml.xslt"); - - var transform = new XslCompiledTransform(); - if (transformStream != null) transform.Load(XmlReader.Create(transformStream)); - - var outputStream = new MemoryStream(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); - outputStream.Position = 0; - return new StreamReader(outputStream).ReadToEnd(); - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/ClaimTransformationService.cs b/src/OopFactory.X12.Hipaa/Claims/Services/ClaimTransformationService.cs deleted file mode 100644 index 774abe8f..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Services/ClaimTransformationService.cs +++ /dev/null @@ -1,94 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Reflection; -using System.Xml; -using System.Xml.Xsl; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public class ClaimTransformationService - { - private X12Parser _parser; - private Dictionary _revenueCodeToDescriptionMapping; - - public ClaimTransformationService(X12Parser parser) - { - _parser = parser; - } - - public ClaimTransformationService() - : this(new X12Parser()) - { - } - - /// - /// Reads a claim that has been st - /// - /// - /// - public ClaimDocument Transform837ToClaimDocument(Stream stream) - { - - var interchanges = _parser.ParseMultiple(stream); - ClaimDocument doc = new ClaimDocument(); - foreach (var interchange in interchanges) - { - var thisDoc = Transform837ToClaimDocument(interchange); - AddRevenueCodeDescription(thisDoc); - doc.Claims.AddRange(thisDoc.Claims); - } - return doc; - } - - private void AddRevenueCodeDescription(ClaimDocument claimdoc) - { - if (_revenueCodeToDescriptionMapping == null) - { - return; - } - - foreach (Claim claim in claimdoc.Claims) - { - foreach (ServiceLine serviceLine in claim.ServiceLines) - { - if (serviceLine.RevenueCode != null) - { - if (_revenueCodeToDescriptionMapping.ContainsKey(serviceLine.RevenueCode)) - { - serviceLine.RevenueCodeDescription = _revenueCodeToDescriptionMapping[serviceLine.RevenueCode]; - } - } - } - } - } - - public void FillRevenueCodeDescriptionMapping(Dictionary revCodeDictionary ) - { - _revenueCodeToDescriptionMapping = revCodeDictionary; - } - - - - public ClaimDocument Transform837ToClaimDocument(Interchange interchange) - { - var xml = interchange.Serialize(); - - var transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Claims.Services.Xsl.X12-837-To-ClaimDocument.xslt"); - - var transform = new XslCompiledTransform(); - if (transformStream != null) transform.Load(XmlReader.Create(transformStream)); - - var outputStream = new MemoryStream(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); - outputStream.Position = 0; - xml = new StreamReader(outputStream).ReadToEnd(); - - return ClaimDocument.Deserialize(xml); - } - - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/IClaimToClaimFormTransfomation.cs b/src/OopFactory.X12.Hipaa/Claims/Services/IClaimToClaimFormTransfomation.cs deleted file mode 100644 index 36a6ffab..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Services/IClaimToClaimFormTransfomation.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Claims.Forms; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public interface IClaimToClaimFormTransfomation - { - List TransformClaimToClaimFormFoXml(Claim claim); - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/LocalExtensions.cs b/src/OopFactory.X12.Hipaa/Claims/Services/LocalExtensions.cs deleted file mode 100644 index ff26a368..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Services/LocalExtensions.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public static class LocalExtensions - { - public static string Repeat(this char value, int count) - { - StringBuilder builder = new StringBuilder(); - for (int i = 0; i < count; i++) - builder.Append(value); - return builder.ToString(); - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/ProfessionalClaimToHcfa1500FormTransformation.cs b/src/OopFactory.X12.Hipaa/Claims/Services/ProfessionalClaimToHcfa1500FormTransformation.cs deleted file mode 100644 index 0db9924f..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/Services/ProfessionalClaimToHcfa1500FormTransformation.cs +++ /dev/null @@ -1,903 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; -using OopFactory.X12.Hipaa.Claims.Forms; -using OopFactory.X12.Hipaa.Claims.Forms.Professional; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public class ProfessionalClaimToHcfa1500FormTransformation : ClaimTransformationService, IClaimToClaimFormTransfomation - { - private string _formImagePath; - - public ProfessionalClaimToHcfa1500FormTransformation(string formImagePath) - { - _formImagePath = formImagePath; - } - - private FormDate formatFormDate(DateTime? dateTime) - { - return new FormDate - { - MM = String.Format("{0:MM}", dateTime), - DD = String.Format("{0:dd}", dateTime), - YY = String.Format("{0:yy}", dateTime) - }; - } - - /// - /// Takes a generic claim object stream parameter and maps properties to - /// corresponding properties in the HCFA 1500 claim. Returns a HCFA1500 claim. - /// Follows crosswalk published at http://www.nucc.org/images/stories/PDF/1500_form_map_to_837p_4010a1_v1-0_112008.pdf - /// - /// - /// - public virtual HCFA1500Claim TransformClaimToHcfa1500(Claim claim) - { - var hcfa = new HCFA1500Claim(); - - if (claim == null) - { - hcfa.Field24_ServiceLines = new List(); - hcfa.Field24_ServiceLines.Add(new HCFA1500ServiceLine()); - return hcfa; - } - - String indicatorCode = null; - if (claim.SubscriberInformation != null && - claim.SubscriberInformation.ClaimFilingIndicatorCode != null) - { - indicatorCode = claim.SubscriberInformation.ClaimFilingIndicatorCode; - } - - switch (indicatorCode) - { - case "CH": - hcfa.Field01_TypeOfCoverageIsTricareChampus = true; - break; - case "MB": - hcfa.Field01_TypeOfCoverageIsMedicare = true; - break; - case "MC": - hcfa.Field01_TypeOfCoverageIsMedicaid = true; - break; - case "VA": - hcfa.Field01_TypeOfCoverageIsChampVa = true; - break; - default: - if (claim.SubscriberInformation != null && claim.SubscriberInformation.ClaimFilingIndicatorCode != null) - hcfa.Field01_TypeOfCoverageIsOther = true; - break; - } - - // XXX: I don't see any code corresponding to FECA Black Lung in the 837P standard - hcfa.Field01_TypeOfCoverageIsFECABlkLung = false; - hcfa.Field01_TypeOfCoverageIsGroupHealthPlan = false; - - ClaimMember patient = claim.Patient ?? claim.Subscriber; - ClaimMember subscriber = claim.Subscriber; - - if (!String.IsNullOrEmpty(patient.MemberId)) - { - hcfa.Field01a_InsuredsIDNumber = patient.MemberId; - } - else if (patient != null && - patient.Name != null && - patient.Name.Identification != null && - !string.IsNullOrEmpty(patient.Name.Identification.Id)) - { - hcfa.Field01a_InsuredsIDNumber = patient.Name.Identification.Id; - } - else if (!String.IsNullOrEmpty(subscriber.MemberId)) - { - hcfa.Field01a_InsuredsIDNumber = subscriber.MemberId; - } - else if (subscriber != null && - subscriber.Name != null && - subscriber.Name.Identification != null && - !string.IsNullOrEmpty(subscriber.Name.Identification.Id)) - { - hcfa.Field01a_InsuredsIDNumber = subscriber.Name.Identification.Id; - } - hcfa.Field01a_InsuredsIDNumber = hcfa.Field01a_InsuredsIDNumber; - - // Patient Name - if (patient.Name != null) - hcfa.Field02_PatientsName = patient.Name.Formatted(); - - // patient birthdate - if (patient.DateOfBirth != null) - hcfa.Field03_PatientsDateOfBirth = formatFormDate(patient.DateOfBirth); - - hcfa.Field03_PatientsSexFemale = patient.Gender == GenderEnum.Female; - hcfa.Field03_PatientsSexMale = patient.Gender == GenderEnum.Male; - - if (subscriber.Name != null) - hcfa.Field04_InsuredsName = subscriber.Name.Formatted(); - - // Patient Address - if (patient.Address != null) - { - hcfa.Field05_PatientsAddress_Street = String.Format("{0} {1}", patient.Address.Line1, patient.Address.Line2).TrimEnd(); - hcfa.Field05_PatientsAddress_City = patient.Address.City; - hcfa.Field05_PatientsAddress_State = patient.Address.StateCode; - hcfa.Field05_PatientsAddress_Zip = patient.Address.PostalCode; - } - - // Relationship information from https://www.cahabagba.com/part_b/msp/Providers_Electronic_Billing_Instructions.htm - String patientRelationship = String.Empty; - if (claim.Patient != null && claim.Patient.Relationship != null) - { - patientRelationship = claim.Patient.Relationship.Code; - } - else if (claim.SubscriberInformation != null) - { - patientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; - } - switch (patientRelationship) - { - case "01": - hcfa.Field06_PatientRelationshipToInsuredIsSpouseOf = true; - break; - case "19": - hcfa.Field06_PatientRelationshipToInsuredIsChildOf = true; - break; - case "18": - hcfa.Field06_PatientRelationshipToInsuredIsSelf = true; - break; - default: - if (claim.SubscriberInformation != null && claim.SubscriberInformation.ClaimFilingIndicatorCode != null) - hcfa.Field06_PatientRelationshipToInsuredIsOther = true; - break; - } - - if (subscriber.Address != null) - { - hcfa.Field07_InsuredsAddress_Street = subscriber.Address.Line1; - hcfa.Field07_InsuredsAddress_City = subscriber.Address.City; - hcfa.Field07_InsuredsAddress_State = subscriber.Address.StateCode; - hcfa.Field07_InsuredsAddress_Zip = subscriber.Address.PostalCode; - } - - // Not present on 837P - hcfa.Field07_InsuredsAreaCode = String.Empty; - hcfa.Field07_InsuredsPhoneNumber = String.Empty; - - // Not present on 837P - hcfa.Field08_PatientStatusIsEmployed = false; - hcfa.Field08_PatientStatusIsFullTimeStudent = false; - hcfa.Field08_PatientStatusIsMarried = false; - hcfa.Field08_PatientStatusIsOther = false; - hcfa.Field08_PatientStatusIsPartTimeStudent = false; - hcfa.Field08_PatientStatusIsSingle = false; - - OtherSubscriberInformation otherSubscriber = null; - if (claim.OtherSubscriberInformations != null) - { - otherSubscriber = claim.OtherSubscriberInformations.FirstOrDefault(); - } - - - // No way to get below three fields using 837P - hcfa.Field09b_OtherInsuredIsFemale = false; - hcfa.Field09b_OtherInsuredIsMale = false; - hcfa.Field09b_OtherInsuredsDateOfBirth = new FormDate(); - - if (otherSubscriber != null) - { - if (otherSubscriber.Name != null) - { - hcfa.Field09_OtherInsuredsName = otherSubscriber.Name.Formatted(); - } - if (otherSubscriber.SubscriberInformation != null) - { - hcfa.Field09a_OtherInsuredsPolicyOrGroup = otherSubscriber.SubscriberInformation.ReferenceIdentification; - } - hcfa.Field09b_OtherInsuredsDateOfBirth = formatFormDate(otherSubscriber.DateOfBirth); - hcfa.Field09b_OtherInsuredIsFemale = otherSubscriber.Gender == GenderEnum.Female; - hcfa.Field09b_OtherInsuredIsMale = otherSubscriber.Gender == GenderEnum.Male; - hcfa.Field09c_OtherInsuredsEmployerNameOrSchoolName = String.Empty; // XXX: OK to assume org in last name? , Edit: this field should be left blank - if (otherSubscriber.OtherPayer != null) - { - hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName = otherSubscriber.OtherPayer.LastName; - } - } - - hcfa.Field10a_PatientConditionRelatedToEmployment = claim.RelatedCauseCode1 == "EM" || claim.RelatedCauseCode2 == "EM" || claim.RelatedCauseCode3 == "EM"; - hcfa.Field10b_PatientConditionRelatedToAutoAccident = claim.RelatedCauseCode1 == "AA" || claim.RelatedCauseCode2 == "AA" || claim.RelatedCauseCode3 == "AA"; - hcfa.Field10c_PatientConditionRelatedToOtherAccident = claim.RelatedCauseCode1 == "AB" || claim.RelatedCauseCode1 == "AP" || claim.RelatedCauseCode1 == "OA" || - claim.RelatedCauseCode2 == "AB" || claim.RelatedCauseCode2 == "AP" || claim.RelatedCauseCode2 == "OA" || - claim.RelatedCauseCode3 == "AB" || claim.RelatedCauseCode3 == "AP" || claim.RelatedCauseCode3 == "OA"; - hcfa.Field10b_PatientConditionRelToAutoAccidentState = claim.AutoAccidentState; - - if (hcfa.Field10a_PatientConditionRelatedToEmployment) - hcfa.Field10d_ReservedForLocalUse = String.Empty; - - if (claim.SubscriberInformation != null) - hcfa.Field11_InsuredsPolicyGroupOfFECANumber = claim.SubscriberInformation.ReferenceIdentification; - if (subscriber != null) - { - hcfa.Field11a_InsuredsDateOfBirth = formatFormDate(subscriber.DateOfBirth); - hcfa.Field11a_InsuredsSexIsFemale = subscriber.Gender == GenderEnum.Female; - hcfa.Field11a_InsuredsSexIsMale = subscriber.Gender == GenderEnum.Male; - } - if (claim.Payer != null) - { - hcfa.Field11b_InsuredsEmployerOrSchool = String.Empty; // should be left blank - if (claim.Payer.Name != null) - { - hcfa.Field11c_InsuredsPlanOrProgramName = claim.Payer.Name.LastName; - } - } - - hcfa.Field11d_IsThereOtherHealthBenefitPlan = otherSubscriber != null; - - hcfa.Field12_PatientsOrAuthorizedSignature = claim.ReleaseOfInformationCode == "Y" ? "Signature on file" : String.Empty; - - hcfa.Field12_PatientsOrAuthorizedSignatureDate = new FormDate(); - - hcfa.Field13_InsuredsOrAuthorizedSignature = claim.BenefitsAssignmentCertificationIndicator == "Y" ? "Signature on file" : String.Empty; - - var onsetDate = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "431") ?? claim.Dates.FirstOrDefault(dr => dr.Qualifier == "439"); - - if (onsetDate != null) - { - hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy = formatFormDate(onsetDate.Date); - } - - var similarIllnessDate = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "438"); // only supported in 4010 837P - if (similarIllnessDate != null) - { - hcfa.Field15_DatePatientHadSameOrSimilarIllness = formatFormDate(similarIllnessDate.Date); - } - - var disabilityStart = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "360"); - var disabilityEnd = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "361"); - if (disabilityStart != null) - { - hcfa.Field16_DatePatientUnableToWork_Start = formatFormDate(disabilityStart.Date); - } - if (disabilityEnd != null) - { - hcfa.Field16_DatePatientUnableToWork_End = formatFormDate(disabilityEnd.Date); - } - - var referringProvider = claim.Providers.FirstOrDefault(pr => pr.Name.Type.Identifier == "DN" && pr.Name.Identification.Qualifier == "XX"); - if (referringProvider != null) - { - hcfa.Field17_ReferringProviderOrOtherSource_Name = referringProvider.Name.Formatted(); - - var id = referringProvider.Identifications.FirstOrDefault(); - if (id != null) - { - hcfa.Field17a_OtherID_Number = id.Id; - hcfa.Field17a_OtherID_Qualifier = id.Qualifier; - } - - hcfa.Field17b_NationalProviderIdentifier = referringProvider.Npi; - } - - // Admission date and hour - hcfa.Field18_HospitalizationDateFrom = new FormDate(); - hcfa.Field18_HospitalizationDateTo = new FormDate(); - if (claim.AdmissionDate.HasValue) - { - hcfa.Field18_HospitalizationDateFrom = formatFormDate(claim.AdmissionDate); - } - if (claim.DischargeTime.HasValue) - { - hcfa.Field18_HospitalizationDateTo = formatFormDate(claim.DischargeTime); - } - - // Populating Loc19 with notes from 837 - // There can only be one note - hcfa.Field19_ReservedForLocalUse = (claim.Notes.Count >= 1) ? claim.Notes[0].Description : System.String.Empty; - - // Outside services are stored in claim service lines - double totalAmountSpent = 0.0; - foreach (var line in claim.ServiceLines) - { - if (line.PurchasedServiceIdentifier != null) - { - hcfa.Field20_OutsideLab = true; - if (line.PurchasedServiceAmount != null) - { - totalAmountSpent += Convert.ToDouble(line.PurchasedServiceAmount); - } - } - } - - hcfa.Field20_OutsideLabCharges = (Decimal)totalAmountSpent; - - var principalDiagnosis = claim.Diagnoses.FirstOrDefault(d => d.DiagnosisType == DiagnosisTypeEnum.Principal); - var otherDiagnoses = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisTypeEnum.Other).ToList(); - - // Diagnosis codes - if (principalDiagnosis != null) - hcfa.Field21_Diagnosis1 = principalDiagnosis.FormattedCode(); - if (otherDiagnoses.Count >= 1) - hcfa.Field21_Diagnosis2 = otherDiagnoses[0].FormattedCode(); - if (otherDiagnoses.Count >= 2) - hcfa.Field21_Diagnosis3 = otherDiagnoses[1].FormattedCode(); - if (otherDiagnoses.Count >= 3) - hcfa.Field21_Diagnosis4 = otherDiagnoses[2].FormattedCode(); - - var frequencyType = ""; - if (claim.BillTypeCode.Length == 3) - { - frequencyType = claim.BillTypeCode.Substring(2, 1); - } - if (frequencyType == "7" || frequencyType == "8") - hcfa.Field22_MedicaidSubmissionCode = frequencyType; - else - hcfa.Field22_MedicaidSubmissionCode = String.Empty; - - var originalRef = claim.Identifications.FirstOrDefault(id => id.Qualifier == "F8"); - - if (originalRef != null) - hcfa.Field22_OriginalReferenceNumber = originalRef.Id; - else - hcfa.Field22_OriginalReferenceNumber = String.Empty; - - hcfa.Field23_PriorAuthorizationNumber = claim.PriorAuthorizationNumber; - - var hcfaServiceLines = new List(); - - // Service Lines - foreach (var line in claim.ServiceLines) - { - var hcfaLine = new HCFA1500ServiceLine(); - hcfaLine.DateFrom = new FormDate - { - MM = String.Format("{0:MM}", line.ServiceDateFrom), - DD = String.Format("{0:dd}", line.ServiceDateFrom), - YY = String.Format("{0:yy}", line.ServiceDateFrom) - }; - hcfaLine.DateTo = new FormDate - { - MM = String.Format("{0:MM}", line.ServiceDateTo), - DD = String.Format("{0:dd}", line.ServiceDateTo), - YY = String.Format("{0:yy}", line.ServiceDateTo) - }; - - if (line.PlaceOfService != null && !string.IsNullOrWhiteSpace(line.PlaceOfService.Code)) - hcfaLine.PlaceOfService = line.PlaceOfService.Code; - else - hcfaLine.PlaceOfService = claim.ServiceLocationInfo.FacilityCode; - - hcfaLine.EmergencyIndicator = line.EmergencyIndicator; - - hcfaLine.ProcedureCode = line.Procedure.ProcedureCode; - hcfaLine.ProcedureCode = line.Procedure.ProcedureCode; - hcfaLine.Mod1 = line.Procedure.Modifier1; - hcfaLine.Mod2 = line.Procedure.Modifier2; - hcfaLine.Mod3 = line.Procedure.Modifier3; - hcfaLine.Mod4 = line.Procedure.Modifier4; - - hcfaLine.DiagnosisPointer1 = line.DiagnosisCodePointer1; - hcfaLine.DiagnosisPointer2 = line.DiagnosisCodePointer2; - hcfaLine.DiagnosisPointer3 = line.DiagnosisCodePointer3; - hcfaLine.DiagnosisPointer4 = line.DiagnosisCodePointer4; - - hcfaLine.Charges = line.ChargeAmount; - hcfaLine.DaysOrUnits = line.Quantity; - hcfaLine.EarlyPeriodicScreeningDiagnosisAndTreatment = line.EpsdtIndicator; - - if (line.RenderingProvider != null && !string.IsNullOrWhiteSpace(line.RenderingProvider.Npi)) - hcfaLine.RenderingProviderNpi = line.RenderingProvider.Npi; - else if (claim.RenderingProvider != null && !string.IsNullOrWhiteSpace(claim.RenderingProvider.Npi)) - hcfaLine.RenderingProviderNpi = claim.RenderingProvider.Npi; - - if (line.RenderingProvider != null && line.RenderingProvider.Identifications.Count > 0) - { - hcfaLine.RenderingProviderIdQualifier = line.RenderingProvider.Identifications[0].Qualifier; - hcfaLine.RenderingProviderId = line.RenderingProvider.Identifications[0].Id; - } - else if (line.RenderingProvider != null && line.RenderingProvider.ProviderInfo != null) - { - hcfaLine.RenderingProviderIdQualifier = line.RenderingProvider.ProviderInfo.Qualifier; - hcfaLine.RenderingProviderId = line.RenderingProvider.ProviderInfo.Id; - } - else if (claim.RenderingProvider != null && claim.RenderingProvider.Identifications.Count > 0) - { - hcfaLine.RenderingProviderIdQualifier = claim.RenderingProvider.Identifications[0].Qualifier; - hcfaLine.RenderingProviderId = claim.RenderingProvider.Identifications[0].Id; - } - else if (claim.RenderingProvider != null && claim.RenderingProvider.ProviderInfo != null) - { - hcfaLine.RenderingProviderIdQualifier = claim.RenderingProvider.ProviderInfo.Qualifier; - hcfaLine.RenderingProviderId = claim.RenderingProvider.ProviderInfo.Id; - } - - - hcfaServiceLines.Add(hcfaLine); - } - hcfa.Field24_ServiceLines = hcfaServiceLines; - - - // Federal Tax Number - if (claim.PayToProvider != null && !string.IsNullOrWhiteSpace(claim.PayToProvider.TaxId)) - { - hcfa.Field25_FederalTaxIDNumber = claim.PayToProvider.TaxId; - if (claim.PayToProvider.Identifications.Exists(id=>id.Qualifier == "EI")) - hcfa.Field25_IsEIN = true; - if (claim.PayToProvider.Identifications.Exists(id => id.Qualifier == "SY")) - hcfa.Field25_IsSSN = true; - } - else - { - if (claim.BillingProvider != null) - { - hcfa.Field25_FederalTaxIDNumber = claim.BillingProvider.TaxId; - if (claim.BillingProvider.Identifications.Exists(id => id.Qualifier == "EI")) - hcfa.Field25_IsEIN = true; - if (claim.BillingProvider.Identifications.Exists(id => id.Qualifier == "SY")) - hcfa.Field25_IsSSN = true; - } - } - - // shouldnt we represent hcfa.Field25_IsSSN and Field25_IsEIN to know which type TaxID? - hcfa.Field26_PatientAccountNumber = claim.PatientControlNumber; - - if (claim.ProviderAcceptAssignmentCode == "A" || claim.ProviderAcceptAssignmentCode == "B") - hcfa.Field27_AcceptAssignment = true; - else if (claim.ProviderAcceptAssignmentCode == "C") - hcfa.Field27_AcceptAssignment = false; - - hcfa.Field28_TotalCharge = claim.TotalClaimChargeAmount; - hcfa.Field29_AmountPaid = claim.PatientAmountPaid ?? 0; - foreach (var otherSubscriberObj in claim.OtherSubscriberInformations) - { - if (otherSubscriberObj.Amounts.Count > 0) - hcfa.Field29_AmountPaid += otherSubscriberObj.Amounts[0].Amount; - } - - - hcfa.Field30_BalanceDue = hcfa.Field28_TotalCharge - hcfa.Field29_AmountPaid; // does not exist on 837P - - if (claim.ProviderSignatureOnFile == "Y") - hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile = true; - else if (claim.ProviderSignatureOnFile == "N") - hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile = false; - - // Service Location - var serviceLocation = claim.ServiceLocation; - if (serviceLocation != null) - { - if (serviceLocation.Name != null) - hcfa.Field32_ServiceFacilityLocation_Name = serviceLocation.Name.LastName; - else - hcfa.Field32_ServiceFacilityLocation_Name = null; - - if (serviceLocation.Address != null) - { - hcfa.Field32_ServiceFacilityLocation_Street = serviceLocation.Address.Line1; - hcfa.Field32_ServiceFacilityLocation_City = serviceLocation.Address.City; - hcfa.Field32_ServiceFacilityLocation_State = serviceLocation.Address.StateCode; - hcfa.Field32_ServiceFacilityLocation_Zip = serviceLocation.Address.PostalCode; - } - else - { - hcfa.Field32_ServiceFacilityLocation_Street = string.Empty; - hcfa.Field32_ServiceFacilityLocation_City = string.Empty; - hcfa.Field32_ServiceFacilityLocation_State = string.Empty; - hcfa.Field32_ServiceFacilityLocation_Zip = string.Empty; - } - - hcfa.Field32a_ServiceFacilityLocation_Npi = serviceLocation.Npi; - if (serviceLocation.Identifications != null && serviceLocation.Identifications.Count > 0) - hcfa.Field32b_ServiceFacilityLocation_OtherID = serviceLocation.Identifications.First().Id; - else - hcfa.Field32b_ServiceFacilityLocation_OtherID = null; - } - // Pay To Provider - if (claim.BillingProvider != null) - { - if (claim.BillingProvider.Name != null) - hcfa.Field33_BillingProvider_Name = claim.BillingProvider.Name.LastName; - else - hcfa.Field33_BillingProvider_Name = null; - - if (claim.BillingProvider.Address != null) - { - hcfa.Field33_BillingProvider_Street = claim.BillingProvider.Address.Line1; - hcfa.Field33_BillingProvider_City = claim.BillingProvider.Address.City; - hcfa.Field33_BillingProvider_State = claim.BillingProvider.Address.StateCode; - hcfa.Field33_BillingProvider_Zip = claim.BillingProvider.Address.PostalCode; - } - else - { - hcfa.Field33_BillingProvider_Street = string.Empty; - hcfa.Field33_BillingProvider_City = string.Empty; - hcfa.Field33_BillingProvider_State = string.Empty; - hcfa.Field33_BillingProvider_Zip = string.Empty; - } - - hcfa.Field33a_BillingProvider_Npi = claim.BillingProvider.Npi; - } - - LimitFieldWidths(hcfa); - - return hcfa; - } - - - private void LimitFieldWidths(HCFA1500Claim hcfa) - { - hcfa.Field01a_InsuredsIDNumber = SetStringLength(hcfa.Field01a_InsuredsIDNumber, 35); - hcfa.Field02_PatientsName = SetStringLength(hcfa.Field02_PatientsName, 28); - hcfa.Field04_InsuredsName = SetStringLength(hcfa.Field04_InsuredsName, 30); - hcfa.Field05_PatientsAddress_Street = SetStringLength(hcfa.Field05_PatientsAddress_Street, 28); - hcfa.Field05_PatientsAddress_City = SetStringLength(hcfa.Field05_PatientsAddress_City, 29); - hcfa.Field05_PatientsAddress_Zip = SetStringLength(hcfa.Field05_PatientsAddress_Zip, 14); - hcfa.Field07_InsuredsAddress_Street = SetStringLength(hcfa.Field07_InsuredsAddress_Street, 35); - hcfa.Field07_InsuredsAddress_City = SetStringLength(hcfa.Field07_InsuredsAddress_City, 28); - hcfa.Field07_InsuredsAddress_Zip = SetStringLength(hcfa.Field07_InsuredsAddress_Zip, 14); - hcfa.Field09_OtherInsuredsName = SetStringLength(hcfa.Field09_OtherInsuredsName, 28); - hcfa.Field09a_OtherInsuredsPolicyOrGroup = SetStringLength(hcfa.Field09a_OtherInsuredsPolicyOrGroup, 28); - hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName = SetStringLength(hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName, 28); - hcfa.Field11_InsuredsPolicyGroupOfFECANumber = SetStringLength(hcfa.Field11_InsuredsPolicyGroupOfFECANumber, 35); - hcfa.Field11c_InsuredsPlanOrProgramName = SetStringLength(hcfa.Field11c_InsuredsPlanOrProgramName, 35); - hcfa.Field17_ReferringProviderOrOtherSource_Name = SetStringLength(hcfa.Field17_ReferringProviderOrOtherSource_Name, 26); - hcfa.Field17a_OtherID_Qualifier = SetStringLength(hcfa.Field17a_OtherID_Qualifier, 3); - hcfa.Field17a_OtherID_Number = SetStringLength(hcfa.Field17a_OtherID_Number, 16); - hcfa.Field17b_NationalProviderIdentifier = SetStringLength(hcfa.Field17b_NationalProviderIdentifier, 16); - hcfa.Field22_MedicaidSubmissionCode = SetStringLength(hcfa.Field22_MedicaidSubmissionCode, 11); - hcfa.Field22_OriginalReferenceNumber = SetStringLength(hcfa.Field22_OriginalReferenceNumber, 18); - hcfa.Field23_PriorAuthorizationNumber = SetStringLength(hcfa.Field23_PriorAuthorizationNumber, 30); - - foreach (var line in hcfa.Field24_ServiceLines) - { - line.RenderingProviderNpi = SetStringLength(line.RenderingProviderNpi, 12); - } - hcfa.Field25_FederalTaxIDNumber = SetStringLength(hcfa.Field25_FederalTaxIDNumber, 15); - hcfa.Field26_PatientAccountNumber = SetStringLength(hcfa.Field26_PatientAccountNumber, 14); - hcfa.Field32_ServiceFacilityLocation_Name = SetStringLength(hcfa.Field32_ServiceFacilityLocation_Name, 31); - hcfa.Field32_ServiceFacilityLocation_Street = SetStringLength(hcfa.Field32_ServiceFacilityLocation_Street, 31); - hcfa.Field32_ServiceFacilityLocation_City = SetStringLength(hcfa.Field32_ServiceFacilityLocation_City, 16); - hcfa.Field32_ServiceFacilityLocation_State = SetStringLength(hcfa.Field32_ServiceFacilityLocation_State, 2); - hcfa.Field32_ServiceFacilityLocation_Zip = SetStringLength(hcfa.Field32_ServiceFacilityLocation_Zip, 10); - hcfa.Field32a_ServiceFacilityLocation_Npi = SetStringLength(hcfa.Field32a_ServiceFacilityLocation_Npi, 11); - hcfa.Field32b_ServiceFacilityLocation_OtherID = SetStringLength(hcfa.Field32b_ServiceFacilityLocation_OtherID, 17); - hcfa.Field33_BillingProvider_Name = SetStringLength(hcfa.Field33_BillingProvider_Name, 35); - hcfa.Field33_BillingProvider_Street = SetStringLength(hcfa.Field33_BillingProvider_Street, 31); - hcfa.Field33_BillingProvider_City = SetStringLength(hcfa.Field33_BillingProvider_City, 19); - hcfa.Field33_BillingProvider_State = SetStringLength(hcfa.Field33_BillingProvider_State, 2); - hcfa.Field33_BillingProvider_Zip = SetStringLength(hcfa.Field33_BillingProvider_Zip, 10); - hcfa.Field33a_BillingProvider_Npi = SetStringLength(hcfa.Field33a_BillingProvider_Npi, 10); - } - - private string SetStringLength(string source, int limit) - { - string result = string.Empty; - if (!string.IsNullOrEmpty(source)) - { - if (source.Length > limit) - { - result = source.Substring(0, limit); - } - else - { - return source; - } - } - return result; - } - - private FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text) - { - return AddBlock(page, x, y, width, text, TextAlignEnum.left); - } - - // Returns an "X" if the boolean is true, "" otherwise. - // Used for filling in the CMS 1500 form where X's are placed where true - private String ConditionalMarker(Boolean b) - { - return b ? "X" : ""; - } - - private FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text, TextAlignEnum textAlign) - { - decimal xScale = 0.1m; - decimal yScale = 0.1685m; - var block = new FormBlock - { - TextAlign = textAlign, - Left = -0.21m + xScale * x, - Top = 0.1m + yScale * y, - Width = xScale * width, - Height = yScale * 1.1m, - Text = text - }; - page.Blocks.Add(block); - return block; - } - - public virtual List TransformHcfa1500ToFormPages(HCFA1500Claim hcfa) - { - List pages = new List(); - FormPage page = null; - for (int i = 0; i < hcfa.Field24_ServiceLines.Count; i++) - { - if (i % 6 == 0) - { - page = new FormPage(); - pages.Add(page); - page.MasterReference = "hcfa1500"; - page.ImagePath = _formImagePath; - - // Render header - // LINE 1 - AddBlock(page, 4, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsMedicare)); - AddBlock(page, 11, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsMedicaid)); - AddBlock(page, 18, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsTricareChampus)); - AddBlock(page, 27, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsChampVa)); - AddBlock(page, 34, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsGroupHealthPlan)); - AddBlock(page, 42, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsFECABlkLung)); - AddBlock(page, 48, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsOther)); - AddBlock(page, 53, 7, 30, hcfa.Field01a_InsuredsIDNumber); - - // LINE 2 - AddBlock(page, 4, 9, 28.5m, hcfa.Field02_PatientsName); - AddBlock(page, 34, 9, 3, hcfa.Field03_PatientsDateOfBirth.MM); - AddBlock(page, 37, 9, 3, hcfa.Field03_PatientsDateOfBirth.DD); - AddBlock(page, 40, 9, 3, hcfa.Field03_PatientsDateOfBirth.YY); - AddBlock(page, 44.5m, 9, 2.5m, ConditionalMarker(hcfa.Field03_PatientsSexMale), TextAlignEnum.center); - AddBlock(page, 49.5m, 9, 2.5m, ConditionalMarker(hcfa.Field03_PatientsSexFemale), TextAlignEnum.center); - AddBlock(page, 53, 9, 30, hcfa.Field04_InsuredsName); - - // LINE 3 - AddBlock(page, 4, 11, 28.5m, hcfa.Field05_PatientsAddress_Street); - AddBlock(page, 36, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsSelf)); //self - AddBlock(page, 41, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsSpouseOf)); //spouse - AddBlock(page, 45, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsChildOf)); //child - AddBlock(page, 50, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsOther)); // other - AddBlock(page, 53, 11, 30, hcfa.Field07_InsuredsAddress_Street); - - // LINE 4 - AddBlock(page, 4, 13, 25, hcfa.Field05_PatientsAddress_City); - AddBlock(page, 29, 13, 3.5m, hcfa.Field05_PatientsAddress_State); - - // Field 8 unused in CMS-1500 - AddBlock(page, 38, 13, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsSingle)); - AddBlock(page, 44, 13, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsMarried)); - AddBlock(page, 50, 13, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsOther)); - - AddBlock(page, 53, 13, 23, hcfa.Field07_InsuredsAddress_City); - AddBlock(page, 77, 13, 6, hcfa.Field07_InsuredsAddress_State); - - // LINE 5 - AddBlock(page, 4, 15, 13, hcfa.Field05_PatientsAddress_Zip); - AddBlock(page, 18, 15, 14.5m, hcfa.Field05_PatientsTelephone); - - // Field 8 unused in CMS-1500 - AddBlock(page, 38, 15, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsEmployed)); - AddBlock(page, 44, 15, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsFullTimeStudent)); - AddBlock(page, 50, 15, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsPartTimeStudent)); - - AddBlock(page, 53, 15, 12, hcfa.Field07_InsuredsAddress_Zip); - AddBlock(page, 68.5m, 15, 14.5m, hcfa.Field07_InsuredsPhoneNumber); - - // LINE 6 - AddBlock(page, 4, 17, 28.5m, hcfa.Field09_OtherInsuredsName); - AddBlock(page, 53, 17, 30, hcfa.Field11_InsuredsPolicyGroupOfFECANumber); - - // LINE 7 - AddBlock(page, 4, 19, 28.5m, hcfa.Field09a_OtherInsuredsPolicyOrGroup); - AddBlock(page, 38, 19, 2, ConditionalMarker(hcfa.Field10a_PatientConditionRelatedToEmployment)); - AddBlock(page, 44, 19, 2, ConditionalMarker(!hcfa.Field10a_PatientConditionRelatedToEmployment)); - AddBlock(page, 56, 19, 3, hcfa.Field11a_InsuredsDateOfBirth.MM); - AddBlock(page, 59, 19, 3, hcfa.Field11a_InsuredsDateOfBirth.DD); - AddBlock(page, 62, 19, 3, hcfa.Field11a_InsuredsDateOfBirth.YY); - AddBlock(page, 71.25m, 19, 2, ConditionalMarker(hcfa.Field11a_InsuredsSexIsMale), TextAlignEnum.center); - AddBlock(page, 78.5m, 19, 2, ConditionalMarker(hcfa.Field11a_InsuredsSexIsFemale), TextAlignEnum.center); - - // LINE 8 - // Field 9b is not supplied by 837P data. - AddBlock(page, 5, 21, 3, hcfa.Field09b_OtherInsuredsDateOfBirth.MM); - AddBlock(page, 8, 21, 3, hcfa.Field09b_OtherInsuredsDateOfBirth.DD); - AddBlock(page, 11, 21, 3, hcfa.Field09b_OtherInsuredsDateOfBirth.YY); - AddBlock(page, 21, 21, 2, ConditionalMarker(hcfa.Field09b_OtherInsuredIsMale)); - AddBlock(page, 27, 21, 2, ConditionalMarker(hcfa.Field09b_OtherInsuredIsFemale)); - - AddBlock(page, 38, 21, 2, ConditionalMarker(hcfa.Field10b_PatientConditionRelatedToAutoAccident)); - AddBlock(page, 44, 21, 2, ConditionalMarker(!hcfa.Field10b_PatientConditionRelatedToAutoAccident)); - AddBlock(page, 48, 21, 2.5m, hcfa.Field10b_PatientConditionRelToAutoAccidentState); - AddBlock(page, 53, 21, 30, hcfa.Field11b_InsuredsEmployerOrSchool); - - // LINE 9 - AddBlock(page, 4, 23, 28.5m, hcfa.Field09c_OtherInsuredsEmployerNameOrSchoolName); - AddBlock(page, 38, 23, 2, ConditionalMarker(hcfa.Field10c_PatientConditionRelatedToOtherAccident)); - AddBlock(page, 44, 23, 2, ConditionalMarker(!hcfa.Field10c_PatientConditionRelatedToOtherAccident)); - AddBlock(page, 53, 23, 30, hcfa.Field11c_InsuredsPlanOrProgramName); - - // LINE 10 - AddBlock(page, 4, 25, 28.5m, hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName); - AddBlock(page, 33, 25, 20, hcfa.Field10d_ReservedForLocalUse); - AddBlock(page, 55, 25, 2, ConditionalMarker(hcfa.Field11d_IsThereOtherHealthBenefitPlan)); - AddBlock(page, 60, 25, 2, ConditionalMarker(!hcfa.Field11d_IsThereOtherHealthBenefitPlan)); - - // LINE 11 - AddBlock(page, 9, 29, 25, hcfa.Field12_PatientsOrAuthorizedSignature, TextAlignEnum.center); - AddBlock(page, 39, 29, 14, hcfa.Field12_PatientsOrAuthorizedSignatureDate.ToString(), TextAlignEnum.center); - AddBlock(page, 59, 29, 24, hcfa.Field13_InsuredsOrAuthorizedSignature, TextAlignEnum.center); - - // LINE 12 - if (hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy != null) - { - AddBlock(page, 5, 31, 3, hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy.MM); - AddBlock(page, 8, 31, 3, hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy.DD); - AddBlock(page, 11, 31, 3, hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy.YY); - } - - // Field 15 - AddBlock(page, 40, 31, 3, hcfa.Field15_DatePatientHadSameOrSimilarIllness.MM); - AddBlock(page, 43, 31, 3, hcfa.Field15_DatePatientHadSameOrSimilarIllness.DD); - AddBlock(page, 46, 31, 3, hcfa.Field15_DatePatientHadSameOrSimilarIllness.YY); - - if (hcfa.Field16_DatePatientUnableToWork_Start != null) - { - AddBlock(page, 57, 31, 3, hcfa.Field16_DatePatientUnableToWork_Start.MM); - AddBlock(page, 60, 31, 3, hcfa.Field16_DatePatientUnableToWork_Start.DD); - AddBlock(page, 63, 31, 3, hcfa.Field16_DatePatientUnableToWork_Start.YY); - } - - if (hcfa.Field16_DatePatientUnableToWork_End != null) - { - AddBlock(page, 71, 31, 3, hcfa.Field16_DatePatientUnableToWork_End.MM); - AddBlock(page, 74, 31, 3, hcfa.Field16_DatePatientUnableToWork_End.DD); - AddBlock(page, 77, 31, 3, hcfa.Field16_DatePatientUnableToWork_End.YY); - } - - // LINE 13 - AddBlock(page, 4, 33, 26, hcfa.Field17_ReferringProviderOrOtherSource_Name); - AddBlock(page, 33, 32, 3, hcfa.Field17a_OtherID_Qualifier); - AddBlock(page, 36, 32, 16, hcfa.Field17a_OtherID_Number); - AddBlock(page, 36, 33, 16, hcfa.Field17b_NationalProviderIdentifier); - - // Field 18 - AddBlock(page, 57, 33, 3, hcfa.Field18_HospitalizationDateFrom.MM); - AddBlock(page, 60, 33, 3, hcfa.Field18_HospitalizationDateFrom.DD); - AddBlock(page, 63, 33, 3, hcfa.Field18_HospitalizationDateFrom.YY); - AddBlock(page, 71, 33, 3, hcfa.Field18_HospitalizationDateTo.MM); - AddBlock(page, 74, 33, 3, hcfa.Field18_HospitalizationDateTo.DD); - AddBlock(page, 77, 33, 3, hcfa.Field18_HospitalizationDateTo.YY); - - // LINE 14 - - // We limit the length of the remark to only the size of the block. - if (hcfa.Field19_ReservedForLocalUse != null && hcfa.Field19_ReservedForLocalUse.Length > 58) - AddBlock(page, 4, 35, 49, hcfa.Field19_ReservedForLocalUse.Substring(0, 58)); - else - AddBlock(page, 4, 35, 49, hcfa.Field19_ReservedForLocalUse); - AddBlock(page, 55, 35, 2, ConditionalMarker(hcfa.Field20_OutsideLab)); - AddBlock(page, 60, 35, 2, ConditionalMarker(!hcfa.Field20_OutsideLab)); - AddBlock(page, 65, 35, 9, hcfa.Field20_OutsideLab ? Convert.ToString(hcfa.Field20_OutsideLabCharges) : "", TextAlignEnum.right); - AddBlock(page, 74, 35, 9, "", TextAlignEnum.right); // Note, we do not use second charge box at all here. - - // Line 15 - AddBlock(page, 6.5m, 37, 8, hcfa.Field21_Diagnosis1); - AddBlock(page, 33.5m, 37, 8, hcfa.Field21_Diagnosis3); - AddBlock(page, 53, 37, 11, hcfa.Field22_MedicaidSubmissionCode); - AddBlock(page, 65, 37, 18, hcfa.Field22_OriginalReferenceNumber); - - // Line 16 - AddBlock(page, 6.5m, 39, 8, hcfa.Field21_Diagnosis2); - AddBlock(page, 33.5m, 39, 8, hcfa.Field21_Diagnosis4); - AddBlock(page, 53, 39, 30, hcfa.Field23_PriorAuthorizationNumber); - - } - - // Render service lines - decimal y = 42 + 2 * (i % 6); - var line = hcfa.Field24_ServiceLines[i]; - AddBlock(page, 4, y, 60, line.CommentLine); - AddBlock(page, 68, y, 3, line.RenderingProviderIdQualifier); - AddBlock(page, 71, y, 12, line.RenderingProviderId); - - if (line.DateFrom != null) - { - AddBlock(page, 4, y + 1, 3, line.DateFrom.MM); - AddBlock(page, 7, y + 1, 3, line.DateFrom.DD); - AddBlock(page, 10, y + 1, 3, line.DateFrom.YY); - } - else - { - AddBlock(page, 4, y + 1, 3, string.Empty); - AddBlock(page, 7, y + 1, 3, string.Empty); - AddBlock(page, 10, y + 1, 3, string.Empty); - } - if (line.DateTo != null) - { - AddBlock(page, 13, y + 1, 3, line.DateTo.MM); - AddBlock(page, 16, y + 1, 3, line.DateTo.DD); - AddBlock(page, 19, y + 1, 3, line.DateTo.YY); - } - else - { - AddBlock(page, 13, y + 1, 3, string.Empty); - AddBlock(page, 16, y + 1, 3, string.Empty); - AddBlock(page, 19, y + 1, 3, string.Empty); - } - AddBlock(page, 22, y + 1, 3, line.PlaceOfService); - AddBlock(page, 25, y + 1, 2, line.EmergencyIndicator); - AddBlock(page, 29, y + 1, 6, line.ProcedureCode); - AddBlock(page, 36, y + 1, 3, line.Mod1); - AddBlock(page, 39, y + 1, 3, line.Mod2); - AddBlock(page, 42, y + 1, 3, line.Mod3); - AddBlock(page, 45, y + 1, 3, line.Mod4); - AddBlock(page, 48, y + 1, 2, line.DiagnosisPointer1); - AddBlock(page, 49, y + 1, 2, line.DiagnosisPointer2); - AddBlock(page, 50, y + 1, 2, line.DiagnosisPointer3); - AddBlock(page, 51, y + 1, 2, line.DiagnosisPointer4); - AddBlock(page, 53, y + 1, 9, String.Format("{0:0.00}", line.Charges).Replace(".", " "), TextAlignEnum.right); - AddBlock(page, 62, y + 1, 4, String.Format("{0}", line.DaysOrUnits), TextAlignEnum.right); - AddBlock(page, 66, y + 1, 2, line.EarlyPeriodicScreeningDiagnosisAndTreatment); - AddBlock(page, 71, y + 1, 12, line.RenderingProviderNpi); - - - - if (i % 6 == 5 || i == hcfa.Field24_ServiceLines.Count - 1) // Footer - { - // Render footer - AddBlock(page, 4, 55, 15, hcfa.Field25_FederalTaxIDNumber); - if (hcfa.Field25_IsSSN) - AddBlock(page, 20, 55, 2, "X"); - if (hcfa.Field25_IsEIN) - AddBlock(page, 22, 55, 2, "X"); - - AddBlock(page, 26, 55, 14, hcfa.Field26_PatientAccountNumber); - - if (hcfa.Field27_AcceptAssignment.HasValue) - { - if (hcfa.Field27_AcceptAssignment.Value == true) - AddBlock(page, 41, 55, 2, "X"); - else - AddBlock(page, 46, 55, 2, "X"); - } - - AddBlock(page, 55, 55, 9, String.Format("{0:0.00}", hcfa.Field28_TotalCharge).Replace(".", " "), TextAlignEnum.right); - AddBlock(page, 65, 55, 9, String.Format("{0:0.00}", hcfa.Field29_AmountPaid).Replace(".", " "), TextAlignEnum.right); - AddBlock(page, 74, 55, 9, String.Format("{0:0.00}", hcfa.Field30_BalanceDue).Replace(".", " "), TextAlignEnum.right); - - // Box 31 - if (hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile.HasValue) - { - AddBlock(page, 4, 58, 21, "PROVIDER SIGNATURE", TextAlignEnum.center); - if (hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile.Value == true) - AddBlock(page, 4, 59, 21, "IS ON FILE", TextAlignEnum.center); - else - AddBlock(page, 4, 59, 21, "NOT ON FILE", TextAlignEnum.center); - } - // Box 32 - AddBlock(page, 26, 57, 27, hcfa.Field32_ServiceFacilityLocation_Name); - AddBlock(page, 26, 58, 27, hcfa.Field32_ServiceFacilityLocation_Street); - AddBlock(page, 26, 59, 27, String.Format("{0}, {1} {2}", hcfa.Field32_ServiceFacilityLocation_City, hcfa.Field32_ServiceFacilityLocation_State, hcfa.Field32_ServiceFacilityLocation_Zip)); - AddBlock(page, 27, 60, 10, hcfa.Field32a_ServiceFacilityLocation_Npi); - AddBlock(page, 38, 60, 15, hcfa.Field32b_ServiceFacilityLocation_OtherID); - - // Box 33 - AddBlock(page, 69, 56, 27, hcfa.Field33_BillingProvider_TelephoneNumber); - AddBlock(page, 53, 57, 27, hcfa.Field33_BillingProvider_Name); - AddBlock(page, 53, 58, 27, hcfa.Field33_BillingProvider_Street); - AddBlock(page, 53, 59, 27, String.Format("{0}, {1} {2}", hcfa.Field33_BillingProvider_City, hcfa.Field33_BillingProvider_State, hcfa.Field33_BillingProvider_Zip)); - AddBlock(page, 54, 60, 10, hcfa.Field33a_BillingProvider_Npi); - AddBlock(page, 65, 60, 15, hcfa.Field33b_BillingProvider_OtherID); - - } - - } - - return pages; - } - - public virtual List TransformClaimToClaimFormFoXml(Claim claim) - { - HCFA1500Claim hcfa = TransformClaimToHcfa1500(claim); - - return TransformHcfa1500ToFormPages(hcfa); - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/SubmitterInfo.cs b/src/OopFactory.X12.Hipaa/Claims/SubmitterInfo.cs deleted file mode 100644 index 7bd67d7f..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/SubmitterInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class SubmitterInfo - { - public SubmitterInfo() - { - if (Providers == null) Providers = new Provider(); - } - [XmlElement(ElementName = "Provider")] - public Provider Providers { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Claims/ToothInformation.cs b/src/OopFactory.X12.Hipaa/Claims/ToothInformation.cs deleted file mode 100644 index abdb67b8..00000000 --- a/src/OopFactory.X12.Hipaa/Claims/ToothInformation.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class ToothInformation - { - [XmlAttribute] - public string ToothCode { get; set; } - - [XmlElement(ElementName="ToothSurface")] - public List ToothSurfaces { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/CodeListEnum.cs b/src/OopFactory.X12.Hipaa/Common/CodeListEnum.cs deleted file mode 100644 index d35a142b..00000000 --- a/src/OopFactory.X12.Hipaa/Common/CodeListEnum.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Common -{ - public enum CodeListEnum - { - Unknown, - ICD9, - ICD10, - ABC - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/CodedAmount.cs b/src/OopFactory.X12.Hipaa/Common/CodedAmount.cs deleted file mode 100644 index f002e9fe..00000000 --- a/src/OopFactory.X12.Hipaa/Common/CodedAmount.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class CodedAmount - { - [XmlAttribute] - public string Code { get; set; } - - [XmlIgnore] - public decimal? Amount { get; set; } - - [XmlAttribute(AttributeName = "Amount")] - public decimal SerializableAmount - { - get { return Amount ?? decimal.Zero; } - set { Amount = value; } - } - - [XmlIgnore] - public bool SerializableAmountSpecified - { - get { return Amount.HasValue; } - set { } - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/Entity.cs b/src/OopFactory.X12.Hipaa/Common/Entity.cs deleted file mode 100644 index 6a91af73..00000000 --- a/src/OopFactory.X12.Hipaa/Common/Entity.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class Entity - { - public Entity() - { - if (Name == null) Name = new EntityName(); - if (Identifications == null) Identifications = new List(); - if (Contacts == null) Contacts = new List(); - if (RequestValidations!=null) RequestValidations = new List(); - } - - public EntityName Name { get; set; } - public PostalAddress Address { get; set; } - - [XmlElement(ElementName="Identification")] - public List Identifications { get; set; } - - protected string GetReferenceId(string qualifier) - { - var reference = Identifications.FirstOrDefault(id => id.Qualifier == qualifier); - if (reference != null) - return reference.Id; - else - return null; - } - - [XmlElement(ElementName="Contact")] - public List Contacts { get; set; } - - [XmlElement(ElementName = "RequestValidation")] - public List RequestValidations { get; set; } - - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/EntityName.cs b/src/OopFactory.X12.Hipaa/Common/EntityName.cs deleted file mode 100644 index 0bbf5798..00000000 --- a/src/OopFactory.X12.Hipaa/Common/EntityName.cs +++ /dev/null @@ -1,84 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public enum EntityNameQualifierEnum - { - Person, - NonPerson - } - - public class EntityType - { - [XmlAttribute] - public string Identifier { get; set; } - [XmlAttribute] - public EntityNameQualifierEnum Qualifier { get; set; } - [XmlText] - public string Description { get; set; } - } - - public class EntityName - { - public EntityName() - { - if (Identification == null) Identification = new Identification(); - } - public EntityType Type { get; set; } - - [XmlAttribute] - public string LastName { get; set; } - - [XmlAttribute] - public string PriorAuthorizationNumber { get; set; } - [XmlAttribute] - public string Suffix { get; set; } - - [XmlAttribute] - public string Prefix { get; set; } - [XmlAttribute] - public string FirstName { get; set; } - [XmlAttribute] - public string MiddleName { get; set; } - - public Identification Identification { get; set; } - - public string Formatted() - { - if (Type == null || Type.Qualifier == EntityNameQualifierEnum.NonPerson) - return LastName; - else - { - StringBuilder name = new StringBuilder(); - - name.Append(LastName); - if (!string.IsNullOrWhiteSpace(Suffix)) - { - name.AppendFormat(" {0}", Suffix); - } - name.Append(","); - if (!string.IsNullOrWhiteSpace(Prefix)) - name.AppendFormat(" {0}", Prefix); - name.AppendFormat(" {0}", FirstName); - if (!string.IsNullOrWhiteSpace(MiddleName)) - { - if (MiddleName.Length == 1) - name.AppendFormat(" {0}.", MiddleName); - else - name.AppendFormat(" {0}", MiddleName); - } - - return name.ToString().TrimEnd(); - } - } - - public override string ToString() - { - return Formatted(); - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/Lookup.cs b/src/OopFactory.X12.Hipaa/Common/Lookup.cs deleted file mode 100644 index a824016e..00000000 --- a/src/OopFactory.X12.Hipaa/Common/Lookup.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class Lookup - { - [XmlAttribute] - public string Code { get; set; } - [XmlText] - public string Description { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/Member.cs b/src/OopFactory.X12.Hipaa/Common/Member.cs deleted file mode 100644 index 82531385..00000000 --- a/src/OopFactory.X12.Hipaa/Common/Member.cs +++ /dev/null @@ -1,77 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public enum GenderEnum - { - Unknown, - Male, - Female - } - - public class Member : Entity - { - [XmlAttribute] - public GenderEnum Gender { get; set; } - - [XmlIgnore] - public DateTime? DateOfBirth { get; set; } - - public Lookup Relationship { get; set; } - - #region Serializable DateOfBirth Properties - [XmlAttribute(AttributeName="DateOfBirth", DataType="date")] - public DateTime SerializableDateOfBirth - { - get { return DateOfBirth ?? DateTime.MinValue; } - set { DateOfBirth = value; } - } - - [XmlIgnore] - public bool SerializableDateOfBirthSpecified - { - get { return DateOfBirth.HasValue; } - set {} - } - #endregion - - - - [XmlAttribute] - public string MemberId - { - get - { - if (Name != null && Name.Identification != null && Name.Identification.Qualifier == "MI") - return Name.Identification.Id; - else - return GetReferenceId("1W"); - } - set { } - } - - [XmlAttribute] - public string Ssn - { - get { return GetReferenceId("SY"); } - set { } - } - - [XmlAttribute] - public string PlanNumber - { - get { return GetReferenceId("18"); } - set { } - } - - [XmlAttribute] - public string GroupNumber - { - get { return GetReferenceId("6P"); } - } - } -} diff --git a/src/OopFactory.X12.Hipaa/Common/Provider.cs b/src/OopFactory.X12.Hipaa/Common/Provider.cs deleted file mode 100644 index a60bcdf2..00000000 --- a/src/OopFactory.X12.Hipaa/Common/Provider.cs +++ /dev/null @@ -1,59 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class Provider : Entity - { - [XmlAttribute] - public string Npi - { - get - { - if (Name != null && Name.Identification != null && Name.Identification.Qualifier == "XX") - return Name.Identification.Id; - else - return GetReferenceId("HPI"); - } - set { } - } - - [XmlAttribute] - public string TaxId - { - get - { - if (Name != null && Name.Identification != null && new string[] { "FI", "24" }.Contains(Name.Identification.Qualifier) ) - return Name.Identification.Id; - else - { - var taxId = GetReferenceId("EI"); - if (taxId != null) - return taxId; - else - return GetReferenceId("TJ"); - - } - } - set { } - } - - [XmlAttribute] - public string ServiceProviderNumber - { - get - { - if (Name != null && Name.Identification != null && Name.Identification.Qualifier == "SV") - return Name.Identification.Id; - else - return null; - } - set { } - } - - public ProviderInformation ProviderInfo { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/BenefitMember.cs b/src/OopFactory.X12.Hipaa/Eligibility/BenefitMember.cs deleted file mode 100644 index 3862fb65..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/BenefitMember.cs +++ /dev/null @@ -1,187 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - public class BenefitMember : Member - { - public BenefitMember() - { - if (Diagnoses == null) Diagnoses = new List(); - if (RequestValidations == null) RequestValidations = new List(); - if (Dates == null) Dates = new List(); - if (DateRanges == null) DateRanges = new List(); - } - - [XmlAttribute] - public string BirthSequenceNumber { get; set; } - - public ProviderInformation ProviderInfo { get; set; } - - [XmlElement(ElementName="Diagnosis")] - public List Diagnoses { get; set; } - - [XmlElement(ElementName = "RequestValidation")] - public new List RequestValidations { get; set; } - - [XmlElement(ElementName="Date")] - public List Dates { get; set; } - - [XmlElement(ElementName="DateRange")] - public List DateRanges { get; set; } - - #region PlanDate properties - public DateTime? PlanDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "291"); - return date == null ? (DateTime?)null : date.Date; - } - } - - [XmlAttribute(AttributeName = "PlanDate", DataType = "date")] - public DateTime SerializablePlanDate - { - get { return PlanDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializablePlanDateSpecified - { - get { return PlanDate.HasValue; } - set { } - } - #endregion - - #region PlanBeginDate properties - public DateTime? PlanBeginDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "346"); - return date == null ? (DateTime?)null : date.Date; - } - } - - [XmlAttribute(AttributeName="PlanBeginDate", DataType="date")] - public DateTime SerializablePlanBeginDate - { - get { return PlanBeginDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializablePlanBeginDateSpecified - { - get { return PlanBeginDate.HasValue; } - set { } - } - #endregion - - #region PlanEndDate properties - public DateTime? PlanEndDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "347"); - return date == null ? (DateTime?)null : date.Date; - } - } - - [XmlAttribute(AttributeName = "PlanEndDate", DataType = "date")] - public DateTime SerializablePlanEndDate - { - get { return PlanEndDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializablePlanEndDateSpecified - { - get { return PlanEndDate.HasValue; } - set { } - } - #endregion - - #region EligibilityDate properties - public DateTime? EligibilityDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "307"); - return date == null ? (DateTime?)null : date.Date; - } - } - - [XmlAttribute(AttributeName = "EligibilityDate", DataType = "date")] - public DateTime SerializableEligibilityDate - { - get { return EligibilityDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializableEligibilityDateSpecified - { - get { return EligibilityDate.HasValue; } - set { } - } - #endregion - - #region EligibilityBeginDate properties - public DateTime? EligibilityBeginDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "356"); - return date == null ? (DateTime?)null : date.Date; - } - } - - [XmlAttribute(AttributeName = "EligibilityBeginDate", DataType = "date")] - public DateTime SerializableEligibilityBeginDate - { - get { return EligibilityBeginDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializableEligibilityBeginDateSpecified - { - get { return EligibilityBeginDate.HasValue; } - set { } - } - #endregion - - #region EligibilityEndDate properties - public DateTime? EligibilityEndDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "357"); - return date == null ? (DateTime?)null : date.Date; - } - } - - [XmlAttribute(AttributeName = "EligibilityEndDate", DataType = "date")] - public DateTime SerializableEligibilityEndDate - { - get { return EligibilityEndDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializableEligibilityEndDateSpecified - { - get { return EligibilityEndDate.HasValue; } - set { } - } - #endregion - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitBase.cs b/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitBase.cs deleted file mode 100644 index 4829e34f..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitBase.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - public abstract class EligibilityBenefitBase - { - - public Entity Source { get; set; } - public Provider Receiver { get; set; } - - public BenefitMember Subscriber { get; set; } - public BenefitMember Dependent { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitDocument.cs b/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitDocument.cs deleted file mode 100644 index 646ae016..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitDocument.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.IO; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] - public class EligibilityBenefitDocument - { - public EligibilityBenefitDocument() - { - if (EligibilityBenefitInquiries == null) EligibilityBenefitInquiries = new List(); - if (EligibilityBenefitResponses == null) EligibilityBenefitResponses = new List(); - if (RequestValidations == null) RequestValidations = new List(); - } - - [XmlElement(ElementName="EligibilityBenefitInquiry")] - public List EligibilityBenefitInquiries { get; set; } - - [XmlElement(ElementName="EligibilityBenefitResponse")] - public List EligibilityBenefitResponses { get; set; } - - [XmlElement(ElementName="RequestValidation")] - public List RequestValidations { get; set; } - - #region Serialization Methods - public string Serialize() - { - StringWriter writer = new StringWriter(); - new XmlSerializer(typeof(EligibilityBenefitDocument)).Serialize(writer, this); - return writer.ToString(); - } - - public static EligibilityBenefitDocument Deserialize(string xml) - { - XmlSerializer serializer = new XmlSerializer(typeof(EligibilityBenefitDocument)); - return (EligibilityBenefitDocument)serializer.Deserialize(new StringReader(xml)); - } - #endregion - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitInformation.cs b/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitInformation.cs deleted file mode 100644 index 2e9250b8..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitInformation.cs +++ /dev/null @@ -1,97 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - public class EligibilityBenefitInformation - { - public EligibilityBenefitInformation() - { - if (Identifications == null) Identifications = new List(); - if (RequestValidations == null) RequestValidations = new List(); - if (Dates == null) Dates = new List(); - if (DateRanges == null) DateRanges = new List(); - if (Messages == null) Messages = new List(); - if (RelatedEntities == null) RelatedEntities = new List(); - - } - public string ServiceTypeCount { get; set; } - [XmlIgnore] - public decimal? Amount { get; set; } - - #region Serializable Amount properties - [XmlAttribute(AttributeName="Amount")] - public decimal SerializableAmount - { - get { return Amount ?? decimal.Zero; } - set { Amount = value; } - } - - [XmlIgnore] - public bool SerializableAmountSpecified - { - get { return Amount.HasValue; } - set { } - } - #endregion - - [XmlIgnore] - public decimal? Percentage { get; set; } - - #region Serializable Percentage properties - [XmlAttribute(AttributeName="Percentage")] - public decimal SerializablePercentage - { - get { return Percentage ?? decimal.Zero; } - set { Percentage = value; } - } - - [XmlIgnore] - public bool SerializablePercentageSpecified - { - get { return Percentage.HasValue; } - set { } - } - #endregion - - public Lookup InfoType { get; set; } - public Lookup CoverageLevel { get; set; } - - [XmlElement(ElementName="ServiceType")] - public List ServiceTypes { get; set; } - - public Lookup InsuranceType { get; set; } - public string PlanCoverageDescription { get; set; } - public Lookup TimePeriod { get; set; } - public QualifiedAmount Quantity { get; set; } - public Lookup InPlanNetwork { get; set; } - public Lookup AuthorizationCertificationRequired { get; set; } - public MedicalProcedure Procedure { get; set; } - - [XmlElement(ElementName = "Identification")] - public List Identifications { get; set; } - - [XmlElement(ElementName = "RequestValidation")] - public List RequestValidations { get; set; } - - [XmlElement(ElementName = "Date")] - public List Dates { get; set; } - - [XmlElement(ElementName = "DateRange")] - public List DateRanges { get; set; } - - [XmlElement(ElementName = "Message")] - public List Messages { get; set; } - - [XmlElement(ElementName = "AdditionalInfo")] - public List AdditionalInfos { get; set; } - - [XmlElement(ElementName = "RelatedEntity")] - public List RelatedEntities { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitInquiry.cs b/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitInquiry.cs deleted file mode 100644 index 6ac80024..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitInquiry.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - public class EligibilityBenefitInquiry : EligibilityBenefitBase - { - // TODO - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitResponse.cs b/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitResponse.cs deleted file mode 100644 index cda1b0a2..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitResponse.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] - public class EligibilityBenefitResponse : EligibilityBenefitBase - { - public EligibilityBenefitResponse() - { - if (BenefitInfos == null) BenefitInfos = new List(); - } - - [XmlAttribute] - public string TransactionControlNumber { get; set; } - - - [XmlElement(ElementName = "BenefitInfo")] - public List BenefitInfos { get; set; } - - - - #region Serialization Methods - public string Serialize() - { - StringWriter writer = new StringWriter(); - new XmlSerializer(typeof(EligibilityBenefitResponse)).Serialize(writer, this); - return writer.ToString(); - } - - public static EligibilityBenefitResponse Deserialize(string xml) - { - XmlSerializer serializer = new XmlSerializer(typeof(EligibilityBenefitResponse)); - return (EligibilityBenefitResponse)serializer.Deserialize(new StringReader(xml)); - - } - - #endregion - } - -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/RelatedEntity.cs b/src/OopFactory.X12.Hipaa/Eligibility/RelatedEntity.cs deleted file mode 100644 index 82e19968..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/RelatedEntity.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - public class RelatedEntity : Entity - { - - public ProviderInformation ProviderInfo { get; set; } - } -} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/Services/EligibilityTransformationService.cs b/src/OopFactory.X12.Hipaa/Eligibility/Services/EligibilityTransformationService.cs deleted file mode 100644 index 1276e639..00000000 --- a/src/OopFactory.X12.Hipaa/Eligibility/Services/EligibilityTransformationService.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Reflection; -using System.Xml; -using System.Xml.Xsl; -using OopFactory.X12.Parsing; - -namespace OopFactory.X12.Hipaa.Eligibility.Services -{ - public class EligibilityTransformationService - { - public EligibilityBenefitDocument Transform271ToBenefitResponse(Stream stream) - { - EligibilityBenefitDocument fullResponse = new EligibilityBenefitDocument(); - - var parser = new X12Parser(); - var interchanges = parser.ParseMultiple(stream); - foreach (var interchange in interchanges) - { - var xml = interchange.Serialize(); - - var transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Eligibility.Services.Xsl.X12-271-To-BenefitResponse.xslt"); - - var transform = new XslCompiledTransform(); - if (transformStream != null) transform.Load(XmlReader.Create(transformStream)); - - var outputStream = new MemoryStream(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); - outputStream.Position = 0; - string responseXml = new StreamReader(outputStream).ReadToEnd(); - var response = EligibilityBenefitDocument.Deserialize(responseXml); - fullResponse.EligibilityBenefitInquiries.AddRange(response.EligibilityBenefitInquiries); - fullResponse.EligibilityBenefitResponses.AddRange(response.EligibilityBenefitResponses); - fullResponse.RequestValidations.AddRange(response.RequestValidations); - } - return fullResponse; - } - - public string TransformBenefitResponseToHtml(EligibilityBenefitResponse response) - { - string xml = response.Serialize(); - - var transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Eligibility.Services.Xsl.BenefitResponse-To-Html.xslt"); - - var transform = new XslCompiledTransform(); - if (transformStream != null) transform.Load(XmlReader.Create(transformStream)); - - var outputStream = new MemoryStream(); - var args = new XsltArgumentList(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); - outputStream.Position = 0; - return new StreamReader(outputStream).ReadToEnd(); - } - } -} diff --git a/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.csproj.vspscc b/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.nuspec b/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.nuspec deleted file mode 100644 index ca686783..00000000 --- a/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.nuspec +++ /dev/null @@ -1,21 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - http://x12parser.codeplex.com/license - http://x12parser.codeplex.com/ - http://x12parser.codeplex.com/ - false - $description$ - - Copyright 2015 - X12 Parser - - - - - \ No newline at end of file diff --git a/src/OopFactory.X12.ImportX12/OopFactory.X12.ImportX12.csproj b/src/OopFactory.X12.ImportX12/OopFactory.X12.ImportX12.csproj deleted file mode 100644 index eeddb0e2..00000000 --- a/src/OopFactory.X12.ImportX12/OopFactory.X12.ImportX12.csproj +++ /dev/null @@ -1,75 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789} - Exe - Properties - OopFactory.X12.ImportX12 - OopFactory.X12.ImportX12 - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - - copy "$(TargetDir)*.dll" "$(SolutionDir)Release\" -copy "$(TargetDir)$(TargetName)$(TargetExt)*" "$(SolutionDir)Release\" - - - \ No newline at end of file diff --git a/src/OopFactory.X12.ImportX12/OopFactory.X12.ImportX12.csproj.vspscc b/src/OopFactory.X12.ImportX12/OopFactory.X12.ImportX12.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.ImportX12/OopFactory.X12.ImportX12.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.Sql/DbCreation.cs b/src/OopFactory.X12.Sql/DbCreation.cs deleted file mode 100644 index 6ddba4c6..00000000 --- a/src/OopFactory.X12.Sql/DbCreation.cs +++ /dev/null @@ -1,799 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - using System.Data; - using System.Data.SqlClient; - using System.Text; - using Parsing.Specification; - - public interface IDbCreation - { - string Schema { get; } - void CreateContainerTable(); - void CreateRevisionTable(); - void CreateX12CodeListTable(); - int ElementCountInX12CodeListTable(string elementId); - void AddToX12CodeListTable(string elementId, string code, string definition); - void CreateInterchangeTable(); - void CreateFunctionalGroupTable(); - void CreateTransactionSetTable(); - void CreateLoopTable(); - void CreateSegmentTable(); - void CreateParsingErrorTable(); - void CreateEntityView(string commonSchema); - void CreateIndexedSegmentTable(SegmentSpecification spec, string commonSchema); - void AddErrorIdToIndexedSegmentTable(string segmentId); - void CreateSplitSegmentFunction(); - void CreateFlatElementsFunction(); - void CreateGetAncestorLoopsFunction(); - void CreateGetDescendantLoopsFunction(); - void CreateGetTransactionSetSegmentsFunction(); - void CreateGetTransactionSegmentsFunction(); - void CreateSchema(); - bool FunctionExists(string functionName); - bool SchemaExists(); - bool TableExists(string tableName); - bool ViewExists(string viewName); - bool TableColumnExists(string tableName, string columnName); - void ExecuteCmd(string sql); - void ExecuteCmd(SqlCommand cmd); - object ExecuteScalar(SqlCommand cmd); - void RemoveIdentityColumn(string table); - bool HasIdentityColumn(string table); - } - - public class DbCreation : IDbCreation - { - private readonly string _dsn; - private readonly SqlDbType _identitySqlType; - private readonly string _dateType; - - public DbCreation(string dsn, string schema, Type identityType, string dateType = "date") - { - _dsn = dsn; - Schema = schema; - _dateType = dateType; - if (identityType == typeof (Guid)) - _identitySqlType = SqlDbType.UniqueIdentifier; - else if (identityType == typeof (long)) - _identitySqlType = SqlDbType.BigInt; - else - _identitySqlType = SqlDbType.Int; - } - - public string Schema { get; private set; } - - public void CreateContainerTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Container]( - [Id] [{1}] NOT NULL, - [SchemaName] [varchar](25) NOT NULL, - [Type] [varchar](3) NOT NULL - CONSTRAINT [PK_Container_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", Schema, _identitySqlType)); - } - - public void CreateRevisionTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Revision]( - [Id] [int] IDENTITY(0,1) NOT NULL, - [SchemaName] [varchar](25) NOT NULL, - [Comments] [varchar](max) NOT NULL, - [RevisionDate] datetime NOT NULL, - [RevisedBy] varchar(50) NULL - CONSTRAINT [PK_Revision_dbo] PRIMARY KEY CLUSTERED ( [Id] ASC ) -) - -INSERT INTO [{0}].[Revision] (SchemaName,Comments,RevisionDate,RevisedBy) -VALUES ('dbo','Initial Load',getdate(),'system') -", Schema)); - } - - public void CreateX12CodeListTable() - { - ExecuteCmd(string.Format(@"CREATE TABLE [{0}].[X12CodeList]( - [ElementId] [varchar](4) NOT NULL, - [Code] [varchar](6) NOT NULL, - [Definition] [varchar](500) NULL, - CONSTRAINT [PK_X12CodeList] PRIMARY KEY CLUSTERED -( - [ElementId] ASC, - [Code] ASC -) -) -", Schema)); - } - - public int ElementCountInX12CodeListTable(string elementId) - { - var cmd = - new SqlCommand(string.Format(@"select count(*) from [{0}].X12CodeList where ElementId = @elementId", Schema)); - cmd.Parameters.AddWithValue("@elementId", elementId); - - return Convert.ToInt32(ExecuteScalar(cmd)); - } - - public void AddToX12CodeListTable(string elementId, string code, string definition) - { - var cmd = - new SqlCommand( - string.Format( - @"insert into [{0}].X12CodeList (ElementId, Code, Definition) VALUES (@elementId, @code, @definition)", - Schema)); - cmd.Parameters.AddWithValue("@elementId", elementId); - cmd.Parameters.AddWithValue("@code", code); - cmd.Parameters.AddWithValue("@definition", definition); - - ExecuteCmd(cmd); - } - - public void CreateInterchangeTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Interchange]( - [Id] [{1}] NOT NULL, - [SenderId] [varchar](15) NULL, - [ReceiverId] [varchar](15) NULL, - [ControlNumber] [varchar](50) NULL, - [Date] [datetime] NULL, - [SegmentTerminator] [char](1) NULL, - [ElementSeparator] [char](1) NULL, - [ComponentSeparator] [char](1) NULL, - [Filename] [varchar](255) NULL, - [HasError] bit NULL, - [CreatedBy] [varchar](50) NULL, - [CreatedDate] datetime NULL, - CONSTRAINT [PK_Interchange_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", Schema, _identitySqlType)); - } - - public void CreateFunctionalGroupTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[FunctionalGroup]( - [Id] [{1}] NOT NULL, - [InterchangeId] [{1}] NOT NULL, - [FunctionalIdCode] [varchar](2) NULL, - [Date] [datetime] NULL, - [ControlNumber] [varchar](9) NULL, - [Version] [varchar](12) NULL, - CONSTRAINT [PK_FunctionalGroup_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", Schema, _identitySqlType)); - } - - public void CreateTransactionSetTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[TransactionSet]( - [Id] [{1}] NOT NULL, - [InterchangeId] [{1}] NOT NULL, - [FunctionalGroupId] [{1}] NOT NULL, - [IdentifierCode] [varchar](3) NULL, - [ControlNumber] [varchar](9) NULL, - [ImplementationConventionRef] [varchar](35) NULL, - CONSTRAINT [PK_Transaction_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", Schema, _identitySqlType)); - } - - public void CreateLoopTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Loop]( - [Id] [{1}] NOT NULL, - [ParentLoopId] [{1}] NULL, - [InterchangeId] [{1}] NOT NULL, - [TransactionSetId] [{1}] NOT NULL, - [TransactionSetCode] [varchar](3) NOT NULL, - [SpecLoopId] [varchar](7) NULL, - [LevelId] [varchar](12) NULL, - [LevelCode] [varchar](2) NULL, - [StartingSegmentId] [varchar](3) NOT NULL, - [EntityIdentifierCode] [varchar](3) NULL, - CONSTRAINT [PK_Loop_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", Schema, _identitySqlType)); - } - - public void CreateSegmentTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Segment]( - [InterchangeId] [{1}] NOT NULL, - [PositionInInterchange] [int] NOT NULL, - [RevisionId] [int] NOT NULL, - [FunctionalGroupId] [{1}] NULL, - [TransactionSetId] [{1}] NULL, - [ParentLoopId] [{1}] NULL, - [LoopId] [{1}] NULL, - [Deleted] [bit] NOT NULL, - [SegmentId] [varchar](3) NULL, - [Segment] [nvarchar](max) NULL, - CONSTRAINT [PK_Segment_{0}] PRIMARY KEY CLUSTERED -( - [InterchangeId] ASC, - [PositionInInterchange] ASC, - [RevisionId] ASC -) -) -CREATE NONCLUSTERED INDEX [IX_Segment_{0}] ON [{0}].[Segment] -( - [InterchangeId] ASC, - [PositionInInterchange] ASC, - [RevisionId] ASC, - [ParentLoopId] ASC, - [LoopId] ASC, - [SegmentId] ASC -) -", Schema, _identitySqlType)); - } - - public void CreateParsingErrorTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[ParsingError]( - [Id] [{1}] NOT NULL, - [InterchangeId] [{1}] NOT NULL, - [PositionInInterchange] [int] NOT NULL, - [RevisionId] [int] NOT NULL, - [Message] [varchar](max) NOT NULL, -CONSTRAINT [PK_ParsingError_{0}] PRIMARY KEY CLUSTERED -( - [Id] ASC -) -)", Schema, _identitySqlType)); - } - - public void CreateEntityView(string commonSchema) - { - ExecuteCmd(string.Format(@" -CREATE VIEW [{0}].[Entity] - AS -select l.Id as EntityId, l.EntityIdentifierCode, eic.Definition as EntityIdentifier -, l.InterchangeId, l.TransactionSetId, l.TransactionSetCode, l.ParentLoopId, l.SpecLoopId, l.StartingSegmentId -, Name = isnull(n1.[02], case nm1.[02] when '2' then nm1.[03] when '1' then nm1.[03] + ', ' + nm1.[04] + isnull(' ' + nm1.[05],'') end) -, IsPerson = case nm1.[02] when '1' then 1 else 0 end -, LastName = nm1.[03] -, FirstName = nm1.[04] -, MiddleName = nm1.[05] -, NamePrefix = nm1.[06] -, NameSuffix = nm1.[07] -, IdQualifier = isnull(n1.[03],nm1.[08]) -, Identification = isnull(n1.[04],nm1.[09]) -, Ssn = case when n1.[03] = '34' then n1.[04] - when nm1.[08] = '34' then nm1.[09] - else (select top 1 [02] from [{0}].REF where l.Id = ref.ParentLoopId and [01] = 'SY') end -, Npi = case when n1.[03] = 'XX' then n1.[04] - when nm1.[08] = 'XX' then nm1.[09] - else (select top 1 [02] from [{0}].REF where l.Id = ref.ParentLoopId and [01] = 'HPI') end -, TelephoneNumber = coalesce((select top 1 [04] from [{0}].PER where per.ParentLoopId = l.Id and per.[03]='TE') - ,(select top 1 [06] from [{0}].PER where per.ParentLoopId = l.Id and per.[05]='TE') - ,(select top 1 [08] from [{0}].PER where per.ParentLoopId = l.Id and per.[07]='TE')) -, AddressLine1 = n3.[01] -, AddressLine2 = n3.[02] -, City = n4.[01] -, StateCode = n4.[02] -, PostalCode = n4.[03] -, County = case n4.[05] when 'CY' then n4.[06] else null end -, CountryCode = n4.[07] -, DateOfBirth = dmg.[02] -, Gender = dmg.[03] -from [{0}].[Loop] l -left join [{1}].X12CodeList eic on l.EntityIdentifierCode = eic.Code and eic.ElementId = '98' -left join [{0}].[N1] on l.Id = n1.LoopId -left join [{0}].[NM1] on l.Id = nm1.LoopId -left join [{0}].N3 on l.Id = n3.ParentLoopId -left join [{0}].N4 on l.Id = n4.ParentLoopId -left join [{0}].[DMG] on l.Id = dmg.ParentLoopId -where l.StartingSegmentId in ('N1','NM1','ENT','NX1','PT','IN1','NX1') ", Schema, commonSchema)); - } - - public void CreateIndexedSegmentTable(SegmentSpecification spec, string commonSchema) - { - var sql = new StringBuilder(); - - sql.AppendFormat(@" -CREATE TABLE [{0}].[{1}]( - [InterchangeId] [{2}] NOT NULL, - [PositionInInterchange] [int] NOT NULL, - [RevisionId] [int] NOT NULL, - [TransactionSetId] [{2}] NULL, - [ParentLoopId] [{2}] NULL, - [LoopId] [{2}] NULL, - [Deleted] [bit] NOT NULL, - [ErrorId] [{2}] NULL, -", Schema, spec.SegmentId, _identitySqlType); - - foreach (var element in spec.Elements) - if (element.MaxLength > 0 && element.MaxLength < 4000) - { - switch (element.Type) - { - case ElementDataTypeEnum.Decimal: - var precision = element.MaxLength > 18 ? 38 : element.MaxLength*2; - var scale = element.MaxLength > 8 ? element.MaxLength/2 : 4; - sql.AppendFormat(" [{0}] [decimal]({1},{2}) NULL,\n", element.Reference, precision, scale); - break; - case ElementDataTypeEnum.Numeric: - if (element.ImpliedDecimalPlaces == 0) - { - if (element.MaxLength < 5) - sql.AppendFormat(" [{0}] [smallint] NULL,\n", element.Reference); - else if (element.MaxLength <= 10) - sql.AppendFormat(" [{0}] [int] NULL,\n", element.Reference); - else - sql.AppendFormat(" [{0}] [bigint] NULL,\n", element.Reference); - } - else - { - precision = element.MaxLength - element.ImpliedDecimalPlaces + 2; - scale = element.ImpliedDecimalPlaces; - sql.AppendFormat(" [{0}] [decimal]({1},{2}) NULL,\n", element.Reference, precision, scale); - } - break; - case ElementDataTypeEnum.Date: - sql.AppendFormat(" [{0}] [{1}] NULL,\n", element.Reference, _dateType); - break; - default: - sql.AppendFormat(" [{0}] [nvarchar]({1}) NULL,\n", element.Reference, element.MaxLength); - break; - } - } - else - sql.AppendFormat(" [{0}] [nvarchar](max) NULL,\n", element.Reference); - - sql.AppendFormat(@" - CONSTRAINT [PK_{1}_{0}] PRIMARY KEY CLUSTERED ([InterchangeId] ASC, [PositionInInterchange] ASC, [RevisionId] ASC) -) -CREATE NONCLUSTERED INDEX [IX_{1}_{0}] ON [{0}].[{1}] -( - [InterchangeId] ASC, - [PositionInInterchange] ASC, - [RevisionId] ASC, - [Deleted] ASC, - [ParentLoopId] ASC, - [LoopId] ASC -) -", Schema, spec.SegmentId); - ExecuteCmd(sql.ToString()); - - ExecuteCmd(string.Format(@" -CREATE VIEW [{0}].[LastRev{1}] -AS -select * -from [{0}].[{1}] a -where RevisionId = (select max([RevisionId]) - from [{0}].[{1}] b - where a.InterchangeId = b.InterchangeId - and a.PositionInInterchange = b.PositionInInterchange - )", Schema, spec.SegmentId, commonSchema)); - } - - public void AddErrorIdToIndexedSegmentTable(string segmentId) - { - ExecuteCmd(string.Format("ALTER TABLE [{0}].[{1}] ADD [ErrorId] [{2}] NULL;", Schema, segmentId, _identitySqlType)); - } - - public void CreateSplitSegmentFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].[SplitSegment] -( - @delimiter varchar(1), - @segment nvarchar(max) -) -RETURNS -@elements TABLE (Ref tinyint, Element varchar(max)) -AS -BEGIN - declare @reference int - declare @frontIndex int - declare @backIndex int - - set @reference = 1 - set @frontIndex = charindex(@delimiter, @segment, 1) - set @backIndex = charindex(@delimiter, @segment, @frontIndex + 1) - - while (@backIndex > @frontIndex) - begin - insert into @elements values (@reference, substring(@segment, @frontIndex + 1, @backIndex - @frontIndex - 1)) - - set @frontIndex = @backIndex - set @backIndex = charindex(@delimiter, @segment, @frontIndex + 1) - set @reference = @reference + 1 - end - - insert into @elements values (@reference, substring (@segment, @frontIndex + 1,len(@segment)-@frontIndex)) - - RETURN -END", Schema)); - } - - public void CreateFlatElementsFunction() - { - ExecuteCmd(new SqlCommand(string.Format(@" -CREATE FUNCTION [{0}].[FlatElements] -( - @delimiter varchar(1), - @segment nvarchar(max) -) -RETURNS TABLE -AS -RETURN -( - with elements as ( -select Ref, Element -from [{0}].SplitSegment(@delimiter,@segment) -) -select - [01] = (select Element from elements where Ref = 1), - [02] = (select Element from elements where Ref = 2), - [03] = (select Element from elements where Ref = 3), - [04] = (select Element from elements where Ref = 4), - [05] = (select Element from elements where Ref = 5), - [06] = (select Element from elements where Ref = 6), - [07] = (select Element from elements where Ref = 7), - [08] = (select Element from elements where Ref = 8), - [09] = (select Element from elements where Ref = 9), - [10] = (select Element from elements where Ref = 10), - [11] = (select Element from elements where Ref = 11), - [12] = (select Element from elements where Ref = 12), - [13] = (select Element from elements where Ref = 13), - [14] = (select Element from elements where Ref = 14), - [15] = (select Element from elements where Ref = 15), - [16] = (select Element from elements where Ref = 16), - [17] = (select Element from elements where Ref = 17), - [18] = (select Element from elements where Ref = 18), - [19] = (select Element from elements where Ref = 19), - [20] = (select Element from elements where Ref = 20), - [21] = (select Element from elements where Ref = 21), - [22] = (select Element from elements where Ref = 22), - [23] = (select Element from elements where Ref = 23), - [24] = (select Element from elements where Ref = 24), - [25] = (select Element from elements where Ref = 25), - [26] = (select Element from elements where Ref = 26), - [27] = (select Element from elements where Ref = 27), - [28] = (select Element from elements where Ref = 28), - [29] = (select Element from elements where Ref = 29), - [30] = (select Element from elements where Ref = 30), - [31] = (select Element from elements where Ref = 31), - [32] = (select Element from elements where Ref = 32), - [33] = (select Element from elements where Ref = 33), - [34] = (select Element from elements where Ref = 34) -)", Schema))); - } - - public void CreateGetAncestorLoopsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].[GetAncestorLoops] -( - @loopId {1}, - @includeSelf bit -) -RETURNS TABLE -AS -RETURN -( - with parents as ( - select @loopId as [LoopId], l.*, 0 as [Level] - from [{0}].[Loop] l - where l.Id = @loopId - - union all - - select p.[LoopId], l.*, p.Level + 1 as [Level] - from parents p - join [{0}].[Loop] l on p.ParentLoopId = l.Id - ) - select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, [Level] - from parents - where @includeSelf = 1 or Level > 0 -)", Schema, _identitySqlType)); - } - - public void CreateGetDescendantLoopsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].GetDescendantLoops -( - @loopId {1}, - @includeSelf bit -) -RETURNS TABLE -AS -RETURN -( - with children as ( - select @loopId as LoopId, l.*, -1 as Level - from [{0}].Loop l - where l.ParentLoopId = @loopId - - union all - - select c.LoopId, l.*, c.Level - 1 as Level - from children c - join [{0}].Loop l on c.Id = l.ParentLoopId - ) - select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, 0 as Level - from [{0}].Loop - where Id = @loopId - and @includeSelf = 1 - - union - - select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, Level - from children -)", Schema, _identitySqlType)); - } - - public void CreateGetTransactionSetSegmentsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].GetTransactionSetSegments -( - @transactionSetId {1}, @includeControlSegments bit, @revisionId int -) -RETURNS TABLE -AS -RETURN -( - with allSegments as ( - select * - from [{0}].Segment - where TransactionSetId = @TransactionSetId - - union - - select * - from [{0}].Segment - where FunctionalGroupId = (select top 1 FunctionalGroupId - from [{0}].Segment - where TransactionSetId = @transactionSetId) - and segmentId in ('GS','GE') - and @includeControlSegments = 1 - - union - - select * - from [{0}].Segment - where InterchangeId = (select top 1 InterchangeId - from [{0}].Segment - where TransactionSetId = @transactionSetId) - and segmentId in ('ISA','IEA') - and @includeControlSegments = 1 - ) - , revisedSegments as ( - select *, RowNum = ROW_NUMBER() OVER (PARTITION BY InterchangeId, PositionInInterchange ORDER BY RevisionId desc) - from allSegments - where RevisionId <= @revisionId - ) - select * - from revisedSegments - where RowNum = 1 and Deleted = 0 -)", Schema, _identitySqlType)); - } - - public void CreateGetTransactionSegmentsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].[GetTransactionSegments] -( - @loopId {1}, @includeControlSegments bit, @revisionId int -) -RETURNS TABLE -AS -RETURN -( - with transactionLoops as ( - select * from [{0}].GetAncestorLoops(@loopId, 1) - union all - select * from [{0}].GetDescendantLoops(@loopId, 0) - ) - , ancestorsOtherChildLoops as ( - select distinct l.* - from transactionLoops tl - join [{0}].Loop l on l.ParentLoopId = tl.Id and tl.StartingSegmentId <> 'HL' - where tl.[Level] > 1 or (tl.Level = 1 and l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId)) - - union all - - select l.* - from ancestorsOtherChildLoops poc - join [{0}].Loop l on poc.Id = l.ParentLoopId - where l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId) -) -, transactionChildLoops as ( - - select distinct l.* - from [{0}].Loop l - where ParentLoopId is null - and TransactionSetId = (select top 1 TransactionSetID from transactionLoops) - and l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId) - and l.StartingSegmentId <> 'HL' - ) - , transactionSegments as ( - select * - from [{0}].Segment - where LoopId in (select Id from transactionLoops) - or (LoopId is null and ParentLoopId in (select Id from transactionLoops)) - or LoopId in (select Id from ancestorsOtherChildLoops) - or (LoopId is null and ParentLoopId in (select Id from ancestorsOtherChildLoops)) - or LoopId in (select Id from transactionChildLoops) - or (LoopId is null and ParentLoopId in (select Id from transactionChildLoops)) - or (TransactionSetId = (select top 1 TransactionSetId from transactionLoops) - and (SegmentId in ('ST','SE') or ParentLoopId is null and LoopId is null)) - ) - , allSegments as ( - select * - from transactionSegments - - union all - - select * - from [{0}].Segment - where FunctionalGroupId = (select top 1 FunctionalGroupId from transactionSegments) - and SegmentId in ('GS','GE') and @includeControlSegments = 1 - - union all - - select * - from [{0}].Segment - where InterchangeId = (select top 1 InterchangeId from transactionSegments) - and SegmentId in ('ISA','IEA') and @includeControlSegments = 1 - ) - , revisedSegments as ( - select *, RowNum = ROW_NUMBER() OVER (PARTITION BY InterchangeId, PositionInInterchange ORDER BY RevisionId desc) - from allSegments - where RevisionId <= @revisionId - ) - select * - from revisedSegments - where RowNum = 1 and Deleted = 0 -)", Schema, _identitySqlType)); - } - - public void ExecuteCmd(string sql) - { - ExecuteCmd(new SqlCommand(sql)); - } - - public void ExecuteCmd(SqlCommand cmd) - { - if (cmd.Transaction == null) - { - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - cmd.Connection = conn; - cmd.ExecuteNonQuery(); - } - } - else - cmd.ExecuteNonQuery(); - } - - public object ExecuteScalar(SqlCommand cmd) - { - if (cmd.Transaction == null) - { - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - cmd.Connection = conn; - return cmd.ExecuteScalar(); - } - } - return cmd.ExecuteScalar(); - } - - public void RemoveIdentityColumn(string table) - { - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - - using (var tx = conn.BeginTransaction()) - { - var createTempColCmd = conn.CreateCommand(); - createTempColCmd.Transaction = tx; - createTempColCmd.CommandText = string.Format(@" - alter table [{0}].[{1}] drop constraint PK_{1}_{0} - alter table [{0}].[{1}] add TempId int null", Schema, table); - - var updateAndRenameCmd = conn.CreateCommand(); - updateAndRenameCmd.Transaction = tx; - updateAndRenameCmd.CommandText = string.Format(@" - update [{0}].[{1}] set TempId = Id - alter table [{0}].[{1}] alter column TempId int not null - alter table [{0}].[{1}] drop column Id - exec sp_rename '[{0}].[{1}].TempId', 'Id', 'COLUMN' - alter table [{0}].[{1}] add constraint PK_{1}_{0} primary key clustered (Id)", Schema, table); - - createTempColCmd.ExecuteNonQuery(); - updateAndRenameCmd.ExecuteNonQuery(); - tx.Commit(); - } - } - } - - public bool HasIdentityColumn(string table) - { - var cmd = new SqlCommand(@"SELECT CASE WHEN EXISTS( SELECT 1 - FROM SYS.IDENTITY_COLUMNS - WHERE object_id = object_id(@tablename)) THEN 1 ELSE 0 END"); - - cmd.Parameters.AddWithValue("tablename", string.Format("[{0}].[{1}]", Schema, table)); - var result = ExecuteScalar(cmd); - return Convert.ToBoolean(result); - } - - public void CreateSchema() - { - ExecuteCmd(new SqlCommand(string.Format(@"CREATE SCHEMA [{0}] AUTHORIZATION [dbo]", Schema))); - } - - public bool FunctionExists(string functionName) - { - var result = - ExecuteScalar( - new SqlCommand( - string.Format( - @"select case when exists (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[{1}]') AND type in (N'FN', N'IF', N'TF', N'FS', N'FT')) then 1 else 0 end", - Schema, - functionName))); - - return Convert.ToInt32(result) != 0; - } - - public bool SchemaExists() - { - var result = - ExecuteScalar( - new SqlCommand( - string.Format( - @"select case when EXISTS (SELECT * FROM sys.schemas WHERE name = N'{0}') then 1 else 0 end", - Schema))); - - return Convert.ToInt32(result) != 0; - } - - public bool TableExists(string tableName) - { - var result = - ExecuteScalar( - new SqlCommand( - string.Format( - @"select case when EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[{1}]') AND type in (N'U')) then 1 else 0 end", - Schema, - tableName))); - - return Convert.ToInt32(result) != 0; - } - - public bool ViewExists(string viewName) - { - var result = - ExecuteScalar( - new SqlCommand( - string.Format( - @"select case when EXISTS (SELECT * FROM sys.views WHERE object_id = OBJECT_ID(N'[{0}].[{1}]')) then 1 else 0 end", - Schema, - viewName))); - - return Convert.ToInt32(result) != 0; - } - - public bool TableColumnExists(string tableName, string columnName) - { - var result = ExecuteScalar(new SqlCommand(string.Format(@"select case when EXISTS -(select * -from information_schema.columns -where table_schema='{0}' -and Table_name = '{1}' -and column_name = '{2}') then 1 else 0 end", Schema, tableName, columnName))); - - return Convert.ToInt32(result) != 0; - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/IIdProvider.cs b/src/OopFactory.X12.Sql/IIdProvider.cs deleted file mode 100644 index ec0a42f4..00000000 --- a/src/OopFactory.X12.Sql/IIdProvider.cs +++ /dev/null @@ -1,225 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - using System.Collections.Generic; - using System.Data; - using System.Data.SqlClient; - - public interface IIdProvider - { - void EnsureSchema(); - object NextId(string schema, string table); - } - - public class IntHiLowIdentityProvider : IIdProvider - { - private readonly IDictionary _ids = new Dictionary(); - private readonly string _dsn; - private readonly string _schema; - private readonly int _batchSize; - - public IntHiLowIdentityProvider(string dsn, string schema, int batchSize) - { - _dsn = dsn; - _schema = schema; - _batchSize = batchSize; - } - - public void EnsureSchema() - { - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - using (var cmd = conn.CreateCommand()) - { - var sql = string.Format(@" - if not EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[HiLo]') AND type in (N'U')) - begin - CREATE TABLE [{0}].HiLo ( - NextId int not null, - [Table] varchar(100) not null - ) - end", _schema); - - cmd.CommandText = sql; - cmd.ExecuteNonQuery(); - } - } - } - - public object NextId(string schema, string table) - { - if (!_ids.ContainsKey(table)) - _ids.Add(table, new Ids { NextId = 0, MaxId = 0 }); - - var id = _ids[table]; - - if (id != null && id.NextId < id.MaxId) - return id.NextId++; - - var sql = @" - declare @table varchar(100) - set @table = '[{1}].[{2}]' - select @nextId = NextId from [{0}].HiLo with (updlock, rowlock) where lower([table]) = lower(@table) - if isnull(@nextId, 0) = 0 - begin - declare @maxId int - select @maxId = isnull(max(Id), 0) + 1 from [{1}].[{2}] - insert into [{0}].HiLo (NextId, [Table]) values (@maxId, @table) - select @nextId = 1 - end - update [{0}].HiLo set NextId = NextId + @batchSize where lower([table]) = lower(@table)"; - - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - - using (var tx = conn.BeginTransaction(IsolationLevel.Serializable)) - using (var cmd = conn.CreateCommand()) - { - cmd.Transaction = tx; - cmd.Parameters.Add("@nextId", SqlDbType.Int).Direction = ParameterDirection.Output; - cmd.Parameters.Add("@batchSize", SqlDbType.Int).Value = _batchSize; - cmd.CommandText = string.Format(sql, _schema, schema, table); - cmd.ExecuteNonQuery(); - id.NextId = Convert.ToInt32(cmd.Parameters["@nextId"].Value); - id.MaxId = id.NextId + _batchSize; - tx.Commit(); - return id.NextId++; - } - } - } - - private class Ids - { - public int NextId { get; set; } - public int MaxId { get; set; } - } - } - - public class LongHiLowIdentityProvider : IIdProvider - { - private readonly IDictionary _ids = new Dictionary(); - private readonly string _dsn; - private readonly string _schema; - private readonly int _batchSize; - - public LongHiLowIdentityProvider(string dsn, string schema, int batchSize) - { - _dsn = dsn; - _schema = schema; - _batchSize = batchSize; - } - - public void EnsureSchema() - { - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - using (var cmd = conn.CreateCommand()) - { - var sql = string.Format(@" - if not EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[HiLo]') AND type in (N'U')) - begin - CREATE TABLE [{0}].HiLo ( - NextId bigint not null, - [Table] varchar(100) not null - ) - end", _schema); - - cmd.CommandText = sql; - } - } - } - - public object NextId(string schema, string table) - { - if (!_ids.ContainsKey(table)) - _ids.Add(table, new Ids { NextId = 0, MaxId = 0 }); - - var id = _ids[table]; - - if (id != null && id.NextId < id.MaxId) - return id.NextId++; - - var sql = @" - declare @table varchar(100) - set @table = '[{1}].[{2}]' - select @nextId = NextId from [{0}].HiLo with (updlock, rowlock) where lower([table]) = lower(@table) - if isnull(@nextId, 0) = 0 - begin - declare @maxId bigint - select @maxId = isnull(max(Id), 0) + 1 from [{1}].[{2}] - insert into [{0}].HiLo (NextId, [Table]) values (@maxId, @table) - select @nextId = 1 - end - update [{0}].HiLo set NextId = NextId + @batchSize where lower([table]) = lower(@table)"; - - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - - using (var tx = conn.BeginTransaction(IsolationLevel.Serializable)) - using (var cmd = conn.CreateCommand()) - { - cmd.Transaction = tx; - cmd.Parameters.Add("@nextId", SqlDbType.BigInt).Direction = ParameterDirection.Output; - cmd.Parameters.Add("@batchSize", SqlDbType.Int).Value = _batchSize; - cmd.Parameters.Add("@table", SqlDbType.VarChar, 100).Value = table; - cmd.CommandText = string.Format(sql, _schema); - cmd.ExecuteNonQuery(); - id.NextId = Convert.ToInt64(cmd.Parameters["@nextId"].Value); - id.MaxId = id.NextId + _batchSize; - tx.Commit(); - return id.NextId++; - } - } - } - - private class Ids - { - public long NextId { get; set; } - public long MaxId { get; set; } - } - } - - public class GuidIdentityProvider : IIdProvider - { - public void EnsureSchema() - { - //do nothing - } - - public object NextId(string schema, string table) - { - /* - * Could also use the built in Win32 function, but this will work equally as well and doesn't do any locking - * Sequential guids are more performant while reading than non sequential guids - */ - - var guidArray = Guid.NewGuid().ToByteArray(); - - var baseDate = new DateTime(1900, 1, 1); - var now = DateTime.Now; - - // Get the days and milliseconds which will be used to build the byte string - var days = new TimeSpan(now.Ticks - baseDate.Ticks); - var msecs = now.TimeOfDay; - - // Convert to a byte array - // Note that SQL Server is accurate to 1/300th of a millisecond so we divide by 3.333333 - var daysArray = BitConverter.GetBytes(days.Days); - var msecsArray = BitConverter.GetBytes((long) (msecs.TotalMilliseconds/3.333333)); - - // Reverse the bytes to match SQL Servers ordering - Array.Reverse(daysArray); - Array.Reverse(msecsArray); - - // Copy the bytes into the guid - Array.Copy(daysArray, daysArray.Length - 2, guidArray, guidArray.Length - 6, 2); - Array.Copy(msecsArray, msecsArray.Length - 4, guidArray, guidArray.Length - 4, 4); - - return new Guid(guidArray); - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/OopFactory.X12.Sql.nuspec b/src/OopFactory.X12.Sql/OopFactory.X12.Sql.nuspec deleted file mode 100644 index ca686783..00000000 --- a/src/OopFactory.X12.Sql/OopFactory.X12.Sql.nuspec +++ /dev/null @@ -1,21 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - http://x12parser.codeplex.com/license - http://x12parser.codeplex.com/ - http://x12parser.codeplex.com/ - false - $description$ - - Copyright 2015 - X12 Parser - - - - - \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoEntity.cs b/src/OopFactory.X12.Sql/RepoEntity.cs deleted file mode 100644 index 94618ae4..00000000 --- a/src/OopFactory.X12.Sql/RepoEntity.cs +++ /dev/null @@ -1,38 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - - public class RepoEntity - { - public object EntityId { get; set; } - public string EntityIdentifierCode { get; set; } - public string EntityIdentifier { get; set; } - public object InterchangeId { get; set; } - public object TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public object ParentLoopId { get; set; } - public string SpecLoopId { get; set; } - public string StartingSegmentId { get; set; } - public string Name { get; set; } - public bool? IsPerson { get; set; } - public string LastName { get; set; } - public string FirstName { get; set; } - public string MiddleName { get; set; } - public string NamePrefix { get; set; } - public string NameSuffix { get; set; } - public string IdQualifier { get; set; } - public string Identification { get; set; } - public string Ssn { get; set; } - public string Npi { get; set; } - public string TelephoneNumber { get; set; } - public string AddressLine1 { get; set; } - public string AddressLine2 { get; set; } - public string City { get; set; } - public string StateCode { get; set; } - public string PostalCode { get; set; } - public string County { get; set; } - public string CountryCode { get; set; } - public DateTime? DateOfBirth { get; set; } - public string Gender { get; set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoEntitySearchCriteria.cs b/src/OopFactory.X12.Sql/RepoEntitySearchCriteria.cs deleted file mode 100644 index ae3edd84..00000000 --- a/src/OopFactory.X12.Sql/RepoEntitySearchCriteria.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - - public class RepoEntitySearchCriteria - { - /// - /// Comma delimited string of entity identifierCodes to include in results - /// - public string EntityIdentifierCodes { get; set; } - - public string EntityIdentifierContains { get; set; } - public object InterchangeId { get; set; } - public object TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public object ParentLoopId { get; set; } - public string SpecLoopId { get; set; } - public string StartingSegmentId { get; set; } - public string NameContains { get; set; } - public bool? IsPerson { get; set; } - public string LastNameStartsWith { get; set; } - public string FirstNameContains { get; set; } - public string IdQualifier { get; set; } - public string Identification { get; set; } - public string Ssn { get; set; } - public string Npi { get; set; } - public string City { get; set; } - public string StateCode { get; set; } - public string PostalCode { get; set; } - public string County { get; set; } - public string CountryCode { get; set; } - public DateTime? DateOfBirthOn { get; set; } - public DateTime? DateOfBirthOnOrAfter { get; set; } - public DateTime? DateOfBirthOnOrBefore { get; set; } - public string Gender { get; set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoLoop.cs b/src/OopFactory.X12.Sql/RepoLoop.cs deleted file mode 100644 index 94be368b..00000000 --- a/src/OopFactory.X12.Sql/RepoLoop.cs +++ /dev/null @@ -1,29 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using Parsing; - using Parsing.Model; - - public class RepoLoop - { - public RepoLoop(string segmentString, char segmentTerminator, char elementSeparator, char componentSeparator) - { - Segment = new DetachedSegment( - new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator), - segmentString); - } - - public object LoopId { get; set; } - public object ParentLoopId { get; set; } - public object InterchangeId { get; set; } - public object TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string SpecLoopId { get; set; } - public string LevelId { get; set; } - public string LevelCode { get; set; } - public string StartingSegmentId { get; set; } - public string EntityIdentifierCode { get; set; } - public int RevisionId { get; set; } - public int PositionInInterchange { get; set; } - public DetachedSegment Segment { get; private set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoLoopSearchCriteria.cs b/src/OopFactory.X12.Sql/RepoLoopSearchCriteria.cs deleted file mode 100644 index 85aa57ea..00000000 --- a/src/OopFactory.X12.Sql/RepoLoopSearchCriteria.cs +++ /dev/null @@ -1,16 +0,0 @@ -namespace OopFactory.X12.Sql -{ - public class RepoLoopSearchCriteria - { - public object LoopId { get; set; } - public object ParentLoopId { get; set; } - public object InterchangeId { get; set; } - public object TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string SpecLoopId { get; set; } - public string LevelId { get; set; } - public string LevelCode { get; set; } - public string StartingSegmentId { get; set; } - public string EntityIdentifierCode { get; set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoSegment.cs b/src/OopFactory.X12.Sql/RepoSegment.cs deleted file mode 100644 index e952ac5f..00000000 --- a/src/OopFactory.X12.Sql/RepoSegment.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using Parsing; - using Parsing.Model; - - public class RepoSegment - { - public RepoSegment(string segmentString, char segmentTerminator, char elementSeparator, char componentSeparator) - { - Segment = new DetachedSegment( - new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator), - segmentString); - } - - public object InterchangeId { get; set; } - public object FunctionalGroupId { get; set; } - public object TransactionSetId { get; set; } - public object ParentLoopId { get; set; } - public object LoopId { get; set; } - public int RevisionId { get; set; } - public int PositionInInterchange { get; set; } - public string SpecLoopId { get; set; } - public DetachedSegment Segment { get; private set; } - public bool Deleted { get; set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoTransactionSet.cs b/src/OopFactory.X12.Sql/RepoTransactionSet.cs deleted file mode 100644 index 0f2b6711..00000000 --- a/src/OopFactory.X12.Sql/RepoTransactionSet.cs +++ /dev/null @@ -1,30 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - using Parsing; - - public class RepoTransactionSet - { - public RepoTransactionSet(char segmentTerminator, char elementSeparator, char componentSeparator) - { - Delimiters = new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator); - } - - public object InterchangeId { get; set; } - public string SenderId { get; set; } - public string ReceiverId { get; set; } - public string InterchangeControlNumber { get; set; } - public DateTime? InterchangeDate { get; set; } - public X12DelimiterSet Delimiters { get; private set; } - - public object FunctionalGroupId { get; set; } - public string FunctionalIdCode { get; set; } - public string FunctionalGroupControlNumber { get; set; } - public string Version { get; set; } - - public object TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string ControlNumber { get; set; } - public string ImplementationConventionRef { get; set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/RepoTransactionSetSearchCriteria.cs b/src/OopFactory.X12.Sql/RepoTransactionSetSearchCriteria.cs deleted file mode 100644 index f49edf79..00000000 --- a/src/OopFactory.X12.Sql/RepoTransactionSetSearchCriteria.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - - public class RepoTransactionSetSearchCriteria - { - public object InterchangeId { get; set; } - public string SenderId { get; set; } - public string ReceiverId { get; set; } - public string InterchangeControlNumber { get; set; } - public DateTime? InterchangeMinDate { get; set; } - public DateTime? InterchangeMaxDate { get; set; } - - public object FunctionalGroupId { get; set; } - public string FunctionalIdCode { get; set; } - public string FunctionalGroupControlNumber { get; set; } - public string VersionPattern { get; set; } - - public object TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string TransactionSetControlNumber { get; set; } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/SegmentBatch.cs b/src/OopFactory.X12.Sql/SegmentBatch.cs deleted file mode 100644 index e05f1441..00000000 --- a/src/OopFactory.X12.Sql/SegmentBatch.cs +++ /dev/null @@ -1,307 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - using System.Collections.Generic; - using System.Data; - using System.Data.SqlClient; - using System.Diagnostics; - using System.Linq; - using System.Text; - using Parsing.Model; - using Parsing.Specification; - using Repositories; - - internal class SegmentBatch - { - private readonly IParsingErrorRepo _errorRepo; - internal Dictionary _parsedTables; - internal DataTable _segmentTable; - internal DataTable _loopTable; - private readonly Type _identityType; - private readonly object _defaultIdentityTypeValue; - - public SegmentBatch(IParsingErrorRepo errorRepo, Type identityType) - { - _identityType = identityType; - _defaultIdentityTypeValue = identityType.GetDefaultValue(); - _errorRepo = errorRepo; - _parsedTables = new Dictionary(); - - _segmentTable = new DataTable(); - _segmentTable.Columns.Add("InterchangeId", identityType); - _segmentTable.Columns.Add("PositionInInterchange", typeof (int)); - _segmentTable.Columns.Add("RevisionId", typeof (int)); - _segmentTable.Columns.Add("FunctionalGroupId", identityType); - _segmentTable.Columns.Add("TransactionSetId", identityType); - _segmentTable.Columns.Add("ParentLoopId", identityType); - _segmentTable.Columns.Add("LoopId", identityType); - _segmentTable.Columns.Add("Deleted", typeof (bool)); - _segmentTable.Columns.Add("SegmentId", typeof (string)); - _segmentTable.Columns.Add("Segment", typeof (string)); - - _loopTable = new DataTable(); - _loopTable.Columns.Add("Id", identityType); - _loopTable.Columns.Add("ParentLoopId", identityType); - _loopTable.Columns.Add("InterchangeId", identityType); - _loopTable.Columns.Add("TransactionSetId", identityType); - _loopTable.Columns.Add("TransactionSetCode", typeof (string)); - _loopTable.Columns.Add("SpecLoopId", typeof (string)); - _loopTable.Columns.Add("StartingSegmentId", typeof (string)); - _loopTable.Columns.Add("EntityIdentifierCode", typeof (string)); - } - - public int LoopCount - { - get { return _loopTable.Rows.Count; } - } - - public int SegmentCount - { - get { return _segmentTable.Rows.Count; } - } - - public string StartingSegment - { - get - { - if (_segmentTable.Rows.Count > 0) - { - var firstSegment = _segmentTable.Rows[0]; - return string.Format( - "{2} (InterchangeId:{0};Position:{1})", - firstSegment["InterchangeId"], - firstSegment["PositionInInterchange"], - firstSegment["Segment"]); - } - return null; - } - } - - public void Clear() - { - _parsedTables.Clear(); - _segmentTable.Clear(); - } - - public void AddSegment( - SqlTransaction tran, - object interchangeId, - int positionInInterchange, - int revisionId, - object functionalGroupId, - object transactionSetId, - object parentLoopId, - object loopId, - bool deleted, - DetachedSegment segment, - SegmentSpecification spec) - { - _segmentTable.Rows.Add( - interchangeId, - positionInInterchange, - revisionId, - functionalGroupId, - transactionSetId, - parentLoopId, - loopId, - deleted, - segment.SegmentId, - segment.SegmentString); - - if (spec != null) - { - var parsingError = new StringBuilder(); - - var fieldNames = new List(); - - int maxElements = spec != null ? spec.Elements.Count : 0; - - for (var i = 1; i == 1 || i <= maxElements; i++) - { - fieldNames.Add(string.Format("{0:00}", i)); - } - - if (!_parsedTables.ContainsKey(segment.SegmentId)) - { - _parsedTables.Add(segment.SegmentId, new DataTable()); - _parsedTables[segment.SegmentId].Columns.Add("InterchangeId", _identityType); - _parsedTables[segment.SegmentId].Columns.Add("PositionInInterchange", typeof (int)); - _parsedTables[segment.SegmentId].Columns.Add("TransactionSetId", _identityType); - _parsedTables[segment.SegmentId].Columns.Add("ParentLoopId", _identityType); - _parsedTables[segment.SegmentId].Columns.Add("LoopId", _identityType); - _parsedTables[segment.SegmentId].Columns.Add("RevisionId", typeof (int)); - _parsedTables[segment.SegmentId].Columns.Add("Deleted", typeof (bool)); - - foreach (var f in fieldNames) - _parsedTables[segment.SegmentId].Columns.Add(f, typeof (string)); - - _parsedTables[segment.SegmentId].Columns.Add("ErrorId", _identityType); - } - var row = _parsedTables[segment.SegmentId].NewRow(); - - row["InterchangeId"] = interchangeId; - row["PositionInInterchange"] = positionInInterchange; - row["TransactionSetId"] = transactionSetId ?? DBNull.Value; - row["ParentLoopId"] = parentLoopId ?? DBNull.Value; - row["LoopId"] = loopId ?? DBNull.Value; - row["RevisionId"] = revisionId; - row["Deleted"] = deleted; - - for (var i = 1; i <= segment.ElementCount && i <= maxElements; i++) - { - try - { - string val = segment.GetElement(i); - var elementSpec = spec.Elements[i - 1]; - int maxLength = elementSpec.MaxLength; - var column = string.Format("{0:00}", i); - - if (maxLength > 0 && val.Length > maxLength) - { - var message = - string.Format( - "Element {2}{3:00} in position {1} of interchange {0} will be truncated because {4} exceeds the max length of {5}.", - interchangeId, - positionInInterchange, - segment.SegmentId, - i, - val, - maxLength); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - val = val.Substring(0, maxLength); - } - - if (elementSpec.Type == ElementDataTypeEnum.Numeric && elementSpec.ImpliedDecimalPlaces > 0) - { - var intVal = 0; - if (string.IsNullOrWhiteSpace(val)) - { - row[column] = null; - } - else if (int.TryParse(val, out intVal)) - { - var denominator = (decimal) Math.Pow(10, elementSpec.ImpliedDecimalPlaces); - row[column] = intVal/denominator; - } - else - { - var message = - string.Format( - "Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into an implied decimal with precision {5}.", - interchangeId, - positionInInterchange, - segment.SegmentId, - i, - val, - elementSpec.ImpliedDecimalPlaces); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - row[column] = null; - } - } - else if (elementSpec.Type == ElementDataTypeEnum.Numeric || elementSpec.Type == ElementDataTypeEnum.Decimal) - { - decimal decVal = 0; - if (string.IsNullOrWhiteSpace(val)) - row[column] = null; - else if (decimal.TryParse(val, out decVal)) - row[column] = val; - else - { - var message = - string.Format( - "Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into a decimal.", - interchangeId, - positionInInterchange, - segment.SegmentId, - i, - val); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - row[column] = null; - } - } - else if (elementSpec.Type == ElementDataTypeEnum.Date) - { - if (string.IsNullOrWhiteSpace(val)) - row[column] = null; - else - { - var date = DateTime.MinValue; - if (val.Length == 8 && - DateTime.TryParse( - string.Format("{0}-{1}-{2}", val.Substring(0, 4), val.Substring(4, 2), val.Substring(6, 2)), - out date)) - row[column] = date; - else - { - var message = - string.Format( - "Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into a date.", - interchangeId, - positionInInterchange, - segment.SegmentId, - i, - val); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - row[column] = null; - } - } - } - else - row[column] = val; - } - catch (Exception e) - { - var message = string.Format( - "Error parsing '{0}' using spec {1} with {2} elements: {3}", - segment.SegmentString, - spec.SegmentId, - spec.Elements.Count(), - e.Message); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - } - } - - if (parsingError.Length > 0) - row["ErrorId"] = _errorRepo.PersistParsingError( - interchangeId, - positionInInterchange, - revisionId, - parsingError.ToString()); - - _parsedTables[segment.SegmentId].Rows.Add(row); - } - } - - public void AddLoop( - object id, - Loop loop, - object interchangeId, - object transactionSetId, - string transactionSetCode, - object parentLoopId, - string entityIdentifierCode) - { - var row = _loopTable.NewRow(); - - row["Id"] = id; - row["ParentLoopId"] = (parentLoopId != null && parentLoopId != _defaultIdentityTypeValue) - ? parentLoopId - : DBNull.Value; - row["InterchangeId"] = interchangeId; - row["TransactionSetId"] = (transactionSetId != null && transactionSetId != _defaultIdentityTypeValue) - ? transactionSetId - : DBNull.Value; - row["TransactionSetCode"] = transactionSetCode; - row["SpecLoopId"] = loop.Specification.LoopId; - row["StartingSegmentId"] = loop.SegmentId; - row["EntityIdentifierCode"] = entityIdentifierCode; - - _loopTable.Rows.Add(row); - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/SqlReadOnlyTransactionRepository.cs b/src/OopFactory.X12.Sql/SqlReadOnlyTransactionRepository.cs deleted file mode 100644 index 06448834..00000000 --- a/src/OopFactory.X12.Sql/SqlReadOnlyTransactionRepository.cs +++ /dev/null @@ -1,465 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - using System.Collections.Generic; - using System.Data.SqlClient; - using System.Diagnostics; - using System.Text; - - public class SqlReadOnlyTransactionRepository - { - protected readonly string _dsn; - protected readonly string _schema; - protected readonly Type _identityType; - protected readonly object _defaultIdentityTypeValue; - - public SqlReadOnlyTransactionRepository(string dsn, Type identityType, string schema = "dbo") - { - _dsn = dsn; - _schema = schema; - _identityType = identityType; - _defaultIdentityTypeValue = identityType.GetDefaultValue(); - } - - protected object ConvertT(object val) - { - if (_identityType == typeof (Guid) && val == null) - return Guid.Empty; - if (_identityType == typeof (Guid)) - return Guid.Parse(val.ToString()); - if ((_identityType == typeof (long?) || _identityType == typeof (int?)) && val == null) - return 0; - if (_identityType == typeof (long)) - return Convert.ToInt64(val); - return Convert.ToInt32(val); - } - - private RepoSegment RepoSegmentFromReader(SqlDataReader reader) - { - var segment = new RepoSegment( - Convert.ToString(reader["Segment"]), - Convert.ToChar(reader["SegmentTerminator"]), - Convert.ToChar(reader["ElementSeparator"]), - Convert.ToChar(reader["ComponentSeparator"])) - { - InterchangeId = ConvertT(reader["InterchangeId"]), - PositionInInterchange = Convert.ToInt32(reader["PositionInInterchange"]), - RevisionId = Convert.ToInt32(reader["RevisionId"]), - Deleted = Convert.ToBoolean(reader["Deleted"]), - SpecLoopId = Convert.ToString(reader["SpecLoopId"]) - }; - - if (!reader.IsDBNull(reader.GetOrdinal("FunctionalGroupId"))) - segment.FunctionalGroupId = ConvertT(reader["FunctionalGroupId"]); - - if (!reader.IsDBNull(reader.GetOrdinal("TransactionSetId"))) - segment.TransactionSetId = ConvertT(reader["TransactionSetId"]); - - if (!reader.IsDBNull(reader.GetOrdinal("ParentLoopId"))) - segment.ParentLoopId = ConvertT(reader["ParentLoopId"]); - - if (!reader.IsDBNull(reader.GetOrdinal("LoopId"))) - segment.LoopId = ConvertT(reader["LoopId"]); - return segment; - } - - /// - /// Retrieve all the segments within a transaction - /// - /// - /// Use 0 for the original version Int32.MaxValue when you want the latest revision - /// This will include the ISA, GS, GE and IEA segments - /// - public List GetTransactionSetSegments( - object transactionSetId, - int revisionId, - bool includeControlSegments = false) - { - using (var conn = new SqlConnection(_dsn)) - { - var cmd = new SqlCommand(string.Format(@" -select ts.InterchangeId, ts.FunctionalGroupId, ts.TransactionSetId, ts.ParentLoopId, ts.LoopId, ts.RevisionId, ts.Deleted, - ts.PositionInInterchange, l.SpecLoopId, ts.SegmentId, ts.Segment, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator -from [{0}].GetTransactionSetSegments(@transactionSetId, @includeControlSegments, @revisionId) ts -join [{0}].Interchange i on ts.InterchangeId = i.Id -left join [{0}].Loop l on ts.LoopId = l.Id -order by PositionInInterchange -", _schema), conn); - cmd.Parameters.AddWithValue("@transactionSetId", transactionSetId); - cmd.Parameters.AddWithValue("@includeControlSegments", includeControlSegments); - cmd.Parameters.AddWithValue("@revisionId", revisionId); - - conn.Open(); - var reader = cmd.ExecuteReader(); - - var s = new List(); - while (reader.Read()) - { - s.Add(RepoSegmentFromReader(reader)); - } - reader.Close(); - - return s; - } - } - - /// - /// This will affectively unbundle the transaction from the rest of the transaction set and show you segments related - /// to that loopId. - /// - /// The loopId for retrieving it's ancestor and descendant segments - /// Use 0 for the original version and Int32.MaxValue for the latest version - /// This will include the ISA, GS, GE and IEA segments - /// - public List GetTransactionSegments(object loopId, int revisionId, bool includeControlSegments = false) - { - using (var conn = new SqlConnection(_dsn)) - { - var cmd = new SqlCommand(string.Format(@" -select ts.InterchangeId, ts.FunctionalGroupId, ts.TransactionSetId, ts.ParentLoopId, ts.LoopId, ts.RevisionId, ts.Deleted, - ts.PositionInInterchange, l.SpecLoopId, ts.SegmentId, ts.Segment, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator -from [{0}].GetTransactionSegments(@loopId, @includeControlSegments, @revisionId) ts -join [{0}].Interchange i on ts.InterchangeId = i.Id -left join [{0}].Loop l on ts.LoopId = l.Id -order by PositionInInterchange", _schema), conn); - cmd.Parameters.AddWithValue("@loopId", loopId); - cmd.Parameters.AddWithValue("@includeControlSegments", includeControlSegments); - cmd.Parameters.AddWithValue("@revisionId", revisionId); - - conn.Open(); - var reader = cmd.ExecuteReader(); - - var s = new List(); - while (reader.Read()) - { - s.Add(RepoSegmentFromReader(reader)); - } - reader.Close(); - - return s; - } - } - - private RepoTransactionSet RepoTransactionSetFromReader(SqlDataReader reader) - { - var set = new RepoTransactionSet( - Convert.ToChar(reader["SegmentTerminator"]), - Convert.ToChar(reader["ElementSeparator"]), - Convert.ToChar(reader["ComponentSeparator"])); - - set.TransactionSetId = ConvertT(reader["Id"]); - set.InterchangeId = ConvertT(reader["InterchangeId"]); - set.SenderId = Convert.ToString(reader["SenderId"]); - set.ReceiverId = Convert.ToString(reader["ReceiverId"]); - set.InterchangeControlNumber = Convert.ToString(reader["InterchangeControlNumber"]); - if (!reader.IsDBNull(reader.GetOrdinal("InterchangeDate"))) - set.InterchangeDate = Convert.ToDateTime(reader["InterchangeDate"]); - - set.FunctionalGroupId = ConvertT(reader["FunctionalGroupId"]); - set.FunctionalIdCode = Convert.ToString(reader["FunctionalIdCode"]); - set.FunctionalGroupControlNumber = Convert.ToString(reader["FunctionalGroupControlNumber"]); - set.Version = Convert.ToString(reader["Version"]); - - set.TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]); - set.ControlNumber = Convert.ToString(reader["ControlNumber"]); - if (!reader.IsDBNull(reader.GetOrdinal("ImplementationConventionRef"))) - set.ImplementationConventionRef = Convert.ToString(reader["ImplementationConventionRef"]); - - return set; - } - - public List GetTransactionSets(RepoTransactionSetSearchCriteria criteria) - { - var sql = string.Format(@" -select ts.Id, ts.InterchangeId, i.SenderId, i.ReceiverId, i.ControlNumber as InterchangeControlNumber, i.[Date] as InterchangeDate, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator, ts.FunctionalGroupId, fg.FunctionalIdCode, fg.ControlNumber as FunctionalGroupControlNumber, fg.[Version], ts.IdentifierCode as TransactionSetCode, ts.ControlNumber, ts.ImplementationConventionRef -from [{0}].TransactionSet ts -join [{0}].Interchange i on ts.InterchangeId = i.Id -join [{0}].FunctionalGroup fg on ts.FunctionalGroupId = fg.Id -where ts.InterchangeId = isnull(@interchangeId, ts.InterchangeId) - and i.SenderId = isnull(@senderId,i.SenderId) - and i.ReceiverId = isnull(@receiverId,i.ReceiverId) - and i.ControlNumber = isnull(@interchangeControlNumber, i.ControlNumber) - and i.[Date] >= isnull(@interchangeMinDate,i.[Date]) - and i.[Date] <= isnull(@interchangeMaxDate,i.[Date]) - and ts.FunctionalGroupId = isnull(@functionGroupId, ts.FunctionalGroupId) - and fg.ControlNumber = isnull(@functionGroupControlNumber, fg.ControlNumber) - and fg.[Version] like isnull('%' + @versionPattern + '%',fg.[Version]) - and ts.Id = isnull(@transactionSetId, ts.Id) - and ts.IdentifierCode = isnull(@transactionSetCode, ts.IdentifierCode) - and ts.ControlNumber = isnull(@transactionSetControlNumber, ts.ControlNumber) -", _schema); - using (var conn = new SqlConnection(_dsn)) - { - var cmd = new SqlCommand(sql, conn); - cmd.Parameters.AddWithValue("@interchangeId", criteria.InterchangeId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@senderId", (object) criteria.SenderId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@receiverId", (object) criteria.ReceiverId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeControlNumber", (object) criteria.InterchangeControlNumber ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeMinDate", (object) criteria.InterchangeMinDate ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeMaxDate", (object) criteria.InterchangeMaxDate ?? DBNull.Value); - cmd.Parameters.AddWithValue("@functionGroupId", criteria.FunctionalGroupId ?? DBNull.Value); - cmd.Parameters.AddWithValue( - "@functionGroupControlNumber", - (object) criteria.FunctionalGroupControlNumber ?? DBNull.Value); - cmd.Parameters.AddWithValue("@versionPattern", (object) criteria.VersionPattern ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetId", criteria.TransactionSetId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetCode", (object) criteria.TransactionSetCode ?? DBNull.Value); - cmd.Parameters.AddWithValue( - "@transactionSetControlNumber", - (object) criteria.TransactionSetControlNumber ?? DBNull.Value); - conn.Open(); - var reader = cmd.ExecuteReader(); - - var s = new List(); - while (reader.Read()) - { - s.Add(RepoTransactionSetFromReader(reader)); - } - reader.Close(); - - return s; - } - } - - private RepoLoop RepoLoopFromReader(SqlDataReader reader) - { - var loop = new RepoLoop( - Convert.ToString(reader["Segment"]), - Convert.ToChar(reader["SegmentTerminator"]), - Convert.ToChar(reader["ElementSeparator"]), - Convert.ToChar(reader["ComponentSeparator"])) - { - LoopId = ConvertT(reader["Id"]), - InterchangeId = ConvertT(reader["InterchangeId"]), - TransactionSetId = ConvertT(reader["TransactionSetId"]), - TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]), - SpecLoopId = Convert.ToString(reader["SpecLoopId"]), - LevelId = Convert.ToString(reader["LevelId"]), - LevelCode = Convert.ToString(reader["LevelCode"]), - StartingSegmentId = Convert.ToString(reader["StartingSegmentId"]), - EntityIdentifierCode = Convert.ToString(reader["EntityIdentifierCode"]), - RevisionId = Convert.ToInt32(reader["RevisionId"]), - PositionInInterchange = Convert.ToInt32(reader["PositionInInterchange"]) - }; - if (!reader.IsDBNull(reader.GetOrdinal("ParentLoopId"))) - loop.ParentLoopId = ConvertT(reader["ParentLoopId"]); - return loop; - } - - public List GetLoops(RepoLoopSearchCriteria criteria) - { - var sql = string.Format(@" -select l.Id, l.ParentLoopId, l.InterchangeId, l.TransactionSetId, l.TransactionSetCode, - l.SpecLoopId, l.LevelId, l.LevelCode, l.StartingSegmentId, l.EntityIdentifierCode, - s1.RevisionId, s1.PositionInInterchange, s1.Segment, - i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator -from [{0}].[Loop] l -join [{0}].Interchange i on l.InterchangeId = i.Id -join [{0}].Segment s1 on l.Id = s1.LoopId -where s1.Deleted = 0 -and s1.RevisionId = (select max(RevisionId) - from [{0}].Segment s2 - where s1.InterchangeId = s2.InterchangeId - and s1.PositionInInterchange = s2.PositionInInterchange) -and l.Id = isnull(@loopId,l.Id) -and isnull(l.ParentLoopId,0) = coalesce(@parentLoopId,l.ParentLoopId,0) -and l.InterchangeId = isnull(@interchangeId,l.InterchangeId) -and l.TransactionSetId = isnull(@transactionSetId,l.TransactionSetId) -and l.TransactionSetCode = isnull(@transactionSetCode, l.TransactionSetCode) -and isnull(l.SpecLoopId,'') = coalesce(@specLoopId, l.SpecLoopId,'') -and isnull(l.LevelId,'') = coalesce(@levelId, l.LevelId,'') -and isnull(l.LevelCode,'') = coalesce(@levelCode, l.LevelCode,'') -and l.StartingSegmentId = isnull(@startingSegmentId,l.StartingSegmentId) -and isnull(l.EntityIdentifierCode,'') = coalesce(@entityIdentifierCode, l.EntityIdentifierCode,'') -", _schema); - - using (var conn = new SqlConnection(_dsn)) - { - var cmd = new SqlCommand(sql, conn); - cmd.Parameters.AddWithValue("@loopId", criteria.LoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@parentLoopId", criteria.ParentLoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeId", criteria.InterchangeId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetId", criteria.TransactionSetId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetCode", (object) criteria.TransactionSetCode ?? DBNull.Value); - cmd.Parameters.AddWithValue("@specLoopId", (object) criteria.SpecLoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@levelId", (object) criteria.LevelId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@levelCode", (object) criteria.LevelCode ?? DBNull.Value); - cmd.Parameters.AddWithValue("@startingSegmentId", (object) criteria.StartingSegmentId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@entityIdentifierCode", (object) criteria.EntityIdentifierCode ?? DBNull.Value); - - var list = new List(); - - conn.Open(); - using (var reader = cmd.ExecuteReader()) - { - while (reader.Read()) - { - list.Add(RepoLoopFromReader(reader)); - } - } - return list; - } - } - - private RepoEntity RepoEntityFromReader(SqlDataReader reader) - { - var entity = new RepoEntity(); - entity.EntityId = ConvertT(reader["EntityId"]); - entity.EntityIdentifierCode = Convert.ToString(reader["EntityIdentifierCode"]); - entity.EntityIdentifier = Convert.ToString(reader["EntityIdentifier"]); - entity.InterchangeId = ConvertT(reader["InterchangeId"]); - entity.TransactionSetId = ConvertT(reader["TransactionSetId"]); - entity.TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]); - entity.ParentLoopId = ConvertT(reader["ParentLoopId"]); - entity.SpecLoopId = Convert.ToString(reader["SpecLoopId"]); - entity.StartingSegmentId = Convert.ToString(reader["StartingSegmentId"]); - entity.Name = Convert.ToString(reader["Name"]); - entity.LastName = Convert.ToString(reader["LastName"]); - entity.FirstName = Convert.ToString(reader["FirstName"]); - entity.MiddleName = Convert.ToString(reader["MiddleName"]); - entity.NamePrefix = Convert.ToString(reader["NamePrefix"]); - entity.NameSuffix = Convert.ToString(reader["NameSuffix"]); - entity.IdQualifier = Convert.ToString(reader["IdQualifier"]); - entity.Identification = Convert.ToString(reader["Identification"]); - entity.Ssn = Convert.ToString(reader["Ssn"]); - entity.Npi = Convert.ToString(reader["Npi"]); - entity.TelephoneNumber = Convert.ToString(reader["TelephoneNumber"]); - entity.AddressLine1 = Convert.ToString(reader["AddressLine1"]); - entity.AddressLine2 = Convert.ToString(reader["AddressLine2"]); - entity.City = Convert.ToString(reader["City"]); - entity.StateCode = Convert.ToString(reader["StateCode"]); - entity.PostalCode = Convert.ToString(reader["PostalCode"]); - entity.County = Convert.ToString(reader["County"]); - entity.CountryCode = Convert.ToString(reader["CountryCode"]); - entity.Gender = Convert.ToString(reader["Gender"]); - - if (!reader.IsDBNull(reader.GetOrdinal("IsPerson"))) - entity.IsPerson = Convert.ToBoolean(reader["IsPerson"]); - - if (!reader.IsDBNull(reader.GetOrdinal("DateOfBirth"))) - { - try - { - entity.DateOfBirth = DateTime.ParseExact(Convert.ToString(reader["DateOfBirth"]), "yyyyMMdd", null); - } - catch (FormatException) - { - Trace.TraceWarning( - "Could not parse date of birth {1} to a date time for entity ID: {0}", - entity.EntityId, - reader["DateOfBirth"]); - } - } - - return entity; - } - - private string GetSqlInString(string[] filters) - { - var quotedValues = new List(); - foreach (var filter in filters) - quotedValues.Add(string.Format("'{0}'", filter.Replace("'", "''"))); - return string.Join(",", quotedValues); - } - - public List GetEntities(RepoEntitySearchCriteria criteria) - { - var sql = new StringBuilder(string.Format("select * from [{0}].Entity where 1=1 ", _schema)); - - if (!string.IsNullOrEmpty(criteria.EntityIdentifierCodes)) - { - var codes = - GetSqlInString(criteria.EntityIdentifierCodes.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries)); - - sql.AppendFormat(" and EntityIdentifierCode in ({0})", codes); - } - - if (!string.IsNullOrEmpty(criteria.EntityIdentifierContains)) - sql.AppendFormat(" and EntityIdentifier like '%{0}%'", criteria.EntityIdentifierContains); - - if (criteria.InterchangeId != _defaultIdentityTypeValue) - sql.AppendFormat(" and InterchangeId = '{0}'", criteria.InterchangeId); - - if (criteria.TransactionSetId != _defaultIdentityTypeValue) - sql.AppendFormat(" and TransactionSetId = '{0}'", criteria.TransactionSetId); - - if (!string.IsNullOrEmpty(criteria.TransactionSetCode)) - sql.AppendFormat(" and TransactionSetCode = '{0}'", criteria.TransactionSetCode); - - if (criteria.ParentLoopId != _defaultIdentityTypeValue) - sql.AppendFormat(" and ParentLoopId = '{0}'", criteria.ParentLoopId); - - if (!string.IsNullOrEmpty(criteria.SpecLoopId)) - sql.AppendFormat(" and SpecLoopId = '{0}'", criteria.SpecLoopId); - - if (!string.IsNullOrEmpty(criteria.StartingSegmentId)) - sql.AppendFormat(" and StartingSegmentId = '{0}'", criteria.StartingSegmentId); - - if (!string.IsNullOrEmpty(criteria.NameContains)) - sql.AppendFormat(" and Name like '%{0}%'", criteria.NameContains); - - if (criteria.IsPerson.HasValue) - sql.AppendFormat(" and IsPerson = {0}", criteria.IsPerson.Value ? "1" : "0"); - - if (!string.IsNullOrEmpty(criteria.LastNameStartsWith)) - sql.AppendFormat(" and LastName like '{0}%'", criteria.LastNameStartsWith); - - if (!string.IsNullOrEmpty(criteria.FirstNameContains)) - sql.AppendFormat(" and FirstName like '%{0}%'", criteria.FirstNameContains); - - if (!string.IsNullOrEmpty(criteria.IdQualifier)) - sql.AppendFormat(" and IdQualifier = '{0}'", criteria.IdQualifier); - - if (!string.IsNullOrEmpty(criteria.Identification)) - sql.AppendFormat(" and Identification = '{0}'", criteria.Identification); - - if (!string.IsNullOrEmpty(criteria.Ssn)) - sql.AppendFormat(" and Ssn = '{0}'", criteria.Ssn); - - if (!string.IsNullOrEmpty(criteria.Npi)) - sql.AppendFormat(" and Npi = '{0}'", criteria.Npi); - - if (!string.IsNullOrEmpty(criteria.City)) - sql.AppendFormat(" and City = '{0}'", criteria.City); - - if (!string.IsNullOrEmpty(criteria.StateCode)) - sql.AppendFormat(" and StateCode = '{0}'", criteria.StateCode); - - if (!string.IsNullOrEmpty(criteria.PostalCode)) - sql.AppendFormat(" and PostalCode = '{0}'", criteria.PostalCode); - - if (!string.IsNullOrEmpty(criteria.County)) - sql.AppendFormat(" and County = '{0}'", criteria.County); - - if (!string.IsNullOrEmpty(criteria.CountryCode)) - sql.AppendFormat(" and CountryCode = '{0}'", criteria.CountryCode); - - if (criteria.DateOfBirthOn.HasValue) - sql.AppendFormat(" and DateOfBirth = '{0:yyyyMMdd}'", criteria.DateOfBirthOn); - - if (criteria.DateOfBirthOnOrAfter.HasValue) - sql.AppendFormat(" and DateOfBirth >= '{0:yyyyMMdd}'", criteria.DateOfBirthOnOrAfter); - - if (criteria.DateOfBirthOnOrBefore.HasValue) - sql.AppendFormat(" and DateOfBirth <= '{0:yyyyMMdd}'", criteria.DateOfBirthOnOrBefore); - - if (!string.IsNullOrEmpty(criteria.Gender)) - sql.AppendFormat(" and Gender = '{0}'", criteria.Gender); - - using (var conn = new SqlConnection(_dsn)) - { - var list = new List(); - conn.Open(); - using (var reader = new SqlCommand(sql.ToString(), conn).ExecuteReader()) - { - while (reader.Read()) - { - list.Add(RepoEntityFromReader(reader)); - } - } - - return list; - } - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/SqlTransactionRepository.cs b/src/OopFactory.X12.Sql/SqlTransactionRepository.cs deleted file mode 100644 index cec9347a..00000000 --- a/src/OopFactory.X12.Sql/SqlTransactionRepository.cs +++ /dev/null @@ -1,882 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - using System.Collections.Generic; - using System.Data; - using System.Data.SqlClient; - using System.Diagnostics; - using System.Linq; - using System.Text; - using Parsing; - using Parsing.Model; - using Parsing.Specification; - - public interface IParsingErrorRepo - { - object PersistParsingError(object interchangeId, int positionInInterchange, int? revisionId, string errorMessage); - } - - /// - /// Class for storing, retrieving and revising X12 messages. - /// This library only does inserts. Edits and Deletes are accomplished through revisions, but all revisions are - /// retained. - /// The Get methods will allow you choose the revision you want. - /// - /// The type of all identity columns: supports int or long - public class SqlTransactionRepository : SqlReadOnlyTransactionRepository, IParsingErrorRepo - { - protected IDbCreation _commonDb; - protected IDbCreation _transactionDb; - private bool _schemaEnsured; - private readonly Dictionary _specs; - private readonly int _batchSize; - private readonly IIdProvider _idProvider; - //private int _batchCount; - //private StringBuilder _batchSql; - internal SegmentBatch _segmentBatch; - - public SqlTransactionRepository(string dsn, Type identityType) - : this(dsn, new SpecificationFinder(), new[] { "REF", "NM1", "N1", "N3", "N4", "DMG", "PER" }, identityType, "dbo") - { - } - - public SqlTransactionRepository(string dsn, string schema, Type identityType) - : this(dsn, new SpecificationFinder(), new[] { "REF", "NM1", "N1", "N3", "N4", "DMG", "PER" }, identityType, schema) - { - } - - public SqlTransactionRepository( - string dsn, - ISpecificationFinder specFinder, - string[] indexedSegments, - Type identityType, - string schema = "dbo", - string commonSchema = "dbo", - int segmentBatchSize = 1000, - string sqlDateType = "date") - : base(dsn, identityType, schema) - { - _commonDb = new DbCreation(dsn, commonSchema, identityType, sqlDateType); - _transactionDb = new DbCreation(dsn, schema, identityType, sqlDateType); - _idProvider = GetIdProvider(dsn, commonSchema, identityType, segmentBatchSize/10); - _schemaEnsured = false; - _batchSize = segmentBatchSize; - _segmentBatch = new SegmentBatch(this, identityType); - _specs = new Dictionary(); - foreach (var segmentId in indexedSegments) - { - var spec = specFinder.FindSegmentSpec("5010", segmentId.Trim()); - _specs.Add(segmentId.Trim(), spec); - } - } - - private IIdProvider GetIdProvider(string dsn, string commonSchema, Type identityType, int segmentBatchSize) - { - if (!identityType.IsValueType) - throw new ArgumentException("identityType must be a value type", "identityType"); - - if (!(identityType == typeof (Guid) || identityType == typeof (long) || identityType == typeof (int))) - throw new ArgumentException("Only Guid, Long, and Int identity types are supported", "identityType"); - - if (identityType == typeof (Guid)) - return new GuidIdentityProvider(); - - if (identityType == typeof (long)) - return new LongHiLowIdentityProvider(dsn, commonSchema, segmentBatchSize); - - return new IntHiLowIdentityProvider(dsn, commonSchema, segmentBatchSize); - } - - /// - /// override this with no implementation when your database is already created and you will not need to check for - /// existance of the objects. - /// - public virtual void EnsureSchema() - { - if (!_schemaEnsured) // this only needs to be done once - { - if (!_commonDb.SchemaExists()) - _commonDb.CreateSchema(); - - if (!_commonDb.TableExists("Container")) - _commonDb.CreateContainerTable(); - - if (!_commonDb.TableExists("Revision")) - _commonDb.CreateRevisionTable(); - - if (!_commonDb.TableExists("X12CodeList")) - _commonDb.CreateX12CodeListTable(); - - if (!_transactionDb.SchemaExists()) - _transactionDb.CreateSchema(); - - if (!_transactionDb.TableExists("Interchange")) - _transactionDb.CreateInterchangeTable(); - - if (!_transactionDb.TableExists("FunctionalGroup")) - _transactionDb.CreateFunctionalGroupTable(); - - if (!_transactionDb.TableExists("TransactionSet")) - _transactionDb.CreateTransactionSetTable(); - - if (!_transactionDb.TableExists("Loop")) - _transactionDb.CreateLoopTable(); - - if (!_transactionDb.TableExists("Segment")) - _transactionDb.CreateSegmentTable(); - - if (!_transactionDb.TableExists("ParsingError")) - _transactionDb.CreateParsingErrorTable(); - - if (!_commonDb.FunctionExists("SplitSegment")) - _commonDb.CreateSplitSegmentFunction(); - - if (!_commonDb.FunctionExists("FlatElements")) - _commonDb.CreateFlatElementsFunction(); - - if (!_transactionDb.FunctionExists("GetAncestorLoops")) - _transactionDb.CreateGetAncestorLoopsFunction(); - - if (!_transactionDb.FunctionExists("GetDescendantLoops")) - _transactionDb.CreateGetDescendantLoopsFunction(); - - if (!_transactionDb.FunctionExists("GetTransactionSetSegments")) - _transactionDb.CreateGetTransactionSetSegmentsFunction(); - - if (!_transactionDb.FunctionExists("GetTransactionSegments")) - _transactionDb.CreateGetTransactionSegmentsFunction(); - - foreach (var spec in _specs.Values) - { - if (!_transactionDb.TableExists(spec.SegmentId)) - _transactionDb.CreateIndexedSegmentTable(spec, _commonDb.Schema); - else if (!_transactionDb.TableColumnExists(spec.SegmentId, "ErrorId")) - _transactionDb.AddErrorIdToIndexedSegmentTable(spec.SegmentId); - - foreach (var element in spec.Elements) - { - if (element.Type == ElementDataTypeEnum.Identifier && !string.IsNullOrEmpty(element.QualifierSetId) && - element.AllowedIdentifiers.Count > 0) - { - if (_commonDb.ElementCountInX12CodeListTable(element.QualifierSetId) == 0) - { - foreach (var identifier in element.AllowedIdentifiers) - _commonDb.AddToX12CodeListTable(element.QualifierSetId, identifier.ID, identifier.Description); - } - } - } - } - - if (!_transactionDb.ViewExists("Entity") - && _specs.ContainsKey("NM1") - && _specs.ContainsKey("N1") - && _specs.ContainsKey("N3") - && _specs.ContainsKey("N4") - && _specs.ContainsKey("PER") - && _specs.ContainsKey("DMG")) - _transactionDb.CreateEntityView(_commonDb.Schema); - - if (_commonDb.HasIdentityColumn("Container")) - _commonDb.RemoveIdentityColumn("Container"); - - if (_transactionDb.HasIdentityColumn("Interchange")) - _transactionDb.RemoveIdentityColumn("Interchange"); - - if (_transactionDb.HasIdentityColumn("FunctionalGroup")) - _transactionDb.RemoveIdentityColumn("FunctionalGroup"); - - if (_transactionDb.HasIdentityColumn("TransactionSet")) - _transactionDb.RemoveIdentityColumn("TransactionSet"); - - if (_transactionDb.HasIdentityColumn("Loop")) - _transactionDb.RemoveIdentityColumn("Loop"); - - if (_transactionDb.HasIdentityColumn("ParsingError")) - _transactionDb.RemoveIdentityColumn("ParsingError"); - - _idProvider.EnsureSchema(); - - _schemaEnsured = true; - } - } - - /// - /// Saves the entire interchange into the database as individual segments and the relationships between the segments - /// and loops - /// - /// The parsed interchange object - /// - /// - /// The interchangeId from the database - public object Save(Interchange interchange, string filename, string userName) - { - EnsureSchema(); - var positionInInterchange = 1; - - var interchangeId = SaveInterchange(interchange, filename, userName); - try - { - SaveSegment(null, interchange, positionInInterchange, interchangeId); - - foreach (var fg in interchange.FunctionGroups) - { - var functionalGroupId = SaveFunctionalGroup(fg, interchangeId); - SaveSegment(null, fg, ++positionInInterchange, interchangeId, functionalGroupId); - - foreach (var tran in fg.Transactions) - { - string transactionSetCode = tran.IdentifierCode; - var transactionSetId = SaveTransactionSet(tran, interchangeId, functionalGroupId); - SaveSegment(null, tran, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); - - foreach (var seg in tran.Segments) - { - if (seg is HierarchicalLoopContainer) - { - positionInInterchange++; - SaveLoopAndChildren( - (HierarchicalLoopContainer) seg, - ref positionInInterchange, - interchangeId, - functionalGroupId, - transactionSetId, - transactionSetCode, - null); - } - else - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); - } - foreach (var hl in tran.HLoops) - { - positionInInterchange++; - SaveLoopAndChildren( - hl, - ref positionInInterchange, - interchangeId, - functionalGroupId, - transactionSetId, - transactionSetCode, - null); - } - - foreach (var seg in tran.TrailerSegments) - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); - } - - foreach (var seg in fg.TrailerSegments) - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId); - } - - foreach (var seg in interchange.TrailerSegments) - SaveSegment(null, seg, ++positionInInterchange, interchangeId); - - ExecuteBatch(null); - return interchangeId; - } - catch (Exception) - { - MarkInterchangeWithError(interchangeId); - throw; - } - } - - /// - /// This will save revisions to an x12 transaction that was returned from the GetTransactionSegments method. - /// The update is stored as inserts into the database, and only the most current revision that hasn't been deleted is - /// returned on the next retrieval - /// - /// - /// The segments to be updated, only segments with a different SegmentString or Deleted value will - /// be updated - /// - /// The reason for the revision - /// Ther username of the user who has made the revision - /// - public int SaveRevision(IList segments, string comments, string revisedBy) - { - int? revisionId; - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - var sqlTran = conn.BeginTransaction(); - try - { - var sql = string.Format(@" -insert into [{0}].[Revision] (SchemaName,Comments,RevisionDate,RevisedBy) -values (@schemaName, @comments, getdate(), @revisedBy) - -select scope_identity()", _commonDb.Schema); - - var cmd = new SqlCommand(sql, conn, sqlTran); - cmd.Parameters.AddWithValue("@schemaName", _schema); - cmd.Parameters.AddWithValue("@comments", comments); - cmd.Parameters.AddWithValue("@revisedBy", revisedBy); - revisionId = Convert.ToInt32(ExecuteScalar(cmd)); - - foreach (var segment in segments) - { - SaveSegment( - sqlTran, - segment.Segment, - segment.PositionInInterchange, - segment.InterchangeId, - segment.FunctionalGroupId, - segment.TransactionSetId, - segment.ParentLoopId, - segment.LoopId, - revisionId, - segment.RevisionId, - segment.Deleted); - } - - sqlTran.Commit(); - } - catch (Exception) - { - sqlTran.Rollback(); - throw; - } - } - return revisionId.Value; - } - - private object SaveLoopAndChildren( - HierarchicalLoopContainer loop, - ref int positionInInterchange, - object interchangeId, - object functionalGroupId, - object transactionSetId, - string transactionSetCode, - object parentId) - { - object loopId = null; - if (loop is HierarchicalLoop) - { - loopId = SaveHierarchicalLoop( - (HierarchicalLoop) loop, - interchangeId, - transactionSetId, - transactionSetCode, - parentId); - } - else if (loop is Loop) - { - loopId = SaveLoop((Loop) loop, interchangeId, transactionSetId, transactionSetCode, parentId); - } - - if (loopId != null && loopId != _defaultIdentityTypeValue) - { - SaveSegment(null, loop, positionInInterchange, interchangeId, functionalGroupId, transactionSetId, parentId, loopId); - - foreach (var seg in loop.Segments) - { - if (seg is HierarchicalLoopContainer) - { - positionInInterchange++; - SaveLoopAndChildren( - (HierarchicalLoopContainer) seg, - ref positionInInterchange, - interchangeId, - functionalGroupId, - transactionSetId, - transactionSetCode, - loopId); - } - else - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId, loopId); - } - - foreach (var hl in loop.HLoops) - { - positionInInterchange++; - SaveLoopAndChildren( - hl, - ref positionInInterchange, - interchangeId, - functionalGroupId, - transactionSetId, - transactionSetCode, - loopId); - } - return loopId; - } - throw new InvalidOperationException( - string.Format("Loop could not be created for interchange {0} position {1}.", interchangeId, positionInInterchange)); - } - - private void MarkInterchangeWithError(object interchangeId) - { - var cmd = - new SqlCommand(string.Format("update [{0}].Interchange set HasError = 1 where Id = @interchangeId", _schema)); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - ExecuteCmd(cmd); - } - - protected virtual string GetContainerIdSql(string segmentId) - { - return string.Format( - @"INSERT INTO [{1}].[Container] (Id, SchemaName, Type) VALUES (@containerId, '{0}','{2}');", - _schema, - _commonDb.Schema, - segmentId); - } - - private object SaveInterchange(Interchange interchange, string filename, string userName) - { - var date = DateTime.MaxValue; - - try - { - date = interchange.InterchangeDate; - } - catch (Exception exc) - { - Trace.TraceWarning( - "Interchange date '{0}' and time '{1}' could not be parsed. {2}", - interchange.GetElement(9), - interchange.GetElement(10), - exc.Message); - } - - var interchangeId = _idProvider.NextId(_schema, "Interchange"); - var containerId = _idProvider.NextId(_commonDb.Schema, "Container"); - - var cmd = new SqlCommand(GetContainerIdSql("ISA") + string.Format(@" -INSERT INTO [{0}].[Interchange] (Id, SenderId, ReceiverId, ControlNumber, [Date], SegmentTerminator, ElementSeparator, ComponentSeparator, Filename, HasError, CreatedBy, CreatedDate) -VALUES (@id, @senderId, @receiverId, @controlNumber, @date, @segmentTerminator, @elementSeparator, @componentSeparator, @filename, 0, @createdBy, getdate()) -", _schema)); - cmd.Parameters.AddWithValue("@id", interchangeId); - cmd.Parameters.AddWithValue("@containerId", containerId); - cmd.Parameters.AddWithValue("@senderId", interchange.InterchangeSenderId); - cmd.Parameters.AddWithValue("@receiverId", interchange.InterchangeReceiverId); - cmd.Parameters.AddWithValue("@controlNumber", interchange.InterchangeControlNumber); - cmd.Parameters.AddWithValue("@date", date); - cmd.Parameters.AddWithValue("@segmentTerminator", interchange.Delimiters.SegmentTerminator); - cmd.Parameters.AddWithValue("@elementSeparator", interchange.Delimiters.ElementSeparator); - cmd.Parameters.AddWithValue("@componentSeparator", interchange.Delimiters.SubElementSeparator); - cmd.Parameters.AddWithValue("@filename", filename); - cmd.Parameters.AddWithValue("@createdBy", userName); - - ExecuteCmd(cmd); - - return interchangeId; - } - - private object SaveFunctionalGroup(FunctionGroup functionGroup, object interchangeId) - { - string idCode; - var date = DateTime.MaxValue; - var controlNumber = 0; - string version; - - if (functionGroup.FunctionalIdentifierCode.Length <= 2) - idCode = functionGroup.FunctionalIdentifierCode; - else - { - idCode = functionGroup.FunctionalIdentifierCode.Substring(0, 2); - Trace.TraceWarning( - "FunctionalIdentifier code '{0}' will be truncated because it exceeds the max length of 2.", - functionGroup.FunctionalIdentifierCode); - } - try - { - date = functionGroup.Date; - } - catch (Exception exc) - { - Trace.TraceWarning( - "FunctionalGroup date '{0}' and time '{1}' could not be parsed. {2}", - functionGroup.GetElement(4), - functionGroup.GetElement(5), - exc.Message); - } - try - { - controlNumber = functionGroup.ControlNumber; - } - catch (Exception exc) - { - Trace.TraceWarning( - "FunctionalGroup control number '{0}' could not be parsed. {1}", - functionGroup.GetElement(6), - exc.Message); - } - if (functionGroup.VersionIdentifierCode.Length <= 12) - version = functionGroup.VersionIdentifierCode; - else - { - version = functionGroup.VersionIdentifierCode.Substring(0, 12); - Trace.TraceWarning( - "FunctionalGroup version number '{0}' will be truncated because it exceeds the max length of 12.", - functionGroup.VersionIdentifierCode); - } - - var functionalGroupId = _idProvider.NextId(_schema, "FunctionalGroup"); - var containerId = _idProvider.NextId(_commonDb.Schema, "Container"); - - var cmd = new SqlCommand(GetContainerIdSql("GS") + string.Format(@" -INSERT INTO [{0}].[FunctionalGroup] (Id, InterchangeId, FunctionalIdCode, Date, ControlNumber, Version) -VALUES (@id, @interchangeId, @functionalIdCode, @date, @controlNumber, @version) -", _schema, _commonDb.Schema)); - cmd.Parameters.AddWithValue("@id", functionalGroupId); - cmd.Parameters.AddWithValue("@containerId", containerId); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@functionalIdCode", idCode); - cmd.Parameters.AddWithValue("@date", date); - cmd.Parameters.AddWithValue("@controlNumber", controlNumber); - cmd.Parameters.AddWithValue("@version", version); - - ExecuteCmd(cmd); - - return functionalGroupId; - } - - private object SaveTransactionSet(Transaction transaction, object interchangeId, object functionalGroupId) - { - string controlNumber = transaction.ControlNumber; - if (controlNumber.Length > 9) - { - controlNumber = controlNumber.Substring(0, 9); - Trace.TraceWarning( - "Transaction control number '{0}' will be truncated because it exceeds the max length of 9.", - transaction.ControlNumber); - } - - var transactionSetId = _idProvider.NextId(_schema, "TransactionSet"); - var containerId = _idProvider.NextId(_commonDb.Schema, "Container"); - - var cmd = new SqlCommand(GetContainerIdSql("ST") + string.Format(@" -INSERT INTO [{0}].[TransactionSet] (Id, InterchangeId, FunctionalGroupId, IdentifierCode, ControlNumber) -VALUES (@id, @interchangeId, @functionalGroupId, @identifierCode, @controlNumber) -", _schema, _commonDb.Schema)); - cmd.Parameters.AddWithValue("@id", transactionSetId); - cmd.Parameters.AddWithValue("@containerId", containerId); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@functionalGroupId", functionalGroupId); - cmd.Parameters.AddWithValue("@identifierCode", transaction.IdentifierCode); - cmd.Parameters.AddWithValue("@controlNumber", controlNumber); - - ExecuteCmd(cmd); - - return transactionSetId; - } - - private object SaveHierarchicalLoop( - HierarchicalLoop loop, - object interchangeId, - object transactionSetId, - string transactionSetCode, - object parentLoopId) - { - var hlId = _idProvider.NextId(_schema, "Loop"); - var containerId = _idProvider.NextId(_commonDb.Schema, "Container"); - - var cmd = new SqlCommand(GetContainerIdSql("HL") + string.Format(@" -INSERT INTO [{0}].[Loop] (Id, ParentLoopId, InterchangeId, TransactionSetId, TransactionSetCode, SpecLoopId, LevelId, LevelCode, StartingSegmentId) -VALUES (@id, @parentLoopId, @interchangeId, @transactionSetId, @transactionSetCode, @specLoopId, @levelId, @levelCode, 'HL') -", _schema, _commonDb.Schema)); - cmd.Parameters.AddWithValue("@id", hlId); - cmd.Parameters.AddWithValue("@containerId", containerId); - cmd.Parameters.AddWithValue("@parentLoopId", parentLoopId != null && parentLoopId != _defaultIdentityTypeValue ? parentLoopId : DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@transactionSetId", transactionSetId); - cmd.Parameters.AddWithValue("@transactionSetCode", transactionSetCode); - cmd.Parameters.AddWithValue("@specLoopId", loop.Specification.LoopId); - cmd.Parameters.AddWithValue("@levelId", loop.Id); - cmd.Parameters.AddWithValue("@levelCode", loop.LevelCode); - - ExecuteCmd(cmd); - - return hlId; - } - - protected virtual string GetEntityTypeCode(Loop loop) - { - if (new[] { "CLI", "CUR", "G18", "MRC", "N1", "NM1", "NX1", "RDI" }.Contains(loop.SegmentId)) - return loop.GetElement(1); - - if (new[] { "ENT", "LCD", "NX1", "PLA", "PT" }.Contains(loop.SegmentId)) - return loop.GetElement(2); - - if (new[] { "IN1", "NX1", "SCH" }.Contains(loop.SegmentId)) - return loop.GetElement(3); - - return null; - } - - protected string GetSaveLoopSql( - object id, - Loop loop, - object interchangeId, - object transactionSetId, - string transactionSetCode, - object parentLoopId) - { - var entityIdentifierCode = GetEntityTypeCode(loop); - - var sql = new StringBuilder(); - - sql.AppendFormat( - @" -INSERT INTO [{0}].[Loop] (Id, ParentLoopId, InterchangeId, TransactionSetId, TransactionSetCode, SpecLoopId, StartingSegmentId, EntityIdentifierCode) -VALUES ('{1}', {2}, '{3}', '{4}', '{5}', '{6}', '{7}', {8}) ", - _schema - , - id - , - parentLoopId == _defaultIdentityTypeValue ? "NULL" : string.Format("'{0}'", parentLoopId) - , - interchangeId - , - transactionSetId - , - transactionSetCode - , - loop.Specification.LoopId - , - loop.SegmentId - , - entityIdentifierCode == null ? "NULL" : string.Format("'{0}'", entityIdentifierCode) - ); - - return sql.ToString(); - } - - protected virtual object SaveLoop( - Loop loop, - object interchangeId, - object transactionSetId, - string transactionSetCode, - object parentLoopId) - { - var id = _idProvider.NextId(_schema, "Loop"); - - _segmentBatch.AddLoop( - id, - loop, - interchangeId, - transactionSetId != _defaultIdentityTypeValue ? transactionSetId : null, - transactionSetCode, - parentLoopId != _defaultIdentityTypeValue ? parentLoopId : null, - GetEntityTypeCode(loop)); - - return id; - } - - private bool SegmentHasChanged( - DetachedSegment segment, - int positionInInterchange, - object interchangeId, - int? previousRevisionId) - { - using (var conn = new SqlConnection(_dsn)) - { - var cmd = new SqlCommand(string.Format(@" -select RevisionId, Deleted, Segment, r.RevisedBy, r.RevisionDate -from [{0}].Segment s -left join [{1}].Revision r on s.RevisionId = r.Id -where InterchangeId = @interchangeId and PositionInInterchange = @positionInInterchange -order by RevisionId desc", _schema, _commonDb.Schema), conn); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@positionInInterchange", positionInInterchange); - - conn.Open(); - var reader = cmd.ExecuteReader(); - // only need to read first row - if (reader.Read()) - { - if (Convert.ToBoolean(reader["Deleted"])) - throw new InvalidOperationException( - string.Format( - "Segment {0} of interchange {1} in position {2} has already been deleted by {3} at {4}.", - segment.SegmentId, - interchangeId, - positionInInterchange, - reader["RevisedBy"], - reader["RevisionDate"])); - - if (previousRevisionId.HasValue && Convert.ToInt64(reader["RevisionId"]) != Convert.ToInt64(previousRevisionId)) - throw new InvalidOperationException( - string.Format( - "Segment {0} of interchange {1} in position {2} has already been revised by {3} at {4}.", - segment.SegmentId, - interchangeId, - positionInInterchange, - reader["RevisedBy"], - reader["RevisionDate"])); - - return Convert.ToString(reader["Segment"]) != segment.SegmentString; - } - throw new InvalidOperationException( - string.Format( - "A segment does not exist for interchange {0} at position {1}.", - interchangeId, - positionInInterchange)); - } - } - - protected virtual void SaveSegment( - SqlTransaction tran, - DetachedSegment segment, - int positionInInterchange, - object interchangeId, - object functionalGroupId = null, - object transactionSetId = null, - object parentLoopId = null, - object loopId = null, - int? revisionId = null, - int? previousRevisionId = null, - bool deleted = false) - { - if (!revisionId.HasValue || SegmentHasChanged(segment, positionInInterchange, interchangeId, previousRevisionId) || - deleted) - { - _segmentBatch.AddSegment( - tran, - interchangeId, - positionInInterchange, - revisionId ?? 0, - ConvertT(functionalGroupId), - ConvertT(transactionSetId), - ConvertT(parentLoopId), - ConvertT(loopId), - deleted, - segment, - _specs.ContainsKey(segment.SegmentId) ? _specs[segment.SegmentId] : null); - - if (tran != null || _segmentBatch._segmentTable.Rows.Count >= _batchSize) - { - ExecuteBatch(tran); - } - } - } - - internal virtual void ExecuteBatch(SqlTransaction tran) - { - if (_segmentBatch.LoopCount > 0) - { - try - { - using (var conn = tran == null ? new SqlConnection(_dsn) : tran.Connection) - { - if (conn.State != ConnectionState.Open) - conn.Open(); - - using (var sbc = new SqlBulkCopy(conn)) - { - sbc.DestinationTableName = string.Format("[{0}].[Container]", _commonDb.Schema); - - var containerTable = new DataTable(); - containerTable.Columns.Add("Id", _identityType); - containerTable.Columns.Add("SchemaName", typeof (string)); - containerTable.Columns.Add("Type", typeof (string)); - - foreach (DataRow row in _segmentBatch._loopTable.Rows) - { - var containerId = _idProvider.NextId(_commonDb.Schema, "Container"); - containerTable.Rows.Add(containerId, _schema, row["StartingSegmentId"]); - } - - foreach (DataColumn c in containerTable.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(containerTable); - } - - using (var sbc = new SqlBulkCopy(conn)) - { - sbc.DestinationTableName = string.Format("[{0}].[Loop]", _schema); - foreach (DataColumn c in _segmentBatch._loopTable.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(_segmentBatch._loopTable); - } - } - - _segmentBatch._loopTable.Clear(); - } - catch (Exception exc) - { - Trace.WriteLine(exc.Message); - Trace.TraceInformation( - "Error Saving {0} loops to db starting with {1}.", - _segmentBatch.LoopCount, - _segmentBatch.StartingSegment); - - throw; - } - } - - if (_segmentBatch.SegmentCount > 0) - { - try - { - using (var conn = tran == null ? new SqlConnection(_dsn) : tran.Connection) - { - if (conn.State != ConnectionState.Open) - conn.Open(); - using (var sbc = new SqlBulkCopy(conn)) - { - sbc.DestinationTableName = string.Format("[{0}].Segment", _schema); - foreach (DataColumn c in _segmentBatch._segmentTable.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(_segmentBatch._segmentTable); - - foreach (var pair in _segmentBatch._parsedTables) - { - sbc.ColumnMappings.Clear(); - - sbc.DestinationTableName = string.Format("[{0}].[{1}]", _schema, pair.Key); - foreach (DataColumn c in pair.Value.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(pair.Value); - } - } - } - _segmentBatch = new SegmentBatch(this, _identityType); - } - catch (Exception exc) - { - Trace.WriteLine(exc.Message); - Trace.TraceInformation( - "Error Saving {0} segments to db starting with {1}.", - _segmentBatch.SegmentCount, - _segmentBatch.StartingSegment); - - throw; - } - } - } - - public object PersistParsingError( - object interchangeId, - int positionInInterchange, - int? revisionId, - string errorMessage) - { - var errorId = _idProvider.NextId(_schema, "ParsingError"); - var cmd = new SqlCommand(string.Format(@" -INSERT INTO [{0}].ParsingError (Id, InterchangeId,PositionInInterchange,RevisionId,Message) -VALUES (@id, @interchangeId, @positionInInterchange, @revisionId, @message) -", _schema)); - - cmd.Parameters.AddWithValue("@id", errorId); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@positionInInterchange", positionInInterchange); - cmd.Parameters.AddWithValue("@revisionId", revisionId ?? 0); - cmd.Parameters.AddWithValue("@message", errorMessage); - - ExecuteCmd(cmd); - - return errorId; - } - - protected void ExecuteCmd(SqlCommand cmd) - { - _transactionDb.ExecuteCmd(cmd); - } - - protected object ExecuteScalar(SqlCommand cmd) - { - return _transactionDb.ExecuteScalar(cmd); - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/TypeExtensions.cs b/src/OopFactory.X12.Sql/TypeExtensions.cs deleted file mode 100644 index 2fbc7cae..00000000 --- a/src/OopFactory.X12.Sql/TypeExtensions.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace OopFactory.X12.Sql -{ - using System; - - public static class TypeExtensions - { - public static object GetDefaultValue(this Type t) - { - if (t.IsValueType) - return Activator.CreateInstance(t); - - return null; - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12.TransformToX12/OopFactory.X12.TransformToX12.csproj.vspscc b/src/OopFactory.X12.TransformToX12/OopFactory.X12.TransformToX12.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.TransformToX12/OopFactory.X12.TransformToX12.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.UnbundleX12/OopFactory.X12.UnbundleX12.csproj.vspscc b/src/OopFactory.X12.UnbundleX12/OopFactory.X12.UnbundleX12.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.UnbundleX12/OopFactory.X12.UnbundleX12.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.UnbundleX12/Program.cs b/src/OopFactory.X12.UnbundleX12/Program.cs deleted file mode 100644 index 0ce6409b..00000000 --- a/src/OopFactory.X12.UnbundleX12/Program.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.UnbundleX12 -{ - class Program - { - static void Main(string[] args) - { - var opts = new ExecutionOptions(); - try - { - opts.LoadOptions(args); - } - catch (ArgumentException exc) - { - Console.Write(exc.Message); - return; - } - - X12Parser parser = new X12Parser(); - - foreach (var filename in Directory.GetFiles(opts.InputDirectory, opts.FilenamePattern)) - { - FileInfo inputFile = new FileInfo(filename); - List list = new List(); - using (FileStream fs = new FileStream(inputFile.FullName, FileMode.Open, FileAccess.Read)) - { - X12StreamReader reader = new X12StreamReader(fs, Encoding.UTF8); - X12FlatTransaction transaction = reader.ReadNextTransaction(); - while (!string.IsNullOrEmpty(transaction.Transactions.First())) - { - string x12 = transaction.ToString(); - var interchange = parser.ParseMultiple(x12).First(); - if (opts.LoopId == "ST") - list.Add(interchange); - else - { - list.AddRange(parser.UnbundleByLoop(interchange, opts.LoopId)); - } - transaction = reader.ReadNextTransaction(); - } - } - List interchanges = parser.ParseMultiple(new FileStream(filename, FileMode.Open, FileAccess.Read)); - for (int i = 0; i < list.Count; i++) - { - string outputFilename = String.Format(opts.FormatString, opts.OutputDirectory, inputFile.Name, i + 1, inputFile.Extension); - using (FileStream outputFilestream = new FileStream(outputFilename, FileMode.Create, FileAccess.Write)) - { - using (StreamWriter writer = new StreamWriter(outputFilestream)) - { - writer.Write(list[i].SerializeToX12(opts.IncludeWhitespace)); - writer.Close(); - } - outputFilestream.Close(); - } - } - } - } - } -} diff --git a/src/OopFactory.X12.Validation/ContainerInformation.cs b/src/OopFactory.X12.Validation/ContainerInformation.cs deleted file mode 100644 index 45f28552..00000000 --- a/src/OopFactory.X12.Validation/ContainerInformation.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Validation -{ - public class ContainerInformation - { - public ContainerInformation() - { - Segments = new List(); - Containers = new List(); - } - public IContainerSpecification Spec { get; set; } - public string HLoopNumber { get; set; } - public List Segments { get; private set; } - public List Containers { get; private set; } - - public override string ToString() - { - if (Spec == null) - return base.ToString(); - else - return string.Format("LoopId={0}, Segments={1}, Loop={2}", Spec.LoopId, Segments.Count, Containers.Count); - - } - } -} diff --git a/src/OopFactory.X12.Validation/InstitutionalClaimAcknowledgmentService.cs b/src/OopFactory.X12.Validation/InstitutionalClaimAcknowledgmentService.cs deleted file mode 100644 index 61ad87a4..00000000 --- a/src/OopFactory.X12.Validation/InstitutionalClaimAcknowledgmentService.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing; - -namespace OopFactory.X12.Validation -{ - public class InstitutionalClaimAcknowledgmentService : X12AcknowledgmentService - { - public InstitutionalClaimAcknowledgmentService() - : base(new InstitutionalClaimSpecificationFinder()) - { - } - - - } -} diff --git a/src/OopFactory.X12.Validation/Model/DataElementNote.cs b/src/OopFactory.X12.Validation/Model/DataElementNote.cs deleted file mode 100644 index 536479a7..00000000 --- a/src/OopFactory.X12.Validation/Model/DataElementNote.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public class DataElementNote - { - public DataElementNote() - { - if (ContextErrors == null) ContextErrors = new List(); - } - /// - /// IK401 - /// - public PositionInSegment PositionInSegment { get; set; } - - /// - /// IK402 - /// - public string DataElementReferenceNumber { get; set; } - - /// - /// IK403 - /// - public string SyntaxErrorCode { get; set; } - - /// - /// IK404 - /// - public string CopyOfBadElement { get; set; } - - public List ContextErrors { get; set; } - } -} diff --git a/src/OopFactory.X12.Validation/Model/FunctionalGroupResponse.cs b/src/OopFactory.X12.Validation/Model/FunctionalGroupResponse.cs deleted file mode 100644 index cb87959a..00000000 --- a/src/OopFactory.X12.Validation/Model/FunctionalGroupResponse.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public class FunctionalGroupResponse - { - public FunctionalGroupResponse() - { - if (TransactionSetResponses == null) - TransactionSetResponses = new List(); - if (SyntaxErrorCodes == null) - SyntaxErrorCodes = new List(); - } - - public string SenderIdQualifier { get; set; } - public string SenderId { get; set; } - - public string FunctionalIdCode { get; set; } - public string GroupControlNumber { get; set; } - public string VersionIdentifierCode { get; set; } - - public List TransactionSetResponses { get; set; } - - public AcknowledgmentCodeEnum AcknowledgmentCode { get; set; } - - public List SyntaxErrorCodes { get; set; } - } -} diff --git a/src/OopFactory.X12.Validation/Model/SegmentError.cs b/src/OopFactory.X12.Validation/Model/SegmentError.cs deleted file mode 100644 index 044fffd3..00000000 --- a/src/OopFactory.X12.Validation/Model/SegmentError.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public class SegmentError - { - public SegmentError() - { - if (ContextErrors == null) - ContextErrors = new List(); - if (ElementNotes == null) - ElementNotes = new List(); - } - - public string SegmentIdCode { get; set; } - public int SegmentPosition { get; set; } - public string LoopIdentifierCode { get; set; } - public string ImplementationSegmentSyntaxErrorCode { get; set; } - - public List ContextErrors { get; set; } - - public List ElementNotes { get; set; } - - public static string GetErrorDescription(string code) - { - switch (code) - { - case "1": return "Unrecognized segment ID"; - case "2": return "Unexpected segment"; - case "3": return "Required Segment Missing"; - case "4": return "Loop Occurs Over Maximum Times"; - case "5": return "Segment Exceeds Maximum Use"; - case "6": return "Segment Not in Defined Transaction Set"; - case "7": return "Segment Not in Proper Sequence"; - case "8": return "Segment Has Data Element Errors"; - case "I4": return "Implementation “Not Used” Segment Present"; - case "I6": return "Implementation Dependent Segment Missing"; - case "I7": return "Implementation Loop Occurs Under Minimum Times"; - case "I8": return "Implementation Segment Below Minimum Use"; - case "I9": return "Implementation Dependent “Not Used” Segment Present"; - default: - return ""; - } - } - public override string ToString() - { - return string.Format("Id={0}, Pos={1}, LoopId={2}, Error={3}: {4}", - SegmentIdCode, - SegmentPosition, - LoopIdentifierCode, - ImplementationSegmentSyntaxErrorCode, GetErrorDescription(ImplementationSegmentSyntaxErrorCode)); - - } - } -} diff --git a/src/OopFactory.X12.Validation/Model/TransactionSetResponse.cs b/src/OopFactory.X12.Validation/Model/TransactionSetResponse.cs deleted file mode 100644 index 80d0155d..00000000 --- a/src/OopFactory.X12.Validation/Model/TransactionSetResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public class TransactionSetResponse - { - public TransactionSetResponse() - { - if (SegmentErrors == null) - SegmentErrors = new List(); - if (SyntaxErrorCodes == null) - SyntaxErrorCodes = new List(); - } - - public string TransactionSetIdentifierCode { get; set; } - public string TransactionSetControlNumber { get; set; } - public string ImplementationConventionReference { get; set; } - - public List SegmentErrors { get; set; } - - public AcknowledgmentCodeEnum AcknowledgmentCode { get; set; } - - public List SyntaxErrorCodes { get; set; } - } -} diff --git a/src/OopFactory.X12.Validation/OopFactory.X12.Validation.csproj.vspscc b/src/OopFactory.X12.Validation/OopFactory.X12.Validation.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.Validation/OopFactory.X12.Validation.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.Validation/OopFactory.X12.Validation.nuspec b/src/OopFactory.X12.Validation/OopFactory.X12.Validation.nuspec deleted file mode 100644 index ca686783..00000000 --- a/src/OopFactory.X12.Validation/OopFactory.X12.Validation.nuspec +++ /dev/null @@ -1,21 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - http://x12parser.codeplex.com/license - http://x12parser.codeplex.com/ - http://x12parser.codeplex.com/ - false - $description$ - - Copyright 2015 - X12 Parser - - - - - \ No newline at end of file diff --git a/src/OopFactory.X12.Validation/Properties/AssemblyInfo.cs b/src/OopFactory.X12.Validation/Properties/AssemblyInfo.cs deleted file mode 100644 index a4e89787..00000000 --- a/src/OopFactory.X12.Validation/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Validation")] -[assembly: AssemblyDescription("Open Source .NET C# X12 Parser")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Dannie Strubhar")] -[assembly: AssemblyProduct("OopFactory.X12.Validation")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5aa383ae-0ba7-4263-987b-31ba3784a3e6")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/OopFactory.X12.Validation/SegmentInformation.cs b/src/OopFactory.X12.Validation/SegmentInformation.cs deleted file mode 100644 index 7ee05b43..00000000 --- a/src/OopFactory.X12.Validation/SegmentInformation.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Validation -{ - public class SegmentInformation - { - public string SegmentId { get; set; } - public int SegmentPosition { get; set; } - public string[] Elements { get; set; } - public string LoopId { get; set; } - public SegmentSpecification Spec { get; set; } - - public override string ToString() - { - return string.Format("Id={0}, Pos={1}, Loop={2}", SegmentId, SegmentPosition, LoopId); - } - } -} diff --git a/src/OopFactory.X12.Validation/X12AcknowledgmentService.cs b/src/OopFactory.X12.Validation/X12AcknowledgmentService.cs deleted file mode 100644 index f7886359..00000000 --- a/src/OopFactory.X12.Validation/X12AcknowledgmentService.cs +++ /dev/null @@ -1,359 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Model.Typed; -using OopFactory.X12.Parsing.Specification; -using OopFactory.X12.Validation.Model; - -namespace OopFactory.X12.Validation -{ - public class X12AcknowledgmentService - { - ISpecificationFinder _specFinder; - private char[] _ignoredChars; - - public X12AcknowledgmentService(ISpecificationFinder specFinder, char[] ignoredChars) - { - _specFinder = specFinder; - _ignoredChars = ignoredChars; - } - - public X12AcknowledgmentService(ISpecificationFinder specFinder) : this(specFinder, new char[] { }) { } - - public X12AcknowledgmentService(char[] ignoredChars) : this(new SpecificationFinder(), ignoredChars) { } - - public X12AcknowledgmentService() : this(new SpecificationFinder(), new char[] { }) { } - - public List AcknowledgeTransactions(Stream x12Stream) - { - return AcknowledgeTransactions(x12Stream, Encoding.UTF8); - } - - public virtual List AcknowledgeTransactions(Stream x12Stream, Encoding encoding) - { - var responses = new Dictionary(); - - using (var reader = new X12StreamReader(x12Stream, encoding, _ignoredChars)) - { - var trans = reader.ReadNextTransaction(); - while (!string.IsNullOrEmpty(trans.Transactions.First())) - { - string[] isaElements = reader.SplitSegment(trans.IsaSegment); - string[] gsElements = reader.SplitSegment(trans.GsSegment); - string functionalIdentifierCode = gsElements[1]; - string groupControlNumber = gsElements[6]; - string versionIdentifierCode = gsElements[8]; - - if (!responses.ContainsKey(groupControlNumber)) - { - responses.Add(groupControlNumber, new FunctionalGroupResponse - { - SenderIdQualifier = isaElements[5], - SenderId = isaElements[6], - FunctionalIdCode = functionalIdentifierCode, - GroupControlNumber = groupControlNumber, - VersionIdentifierCode = versionIdentifierCode - }); - } - var groupResponse = responses[groupControlNumber]; - var response = AcknowledgeTransaction(reader, functionalIdentifierCode, versionIdentifierCode, trans.Transactions[0]); - groupResponse.TransactionSetResponses.Add(response); - - trans = reader.ReadNextTransaction(); - } - - } - - return responses.Values.ToList(); - } - - protected virtual TransactionSetResponse AcknowledgeTransaction(X12StreamReader reader, string functionalCode, string versionIdentifierCode, string transaction) - { - string[] stElements = reader.SplitSegment(transaction); - var response = new TransactionSetResponse - { - TransactionSetIdentifierCode = stElements[1], - TransactionSetControlNumber = stElements[2] - }; - if (stElements.Length >= 4) - response.ImplementationConventionReference = stElements[3]; - - var transactionSpec = _specFinder.FindTransactionSpec(functionalCode, versionIdentifierCode, response.TransactionSetIdentifierCode); - - if (transactionSpec == null) - { - response.SyntaxErrorCodes.Add("1"); // Transaction Set Not Supported - response.AcknowledgmentCode = AcknowledgmentCodeEnum.R_Rejected; - return response; - } - - #region Validate against transaction specification - Stack containers = new Stack(); - var transactionContainer = new ContainerInformation { Spec = transactionSpec }; - containers.Push(transactionContainer); - - List segmentInfos = new List(); - string[] segments = transaction.Split(new char[] { reader.Delimiters.SegmentTerminator }, StringSplitOptions.RemoveEmptyEntries); - for (int i = 0; i < segments.Length; i++) - { - string[] elements = segments[i].Split(reader.Delimiters.ElementSeparator); - var segmentInfo = new SegmentInformation { SegmentId = elements[0], SegmentPosition = i + 1, Elements = elements }; - segmentInfo.Spec = _specFinder.FindSegmentSpec(versionIdentifierCode, segmentInfo.SegmentId); - segmentInfos.Add(segmentInfo); - - ContainerInformation currentContainer = containers.Peek(); - - switch (segmentInfo.SegmentId) - { - case "ST": - case "SE": - segmentInfo.LoopId = ""; - transactionContainer.Segments.Add(segmentInfo); - break; - case "HL": - string hlNumber = segmentInfo.Elements[1]; - string hlParentNumber = segmentInfo.Elements[2]; - string hlLevelCode = segmentInfo.Elements[3]; - var hlSpec = transactionSpec.HierarchicalLoopSpecifications.FirstOrDefault(hls => hls.LevelCode == hlLevelCode); - if (hlSpec != null) - { - while (!(containers.Peek().Spec is TransactionSpecification)) - { - if (containers.Peek().HLoopNumber == hlParentNumber) - break; - containers.Pop(); - } - segmentInfo.LoopId = hlSpec.LoopId; - var hlContainer = new ContainerInformation { Spec = hlSpec, HLoopNumber = hlNumber }; - hlContainer.Segments.Add(segmentInfo); - containers.Peek().Containers.Add(hlContainer); - containers.Push(hlContainer); - } - else - { - response.SegmentErrors.Add(CreateDataElementError(segmentInfo, 3, "I6", hlLevelCode)); //Code Value Not Used in Implementation - response.AcknowledgmentCode = AcknowledgmentCodeEnum.X_Rejected_ContentCouldNotBeAnalyzed; - return response; // end validation if HL cannot be recognized since hl spec will not be available - } - break; - default: - bool matchFound = false; - do - { - var matchingLoopSpecs = currentContainer.Spec.LoopSpecifications.Where(ls => ls.StartingSegment.SegmentId == segmentInfo.SegmentId).ToList(); - - if (matchingLoopSpecs.Count > 0) - { - IContainerSpecification matchingLoopSpec = null; - if (matchingLoopSpecs.Count == 1) - matchingLoopSpec = matchingLoopSpecs.First(); - else - { - string entityCode = elements[1]; - matchingLoopSpec = matchingLoopSpecs.FirstOrDefault(ls => ls.StartingSegment.EntityIdentifiers.Exists(ei => ei.Code == entityCode)); - } - - if (matchingLoopSpec != null) - { - segmentInfo.LoopId = matchingLoopSpec.LoopId; - var loopContainer = new ContainerInformation { Spec = matchingLoopSpec }; - loopContainer.Segments.Add(segmentInfo); - containers.Peek().Containers.Add(loopContainer); - containers.Push(loopContainer); - matchFound = true; - } - else - { - response.SegmentErrors.Add(CreateSegmentError(segmentInfo, "6")); //Segment Not in Defined Transaction Set - response.AcknowledgmentCode = AcknowledgmentCodeEnum.X_Rejected_ContentCouldNotBeAnalyzed; - return response; - } - } - else if (currentContainer.Spec.SegmentSpecifications.Exists(ss => ss.SegmentId == segmentInfo.SegmentId)) - { - segmentInfo.LoopId = currentContainer.Spec.LoopId; - currentContainer.Segments.Add(segmentInfo); - matchFound = true; - } - else - { - if (currentContainer.Spec is TransactionSpecification) - { - response.SegmentErrors.Add(CreateSegmentError(segmentInfo, "2")); // Unexpected segment - response.AcknowledgmentCode = AcknowledgmentCodeEnum.X_Rejected_ContentCouldNotBeAnalyzed; - return response; // end validation if unrecognized segment encountered (cannot guarantee we are pointing at correct container) - } - else - { - containers.Pop(); - currentContainer = containers.Peek(); - } - } - } while (!matchFound); - break; - } - response.SegmentErrors.AddRange(ValidateSegmentAgainstSpec(segmentInfo)); - } - - response.SegmentErrors.AddRange(ValidateContainerAgainstSpec(transactionContainer)); - - #endregion - - #region Validate transaction trailer - var trailerSegment = segmentInfos.FirstOrDefault(si => si.SegmentId == "SE"); - if (trailerSegment == null) - { - response.SyntaxErrorCodes.Add("2"); //Transaction Set Trailer Missing - } - else - { - if (trailerSegment.Elements.Length <= 2 || trailerSegment.Elements[2] != response.TransactionSetControlNumber) - response.SyntaxErrorCodes.Add("3"); // Transaction Set Control Number in Header and Trailer Do Not Match - - if (trailerSegment.Elements.Length >= 2) - { - int segmentCount; - int.TryParse(trailerSegment.Elements[1], out segmentCount); - if (segmentCount != segmentInfos.Count) - response.SyntaxErrorCodes.Add("4"); // Number of Included Segments Does Not Match Actual Count - } - else - response.SyntaxErrorCodes.Add("4"); // Number of Included Segments Does Not Match Actual Count - } - - #endregion - - if (response.SegmentErrors.Count > 0 || response.SyntaxErrorCodes.Count > 0) - { - if (response.SegmentErrors.Count > 0) - response.SyntaxErrorCodes.Add("5"); //One or More Segments in Error - if (response.AcknowledgmentCode == AcknowledgmentCodeEnum.A_Accepted) - response.AcknowledgmentCode = AcknowledgmentCodeEnum.E_Accepted_ButErrorsWereNoted; - } - return response; - } - - protected virtual IEnumerable ValidateContainerAgainstSpec(ContainerInformation container) - { - var errors = new List(); - - foreach (var segmentSpec in container.Spec.SegmentSpecifications.Where(ss => ss.Usage == UsageEnum.Required)) - { - if (!container.Segments.Exists(s => s.SegmentId == segmentSpec.SegmentId)) - { - errors.Add(CreateSegmentError(new SegmentInformation { - SegmentId = segmentSpec.SegmentId, - LoopId = container.Spec.LoopId, - SegmentPosition = container.Segments.Count > 0 ? container.Segments.First().SegmentPosition : 0}, - "3")); // Required segment is missing - } - - if (segmentSpec.Repeat > 0 && container.Segments.Count(s => s.SegmentId == segmentSpec.SegmentId) > segmentSpec.Repeat) - { - errors.Add(CreateSegmentError(container.Segments.Last(s=>s.SegmentId == segmentSpec.SegmentId), - "5")); // Segment Exceeds Maximum Use - } - } - - foreach (var loopSpec in container.Spec.LoopSpecifications.Where(ls => ls.Usage == UsageEnum.Required)) - { - if (!container.Containers.Exists(c => c.Spec.LoopId == loopSpec.LoopId)) - { - errors.Add(CreateSegmentError(new SegmentInformation - { - SegmentId = loopSpec.StartingSegment.SegmentId, - LoopId = container.Spec.LoopId, - SegmentPosition = container.Segments.Count > 0 ? container.Segments.Last().SegmentPosition : 0 - }, "I7")); // Implementation Loop Occurs Under Minimum Times - } - - if (loopSpec.LoopRepeat > 0 && container.Containers.Count(c => c.Spec.LoopId == loopSpec.LoopId) > loopSpec.LoopRepeat) - { - errors.Add(CreateSegmentError(container.Containers.Last(c=>c.Spec.LoopId == loopSpec.LoopId).Segments.First(), - "4")); // Loop Occurs Over Maximum Times - } - } - - foreach (var childContainer in container.Containers) - { - errors.AddRange(ValidateContainerAgainstSpec(childContainer)); - } - return errors; - } - - protected virtual IList ValidateSegmentAgainstSpec(SegmentInformation segmentInfo) - { - var errors = new List(); - if (segmentInfo.Spec != null) - { - for (int iSpec = 0; iSpec < segmentInfo.Spec.Elements.Count; iSpec++) - { - var elementSpec = segmentInfo.Spec.Elements[iSpec]; - - if (iSpec < segmentInfo.Elements.Length - 1) - { - string element = segmentInfo.Elements[iSpec + 1]; - - if (element == "" && elementSpec.Required) - errors.Add(CreateDataElementError(segmentInfo, iSpec + 1, "1", null)); - else if (element.Length < elementSpec.MinLength && (elementSpec.Required || element.Length > 0)) - { - errors.Add(CreateDataElementError(segmentInfo, iSpec + 1, "4", element)); - } - else if (element.Length > elementSpec.MaxLength && elementSpec.MaxLength > 0) - { - errors.Add(CreateDataElementError(segmentInfo, iSpec + 1, "5", element)); - } - - } - else - { - if (elementSpec.Required) // required element is missing from segment - errors.Add(CreateDataElementError(segmentInfo, iSpec + 1, "1", null)); - - } - } - - if (segmentInfo.Elements.Length - 1 > segmentInfo.Spec.Elements.Count) - { - int elementPosition = segmentInfo.Spec.Elements.Count + 1; - errors.Add(CreateDataElementError(segmentInfo, elementPosition, "3", segmentInfo.Elements[elementPosition])); - } - } - return errors; - } - - protected SegmentError CreateSegmentError(SegmentInformation segmentInfo, string syntaxErrorCode) - { - return new SegmentError - { - SegmentIdCode = segmentInfo.SegmentId, - SegmentPosition = segmentInfo.SegmentPosition, - LoopIdentifierCode = segmentInfo.LoopId, - ImplementationSegmentSyntaxErrorCode = syntaxErrorCode - }; - } - - protected SegmentError CreateDataElementError(SegmentInformation segmentInfo, int elementPositionInSegment, string syntaxErrorCode, string element) - { - var error = new SegmentError - { - SegmentIdCode = segmentInfo.SegmentId, - SegmentPosition = segmentInfo.SegmentPosition, - LoopIdentifierCode = segmentInfo.LoopId, - ImplementationSegmentSyntaxErrorCode = "8" - }; - error.ElementNotes.Add(new DataElementNote - { - PositionInSegment = new PositionInSegment { ElementPositionInSegment = elementPositionInSegment }, - SyntaxErrorCode = syntaxErrorCode, - CopyOfBadElement = element - }); - return error; - } - } -} diff --git a/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj b/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj deleted file mode 100644 index 23260f0d..00000000 --- a/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {19307F16-3D8C-4E4D-8903-8BAD12EDAE78} - Exe - Properties - OopFactory.X12.X12Parser - X12Parser - v4.0 - - - 512 - SAK - SAK - SAK - SAK - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - - xcopy "$(TargetDir)Specifications\*" "$(SolutionDir)Release\Specifications\" /r /y /c /i -xcopy "$(TargetDir)*.dll" "$(SolutionDir)Release\" /r /y /c /i -xcopy "$(TargetDir)*.xml" "$(SolutionDir)Release\" /r /y /c /i -xcopy "$(TargetDir)$(TargetName)$(TargetExt)*" "$(SolutionDir)Release\" /r /y /c /i - - - \ No newline at end of file diff --git a/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj.user b/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj.user deleted file mode 100644 index 51dcaec6..00000000 --- a/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj.user +++ /dev/null @@ -1,9 +0,0 @@ - - - - C:\Projects\Codeplex\X12Parser\trunk\tests\OopFactory.X12.Tests.Unit\Parsing\_SampleEdiFiles\INS\_837P\_5010\UnicodeExample.txt - - - "D:\Test.CLM" "D:\Test.xml" - - \ No newline at end of file diff --git a/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj.vspscc b/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12.X12Parser/OopFactory.X12.X12Parser.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12.X12Parser/Program.cs b/src/OopFactory.X12.X12Parser/Program.cs deleted file mode 100644 index 9315877b..00000000 --- a/src/OopFactory.X12.X12Parser/Program.cs +++ /dev/null @@ -1,106 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Linq; -using System.Text; -using System.IO; -using OopFactory.X12.Parsing; - -namespace OopFactory.X12.X12Parser -{ - class Program - { - static void Main(string[] args) - { - int maxBatchSize = 10 * 1012 * 1012; // 10 Mbytes - if (ConfigurationManager.AppSettings["MaxBatchSize"] != null) - maxBatchSize = Convert.ToInt32(ConfigurationManager.AppSettings["MaxBatchSize"]); - - bool throwException = Convert.ToBoolean(ConfigurationManager.AppSettings["ThrowExceptionOnSyntaxErrors"]); - - string x12Filename = args[0]; - string outputFilename = args.Length > 1 ? args[1] : x12Filename + ".xml"; - - OopFactory.X12.Parsing.X12Parser parser = new Parsing.X12Parser(throwException); - parser.ParserWarning += new Parsing.X12Parser.X12ParserWarningEventHandler(parser_ParserWarning); - - byte[] header = new byte[6]; - using (FileStream fs = new FileStream(x12Filename, FileMode.Open, FileAccess.Read)) - { - // peak at first 6 characters to determine if this is a unicode file - fs.Read(header, 0, 6); - fs.Close(); - } - Encoding encoding = (header[1] == 0 && header[3] == 0 && header[5] == 0) ? Encoding.Unicode : Encoding.UTF8; - - if (new FileInfo(x12Filename).Length <= maxBatchSize) - { - using (FileStream fs = new FileStream(x12Filename, FileMode.Open, FileAccess.Read)) - { - var interchanges = parser.ParseMultiple(fs, encoding); - if (interchanges.Count >= 1) - { - using (FileStream outputFs = new FileStream(outputFilename, FileMode.Create)) - { - interchanges.First().Serialize(outputFs); - } - } - if (interchanges.Count > 1) - { - for (int i = 1; i < interchanges.Count; i++) - { - outputFilename = string.Format("{0}_{1}.xml", args.Length > 1 ? args[1] : x12Filename, i + 1); - using (FileStream outputFs = new FileStream(outputFilename, FileMode.Create)) - { - interchanges[i].Serialize(outputFs); - } - } - } - } - } - else - { - using (FileStream fs = new FileStream(x12Filename, FileMode.Open, FileAccess.Read)) - { - // Break up output files by batch size - X12StreamReader reader = new X12StreamReader(fs, encoding); - X12FlatTransaction currentTransactions = reader.ReadNextTransaction(); - X12FlatTransaction nextTransaction = reader.ReadNextTransaction(); - int i = 1; - while (!string.IsNullOrEmpty(nextTransaction.Transactions.First())) - { - if (currentTransactions.GetSize() + nextTransaction.GetSize() < maxBatchSize - && currentTransactions.IsaSegment == nextTransaction.IsaSegment - && currentTransactions.GsSegment == nextTransaction.GsSegment) - { - currentTransactions.Transactions.AddRange(nextTransaction.Transactions); - } - else - { - outputFilename = string.Format("{0}_{1}.xml", args.Length > 1 ? args[1] : x12Filename, i++); - using (FileStream outputFs = new FileStream(outputFilename, FileMode.Create)) - { - parser.ParseMultiple(currentTransactions.ToString()).First().Serialize(outputFs); - } - currentTransactions = nextTransaction; - - } - - nextTransaction = reader.ReadNextTransaction(); - } - - outputFilename = string.Format("{0}_{1}.xml", args.Length > 1 ? args[1] : x12Filename, i++); - using (FileStream outputFs = new FileStream(outputFilename, FileMode.Create)) - { - parser.ParseMultiple(currentTransactions.ToString()).First().Serialize(outputFs); - } - } - } - } - - static void parser_ParserWarning(object sender, X12ParserWarningEventArgs args) - { - Console.WriteLine(args.Message); - } - } -} diff --git a/src/OopFactory.X12/Attributes/EDIFieldValueAttribute.cs b/src/OopFactory.X12/Attributes/EDIFieldValueAttribute.cs deleted file mode 100644 index f7f7ea5f..00000000 --- a/src/OopFactory.X12/Attributes/EDIFieldValueAttribute.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Attributes -{ - public class EDIFieldValueAttribute : Attribute - { - public string Value { get; private set; } - public EDIFieldValueAttribute(string value) - { - this.Value = value; - - } - } -} diff --git a/src/OopFactory.X12/Extensions/EnumExtensions.cs b/src/OopFactory.X12/Extensions/EnumExtensions.cs deleted file mode 100644 index 96bb2cb7..00000000 --- a/src/OopFactory.X12/Extensions/EnumExtensions.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; -using OopFactory.X12.Parsing.Model.Typed; - -namespace OopFactory.X12.Extensions -{ - public static class EnumExtensions - { - public static string EDIFieldValue(this Enum enumValue) - { - var attributes = (EDIFieldValueAttribute[])enumValue.GetType().GetField(enumValue.ToString()).GetCustomAttributes(typeof(EDIFieldValueAttribute), false); - if (attributes.Length > 0) - return attributes[0].Value; - - throw new InvalidOperationException("No EDIValue Attribute defined for " + enumValue); - } - - public static T ToEnumFromEDIFieldValue(this string itemValue) - { - var type = typeof(T); - if (!type.IsEnum) - throw new InvalidOperationException(); - - foreach (var field in from field in type.GetFields() - let attributes = (EDIFieldValueAttribute[])field.GetCustomAttributes(typeof(EDIFieldValueAttribute), false) - where attributes.Length > 0 && attributes[0].Value == itemValue - select field) - { - return (T)field.GetValue(null); - } - - throw new InvalidOperationException("No EDI Field Value found for " + itemValue); - } - - } -} diff --git a/src/OopFactory.X12/OopFactory.X12.csproj b/src/OopFactory.X12/OopFactory.X12.csproj deleted file mode 100644 index c910f728..00000000 --- a/src/OopFactory.X12/OopFactory.X12.csproj +++ /dev/null @@ -1,691 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - Library - Properties - OopFactory.X12 - OopFactory.X12 - v4.0 - 512 - - %24/x12parser/trunk/src/OopFactory.X12 - . - https://tfs.codeplex.com/tfs/tfs11 - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\OopFactory.X12.XML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - Designer - - - - - - Designer - - - - - - Designer - Always - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/OopFactory.X12/OopFactory.X12.csproj.vspscc b/src/OopFactory.X12/OopFactory.X12.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/src/OopFactory.X12/OopFactory.X12.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/src/OopFactory.X12/OopFactory.X12.nuspec b/src/OopFactory.X12/OopFactory.X12.nuspec deleted file mode 100644 index b3f12e66..00000000 --- a/src/OopFactory.X12/OopFactory.X12.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - http://x12parser.codeplex.com/license - http://x12parser.codeplex.com/ - http://x12parser.codeplex.com/ - false - $description$ - - Copyright 2015 - X12 Parser - - \ No newline at end of file diff --git a/src/OopFactory.X12/Parsing/DentalClaimSpecificationFinder.cs b/src/OopFactory.X12/Parsing/DentalClaimSpecificationFinder.cs deleted file mode 100644 index 1385b539..00000000 --- a/src/OopFactory.X12/Parsing/DentalClaimSpecificationFinder.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing -{ - public class DentalClaimSpecificationFinder : SpecificationFinder - { - public override Specification.TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) - { - if (transactionSetCode == "837") - { - //if (versionCode.Contains("5010")) - // return SpecificationFinder.GetSpecification("837D-5010"); - //else - return SpecificationFinder.GetSpecification("837D-4010"); - } - else - return base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode); - } - } -} diff --git a/src/OopFactory.X12/Parsing/ISpecificationFinder.cs b/src/OopFactory.X12/Parsing/ISpecificationFinder.cs deleted file mode 100644 index 5800392b..00000000 --- a/src/OopFactory.X12/Parsing/ISpecificationFinder.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing -{ - public interface ISpecificationFinder - { - TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode); - SegmentSpecification FindSegmentSpec(string versionCode, string segmentId); - } -} diff --git a/src/OopFactory.X12/Parsing/InstitutionalClaimSpecificationFinder.cs b/src/OopFactory.X12/Parsing/InstitutionalClaimSpecificationFinder.cs deleted file mode 100644 index a586e9df..00000000 --- a/src/OopFactory.X12/Parsing/InstitutionalClaimSpecificationFinder.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing -{ - public class InstitutionalClaimSpecificationFinder : SpecificationFinder - { - public override Specification.TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) - { - if (transactionSetCode == "837") - { - if (versionCode.Contains("5010")) - return SpecificationFinder.GetSpecification("837I-5010"); - else - return SpecificationFinder.GetSpecification("837I-4010"); - } - else - return base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode); - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Container.cs b/src/OopFactory.X12/Parsing/Model/Container.cs deleted file mode 100644 index 05ec0f9b..00000000 --- a/src/OopFactory.X12/Parsing/Model/Container.cs +++ /dev/null @@ -1,163 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public abstract class Container : Segment - { - protected List _segments; - - private Segment _terminatingTrailerSegment; - - internal Container(Container parent, X12DelimiterSet delimiters, string segment) - : base(parent, delimiters, segment) - { - } - - internal override void Initialize(string segment) - { - base.Initialize(segment); - _segments = new List(); - } - - internal abstract IList AllowedChildSegments { get; } - - public Transaction Transaction - { - get - { - Container container = this; - while (!(container is Transaction)) - { - container = container.Parent; - if (container == null) - return null; - } - return (Transaction)container; - } - } - - public IEnumerable Segments { get { return _segments; } } - - internal abstract IEnumerable TrailerSegmentIds { get; } - - public Segment AddSegment(string segmentString) - { - return AddSegment(segmentString, false); - } - public Segment AddSegment(string segmentString, bool forceAdd) - { - Segment segment = new Segment(this, _delimiters, segmentString); - SegmentSpecification spec = AllowedChildSegments.FirstOrDefault(acs => acs.SegmentId == segment.SegmentId); - if (spec != null || segmentString.StartsWith("TA1") || forceAdd) - { - _segments.Add(segment); - return segment; - } - else if ((this.SegmentId == "NM1") && - (new string[] { "N3", "N4", "PER", "REF" }.Contains(segment.SegmentId))) - { - _segments.Add(segment); - return segment; - } - else - return null; - } - - public T AddSegment(T segment) where T : TypedSegment - { - segment.Initialize(this, _delimiters); - SegmentSpecification spec = AllowedChildSegments.FirstOrDefault(acs => acs.SegmentId == segment._segment.SegmentId); - if (spec != null) - { - _segments.Add(segment._segment); - return segment; - } - else - return null; - } - - public IEnumerable TrailerSegments - { - get - { - var list = new List(); - if (_terminatingTrailerSegment != null) - list.Add(_terminatingTrailerSegment); - return list; - } - } - - - internal void SetTerminatingTrailerSegment(string segmentString) - { - _terminatingTrailerSegment = new Segment(this, _delimiters, segmentString); - } - - internal virtual int CountTotalSegments() - { - return 1 + Segments.Count() + TrailerSegments.Count(); - } - - - internal bool UpdateTrailerSegmentCount(string segmentId, int elementNumber, int count) - { - var segment = _terminatingTrailerSegment; - if (segment != null) - { - if (segment.ElementCount >= elementNumber) - { - segment.SetElement(elementNumber, count.ToString()); - return true; - } - else - return false; - } - else - return false; - } - - internal abstract string SerializeBodyToX12(bool addWhitespace); - - internal override string ToX12String(bool addWhitespace) - { - StringBuilder sb = new StringBuilder(base.ToX12String(addWhitespace)); - - foreach (var segment in this.Segments.Where(seg=> !TrailerSegmentIds.Contains(seg.SegmentId))) - { - if (addWhitespace) - sb.Append(segment.ToX12String(addWhitespace).Replace("\r\n", "\r\n ")); - else - sb.Append(segment.ToX12String(addWhitespace)); - } - if (addWhitespace) - { - sb.Append(SerializeBodyToX12(addWhitespace).Replace("\r\n", "\r\n ")); - } - else - sb.Append(SerializeBodyToX12(addWhitespace)); - - foreach (var segment in this.Segments.Where(seg => TrailerSegmentIds.Contains(seg.SegmentId))) - { - if (addWhitespace) - sb.Append(segment.ToX12String(addWhitespace).Replace("\r\n", "\r\n ")); - else - sb.Append(segment.ToX12String(addWhitespace)); - } - - foreach (var segment in this.TrailerSegments) - { - string[] wrapperSegments = new string[] { "SE", "GE", "IEA" }; - if (addWhitespace && !wrapperSegments.Contains(segment.SegmentId)) - sb.Append(segment.ToX12String(addWhitespace).Replace("\r\n", "\r\n ")); - else - sb.Append(segment.ToX12String(addWhitespace)); - } - - return sb.ToString(); - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/DetachedSegment.cs b/src/OopFactory.X12/Parsing/Model/DetachedSegment.cs deleted file mode 100644 index e66ea5ce..00000000 --- a/src/OopFactory.X12/Parsing/Model/DetachedSegment.cs +++ /dev/null @@ -1,165 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model -{ - public class DetachedSegment - { - internal X12DelimiterSet _delimiters; - protected List _dataElements { get; set; } - - public DetachedSegment(X12DelimiterSet delimiters, string segment) - { - _delimiters = delimiters; - Initialize(segment); - } - - public string SegmentId { get; private set; } - - - public string SegmentString - { - get - { - StringBuilder sb = new StringBuilder(SegmentId); - int iLastContent = _dataElements.Count - 1; - while (iLastContent >= 0) - { - if (!string.IsNullOrWhiteSpace(_dataElements[iLastContent])) - break; - iLastContent--; - } - for (int i = 0; i <= iLastContent; i++) - { - sb.Append(_delimiters.ElementSeparator); - sb.Append(_dataElements[i]); - } - return sb.ToString(); - } - } - - public X12DelimiterSet Delimiters - { - get { return _delimiters; } - } - - internal virtual void Initialize(string segment) - { - if (segment == null) - throw new ArgumentNullException("segment"); - _dataElements = new List(); - int separatorIndex = segment.IndexOf(_delimiters.ElementSeparator); - if (separatorIndex >= 0) - { - SegmentId = segment.Substring(0, separatorIndex); - if (SegmentId == "BIN") - { - int binaryStartIndex; - int size = Segment.ParseBinarySize(_delimiters.ElementSeparator, segment, out binaryStartIndex); - _dataElements.Add(size.ToString()); - _dataElements.Add(segment.Substring(binaryStartIndex, size)); - } - else if (SegmentId == "BDS") - { - int nextIndex = segment.IndexOf(_delimiters.ElementSeparator, separatorIndex + 1); - if (nextIndex > separatorIndex + 1) - { - _dataElements.Add(segment.Substring(separatorIndex + 1, nextIndex - separatorIndex - 1)); - - int binaryStartIndex; - int size = Segment.ParseBinarySize(_delimiters.ElementSeparator, segment, out binaryStartIndex); - _dataElements.Add(size.ToString()); - _dataElements.Add(segment.Substring(binaryStartIndex, size)); - } - } - else - { - foreach (string element in segment.TrimEnd(new char[] { _delimiters.SegmentTerminator }).Substring(separatorIndex + 1).Split(_delimiters.ElementSeparator)) - _dataElements.Add(element); - } - } - else - { - SegmentId = segment; - } - } - - private void ValidateContentFreeOfDelimiters(string elementId, string value) - { - if (value.Contains(_delimiters.SegmentTerminator)) - throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator {2}", elementId, value, _delimiters.SegmentTerminator); - - if (value.Contains(_delimiters.ElementSeparator)) - throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the element separator {2}.", elementId, value, _delimiters.ElementSeparator); - } - - - public int ElementCount { get { return _dataElements.Count(); } } - public string GetElement(int elementNumber) - { - return _dataElements.ElementAtOrDefault(elementNumber - 1); - } - - public decimal? GetDecimalElement(int elementNumber) - { - decimal element; - if (decimal.TryParse(GetElement(elementNumber), out element)) - return element; - else - return null; - } - - public int? GetIntElement(int elementNumber) - { - int element; - if (int.TryParse(GetElement(elementNumber), out element)) - return element; - else - return null; - } - - public DateTime? GetDate8Element(int elementNumber) - { - string element = GetElement(elementNumber); - if (element.Length == 8) - return DateTime.ParseExact(element, "yyyyMMdd", null); - else - return null; - } - - protected virtual void ValidateAgainstSegmentSpecification(string elementId, int elementNumber, string value) - { - // do nothing, this only applies once the segment is attached to an x12 interchange - } - - public void SetElement(int elementNumber, string value) - { - string elementId = String.Format("{0}{1:00}", SegmentId, elementNumber); - ValidateContentFreeOfDelimiters(elementId, value); - ValidateAgainstSegmentSpecification(elementId, elementNumber, value); - if (elementNumber > _dataElements.Count) - { - for (int i = _dataElements.Count; i < elementNumber; i++) - _dataElements.Add(""); - } - _dataElements[elementNumber - 1] = value; - } - - public void SetElement(int elementNumber, decimal? value) - { - SetElement(elementNumber, string.Format("{0}", value)); - } - - public void SetElement(int elementNumber, int? value) - { - SetElement(elementNumber, string.Format("{0}", value)); - } - - public void SetDate8Element(int elementNumber, DateTime? value) - { - SetElement(elementNumber, string.Format("{0:yyyyMMdd}", value)); - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/ElementValidationException.cs b/src/OopFactory.X12/Parsing/Model/ElementValidationException.cs deleted file mode 100644 index b2f9a4b6..00000000 --- a/src/OopFactory.X12/Parsing/Model/ElementValidationException.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model -{ - public class ElementValidationException : ArgumentException - { - public ElementValidationException(string formatString, string elementId, string value, params object[] args) - : base(String.Format(formatString, elementId, value, args.Length > 0 ? args[0] : null, args.Length > 1 ? args[1] : null, args.Length > 2 ? args[2] : null), elementId) - { - ElementId = elementId; - Value = value; - } - - public string ElementId { get; private set; } - public string Value { get; private set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/FunctionGroup.cs b/src/OopFactory.X12/Parsing/Model/FunctionGroup.cs deleted file mode 100644 index b4fa6df4..00000000 --- a/src/OopFactory.X12/Parsing/Model/FunctionGroup.cs +++ /dev/null @@ -1,209 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public class FunctionGroup : Container, IXmlSerializable - { - private ISpecificationFinder _specFinder; - private List _transactions; - - internal FunctionGroup() : base(null, null, "GS") { } - - internal FunctionGroup(ISpecificationFinder specFinder, Container parent, X12DelimiterSet delimiters, string segment) - : base(parent, delimiters, segment) - { - _specFinder = specFinder; - _transactions = new List(); - } - - internal ISpecificationFinder SpecFinder - { - get { return _specFinder; } - } - - public Interchange Interchange - { - get { return (Interchange)Parent; } - } - - public string FunctionalIdentifierCode - { - get { return GetElement(1); } - set { SetElement(1, value); } - } - - public string ApplicationSendersCode - { - get { return GetElement(2); } - set { SetElement(2, value); } - } - - public string ApplicationReceiversCode - { - get { return GetElement(3); } - set { SetElement(3, value); } - } - - public DateTime Date - { - get - { - DateTime date; - if (DateTime.TryParseExact(GetElement(4) + GetElement(5), "yyyyMMddHHmm", null, System.Globalization.DateTimeStyles.None, out date)) - return date; - else if (DateTime.TryParseExact(GetElement(4), "yyyyMMdd", null, System.Globalization.DateTimeStyles.None, out date)) - return date; - else - throw new ArgumentException(String.Format("{0} and {1} cannot be converted into a date and time.", GetElement(4), GetElement(5))); - - } - set - { - SetElement(4, string.Format("{0:yyyyMMdd}", value)); - SetElement(5, string.Format("{0:HHmm}", value)); - } - } - - public int ControlNumber - { - get { return Int32.Parse(GetElement(6)); } - set - { - SetElement(6, value.ToString()); - } - } - - public string ResponsibleAgencyCode - { - get { return GetElement(7); } - set { SetElement(7, value); } - } - - public string VersionIdentifierCode - { - get { return GetElement(8); } - set { SetElement(8, value); } - } - - public List Transactions - { - get { return _transactions; } - } - - public Transaction FindTransaction(string controlNumber) - { - return _transactions.FirstOrDefault(t => t.ControlNumber == controlNumber); - } - - - - internal Transaction AddTransaction(string segmentString) - { - string transactionType = new Segment(null, _delimiters, segmentString).GetElement(1); - - TransactionSpecification spec = _specFinder.FindTransactionSpec(this.FunctionalIdentifierCode, this.VersionIdentifierCode, transactionType); - - Transaction transaction = new Transaction(this, _delimiters, segmentString, spec); - //if (_transactions.ContainsKey(transaction.ControlNumber)) - //{ - // throw new TransactionValidationException("Transaction control number {1} for transaction code {0} already exist within the functional group {4}.", - // transaction.IdentifierCode, transaction.ControlNumber, "ST02", transaction.ControlNumber, this.ControlNumber); - //} - //else - //{ - _transactions.Add(transaction); - //} - return transaction; - } - - public Transaction AddTransaction(string identifierCode, string controlNumber) - { - TransactionSpecification spec = _specFinder.FindTransactionSpec(this.FunctionalIdentifierCode, this.VersionIdentifierCode, identifierCode); - - Transaction transaction = new Transaction(this, _delimiters, - String.Format("ST{0}{0}{1}", _delimiters.ElementSeparator, _delimiters.SegmentTerminator), spec); - transaction.IdentifierCode = identifierCode; - transaction.ControlNumber = controlNumber; - transaction.SetTerminatingTrailerSegment( - string.Format("SE{0}0{0}{2}{1}", _delimiters.ElementSeparator, _delimiters.SegmentTerminator, controlNumber)); - - _transactions.Add(transaction); - return transaction; - } - - internal override IList AllowedChildSegments - { - get - { - return new List(); - } - } - - internal override IEnumerable TrailerSegmentIds - { - get - { - return new List(); - } - } - - internal override string SerializeBodyToX12(bool addWhitespace) - { - StringBuilder sb = new StringBuilder(); - foreach (var transaction in this.Transactions) - sb.Append(transaction.ToX12String(addWhitespace)); - return sb.ToString(); - } - - internal override string ToX12String(bool addWhitespace) - { - UpdateTrailerSegmentCount("GE", 1, _transactions.Count()); - return base.ToX12String(addWhitespace); - } - - public virtual string Serialize() - { - XmlSerializer xmlSerializer = new XmlSerializer( - this.GetType()); - MemoryStream memoryStream = new MemoryStream(); - - xmlSerializer.Serialize(memoryStream, this); - memoryStream.Seek(0, System.IO.SeekOrigin.Begin); - StreamReader streamReader = new StreamReader(memoryStream); - return streamReader.ReadToEnd(); - - } - - #region IXmlSerializable Members - - internal override void WriteXml(XmlWriter writer) - { - if (!string.IsNullOrEmpty(SegmentId)) - { - writer.WriteStartElement("FunctionGroup"); - - base.WriteXml(writer); - - foreach (var segment in this.Segments) - segment.WriteXml(writer); - - foreach (var transaction in this.Transactions) - transaction.WriteXml(writer); - - foreach (var segment in this.TrailerSegments) - segment.WriteXml(writer); - - writer.WriteEndElement(); - } - } - - #endregion - } -} diff --git a/src/OopFactory.X12/Parsing/Model/HierarchicalLoopContainer.cs b/src/OopFactory.X12/Parsing/Model/HierarchicalLoopContainer.cs deleted file mode 100644 index ed0c7414..00000000 --- a/src/OopFactory.X12/Parsing/Model/HierarchicalLoopContainer.cs +++ /dev/null @@ -1,148 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; - -namespace OopFactory.X12.Parsing.Model -{ - public abstract class HierarchicalLoopContainer : LoopContainer - { - protected Dictionary _allHLoops; - - private Dictionary _hLoops; - - internal HierarchicalLoopContainer(Container parent, X12DelimiterSet delimiters, string startingSegment) - : base(parent, delimiters, startingSegment) - { - _allHLoops = new Dictionary(); - - } - - internal override void Initialize(string segment) - { - base.Initialize(segment); - _hLoops = new Dictionary(); - } - - public IEnumerable HLoops - { - get { return _hLoops.Values; } - } - - internal void AddToHLoopDictionary(HierarchicalLoop hloop) - { - _allHLoops.Add(hloop.Id, hloop); - } - - public HierarchicalLoop FindHLoop(string id) - { - if (_allHLoops.ContainsKey(id)) - return _allHLoops[id]; - else - return null; - } - public bool HasHierachicalSpecs() - { - if (this is Transaction) - return true; - else if (this is HierarchicalLoop) - return false; - else if (this is Loop) - return (((Loop)this).Specification.HierarchicalLoopSpecifications.Count > 0); - else - return false; - } - - internal HierarchicalLoop AddHLoop(string segmentString) - { - Transaction transaction = this.Transaction; - - var hl = new HierarchicalLoop(this, _delimiters, segmentString); - - HierarchicalLoopContainer specContainer = this; - while (!(specContainer is HierarchicalLoopContainer && specContainer.HasHierachicalSpecs())) - { - if (specContainer.Parent is HierarchicalLoopContainer) - specContainer = (HierarchicalLoopContainer)specContainer.Parent; - else - throw new InvalidOperationException(string.Format("Cannot find specification for hierarichal loop {0}", segmentString)); - } - - if (specContainer is Transaction) - { - hl.Specification = transaction.Specification.HierarchicalLoopSpecifications.FirstOrDefault( - hls => hls.LevelCode == null || hls.LevelCode.ToString() == hl.LevelCode); - - } - else if (specContainer is HierarchicalLoop) - { - HierarchicalLoop loopWithSpec = (HierarchicalLoop)specContainer; - hl.Specification = loopWithSpec.Specification.HierarchicalLoopSpecifications.FirstOrDefault( - hls => hls.LevelCode == null || hls.LevelCode.ToString() == hl.LevelCode); - } - else if (specContainer is Loop) - { - Loop loopWithSpec = (Loop)specContainer; - hl.Specification = loopWithSpec.Specification.HierarchicalLoopSpecifications.FirstOrDefault( - hls => hls.LevelCode == null || hls.LevelCode.ToString() == hl.LevelCode); - } - if (hl.Specification == null) - throw new TransactionValidationException("{0} Transaction does not expect {2} level code value {3} that appears in transaction control number {1}.", - transaction.IdentifierCode, transaction.ControlNumber, "HL03", hl.LevelCode); - - _hLoops.Add(hl.Id, hl); - // loop id must be unique throughout the transaction - try - { - specContainer.AddToHLoopDictionary(hl); - } - catch (ArgumentException exc) - { - if (exc.Message == "An item with the same key has already been added.") - throw new TransactionValidationException("Hierarchical Loop ID {3} cannot be added to {0} transaction with control number {1} because it already exists.", - transaction.IdentifierCode, transaction.ControlNumber, "HL01", hl.Id); - else - throw; - } - return hl; - } - - public abstract bool AllowsHierarchicalLoop(string levelCode); - - public abstract HierarchicalLoop AddHLoop(string id, string levelCode, bool? existingHierarchalLoops); - - internal override int CountTotalSegments() - { - return base.CountTotalSegments() + HLoops.Sum(hl => hl.CountTotalSegments()); - } - - internal override string SerializeBodyToX12(bool addWhitespace) - { - StringBuilder sb = new StringBuilder(base.SerializeBodyToX12(addWhitespace)); - foreach (var hloop in HLoops) - sb.Append(hloop.ToX12String(addWhitespace)); - - return sb.ToString(); - } - - internal override void WriteXml(System.Xml.XmlWriter writer) - { - if (!string.IsNullOrEmpty(base.SegmentId)) - { - base.WriteXml(writer); - - foreach (var segment in this.Segments) - segment.WriteXml(writer); - - foreach (var hloop in this.HLoops) - hloop.WriteXml(writer); - - foreach (var segment in this.TrailerSegments) - segment.WriteXml(writer); - } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Interchange.cs b/src/OopFactory.X12/Parsing/Model/Interchange.cs deleted file mode 100644 index 357adb5d..00000000 --- a/src/OopFactory.X12/Parsing/Model/Interchange.cs +++ /dev/null @@ -1,289 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public class Interchange : Container, IXmlSerializable - { - private ISpecificationFinder _specFinder; - private List _functionGroups; - - internal Interchange() : base(null, null, "GS") { } - - internal Interchange(ISpecificationFinder specFinder, string segmentString) - : base(null, new X12DelimiterSet(segmentString.ToCharArray()), segmentString) - { - _specFinder = specFinder; - _functionGroups = new List(); - } - - public Interchange(ISpecificationFinder specFinder, DateTime date, int controlNumber, bool production, X12DelimiterSet delimiters) - : base(null, delimiters, String.Format("ISA{1}00{1} {1}00{1} {1}01{1}SENDERID HERE {1}01{1}RECIEVERID HERE{1}{3:yyMMdd}{1}{3:HHmm}{1}U{1}00401{1}{4:000000000}{1}1{1}{5}{1}{2}{0}", - delimiters.SegmentTerminator, delimiters.ElementSeparator, delimiters.SubElementSeparator, date, controlNumber, production ? "P" : "T")) - { - _specFinder = specFinder; - if (controlNumber > 999999999 || controlNumber < 1) - throw new ElementValidationException("{0} Interchange Control Number must be a positive number between 1 and 999999999.", "ISA00", controlNumber.ToString()); - - _functionGroups = new List(); - - SetTerminatingTrailerSegment(String.Format("IEA{0}0{0}{2:000000000}{1}", delimiters.ElementSeparator, delimiters.SegmentTerminator, controlNumber)); - } - - public Interchange(DateTime date, int controlNumber, bool production) - : this(new SpecificationFinder(), date, controlNumber, production, new X12DelimiterSet('~', '*', ':')) - { - } - - public Interchange(DateTime date, int controlNumber, bool production, char segmentTerminator, char elementSeparator, char subElementSeparator) - : this(new SpecificationFinder(), date, controlNumber, production, new X12DelimiterSet(segmentTerminator, elementSeparator, subElementSeparator)) - { - } - - internal ISpecificationFinder SpecFinder - { - get { return _specFinder; } - } - public string AuthorInfoQualifier - { - get { return GetElement(1); } - set { SetElement(1, String.Format("{0,-2}", value)); } - } - - public string AuthorInfo - { - get { return GetElement(2); } - set { SetElement(2, String.Format("{0,-10}", value)); } - } - - public string SecurityInfoQualifier - { - get { return GetElement(3); } - set { SetElement(3, String.Format("{0,-2}", value)); } - } - - public string SecurityInfo - { - get { return GetElement(4); } - set { SetElement(4, String.Format("{0,-10}", value)); } - } - - public string InterchangeSenderIdQualifier - { - get { return GetElement(5); } - set { SetElement(5, String.Format("{0,-2}", value)); } - } - - public string InterchangeSenderId - { - get { return GetElement(6); } - set { SetElement(6, String.Format("{0,-15}", value)); } - } - - public string InterchangeReceiverIdQualifier - { - get { return GetElement(7); } - set { SetElement(7, String.Format("{0,-2}", value)); } - } - - public string InterchangeReceiverId - { - get { return GetElement(8); } - set { SetElement(8, String.Format("{0,-15}", value)); } - } - - public DateTime InterchangeDate - { - get - { - DateTime date; - if (DateTime.TryParseExact(GetElement(9) + GetElement(10), "yyMMddHHmm", null, System.Globalization.DateTimeStyles.None, out date)) - return date; - else if (DateTime.TryParseExact(GetElement(9), "yyMMdd", null, System.Globalization.DateTimeStyles.None, out date)) - return date; - else - throw new ArgumentException(String.Format("{0} and {1} in ISA09 and ISA10 cannot be converted into a date and time.", GetElement(9), GetElement(10))); - - } - set - { - SetElement(9, string.Format("{0:yyMMdd}", value)); - SetElement(10, string.Format("{0:HHmm}", value)); - } - } - - public string InterchangeControlNumber - { - get { return GetElement(13); } - } - - public IEnumerable FunctionGroups - { - get { return _functionGroups; } - } - - internal FunctionGroup AddFunctionGroup(string segmentString) - { - FunctionGroup fg = new FunctionGroup(_specFinder, this, _delimiters, segmentString); - _functionGroups.Add(fg); - return fg; - } - - public FunctionGroup AddFunctionGroup(string functionIdCode, DateTime date, int controlNumber) - { - return AddFunctionGroup(functionIdCode, date, controlNumber, "004010X096A1"); - } - - public FunctionGroup AddFunctionGroup(string functionIdCode, DateTime date, int controlNumber, string version) - { - if (controlNumber > 999999999 || controlNumber < 1) - throw new ElementValidationException("Element {0} cannot containe the value '{1}' because it must be a positive number between 1 and 999999999.", - "GS06", controlNumber.ToString()); - - FunctionGroup fg = new FunctionGroup(_specFinder, this, _delimiters, - string.Format("GS{0}{0}{0}{0}{0}{0}{0}X{0}{2}{1}", _delimiters.ElementSeparator, _delimiters.SegmentTerminator, version)); - fg.FunctionalIdentifierCode = functionIdCode; - fg.Date = date; - fg.ControlNumber = controlNumber; - - fg.SetTerminatingTrailerSegment(String.Format("GE{0}0{0}{2}{1}", _delimiters.ElementSeparator, _delimiters.SegmentTerminator, controlNumber)); - _functionGroups.Add(fg); - return fg; - } - internal override IList AllowedChildSegments - { - get - { - var list = new List(); - return list; - } - } - - internal override IEnumerable TrailerSegmentIds - { - get - { - return new List(); - } - } - - internal override string SerializeBodyToX12(bool addWhitespace) - { - StringBuilder sb = new StringBuilder(); - foreach (var fg in _functionGroups) - sb.Append(fg.ToX12String(addWhitespace)); - return sb.ToString(); - } - - internal override string ToX12String(bool addWhitespace) - { - UpdateTrailerSegmentCount("IEA", 1, _functionGroups.Count); - return base.ToX12String(addWhitespace); - } - - public string Serialize() - { - return Serialize(false); - } - - private void RemoveComments(XmlElement element) - { - List comments = new List(); - - foreach (XmlNode childElement in element.ChildNodes) - { - if (childElement is XmlComment) - comments.Add((XmlComment)childElement); - } - - foreach (XmlComment comment in comments) - { - XmlWhitespace prev = comment.PreviousSibling as XmlWhitespace; - XmlWhitespace next = comment.NextSibling as XmlWhitespace; - if (prev != null && prev.Value != null & prev.Value.StartsWith(Environment.NewLine) - && next != null && next.Value != null && next.Value.StartsWith(Environment.NewLine)) - { - element.RemoveChild(next); - } - - element.RemoveChild(comment); - } - - foreach (XmlNode childElement in element.ChildNodes) - { - if (childElement is XmlElement && childElement.HasChildNodes) - { - RemoveComments((XmlElement)childElement); - } - } - } - - public virtual string Serialize(bool suppressComments) - { - MemoryStream memoryStream = new MemoryStream(); - - Serialize(memoryStream); - memoryStream.Seek(0, System.IO.SeekOrigin.Begin); - StreamReader streamReader = new StreamReader(memoryStream); - string xml = streamReader.ReadToEnd(); - - if (suppressComments) - { - XmlDocument doc = new XmlDocument(); - doc.PreserveWhitespace = true; - doc.LoadXml(xml); - RemoveComments((XmlElement)doc.SelectSingleNode("Interchange")); - - xml = doc.OuterXml; - } - return xml; - } - - public void Serialize(Stream stream) - { - XmlSerializer xmlSerializer = new XmlSerializer(this.GetType()); - - xmlSerializer.Serialize(stream, this); - } - - #region IXmlSerializable Members - - internal override void WriteXml(XmlWriter writer) - { - if (!string.IsNullOrEmpty(SegmentId)) - { - switch (_delimiters.SegmentTerminator) - { - case '\x1D': - string terminator = Convert.ToBase64String(ASCIIEncoding.ASCII.GetBytes(_delimiters.SegmentTerminator.ToString())); - writer.WriteAttributeString("segment-terminator", terminator); - break; - default: - writer.WriteAttributeString("segment-terminator", _delimiters.SegmentTerminator.ToString()); - break; - } - writer.WriteAttributeString("element-separator", _delimiters.ElementSeparator.ToString()); - writer.WriteAttributeString("sub-element-separator", _delimiters.SubElementSeparator.ToString()); - base.WriteXml(writer); - - foreach (var segment in this.Segments) - segment.WriteXml(writer); - - foreach (var functionGroup in this.FunctionGroups) - functionGroup.WriteXml(writer); - - foreach (var segment in this.TrailerSegments) - segment.WriteXml(writer); - - } - } - - #endregion - } -} diff --git a/src/OopFactory.X12/Parsing/Model/LoopContainer.cs b/src/OopFactory.X12/Parsing/Model/LoopContainer.cs deleted file mode 100644 index 66ac3345..00000000 --- a/src/OopFactory.X12/Parsing/Model/LoopContainer.cs +++ /dev/null @@ -1,99 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public abstract class LoopContainer : Container - { - private List _loops; - - internal LoopContainer(Container parent, X12DelimiterSet delimiters, string startingSegment) - : base(parent, delimiters, startingSegment) - { - } - - internal override void Initialize(string segment) - { - base.Initialize(segment); - _loops = new List(); - } - - internal abstract IList AllowedChildLoops { get; } - - public IEnumerable Loops { get { return _loops; } } - - public Loop AddLoop(string segmentString) - { - LoopSpecification loopSpec = GetLoopSpecification(segmentString); - - if (loopSpec != null) - { - var loop = new Loop(this, _delimiters, segmentString, loopSpec); - _segments.Add(loop); - _loops.Add(loop); - return loop; - } - else - return null; - } - - public T AddLoop(T loop) where T : TypedLoop - { - string segmentString = loop.GetSegmentString(_delimiters); - LoopSpecification loopSpec = GetLoopSpecification(segmentString); - - if (loopSpec != null) - { - loop.Initialize(this, _delimiters, loopSpec); - _segments.Add(loop._loop); - _loops.Add(loop._loop); - return loop; - } - else - throw new TransactionValidationException("Loop {3} could not be added because it could not be found in the specification for {2}", - null, null, this.SegmentId, segmentString); - } - - private LoopSpecification GetLoopSpecification(string segmentString) - { - Segment segment = new Segment(this, _delimiters, segmentString); - - IList matchingLoopSpecs = ((LoopContainer)this).AllowedChildLoops - .Where(cl => cl.StartingSegment.SegmentId == segment.SegmentId).ToList(); - - if (matchingLoopSpecs == null || matchingLoopSpecs.Count == 0) - { - return null; - } - else if (segment.SegmentId == "NM1" || segment.SegmentId == "N1") - { - LoopSpecification spec = matchingLoopSpecs.Where(ls => ls.StartingSegment.EntityIdentifiers.Any(ei => ei.Code.ToString() == segment.GetElement(1) || ei.Code.ToString() == "Item" + segment.GetElement(1))).FirstOrDefault(); - if (spec == null) - { - if (matchingLoopSpecs.Where(ls => ls.StartingSegment.SegmentId == segment.SegmentId).Count() == 1) - { - spec = matchingLoopSpecs.Where(ls => ls.StartingSegment.SegmentId == segment.SegmentId).First(); - } - } - return spec; - } - else - { - return matchingLoopSpecs.FirstOrDefault(); - } - } - - internal override int CountTotalSegments() - { - return base.CountTotalSegments() + this.Loops.Sum(l => l.CountTotalSegments()) - this.Loops.Count(); - } - - internal override string SerializeBodyToX12(bool addWhitespace) - { - return ""; - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/ParsingModel.cd b/src/OopFactory.X12/Parsing/Model/ParsingModel.cd deleted file mode 100644 index 40b04942..00000000 --- a/src/OopFactory.X12/Parsing/Model/ParsingModel.cd +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - AAgAAQAAAAAAAZIEAAAgQAEAAAAAAAoQIAAIgAAMIAA= - Parsing\Model\Segment.cs - - - - - - - - - - - - AACIAQAEQBAAAQBAAAAAAAAAACAAAAAAIAAACAQAEAA= - Parsing\Model\Container.cs - - - - - - - - AQAAABAEQCIAAQAAIQAIEAAAACAAAAAAIIABgAKQAAQ= - Parsing\Model\Interchange.cs - - - - - - - - - AACBACAOQAAAFIAAAQAAEAIAACAEAAABIAAAgEAAAAA= - Parsing\Model\FunctionGroup.cs - - - - - - - - - AAACAAAAQAAAAQBAAAAAAAAAAAAEAAQAAAQAAAAAAAg= - Parsing\Model\LoopContainer.cs - - - - - - - - AAAAAAAAQAAAAQBAAAAAAAAAAIAAAAEAAAAQgAAAAAA= - Parsing\Model\HierarchicalLoopContainer.cs - - - - - - - - IAACAAAEAAAAABAEAAAAAAAAAAAAAAAAAgAQgAAIAAg= - Parsing\Model\HierarchicalLoop.cs - - - - - - - - AAAAACAEEACAAREAAAAAAgAEAAAAAAAAIAAQgEIAAAg= - Parsing\Model\Transaction.cs - - - - - - - - AAAAAAAEAAAAABAAAAAAAAAAAAAAAAAAAAAAgAAAAAg= - Parsing\Model\Loop.cs - - - - \ No newline at end of file diff --git a/src/OopFactory.X12/Parsing/Model/Segment.cs b/src/OopFactory.X12/Parsing/Model/Segment.cs deleted file mode 100644 index bfbee12d..00000000 --- a/src/OopFactory.X12/Parsing/Model/Segment.cs +++ /dev/null @@ -1,256 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Collections; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public class Segment : DetachedSegment, IXmlSerializable - { - - internal Segment(Container parent, X12DelimiterSet delimiters, string segment) - : base(delimiters, segment) - { - Parent = parent; - _delimiters = delimiters; - Initialize(segment); - } - - - public static int ParseBinarySize(char elementSeparator, string segment, out int binaryStart) - { - binaryStart = -1; - int firstIndex = segment.IndexOf(elementSeparator); - string segmentId = segment.Substring(0, firstIndex); - - if (segmentId == "BDS") - firstIndex = segment.IndexOf(elementSeparator, firstIndex + 1); - - int nextIndex = segment.IndexOf(elementSeparator, firstIndex + 1); - - if (nextIndex > firstIndex) - { - string slength = segment.Substring(firstIndex + 1, nextIndex - firstIndex - 1); - binaryStart = nextIndex + 1; - int length = 0; - if (int.TryParse(slength, out length)) - return length; - } - - return 0; - } - - - - protected override void ValidateAgainstSegmentSpecification(string elementId, int elementNumber, string value) - { - if (SegmentSpec != null) - { - ElementSpecification spec = SegmentSpec.Elements[elementNumber - 1]; - if (spec != null) - { - if (value.Length == 0 && spec.Required) - { - throw new ElementValidationException("Element {0} is required.", elementId, value); - } - if (value.Length > 0) - { - if (value.Length < spec.MinLength || spec.MaxLength > 0 && value.Length > spec.MaxLength) - throw new ElementValidationException("Element {0} cannot contain the value '{1}' because it must be between {2} and {3} characters in length.", - elementId, value, spec.MinLength, spec.MaxLength); - } - switch (spec.Type) - { - case Specification.ElementDataTypeEnum.Numeric: - int number; - if (!int.TryParse(value, out number)) - throw new ElementValidationException("Element {0} cannot contain the value '{1}' because it is constrained to be an implied decimal.", - elementId, value); - break; - case Specification.ElementDataTypeEnum.Decimal: - decimal decNumber; - if (!decimal.TryParse(value, out decNumber)) - throw new ElementValidationException("Element {0} cannot contain the value '{1}' because it is contrained to be a decimal.", - elementId, value); - break; - case Specification.ElementDataTypeEnum.Identifier: - if (spec.AllowedListInclusive && spec.AllowedIdentifiers.Count > 0) - { - if (spec.AllowedIdentifiers.FirstOrDefault(ai => ai.ID == value) == null) - { - string[] ids = new string[spec.AllowedIdentifiers.Count]; - for (int i = 0; i < spec.AllowedIdentifiers.Count; i++) - ids[i] = spec.AllowedIdentifiers[i].ID; - - string expected = ""; - if (ids.Length > 1) - { - expected = String.Join(", ", ids, 0, ids.Length - 1); - expected += " or " + ids[ids.Length - 1]; - } - else - expected = ids[0]; - - throw new ElementValidationException("Element '{0}' cannot contain the value '{1}'. Specification restricts this to {2}.", elementId, value, expected); - } - } - break; - } - } - } - } - - - - internal virtual string ToX12String(bool addWhitespace) - { - StringBuilder sb = new StringBuilder(); - if (addWhitespace) - sb.AppendLine(); - sb.Append(SegmentString); - if ((_delimiters.SegmentTerminator != '\r' && _delimiters.SegmentTerminator != '\n')) - sb.Append(_delimiters.SegmentTerminator); - return sb.ToString(); - } - - public string SerializeToX12(bool addWhitespace) - { - return this.ToX12String(addWhitespace).Trim(); - } - - - - public Container Parent { get; private set; } - - private FunctionGroup FunctionGroup - { - get - { - if (this is Interchange) - return null; - else - { - if (this is FunctionGroup) - return (FunctionGroup)this; - else if (this is Transaction) - return ((Transaction)this).FunctionGroup; - else if (this.Parent is FunctionGroup) - return ((FunctionGroup)this.Parent); - else if (this.Parent is Interchange) - return null; - else - return (FunctionGroup)this.Parent.Transaction.Parent; - } - } - } - - private ISpecificationFinder SpecFinder - { - get - { - if (FunctionGroup != null) - return FunctionGroup.SpecFinder; - else if (this is Interchange) - return ((Interchange)this).SpecFinder; - else - return ((Interchange)this.Parent).SpecFinder; - } - } - - private Specification.SegmentSpecification SegmentSpec - { - get - { - if (FunctionGroup != null) - return SpecFinder.FindSegmentSpec(FunctionGroup.VersionIdentifierCode, SegmentId); - else - return SpecFinder.FindSegmentSpec("", SegmentId); - } - } - - #region IXmlSerializable Members - - System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() - { - throw new NotImplementedException(); - } - - void IXmlSerializable.ReadXml(XmlReader reader) - { - throw new NotImplementedException(); - } - - void IXmlSerializable.WriteXml(XmlWriter writer) - { - this.WriteXml(writer); - } - - - internal virtual void WriteXml(XmlWriter writer) - { - if (!string.IsNullOrEmpty(SegmentId)) - { - writer.WriteStartElement(SegmentId); - for (int i = 0; i < _dataElements.Count; i++) - { - string elementName = String.Format("{0}{1:00}", SegmentId, i + 1); - - List identifiers = new List(); - - if (SegmentSpec != null && SegmentSpec.Elements.Count > i && !string.IsNullOrEmpty(_dataElements[i])) - { - writer.WriteComment(SegmentSpec.Elements[i].Name); - identifiers = SegmentSpec.Elements[i].AllowedIdentifiers; - } - if (_dataElements[i].IndexOf(_delimiters.SubElementSeparator) < 0 || SegmentId == "BIN" || SegmentId == "BDS") - { - writer.WriteStartElement(elementName); - writer.WriteValue(_dataElements[i]); - if (SegmentSpec != null && SegmentSpec.Elements.Count > i && SegmentSpec.Elements[i].Type == Specification.ElementDataTypeEnum.Identifier) - { - var allowedValue = identifiers.FirstOrDefault(ai => ai.ID == _dataElements[i]); - if (allowedValue != null) - writer.WriteComment(allowedValue.Description); - } - writer.WriteEndElement(); - - } - else - { - writer.WriteStartElement(elementName); - var subElements = _dataElements[i].Split(_delimiters.SubElementSeparator); - for (int j = 0; j < subElements.Length; j++) - { - var subElementName = String.Format("{0}{1:00}", elementName, j + 1); - writer.WriteStartElement(subElementName); - writer.WriteValue(subElements[j]); - if (SegmentSpec != null && SegmentSpec.Elements.Count > i && SegmentSpec.Elements[i].Type == Specification.ElementDataTypeEnum.Identifier) - { - var allowedValue = identifiers.FirstOrDefault(ai => ai.ID == subElements[j]); - if (allowedValue != null) - writer.WriteComment(allowedValue.Description); - } - writer.WriteEndElement(); - } - writer.WriteEndElement(); - } - } - - writer.WriteEndElement(); - } - } - - public override string ToString() - { - return SegmentString; - } - - #endregion - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Transaction.cs b/src/OopFactory.X12/Parsing/Model/Transaction.cs deleted file mode 100644 index c9dbb6ac..00000000 --- a/src/OopFactory.X12/Parsing/Model/Transaction.cs +++ /dev/null @@ -1,120 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public class Transaction : HierarchicalLoopContainer - { - private List _loopStartingSegmentIds; - private List _loopWithLoopsStartingSegmentIds; - - internal Transaction(Container parent, X12DelimiterSet delimiters, string segment, TransactionSpecification spec) - : base(parent, delimiters, segment) - { - Specification = spec; - } - - public FunctionGroup FunctionGroup - { - get { return (FunctionGroup)Parent; } - } - - public TransactionSpecification Specification { get; private set; } - - public string IdentifierCode - { - get { return GetElement(1); } - set { SetElement(1, value); } - } - public string ControlNumber - { - get { return GetElement(2); } - set { SetElement(2, value); } - } - - internal override IList AllowedChildLoops - { - get - { - if (Specification != null) - return Specification.LoopSpecifications; - else - return new List(); - } - } - - internal override IList AllowedChildSegments - { - get - { - if (Specification != null) - return Specification.SegmentSpecifications; - else - return new List(); - } - } - - internal override void Initialize(string segment) - { - base.Initialize(segment); - _loopStartingSegmentIds = new List(); - _loopStartingSegmentIds.Add("NM1"); - _loopWithLoopsStartingSegmentIds = new List(); - } - - - - public override bool AllowsHierarchicalLoop(string levelCode) - { - return this.Specification.HierarchicalLoopSpecifications.Exists(hl => hl.LevelCode == levelCode || hl.LevelCode == null || hl.LevelCode == ""); - } - - public override HierarchicalLoop AddHLoop(string id, string levelCode, bool? willHoldChildHLoops) - { - var hloop = base.AddHLoop(string.Format("HL{0}{1}{0}{0}{2}{0}", - _delimiters.ElementSeparator, id, levelCode)); - if (willHoldChildHLoops.HasValue) - hloop.HierarchicalChildCode = willHoldChildHLoops.Value ? "1" : "0"; - return hloop; - } - - internal override IEnumerable TrailerSegmentIds - { - get - { - var list = new List(); - - foreach (var spec in Specification.SegmentSpecifications.Where(ss => ss.Trailer == true)) - list.Add(spec.SegmentId); - return list; - } - } - - internal override string ToX12String(bool addWhitespace) - { - UpdateTrailerSegmentCount("SE", 1, CountTotalSegments()); - return base.ToX12String(addWhitespace); - } - - internal override void WriteXml(XmlWriter writer) - { - if (!string.IsNullOrEmpty(SegmentId)) - { - writer.WriteStartElement("Transaction"); - writer.WriteAttributeString("ControlNumber", ControlNumber); - - base.WriteXml(writer); - - writer.WriteEndElement(); - } - } - - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/TransactionValidationException.cs b/src/OopFactory.X12/Parsing/Model/TransactionValidationException.cs deleted file mode 100644 index b550673c..00000000 --- a/src/OopFactory.X12/Parsing/Model/TransactionValidationException.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model -{ - public class TransactionValidationException : ArgumentException - { - public TransactionValidationException(string formatString, string transactionCode, string controlNumber, string elementId, string value, params object[] args) - : base(String.Format(formatString, transactionCode, controlNumber, elementId, value, args.Length > 0 ? args[0] : null, args.Length > 1 ? args[1] : null), transactionCode) - { - TransactionCode = transactionCode; - ControlNumber = controlNumber; - ElementId = elementId; - Value = value; - } - - public string TransactionCode { get; private set; } - public string ControlNumber { get; private set; } - public string ElementId { get; private set; } - public string Value { get; private set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/AllowanceOrChargeIndicator.cs b/src/OopFactory.X12/Parsing/Model/Typed/AllowanceOrChargeIndicator.cs deleted file mode 100644 index 35e2e178..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/AllowanceOrChargeIndicator.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum AllowanceOrChargeIndicator - { - [EDIFieldValue("A")] - Allowance, - [EDIFieldValue("C")] - Charge, - [EDIFieldValue("N")] - NoAllowanceOrCharge, - [EDIFieldValue("P")] - Promotion, - [EDIFieldValue("Q")] - ChargeRequest, - [EDIFieldValue("R")] - AllowanceRequest, - [EDIFieldValue("S")] - Service - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/BenefitServiceTypeCodes.cs b/src/OopFactory.X12/Parsing/Model/Typed/BenefitServiceTypeCodes.cs deleted file mode 100644 index 0bdcd66e..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/BenefitServiceTypeCodes.cs +++ /dev/null @@ -1,207 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum BenefitServiceTypeCodes - { - [EDIFieldValue("1")] MedicalCare, - [EDIFieldValue("2")] Surgical, - [EDIFieldValue("3")] Consultation, - [EDIFieldValue("4")] DiagnosticXRay, - [EDIFieldValue("5")] DiagnosticLab, - [EDIFieldValue("6")] RadiationTherapy, - [EDIFieldValue("7")] Anesthesia, - [EDIFieldValue("8")] SurgicalAssistance, - [EDIFieldValue("10")] Blood, - [EDIFieldValue("11")] DurableMedicalEquipmentUsed, - [EDIFieldValue("12")] DurableMedicalEquipmentPurchased, - [EDIFieldValue("14")] RenalSupplies, - [EDIFieldValue("17")] PreAdmissionTesting, - [EDIFieldValue("18")] DurableMedicalEquipmentRental, - [EDIFieldValue("19")] PneumoniaVaccine, - [EDIFieldValue("20")] SecondSurgicalOpinion, - [EDIFieldValue("21")] ThirdSurgicalOpinion, - [EDIFieldValue("22")] SocialWork, - [EDIFieldValue("23")] DiagnosticDental, - [EDIFieldValue("24")] Periodontics, - [EDIFieldValue("25")] Restorative, - [EDIFieldValue("26")] Endodontics, - [EDIFieldValue("27")] MaxillofacialProsthetics, - [EDIFieldValue("28")] AdjunctiveDentalServices, - [EDIFieldValue("30")] HealthBenefitPlanCoverage, - [EDIFieldValue("32")] PlanWaitingPeriod, - [EDIFieldValue("33")] Chiropractic, - [EDIFieldValue("34")] ChiropracticModality, - [EDIFieldValue("35")] DentalCare, - [EDIFieldValue("36")] DentalCrowns, - [EDIFieldValue("37")] DentalAccident, - [EDIFieldValue("38")] Orthodontics, - [EDIFieldValue("39")] Prosthodontics, - [EDIFieldValue("40")] OralSurgery, - [EDIFieldValue("41")] PreventiveDental, - [EDIFieldValue("42")] HomeHealthCare, - [EDIFieldValue("43")] HomeHealthPrescriptions, - [EDIFieldValue("45")] Hospice, - [EDIFieldValue("46")] RespiteCare, - [EDIFieldValue("47")] Hospitalization, - [EDIFieldValue("49")] HospitalRoomandBoard, - [EDIFieldValue("54")] LongTermCare, - [EDIFieldValue("55")] MajorMedical, - [EDIFieldValue("56")] MedicallyRelatedTransportation, - [EDIFieldValue("60")] GeneralBenefits, - [EDIFieldValue("61")] InvitroFertilization, - [EDIFieldValue("62")] MRIScan, - [EDIFieldValue("63")] DonorProcedures, - [EDIFieldValue("64")] Acupuncture, - [EDIFieldValue("65")] NewbornCare, - [EDIFieldValue("66")] Pathology, - [EDIFieldValue("67")] SmokingCessation, - [EDIFieldValue("68")] WellBabyCare, - [EDIFieldValue("69")] Maternity, - [EDIFieldValue("70")] Transplants, - [EDIFieldValue("71")] Audiology, - [EDIFieldValue("72")] InhalationTherapy, - [EDIFieldValue("73")] DiagnosticMedical, - [EDIFieldValue("74")] PrivateDutyNursing, - [EDIFieldValue("75")] ProstheticDevice, - [EDIFieldValue("76")] Dialysis, - [EDIFieldValue("77")] Otology, - [EDIFieldValue("78")] Chemotherapy, - [EDIFieldValue("79")] AllergyTesting, - [EDIFieldValue("80")] Immunizations, - [EDIFieldValue("81")] RoutinePhysical, - [EDIFieldValue("82")] FamilyPlanning, - [EDIFieldValue("83")] Infertility, - [EDIFieldValue("84")] Abortion, - [EDIFieldValue("85")] HIVAIDSTreatment, - [EDIFieldValue("86")] EmergencyServices, - [EDIFieldValue("87")] CancerTreatment, - [EDIFieldValue("88")] Pharmacy, - [EDIFieldValue("89")] FreeStandingPrescriptionDrug, - [EDIFieldValue("90")] MailOrderPrescriptionDrug, - [EDIFieldValue("91")] BrandNamePrescriptionDrug, - [EDIFieldValue("92")] GenericPrescriptionDrug, - [EDIFieldValue("93")] Podiatry, - [EDIFieldValue("A4")] Psychiatric, - [EDIFieldValue("A6")] Psychotherapy, - [EDIFieldValue("A7")] PsychiatricInpatient, - [EDIFieldValue("A8")] PsychiatricOutpatient, - [EDIFieldValue("A9")] Rehabilitation, - [EDIFieldValue("AB")] RehabilitationInpatient, - [EDIFieldValue("AC")] RehabilitationOutpatient, - [EDIFieldValue("AD")] OccupationalTherapy, - [EDIFieldValue("AE")] PhysicalMedicine, - [EDIFieldValue("AF")] SpeechTherapy, - [EDIFieldValue("AG")] SkilledNursingCare, - [EDIFieldValue("AI")] SubstanceAbuse, - [EDIFieldValue("AJ")] AlcoholismTreatment, - [EDIFieldValue("AK")] DrugAddiction, - [EDIFieldValue("AL")] Optometry, - [EDIFieldValue("AM")] Frames, - [EDIFieldValue("AO")] Lenses, - [EDIFieldValue("AP")] RoutineEyeExam, - [EDIFieldValue("AQ")] NonmedicallyNecessaryPhysical, - [EDIFieldValue("AR")] ExperimentalDrugTherapy, - [EDIFieldValue("B1")] BurnCare, - [EDIFieldValue("B2")] BrandNamePrescriptionDrugFormulary, - [EDIFieldValue("B3")] BrandNamePrescriptionDrugNonFormulary, - [EDIFieldValue("BA")] IndependentMedicalEvaluation, - [EDIFieldValue("BB")] PsychiatricTreatmentPartialHospitalization, - [EDIFieldValue("BC")] DayCarePsychiatric, - [EDIFieldValue("BD")] CognitiveTherapy, - [EDIFieldValue("BE")] MassageTherapy, - [EDIFieldValue("BF")] PulmonaryRehabilitation, - [EDIFieldValue("BG")] CardiacRehabilitation, - [EDIFieldValue("BH")] Pediatric, - [EDIFieldValue("BI")] NurseryRoomandBoard, - [EDIFieldValue("BK")] Orthopedic, - [EDIFieldValue("BL")] Cardiac, - [EDIFieldValue("BM")] Lymphatic, - [EDIFieldValue("BN")] Gastrointestinal, - [EDIFieldValue("BP")] Endocrine, - [EDIFieldValue("BQ")] Neurology, - [EDIFieldValue("BT")] Gynecological, - [EDIFieldValue("BU")] Obstetrical, - [EDIFieldValue("BV")] ObstetricalGynecological, - [EDIFieldValue("BW")] MailOrderPrescriptionDrugBrandName, - [EDIFieldValue("BX")] MailOrderPrescriptionDrugGeneric, - [EDIFieldValue("BY")] PhysicianVisitSick, - [EDIFieldValue("BZ")] PhysicianVisitWell, - [EDIFieldValue("C1")] CoronaryCare, - [EDIFieldValue("CK")] ScreeningXray, - [EDIFieldValue("CL")] Screeninglaboratory, - [EDIFieldValue("CM")] MammogramHighRiskPatient, - [EDIFieldValue("CN")] MammogramLowRiskPatient, - [EDIFieldValue("CO")] FluVaccination, - [EDIFieldValue("CP")] EyewearAccessories, - [EDIFieldValue("CQ")] CaseManagement, - [EDIFieldValue("DG")] Dermatology, - [EDIFieldValue("DM")] DurableMedicalEquipment, - [EDIFieldValue("DS")] DiabeticSupplies, - [EDIFieldValue("E0")] AlliedBehavioralAnalysisTherapy, - [EDIFieldValue("E1")] NonMedicalEquipmentnonDME, - [EDIFieldValue("E2")] PsychiatricEmergency, - [EDIFieldValue("E3")] StepDownUnit, - [EDIFieldValue("E4")] SkilledNursingFacilityHeadLevelofCare, - [EDIFieldValue("E5")] SkilledNursingFacilityVentilatorLevelofCare, - [EDIFieldValue("E6")] LevelofCare1, - [EDIFieldValue("E7")] LevelofCare2, - [EDIFieldValue("E8")] LevelofCare3, - [EDIFieldValue("E9")] LevelofCare4, - [EDIFieldValue("E10")] Radiographs, - [EDIFieldValue("E11")] DiagnosticImaging, - [EDIFieldValue("E12")] BasicRestorativeDental, - [EDIFieldValue("E13")] MajorRestorativeDental, - [EDIFieldValue("E14")] FixedProsthodontics, - [EDIFieldValue("E15")] RemovableProsthodontics, - [EDIFieldValue("E16")] IntraoralImagesCompleteSeries, - [EDIFieldValue("E17")] OralEvaluation, - [EDIFieldValue("E18")] DentalProphylaxis, - [EDIFieldValue("E19")] PanoramicImages, - [EDIFieldValue("E20")] Sealants, - [EDIFieldValue("E21")] FlourideTreatments, - [EDIFieldValue("E22")] DentalImplants, - [EDIFieldValue("E23")] TemporomandibularJointDysfunction, - [EDIFieldValue("E24")] RetailPharmacyPrescriptionDrug, - [EDIFieldValue("E25")] LongTermCarePharmacy, - [EDIFieldValue("E26")] ComprehensiveMedicationTherapyManagementReview, - [EDIFieldValue("E27")] TargetedMedicationTherapyManagementReview, - [EDIFieldValue("E28")] DietaryNutritionalServices, - [EDIFieldValue("E29")] TechnicalCardiacRehabilitationServicesComponent, - [EDIFieldValue("E30")] ProfessionalCardiacRehabilitationServicesComponent, - [EDIFieldValue("E31")] ProfessionalIntensiveCardiacRehabilitationServicesComponent, - [EDIFieldValue("E32")] IntensiveCardiacRehabilitationTechnicalComponent, - [EDIFieldValue("E33")] IntensiveCardiacRehabilitation, - [EDIFieldValue("E34")] PulmonaryRehabilitationTechnicalComponent, - [EDIFieldValue("E35")] PulmonaryRehabilitationProfessionalComponent, - [EDIFieldValue("E36")] ConvenienceCare, - [EDIFieldValue("EA")] PreventiveServices, - [EDIFieldValue("EB")] SpecialtyPharmacy, - [EDIFieldValue("EC")] DurableMedicalEquipmentNew, - [EDIFieldValue("ED")] CATScan, - [EDIFieldValue("EE")] Ophthalmology, - [EDIFieldValue("EF")] ContactLenses, - [EDIFieldValue("GF")] GenericPrescriptionDrugFormulary, - [EDIFieldValue("GN")] GenericPrescriptionDrugNonFormulary, - [EDIFieldValue("GY")] Allergy, - [EDIFieldValue("IC")] IntensiveCare, - [EDIFieldValue("MH")] MentalHealth, - [EDIFieldValue("NI")] NeonatalIntensiveCare, - [EDIFieldValue("ON")] Oncology, - [EDIFieldValue("PE")] PositronEmissionTomographyPETScan, - [EDIFieldValue("PT")] PhysicalTherapy, - [EDIFieldValue("PU")] Pulmonary, - [EDIFieldValue("RN")] Renal, - [EDIFieldValue("RT")] ResidentialPsychiatricTreatment, - [EDIFieldValue("SMH")] SeriousMentalHealth, - [EDIFieldValue("TC")] TransitionalCare, - [EDIFieldValue("TN")] TransitionalNurseryCare, - [EDIFieldValue("UC")] UrgentCare, - - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/DTPFormatQualifier.cs b/src/OopFactory.X12/Parsing/Model/Typed/DTPFormatQualifier.cs deleted file mode 100644 index 4bf3a46f..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/DTPFormatQualifier.cs +++ /dev/null @@ -1,131 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum DTPFormatQualifier - { - [EDIFieldValue("CC")] - CC, - - [EDIFieldValue("CD")] - MMYYYY, - - [EDIFieldValue("CM")] - CCYYMM, - - [EDIFieldValue("CQ")] - CCYYQ, - - [EDIFieldValue("CY")] - CCYY, - - [EDIFieldValue("D6")] - YYMMDD, - - [EDIFieldValue("D8")] - CCYYMMDD, - - [EDIFieldValue("DA")] - DD_DD, - - [EDIFieldValue("DB")] - MMDDCCYY, - - [EDIFieldValue("DD")] - DD, - - /// - /// Last Digit of Year and Julian Date Expressed in Format YDDD - /// - [EDIFieldValue("EH")] - YDDD, - - [EDIFieldValue("KA")] - YYMMMDD, - - [EDIFieldValue("MD")] - MMDD, - - [EDIFieldValue("MM")] - MM, - - [EDIFieldValue("RD")] - MMDDCCYY_MMDDCCYY, - - /// - /// Julian Date Expressed in Format DDD - /// - [EDIFieldValue("TC")] - DDD, - - [EDIFieldValue("TM")] - HHMM, - - [EDIFieldValue("TQ")] - MMYY, - - [EDIFieldValue("TR")] - DDMMYYHHMM, - - [EDIFieldValue("TS")] - HHMMSS, - - [EDIFieldValue("TT")] - MMDDYY, - - [EDIFieldValue("TU")] - YYDDD, - - [EDIFieldValue("UN")] - Unstructured, - - [EDIFieldValue("YM")] - YYMM, - - [EDIFieldValue("YY")] - YY, - - [EDIFieldValue("DTS")] - CCYYMMDDHHMMSS_CCYYMMDDHHMMSS, - - [EDIFieldValue("RD2")] - YY_YY, - - [EDIFieldValue("RD4")] - CCYY_CCYY, - - [EDIFieldValue("RD5")] - CCYYMM_CCYYMM, - - [EDIFieldValue("RD6")] - YYMMDD_YYMMDD, - - [EDIFieldValue("RD8")] - CCYYMMDD_CCYYMMDD, - - [EDIFieldValue("RDM")] - YYMMDD_MMDD, - - [EDIFieldValue("RDT")] - CCYYMMDDHHMM_CCYYMMDDHHMM, - - [EDIFieldValue("RMD")] - MMDD_MMDD, - - [EDIFieldValue("RMY")] - YYMM_YYMM, - - [EDIFieldValue("RTM")] - HHMM_HHMM, - - [EDIFieldValue("RTS")] - CCYYMMDDHHMMSS, - - [EDIFieldValue("YMM")] - CCYYMMM_MMM - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/DTPQualifier.cs b/src/OopFactory.X12/Parsing/Model/Typed/DTPQualifier.cs deleted file mode 100644 index e805b0dd..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/DTPQualifier.cs +++ /dev/null @@ -1,1132 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum DTPQualifier - { - -[EDIFieldValue("001")] CancelAfter, -[EDIFieldValue("002")] DeliveryRequested, -[EDIFieldValue("003")] Invoice, -[EDIFieldValue("004")] PurchaseOrder, -[EDIFieldValue("005")] Sailing, -[EDIFieldValue("006")] Sold, -[EDIFieldValue("007")] Effective, -[EDIFieldValue("008")] PurchaseOrderReceived, -[EDIFieldValue("009")] Process, -[EDIFieldValue("010")] RequestedShip, -[EDIFieldValue("011")] Shipped, -[EDIFieldValue("012")] TermsDiscountDue, -[EDIFieldValue("013")] TermsNetDue, -[EDIFieldValue("014")] DeferredPayment, -[EDIFieldValue("015")] PromotionStart, -[EDIFieldValue("016")] PromotionEnd, -[EDIFieldValue("017")] EstimatedDelivery, -[EDIFieldValue("018")] Available, -[EDIFieldValue("019")] Unloaded, -[EDIFieldValue("020")] Check, -[EDIFieldValue("021")] ChargeBack, -[EDIFieldValue("022")] FreightBill, -[EDIFieldValue("023")] PromotionOrder_Start, -[EDIFieldValue("024")] PromotionOrder_End, -[EDIFieldValue("025")] PromotionShip_Start, -[EDIFieldValue("026")] PromotionShip_End, -[EDIFieldValue("027")] PromotionRequestedDelivery_Start, -[EDIFieldValue("028")] PromotionRequestedDelivery_End, -[EDIFieldValue("029")] PromotionPerformance_Start, -[EDIFieldValue("030")] PromotionPerformance_End, -[EDIFieldValue("031")] PromotionInvoicePerformance_Start, -[EDIFieldValue("032")] PromotionInvoicePerformance_End, -[EDIFieldValue("033")] PromotionFloorStockProtect_Start, -[EDIFieldValue("034")] PromotionFloorStockProtect_End, -[EDIFieldValue("035")] Delivered, -[EDIFieldValue("036")] Expiration, -[EDIFieldValue("037")] ShipNotBefore, -[EDIFieldValue("038")] ShipNoLater, -[EDIFieldValue("039")] ShipWeekOf, -[EDIFieldValue("040")] Status_AfterandIncluding, -[EDIFieldValue("041")] Status_PriorandIncluding, -[EDIFieldValue("042")] Superseded, -[EDIFieldValue("043")] Publication, -[EDIFieldValue("044")] SettlementDateasSpecifiedbytheOriginator, -[EDIFieldValue("045")] EndorsementDate, -[EDIFieldValue("046")] FieldFailure, -[EDIFieldValue("047")] FunctionalTest, -[EDIFieldValue("048")] SystemTest, -[EDIFieldValue("049")] PrototypeTest, -[EDIFieldValue("050")] Received, -[EDIFieldValue("051")] CumulativeQuantityStart, -[EDIFieldValue("052")] CumulativeQuantityEnd, -[EDIFieldValue("053")] BuyersLocal, -[EDIFieldValue("054")] SellersLocal, -[EDIFieldValue("055")] Confirmed, -[EDIFieldValue("056")] EstimatedPortOfEntry, -[EDIFieldValue("057")] ActualPortOfEntry, -[EDIFieldValue("058")] CustomsClearance, -[EDIFieldValue("059")] InlandShip, -[EDIFieldValue("060")] EngineeringChangeLevel, -[EDIFieldValue("061")] CancelifNotDeliveredby, -[EDIFieldValue("062")] Blueprint, -[EDIFieldValue("063")] DoNotDeliverAfter, -[EDIFieldValue("064")] DoNotDeliverBefore, -[EDIFieldValue("065")] FirstScheduleDelivery, -[EDIFieldValue("066")] FirstScheduleShip, -[EDIFieldValue("067")] CurrentScheduleDelivery, -[EDIFieldValue("068")] CurrentScheduleShip, -[EDIFieldValue("069")] PromisedforDelivery, -[EDIFieldValue("070")] ScheduledforDelivery_AfterandIncluding, -[EDIFieldValue("071")] RequestedforDelivery_AfterandIncluding, -[EDIFieldValue("072")] PromisedforDelivery_AfterandIncluding, -[EDIFieldValue("073")] ScheduledforDelivery_PriortoandIncluding, -[EDIFieldValue("074")] RequestedforDelivery_PriortoandIncluding, -[EDIFieldValue("075")] PromisedforDelivery_PriortoandIncluding, -[EDIFieldValue("076")] ScheduledforDelivery_WeekOf, -[EDIFieldValue("077")] RequestedforDelivery_WeekOf, -[EDIFieldValue("078")] PromisedforDelivery_WeekOf, -[EDIFieldValue("079")] PromisedforShipment, -[EDIFieldValue("080")] ScheduledforShipment_AfterandIncluding, -[EDIFieldValue("081")] RequestedforShipment_AfterandIncluding, -[EDIFieldValue("082")] PromisedforShipment_AfterandIncluding, -[EDIFieldValue("083")] ScheduledforShipment_PriortoandIncluding, -[EDIFieldValue("084")] RequestedforShipment_PriortoandIncluding, -[EDIFieldValue("085")] PromisedforShipment_PriortoandIncluding, -[EDIFieldValue("086")] ScheduledforShipment_WeekOf, -[EDIFieldValue("087")] RequestedforShipment_WeekOf, -[EDIFieldValue("088")] PromisedforShipment_WeekOf, -[EDIFieldValue("089")] Inquiry, -[EDIFieldValue("090")] ReportStart, -[EDIFieldValue("091")] ReportEnd, -[EDIFieldValue("092")] ContractEffective, -[EDIFieldValue("093")] ContractExpiration, -[EDIFieldValue("094")] Manufacture, -[EDIFieldValue("095")] BillOfLading, -[EDIFieldValue("096")] Discharge, -[EDIFieldValue("097")] TransactionCreation, -[EDIFieldValue("098")] Bid_Effective, -[EDIFieldValue("099")] BidOpen_DateBidsWillBeOpened, -[EDIFieldValue("100")] NoShippingScheduleEstablishedasOf, -[EDIFieldValue("101")] NoProductionScheduleEstablishedasOf, -[EDIFieldValue("102")] Issue, -[EDIFieldValue("103")] Award, -[EDIFieldValue("104")] SystemSurvey, -[EDIFieldValue("105")] QualityRating, -[EDIFieldValue("106")] RequiredBy, -[EDIFieldValue("107")] Deposit, -[EDIFieldValue("108")] Postmark, -[EDIFieldValue("109")] ReceivedatLockbox, -[EDIFieldValue("110")] OriginallyScheduledShip, -[EDIFieldValue("111")] Manifest_ShipNotice, -[EDIFieldValue("112")] BuyersDock, -[EDIFieldValue("113")] SampleRequired, -[EDIFieldValue("114")] ToolingRequired, -[EDIFieldValue("115")] SampleAvailable, -[EDIFieldValue("116")] ScheduledInterchangeDelivery, -[EDIFieldValue("118")] RequestedPick_up, -[EDIFieldValue("119")] TestPerformed, -[EDIFieldValue("120")] ControlPlan, -[EDIFieldValue("121")] FeasibilitySignOff, -[EDIFieldValue("122")] FailureModeEffective, -[EDIFieldValue("124")] GroupContractEffective, -[EDIFieldValue("125")] GroupContractExpiration, -[EDIFieldValue("126")] WholesaleContractEffective, -[EDIFieldValue("127")] WholesaleContractExpiration, -[EDIFieldValue("128")] ReplacementEffective, -[EDIFieldValue("129")] CustomerContractEffective, -[EDIFieldValue("130")] CustomerContractExpiration, -[EDIFieldValue("131")] ItemContractEffective, -[EDIFieldValue("132")] ItemContractExpiration, -[EDIFieldValue("133")] AccountsReceivable_StatementDate, -[EDIFieldValue("134")] ReadyforInspection, -[EDIFieldValue("135")] Booking, -[EDIFieldValue("136")] TechnicalRating, -[EDIFieldValue("137")] DeliveryRating, -[EDIFieldValue("138")] CommercialRating, -[EDIFieldValue("139")] Estimated, -[EDIFieldValue("140")] Actual, -[EDIFieldValue("141")] Assigned, -[EDIFieldValue("142")] Loss, -[EDIFieldValue("143")] DueDateOfFirstPaymenttoPrincipalandInterest, -[EDIFieldValue("144")] EstimatedAcceptance, -[EDIFieldValue("145")] OpeningDate, -[EDIFieldValue("146")] ClosingDate, -[EDIFieldValue("147")] DueDateLastCompleteInstallmentPaid, -[EDIFieldValue("148")] DateOfLocalOfficeApprovalOfConveyanceOfDamagedRealEstateProperty, -[EDIFieldValue("149")] DateDeedFiledforRecord, -[EDIFieldValue("150")] ServicePeriodStart, -[EDIFieldValue("151")] ServicePeriodEnd, -[EDIFieldValue("152")] EffectiveDateOfChange, -[EDIFieldValue("153")] ServiceInterruption, -[EDIFieldValue("154")] AdjustmentPeriodStart, -[EDIFieldValue("155")] AdjustmentPeriodEnd, -[EDIFieldValue("156")] AllotmentPeriodStart, -[EDIFieldValue("157")] TestPeriodStart, -[EDIFieldValue("158")] TestPeriodEnding, -[EDIFieldValue("159")] BidPriceException, -[EDIFieldValue("160")] SamplestobeReturnedBy, -[EDIFieldValue("161")] LoadedonVessel, -[EDIFieldValue("162")] PendingArchive, -[EDIFieldValue("163")] ActualArchive, -[EDIFieldValue("164")] FirstIssue, -[EDIFieldValue("165")] FinalIssue, -[EDIFieldValue("166")] Message, -[EDIFieldValue("167")] MostRecentRevision_OrInitialVersion, -[EDIFieldValue("168")] Release, -[EDIFieldValue("169")] ProductAvailabilityDate, -[EDIFieldValue("170")] SupplementalIssue, -[EDIFieldValue("171")] Revision, -[EDIFieldValue("172")] Correction, -[EDIFieldValue("173")] WeekEnding, -[EDIFieldValue("174")] MonthEnding, -[EDIFieldValue("175")] Cancelifnotshippedby, -[EDIFieldValue("176")] Expeditedon, -[EDIFieldValue("177")] Cancellation, -[EDIFieldValue("178")] Hold_AsOf, -[EDIFieldValue("179")] HoldasStock_AsOf, -[EDIFieldValue("180")] NoPromise_AsOf, -[EDIFieldValue("181")] StopWork_AsOf, -[EDIFieldValue("182")] WillAdvise_AsOf, -[EDIFieldValue("183")] Connection, -[EDIFieldValue("184")] Inventory, -[EDIFieldValue("185")] VesselRegistry, -[EDIFieldValue("186")] InvoicePeriodStart, -[EDIFieldValue("187")] InvoicePeriodEnd, -[EDIFieldValue("188")] CreditAdvice, -[EDIFieldValue("189")] DebitAdvice, -[EDIFieldValue("190")] ReleasedtoVessel, -[EDIFieldValue("191")] MaterialSpecification, -[EDIFieldValue("192")] DeliveryTicket, -[EDIFieldValue("193")] PeriodStart, -[EDIFieldValue("194")] PeriodEnd, -[EDIFieldValue("195")] ContractRe_Open, -[EDIFieldValue("196")] Start, -[EDIFieldValue("197")] End, -[EDIFieldValue("198")] Completion, -[EDIFieldValue("199")] Seal, -[EDIFieldValue("200")] AssemblyStart, -[EDIFieldValue("201")] Acceptance, -[EDIFieldValue("202")] MasterLeaseAgreement, -[EDIFieldValue("203")] FirstProduced, -[EDIFieldValue("204")] OfficialRailCarInterchange_EitherActualorAgreedUpon, -[EDIFieldValue("205")] Transmitted, -[EDIFieldValue("206")] Status_OutsideProcessor, -[EDIFieldValue("207")] Status_Commercial, -[EDIFieldValue("208")] LotNumberExpiration, -[EDIFieldValue("209")] ContractPerformanceStart, -[EDIFieldValue("210")] ContractPerformanceDelivery, -[EDIFieldValue("211")] ServiceRequested, -[EDIFieldValue("212")] ReturnedtoCustomer, -[EDIFieldValue("213")] AdjustmenttoBillDated, -[EDIFieldValue("214")] DateOfRepair_Service, -[EDIFieldValue("215")] InterruptionStart, -[EDIFieldValue("216")] InterruptionEnd, -[EDIFieldValue("217")] Spud, -[EDIFieldValue("218")] InitialCompletion, -[EDIFieldValue("219")] PluggedandAbandoned, -[EDIFieldValue("220")] Penalty, -[EDIFieldValue("221")] PenaltyBegin, -[EDIFieldValue("222")] Birth, -[EDIFieldValue("223")] BirthCertificate, -[EDIFieldValue("224")] Adoption, -[EDIFieldValue("225")] Christening, -[EDIFieldValue("226")] LeaseCommencement, -[EDIFieldValue("227")] LeaseTermStart, -[EDIFieldValue("228")] LeaseTermEnd, -[EDIFieldValue("229")] RentStart, -[EDIFieldValue("230")] Installation, -[EDIFieldValue("231")] ProgressPayment, -[EDIFieldValue("232")] ClaimStatementPeriodStart, -[EDIFieldValue("233")] ClaimStatementPeriodEnd, -[EDIFieldValue("234")] SettlementDate, -[EDIFieldValue("235")] DelayedBilling_NotDelayedPayment, -[EDIFieldValue("236")] LenderCreditCheck, -[EDIFieldValue("237")] StudentSigned, -[EDIFieldValue("238")] ScheduleRelease, -[EDIFieldValue("239")] Baseline, -[EDIFieldValue("240")] BaselineStart, -[EDIFieldValue("241")] BaselineComplete, -[EDIFieldValue("242")] ActualStart, -[EDIFieldValue("243")] ActualComplete, -[EDIFieldValue("244")] EstimatedStart, -[EDIFieldValue("245")] EstimatedCompletion, -[EDIFieldValue("246")] Startnoearlierthan, -[EDIFieldValue("247")] Startnolaterthan, -[EDIFieldValue("248")] Finishnolaterthan, -[EDIFieldValue("249")] Finishnoearlierthan, -[EDIFieldValue("250")] Mandatory_orTarget_Start, -[EDIFieldValue("251")] Mandatory_orTarget_Finish, -[EDIFieldValue("252")] EarlyStart, -[EDIFieldValue("253")] EarlyFinish, -[EDIFieldValue("254")] LateStart, -[EDIFieldValue("255")] LateFinish, -[EDIFieldValue("256")] ScheduledStart, -[EDIFieldValue("257")] ScheduledFinish, -[EDIFieldValue("258")] OriginalEarlyStart, -[EDIFieldValue("259")] OriginalEarlyFinish, -[EDIFieldValue("260")] RestDay, -[EDIFieldValue("261")] RestStart, -[EDIFieldValue("262")] RestFinish, -[EDIFieldValue("263")] Holiday, -[EDIFieldValue("264")] HolidayStart, -[EDIFieldValue("265")] HolidayFinish, -[EDIFieldValue("266")] Base, -[EDIFieldValue("267")] Timenow, -[EDIFieldValue("268")] EndDateOfSupport, -[EDIFieldValue("269")] DateAccountMatures, -[EDIFieldValue("270")] DateFiled, -[EDIFieldValue("271")] PenaltyEnd, -[EDIFieldValue("272")] ExitPlantDate, -[EDIFieldValue("273")] LatestOnBoardCarrierDate, -[EDIFieldValue("274")] RequestedDepartureDate, -[EDIFieldValue("275")] Approved, -[EDIFieldValue("276")] ContractStart, -[EDIFieldValue("277")] ContractDefinition, -[EDIFieldValue("278")] LastItemDelivery, -[EDIFieldValue("279")] ContractCompletion, -[EDIFieldValue("280")] DateCourseOfOrthodonticsTreatmentBeganorisExpectedtoBegin, -[EDIFieldValue("281")] OverTargetBaselineMonth, -[EDIFieldValue("282")] PreviousReport, -[EDIFieldValue("283")] FundsAppropriation_Start, -[EDIFieldValue("284")] FundsAppropriation_End, -[EDIFieldValue("285")] EmploymentorHire, -[EDIFieldValue("286")] Retirement, -[EDIFieldValue("287")] Medicare, -[EDIFieldValue("288")] ConsolidatedOmnibusBudgetReconciliationAct_COBRA_288, -[EDIFieldValue("289")] PremiumPaidtoDate, -[EDIFieldValue("290")] CoordinationOfBenefits, -[EDIFieldValue("291")] Plan, -[EDIFieldValue("292")] Benefit, -[EDIFieldValue("293")] Education, -[EDIFieldValue("294")] EarningsEffectiveDate, -[EDIFieldValue("295")] PrimaryCareProvider, -[EDIFieldValue("296")] ReturntoWork, -[EDIFieldValue("297")] DateLastWorked, -[EDIFieldValue("298")] LatestAbsence, -[EDIFieldValue("299")] Illness, -[EDIFieldValue("300")] EnrollmentSignatureDate, -[EDIFieldValue("301")] ConsolidatedOmnibusBudgetReconciliationAct_COBRA_QualifyingEvent, -[EDIFieldValue("302")] Maintenance, -[EDIFieldValue("303")] MaintenanceEffective, -[EDIFieldValue("304")] LatestVisitorConsultation, -[EDIFieldValue("305")] NetCreditServiceDate, -[EDIFieldValue("306")] AdjustmentEffectiveDate, -[EDIFieldValue("307")] Eligibility, -[EDIFieldValue("308")] Pre_AwardSurvey, -[EDIFieldValue("309")] PlanTermination, -[EDIFieldValue("310")] DateOfClosing, -[EDIFieldValue("311")] LatestReceivingDate_CutoffDate, -[EDIFieldValue("312")] SalaryDeferral, -[EDIFieldValue("313")] Cycle, -[EDIFieldValue("314")] Disability, -[EDIFieldValue("315")] Offset, -[EDIFieldValue("316")] PriorIncorrectDateOfBirth, -[EDIFieldValue("317")] CorrectedDateOfBirth, -[EDIFieldValue("318")] Added, -[EDIFieldValue("319")] Failed, -[EDIFieldValue("320")] DateForeclosureProceedingsInstituted, -[EDIFieldValue("321")] Purchased, -[EDIFieldValue("322")] PutintoService, -[EDIFieldValue("323")] Replaced, -[EDIFieldValue("324")] Returned, -[EDIFieldValue("325")] DisbursementDate, -[EDIFieldValue("326")] GuaranteeDate, -[EDIFieldValue("327")] QuarterEnding, -[EDIFieldValue("328")] Changed, -[EDIFieldValue("329")] Terminated, -[EDIFieldValue("330")] ReferralDate, -[EDIFieldValue("331")] EvaluationDate, -[EDIFieldValue("332")] PlacementDate, -[EDIFieldValue("333")] IndividualEducationPlan_IEP, -[EDIFieldValue("334")] Re_evaluationDate, -[EDIFieldValue("335")] DismissalDate, -[EDIFieldValue("336")] EmploymentBegin, -[EDIFieldValue("337")] EmploymentEnd, -[EDIFieldValue("338")] MedicareBegin, -[EDIFieldValue("339")] MedicareEnd, -[EDIFieldValue("340")] ConsolidatedOmnibusBudgetReconciliationAct_COBRA_Begin_340, -[EDIFieldValue("341")] ConsolidatedOmnibusBudgetReconciliationAct_COBRA_End_341, -[EDIFieldValue("342")] PremiumPaidToDateBegin, -[EDIFieldValue("343")] PremiumPaidToDateEnd, -[EDIFieldValue("344")] CoordinationOfBenefitsBegin, -[EDIFieldValue("345")] CoordinationOfBenefitsEnd, -[EDIFieldValue("346")] PlanBegin, -[EDIFieldValue("347")] PlanEnd, -[EDIFieldValue("348")] BenefitBegin, -[EDIFieldValue("349")] BenefitEnd, -[EDIFieldValue("350")] EducationBegin, -[EDIFieldValue("351")] EducationEnd, -[EDIFieldValue("352")] PrimaryCareProviderBegin, -[EDIFieldValue("353")] PrimaryCareProviderEnd, -[EDIFieldValue("354")] IllnessBegin, -[EDIFieldValue("355")] IllnessEnd, -[EDIFieldValue("356")] EligibilityBegin, -[EDIFieldValue("357")] EligibilityEnd, -[EDIFieldValue("358")] CycleBegin, -[EDIFieldValue("359")] CycleEnd, -[EDIFieldValue("360")] DisabilityBegin, -[EDIFieldValue("361")] DisabilityEnd, -[EDIFieldValue("362")] OffsetBegin, -[EDIFieldValue("363")] OffsetEnd, -[EDIFieldValue("364")] PlanPeriodElectionBegin, -[EDIFieldValue("365")] PlanPeriodElectionEnd, -[EDIFieldValue("366")] PlanPeriodElection, -[EDIFieldValue("367")] DuetoCustomer, -[EDIFieldValue("368")] Submittal, -[EDIFieldValue("369")] EstimatedDepartureDate, -[EDIFieldValue("370")] ActualDepartureDate, -[EDIFieldValue("371")] EstimatedArrivalDate, -[EDIFieldValue("372")] ActualArrivalDate, -[EDIFieldValue("373")] OrderStart, -[EDIFieldValue("374")] OrderEnd, -[EDIFieldValue("375")] DeliveryStart, -[EDIFieldValue("376")] DeliveryEnd, -[EDIFieldValue("377")] ContractCostsThrough, -[EDIFieldValue("378")] FinancialInformationSubmission, -[EDIFieldValue("379")] BusinessTermination, -[EDIFieldValue("380")] ApplicantSigned, -[EDIFieldValue("381")] CosignerSigned, -[EDIFieldValue("382")] Enrollment, -[EDIFieldValue("383")] AdjustedHire, -[EDIFieldValue("384")] CreditedService, -[EDIFieldValue("385")] CreditedServiceBegin, -[EDIFieldValue("386")] CreditedServiceEnd, -[EDIFieldValue("387")] DeferredDistribution, -[EDIFieldValue("388")] PaymentCommencement, -[EDIFieldValue("389")] PayrollPeriod, -[EDIFieldValue("390")] PayrollPeriodBegin, -[EDIFieldValue("391")] PayrollPeriodEnd, -[EDIFieldValue("392")] PlanEntry, -[EDIFieldValue("393")] PlanParticipationSuspension, -[EDIFieldValue("394")] Rehire, -[EDIFieldValue("395")] Retermination, -[EDIFieldValue("396")] Termination, -[EDIFieldValue("397")] Valuation, -[EDIFieldValue("398")] VestingService, -[EDIFieldValue("399")] VestingServiceBegin, -[EDIFieldValue("400")] VestingServiceEnd, -[EDIFieldValue("401")] DuplicateBill, -[EDIFieldValue("402")] AdjustmentPromised, -[EDIFieldValue("403")] AdjustmentProcessed, -[EDIFieldValue("404")] YearEnding, -[EDIFieldValue("405")] Production, -[EDIFieldValue("406")] MaterialClassification, -[EDIFieldValue("408")] Weighed, -[EDIFieldValue("409")] DateOfDeedinLieu, -[EDIFieldValue("410")] DateOfFirmCommitment, -[EDIFieldValue("411")] ExpirationDateOfExtensionToForeclose, -[EDIFieldValue("412")] DateOfNoticetoConvey, -[EDIFieldValue("413")] DateOfReleaseOfBankruptcy, -[EDIFieldValue("414")] OptimisticEarlyStart, -[EDIFieldValue("415")] OptimisticEarlyFinish, -[EDIFieldValue("416")] OptimisticLateStart, -[EDIFieldValue("417")] OptimisticLateFinish, -[EDIFieldValue("418")] MostLikelyEarlyStart, -[EDIFieldValue("419")] MostLikelyEarlyFinish, -[EDIFieldValue("420")] MostLikelyLateStart, -[EDIFieldValue("421")] MostLikelyLateFinish, -[EDIFieldValue("422")] PessimisticEarlyStart, -[EDIFieldValue("423")] PessimisticEarlyFinish, -[EDIFieldValue("424")] PessimisticLateStart, -[EDIFieldValue("425")] PessimisticLateFinish, -[EDIFieldValue("426")] FirstPaymentDue, -[EDIFieldValue("427")] FirstInterestPaymentDue, -[EDIFieldValue("428")] SubsequentInterestPaymentDue, -[EDIFieldValue("429")] IrregularInterestPaymentDue, -[EDIFieldValue("430")] GuarantorReceived, -[EDIFieldValue("431")] OnsetOfCurrentSymptomsorIllness, -[EDIFieldValue("432")] Submission, -[EDIFieldValue("433")] Removed, -[EDIFieldValue("434")] Statement, -[EDIFieldValue("435")] Admission, -[EDIFieldValue("436")] InsuranceCard, -[EDIFieldValue("437")] SpouseRetirement, -[EDIFieldValue("438")] OnsetOfSimilarSymptomsorIllness, -[EDIFieldValue("439")] Accident, -[EDIFieldValue("440")] ReleaseOfInformation, -[EDIFieldValue("441")] PriorPlacement, -[EDIFieldValue("442")] DateOfDeath, -[EDIFieldValue("443")] PeerReviewOrganization_PRO_ApprovedStay, -[EDIFieldValue("444")] FirstVisitorConsultation, -[EDIFieldValue("445")] InitialPlacement, -[EDIFieldValue("446")] Replacement, -[EDIFieldValue("447")] Occurrence, -[EDIFieldValue("448")] OccurrenceSpan, -[EDIFieldValue("449")] OccurrenceSpanFrom, -[EDIFieldValue("450")] OccurrenceSpanTo, -[EDIFieldValue("451")] InitialFeeDue, -[EDIFieldValue("452")] AppliancePlacement, -[EDIFieldValue("453")] AcuteManifestationOfAChronicCondition, -[EDIFieldValue("454")] InitialTreatment, -[EDIFieldValue("455")] LastX_Ray, -[EDIFieldValue("456")] Surgery, -[EDIFieldValue("457")] ContinuousPassiveMotion_CPM, -[EDIFieldValue("458")] Certification, -[EDIFieldValue("459")] NursingHomeFrom, -[EDIFieldValue("460")] NursingHomeTo, -[EDIFieldValue("461")] LastCertification, -[EDIFieldValue("462")] DateOfLocalOfficeApprovalOfConveyanceOfOccupiedRealEstateProperty, -[EDIFieldValue("463")] BeginTherapy, -[EDIFieldValue("464")] OxygenTherapyFrom, -[EDIFieldValue("465")] OxygenTherapyTo, -[EDIFieldValue("466")] OxygenTherapy, -[EDIFieldValue("467")] Signature, -[EDIFieldValue("468")] PrescriptionFill, -[EDIFieldValue("469")] ProviderSignature, -[EDIFieldValue("470")] DateOfLocalOfficeCertificationOfConveyanceOfDamagedRealEstateProperty, -[EDIFieldValue("471")] Prescription, -[EDIFieldValue("472")] Service, -[EDIFieldValue("473")] MedicaidBegin, -[EDIFieldValue("474")] MedicaidEnd, -[EDIFieldValue("475")] Medicaid, -[EDIFieldValue("476")] PeerReviewOrganization_PRO_ApprovedStayFrom, -[EDIFieldValue("477")] PeerReviewOrganization_PRO_ApprovedStayTo, -[EDIFieldValue("478")] PrescriptionFrom, -[EDIFieldValue("479")] PrescriptionTo, -[EDIFieldValue("480")] ArterialBloodGasTest, -[EDIFieldValue("481")] OxygenSaturationTest, -[EDIFieldValue("482")] PregnancyBegin, -[EDIFieldValue("483")] PregnancyEnd, -[EDIFieldValue("484")] LastMenstrualPeriod, -[EDIFieldValue("485")] InjuryBegin, -[EDIFieldValue("486")] InjuryEnd, -[EDIFieldValue("487")] NursingHome, -[EDIFieldValue("488")] CollateralDependent, -[EDIFieldValue("489")] CollateralDependentBegin, -[EDIFieldValue("490")] CollateralDependentEnd, -[EDIFieldValue("491")] SponsoredDependent, -[EDIFieldValue("492")] SponsoredDependentBegin, -[EDIFieldValue("493")] SponsoredDependentEnd, -[EDIFieldValue("494")] Deductible, -[EDIFieldValue("495")] OutOfPocket, -[EDIFieldValue("496")] ContractAuditDate, -[EDIFieldValue("497")] LatestDeliveryDateatPier, -[EDIFieldValue("498")] MortgageeReportedCurtailmentDate, -[EDIFieldValue("499")] MortgageeOfficialSignatureDate, -[EDIFieldValue("500")] Resubmission, -[EDIFieldValue("501")] ExpectedReply, -[EDIFieldValue("502")] DroppedtoLessthanHalfTime, -[EDIFieldValue("503")] RepaymentBegin, -[EDIFieldValue("504")] LoanServicingTransfer, -[EDIFieldValue("505")] LoanPurchase, -[EDIFieldValue("506")] LastNotification, -[EDIFieldValue("507")] Extract, -[EDIFieldValue("508")] Extended, -[EDIFieldValue("509")] ServicerSignatureDate, -[EDIFieldValue("510")] DatePacked, -[EDIFieldValue("511")] ShelfLifeExpiration, -[EDIFieldValue("512")] WarrantyExpiration, -[EDIFieldValue("513")] Overhauled, -[EDIFieldValue("514")] Transferred, -[EDIFieldValue("515")] Notified, -[EDIFieldValue("516")] Discovered, -[EDIFieldValue("517")] Inspected, -[EDIFieldValue("518")] Voucher_DateOf, -[EDIFieldValue("519")] DateBankruptcyFiled, -[EDIFieldValue("520")] DateOfDamage, -[EDIFieldValue("521")] DateHazardInsurancePolicyCancelled, -[EDIFieldValue("522")] ExpirationDatetoSubmitTitleEvidence, -[EDIFieldValue("523")] DateOfClaim, -[EDIFieldValue("524")] DateOfNoticeOfReferralforAssignment, -[EDIFieldValue("525")] DateOfNoticeOfProbableIneligibilityforAssignment, -[EDIFieldValue("526")] DateOfForeclosureNotice, -[EDIFieldValue("527")] ExpirationOfForeclosureTimeframe, -[EDIFieldValue("528")] DatePossessoryActionInitiated, -[EDIFieldValue("529")] DateOfPossession, -[EDIFieldValue("530")] DateOfLastInstallmentReceived, -[EDIFieldValue("531")] DateOfAcquisitionOfTitle, -[EDIFieldValue("532")] ExpirationOfExtensiontoConvey, -[EDIFieldValue("533")] DateOfAssignmentApproval, -[EDIFieldValue("534")] DateOfAssignmentRejection, -[EDIFieldValue("535")] CurtailmentDatefromAdviceOfPayment, -[EDIFieldValue("536")] ExpirationOfExtensiontoSubmitFiscalData, -[EDIFieldValue("537")] DateDocumentation,orPaperwork,orBothWasSent, -[EDIFieldValue("538")] MakegoodCommercialDate, -[EDIFieldValue("539")] PolicyEffective, -[EDIFieldValue("540")] PolicyExpiration, -[EDIFieldValue("541")] EmployeeEffectiveDateOfCoverage, -[EDIFieldValue("542")] DateOfRepresentation, -[EDIFieldValue("543")] LastPremiumPaidDate, -[EDIFieldValue("544")] DateReportedtoEmployer, -[EDIFieldValue("545")] DateReportedtoClaimAdministrator, -[EDIFieldValue("546")] DateOfMaximumMedicalImprovement, -[EDIFieldValue("547")] DateOfLoan, -[EDIFieldValue("548")] DateOfAdvance, -[EDIFieldValue("549")] BeginningLayDate, -[EDIFieldValue("550")] CertificateEffective, -[EDIFieldValue("551")] BenefitApplicationDate, -[EDIFieldValue("552")] ActualReturntoWork, -[EDIFieldValue("553")] ReleasedReturntoWork, -[EDIFieldValue("554")] EndingLayDate, -[EDIFieldValue("555")] EmployeeWagesCeased, -[EDIFieldValue("556")] LastSalaryIncrease, -[EDIFieldValue("557")] EmployeeLaidOff, -[EDIFieldValue("558")] InjuryorIllness, -[EDIFieldValue("559")] OldestUnpaidInstallment, -[EDIFieldValue("560")] PreforeclosureAcceptanceDate, -[EDIFieldValue("561")] PreforeclosureSaleClosingDate, -[EDIFieldValue("562")] DateOfFirstUncuredDefault, -[EDIFieldValue("563")] DateDefaultWasCured, -[EDIFieldValue("564")] DateOfFirstMortgagePayment, -[EDIFieldValue("565")] DateOfPropertyInspection, -[EDIFieldValue("566")] DateTotalAmountOfDelinquencyReported, -[EDIFieldValue("567")] DateOutstandingLoanBalanceReported, -[EDIFieldValue("568")] DateForeclosureSaleScheduled, -[EDIFieldValue("569")] DateForeclosureHeld, -[EDIFieldValue("570")] DateRedemptionPeriodEnds, -[EDIFieldValue("571")] DateVoluntaryConveyanceAccepted, -[EDIFieldValue("572")] DatePropertySold, -[EDIFieldValue("573")] DateClaimPaid, -[EDIFieldValue("574")] ActionBeginDate, -[EDIFieldValue("575")] ProjectedActionEndDate, -[EDIFieldValue("576")] ActionEndDate, -[EDIFieldValue("577")] OriginalMaturityDate, -[EDIFieldValue("578")] DateReferredtoAttorneyforForeclosure, -[EDIFieldValue("579")] PlannedRelease, -[EDIFieldValue("580")] ActualRelease, -[EDIFieldValue("581")] ContractPeriod, -[EDIFieldValue("582")] ReportPeriod, -[EDIFieldValue("583")] Suspension, -[EDIFieldValue("584")] Reinstatement_584, -[EDIFieldValue("585")] Report, -[EDIFieldValue("586")] FirstContact, -[EDIFieldValue("587")] ProjectedForeclosureSaleDate, -[EDIFieldValue("589")] DateAssignmentFiledforRecord, -[EDIFieldValue("590")] DateOfAppraisal, -[EDIFieldValue("591")] ExpirationDateOfExtensiontoAssign, -[EDIFieldValue("592")] DateOfExtensiontoConvey, -[EDIFieldValue("593")] DateHazardInsurancePolicyRefused, -[EDIFieldValue("594")] HighFabricationReleaseAuthorization, -[EDIFieldValue("595")] HighRawMaterialAuthorization, -[EDIFieldValue("596")] MaterialChangeNotice, -[EDIFieldValue("597")] LatestDeliveryDateatRailRamp, -[EDIFieldValue("598")] Rejected, -[EDIFieldValue("599")] RepaymentScheduleSent, -[EDIFieldValue("600")] AsOf, -[EDIFieldValue("601")] FirstSubmission, -[EDIFieldValue("602")] SubsequentSubmission, -[EDIFieldValue("603")] Renewal, -[EDIFieldValue("604")] Withdrawn, -[EDIFieldValue("606")] CertificationPeriodStart, -[EDIFieldValue("607")] CertificationRevision, -[EDIFieldValue("608")] ContinuousCoverageDates, -[EDIFieldValue("609")] PrearrangedDealMatch, -[EDIFieldValue("610")] ContingencyEnd, -[EDIFieldValue("611")] OxygenTherapyEvaluation, -[EDIFieldValue("612")] ShutIn, -[EDIFieldValue("613")] AllowableEffective, -[EDIFieldValue("614")] FirstSales, -[EDIFieldValue("615")] DateAcquired, -[EDIFieldValue("616")] InterviewerSigned, -[EDIFieldValue("617")] ApplicationLoggedDate, -[EDIFieldValue("618")] ReviewDate, -[EDIFieldValue("619")] DecisionDate, -[EDIFieldValue("620")] PreviouslyResided, -[EDIFieldValue("621")] Reported, -[EDIFieldValue("622")] Checked, -[EDIFieldValue("623")] Settled, -[EDIFieldValue("624")] PresentlyResiding, -[EDIFieldValue("625")] EmployedinthisPosition, -[EDIFieldValue("626")] Verified, -[EDIFieldValue("627")] SecondAdmissionDate, -[EDIFieldValue("629")] AccountOpened, -[EDIFieldValue("630")] AccountClosed, -[EDIFieldValue("631")] PropertyAcquired, -[EDIFieldValue("632")] PropertyBuilt, -[EDIFieldValue("633")] EmployedinthisProfession, -[EDIFieldValue("634")] NextReviewDate, -[EDIFieldValue("635")] InitialContactDate, -[EDIFieldValue("636")] DateOfLastUpdate, -[EDIFieldValue("637")] SecondDischargeDate, -[EDIFieldValue("638")] DateOfLastDraw, -[EDIFieldValue("640")] Complaint, -[EDIFieldValue("641")] Option, -[EDIFieldValue("642")] Solicitation, -[EDIFieldValue("643")] Clause, -[EDIFieldValue("644")] Meeting, -[EDIFieldValue("646")] RentalPeriod, -[EDIFieldValue("647")] NextPayIncrease, -[EDIFieldValue("648")] PeriodCoveredbySourceDocuments, -[EDIFieldValue("649")] DocumentDue, -[EDIFieldValue("650")] CourtNotice, -[EDIFieldValue("651")] ExpectedFundingDate, -[EDIFieldValue("652")] AssignmentRecorded, -[EDIFieldValue("653")] CaseReopened, -[EDIFieldValue("655")] PreviousCourtEvent, -[EDIFieldValue("656")] LastDatetoObject, -[EDIFieldValue("657")] CourtEvent, -[EDIFieldValue("658")] LastDateToFileAClaim, -[EDIFieldValue("659")] CaseConverted, -[EDIFieldValue("660")] DebtIncurred, -[EDIFieldValue("661")] Judgment, -[EDIFieldValue("662")] WagesStart, -[EDIFieldValue("663")] WagesEnd, -[EDIFieldValue("664")] DateThroughWhichPropertyTaxesHaveBeenPaid, -[EDIFieldValue("665")] PaidThroughDate, -[EDIFieldValue("666")] DatePaid, -[EDIFieldValue("667")] AnesthesiaAdministration, -[EDIFieldValue("668")] PriceProtection, -[EDIFieldValue("669")] ClaimIncurred, -[EDIFieldValue("670")] BookEntryDelivery, -[EDIFieldValue("671")] RateAdjustment, -[EDIFieldValue("672")] NextInstallmentDueDate, -[EDIFieldValue("673")] DaylightOverdraftTime, -[EDIFieldValue("674")] PresentmentDate, -[EDIFieldValue("675")] NegotiatedExtensionDate, -[EDIFieldValue("681")] Remittance, -[EDIFieldValue("682")] SecurityRateAdjustment, -[EDIFieldValue("683")] FilingPeriod, -[EDIFieldValue("684")] ReviewPeriodEnd, -[EDIFieldValue("685")] RequestedSettlement, -[EDIFieldValue("686")] LastScreening, -[EDIFieldValue("687")] Confinement, -[EDIFieldValue("688")] Arrested, -[EDIFieldValue("689")] Convicted, -[EDIFieldValue("690")] Interviewed, -[EDIFieldValue("691")] LastVisit, -[EDIFieldValue("692")] Recovery, -[EDIFieldValue("693")] TimeInUS, -[EDIFieldValue("694")] FuturePeriod, -[EDIFieldValue("695")] PreviousPeriod, -[EDIFieldValue("696")] InterestPaidTo, -[EDIFieldValue("697")] DateOfSeizure, -[EDIFieldValue("699")] SetOff, -[EDIFieldValue("700")] OverrideDateforSettlement, -[EDIFieldValue("701")] SettlementDate_FromInterlineSettlementSystem_ISS_only, -[EDIFieldValue("702")] SendingRoadTimeStamp, -[EDIFieldValue("703")] RetransmissionTimeStamp, -[EDIFieldValue("704")] DeliveryAppointmentDateandTime, -[EDIFieldValue("705")] InterestPaidThrough, -[EDIFieldValue("706")] DateMaterialUsageSuspended, -[EDIFieldValue("707")] LastPaymentMade, -[EDIFieldValue("708")] PastDue, -[EDIFieldValue("709")] AnalysisMonthEnding, -[EDIFieldValue("710")] DateOfSpecification, -[EDIFieldValue("711")] DateOfStandard, -[EDIFieldValue("712")] ReturntoWorkPartTime, -[EDIFieldValue("713")] Paid_throughDateforSalaryContinuation, -[EDIFieldValue("714")] Paid_throughDateforVacationPay, -[EDIFieldValue("715")] Paid_throughDateforAccruedSickPay, -[EDIFieldValue("716")] AppraisalOrdered, -[EDIFieldValue("717")] DateOfOperation, -[EDIFieldValue("718")] BestTimetoCall, -[EDIFieldValue("719")] VerbalReportNeeded, -[EDIFieldValue("720")] EstimatedEscrowClosing, -[EDIFieldValue("721")] PermitYear, -[EDIFieldValue("722")] RemodelingCompleted, -[EDIFieldValue("723")] CurrentMonthEnding, -[EDIFieldValue("724")] PreviousMonthEnding, -[EDIFieldValue("725")] CycletoDate, -[EDIFieldValue("726")] YeartoDate, -[EDIFieldValue("727")] OnHold, -[EDIFieldValue("728")] OffHold, -[EDIFieldValue("729")] FacsimileDueBy, -[EDIFieldValue("730")] ReportingCycleDate, -[EDIFieldValue("731")] LastPaidInstallmentDate, -[EDIFieldValue("732")] ClaimsMade, -[EDIFieldValue("733")] DateOfLastPaymentReceived, -[EDIFieldValue("734")] CurtailmentDate, -[EDIFieldValue("736")] PoolSettlement, -[EDIFieldValue("737")] NextInterestChangeDate, -[EDIFieldValue("738")] MostRecentHemoglobinorHematocritorBoth, -[EDIFieldValue("739")] MostRecentSerumCreatine, -[EDIFieldValue("740")] Closed, -[EDIFieldValue("741")] Therapy, -[EDIFieldValue("742")] Implantation, -[EDIFieldValue("743")] Explantation, -[EDIFieldValue("744")] DateBecameAware, -[EDIFieldValue("745")] FirstMarketed, -[EDIFieldValue("746")] LastMarketed, -[EDIFieldValue("750")] ExpectedProblemResolution, -[EDIFieldValue("751")] AlternateProblemResolution, -[EDIFieldValue("752")] FeeCapitalization, -[EDIFieldValue("753")] InterestCapitalization, -[EDIFieldValue("754")] NextPaymentDue, -[EDIFieldValue("755")] ConversiontoRepayment, -[EDIFieldValue("756")] EndOfGrace, -[EDIFieldValue("757")] SchoolRefund, -[EDIFieldValue("758")] SimpleInterestDue, -[EDIFieldValue("760")] Printed, -[EDIFieldValue("770")] BackonMarket, -[EDIFieldValue("771")] Status, -[EDIFieldValue("773")] Off_Market, -[EDIFieldValue("774")] Tour, -[EDIFieldValue("776")] ListingReceived, -[EDIFieldValue("778")] AnticipatedClosing, -[EDIFieldValue("779")] LastPublication, -[EDIFieldValue("780")] SoldBookPublication, -[EDIFieldValue("781")] Occupancy, -[EDIFieldValue("782")] Contingency, -[EDIFieldValue("783")] PercolationTest, -[EDIFieldValue("784")] SepticApproval, -[EDIFieldValue("785")] TitleTransfer, -[EDIFieldValue("786")] OpenHouse, -[EDIFieldValue("789")] Homestead, -[EDIFieldValue("800")] MidpointOfPerformance, -[EDIFieldValue("801")] AcquisitionDate, -[EDIFieldValue("802")] DateOfAction, -[EDIFieldValue("803")] PaidinFull, -[EDIFieldValue("804")] Refinance, -[EDIFieldValue("805")] VoluntaryTermination, -[EDIFieldValue("806")] CustomerOrder, -[EDIFieldValue("807")] Stored, -[EDIFieldValue("808")] Selected, -[EDIFieldValue("809")] Posted, -[EDIFieldValue("810")] DocumentReceived, -[EDIFieldValue("811")] Rebuilt, -[EDIFieldValue("812")] Marriage, -[EDIFieldValue("813")] CustomsEntryDate, -[EDIFieldValue("814")] PaymentDueDate, -[EDIFieldValue("815")] MaturityDate, -[EDIFieldValue("816")] TradeDate, -[EDIFieldValue("817")] GallonsPerMinute_GPM_TestPerformed, -[EDIFieldValue("818")] BritishThermalUnit_BTU_TestPerformed, -[EDIFieldValue("820")] RealEstateTaxYear, -[EDIFieldValue("821")] FinalReconciliationValueEstimateAsOf, -[EDIFieldValue("822")] Map, -[EDIFieldValue("823")] Opinion, -[EDIFieldValue("824")] Version, -[EDIFieldValue("825")] OriginalDueDate, -[EDIFieldValue("826")] IncumbencyPeriod, -[EDIFieldValue("827")] AudienceDeficiencyPeriod, -[EDIFieldValue("828")] AiredDate, -[EDIFieldValue("830")] Schedule, -[EDIFieldValue("831")] PaidThroughDateforMinimumPayment, -[EDIFieldValue("832")] PaidThroughDateforTotalPayment, -[EDIFieldValue("840")] Election, -[EDIFieldValue("841")] EngineeringDataList, -[EDIFieldValue("842")] LastProduction, -[EDIFieldValue("843")] NotBefore, -[EDIFieldValue("844")] NotAfter, -[EDIFieldValue("845")] InitialClaim, -[EDIFieldValue("846")] BenefitsPaid, -[EDIFieldValue("847")] WagesEarned, -[EDIFieldValue("848")] AdjustedStart, -[EDIFieldValue("849")] AdjustedEnd, -[EDIFieldValue("850")] RevisedAdjustedStart, -[EDIFieldValue("851")] RevisedAdjustedEnd, -[EDIFieldValue("853")] FieldTest, -[EDIFieldValue("854")] MortgageNoteDate, -[EDIFieldValue("855")] AlternativeDueDate, -[EDIFieldValue("856")] FirstPaymentChange, -[EDIFieldValue("857")] FirstRateAdjustment, -[EDIFieldValue("858")] AlternateBasePeriod, -[EDIFieldValue("859")] PriorNotice, -[EDIFieldValue("860")] AppointmentEffective, -[EDIFieldValue("861")] AppointmentExpiration, -[EDIFieldValue("862")] CompanyTermination, -[EDIFieldValue("863")] ContinuingEducationRequirement, -[EDIFieldValue("864")] DistributorEffective, -[EDIFieldValue("865")] DistributorTermination, -[EDIFieldValue("866")] Examination, -[EDIFieldValue("867")] IncorporationDissolution, -[EDIFieldValue("868")] LastFollow_up, -[EDIFieldValue("869")] LicenseEffective, -[EDIFieldValue("870")] LicenseExpiration, -[EDIFieldValue("871")] LicenseRenewal, -[EDIFieldValue("872")] LicenseRequested, -[EDIFieldValue("873")] Mailed, -[EDIFieldValue("874")] PaperworkMailed, -[EDIFieldValue("875")] PreviousEmployment, -[EDIFieldValue("876")] PreviousEmploymentEnd, -[EDIFieldValue("877")] PreviousEmploymentStart, -[EDIFieldValue("878")] PreviousResidence, -[EDIFieldValue("879")] PreviousResidenceEnd, -[EDIFieldValue("880")] PreviousResidenceStart, -[EDIFieldValue("881")] Request, -[EDIFieldValue("882")] ResidentLicenseEffective, -[EDIFieldValue("883")] ResidentLicenseExpiration, -[EDIFieldValue("884")] StateTermination, -[EDIFieldValue("885")] TexasLineTermination, -[EDIFieldValue("900")] Acceleration, -[EDIFieldValue("901")] AdjustedContestability, -[EDIFieldValue("903")] ApplicationEntry, -[EDIFieldValue("904")] ApprovalOffer, -[EDIFieldValue("905")] AutomaticPremiumLoan, -[EDIFieldValue("906")] Collection, -[EDIFieldValue("907")] ConfinementEnd, -[EDIFieldValue("908")] ConfinementStart, -[EDIFieldValue("909")] Contestability, -[EDIFieldValue("910")] FlatExtraEnd, -[EDIFieldValue("911")] LastActivity, -[EDIFieldValue("912")] LastChange, -[EDIFieldValue("913")] LastEpisode, -[EDIFieldValue("914")] LastMeal, -[EDIFieldValue("915")] Loan, -[EDIFieldValue("916")] ApplicationStatus, -[EDIFieldValue("917")] Maturity, -[EDIFieldValue("918")] MedicalInformationSignature, -[EDIFieldValue("919")] MedicalInformationSystem, -[EDIFieldValue("920")] Note, -[EDIFieldValue("921")] OfferExpiration, -[EDIFieldValue("922")] OriginalReceipt, -[EDIFieldValue("923")] Placement, -[EDIFieldValue("924")] PlacementPeriodExpiration, -[EDIFieldValue("925")] Processing, -[EDIFieldValue("926")] Recapture, -[EDIFieldValue("927")] Re_entry, -[EDIFieldValue("928")] Reissue, -[EDIFieldValue("929")] Reinstatement_929, -[EDIFieldValue("930")] Requalification, -[EDIFieldValue("931")] ReinsuranceEffective, -[EDIFieldValue("932")] ReservationOfFacility, -[EDIFieldValue("933")] SettlementStatus, -[EDIFieldValue("934")] TableRatingEnd, -[EDIFieldValue("935")] TerminationOfFacility, -[EDIFieldValue("936")] Treatment, -[EDIFieldValue("937")] DepartmentOfLaborWageDeterminationDate, -[EDIFieldValue("938")] Order, -[EDIFieldValue("939")] Resolved, -[EDIFieldValue("940")] ExecutionDate, -[EDIFieldValue("941")] CapitationPeriodStart, -[EDIFieldValue("942")] CapitationPeriodEnd, -[EDIFieldValue("943")] LastDateforaGovernmentAgencyToFileAClaim, -[EDIFieldValue("944")] AdjustmentPeriod, -[EDIFieldValue("945")] Activity, -[EDIFieldValue("946")] MailBy, -[EDIFieldValue("947")] Preparation, -[EDIFieldValue("948")] PaymentInitiated, -[EDIFieldValue("949")] PaymentEffective, -[EDIFieldValue("950")] Application, -[EDIFieldValue("951")] Reclassification, -[EDIFieldValue("952")] Reclassification_ExitDate, -[EDIFieldValue("953")] Post_Reclassification, -[EDIFieldValue("954")] Post_Reclassification_FirstReportCard, -[EDIFieldValue("955")] Post_Reclassification_FirstSemi_annual, -[EDIFieldValue("956")] Post_Reclassification_SecondSemi_annual, -[EDIFieldValue("957")] Post_Reclassification_EndOfSecondYear, -[EDIFieldValue("960")] AdjustedDeathBenefit, -[EDIFieldValue("961")] Anniversary, -[EDIFieldValue("962")] Annuitization, -[EDIFieldValue("963")] AnnuityCommencementDate, -[EDIFieldValue("964")] Bill, -[EDIFieldValue("965")] CalendarAnniversary, -[EDIFieldValue("966")] ContractMailed, -[EDIFieldValue("967")] EarlyWithdrawal, -[EDIFieldValue("968")] FiscalAnniversary, -[EDIFieldValue("969")] Income, -[EDIFieldValue("970")] InitialPremium, -[EDIFieldValue("971")] InitialPremiumEffective, -[EDIFieldValue("972")] LastPremiumEffective, -[EDIFieldValue("973")] MinimumRequiredDistribution, -[EDIFieldValue("974")] NextAnniversary, -[EDIFieldValue("975")] Notice, -[EDIFieldValue("976")] NotificationOfDeath, -[EDIFieldValue("977")] PartialAnnuitization, -[EDIFieldValue("978")] PlanAnniversary, -[EDIFieldValue("979")] PolicySurrender, -[EDIFieldValue("980")] PriorContractAnniversary, -[EDIFieldValue("981")] PriorContractIssue, -[EDIFieldValue("982")] SignatureReceived, -[EDIFieldValue("983")] Tax, -[EDIFieldValue("984")] BenefitPeriod, -[EDIFieldValue("985")] MonthtoDate, -[EDIFieldValue("986")] SemiannualEnding, -[EDIFieldValue("987")] Surrender, -[EDIFieldValue("988")] PlanOfTreatmentPeriod, -[EDIFieldValue("989")] PriorHospitalizationDates_RelatedtoCurrentServices, -[EDIFieldValue("992")] DateRequested, -[EDIFieldValue("993")] RequestforQuotation, -[EDIFieldValue("994")] Quote, -[EDIFieldValue("995")] RecordedDate, -[EDIFieldValue("996")] RequiredDelivery, -[EDIFieldValue("997")] QuotetobeReceivedBy, -[EDIFieldValue("998")] ContinuationOfPayStartDate, -[EDIFieldValue("999")] DocumentDate, -[EDIFieldValue("AA1")] EstimatedPointOfArrival, -[EDIFieldValue("AA2")] EstimatedPointOfDischarge, -[EDIFieldValue("AA3")] CancelAfter_ExCountry, -[EDIFieldValue("AA4")] CancelAfter_ExFactory, -[EDIFieldValue("AA5")] DoNotShipBefore_ExCountry, -[EDIFieldValue("AA6")] DoNotShipBefore_ExFactory, -[EDIFieldValue("AA7")] FinalScheduledPayment, -[EDIFieldValue("AA8")] ActualDischarge, -[EDIFieldValue("AA9")] AddressPeriod, -[EDIFieldValue("AAA")] ArrivalinCountry, -[EDIFieldValue("AAB")] Citation, -[EDIFieldValue("AAD")] Crime, -[EDIFieldValue("AAE")] Discharge_Planned, -[EDIFieldValue("AAF")] Draft, -[EDIFieldValue("AAG")] DueDate, -[EDIFieldValue("AAH")] Event, -[EDIFieldValue("AAI")] FirstInvolvement, -[EDIFieldValue("AAJ")] GuaranteePeriod, -[EDIFieldValue("AAK")] IncomeIncreasePeriod, -[EDIFieldValue("AAL")] InstallmentDate, -[EDIFieldValue("AAM")] LastCivilianFlight, -[EDIFieldValue("AAN")] LastFlight, -[EDIFieldValue("AAO")] LastInsuranceMedical, -[EDIFieldValue("AAP")] LastMilitaryFlight, -[EDIFieldValue("AAQ")] LastPhysical, -[EDIFieldValue("AAR")] License, -[EDIFieldValue("AAS")] MedicalCertificate, -[EDIFieldValue("AAT")] Medication, -[EDIFieldValue("AAU")] NetWorthDate, -[EDIFieldValue("AAV")] NextActivity, -[EDIFieldValue("AAW")] OwnershipChange, -[EDIFieldValue("AAX")] OwnershipPeriod, -[EDIFieldValue("AAY")] RateDate, -[EDIFieldValue("AAZ")] RequestedContract, -[EDIFieldValue("AB1")] RequestedOffer, -[EDIFieldValue("AB2")] SalesPeriod, -[EDIFieldValue("AB3")] TaxYear, -[EDIFieldValue("AB4")] TimePeriod, -[EDIFieldValue("AB5")] Travel, -[EDIFieldValue("AB6")] TreatmentEnd, -[EDIFieldValue("AB7")] TreatmentStart, -[EDIFieldValue("AB8")] Trust, -[EDIFieldValue("AB9")] WorstTimetoCall, -[EDIFieldValue("ABA")] Registration, -[EDIFieldValue("ABB")] Revoked, -[EDIFieldValue("ABC")] EstimatedDateOfBirth, -[EDIFieldValue("ABD")] LastAnnualReport, -[EDIFieldValue("ABE")] LegalActionStarted, -[EDIFieldValue("ABG")] PaymentPeriod, -[EDIFieldValue("ABH")] ProfitPeriod, -[EDIFieldValue("ABI")] Registered, -[EDIFieldValue("ABK")] Consolidated, -[EDIFieldValue("ABL")] BoardOfDirectorsNotAuthorizedAsOf, -[EDIFieldValue("ABM")] BoardOfDirectorsIncompleteAsOf, -[EDIFieldValue("ABN")] ManagerNotRegisteredAsOf, -[EDIFieldValue("ABO")] CitizenshipChange, -[EDIFieldValue("ABP")] Participation, -[EDIFieldValue("ABQ")] Capitalization, -[EDIFieldValue("ABR")] RegistrationOfBoardOfDirectors, -[EDIFieldValue("ABS")] CeasedOperations, -[EDIFieldValue("ABT")] Satisfied, -[EDIFieldValue("ABU")] TermsMet, -[EDIFieldValue("ABV")] AssetDocumentationExpiration, -[EDIFieldValue("ABW")] CreditDocumentationExpiration, -[EDIFieldValue("ABX")] IncomeDocumentationExpiration, -[EDIFieldValue("ABY")] ProductHeldUntil, -[EDIFieldValue("ACA")] ImmigrationDate, -[EDIFieldValue("ACB")] EstimatedImmigrationDate, -[EDIFieldValue("ACK")] Acknowledgment, -[EDIFieldValue("ADB")] BusinessControlChange, -[EDIFieldValue("ADC")] CourtRegistration, -[EDIFieldValue("ADD")] AnnualReportDue, -[EDIFieldValue("ADL")] AssetandLiabilitySchedule, -[EDIFieldValue("ADM")] AnnualReportMailed, -[EDIFieldValue("ADR")] AnnualReportFiled, -[EDIFieldValue("ARD")] AnnualReportDelinquency, -[EDIFieldValue("CAD")] ChangedAccountingDate, -[EDIFieldValue("CCR")] CustomsCargoRelease, -[EDIFieldValue("CDT")] MaintenanceComment, -[EDIFieldValue("CEA")] Formation, -[EDIFieldValue("CEB")] Continuance, -[EDIFieldValue("CEC")] Merger, -[EDIFieldValue("CED")] YearDue, -[EDIFieldValue("CEE")] NextAnnualMeeting, -[EDIFieldValue("CEF")] EndOfLastFiscalYear, -[EDIFieldValue("CEH")] YearBeginning, -[EDIFieldValue("CEJ")] StartedDoingBusiness, -[EDIFieldValue("CEK")] SwornandSubscribed, -[EDIFieldValue("CEL")] CalendarYear, -[EDIFieldValue("CEM")] Asset, -[EDIFieldValue("CEN")] Inactivity, -[EDIFieldValue("CEO")] HighCapitalYear, -[EDIFieldValue("CLO")] ClosingDateOfFirstBalanceSheet, -[EDIFieldValue("CLU")] ClosedUntil, -[EDIFieldValue("COM")] Compliance, -[EDIFieldValue("CON")] ConvertedintoHoldingCompany, -[EDIFieldValue("CUR")] CurrentList, -[EDIFieldValue("DDO")] Declaration, -[EDIFieldValue("DEE")] DeedNotAvailable, -[EDIFieldValue("DET")] DetrimentalInformationReceived, -[EDIFieldValue("DFF")] Deferral, -[EDIFieldValue("DFS")] DepartureFromSpecification, -[EDIFieldValue("DIS")] Disposition, -[EDIFieldValue("DOI")] DeliveryOrderIssued, -[EDIFieldValue("DSP")] Disposal, -[EDIFieldValue("ECD")] EstimatedConstructionDate, -[EDIFieldValue("ECF")] EstimatedCompletion_FirstPriorMonth, -[EDIFieldValue("ECS")] EstimatedCompletion_SecondPriorMonth, -[EDIFieldValue("ECT")] EstimatedCompletion_ThirdPriorMonth, -[EDIFieldValue("EPP")] EstimatePreparation, -[EDIFieldValue("ESC")] EstimateComment, -[EDIFieldValue("ESF")] EstimatedStart_FirstPriorMonth, -[EDIFieldValue("ESS")] EstimatedStart_SecondPriorMonth, -[EDIFieldValue("EST")] EstimatedStart_ThirdPriorMonth, -[EDIFieldValue("ETP")] EarliestFilingPeriod, -[EDIFieldValue("EXO")] Exposure, -[EDIFieldValue("EXP")] Export, -[EDIFieldValue("FFI")] FinancialInformation, -[EDIFieldValue("GRD")] Graduated, -[EDIFieldValue("ICF")] ConvertedtoElectronicDate, -[EDIFieldValue("IDG")] InsolvencyDischargeGranted, -[EDIFieldValue("III")] Incorporation, -[EDIFieldValue("IMP")] Import, -[EDIFieldValue("INC")] Incident, -[EDIFieldValue("INT")] InactiveUntil, -[EDIFieldValue("KEV")] KeyEventFiscalYear, -[EDIFieldValue("KEW")] KeyEventCalendarYear, -[EDIFieldValue("LAS")] LastCheckforBalanceSheetUpdate, -[EDIFieldValue("LCC")] LastCapitalChange, -[EDIFieldValue("LEA")] LetterOfAgreement, -[EDIFieldValue("LEL")] LetterOfLiability, -[EDIFieldValue("LIQ")] Liquidation, -[EDIFieldValue("LLP")] LowPeriod, -[EDIFieldValue("LOG")] EquipmentLogEntry, -[EDIFieldValue("LPC")] ListPriceChange, -[EDIFieldValue("LSC")] LegalStructureChange, -[EDIFieldValue("LTP")] LatestFilingPeriod, -[EDIFieldValue("MRR")] MeterReading, -[EDIFieldValue("MSD")] LatestMaterialSafetyDataSheetDate, -[EDIFieldValue("NAM")] PresentName, -[EDIFieldValue("NFD")] NegotiatedFinish, -[EDIFieldValue("NRG")] NotRegistered, -[EDIFieldValue("NSD")] NegotiatedStart, -[EDIFieldValue("ORG")] OriginalList, -[EDIFieldValue("PBC")] PresentControl, -[EDIFieldValue("PDV")] PrivilegeDetailsVerification, -[EDIFieldValue("PLS")] PresentLegalStructure, -[EDIFieldValue("PPP")] PeakPeriod, -[EDIFieldValue("PRD")] PreviouslyReportedDateOfBirth, -[EDIFieldValue("PRR")] PresentedtoReceivers, -[EDIFieldValue("PTD")] PaidToDate, -[EDIFieldValue("RAP")] ReceiverAppointed, -[EDIFieldValue("RES")] Resigned, -[EDIFieldValue("RFD")] RequestedFinish, -[EDIFieldValue("RFF")] RecoveryFinish, -[EDIFieldValue("RFO")] ReferredFrom, -[EDIFieldValue("RNT")] RentSurvey, -[EDIFieldValue("RRM")] ReceivedintheMail, -[EDIFieldValue("RRT")] Revocation, -[EDIFieldValue("RSD")] RequestedStart, -[EDIFieldValue("RSS")] RecoveryStart, -[EDIFieldValue("RTO")] ReferredTo, -[EDIFieldValue("SCV")] SocialSecurityClaimsVerification, -[EDIFieldValue("SDD")] SoleDirectorshipDate, -[EDIFieldValue("STN")] Transition, -[EDIFieldValue("TSR")] TradeStyleRegistered, -[EDIFieldValue("TSS")] TrialStarted, -[EDIFieldValue("TST")] TrialSet, -[EDIFieldValue("VAT")] ValueAddedTax_VAT_ClaimsVerification, -[EDIFieldValue("VLU")] ValidUntil, -[EDIFieldValue("W01")] SampleCollected, -[EDIFieldValue("W02")] StatusChange, -[EDIFieldValue("W03")] ConstructionStart, -[EDIFieldValue("W05")] Recompletion, -[EDIFieldValue("W06")] LastLogged, -[EDIFieldValue("W07")] WellLogRun, -[EDIFieldValue("W08")] SurfaceCasingAuthorityApproval, -[EDIFieldValue("W09")] ReachedTotalDepth, -[EDIFieldValue("W10")] SpacingOrderUnitAssigned, -[EDIFieldValue("W11")] RigArrival, -[EDIFieldValue("W12")] LocationExceptionOrderNumberAssigned, -[EDIFieldValue("W13")] SidetrackedWellbore, -[EDIFieldValue("WAY")] Waybill, -[EDIFieldValue("YXX")] ProgrammedFiscalYear, -[EDIFieldValue("YXY")] ProgrammedCalendarYear, -[EDIFieldValue("ZZZ")] MutuallyDefined, - - [EDIFieldValue("340")] - ConsolidatedOmnibusBudgetReconciliationAct, - - [EDIFieldValue("341")] - ConsolidatedOmnibusBudgetReconciliationAct_COBRA, - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/EntityIdentifierCode.cs b/src/OopFactory.X12/Parsing/Model/Typed/EntityIdentifierCode.cs deleted file mode 100644 index a9cf42eb..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/EntityIdentifierCode.cs +++ /dev/null @@ -1,2638 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum EntityIdentifierCode - { - [EDIFieldValue("01")] - LoanApplicant, - [EDIFieldValue("02")] - LoanBroker, - [EDIFieldValue("03")] - Dependent, - [EDIFieldValue("04")] - AssetAccountHolder, - [EDIFieldValue("05")] - Tenant, - [EDIFieldValue("06")] - RecipientOfCivilOrLegalLiabilityPayment, - [EDIFieldValue("07")] - Titleholder, - [EDIFieldValue("08")] - NonMortgageLiabilityAccountHolder, - [EDIFieldValue("09")] - NoteCo_Signer, - [EDIFieldValue("0A")] - ComparableRentals, - [EDIFieldValue("0B")] - InterimFundingOrganization, - [EDIFieldValue("0D")] - NonOccupantCoBorrower, - [EDIFieldValue("0E")] - ListOwner, - [EDIFieldValue("0F")] - ListMailer, - [EDIFieldValue("0H")] - StateDivision, - [EDIFieldValue("10")] - Conduit, - [EDIFieldValue("11")] - PartyToBeBilled_AARAccountingRule11, - [EDIFieldValue("12")] - RegionalOffice, - [EDIFieldValue("13")] - ContractedServiceProvider, - [EDIFieldValue("14")] - WhollyOwnedSubsidiary, - [EDIFieldValue("15")] - AccountsPayableOffice, - [EDIFieldValue("16")] - Plant, - [EDIFieldValue("17")] - ConsultantsOffice, - [EDIFieldValue("18")] - Production, - [EDIFieldValue("19")] - NonProductionSupplier, - [EDIFieldValue("1A")] - Subgroup, - [EDIFieldValue("1B")] - Applicant, - [EDIFieldValue("1C")] - GroupPurchasingOrganization_GPO, - [EDIFieldValue("1D")] - CoOperative, - [EDIFieldValue("1E")] - HealthMaintenanceOrganization_HMO, - [EDIFieldValue("1F")] - Alliance, - [EDIFieldValue("1G")] - OncologyCenter, - [EDIFieldValue("1H")] - KidneyDialysisUnit, - [EDIFieldValue("1I")] - PreferredProviderOrganization_PPO, - [EDIFieldValue("1J")] - Connection, - [EDIFieldValue("1K")] - Franchisor, - [EDIFieldValue("1L")] - Franchisee, - [EDIFieldValue("1M")] - PreviousGroup, - [EDIFieldValue("1N")] - Shareholder, - [EDIFieldValue("1O")] - AcuteCareHospital, - [EDIFieldValue("1P")] - Provider, - [EDIFieldValue("1Q")] - MilitaryFacility, - [EDIFieldValue("1R")] - University_CollegeOrSchool, - [EDIFieldValue("1S")] - OutpatientSurgicenter, - [EDIFieldValue("1T")] - Physician_ClinicOrGroupPractice, - [EDIFieldValue("1U")] - LongTermCareFacility, - [EDIFieldValue("1V")] - ExtendedCareFacility, - [EDIFieldValue("1W")] - PsychiatricHealthFacility, - [EDIFieldValue("1X")] - Laboratory, - [EDIFieldValue("1Y")] - RetailPharmacy, - [EDIFieldValue("1Z")] - HomeHealthCare, - [EDIFieldValue("20")] - ForeignSupplier, - [EDIFieldValue("21")] - SmallBusiness, - [EDIFieldValue("22")] - MinorityOwnedBusiness_Small, - [EDIFieldValue("23")] - MinorityOwnedBusiness_Large, - [EDIFieldValue("24")] - WomanOwnedBusiness_Small, - [EDIFieldValue("25")] - WomanOwnedBusiness_Large, - [EDIFieldValue("26")] - SociallyDisadvantagedBusiness, - [EDIFieldValue("27")] - SmallDisadvantagedBusiness, - [EDIFieldValue("28")] - Subcontractor, - [EDIFieldValue("29")] - PrototypeSupplier, - [EDIFieldValue("2A")] - FederalStateCountyOrCityFacility, - [EDIFieldValue("2B")] - ThirdPartyAdministrator, - [EDIFieldValue("2C")] - CoParticipant, - [EDIFieldValue("2D")] - MiscellaneousHealthCareFacility, - [EDIFieldValue("2E")] - NonHealthCareMiscellaneousFacility, - [EDIFieldValue("2F")] - State, - [EDIFieldValue("2G")] - Assigner, - [EDIFieldValue("2H")] - HospitalDistrictOrAuthority, - [EDIFieldValue("2I")] - ChurchOperatedFacility, - [EDIFieldValue("2J")] - Individual, - [EDIFieldValue("2K")] - Partnership, - [EDIFieldValue("2L")] - Corporation, - [EDIFieldValue("2M")] - AirForceFacility, - [EDIFieldValue("2N")] - ArmyFacility, - [EDIFieldValue("2O")] - NavyFacility, - [EDIFieldValue("2P")] - PublicHealthServiceFacility, - [EDIFieldValue("2Q")] - VeteransAdministrationFacility, - [EDIFieldValue("2R")] - FederalFacility, - [EDIFieldValue("2S")] - PublicHealthServiceIndianServiceFacility, - [EDIFieldValue("2T")] - DepartmentOfJusticeFacility, - [EDIFieldValue("2U")] - OtherNotForProfitFacility, - [EDIFieldValue("2V")] - IndividualForProfitFacility, - [EDIFieldValue("2W")] - PartnershipForProfitFacility, - [EDIFieldValue("2X")] - CorporationForProfitFacility, - [EDIFieldValue("2Y")] - GeneralMedicalAndSurgicalFacility, - [EDIFieldValue("2Z")] - HospitalUnitOfAnInstitution_PrisonHospital_CollegeInfirmary_Etc, - [EDIFieldValue("30")] - ServiceSupplier, - [EDIFieldValue("31")] - PostalMailingAddress, - [EDIFieldValue("32")] - PartyToReceiveMaterialRelease, - [EDIFieldValue("33")] - InquiryAddress, - [EDIFieldValue("34")] - MaterialChangeNoticeAddress, - [EDIFieldValue("35")] - ElectronicDataInterchange_EDI_CoordinatorPointAddress, - [EDIFieldValue("36")] - Employer, - [EDIFieldValue("37")] - PreviousDebtHolder, - [EDIFieldValue("38")] - MortgageLiabilityAccountHolder, - [EDIFieldValue("39")] - AppraisalCompany, - [EDIFieldValue("3A")] - HospitalUnitWithinanInstitutionfortheMentallyRetarded, - [EDIFieldValue("3B")] - PsychiatricFacility, - [EDIFieldValue("3C")] - TuberculosisAndOtherRespiratoryDiseasesFacility, - [EDIFieldValue("3D")] - ObstetricsAndGynecologyFacility, - [EDIFieldValue("3E")] - Eye_Ear_NoseAndThroatFacility, - [EDIFieldValue("3F")] - RehabilitationFacility, - [EDIFieldValue("3G")] - OrthopedicFacility, - [EDIFieldValue("3H")] - ChronicDiseaseFacility, - [EDIFieldValue("3I")] - OtherSpecialtyFacility, - [EDIFieldValue("3J")] - ChildrensGeneralFacility, - [EDIFieldValue("3K")] - ChildrensHospitalUnitOfanInstitution, - [EDIFieldValue("3L")] - ChildrensPsychiatricFacility, - [EDIFieldValue("3M")] - ChildrensTuberculosisAndOtherRespiratoryDiseasesFacility, - [EDIFieldValue("3N")] - ChildrensEyeEarNoseAndThroatFacility, - [EDIFieldValue("3O")] - ChildrensRehabilitationFacility, - [EDIFieldValue("3P")] - ChildrensOrthopedicFacility, - [EDIFieldValue("3Q")] - ChildrensChronicDiseaseFacility, - [EDIFieldValue("3R")] - ChildrensOtherSpecialtyFacility, - [EDIFieldValue("3S")] - InstitutionforMentalRetardation, - [EDIFieldValue("3T")] - AlcoholismAndOtherChemicalDependencyFacility, - [EDIFieldValue("3U")] - GeneralInpatientCareforAIDSARCFacility, - [EDIFieldValue("3V")] - AIDSARCUnit, - [EDIFieldValue("3W")] - SpecializedOutpatientProgramforAIDSARC, - [EDIFieldValue("3X")] - AlcoholDrugAbuseOrDependencyInpatientUnit, - [EDIFieldValue("3Y")] - AlcoholDrugAbuseOrDependencyOutpatientServices, - [EDIFieldValue("3Z")] - ArthritisTreatmentCenter, - [EDIFieldValue("40")] - Receiver, - [EDIFieldValue("41")] - Submitter, - [EDIFieldValue("42")] - ComponentManufacturer, - [EDIFieldValue("43")] - ClaimantAuthorizedRepresentative, - [EDIFieldValue("44")] - DataProcessingServiceBureau, - [EDIFieldValue("45")] - DropOffLocation, - [EDIFieldValue("46")] - InvoicingDealer, - [EDIFieldValue("47")] - Estimator, - [EDIFieldValue("48")] - InServiceSource, - [EDIFieldValue("49")] - InitialDealer, - [EDIFieldValue("4A")] - BirthingRoomLDRPRoom, - [EDIFieldValue("4B")] - BurnCareUnit, - [EDIFieldValue("4C")] - CardiacCatherizationLaboratory, - [EDIFieldValue("4D")] - OpenHeartSurgeryFacility, - [EDIFieldValue("4E")] - CardiacIntensiveCareUnit, - [EDIFieldValue("4F")] - AngioplastyFacility, - [EDIFieldValue("4G")] - ChronicObstructivePulmonaryDiseaseServiceFacility, - [EDIFieldValue("4H")] - EmergencyDepartment, - [EDIFieldValue("4I")] - TraumaCenter_Certified, - [EDIFieldValue("4J")] - ExtracorporealShock_WaveLithotripter_ESWL_Unit, - [EDIFieldValue("4K")] - FitnessCenter, - [EDIFieldValue("4L")] - GeneticCounselingScreeningServices, - [EDIFieldValue("4M")] - AdultDayCareProgramFacility, - [EDIFieldValue("4N")] - AlzheimersDiagnosticAssessmentServices, - [EDIFieldValue("4O")] - ComprehensiveGeriatricAssessmentFacility, - [EDIFieldValue("4P")] - EmergencyResponse_Geriatric_Unit, - [EDIFieldValue("4Q")] - GeriatricAcuteCareUnit, - [EDIFieldValue("4R")] - GeriatricClinics, - [EDIFieldValue("4S")] - RespiteCareFacility, - [EDIFieldValue("4T")] - SeniorMembershipProgram, - [EDIFieldValue("4U")] - PatientEducationUnit, - [EDIFieldValue("4V")] - CommunityHealthPromotionFacility, - [EDIFieldValue("4W")] - WorksiteHealthPromotionFacility, - [EDIFieldValue("4X")] - HemodialysisFacility, - [EDIFieldValue("4Y")] - HomeHealthServices, - [EDIFieldValue("4Z")] - Hospice, - [EDIFieldValue("50")] - ManufacturersRepresentative, - [EDIFieldValue("51")] - PartsDistributor, - [EDIFieldValue("52")] - PartRemanufacturer, - [EDIFieldValue("53")] - RegisteredOwner, - [EDIFieldValue("54")] - OrderWriter, - [EDIFieldValue("55")] - ServiceManager, - [EDIFieldValue("56")] - ServicingDealer, - [EDIFieldValue("57")] - ServicingOrganization, - [EDIFieldValue("58")] - StoreManager, - [EDIFieldValue("59")] - PartyToApproveSpecification, - [EDIFieldValue("5A")] - MedicalSurgicalOrOtherIntensiveCareUnit, - [EDIFieldValue("5B")] - HisopathologyLaboratory, - [EDIFieldValue("5C")] - BloodBank, - [EDIFieldValue("5D")] - NeonatalIntensiveCareUnit, - [EDIFieldValue("5E")] - ObstetricsUnit, - [EDIFieldValue("5F")] - OccupationalHealthServices, - [EDIFieldValue("5G")] - OrganizedOutpatientServices, - [EDIFieldValue("5H")] - PediatricAcuteInpatientUnit, - [EDIFieldValue("5I")] - PsychiatricChildAdolescentServices, - [EDIFieldValue("5J")] - PsychiatricConsultation_LiaisonServices, - [EDIFieldValue("5K")] - PsychiatricEducationServices, - [EDIFieldValue("5L")] - PsychiatricEmergencyServices, - [EDIFieldValue("5M")] - PsychiatricGeriatricServices, - [EDIFieldValue("5N")] - PsychiatricInpatientUnit, - [EDIFieldValue("5O")] - PsychiatricOutpatientServices, - [EDIFieldValue("5P")] - PsychiatricPartialHospitalizationProgram, - [EDIFieldValue("5Q")] - MegavoltageRadiationTherapyUnit, - [EDIFieldValue("5R")] - RadioactiveImplantsUnit, - [EDIFieldValue("5S")] - TherapeuticRadioisotopeFacility, - [EDIFieldValue("5T")] - X_RayRadiationTherapyUnit, - [EDIFieldValue("5U")] - CTScannerUnit, - [EDIFieldValue("5V")] - DiagnosticRadioisotopeFacility, - [EDIFieldValue("5W")] - MagneticResonanceImaging_MRI_Facility, - [EDIFieldValue("5X")] - UltrasoundUnit, - [EDIFieldValue("5Y")] - RehabilitationInpatientUnit, - [EDIFieldValue("5Z")] - RehabilitationOutpatientServices, - [EDIFieldValue("60")] - Salesperson, - [EDIFieldValue("61")] - PerformedAt, - [EDIFieldValue("62")] - ApplicantsEmployer, - [EDIFieldValue("63")] - ReferencesEmployer, - [EDIFieldValue("64")] - CosignersEmployer, - [EDIFieldValue("65")] - ApplicantsReference, - [EDIFieldValue("66")] - ApplicantsCosigner, - [EDIFieldValue("67")] - ApplicantsComaker, - [EDIFieldValue("68")] - OwnersRepresentative, - [EDIFieldValue("69")] - RepairingOutlet, - [EDIFieldValue("6A")] - ReproductiveHealthServices, - [EDIFieldValue("6B")] - SkilledNursingOrOtherLong_TermCareUnit, - [EDIFieldValue("6C")] - SinglePhotonEmissionComputerizedTomography_SPECT_Unit, - [EDIFieldValue("6D")] - OrganizedSocialWorkServiceFacility, - [EDIFieldValue("6E")] - OutpatientSocialWorkServices, - [EDIFieldValue("6F")] - EmergencyDepartmentSocialWorkServices, - [EDIFieldValue("6G")] - SportsMedicineClinicServices, - [EDIFieldValue("6H")] - HospitalAuxiliaryUnit, - [EDIFieldValue("6I")] - PatientRepresentativeServices, - [EDIFieldValue("6J")] - VolunteerServicesDepartment, - [EDIFieldValue("6K")] - OutpatientSurgeryServices, - [EDIFieldValue("6L")] - OrganTissueTransplantUnit, - [EDIFieldValue("6M")] - OrthopedicSurgeryFacility, - [EDIFieldValue("6N")] - OccupationalTherapyServices, - [EDIFieldValue("6O")] - PhysicalTherapyServices, - [EDIFieldValue("6P")] - RecreationalTherapyServices, - [EDIFieldValue("6Q")] - RespiratoryTherapyServices, - [EDIFieldValue("6R")] - SpeechTherapyServices, - [EDIFieldValue("6S")] - WomensHealthCenterServices, - [EDIFieldValue("6T")] - HealthSciencesLibrary, - [EDIFieldValue("6U")] - CardiacRehabilitationProgramFacility, - [EDIFieldValue("6V")] - Non_InvasiveCardiacAssessmentServices, - [EDIFieldValue("6W")] - EmergencyMedicalTechnician, - [EDIFieldValue("6X")] - DisciplinaryContact, - [EDIFieldValue("6Y")] - CaseManager, - [EDIFieldValue("6Z")] - Advisor, - [EDIFieldValue("70")] - PriorIncorrectInsured, - [EDIFieldValue("71")] - AttendingPhysician, - [EDIFieldValue("72")] - OperatingPhysician, - [EDIFieldValue("73")] - OtherPhysician, - [EDIFieldValue("74")] - CorrectedInsured, - [EDIFieldValue("75")] - Participant, - [EDIFieldValue("76")] - SecondaryWarranter, - [EDIFieldValue("77")] - ServiceLocation, - [EDIFieldValue("78")] - ServiceRequester, - [EDIFieldValue("79")] - Warranter, - [EDIFieldValue("7A")] - Premises, - [EDIFieldValue("7B")] - Bottler, - [EDIFieldValue("7C")] - PlaceOfOccurrence, - [EDIFieldValue("7D")] - ContractingOfficerRepresentative, - [EDIFieldValue("7E")] - PartyAuthorizedToDefinitizeContractAction, - [EDIFieldValue("7F")] - FilingAddress, - [EDIFieldValue("7G")] - HazardousMaterialOffice, - [EDIFieldValue("7H")] - GovernmentFurnishedPropertyFOBPoint, - [EDIFieldValue("7I")] - ProjectName, - [EDIFieldValue("7J")] - Codefendant, - [EDIFieldValue("7K")] - Co_occupant, - [EDIFieldValue("7L")] - PreliminaryInspectionLocation, - [EDIFieldValue("7M")] - InspectionAndAcceptanceLocation, - [EDIFieldValue("7N")] - PartyToReceiveProposal, - [EDIFieldValue("7O")] - FederallyCharteredFacility, - [EDIFieldValue("7P")] - TransportationOffice, - [EDIFieldValue("7Q")] - PartyToWhomProtestSubmitted, - [EDIFieldValue("7R")] - Birthplace, - [EDIFieldValue("7S")] - PipelineSegment, - [EDIFieldValue("7T")] - HomeStateName, - [EDIFieldValue("7U")] - Liquidator, - [EDIFieldValue("7V")] - PetitioningCreditorsAttorney, - [EDIFieldValue("7W")] - MergedName, - [EDIFieldValue("7X")] - PartyRepresented, - [EDIFieldValue("7Y")] - ProfessionalOrganization, - [EDIFieldValue("7Z")] - Referee, - [EDIFieldValue("80")] - Hospital, - [EDIFieldValue("81")] - PartSource, - [EDIFieldValue("82")] - RenderingProvider, - [EDIFieldValue("83")] - SubscribersSchool, - [EDIFieldValue("84")] - SubscribersEmployer, - [EDIFieldValue("85")] - BillingProvider, - [EDIFieldValue("86")] - Conductor, - [EDIFieldValue("87")] - Pay_toProvider, - [EDIFieldValue("88")] - Approver, - [EDIFieldValue("89")] - Investor, - [EDIFieldValue("8A")] - VacationHome, - [EDIFieldValue("8B")] - PrimaryResidence, - [EDIFieldValue("8C")] - SecondHome, - [EDIFieldValue("8D")] - PermitHolder, - [EDIFieldValue("8E")] - MinorityInstitution, - [EDIFieldValue("8F")] - BailmentWarehouse, - [EDIFieldValue("8G")] - FirstAppraiser, - [EDIFieldValue("8H")] - TaxExemptOrganization, - [EDIFieldValue("8I")] - ServiceOrganization, - [EDIFieldValue("8J")] - EmergingSmallBusiness, - [EDIFieldValue("8K")] - SurplusDealer, - [EDIFieldValue("8L")] - PollingSite, - [EDIFieldValue("8M")] - SociallyDisadvantagedIndividual, - [EDIFieldValue("8N")] - EconomicallyDisadvantagedIndividual, - [EDIFieldValue("8O")] - DisabledIndividual, - [EDIFieldValue("8P")] - Producer, - [EDIFieldValue("8Q")] - PublicOrPrivateOrganizationfortheDisabled, - [EDIFieldValue("8R")] - ConsumerServiceProvider_CSP_Customer, - [EDIFieldValue("8S")] - ConsumerServiceProvider_CSP, - [EDIFieldValue("8T")] - Voter, - [EDIFieldValue("8U")] - NativeHawaiianOrganization, - [EDIFieldValue("8V")] - PrimaryIntra_LATA_LocalAccessTransportArea_Carrier, - [EDIFieldValue("8W")] - PaymentAddress, - [EDIFieldValue("8X")] - OilAndGasCustodian, - [EDIFieldValue("8Y")] - RegisteredOffice, - [EDIFieldValue("8Z")] - JointDebtorAttorney_8Z, - [EDIFieldValue("90")] - PreviousBusinessPartner, - [EDIFieldValue("91")] - ActionParty, - [EDIFieldValue("92")] - SupportParty, - [EDIFieldValue("93")] - InsuranceInstitute, - [EDIFieldValue("94")] - NewSupplySource, - [EDIFieldValue("95")] - ResearchInstitute, - [EDIFieldValue("96")] - DebtorCompany, - [EDIFieldValue("97")] - PartyWaivingRequirements, - [EDIFieldValue("98")] - FreightManagementFacilitator, - [EDIFieldValue("99")] - OuterContinentalShelf_OCS_AreaLocation, - [EDIFieldValue("9A")] - DebtorIndividual, - [EDIFieldValue("9B")] - CountryOfExport, - [EDIFieldValue("9C")] - CountryOfDestination, - [EDIFieldValue("9D")] - NewServiceProvider, - [EDIFieldValue("9E")] - Sub_servicer, - [EDIFieldValue("9F")] - LossPayee, - [EDIFieldValue("9G")] - Nickname, - [EDIFieldValue("9H")] - Assignee, - [EDIFieldValue("9I")] - RegisteredPrincipal, - [EDIFieldValue("9J")] - AdditionalDebtor, - [EDIFieldValue("9K")] - KeyPerson, - [EDIFieldValue("9L")] - IncorporatedBy, - [EDIFieldValue("9N")] - PartyToLease, - [EDIFieldValue("9O")] - PartyToContract, - [EDIFieldValue("9P")] - Investigator, - [EDIFieldValue("9Q")] - LastSupplier, - [EDIFieldValue("9R")] - DownstreamFirstSupplier, - [EDIFieldValue("9S")] - Co_Investigator, - [EDIFieldValue("9T")] - TelephoneAnsweringServiceBureau, - [EDIFieldValue("9U")] - Author, - [EDIFieldValue("9V")] - FirstSupplier, - [EDIFieldValue("9W")] - UltimateParentCompany, - [EDIFieldValue("9X")] - ContractualReceiptMeter, - [EDIFieldValue("9Y")] - ContractualDeliveryMeter, - [EDIFieldValue("9Z")] - Co_debtor, - [EDIFieldValue("A1")] - Adjuster, - [EDIFieldValue("A2")] - Woman_OwnedBusiness, - [EDIFieldValue("A3")] - LaborSurplusAreaFirm, - [EDIFieldValue("A4")] - OtherDisadvantagedBusiness, - [EDIFieldValue("A5")] - Veteran_OwnedBusiness, - [EDIFieldValue("A6")] - Section8a_ProgramParticipantFirm, - [EDIFieldValue("A7")] - ShelteredWorkshop, - [EDIFieldValue("A8")] - NonprofitInstitution, - [EDIFieldValue("A9")] - SalesOffice, - [EDIFieldValue("AA")] - AuthorityForShipment, - [EDIFieldValue("AB")] - AdditionalPickUpAddress, - [EDIFieldValue("AC")] - AirCargoCompany, - [EDIFieldValue("AD")] - PartyToBeadvised_Writtenorders, - [EDIFieldValue("AE")] - AdditionalDeliveryAddress, - [EDIFieldValue("AF")] - AuthorizedAcceptingOfficial, - [EDIFieldValue("AG")] - AgentAgency, - [EDIFieldValue("AH")] - Advertiser, - [EDIFieldValue("AI")] - Airline, - [EDIFieldValue("AJ")] - AllegedDebtor, - [EDIFieldValue("AK")] - PartyToWhomAcknowledgmentShouldBeSent, - [EDIFieldValue("AL")] - AllotmentCustomer, - [EDIFieldValue("AM")] - AssistantUSTrustee, - [EDIFieldValue("AN")] - AuthorizedFrom, - [EDIFieldValue("AO")] - AccountOf, - [EDIFieldValue("AP")] - AccountOf_OriginParty, - [EDIFieldValue("AQ")] - AccountOf_DestinationParty, - [EDIFieldValue("AR")] - ArmedServicesLocationDesignation, - [EDIFieldValue("AS")] - PostsecondaryEducationSender, - [EDIFieldValue("AT")] - PostsecondaryEducationRecipient, - [EDIFieldValue("AU")] - PartyAuthorizingDisposition, - [EDIFieldValue("AV")] - AuthorizedTo, - [EDIFieldValue("AW")] - Accountant, - [EDIFieldValue("AX")] - Plaintiff, - [EDIFieldValue("AY")] - Clearinghouse, - [EDIFieldValue("AZ")] - PreviousName, - [EDIFieldValue("B1")] - ConstructionFirm, - [EDIFieldValue("B2")] - OtherUnlistedTypeOfOrganizationalEntity, - [EDIFieldValue("B3")] - PreviousNameOfFirm, - [EDIFieldValue("B4")] - ParentCompany, - [EDIFieldValue("B5")] - AffiliatedCompany, - [EDIFieldValue("B6")] - RegisteringParentParty, - [EDIFieldValue("B7")] - RegisteringNonparentParty, - [EDIFieldValue("B8")] - RegularDealer, - [EDIFieldValue("B9")] - LargeBusiness, - [EDIFieldValue("BA")] - Battery, - [EDIFieldValue("BB")] - BusinessPartner, - [EDIFieldValue("BC")] - Broadcaster, - [EDIFieldValue("BD")] - Bill_toPartyforDiversionCharges, - [EDIFieldValue("BE")] - Beneficiary, - [EDIFieldValue("BF")] - BilledFrom, - [EDIFieldValue("BG")] - BuyingGroup, - [EDIFieldValue("BH")] - InterimTrustee, - [EDIFieldValue("BI")] - TrusteesAttorney, - [EDIFieldValue("BJ")] - CoCounsel, - [EDIFieldValue("BK")] - Bank, - [EDIFieldValue("BL")] - PartyToReceiveBillOfLading, - [EDIFieldValue("BM")] - Brakeman, - [EDIFieldValue("BN")] - BeneficialOwner, - [EDIFieldValue("BO")] - BrokerOrSalesOffice, - [EDIFieldValue("BP")] - SpecialCounsel, - [EDIFieldValue("BQ")] - AttorneyforDefendantPrivate, - [EDIFieldValue("BR")] - Broker, - [EDIFieldValue("BS")] - BillAndShipTo, - [EDIFieldValue("BT")] - BillToParty, - [EDIFieldValue("BU")] - PlaceOfBusiness, - [EDIFieldValue("BV")] - BillingService, - [EDIFieldValue("BW")] - Borrower, - [EDIFieldValue("BX")] - AttorneyforPlaintiff, - [EDIFieldValue("BY")] - BuyingParty_Purchaser, - [EDIFieldValue("BZ")] - BusinessAssociate, - [EDIFieldValue("C1")] - InCareOfPartyno1, - [EDIFieldValue("C2")] - InCareOfPartyno2, - [EDIFieldValue("C3")] - CircuitLocationIdentifier, - [EDIFieldValue("C4")] - ContractAdministrationOffice, - [EDIFieldValue("C5")] - PartySubmittingQuote, - [EDIFieldValue("C6")] - Municipality, - [EDIFieldValue("C7")] - County, - [EDIFieldValue("C8")] - City, - [EDIFieldValue("C9")] - ContractHolder, - [EDIFieldValue("CA")] - Carrier, - [EDIFieldValue("CB")] - CustomsBroker, - [EDIFieldValue("CC")] - Claimant, - [EDIFieldValue("CD")] - Consignee_ToReceiveMailAndSmallParcels, - [EDIFieldValue("CE")] - Consignee_ToreceivelargeparcelsAndfreight, - [EDIFieldValue("CF")] - SubsidiaryDivision, - [EDIFieldValue("CG")] - CarnetIssuer, - [EDIFieldValue("CH")] - ChassisProvider, - [EDIFieldValue("CI")] - Consignor, - [EDIFieldValue("CJ")] - AutomatedDataProcessing_ADP_Point, - [EDIFieldValue("CK")] - Pharmacist, - [EDIFieldValue("CL")] - ContainerLocation, - [EDIFieldValue("CM")] - Customs, - [EDIFieldValue("CN")] - Consignee, - [EDIFieldValue("CO")] - OceanTariffConference, - [EDIFieldValue("CP")] - PartyToReceiveCertOfCompliance, - [EDIFieldValue("CQ")] - CorporateOffice, - [EDIFieldValue("CR")] - ContainerReturnCompany, - [EDIFieldValue("CS")] - Consolidator, - [EDIFieldValue("CT")] - CountryOfOrigin, - [EDIFieldValue("CU")] - CoatingOrPaintSupplier, - [EDIFieldValue("CV")] - Converter, - [EDIFieldValue("CW")] - AccountingStation, - [EDIFieldValue("CX")] - ClaimAdministrator, - [EDIFieldValue("CY")] - Country, - [EDIFieldValue("CZ")] - AdmittingSurgeon, - [EDIFieldValue("D1")] - Driver, - [EDIFieldValue("D2")] - CommercialInsurer, - [EDIFieldValue("D3")] - Defendant, - [EDIFieldValue("D4")] - Debtor, - [EDIFieldValue("D5")] - DebtorInPossession, - [EDIFieldValue("D6")] - ConsolidatedDebtor, - [EDIFieldValue("D7")] - PetitioningCreditor, - [EDIFieldValue("D8")] - Dispatcher, - [EDIFieldValue("D9")] - CreditorsAttorney, - [EDIFieldValue("DA")] - DeliveryAddress, - [EDIFieldValue("DB")] - DistributorBranch, - [EDIFieldValue("DC")] - DestinationCarrier, - [EDIFieldValue("DD")] - AssistantSurgeon, - [EDIFieldValue("DE")] - Depositor, - [EDIFieldValue("DF")] - MaterialDispositionAuthorizationLocation, - [EDIFieldValue("DG")] - DesignEngineering, - [EDIFieldValue("DH")] - DoingBusinessAs, - [EDIFieldValue("DI")] - DifferentPremiseAddress_DPA, - [EDIFieldValue("DJ")] - ConsultingPhysician, - [EDIFieldValue("DK")] - OrderingPhysician, - [EDIFieldValue("DL")] - Dealer, - [EDIFieldValue("DM")] - DestinationMailFacility, - [EDIFieldValue("DN")] - ReferringProvider, - [EDIFieldValue("DO")] - DependentName, - [EDIFieldValue("DP")] - PartyToProvideDiscount, - [EDIFieldValue("DQ")] - SupervisingPhysician, - [EDIFieldValue("DR")] - DestinationDrayman, - [EDIFieldValue("DS")] - Distributor, - [EDIFieldValue("DT")] - DestinationTerminal, - [EDIFieldValue("DU")] - ResaleDealer, - [EDIFieldValue("DV")] - Division, - [EDIFieldValue("DW")] - DownstreamParty, - [EDIFieldValue("DX")] - Distiller, - [EDIFieldValue("DY")] - DefaultForeclosureSpecialist, - [EDIFieldValue("DZ")] - DeliveryZone, - [EDIFieldValue("E1")] - PersonOrOtherEntityLegallyResponsibleforaChild, - [EDIFieldValue("E2")] - PersonOrOtherEntityWithWhomaChildResides, - [EDIFieldValue("E3")] - PersonOrOtherEntityLegallyResponsibleforAndWithWhomaChildResides, - [EDIFieldValue("E4")] - OtherPersonOrEntityAssociatedwithStudent, - [EDIFieldValue("E5")] - Examiner, - [EDIFieldValue("E6")] - Engineering, - [EDIFieldValue("E7")] - PreviousEmployer, - [EDIFieldValue("E8")] - InquiringParty, - [EDIFieldValue("E9")] - ParticipatingLaboratory, - [EDIFieldValue("EA")] - StudySubmitter, - [EDIFieldValue("EB")] - EligiblePartyToTheContract, - [EDIFieldValue("EC")] - Exchanger, - [EDIFieldValue("ED")] - ExcludedParty, - [EDIFieldValue("EE")] - LocationOfGoodsforCustomsExaminationBeforeClearance, - [EDIFieldValue("EF")] - ElectronicFiler, - [EDIFieldValue("EG")] - Engineer, - [EDIFieldValue("EH")] - Exhibitor, - [EDIFieldValue("EI")] - ExecutorOfEstate, - [EDIFieldValue("EJ")] - PrincipalPerson, - [EDIFieldValue("EK")] - AnimalSource, - [EDIFieldValue("EL")] - EstablishedLocation, - [EDIFieldValue("EM")] - PartyToReceiveElectronicMemoOfInvoice, - [EDIFieldValue("EN")] - EndUser, - [EDIFieldValue("EO")] - LimitedLiabilityPartnership, - [EDIFieldValue("EP")] - EligiblePartyTotheRate, - [EDIFieldValue("EQ")] - OldDebtor, - [EDIFieldValue("ER")] - NewDebtor, - [EDIFieldValue("ES")] - EmployerName, - [EDIFieldValue("ET")] - PlanAdministrator, - [EDIFieldValue("EU")] - OldSecuredParty, - [EDIFieldValue("EV")] - SellingAgent, - [EDIFieldValue("EW")] - ServicingBroker, - [EDIFieldValue("EX")] - Exporter, - [EDIFieldValue("EY")] - EmployeeName, - [EDIFieldValue("EZ")] - NewSecuredParty, - [EDIFieldValue("F1")] - Company_OwnedOilField, - [EDIFieldValue("F2")] - EnergyInformationAdministration_DepartmentOfEnergy__OwnedOilField, - [EDIFieldValue("F3")] - SpecializedMobileRadioService_SMRS_Licensee, - [EDIFieldValue("F4")] - FormerResidence, - [EDIFieldValue("F5")] - RadioControlStationLocation, - [EDIFieldValue("F6")] - SmallControlStationLocation, - [EDIFieldValue("F7")] - SmallBaseStationLocation, - [EDIFieldValue("F8")] - AntennaSite, - [EDIFieldValue("F9")] - AreaOfOperation, - [EDIFieldValue("FA")] - Facility, - [EDIFieldValue("FB")] - FirstBreakTerminal, - [EDIFieldValue("FC")] - CustomerIdentificationFile_CIF_CustomerIdentifier, - [EDIFieldValue("FD")] - PhysicalAddress, - [EDIFieldValue("FE")] - MailAddress, - [EDIFieldValue("FF")] - ForeignLanguageSynonym, - [EDIFieldValue("FG")] - TradeNameSynonym, - [EDIFieldValue("FH")] - PartyToReceiveLimitationsOfHeavyElementsReport, - [EDIFieldValue("FI")] - NameVariationSynonym, - [EDIFieldValue("FJ")] - FirstContact, - [EDIFieldValue("FL")] - PrimaryControlPointLocation, - [EDIFieldValue("FM")] - Fireman, - [EDIFieldValue("FN")] - FilerName, - [EDIFieldValue("FO")] - FieldOrBranchOffice, - [EDIFieldValue("FP")] - NameonCreditCard, - [EDIFieldValue("FQ")] - PierName, - [EDIFieldValue("FR")] - MessageFrom, - [EDIFieldValue("FS")] - FinalScheduledDestination, - [EDIFieldValue("FT")] - NewAssignee, - [EDIFieldValue("FU")] - OldAssignee, - [EDIFieldValue("FV")] - VesselName, - [EDIFieldValue("FW")] - Forwarder, - [EDIFieldValue("FX")] - ClosedDoorPharmacy, - [EDIFieldValue("FY")] - VeterinaryHospital, - [EDIFieldValue("FZ")] - ChildrensDayCareCenter, - [EDIFieldValue("G0")] - DependentInsured, - [EDIFieldValue("G1")] - BankruptcyTrustee, - [EDIFieldValue("G2")] - Annuitant, - [EDIFieldValue("G3")] - Clinic, - [EDIFieldValue("G5")] - ContingentBeneficiary, - [EDIFieldValue("G6")] - EntityHoldingtheInformation, - [EDIFieldValue("G7")] - EntityProvidingtheService, - [EDIFieldValue("G8")] - EntityResponsibleforFollow_up, - [EDIFieldValue("G9")] - FamilyMember, - [EDIFieldValue("GA")] - GasPlant, - [EDIFieldValue("GB")] - OtherInsured, - [EDIFieldValue("GC")] - PreviousCreditGrantor, - [EDIFieldValue("GD")] - Guardian, - [EDIFieldValue("GE")] - GeneralAgency, - [EDIFieldValue("GF")] - InspectionCompany, - [EDIFieldValue("GG")] - Intermediary, - [EDIFieldValue("GH")] - MotorVehicleReportProviderCompany, - [EDIFieldValue("GI")] - Paramedic, - [EDIFieldValue("GJ")] - ParamedicalCompany, - [EDIFieldValue("GK")] - PreviousInsured, - [EDIFieldValue("GL")] - PreviousResidence, - [EDIFieldValue("GM")] - SpouseInsured, - [EDIFieldValue("GN")] - Garnishee, - [EDIFieldValue("GO")] - PrimaryBeneficiary, - [EDIFieldValue("GP")] - GatewayProvider, - [EDIFieldValue("GQ")] - ProposedInsured, - [EDIFieldValue("GR")] - Reinsurer, - [EDIFieldValue("GS")] - GaragedLocation, - [EDIFieldValue("GT")] - CreditGrantor, - [EDIFieldValue("GU")] - GuaranteeAgency, - [EDIFieldValue("GV")] - GasTransactionEndingPoint, - [EDIFieldValue("GW")] - Group, - [EDIFieldValue("GX")] - Retrocessionaire, - [EDIFieldValue("GY")] - TreatmentFacility, - [EDIFieldValue("GZ")] - Grandparent, - [EDIFieldValue("H1")] - Representative, - [EDIFieldValue("H2")] - Sub_Office, - [EDIFieldValue("H3")] - District, - [EDIFieldValue("H5")] - PayingAgent, - [EDIFieldValue("H6")] - SchoolDistrict, - [EDIFieldValue("H7")] - GroupAffiliate, - [EDIFieldValue("H8")] - ServicingAgent_H8, - [EDIFieldValue("H9")] - Designer, - [EDIFieldValue("HA")] - Owner_HA, - [EDIFieldValue("HB")] - HistoricallyBlackCollegeOrUniversity, - [EDIFieldValue("HC")] - JointAnnuitant, - [EDIFieldValue("HD")] - ContingentAnnuitant, - [EDIFieldValue("HE")] - ContingentOwner, - [EDIFieldValue("HF")] - HealthcareProfessionalShortageArea_HPSA_Facility, - [EDIFieldValue("HG")] - BrokerOpinionOrAnalysisRequester, - [EDIFieldValue("HH")] - HomeHealthAgency, - [EDIFieldValue("HI")] - ListingCompany, - [EDIFieldValue("HJ")] - AutomatedUnderwritingSystem, - [EDIFieldValue("HK")] - Subscriber, - [EDIFieldValue("HL")] - DocumentCustodian, - [EDIFieldValue("HM")] - CompetitivePropertyListing, - [EDIFieldValue("HN")] - CompetingProperty, - [EDIFieldValue("HO")] - ComparablePropertyListing, - [EDIFieldValue("HP")] - ClosedSale, - [EDIFieldValue("HQ")] - SourcePartyOfInformation, - [EDIFieldValue("HR")] - SubjectOfInquiry, - [EDIFieldValue("HS")] - HighSchool, - [EDIFieldValue("HT")] - StateCharteredFacility, - [EDIFieldValue("HU")] - Subsidiary, - [EDIFieldValue("HV")] - TaxAddress, - [EDIFieldValue("HW")] - DesignatedHazardousWasteFacility, - [EDIFieldValue("HX")] - TransporterOfHazardousWaste, - [EDIFieldValue("HY")] - Charity, - [EDIFieldValue("HZ")] - HazardousWasteGenerator, - [EDIFieldValue("I1")] - InterestedParty, - [EDIFieldValue("I3")] - IndependentPhysiciansAssociation_IPA, - [EDIFieldValue("I4")] - IntellectualPropertyOwner, - [EDIFieldValue("I9")] - Interviewer, - [EDIFieldValue("IA")] - InstalledAt, - [EDIFieldValue("IB")] - IndustryBureau, - [EDIFieldValue("IC")] - IntermediateConsignee, - [EDIFieldValue("ID")] - IssuerOfDebitOrCreditMemo, - [EDIFieldValue("IE")] - OtherIndividualDisabilityCarrier, - [EDIFieldValue("IF")] - InternationalFreightForwarder, - [EDIFieldValue("II")] - IssuerOfInvoice, - [EDIFieldValue("IJ")] - InjectionPoint, - [EDIFieldValue("IK")] - IntermediateCarrier, - [EDIFieldValue("IL")] - InsuredOrSubscriber, - [EDIFieldValue("IM")] - Importer, - [EDIFieldValue("IN")] - Insurer, - [EDIFieldValue("IO")] - Inspector, - [EDIFieldValue("IP")] - IndependentAdjuster, - [EDIFieldValue("IQ")] - In_patientPharmacy, - [EDIFieldValue("IR")] - SelfInsured, - [EDIFieldValue("IS")] - PartyToReceiveCertifiedInspectionReport, - [EDIFieldValue("IT")] - InstallationonSite, - [EDIFieldValue("IU")] - Issuer, - [EDIFieldValue("IV")] - Renter, - [EDIFieldValue("J1")] - AssociateGeneralAgent, - [EDIFieldValue("J2")] - AuthorizedEntity, - [EDIFieldValue("J3")] - BrokersAssistant, - [EDIFieldValue("J4")] - Custodian, - [EDIFieldValue("J5")] - IrrevocableBeneficiary, - [EDIFieldValue("J6")] - PowerOfAttorney, - [EDIFieldValue("J7")] - TrustOfficer, - [EDIFieldValue("J8")] - BrokerDealer, - [EDIFieldValue("J9")] - CommunityAgent, - [EDIFieldValue("JA")] - DairyDepartment, - [EDIFieldValue("JB")] - DelicatessenDepartment, - [EDIFieldValue("JC")] - DryGroceryDepartment, - [EDIFieldValue("JD")] - Judge, - [EDIFieldValue("JE")] - FrozenDepartment, - [EDIFieldValue("JF")] - GeneralMerchandiseDepartment, - [EDIFieldValue("JG")] - HealthAndBeautyDepartment, - [EDIFieldValue("JH")] - AlcoholBeverageDepartment, - [EDIFieldValue("JI")] - MeatDepartment, - [EDIFieldValue("JJ")] - ProduceDepartment, - [EDIFieldValue("JK")] - BakeryDepartment, - [EDIFieldValue("JL")] - VideoDepartment, - [EDIFieldValue("JM")] - CandyAndConfectionsDepartment, - [EDIFieldValue("JN")] - CigarettesAndTobaccoDepartment, - [EDIFieldValue("JO")] - In_StoreBakeryDepartment, - [EDIFieldValue("JP")] - FloralDepartment, - [EDIFieldValue("JQ")] - PharmacyDepartment, - [EDIFieldValue("JR")] - Bidder, - [EDIFieldValue("JS")] - JointDebtorAttorney_JS, - [EDIFieldValue("JT")] - JointDebtor, - [EDIFieldValue("JU")] - Jurisdiction, - [EDIFieldValue("JV")] - JointOwner, - [EDIFieldValue("JW")] - JointVenture, - [EDIFieldValue("JX")] - ClosingAgent, - [EDIFieldValue("JY")] - FinancialPlanner, - [EDIFieldValue("JZ")] - ManagingGeneralAgent, - [EDIFieldValue("K1")] - ContractorCognizantSecurityOffice, - [EDIFieldValue("K2")] - SubcontractorCognizantSecurityOffice, - [EDIFieldValue("K3")] - PlaceOfPerformanceCognizantSecurityOffice, - [EDIFieldValue("K4")] - PartyAuthorizingReleaseOfSecurityInformation, - [EDIFieldValue("K5")] - PartyToReceiveContractSecurityClassificationSpecification, - [EDIFieldValue("K6")] - PolicyWritingAgent, - [EDIFieldValue("K7")] - RadioStation, - [EDIFieldValue("K8")] - FilingLocation, - [EDIFieldValue("K9")] - PreviousDistributor, - [EDIFieldValue("KA")] - ItemManager, - [EDIFieldValue("KB")] - CustomerforWhomSameOrSimilarWorkWasPerformed, - [EDIFieldValue("KC")] - PartyThatReceivedDisclosureStatement, - [EDIFieldValue("KD")] - Proposer, - [EDIFieldValue("KE")] - ContactOffice, - [EDIFieldValue("KF")] - AuditOffice, - [EDIFieldValue("KG")] - ProjectManager, - [EDIFieldValue("KH")] - OrganizationHavingSourceControl, - [EDIFieldValue("KI")] - UnitedStatesOverseasSecurityAdministrationOffice, - [EDIFieldValue("KJ")] - QualifyingOfficer, - [EDIFieldValue("KK")] - RegisteringParty, - [EDIFieldValue("KL")] - ClerkOfCourt, - [EDIFieldValue("KM")] - Coordinator, - [EDIFieldValue("KN")] - FormerAddress, - [EDIFieldValue("KO")] - PlantClearanceOfficer, - [EDIFieldValue("KP")] - NameUnderWhichFiled, - [EDIFieldValue("KQ")] - Licensee, - [EDIFieldValue("KR")] - Pre_kindergartenToGrade12Recipient, - [EDIFieldValue("KS")] - Pre_kindergartenToGrade12Sender, - [EDIFieldValue("KT")] - Court, - [EDIFieldValue("KU")] - ReceiverSite, - [EDIFieldValue("KV")] - DisbursingOfficer, - [EDIFieldValue("KW")] - BidOpeningLocation, - [EDIFieldValue("KX")] - FreeonBoardPoint, - [EDIFieldValue("KY")] - TechnicalOffice, - [EDIFieldValue("KZ")] - AcceptanceLocation, - [EDIFieldValue("L1")] - InspectionLocation, - [EDIFieldValue("L2")] - LocationOfPrincipalAssets, - [EDIFieldValue("L3")] - LoanCorrespondent, - [EDIFieldValue("L5")] - Contact, - [EDIFieldValue("L8")] - HeadOffice, - [EDIFieldValue("L9")] - InformationProvider, - [EDIFieldValue("LA")] - Attorney, - [EDIFieldValue("LB")] - LastBreakTerminal, - [EDIFieldValue("LC")] - LocationOfSpotforStorage, - [EDIFieldValue("LD")] - LiabilityHolder, - [EDIFieldValue("LE")] - Lessor, - [EDIFieldValue("LF")] - LimitedPartner, - [EDIFieldValue("LG")] - LocationOfGoods, - [EDIFieldValue("LH")] - Pipeline, - [EDIFieldValue("LI")] - IndependentLab, - [EDIFieldValue("LJ")] - LimitedLiabilityCompany, - [EDIFieldValue("LK")] - JuvenileOwner, - [EDIFieldValue("LL")] - LocationOfLoadExchange_Export, - [EDIFieldValue("LM")] - LendingInstitution, - [EDIFieldValue("LN")] - Lender, - [EDIFieldValue("LO")] - LoanOriginator, - [EDIFieldValue("LP")] - LoadingParty, - [EDIFieldValue("LQ")] - LawFirm, - [EDIFieldValue("LR")] - LegalRepresentative, - [EDIFieldValue("LS")] - Lessee, - [EDIFieldValue("LT")] - Long_termDisabilityCarrier, - [EDIFieldValue("LU")] - MasterAgent, - [EDIFieldValue("LV")] - LoanServicer, - [EDIFieldValue("LW")] - Customer, - [EDIFieldValue("LY")] - Labeler, - [EDIFieldValue("LZ")] - LocalChain, - [EDIFieldValue("M1")] - SourceMeterLocation, - [EDIFieldValue("M2")] - ReceiptMeterLocation, - [EDIFieldValue("M3")] - UpstreamMeterLocation, - [EDIFieldValue("M4")] - DownstreamMeterLocation, - [EDIFieldValue("M5")] - MigrantHealthClinic, - [EDIFieldValue("M6")] - Landlord, - [EDIFieldValue("M7")] - ForeclosingLender, - [EDIFieldValue("M8")] - EducationalInstitution, - [EDIFieldValue("M9")] - Manufacturing, - [EDIFieldValue("MA")] - PartyforwhomItemisUltimatelyIntended, - [EDIFieldValue("MB")] - CompanyInterviewerWorksFor, - [EDIFieldValue("MC")] - MotorCarrier, - [EDIFieldValue("MD")] - VeteransAdministrationLoanGuarantyAuthority, - [EDIFieldValue("ME")] - VeteransAdministrationLoanAuthorizedSupplier, - [EDIFieldValue("MF")] - ManufacturerOfGoods, - [EDIFieldValue("MG")] - GovernmentLoanAgencySponsorOrAgent, - [EDIFieldValue("MH")] - MortgageInsurer, - [EDIFieldValue("MI")] - PlanningScheduleMaterialReleaseIssuer, - [EDIFieldValue("MJ")] - FinancialInstitution, - [EDIFieldValue("MK")] - LoanHolderforRealEstateAsset, - [EDIFieldValue("ML")] - ConsumerCreditAccountCompany, - [EDIFieldValue("MM")] - MortgageCompany, - [EDIFieldValue("MN")] - AuthorizedMarketer, - [EDIFieldValue("MO")] - ReleaseDrayman, - [EDIFieldValue("MP")] - ManufacturingPlant, - [EDIFieldValue("MQ")] - MeteringLocation, - [EDIFieldValue("MR")] - MedicalInsuranceCarrier, - [EDIFieldValue("MS")] - BureauOfLandManagement_MineralsManagementService_PropertyUnit, - [EDIFieldValue("MT")] - Material, - [EDIFieldValue("MU")] - MeetingLocation, - [EDIFieldValue("MV")] - Mainline, - [EDIFieldValue("MW")] - MarineSurveyor, - [EDIFieldValue("MX")] - JuvenileWitness, - [EDIFieldValue("MY")] - MasterGeneralAgent, - [EDIFieldValue("MZ")] - Minister, - [EDIFieldValue("N1")] - NotifyPartyNo1, - [EDIFieldValue("N2")] - NotifyPartyNo2, - [EDIFieldValue("N3")] - IneligibleParty, - [EDIFieldValue("N4")] - PriceAdministration, - [EDIFieldValue("N5")] - PartyWhoSignedtheDeliveryReceipt, - [EDIFieldValue("N6")] - NonemploymentIncomeSource, - [EDIFieldValue("N7")] - PreviousNeighbor, - [EDIFieldValue("N8")] - Relative, - [EDIFieldValue("N9")] - Neighborhood, - [EDIFieldValue("NB")] - Neighbor, - [EDIFieldValue("NC")] - Cross_TownSwitch, - [EDIFieldValue("ND")] - NextDestination, - [EDIFieldValue("NE")] - Newspaper, - [EDIFieldValue("NF")] - OwnerAnnuitant, - [EDIFieldValue("NG")] - Administrator, - [EDIFieldValue("NH")] - Association, - [EDIFieldValue("NI")] - Non_insured, - [EDIFieldValue("NJ")] - TrustOrEstate, - [EDIFieldValue("NK")] - NationalChain, - [EDIFieldValue("NL")] - Non_railroadEntity, - [EDIFieldValue("NM")] - Physician_Specialists, - [EDIFieldValue("NN")] - NetworkName, - [EDIFieldValue("NP")] - NotifyPartyforShippersOrder, - [EDIFieldValue("NQ")] - PipelineSegmentBoundary, - [EDIFieldValue("NR")] - GasTransactionStartingPoint, - [EDIFieldValue("NS")] - Non_TemporaryStorageFacility, - [EDIFieldValue("NT")] - MagistrateJudge, - [EDIFieldValue("NU")] - FormerlyKnownAs, - [EDIFieldValue("NV")] - FormerlyDoingBusinessAs, - [EDIFieldValue("NW")] - MaidenName, - [EDIFieldValue("NX")] - PrimaryOwner, - [EDIFieldValue("NY")] - BirthName, - [EDIFieldValue("NZ")] - PrimaryPhysician, - [EDIFieldValue("O1")] - OriginatingBank, - [EDIFieldValue("O2")] - OriginatingCompany, - [EDIFieldValue("O3")] - ReceivingCompany, - [EDIFieldValue("O4")] - Factor, - [EDIFieldValue("O5")] - MerchantBanker, - [EDIFieldValue("O6")] - NonRegisteredBusinessName, - [EDIFieldValue("O7")] - RegisteredBusinessName, - [EDIFieldValue("O8")] - Registrar, - [EDIFieldValue("OA")] - ElectronicReturnOriginator, - [EDIFieldValue("OB")] - OrderedBy, - [EDIFieldValue("OC")] - OriginCarrier, - [EDIFieldValue("OD")] - DoctorOfOptometry, - [EDIFieldValue("OE")] - BookingOffice, - [EDIFieldValue("OF")] - OffsetOperator, - [EDIFieldValue("OG")] - CoOwner, - [EDIFieldValue("OH")] - OtherDepartments, - [EDIFieldValue("OI")] - OutsideInspectionAgency, - [EDIFieldValue("OK")] - Owner_OK, - [EDIFieldValue("OL")] - Officer, - [EDIFieldValue("OM")] - OriginMailFacility, - [EDIFieldValue("ON")] - ProductPositionHolder, - [EDIFieldValue("OO")] - OrderOf_ShippersOrders_Transportation, - [EDIFieldValue("OP")] - OperatorOfpropertyOrunit, - [EDIFieldValue("OR")] - OriginDrayman, - [EDIFieldValue("OS")] - OverrideInstitution, - [EDIFieldValue("OT")] - OriginTerminal, - [EDIFieldValue("OU")] - OutsideProcessor, - [EDIFieldValue("OV")] - OwnerOfVessel, - [EDIFieldValue("OW")] - OwnerOfPropertyOrUnit, - [EDIFieldValue("OX")] - OxygenTherapyFacility, - [EDIFieldValue("OY")] - OwnerOfVehicle, - [EDIFieldValue("OZ")] - OutsideTestingAgency, - [EDIFieldValue("P0")] - PatientFacility, - [EDIFieldValue("P1")] - Preparer, - [EDIFieldValue("P2")] - PrimaryInsuredOrSubscriber, - [EDIFieldValue("P3")] - PrimaryCareProvider, - [EDIFieldValue("P4")] - PriorInsuranceCarrier, - [EDIFieldValue("P5")] - PlanSponsor, - [EDIFieldValue("P6")] - ThirdPartyReviewingPreferredProviderOrganization_PPO, - [EDIFieldValue("P7")] - ThirdPartyRepricingPreferredProviderOrganization_PPO, - [EDIFieldValue("P8")] - PersonnelOffice, - [EDIFieldValue("P9")] - PrimaryInterexchangeCarrier_PIC, - [EDIFieldValue("PA")] - PartyToReceiveInspectionReport, - [EDIFieldValue("PB")] - PayingBank, - [EDIFieldValue("PC")] - PartyToReceiveCertOfConformance_CAA, - [EDIFieldValue("PD")] - PurchasersDepartmentBuyer, - [EDIFieldValue("PE")] - Payee, - [EDIFieldValue("PF")] - PartyToReceiveFreightBill, - [EDIFieldValue("PG")] - PrimeContractor, - [EDIFieldValue("PH")] - Printer, - [EDIFieldValue("PI")] - Publisher, - [EDIFieldValue("PJ")] - PartyToReceiveCorrespondence, - [EDIFieldValue("PK")] - PartyToReceiveCopy, - [EDIFieldValue("PL")] - PartyToReceivePurchaseOrder, - [EDIFieldValue("PM")] - PartyToreceivepaperMemoOfInvoice, - [EDIFieldValue("PN")] - PartyToReceiveShippingNotice, - [EDIFieldValue("PO")] - PartyToReceiveInvoiceforGoodsOrServices, - [EDIFieldValue("PP")] - Property, - [EDIFieldValue("PQ")] - PartyToReceiveInvoiceforLeasePayments, - [EDIFieldValue("PR")] - Payer, - [EDIFieldValue("PS")] - PreviousStation, - [EDIFieldValue("PT")] - PartyToReceiveTestReport, - [EDIFieldValue("PU")] - PartyatPick_upLocation, - [EDIFieldValue("PV")] - Partyperformingcertification, - [EDIFieldValue("PW")] - PickUpAddress, - [EDIFieldValue("PX")] - PartyPerformingCount, - [EDIFieldValue("PY")] - PartyToFilePersonalPropertyTax, - [EDIFieldValue("PZ")] - PartyToReceiveEquipment, - [EDIFieldValue("Q1")] - ConductorPilot, - [EDIFieldValue("Q2")] - EngineerPilot, - [EDIFieldValue("Q3")] - RetailAccount, - [EDIFieldValue("Q4")] - CooperativeBuyingGroup, - [EDIFieldValue("Q5")] - AdvertisingGroup, - [EDIFieldValue("Q6")] - Interpreter, - [EDIFieldValue("Q7")] - Partner, - [EDIFieldValue("Q8")] - BasePeriodEmployer, - [EDIFieldValue("Q9")] - LastEmployer, - [EDIFieldValue("QA")] - Pharmacy, - [EDIFieldValue("QB")] - PurchaseServiceProvider, - [EDIFieldValue("QC")] - Patient, - [EDIFieldValue("QD")] - ResponsibleParty, - [EDIFieldValue("QE")] - Policyholder, - [EDIFieldValue("QF")] - Passenger, - [EDIFieldValue("QG")] - Pedestrian, - [EDIFieldValue("QH")] - Physician, - [EDIFieldValue("QI")] - PartyinPossession, - [EDIFieldValue("QJ")] - MostRecentEmployer_Chargeable, - [EDIFieldValue("QK")] - ManagedCare, - [EDIFieldValue("QL")] - Chiropractor, - [EDIFieldValue("QM")] - DialysisCenters, - [EDIFieldValue("QN")] - Dentist, - [EDIFieldValue("QO")] - DoctorOfOsteopathy, - [EDIFieldValue("QP")] - PrincipalBorrower, - [EDIFieldValue("QQ")] - QualityControl, - [EDIFieldValue("QR")] - BuyersQualityReviewBoard, - [EDIFieldValue("QS")] - Podiatrist, - [EDIFieldValue("QT")] - Psychiatrist, - [EDIFieldValue("QU")] - Veterinarian, - [EDIFieldValue("QV")] - GroupPractice, - [EDIFieldValue("QW")] - Government, - [EDIFieldValue("QX")] - HomeHealthCorporation, - [EDIFieldValue("QY")] - MedicalDoctor, - [EDIFieldValue("QZ")] - Co_borrower, - [EDIFieldValue("R0")] - RoyaltyOwner, - [EDIFieldValue("R1")] - PartyToReceiveScaleTicket, - [EDIFieldValue("R2")] - ReportingOfficer, - [EDIFieldValue("R3")] - NextScheduledDestination, - [EDIFieldValue("R4")] - Regulatory_State_District, - [EDIFieldValue("R5")] - Regulatory_State_Entity, - [EDIFieldValue("R6")] - Requester, - [EDIFieldValue("R7")] - ConsumerReferralContact, - [EDIFieldValue("R8")] - CreditReportingAgency, - [EDIFieldValue("R9")] - RequestedLender, - [EDIFieldValue("RA")] - AlternateReturnAddress, - [EDIFieldValue("RB")] - ReceivingBank, - [EDIFieldValue("RC")] - ReceivingLocation, - [EDIFieldValue("RD")] - DestinationIntermodalRamp, - [EDIFieldValue("RE")] - PartyToReceiveCommercialInvoiceRemittance, - [EDIFieldValue("RF")] - Refinery, - [EDIFieldValue("RG")] - ResponsibleInstallation_Origin, - [EDIFieldValue("RH")] - ResponsibleInstallation_Destination, - [EDIFieldValue("RI")] - RemitTo, - [EDIFieldValue("RJ")] - ResidenceOrDomicile, - [EDIFieldValue("RK")] - RefineryOperator, - [EDIFieldValue("RL")] - ReportingLocation, - [EDIFieldValue("RM")] - Partythatremitspayment, - [EDIFieldValue("RN")] - RepairOrRefurbishLocation, - [EDIFieldValue("RO")] - OriginalIntermodalRamp, - [EDIFieldValue("RP")] - ReceivingPointforCustomerSamples, - [EDIFieldValue("RQ")] - ResaleCustomer, - [EDIFieldValue("RR")] - Railroad, - [EDIFieldValue("RS")] - ReceivingFacilityScheduler, - [EDIFieldValue("RT")] - Returnedto, - [EDIFieldValue("RU")] - ReceivingSub_Location, - [EDIFieldValue("RV")] - Reservoir, - [EDIFieldValue("RW")] - RuralHealthClinic, - [EDIFieldValue("RX")] - ResponsibleExhibitor, - [EDIFieldValue("RY")] - SpecifiedRepository, - [EDIFieldValue("RZ")] - ReceiptZone, - [EDIFieldValue("S0")] - SoleProprietor, - [EDIFieldValue("S1")] - Parent, - [EDIFieldValue("S2")] - Student, - [EDIFieldValue("S3")] - CustodialParent, - [EDIFieldValue("S4")] - SkilledNursingFacility, - [EDIFieldValue("S5")] - SecuredParty, - [EDIFieldValue("S6")] - AgencyGrantingSecurityClearance, - [EDIFieldValue("S7")] - SecuredPartyCompany, - [EDIFieldValue("S8")] - SecuredPartyIndividual, - [EDIFieldValue("S9")] - Sibling, - [EDIFieldValue("SA")] - SalvageCarrier, - [EDIFieldValue("SB")] - StorageArea, - [EDIFieldValue("SC")] - StoreClass, - [EDIFieldValue("SD")] - SoldToAndShipTo, - [EDIFieldValue("SE")] - SellingParty, - [EDIFieldValue("SF")] - ShipFrom, - [EDIFieldValue("SG")] - StoreGroup, - [EDIFieldValue("SH")] - Shipper, - [EDIFieldValue("SI")] - ShippingScheduleIssuer, - [EDIFieldValue("SJ")] - ServiceProvider, - [EDIFieldValue("SK")] - SecondaryLocationAddress_SLA, - [EDIFieldValue("SL")] - OriginSublocation, - [EDIFieldValue("SM")] - PartyToReceiveShippingManifest, - [EDIFieldValue("SN")] - Store, - [EDIFieldValue("SO")] - SoldToIfDifferentFromBillTo, - [EDIFieldValue("SP")] - PartyfillingShippersOrder, - [EDIFieldValue("SQ")] - ServiceBureau, - [EDIFieldValue("SR")] - SamplesToBeReturnedTo, - [EDIFieldValue("SS")] - SteamshipCompany, - [EDIFieldValue("ST")] - ShipTo, - [EDIFieldValue("SU")] - SupplierManufacturer, - [EDIFieldValue("SV")] - ServicePerformanceSite, - [EDIFieldValue("SW")] - SealingCompany, - [EDIFieldValue("SX")] - School_basedServiceProvider, - [EDIFieldValue("SY")] - SecondaryTaxpayer, - [EDIFieldValue("SZ")] - Supervisor, - [EDIFieldValue("T1")] - OperatorOftheTransferPoint, - [EDIFieldValue("T2")] - OperatorOftheSourceTransferPoint, - [EDIFieldValue("T3")] - TerminalLocation, - [EDIFieldValue("T4")] - TransferPoint, - [EDIFieldValue("T6")] - TerminalOperator, - [EDIFieldValue("T8")] - PreviousTitleCompany, - [EDIFieldValue("T9")] - PriorTitleEvidenceHolder, - [EDIFieldValue("TA")] - TitleInsuranceServicesProvider, - [EDIFieldValue("TB")] - Tooling, - [EDIFieldValue("TC")] - ToolSource, - [EDIFieldValue("TD")] - ToolingDesign, - [EDIFieldValue("TE")] - Theatre, - [EDIFieldValue("TF")] - TankFarm, - [EDIFieldValue("TG")] - ToolingFabrication, - [EDIFieldValue("TH")] - TheaterCircuit, - [EDIFieldValue("TI")] - TariffIssuer, - [EDIFieldValue("TJ")] - Cosigner, - [EDIFieldValue("TK")] - TestSponsor, - [EDIFieldValue("TL")] - TestingLaboratory, - [EDIFieldValue("TM")] - Transmitter, - [EDIFieldValue("TN")] - Tradename, - [EDIFieldValue("TO")] - MessageTo, - [EDIFieldValue("TP")] - PrimaryTaxpayer, - [EDIFieldValue("TQ")] - ThirdPartyReviewingOrganization_TPO, - [EDIFieldValue("TR")] - Terminal, - [EDIFieldValue("TS")] - PartyToReceiveCertifiedTestResults, - [EDIFieldValue("TT")] - TransferTo, - [EDIFieldValue("TU")] - ThirdPartyRepricingOrganization_TPO, - [EDIFieldValue("TV")] - ThirdPartyAdministrator_TPA, - [EDIFieldValue("TW")] - TransitAuthority, - [EDIFieldValue("TX")] - TaxAuthority, - [EDIFieldValue("TY")] - Trustee, - [EDIFieldValue("TZ")] - SignificantOther, - [EDIFieldValue("U1")] - GasTransactionPoint1, - [EDIFieldValue("U2")] - GasTransactionPoint2, - [EDIFieldValue("U3")] - ServicingAgent_U3, - [EDIFieldValue("U4")] - Team, - [EDIFieldValue("U5")] - Underwriter, - [EDIFieldValue("U6")] - TitleUnderwriter, - [EDIFieldValue("U7")] - Psychologist, - [EDIFieldValue("U8")] - Reference, - [EDIFieldValue("U9")] - Non_RegisteredInvestmentAdvisor, - [EDIFieldValue("UA")] - PlaceOfBottling, - [EDIFieldValue("UB")] - PlaceOfDistilling, - [EDIFieldValue("UC")] - UltimateConsignee, - [EDIFieldValue("UD")] - Region, - [EDIFieldValue("UE")] - TestingService, - [EDIFieldValue("UF")] - HealthMiscellaneous, - [EDIFieldValue("UG")] - NursingHomeChain, - [EDIFieldValue("UH")] - NursingHome, - [EDIFieldValue("UI")] - RegisteredInvestmentAdvisor, - [EDIFieldValue("UJ")] - SalesAssistant, - [EDIFieldValue("UK")] - System, - [EDIFieldValue("UL")] - SpecialAccount, - [EDIFieldValue("UM")] - CurrentEmployer_Primary, - [EDIFieldValue("UN")] - Union, - [EDIFieldValue("UO")] - CurrentEmployer_Secondary, - [EDIFieldValue("UP")] - UnloadingParty, - [EDIFieldValue("UQ")] - SubsequentOwner, - [EDIFieldValue("UR")] - Surgeon, - [EDIFieldValue("US")] - UpstreamParty, - [EDIFieldValue("UT")] - USTrustee, - [EDIFieldValue("UU")] - AnnuitantPayor, - [EDIFieldValue("UW")] - UnassignedAgent, - [EDIFieldValue("UX")] - BaseJurisdiction, - [EDIFieldValue("UY")] - Vehicle, - [EDIFieldValue("UZ")] - Signer, - [EDIFieldValue("V1")] - Surety, - [EDIFieldValue("V2")] - Grantor, - [EDIFieldValue("V3")] - WellPadConstructionContractor, - [EDIFieldValue("V4")] - OilAndGasRegulatoryAgency, - [EDIFieldValue("V5")] - SurfaceDischargeAgency, - [EDIFieldValue("V6")] - WellCasingDepthAuthority, - [EDIFieldValue("V8")] - MarketTimer, - [EDIFieldValue("V9")] - OwnerAnnuitantPayor, - [EDIFieldValue("VA")] - SecondContact, - [EDIFieldValue("VB")] - Candidate, - [EDIFieldValue("VC")] - VehicleCustodian, - [EDIFieldValue("VD")] - MultipleListingService, - [EDIFieldValue("VE")] - BoardOfRealtors, - [EDIFieldValue("VF")] - SellingOffice, - [EDIFieldValue("VG")] - ListingAgent, - [EDIFieldValue("VH")] - ShowingAgent, - [EDIFieldValue("VI")] - ContactPerson, - [EDIFieldValue("VJ")] - OwnerJointAnnuitantPayor, - [EDIFieldValue("VK")] - PropertyOrBuildingManager, - [EDIFieldValue("VL")] - BuilderName, - [EDIFieldValue("VM")] - Occupant, - [EDIFieldValue("VN")] - Vendor, - [EDIFieldValue("VO")] - ElementarySchool, - [EDIFieldValue("VP")] - PartywithPowerToVoteSecurities, - [EDIFieldValue("VQ")] - MiddleSchool, - [EDIFieldValue("VR")] - JuniorHighSchool, - [EDIFieldValue("VS")] - VehicleSalvageAssignment, - [EDIFieldValue("VT")] - ListingOffice, - [EDIFieldValue("VU")] - SecondContactOrganization, - [EDIFieldValue("VV")] - OwnerPayor, - [EDIFieldValue("VW")] - Winner, - [EDIFieldValue("VX")] - ProductionManager_VX, - [EDIFieldValue("VY")] - OrganizationCompletingConfigurationChange, - [EDIFieldValue("VZ")] - ProductionManager_VZ, - [EDIFieldValue("W1")] - WorkTeam, - [EDIFieldValue("W2")] - SupplierWorkTeam, - [EDIFieldValue("W3")] - ThirdPartyInvestmentAdvisor, - [EDIFieldValue("W4")] - Trust, - [EDIFieldValue("W8")] - InterlineServiceCommitmentCustomer, - [EDIFieldValue("W9")] - SamplingLocation, - [EDIFieldValue("WA")] - WritingAgent, - [EDIFieldValue("WB")] - AppraiserName, - [EDIFieldValue("WC")] - ComparableProperty, - [EDIFieldValue("WD")] - StorageFacilityatDestination, - [EDIFieldValue("WE")] - SubjectProperty, - [EDIFieldValue("WF")] - TankFarmOwner, - [EDIFieldValue("WG")] - WageEarner, - [EDIFieldValue("WH")] - Warehouse, - [EDIFieldValue("WI")] - Witness, - [EDIFieldValue("WJ")] - SupervisoryAppraiserName, - [EDIFieldValue("WL")] - Wholesaler, - [EDIFieldValue("WN")] - CompanyAssignedWell, - [EDIFieldValue("WO")] - StorageFacilityatOrigin, - [EDIFieldValue("WP")] - WitnessforPlaintiff, - [EDIFieldValue("WR")] - WithdrawalPoint, - [EDIFieldValue("WS")] - WaterSystem, - [EDIFieldValue("WT")] - WitnessforDefendant, - [EDIFieldValue("WU")] - PrimarySupportOrganization, - [EDIFieldValue("WV")] - PreliminaryMaintenancePeriodDesignatingOrganization, - [EDIFieldValue("WW")] - PreliminaryMaintenanceOrganization, - [EDIFieldValue("WX")] - PreliminaryReferredToOrganization, - [EDIFieldValue("WY")] - FinalMaintenancePeriodDesignatingOrganization, - [EDIFieldValue("WZ")] - FinalMaintenanceOrganization, - [EDIFieldValue("X1")] - Mailto, - [EDIFieldValue("X2")] - PartyToPerformPackaging, - [EDIFieldValue("X3")] - UtilizationManagementOrganization, - [EDIFieldValue("X4")] - Spouse, - [EDIFieldValue("X5")] - DurableMedicalEquipmentSupplier, - [EDIFieldValue("X6")] - InternationalOrganization, - [EDIFieldValue("X7")] - Inventor, - [EDIFieldValue("X8")] - HispanicServiceInstitute, - [EDIFieldValue("XA")] - Creditor, - [EDIFieldValue("XC")] - DebtorsAttorney, - [EDIFieldValue("XD")] - Alias, - [EDIFieldValue("XE")] - ClaimRecipient, - [EDIFieldValue("XF")] - Auctioneer, - [EDIFieldValue("XG")] - EventLocation, - [EDIFieldValue("XH")] - FinalReferredToOrganization, - [EDIFieldValue("XI")] - OriginalClaimant, - [EDIFieldValue("XJ")] - ActualReferredByOrganization, - [EDIFieldValue("XK")] - ActualReferredToOrganization, - [EDIFieldValue("XL")] - BorrowersEmployer, - [EDIFieldValue("XM")] - MaintenanceOrganizationUsedforEstimate, - [EDIFieldValue("XN")] - PlanningMaintenanceOrganization, - [EDIFieldValue("XO")] - PreliminaryCustomerOrganization, - [EDIFieldValue("XP")] - PartyToReceiveSolicitation, - [EDIFieldValue("XQ")] - CanadianCustomsBroker, - [EDIFieldValue("XR")] - MexicanCustomsBroker, - [EDIFieldValue("XS")] - SCorporation, - [EDIFieldValue("XT")] - FinalCustomerOrganization, - [EDIFieldValue("XU")] - UnitedStatesCustomsBroker, - [EDIFieldValue("XV")] - CrossClaimant, - [EDIFieldValue("XW")] - CounterClaimant, - [EDIFieldValue("XX")] - BusinessArea, - [EDIFieldValue("XY")] - TribalGovernment, - [EDIFieldValue("XZ")] - AmericanIndian_OwnedBusiness, - [EDIFieldValue("Y2")] - ManagedCareOrganization, - [EDIFieldValue("YA")] - Affiant, - [EDIFieldValue("YB")] - Arbitrator, - [EDIFieldValue("YC")] - BailPayor, - [EDIFieldValue("YD")] - DistrictJustice, - [EDIFieldValue("YE")] - ThirdParty, - [EDIFieldValue("YF")] - WitnessforProsecution, - [EDIFieldValue("YG")] - ExpertWitness, - [EDIFieldValue("YH")] - CrimeVictim, - [EDIFieldValue("YI")] - JuvenileVictim, - [EDIFieldValue("YJ")] - JuvenileDefendant, - [EDIFieldValue("YK")] - Bondsman, - [EDIFieldValue("YL")] - CourtAppointedAttorney, - [EDIFieldValue("YM")] - ComplainantsAttorney, - [EDIFieldValue("YN")] - DistrictAttorney, - [EDIFieldValue("YO")] - AttorneyforDefendant_Public, - [EDIFieldValue("YP")] - ProBonoAttorney, - [EDIFieldValue("YQ")] - ProSeCounsel, - [EDIFieldValue("YR")] - PartyToAppearBefore, - [EDIFieldValue("YS")] - Appellant, - [EDIFieldValue("YT")] - Appellee, - [EDIFieldValue("YU")] - ArrestingOfficer, - [EDIFieldValue("YV")] - HostileWitness, - [EDIFieldValue("YW")] - DischargePoint, - [EDIFieldValue("YX")] - FloodCertifier, - [EDIFieldValue("YY")] - FloodDeterminationProvider, - [EDIFieldValue("YZ")] - ElectronicRegistrationUtility, - [EDIFieldValue("Z1")] - PartyToReceiveStatus, - [EDIFieldValue("Z2")] - UnserviceableMaterialConsignee, - [EDIFieldValue("Z3")] - PotentialSourceOfSupply, - [EDIFieldValue("Z4")] - OwningInventoryControlPoint, - [EDIFieldValue("Z5")] - ManagementControlActivity, - [EDIFieldValue("Z6")] - TransferringParty, - [EDIFieldValue("Z7")] - Mark_forParty, - [EDIFieldValue("Z8")] - LastKnownSourceOfSupply, - [EDIFieldValue("Z9")] - Banker, - [EDIFieldValue("ZA")] - CorrectedAddress, - [EDIFieldValue("ZB")] - PartyToReceiveCredit, - [EDIFieldValue("ZC")] - RentPayor, - [EDIFieldValue("ZD")] - PartyToReceiveReports, - [EDIFieldValue("ZE")] - EndItemManufacturer, - [EDIFieldValue("ZF")] - BreakBulkPoint, - [EDIFieldValue("ZG")] - PresentAddress, - [EDIFieldValue("ZH")] - Child, - [EDIFieldValue("ZJ")] - Branch, - [EDIFieldValue("ZK")] - Reporter, - [EDIFieldValue("ZL")] - PartyPassingtheTransaction, - [EDIFieldValue("ZM")] - LeaseLocation, - [EDIFieldValue("ZN")] - LosingInventoryManager, - [EDIFieldValue("ZO")] - MinimumRoyaltyPayor, - [EDIFieldValue("ZP")] - GainingInventoryManager, - [EDIFieldValue("ZQ")] - ScreeningPoint, - [EDIFieldValue("ZR")] - ValidatingParty, - [EDIFieldValue("ZS")] - MonitoringParty, - [EDIFieldValue("ZT")] - ParticipatingArea, - [EDIFieldValue("ZU")] - Formation, - [EDIFieldValue("ZV")] - AllowableRecipient, - [EDIFieldValue("ZW")] - Field, - [EDIFieldValue("ZX")] - AttorneyOfRecord, - [EDIFieldValue("ZY")] - AmicusCuriae, - [EDIFieldValue("ZZ")] - MutuallyDefined, - [EDIFieldValue("001")] - Pumper, - [EDIFieldValue("002")] - SurfaceManagementEntity, - [EDIFieldValue("003")] - ApplicationParty, - [EDIFieldValue("004")] - SiteOperator, - [EDIFieldValue("005")] - ConstructionContractor, - [EDIFieldValue("006")] - DrillingContractor, - [EDIFieldValue("007")] - SpudContractor, - [EDIFieldValue("AAA")] - Sub_account, - [EDIFieldValue("AAB")] - ManagementNon_Officer, - [EDIFieldValue("AAC")] - IncorporatedLocation, - [EDIFieldValue("AAD")] - NamenotToBeConfusedwith, - [EDIFieldValue("AAE")] - Lot, - [EDIFieldValue("AAF")] - PreviousOccupant, - [EDIFieldValue("AAG")] - GroundAmbulanceServices, - [EDIFieldValue("AAH")] - AirAmbulanceServices, - [EDIFieldValue("AAI")] - WaterAmbulanceServices, - [EDIFieldValue("AAJ")] - AdmittingServices, - [EDIFieldValue("AAK")] - PrimarySurgeon, - [EDIFieldValue("AAL")] - MedicalNurse, - [EDIFieldValue("AAM")] - CardiacRehabilitationServices, - [EDIFieldValue("AAN")] - SkilledNursingServices, - [EDIFieldValue("AAO")] - ObservationRoomServices, - [EDIFieldValue("AAP")] - Employee, - [EDIFieldValue("AAQ")] - AnesthesiologyServices, - [EDIFieldValue("AAS")] - PriorBaseJurisdiction, - [EDIFieldValue("AAT")] - IncorporationJurisdiction, - [EDIFieldValue("AAU")] - MarkerOwner, - [EDIFieldValue("AAV")] - ReclamationCenter, - [EDIFieldValue("ABB")] - MasterProperty, - [EDIFieldValue("ABC")] - ProjectProperty, - [EDIFieldValue("ABD")] - UnitProperty, - [EDIFieldValue("ABE")] - AdditionalAddress, - [EDIFieldValue("ABF")] - SocietyOfPropertyInformationCompilersAndAnalysts, - [EDIFieldValue("ABG")] - Organization, - [EDIFieldValue("ABH")] - JointOwnerAnnuitant, - [EDIFieldValue("ABI")] - JointAnnuitantOwner, - [EDIFieldValue("ABJ")] - JointOwnerAnnuitantPayor, - [EDIFieldValue("ABK")] - JointOwnerJointAnnuitant, - [EDIFieldValue("ABL")] - JointOwnerJointAnnuitantPayor, - [EDIFieldValue("ABM")] - JointOwnerPayor, - [EDIFieldValue("ALA")] - AlternativeAddressee, - [EDIFieldValue("BAL")] - Bailiff, - [EDIFieldValue("BKR")] - Bookkeeper, - [EDIFieldValue("BRN")] - BrandName, - [EDIFieldValue("BUS")] - Business, - [EDIFieldValue("CMW")] - CompanyMergedWith, - [EDIFieldValue("COL")] - CollateralAssignee, - [EDIFieldValue("COR")] - CorrectedName, - [EDIFieldValue("DCC")] - ChiefDeputyClerkOfCourt, - [EDIFieldValue("DIR")] - DistributionRecipient, - [EDIFieldValue("ENR")] - Enroller, - [EDIFieldValue("EXS")] - Ex_spouse, - [EDIFieldValue("FRL")] - ForeignRegistrationLocation, - [EDIFieldValue("FSR")] - FinancialStatementRecipient, - [EDIFieldValue("GIR")] - GiftRecipient, - [EDIFieldValue("HMI")] - MaterialSafetyDataSheet_MSDS_Recipient, - [EDIFieldValue("HOM")] - HomeOffice, - [EDIFieldValue("IAA")] - BusinessEntity, - [EDIFieldValue("IAC")] - PrincipalExecutiveOffice, - [EDIFieldValue("IAD")] - ForeignOffice, - [EDIFieldValue("IAE")] - Member, - [EDIFieldValue("IAF")] - ExecutiveCommitteeMember, - [EDIFieldValue("IAG")] - Director, - [EDIFieldValue("IAH")] - Clerk, - [EDIFieldValue("IAI")] - PartywithKnowledgeOfAffairsOftheCompany, - [EDIFieldValue("IAK")] - PartyToReceiveStatementOfFeesDue, - [EDIFieldValue("IAL")] - CompanyinwhichInterestHeld, - [EDIFieldValue("IAM")] - CompanywhichHoldsInterest, - [EDIFieldValue("IAN")] - Notary, - [EDIFieldValue("IAO")] - Manager, - [EDIFieldValue("IAP")] - AlienAffiliate, - [EDIFieldValue("IAQ")] - IncorporationStatePrincipalOffice, - [EDIFieldValue("IAR")] - IncorporationStatePlaceOfBusiness, - [EDIFieldValue("IAS")] - Out_of_StatePrincipalOffice, - [EDIFieldValue("IAT")] - PartyExecutingAndVerifying, - [EDIFieldValue("IAU")] - Felon, - [EDIFieldValue("IAV")] - OtherRelatedParty, - [EDIFieldValue("IAW")] - Record_KeepingAddress, - [EDIFieldValue("IAY")] - InitialSubscriber, - [EDIFieldValue("IAZ")] - OriginalJurisdiction, - [EDIFieldValue("INV")] - InvestmentAdvisor, - [EDIFieldValue("LGS")] - LocalGovernmentSponsor, - [EDIFieldValue("LYM")] - AmendedName, - [EDIFieldValue("LYN")] - Stockholder, - [EDIFieldValue("LYO")] - ManagingAgent, - [EDIFieldValue("LYP")] - Organizer, - [EDIFieldValue("MSC")] - MammographyScreeningCenter, - [EDIFieldValue("NCT")] - NameChangedTo, - [EDIFieldValue("NPC")] - NotaryPublic, - [EDIFieldValue("ORI")] - OriginalName, - [EDIFieldValue("PLR")] - PayerOfLastResort, - [EDIFieldValue("PMF")] - PartyManufacturedFor, - [EDIFieldValue("PPS")] - PersonforWhoseBenefitPropertywasSeized, - [EDIFieldValue("PRE")] - PreviousOwner, - [EDIFieldValue("PRP")] - PrimaryPayer, - [EDIFieldValue("PUR")] - PurchasedCompany, - [EDIFieldValue("RCR")] - RecoveryRoom, - [EDIFieldValue("REC")] - ReceiverManager, - [EDIFieldValue("RGA")] - ResponsibleGovernmentAgency, - [EDIFieldValue("SEP")] - SecondaryPayer, - [EDIFieldValue("TPM")] - ThirdPartyMarketer, - [EDIFieldValue("TSE")] - ConsigneeCourierTransferStation, - [EDIFieldValue("TSR")] - ConsignorCourierTransferStation, - [EDIFieldValue("TTP")] - TertiaryPayer, - - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/EntityTypeQualifier.cs b/src/OopFactory.X12/Parsing/Model/Typed/EntityTypeQualifier.cs deleted file mode 100644 index 2696c907..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/EntityTypeQualifier.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum EntityTypeQualifier - { - [EDIFieldValue("")] - Undefined = 0, - [EDIFieldValue("1")] - Person = 1, - [EDIFieldValue("2")] - NonPersonEntity = 2, - [EDIFieldValue("3")] - Unknown, - [EDIFieldValue("4")] - Corporation, - [EDIFieldValue("5")] - Trust, - [EDIFieldValue("6")] - Organization, - [EDIFieldValue("7")] - LimitedLiabilityCorporation, - [EDIFieldValue("8")] - Partnership, - [EDIFieldValue("9")] - SCorporation, - [EDIFieldValue("C")] - Custodial, - [EDIFieldValue("D")] - NonProfitOrganization, - [EDIFieldValue("E")] - SoleProprietorship, - [EDIFieldValue("G")] - Government, - [EDIFieldValue("L")] - LimitedPartnership - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/PricingMethodology.cs b/src/OopFactory.X12/Parsing/Model/Typed/PricingMethodology.cs deleted file mode 100644 index b49e26b4..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/PricingMethodology.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum PricingMethodology - { - [EDIFieldValue("00")] - ZeroPricing_NotCoveredUnderContract, - [EDIFieldValue("01")] - PricedAsBilledAt100Percent, - [EDIFieldValue("02")] - PricedAtTheStandardFeeSchedule, - [EDIFieldValue("03")] - PricedAtAContractualPercentage, - [EDIFieldValue("04")] - BundledPricing, - [EDIFieldValue("05")] - PeerReviewPricing, - [EDIFieldValue("06")] - PerDiemPricing, - [EDIFieldValue("07")] - FlatRatePricing, - [EDIFieldValue("08")] - CombinationPricing, - [EDIFieldValue("09")] - MaternityPricing, - [EDIFieldValue("10")] - OtherPricing, - [EDIFieldValue("11")] - LowerOfCost, - [EDIFieldValue("12")] - RatioOfCost, - [EDIFieldValue("13")] - CostReimbursed, - [EDIFieldValue("14")] - AdjustmentPricing - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/RelationshipCode.cs b/src/OopFactory.X12/Parsing/Model/Typed/RelationshipCode.cs deleted file mode 100644 index edd39e9a..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/RelationshipCode.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum RelationshipCode - { - [EDIFieldValue("A")] - Add, - [EDIFieldValue("D")] - Delete, - [EDIFieldValue("I")] - Include, - [EDIFieldValue("O")] - InformationOnly, - [EDIFieldValue("S")] - Substituted - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TimeCode.cs b/src/OopFactory.X12/Parsing/Model/Typed/TimeCode.cs deleted file mode 100644 index f3a978a1..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TimeCode.cs +++ /dev/null @@ -1,114 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum TimeCode - { - [EDIFieldValue("01")] - EquivalentToIsoP01, - [EDIFieldValue("02")] - EquivalentToIsoP02, - [EDIFieldValue("03")] - EquivalentToIsoP03, - [EDIFieldValue("04")] - EquivalentToIsoP04, - [EDIFieldValue("05")] - EquivalentToIsoP05, - [EDIFieldValue("06")] - EquivalentToIsoP06, - [EDIFieldValue("07")] - EquivalentToIsoP07, - [EDIFieldValue("08")] - EquivalentToIsoP08, - [EDIFieldValue("09")] - EquivalentToIsoP09, - [EDIFieldValue("10")] - EquivalentToIsoP10, - [EDIFieldValue("11")] - EquivalentToIsoP11, - [EDIFieldValue("12")] - EquivalentToIsoP12, - [EDIFieldValue("13")] - EquivalentToIsoM12, - [EDIFieldValue("14")] - EquivalentToIsoM11, - [EDIFieldValue("15")] - EquivalentToIsoM10, - [EDIFieldValue("16")] - EquivalentToIsoM09, - [EDIFieldValue("17")] - EquivalentToIsoM08, - [EDIFieldValue("18")] - EquivalentToIsoM07, - [EDIFieldValue("19")] - EquivalentToIsoM06, - [EDIFieldValue("20")] - EquivalentToIsoM05, - [EDIFieldValue("21")] - EquivalentToIsoM04, - [EDIFieldValue("22")] - EquivalentToIsoM03, - [EDIFieldValue("23")] - EquivalentToIsoM02, - [EDIFieldValue("24")] - EquivalentToIsoM01, - [EDIFieldValue("AD")] - AlaskaDaylightTime, - [EDIFieldValue("AS")] - AlaskaStandardTime, - [EDIFieldValue("AT")] - AlaskaTime, - [EDIFieldValue("CD")] - CentralDaylightTime, - [EDIFieldValue("CS")] - CentralStandardTime, - [EDIFieldValue("CT")] - CentralTime, - [EDIFieldValue("ED")] - EasternDaylightTime, - [EDIFieldValue("ES")] - EasternStandardTime, - [EDIFieldValue("ET")] - EasternTime, - [EDIFieldValue("GM")] - GreenwichMeanTime, - [EDIFieldValue("HD")] - Hawaii_AleutianDaylightTime, - [EDIFieldValue("HS")] - Hawaii_AleutianStandardTime, - [EDIFieldValue("HT")] - Hawaii_AleutianTime, - [EDIFieldValue("LT")] - LocalTime, - [EDIFieldValue("MD")] - MountainDaylightTime, - [EDIFieldValue("MS")] - MountainStandardTime, - [EDIFieldValue("MT")] - MountainTime, - [EDIFieldValue("ND")] - NewfoundlandDaylightTime, - [EDIFieldValue("NS")] - NewfoundlandStandardTime, - [EDIFieldValue("NT")] - NewfoundlandTime, - [EDIFieldValue("PD")] - PacificDaylightTime, - [EDIFieldValue("PS")] - PacificStandardTime, - [EDIFieldValue("PT")] - PacificTime, - [EDIFieldValue("TD")] - AtlanticDaylightTime, - [EDIFieldValue("TS")] - AtlanticStandardTime, - [EDIFieldValue("TT")] - AtlanticTime, - [EDIFieldValue("UT")] - UniversalTimeCoordinate - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementContextIdentification.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedElementContextIdentification.cs deleted file mode 100644 index 2fa427a5..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementContextIdentification.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedElementContextIdentification - { - private int _elementNumber; - private Segment _segment; - private string _name; - private string _reference; - - internal TypedElementContextIdentification(Segment segment, int elementNumber) - { - _segment = segment; - _elementNumber = elementNumber; - } - - private void UpdateElement() - { - string value = string.Format("{1}{0}{2}", - _segment._delimiters.SubElementSeparator, - _name, _reference); - value = value.TrimEnd(_segment._delimiters.SubElementSeparator); - _segment.SetElement(_elementNumber, value); - } - - public string _1_ContextName - { - get { return _name; } - set { _name = value; UpdateElement(); } - } - - public string _2_ContextReference - { - get { return _reference; } - set { _reference = value; UpdateElement(); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementHealthCareCodeInfo.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedElementHealthCareCodeInfo.cs deleted file mode 100644 index fc3929fc..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementHealthCareCodeInfo.cs +++ /dev/null @@ -1,32 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedElementHealthCareCodeInfo - { - private int _elementNumber; - private Segment _segment; - - internal TypedElementHealthCareCodeInfo(Segment segment, int elementNumber) - { - _segment = segment; - _elementNumber = elementNumber; - } - - private void UpdateElement() - { - } - /* - public string _1_CodeListQualifierCode - { - } - - public string _2_IndustryCode - { - } - * */ - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementPositionInSegment.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedElementPositionInSegment.cs deleted file mode 100644 index 84c634c6..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementPositionInSegment.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedElementPositionInSegment - { - private int _elementNumber; - private Segment _segment; - private int? _elementPositionInSegment; - private int? _componentDataElementPositionInComposite; - private int? _repeatingDataElementPosition; - - internal TypedElementPositionInSegment(Segment segment, int elementNumber) - { - _segment = segment; - _elementNumber = elementNumber; - } - - private void UpdateElement() - { - string value = string.Format("{1}{0}{2}{0}{3}", - _segment._delimiters.SubElementSeparator, - _elementPositionInSegment, _componentDataElementPositionInComposite, _repeatingDataElementPosition); - value = value.TrimEnd(_segment._delimiters.SubElementSeparator); - _segment.SetElement(_elementNumber, value); - } - - public int? _1_ElementPositionInSegment - { - get { return _elementPositionInSegment; } - set - { - _elementPositionInSegment = value; - UpdateElement(); - } - } - - public int? _2_ComponentDataElementPositionInComposite - { - get { return _componentDataElementPositionInComposite; } - set - { - _componentDataElementPositionInComposite = value; - UpdateElement(); - } - } - - public int? _3_RepeatingDataElementPosition - { - get { return _repeatingDataElementPosition; } - set - { - _repeatingDataElementPosition = value; - UpdateElement(); - } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementReferenceInSegment.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedElementReferenceInSegment.cs deleted file mode 100644 index c15aa9b1..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementReferenceInSegment.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedElementReferenceInSegment - { - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementRelatedCausesInfo.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedElementRelatedCausesInfo.cs deleted file mode 100644 index a741aa00..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementRelatedCausesInfo.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedElementRelatedCausesInfo - { - private int _elementNumber; - private Segment _segment; - private string _relatedCausesCode1; - private string _relatedCausesCode2; - private string _relatedCausesCode3; - private string _stateOrProviceCode; - private string _countryCode; - - internal TypedElementRelatedCausesInfo(Segment segment, int elementNumber) - { - _segment = segment; - _elementNumber = elementNumber; - } - - private void UpdateElement() - { - string value = String.Format("{1}{0}{2}{0}{3}{0}{4}{0}{5}", - _segment._delimiters.SubElementSeparator, - _relatedCausesCode1, _relatedCausesCode2, _relatedCausesCode3, _stateOrProviceCode, _countryCode); - value = value.TrimEnd(_segment._delimiters.SubElementSeparator); - _segment.SetElement(_elementNumber, value); - } - - public string _1_RelatedCausesCode - { - get { return _relatedCausesCode1; } - set { - _relatedCausesCode1 = value; - UpdateElement(); - } - } - - public string _2_RelatedCausesCode - { - get { return _relatedCausesCode2; } - set - { - _relatedCausesCode2 = value; - UpdateElement(); - } - } - - public string _3_RelatedCausesCode - { - get { return _relatedCausesCode3; } - set - { - _relatedCausesCode3 = value; - UpdateElement(); - } - } - - public string _4_StateOrProvidenceCode - { - get { return _stateOrProviceCode; } - set - { - _stateOrProviceCode = value; - UpdateElement(); - } - } - - public string _5_CountryCode - { - get { return _countryCode; } - set - { - _countryCode = value; - UpdateElement(); - } - } - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementServiceLocationInfo.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedElementServiceLocationInfo.cs deleted file mode 100644 index c045ec89..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedElementServiceLocationInfo.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedElementServiceLocationInfo - { - private int _elementNumber; - private Segment _segment; - private string _facilityCodeValue; - private string _facilityCodeQualifier; - private string _claimFrequencyTypeCode; - - internal TypedElementServiceLocationInfo(Segment segment, int elementNumber) - { - _segment = segment; - _elementNumber = elementNumber; - } - - private void UpdateElement() - { - string value = String.Format("{1}{0}{2}{0}{3}", - _segment._delimiters.SubElementSeparator, - _facilityCodeValue, _facilityCodeQualifier, _claimFrequencyTypeCode); - value = value.TrimEnd(_segment._delimiters.SubElementSeparator); - _segment.SetElement(_elementNumber, value); - } - - public string _1_FacilityCodeValue - { - get { return _facilityCodeValue; } - set - { - _facilityCodeValue = value; - UpdateElement(); - } - } - - public string _2_FacilityCodeQualifier - { - get { return _2_FacilityCodeQualifier; } - set - { - _facilityCodeQualifier = value; - UpdateElement(); - } - } - - public string _3_ClaimFrequencyTypeCode - { - get { return _claimFrequencyTypeCode; } - set - { - _claimFrequencyTypeCode = value; - UpdateElement(); - } - } - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopAK2.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopAK2.cs deleted file mode 100644 index 2e8e2175..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopAK2.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopAK2 : TypedLoop - { - public TypedLoopAK2() : base("AK2") { } - - public string AK201_TransactionSetIdentifierCode - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public string AK202_TransactionSetControlNumber - { - get { return _loop.GetElement(2); } - set { _loop.SetElement(2, value); } - } - - public string AK203_ImplementationConventionReference - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopCLM.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopCLM.cs deleted file mode 100644 index dd9d3b0f..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopCLM.cs +++ /dev/null @@ -1,129 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopCLM : TypedLoop - { - private TypedElementServiceLocationInfo _clm05; - private TypedElementRelatedCausesInfo _clm11; - - public TypedLoopCLM() : base("CLM") { } - - internal override void Initialize(Container parent, X12DelimiterSet delimiters, Specification.LoopSpecification loopSpecification) - { - base.Initialize(parent, delimiters, loopSpecification); - _clm05 = new TypedElementServiceLocationInfo(_loop, 5); - _clm11 = new TypedElementRelatedCausesInfo(_loop, 11); - } - - public string CLM01_PatientControlNumber - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public decimal CLM02_TotalClaimChargeAmount - { - get - { - decimal amount; - if (decimal.TryParse(_loop.GetElement(2), out amount)) - return amount; - else - return 0; - } - set - { - if (value < 0) - throw new ArgumentOutOfRangeException("Total Claim Charge Amount must be greater than or equal to zero."); - _loop.SetElement(2, value.ToString().TrimStart('0')); - } - } - - public string CLM03_ClaimFilingIndicatorCode - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public string CLM04_NonInstitutionalClaimTypeCode - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - - public TypedElementServiceLocationInfo CLM05 - { - get { return _clm05; } - } - - public bool? CLM06_ProviderOrSupplierSignatureIndicator - { - get - { - switch (_loop.GetElement(6)) - { - case "Y": return true; - case "N": return false; - default: return null; - } - } - set - { - if (value.HasValue) - { - if (value.Value == true) - _loop.SetElement(6, "Y"); - else - _loop.SetElement(6, "N"); - } - else - _loop.SetElement(6, ""); - } - } - - public string CLM07_ProviderAcceptAssignmentCode - { - get { return _loop.GetElement(7); } - set { _loop.SetElement(7, value); } - } - - public string CLM08_BenefitsAssignmentCerficationIndicator - { - get { return _loop.GetElement(8); } - set { _loop.SetElement(8, value); } - } - - public string CLM09_ReleaseOfInformationCode - { - get { return _loop.GetElement(9); } - set { _loop.SetElement(9, value); } - } - - public string CLM10_PatientSignatureSourceCode - { - get { return _loop.GetElement(10); } - set { _loop.SetElement(10, value); } - } - - public TypedElementRelatedCausesInfo CLM11 - { - get { return _clm11; } - } - - public string CLM12_SpecialProgramCode - { - get { return _loop.GetElement(12); } - set { _loop.SetElement(12, value); } - } - - public string CLM20_DelayReasonCode - { - get { return _loop.GetElement(20); } - set { _loop.SetElement(20, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIK3.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIK3.cs deleted file mode 100644 index 2a821984..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIK3.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopIK3 : TypedLoop - { - public TypedLoopIK3() : base("IK3") { } - - public string IK301_SegmentIdCode - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public int? IK302_SegmentPositionInTransactionSet - { - get - { - int position; - if (int.TryParse(_loop.GetElement(2), out position)) - return position; - else - return null; - } - set - { - if (value.HasValue) - _loop.SetElement(2, value.ToString()); - else - _loop.SetElement(2, ""); - } - } - - public string IK303_LoopIdentifierCode - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public string IK304_SyntaxErrorCode - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIK4.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIK4.cs deleted file mode 100644 index b7786622..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIK4.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopIK4 : TypedLoop - { - private TypedElementPositionInSegment _ik401; - - public TypedLoopIK4() : base("IK4") { } - - internal override void Initialize(Container parent, X12DelimiterSet delimiters, Specification.LoopSpecification loopSpecification) - { - base.Initialize(parent, delimiters, loopSpecification); - _ik401 = new TypedElementPositionInSegment(_loop, 1); - } - - public TypedElementPositionInSegment IK401 - { - get { return _ik401; } - } - - public string IK402_DataElementReferenceNumber - { - get { return _loop.GetElement(2); } - set { _loop.SetElement(2, value); } - } - - public string IK403_SyntaxErrorCode - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public string IK404_CopyOfBaDataElement - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIT1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIT1.cs deleted file mode 100644 index 697eee6c..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopIT1.cs +++ /dev/null @@ -1,121 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Baseline Item Data (Invoice) - /// - public class TypedLoopIT1 : TypedLoop - { - public TypedLoopIT1() - : base("IT1") - { - } - - public string IT101_AssignedIdentification - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public decimal? IT102_QuantityInvoiced - { - get { return _loop.GetDecimalElement(2); } - set { _loop.SetElement(2, value); } - } - - public UnitOrBasisOfMeasurementCode IT103_UnitOrBasisForMeasurementCode - { - get { return _loop.GetElement(3).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(3, value.EDIFieldValue()); } - } - - public decimal? IT104_UnitPrice - { - get { return _loop.GetDecimalElement(4); } - set { _loop.SetElement(4, value); } - } - - public string IT106_ProductServiceIdQualifier - { - get { return _loop.GetElement(6); } - set { _loop.SetElement(6, value); } - } - - public string IT107_ProductServiceId - { - get { return _loop.GetElement(7); } - set { _loop.SetElement(7, value); } - } - public string IT108_ProductServiceIdQualifier - { - get { return _loop.GetElement(8); } - set { _loop.SetElement(8, value); } - } - - public string IT109_ProductServiceId - { - get { return _loop.GetElement(9); } - set { _loop.SetElement(9, value); } - } - public string IT110_ProductServiceIdQualifier - { - get { return _loop.GetElement(10); } - set { _loop.SetElement(10, value); } - } - - public string IT111_ProductServiceId - { - get { return _loop.GetElement(11); } - set { _loop.SetElement(11, value); } - } - public string IT112_ProductServiceIdQualifier - { - get { return _loop.GetElement(12); } - set { _loop.SetElement(12, value); } - } - - public string IT113_ProductServiceId - { - get { return _loop.GetElement(13); } - set { _loop.SetElement(13, value); } - } - public string IT114_ProductServiceIdQualifier - { - get { return _loop.GetElement(14); } - set { _loop.SetElement(14, value); } - } - - public string IT115_ProductServiceId - { - get { return _loop.GetElement(15); } - set { _loop.SetElement(15, value); } - } - public string IT116_ProductServiceIdQualifier - { - get { return _loop.GetElement(16); } - set { _loop.SetElement(16, value); } - } - - public string IT117_ProductServiceId - { - get { return _loop.GetElement(17); } - set { _loop.SetElement(17, value); } - } - public string IT118_ProductServiceIdQualifier - { - get { return _loop.GetElement(18); } - set { _loop.SetElement(18, value); } - } - - public string IT119_ProductServiceId - { - get { return _loop.GetElement(19); } - set { _loop.SetElement(19, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopLX.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopLX.cs deleted file mode 100644 index 05f858f1..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopLX.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopLX : TypedLoop - { - private string _entityIdentifer; - - public TypedLoopLX(string entityIdentifier) - : base("LX") - { - _entityIdentifer = entityIdentifier; - } - - internal override void Initialize(Container parent, X12DelimiterSet delimiters, Specification.LoopSpecification loopSpecification) - { - string segmentString = GetSegmentString(delimiters); - - _loop = new Loop(parent, delimiters, segmentString, loopSpecification); - } - - public string LX01_AssignedNumber - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopN1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopN1.cs deleted file mode 100644 index 79123dc7..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopN1.cs +++ /dev/null @@ -1,71 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopN1 : TypedLoop - { - public TypedLoopN1() - : base("N1") - { - } - - public string N101_EntityIdentifierCode - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public EntityIdentifierCode N101_EntityIdentifierCodeEnum - { - get { return _loop.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(1, value.EDIFieldValue()); } - } - - public string N102_Name - { - get { return _loop.GetElement(2); } - set { _loop.SetElement(2, value); } - } - - public string N103_IdentificationCodeQualifier - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public IdentificationCodeQualifier N103_IdentificationCodeQualifierEnum - { - get { return _loop.GetElement(3).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(3, value.EDIFieldValue()); } - - } - - public string N104_IdentificationCode - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - - public string N105_EntityRelationshipCode - { - get { return _loop.GetElement(5); } - set { _loop.SetElement(5, value); } - } - - public string N106_EntityIdentifierCode - { - get { return _loop.GetElement(6); } - set { _loop.SetElement(6, value); } - } - - public EntityIdentifierCode N106_EntityIdentifierCodeEnum - { - get { return _loop.GetElement(6).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(6, value.EDIFieldValue()); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopNM1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopNM1.cs deleted file mode 100644 index ad59d523..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopNM1.cs +++ /dev/null @@ -1,122 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopNM1 : TypedLoop - { - private string _entityIdentifer; - - public TypedLoopNM1(string entityIdentifier) - : base("NM1") - { - _entityIdentifer = entityIdentifier; - } - - internal override string GetSegmentString(X12DelimiterSet delimiters) - { - return String.Format("{0}{1}{2}", _segmentId, delimiters.ElementSeparator, _entityIdentifer); - } - - internal override void Initialize(Container parent, X12DelimiterSet delimiters, Specification.LoopSpecification loopSpecification) - { - string segmentString = GetSegmentString(delimiters); - - _loop = new Loop(parent, delimiters, segmentString, loopSpecification); - } - - public string NM101_EntityIdCode - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public EntityIdentifierCode NM101_EntityIdentifierCodeEnum - { - get { return _loop.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(1, value.EDIFieldValue()); } - } - - public EntityTypeQualifier NM102_EntityTypeQualifier - { - get { return _loop.GetElement(2).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(2,value.EDIFieldValue()); } - } - - public string NM103_NameLastOrOrganizationName - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public string NM104_NameFirst - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - - public string NM105_NameMiddle - { - get { return _loop.GetElement(5); } - set { _loop.SetElement(5, value); } - } - - public string NM106_NamePrefix - { - get { return _loop.GetElement(6); } - set { _loop.SetElement(6, value); } - } - - public string NM107_NameSuffix - { - get { return _loop.GetElement(7); } - set { _loop.SetElement(7, value); } - } - - public string NM108_IdCodeQualifier - { - get { return _loop.GetElement(8); } - set { _loop.SetElement(8, value); } - } - - public IdentificationCodeQualifier NM108_IdCodeQualifierEnum - { - get { return _loop.GetElement(8).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(8, value.EDIFieldValue()); } - } - - public string NM109_IdCode - { - get { return _loop.GetElement(9); } - set { _loop.SetElement(9, value); } - } - - public string NM110_EntityRelationshipCode - { - get { return _loop.GetElement(10); } - set { _loop.SetElement(10, value); } - } - - public string NM111_EntityIdentifierCode - { - get { return _loop.GetElement(11); } - set { _loop.SetElement(11, value); } - } - - public EntityIdentifierCode NM111_EntityIdentifierCodeEnum - { - get { return _loop.GetElement(11).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(11, value.EDIFieldValue()); } - } - - public string NM112_NameLastOrOrganizationName - { - get { return _loop.GetElement(12); } - set { _loop.SetElement(12, value); } - } - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopPID.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopPID.cs deleted file mode 100644 index 9debefea..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopPID.cs +++ /dev/null @@ -1,73 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopPID : TypedLoop - { - public TypedLoopPID() - : base("PID") - { - } - - /// - /// F = Free form - /// - public string PID01_ItemDescriptionType - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public string PID02_ProductProcessCharacteristicCode - { - get { return _loop.GetElement(2); } - set { _loop.SetElement(2, value); } - } - - public string PID03_AgencyQualifierCode - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public string PID04_ProductDescriptionCode - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - - public string PID05_Description - { - get { return _loop.GetElement(5); } - set { _loop.SetElement(5, value); } - } - - public string PID06_SurfaceLayerPositionCode - { - get { return _loop.GetElement(6); } - set { _loop.SetElement(6, value); } - } - - public string PID07_SourceSubqualifier - { - get { return _loop.GetElement(7); } - set { _loop.SetElement(7, value); } - } - - public YesNoConditionOrResponseCode PID08_YesNoConditionOrResponseCode - { - get { return _loop.GetElement(8).ToEnumFromEDIFieldValue(); } - set { _loop.SetElement(8, value.EDIFieldValue()); } - } - - public string PID09_LanguageCode - { - get { return _loop.GetElement(9); } - set { _loop.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopSBR.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopSBR.cs deleted file mode 100644 index a6b76b77..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedLoopSBR.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedLoopSBR : TypedLoop - { - public TypedLoopSBR() - : base("SBR") - { - } - - public string SBR01_PayerResponsibilitySequenceNumberCode - { - get { return _loop.GetElement(1); } - set { _loop.SetElement(1, value); } - } - - public string SBR02_IndividualRelationshipCode - { - get { return _loop.GetElement(2); } - set { _loop.SetElement(2, value); } - } - - public string SBR03_PolicyOrGroupNumber - { - get { return _loop.GetElement(3); } - set { _loop.SetElement(3, value); } - } - - public string SBR04_GroupName - { - get { return _loop.GetElement(4); } - set { _loop.SetElement(4, value); } - } - - public string SBR05_InsuranceTypeCode - { - get { return _loop.GetElement(5); } - set { _loop.SetElement(5, value); } - } - - public string SBR06_CoordinationOfBenefitsCode - { - get { return _loop.GetElement(6); } - set { _loop.SetElement(6, value); } - } - - public string SBR07_YesNoCode - { - get { return _loop.GetElement(7); } - set { _loop.SetElement(7, value); } - } - - public string SBR08_EmploymentStatusCode - { - get { return _loop.GetElement(8); } - set { _loop.SetElement(8, value); } - } - - public string SBR09_ClaimFilingIndicatorCode - { - get { return _loop.GetElement(9); } - set { _loop.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAK1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAK1.cs deleted file mode 100644 index a65d4ea0..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAK1.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentAK1 : TypedSegment - { - public TypedSegmentAK1() - : base("AK1") - { - } - - public string AK101_FunctionalIdCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string AK102_GroupControlNumber - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string AK103_VersionIdentifierCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAK9.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAK9.cs deleted file mode 100644 index e183e629..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAK9.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentAK9 : TypedSegment - { - public TypedSegmentAK9() - : base("AK9") - { - } - - public string AK901_FunctionalGroupAcknowledgeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public int AK902_NumberOfTransactionSetsIncluded - { - get - { - int count; - if (int.TryParse(_segment.GetElement(2), out count)) - return count; - else - return 0; - - } - set { _segment.SetElement(2, value.ToString()); } - } - - public int AK903_NumberOfReceivedTransactionSets - { - get - { - int count; - if (int.TryParse(_segment.GetElement(3), out count)) - return count; - else - return 0; - - } - set { _segment.SetElement(3, value.ToString()); } - } - - public int AK904_NumberOfAcceptedTransactionSets - { - get - { - int count; - if (int.TryParse(_segment.GetElement(4), out count)) - return count; - else - return 0; - - } - set { _segment.SetElement(4, value.ToString()); } - } - - public string AK905_FunctionalGroupSyntaxErrorCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string AK906_FunctionalGroupSyntaxErrorCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - public string AK907_FunctionalGroupSyntaxErrorCode - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - public string AK908_FunctionalGroupSyntaxErrorCode - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - public string AK909_FunctionalGroupSyntaxErrorCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAMT.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAMT.cs deleted file mode 100644 index 0f5170a1..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentAMT.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentAMT : TypedSegment - { - public TypedSegmentAMT() - : base("AMT") - { - } - - public string AMT01_AmountQualifierCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string AMT02_MonetaryAmount - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string AMT03_CreditDebigFlagCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentBHT.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentBHT.cs deleted file mode 100644 index f04b4822..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentBHT.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentBHT : TypedSegment - { - public TypedSegmentBHT() - : base("BHT") - { - } - - public string BHT01_HierarchicalStructureCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string BHT02_TransactionSetPurposeCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string BHT03_ReferenceIdentification - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public DateTime? BHT04_Date - { - get { return _segment.GetDate8Element(4); } - set { _segment.SetDate8Element(4, value); } - } - - public string BHT05_Time - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string BHT06_TransactionTypeCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentBIG.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentBIG.cs deleted file mode 100644 index 1a39309c..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentBIG.cs +++ /dev/null @@ -1,72 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Beginning Segment for Invoice - /// - public class TypedSegmentBIG : TypedSegment - { - public TypedSegmentBIG() - : base("BIG") - { - } - - public DateTime? BIG01_InvoiceDate - { - get { return _segment.GetDate8Element(1); } - set { _segment.SetDate8Element(1, value); } - } - - public string BIG02_InvoiceNumber - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public DateTime? BIG03_PurchaseOrderDate - { - get { return _segment.GetDate8Element(3); } - set { _segment.SetDate8Element(3, value); } - } - - public string BIG04_PurchaseOrderNumber - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - /// - /// CN = Credit Invoice - /// CR = Credit Memo - /// DI = Debit Invoice - /// DR = Debit Memo - /// - public string BIG07_TransactionTypeCode - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string BIG08_TransactionSetPurposeCode - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string BIG09_ActionCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string BIG10_InvoiceNumber - { - get { return _segment.GetElement(10); } - set { _segment.SetElement(10, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCAD.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCAD.cs deleted file mode 100644 index caa4acf1..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCAD.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Carrier Detail - /// - public class TypedSegmentCAD : TypedSegment - { - public TypedSegmentCAD() - : base("CAD") - { - } - - /// - /// K = Back Haul - /// M = Motor (Common Carrier) - /// R = Rail - /// U = Private Parcel Service - /// ZZ = Mutually Defined - /// - public string CAD01_TransportationMethodTypeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string CAD02_EquipmentInitial - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string CAD03_EquipmentNumber - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string CAD04_StandardCarrierAlphaCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string CAD05_Routing - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string CAD06_ShipmentOrderStatusCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string CAD07_ReferenceIdentificationQualifier - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string CAD08_ReferenceIdentification - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string CAD09_ServiceLevelCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCN1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCN1.cs deleted file mode 100644 index 42c962fb..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCN1.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentCN1 : TypedSegment - { - public TypedSegmentCN1() - : base("CN1") - { - } - - public string CN101_ContractTypeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public ContractTypeCode CN101_ContractTypeCodeEnum - { - get { return _segment.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(1, value.EDIFieldValue()); } - } - - public decimal? CN102_MonetaryAmount - { - get { return _segment.GetDecimalElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? CN103_Percent - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public string CN104_ReferenceIdentification - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public decimal? CN105_TermsDiscountPercent - { - get { return _segment.GetDecimalElement(5); } - set { _segment.SetElement(5, value); } - } - - public string CN106_VersionIdentifier - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTP.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTP.cs deleted file mode 100644 index 14084284..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTP.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Pricing Infomration - /// - public class TypedSegmentCTP : TypedSegment - { - public TypedSegmentCTP() - : base("CTP") - { } - - public string CTP01_ClassOfTradeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string CTP02_PriceIDCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? CTP03_UnitPrice - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public decimal? CTIP04_Quantity - { - get { return _segment.GetDecimalElement(4); } - set { _segment.SetElement(4, value); } - } - - public string CTP05_CompositeUnitOfMeasure - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string CTP06_PriceMultiplierQualifier - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public decimal? CTP07_Multiplier - { - get { return _segment.GetDecimalElement(7); } - set { _segment.SetElement(7, value); } - } - - public decimal? CTP08_MonetaryAmount - { - get { return _segment.GetDecimalElement(8); } - set { _segment.SetElement(8, value); } - } - - public string CTP09_BaseUnitPriceCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string CTP10_ConditionValue - { - get { return _segment.GetElement(10); } - set { _segment.SetElement(10, value); } - } - - public int? CTP11_MultiplePriceQuantity - { - get { return _segment.GetIntElement(11); } - set { _segment.SetElement(11, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTT.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTT.cs deleted file mode 100644 index 6dc66a4d..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTT.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Transaction Totals - /// - public class TypedSegmentCTT : TypedSegment - { - public TypedSegmentCTT() - : base("CTT") - { - } - - public int? CTT01_NumberOfLineItems - { - get { return _segment.GetIntElement(1); } - set { _segment.SetElement(1, value); } - } - - public decimal? CTT02_HashTotal - { - get { return _segment.GetDecimalElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? CTT03_Weight - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public UnitOrBasisOfMeasurementCode CTT04_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(4).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(4, value.EDIFieldValue()); } - } - - public decimal? CTT05_Volume - { - get { return _segment.GetDecimalElement(5); } - set { _segment.SetElement(5, value); } - } - - public UnitOrBasisOfMeasurementCode CTT06_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(6).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(6, value.EDIFieldValue()); } - } - - public string CTT07_Description - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTX.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTX.cs deleted file mode 100644 index a9266f7e..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCTX.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentCTX : TypedSegment - { - private TypedElementContextIdentification _ctx01; - private TypedElementPositionInSegment _ctx05; - - public TypedSegmentCTX() : base("CTX") - { - _ctx01 = new TypedElementContextIdentification(_segment, 1); - _ctx05 = new TypedElementPositionInSegment(_segment, 5); - } - - public TypedElementContextIdentification CTX01 - { - get { return _ctx01; } - } - - public string CTX02_SegmentIdCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public int? CTX03_SegmentPositionInTransactionSet - { - get - { - int position; - if (int.TryParse(_segment.GetElement(3), out position)) - return position; - else - return null; - - } - set { _segment.SetElement(3, string.Format("{0}", value)); } - } - - public string CTX04_LoopIdentifierCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public TypedElementPositionInSegment CTX05 - { - get { return _ctx05; } - } - - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDMG.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDMG.cs deleted file mode 100644 index 0ce39b14..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDMG.cs +++ /dev/null @@ -1,124 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum Gender - { - Undefined, - Female, - Male, - Unknown - } - - public class TypedSegmentDMG : TypedSegment - { - public TypedSegmentDMG() : base("DMG") { } - - protected override void OnInitialized(EventArgs e) - { - base.OnInitialized(e); - DMG01_DateTimePeriodFormatQualifier = "D8"; // default value - } - - public string DMG01_DateTimePeriodFormatQualifier - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public DateTime? DMG02_DateOfBirth - { - get - { - string element = _segment.GetElement(2); - if (element.Length == 8) - return DateTime.ParseExact(element, "yyyyMMdd", null); - else - return null; - } - set - { - _segment.SetElement(2, String.Format("{0:yyyyMMdd}",value)); - } - } - - public Gender DMG03_Gender - { - get - { - switch (_segment.GetElement(3)) - { - case "F": return Gender.Female; - case "M": return Gender.Male; - case "U": return Gender.Unknown; - default: return Gender.Undefined; - } - } - set - { - switch (value) - { - case Gender.Female: - _segment.SetElement(3, "F"); break; - case Gender.Male: - _segment.SetElement(3, "M"); break; - case Gender.Unknown: - _segment.SetElement(3, "U"); break; - default: - _segment.SetElement(3, ""); break; - } - } - } - - public string DMG04_MaritalStatusCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string DMG05_CompositeRaceOrEthnicityInformation - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string DMG06_CitizenStatusCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string DMG07_CountryCode - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string DMG08_BasisOfVerificationCode - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string DMG09_Quantity - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string DMG10_CodeListQualifierCode - { - get { return _segment.GetElement(10); } - set { _segment.SetElement(10, value); } - } - - public string DMG11_IndustryCode - { - get { return _segment.GetElement(11); } - set { _segment.SetElement(11, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDTM.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDTM.cs deleted file mode 100644 index 69541d0b..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDTM.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Date/Time Reference - /// - public class TypedSegmentDTM : TypedSegment - { - public TypedSegmentDTM() - : base("DTM") - { - } - - public DTPQualifier DTM01_DateTimeQualifier - { - get { return _segment.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(1, value.EDIFieldValue()); } - } - - public string DTM02_Date - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string DTM03_Time - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public TimeCode DTM04_TimeCode - { - get { return _segment.GetElement(4).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(4, value.EDIFieldValue()); } - } - - public DTPFormatQualifier DTM05_DateTimePeriodFormatQualifier - { - get { return _segment.GetElement(5).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(5, value.EDIFieldValue()); } - } - - public string DTM06_DateTimePeriod - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDTP.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDTP.cs deleted file mode 100644 index aa342607..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentDTP.cs +++ /dev/null @@ -1,73 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentDTP : TypedSegment - { - - public TypedSegmentDTP() : base("DTP") { } - - public DTPQualifier DTP01_DateTimeQualifier - { - get { return _segment.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(1, value.EDIFieldValue()); } - } - - public DTPFormatQualifier DTP02_DateTimePeriodFormatQualifier - { - get { return _segment.GetElement(2).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(2, value.EDIFieldValue()); } - } - - public DateTimePeriod DTP03_Date - { - get - { - string element = _segment.GetElement(3); - if (element.Length == 8) - return new DateTimePeriod(DateTime.ParseExact(element, "yyyyMMdd", null)); - if (element.Length == 17) - return new DateTimePeriod(DateTime.ParseExact(element.Substring(0,8), "yyyyMMdd", null), - DateTime.ParseExact(element.Substring(9), "yyyyMMdd", null)); - return null; - } - set { - _segment.SetElement(3, - value.IsDateRange - ? String.Format("{0:yyyyMMdd}-{1:yyyyMMdd}", value.StartDate, value.EndDate) - : String.Format("{0:yyyyMMdd}", value.StartDate)); - } - } - - } - - - /// - /// Move this class in seperate file if being used by other classes. - /// - public class DateTimePeriod - { - public bool IsDateRange { get; private set; } - public DateTime StartDate { get; private set; } - public DateTime EndDate { get; private set; } - - public DateTimePeriod(DateTime date) - { - this.StartDate = date; - IsDateRange = false; - } - - public DateTimePeriod(DateTime startDate, DateTime endDate) - { - this.StartDate = startDate; - this.EndDate = endDate; - IsDateRange = true; - } - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentHCP.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentHCP.cs deleted file mode 100644 index a5eefc7e..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentHCP.cs +++ /dev/null @@ -1,122 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Health Care Pricing, to specify pricing or repricing information about a health care claim or line item - /// - public class TypedSegmentHCP : TypedSegment - { - public TypedSegmentHCP() - : base("HCP") - { - } - - public string HCP01_PricingMethodology - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public PricingMethodology HCP01_PricingMethodologyEnum - { - get { return _segment.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(1, value.EDIFieldValue()); } - } - - public decimal? HCP02_AllowedAmount - { - get { return _segment.GetDecimalElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? HCP03_SavingsAmount - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public string HCP04_RepricingOrganizationIdentificationNumber - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public decimal? HCP05_Rate - { - get { return _segment.GetDecimalElement(5); } - set { _segment.SetElement(5, value); } - } - - public string HCP06_ApprovedDrgCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public decimal? HCP07_ApprovedDrgAmount - { - get { return _segment.GetDecimalElement(7); } - set { _segment.SetElement(7, value); } - } - - public string HCP08_ApprovedRevenueCode - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string HCP09_Qualifier - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string HCP10_ApprovedProcedureCode - { - get { return _segment.GetElement(10); } - set { _segment.SetElement(10, value); } - } - - public string HCP11_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(11); } - set { _segment.SetElement(11, value); } - } - - public UnitOrBasisOfMeasurementCode HCP11_UnitOrBasisOfMeasurementCodeEnum - { - get { return _segment.GetElement(11).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(11, value.EDIFieldValue()); } - } - - public decimal? HCP12_Quantity - { - get { return _segment.GetDecimalElement(12); } - set { _segment.SetElement(12, value); } - } - - public string HCP13_RejectReasonCode - { - get { return _segment.GetElement(13); } - set { _segment.SetElement(13, value); } - } - - public string HCP14_PolicyComplianceCode - { - get { return _segment.GetElement(14); } - set { _segment.SetElement(14, value); } - } - - public string HCP15_ExceptionCode - { - get { return _segment.GetElement(15); } - set { _segment.SetElement(15, value); } - } - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentHI.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentHI.cs deleted file mode 100644 index 1f2fcb98..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentHI.cs +++ /dev/null @@ -1,81 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentHI : TypedSegment - { - public TypedSegmentHI() : base("HI") - { - } - - public string HI01_HealthCareCodeInformation - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string HI02_HealthCareCodeInformation - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - public string HI03_HealthCareCodeInformation - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string HI04_HealthCareCodeInformation - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - public string HI05_HealthCareCodeInformation - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string HI06_HealthCareCodeInformation - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - public string HI07_HealthCareCodeInformation - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string HI08_HealthCareCodeInformation - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - public string HI09_HealthCareCodeInformation - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string HI10_HealthCareCodeInformation - { - get { return _segment.GetElement(10); } - set { _segment.SetElement(10, value); } - } - public string HI11_HealthCareCodeInformation - { - get { return _segment.GetElement(11); } - set { _segment.SetElement(11, value); } - } - - public string HI12_HealthCareCodeInformation - { - get { return _segment.GetElement(12); } - set { _segment.SetElement(12, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentIK5.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentIK5.cs deleted file mode 100644 index 184569ef..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentIK5.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentIK5 : TypedSegment - { - public TypedSegmentIK5() : base("IK5") { } - - public string IK501_TransactionSetAcknowledgmentCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string IK502_SyntaxErrorCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string IK503_SyntaxErrorCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - public string IK504_SyntaxErrorCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - public string IK505_SyntaxErrorCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - public string IK506_SyntaxErrorCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentISS.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentISS.cs deleted file mode 100644 index 0cfc8f61..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentISS.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Invoice Shipment Summary - /// - public class TypedSegmentISS : TypedSegment - { - public TypedSegmentISS() - : base("ISS") - { - } - - public decimal? ISS01_NumberOfUnitsShipped - { - get { return _segment.GetDecimalElement(1); } - set { _segment.SetElement(1, value); } - } - - /// - /// CA = Case - /// - public UnitOrBasisOfMeasurementCode ISS02_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(2).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(2, value.EDIFieldValue()); } - } - - public decimal? ISS03_Weight - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - /// - /// LB = Pounds - /// - public UnitOrBasisOfMeasurementCode ISS04_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(4).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(4, value.EDIFieldValue()); } - } - - public decimal? ISS05_Volume - { - get { return _segment.GetDecimalElement(5); } - set { _segment.SetElement(5, value); } - } - - public UnitOrBasisOfMeasurementCode ISS06_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(6).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(6, value.EDIFieldValue()); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentITD.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentITD.cs deleted file mode 100644 index 7f76c1ff..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentITD.cs +++ /dev/null @@ -1,127 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Terms of Sale/Deferred Terms of Sale - /// - public class TypedSegmentITD : TypedSegment - { - public TypedSegmentITD() - : base("ITD") - { - } - - public string ITD01_TermsTypeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - /// - /// 1 = Ship Date - /// 2 = Delivery Date - /// 3 = Invoice Date - /// - public string ITD02_TermsBasisDateCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? ITD03_TermsDiscountPercent - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public DateTime? ITD04_TermsDiscountDueDate - { - get { return _segment.GetDate8Element(4); } - set { _segment.SetDate8Element(4, value); } - } - - public int? ITD05_TermsDiscountDaysDue - { - get { return _segment.GetIntElement(5); } - set { _segment.SetElement(5, value); } - } - - public DateTime? ITD06_TermsNetDueDate - { - get { return _segment.GetDate8Element(6); } - set { _segment.SetDate8Element(6, value); } - } - - public int? ITD07_TermsNetDays - { - get { return _segment.GetIntElement(7); } - set { _segment.SetElement(7, value); } - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? ITD08_TermsDiscountAmountN2 - { - get { return _segment.GetIntElement(8); } - set { _segment.SetElement(8, value); } - } - - public DateTime? ITD09_TermsDeferredDueDate - { - get { return _segment.GetDate8Element(9); } - set { _segment.SetDate8Element(9, value); } - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? ITD10_DeferredAmountDueN2 - { - get { return _segment.GetIntElement(10); } - set { _segment.SetElement(10, value); } - } - - public decimal? ITD11_PercentOfInvoicePayable - { - get { return _segment.GetDecimalElement(11); } - set { _segment.SetElement(11, value); } - } - - public string ITD12_Description - { - get { return _segment.GetElement(12); } - set { _segment.SetElement(12, value); } - } - - public int? ITD13_DayOfMonth - { - get { return _segment.GetIntElement(13); } - set - { - if (value >= 1 && value <= 31) - _segment.SetElement(13, value); - else - throw new ArgumentOutOfRangeException("ITD13_DayOfMonth", string.Format("{0} is not a value between 1 and 31.", value)); - } - } - - public string ITD14_PaymentMethodCode - { - get { return _segment.GetElement(14); } - set { _segment.SetElement(14, value); } - } - - public decimal? ITD15_Percent - { - get { return _segment.GetDecimalElement(15); } - set { _segment.SetElement(15, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentMSG.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentMSG.cs deleted file mode 100644 index 717a4406..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentMSG.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Message Text - /// - public class TypedSegmentMSG : TypedSegment - { - public TypedSegmentMSG() - : base("MSG") - { - } - - public string MSG01_FreeFormMessageText - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string MSG02_PrinterCarriageControlCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public int? MSG03_Number - { - get { return _segment.GetIntElement(3); } - set { _segment.SetElement(3, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN2.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN2.cs deleted file mode 100644 index 84d318da..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN2.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentN2 : TypedSegment - { - public TypedSegmentN2() - : base("N2") - { - } - - public string N201_Name - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string N202_Name - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN3.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN3.cs deleted file mode 100644 index 6971dc07..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN3.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentN3 : TypedSegment - { - public TypedSegmentN3() - : base("N3") - { - } - - public string N301_AddressInformation - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string N302_AddressInformation - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN4.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN4.cs deleted file mode 100644 index 05a00836..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN4.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentN4 : TypedSegment - { - public TypedSegmentN4() - : base("N4") - { - } - - public string N401_CityName - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string N402_StateOrProvinceCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string N403_PostalCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string N404_CountryCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string N405_LocationQualifier - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string N406_LocationIdentifier - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string N407_CountrySubdivisionCode - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN9.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN9.cs deleted file mode 100644 index 5ffec4d3..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentN9.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentN9 : TypedSegment - { - public TypedSegmentN9() - : base("N9") - { - } - - public string N901_ReferenceIdentificationQualifier - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string N902_ReferenceIdentification - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPID.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPID.cs deleted file mode 100644 index 9ddb3d35..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPID.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Product/Item Description - /// - public class TypedSegmentPID : TypedSegment - { - public TypedSegmentPID() - : base("PID") - { - } - - /// - /// F = Free form - /// - public string PID01_ItemDescriptionType - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string PID02_ProductProcessCharacteristicCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string PID03_AgencyQualifierCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string PID04_ProductDescriptionCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string PID05_Description - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string PID06_SurfaceLayerPositionCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string PID07_SourceSubqualifier - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public YesNoConditionOrResponseCode PID08_YesNoConditionOrResponseCode - { - get { return _segment.GetElement(8).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(8, value.EDIFieldValue()); } - } - - public string PID09_LanguageCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPRV.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPRV.cs deleted file mode 100644 index f65155d4..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPRV.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentPRV : TypedSegment - { - public TypedSegmentPRV() - : base("PRV") - { - } - - public string PRV01_ProviderCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string PRV02_ReferenceIdQualifier - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string PRV03_ProviderTaxonomyCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string PRV04_StateOrProvinceCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string PRV05_ProviderSpecialtyInformation - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string PRV06_ProviderOrganizationCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPS1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPS1.cs deleted file mode 100644 index ec9f1495..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPS1.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentPS1 : TypedSegment - { - public TypedSegmentPS1() - : base("PS1") - { - } - - public string PS101_ReferenceId - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string PS102_MonentaryAmount - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string PS103_StateOrProvinceCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPWK.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPWK.cs deleted file mode 100644 index 07d2a0e3..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPWK.cs +++ /dev/null @@ -1,82 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentPWK : TypedSegment - { - public TypedSegmentPWK() - : base("PWK") - { - } - - public string PWK01_ReportTypeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string PWK02_ReportTransmissionCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public int? PWK03_ReportCopiesNeeded - { - get { return _segment.GetIntElement(3); } - set { _segment.SetElement(3, value); } - } - - public string PWK04_EntityIdentifierCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public EntityIdentifierCode PWK04_EntityIdentiferCodeEnum - { - get { return _segment.GetElement(4).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(4, value.EDIFieldValue()); } - } - - public string PWK05_IdentificationCodeQualifier - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public IdentificationCodeQualifier PWK05_IdentificationCodeQualifierEnum - { - get { return _segment.GetElement(5).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(5, value.EDIFieldValue()); } - } - - public string PWK06_IdentificationCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string PWK07_Description - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string PWK08_ActionsIndicated - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string PWK09_RequestCategoryCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentREF.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentREF.cs deleted file mode 100644 index f8b909bd..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentREF.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentREF : TypedSegment - { - public TypedSegmentREF() - : base("REF") - { - } - - public string REF01_ReferenceIdQualifier - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string REF02_ReferenceId - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string REF03_Description - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string REF04_ReferenceId - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSAC.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSAC.cs deleted file mode 100644 index 9254cc67..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSAC.cs +++ /dev/null @@ -1,100 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Service, Promotion, Allowance, or Charge Information - /// - public class TypedSegmentSAC : TypedSegment - { - public TypedSegmentSAC() - : base("SAC") - { - } - - public AllowanceOrChargeIndicator SAC01_AllowanceOrChargeIndicator - { - get { return _segment.GetElement(1).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(1, value.EDIFieldValue()); } - } - - public string SAC02_ServicePromotionAllowanceOrChargeCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string SAC03_AgencyQualifierCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string SAC04_AgencyServicePromotionAllowanceOrChageCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? SAC05_AmountN2 - { - get - { - int element; - if (int.TryParse(_segment.GetElement(5), out element)) - return element; - else - return null; - } - set { _segment.SetElement(5, string.Format("{0}", value)); } - } - - /// - /// 3 = Discount/Gross - /// Z = Mutually Defined - /// - public string SAC06_AllowanceChargePercentQualifier - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public decimal? SAC07_Percent - { - get { return _segment.GetDecimalElement(7); } - set { _segment.SetElement(7, value); } - } - - public string SAC13_ReferenceIdentification - { - get { return _segment.GetElement(13); } - set { _segment.SetElement(13, value); } - } - - public string SAC14_OptionNumber - { - get { return _segment.GetElement(14); } - set { _segment.SetElement(14, value); } - } - - public string SAC15_Description - { - get { return _segment.GetElement(15); } - set { _segment.SetElement(15, value); } - } - - public string SAC16_LanguageCode - { - get { return _segment.GetElement(16); } - set { _segment.SetElement(16, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSBR.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSBR.cs deleted file mode 100644 index fe88a4c6..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSBR.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentSBR : TypedSegment - { - public TypedSegmentSBR() - : base("SBR") - { - } - - public string SBR01_PayerResponsibilitySequenceNumberCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string SBR02_IndividualRelationshipCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string SBR03_PolicyOrGroupNumber - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string SBR04_GroupName - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string SBR05_InsuranceTypeCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string SBR06_CoordinationOfBenefitsCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string SBR07_YesNoCode - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string SBR08_EmploymentStatusCode - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string SBR09_ClaimFilingIndicatorCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSV1.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSV1.cs deleted file mode 100644 index 50f49dd2..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentSV1.cs +++ /dev/null @@ -1,73 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentSV1 : TypedSegment - { - public TypedSegmentSV1() : base("SV1") - { - } - - public string SV101_CompositeMedicalProcedure - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string SV102_MonetaryAmount - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string SV103_UnitBasisMeasCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string SV104_Quantity - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - public string SV105_FacilityCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string SV107_CompDiagCodePoint - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string SV109_YesNoCondRespCode - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string SV111_YesNoCondRespCode - { - get { return _segment.GetElement(11); } - set { _segment.SetElement(11, value); } - } - - public string SV112_YesNoCondRespCode - { - get { return _segment.GetElement(12); } - set { _segment.SetElement(12, value); } - } - - public string SV115_CopayStatusCode - { - get { return _segment.GetElement(15); } - set { _segment.SetElement(15, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentTXI.cs b/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentTXI.cs deleted file mode 100644 index d6b98ed1..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentTXI.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Tax Information - /// - public class TypedSegmentTXI : TypedSegment - { - public TypedSegmentTXI() - : base("TXI") - { - } - - public string TXI01_TaxTypeCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public decimal? TXI02_MonetaryAmount - { - get { return _segment.GetDecimalElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? TXI03_Percent - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public string TXI04_TaxJurisdictionCodeQualifier - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string TXI05_TaxJurisdictionCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string TXI06_TaxExemptCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public RelationshipCode TXI07_RelationshipCode - { - get { return _segment.GetElement(7).ToEnumFromEDIFieldValue(); } - set { _segment.SetElement(7, value.EDIFieldValue()); } - } - - public decimal? TXI08_DollarBasisForPercent - { - get { return _segment.GetDecimalElement(8); } - set { _segment.SetElement(8, value); } - } - - public string TXI09_TaxIdentificationNumber - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - - public string TXI10_AssignedIdentification - { - get { return _segment.GetElement(10); } - set { _segment.SetElement(10, value); } - } - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/UnitOrBasisOfMeasurementCode.cs b/src/OopFactory.X12/Parsing/Model/Typed/UnitOrBasisOfMeasurementCode.cs deleted file mode 100644 index 09ea40d6..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/UnitOrBasisOfMeasurementCode.cs +++ /dev/null @@ -1,1601 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum UnitOrBasisOfMeasurementCode - { - [EDIFieldValue("01")] - ActualPounds, - [EDIFieldValue("02")] - StatuteMile, - [EDIFieldValue("03")] - Seconds, - [EDIFieldValue("04")] - SmallSpray, - [EDIFieldValue("05")] - Lifts, - [EDIFieldValue("06")] - Digits, - [EDIFieldValue("07")] - Strand, - [EDIFieldValue("08")] - HeatLots, - [EDIFieldValue("09")] - Tire, - [EDIFieldValue("10")] - Group, - [EDIFieldValue("11")] - Outfit, - [EDIFieldValue("12")] - Packet, - [EDIFieldValue("13")] - Ration, - [EDIFieldValue("14")] - Shot, - [EDIFieldValue("15")] - Stick, - [EDIFieldValue("16")] - _115KilogramDrum, - [EDIFieldValue("17")] - _100PoundDrum, - [EDIFieldValue("18")] - _55GallonDrum, - [EDIFieldValue("19")] - TankTruck, - [EDIFieldValue("1A")] - CarMile, - [EDIFieldValue("1B")] - CarCount, - [EDIFieldValue("1C")] - LocomotiveCount, - [EDIFieldValue("1D")] - CabooseCount, - [EDIFieldValue("1E")] - EmptyCar, - [EDIFieldValue("1F")] - TrainMile, - [EDIFieldValue("1G")] - FuelUsage_Gallons, - [EDIFieldValue("1H")] - CabooseMile, - [EDIFieldValue("1I")] - FixedRate, - [EDIFieldValue("1J")] - TonMiles, - [EDIFieldValue("1K")] - LocomotiveMile, - [EDIFieldValue("1L")] - TotalCarCount, - [EDIFieldValue("1M")] - TotalCarMile, - [EDIFieldValue("1N")] - Count, - [EDIFieldValue("1O")] - Season, - [EDIFieldValue("1P")] - TankCar, - [EDIFieldValue("1Q")] - Frames, - [EDIFieldValue("1R")] - Transactions, - [EDIFieldValue("1X")] - QuarterMile, - [EDIFieldValue("20")] - _20FootContainer, - [EDIFieldValue("21")] - _40FootContainer, - [EDIFieldValue("22")] - DeciliterperGram, - [EDIFieldValue("23")] - GramsPerCubicCentimeter, - [EDIFieldValue("24")] - TheoreticalPounds, - [EDIFieldValue("25")] - GramsPerSquareCentimeter, - [EDIFieldValue("26")] - ActualTons, - [EDIFieldValue("27")] - TheoreticalTons, - [EDIFieldValue("28")] - KilogramsPerSquareMeter, - [EDIFieldValue("29")] - PoundsPer1000SquareFeet, - [EDIFieldValue("2A")] - RadiansPerSecond, - [EDIFieldValue("2B")] - RadiansPerSecondSquared, - [EDIFieldValue("2C")] - Roentgen, - [EDIFieldValue("2F")] - VoltsPerMeter, - [EDIFieldValue("2G")] - Volts_AlternatingCurrent, - [EDIFieldValue("2H")] - Volts_DirectCurrent, - [EDIFieldValue("2I")] - BritishThermalUnitsPerHour, - [EDIFieldValue("2J")] - CubicCentimetersPerSecond, - [EDIFieldValue("2K")] - CubicFeetPerHour, - [EDIFieldValue("2L")] - CubicFeetPerMinute, - [EDIFieldValue("2M")] - CentimetersPerSecond, - [EDIFieldValue("2N")] - Decibels, - [EDIFieldValue("2P")] - Kilobyte, - [EDIFieldValue("2Q")] - Kilobecquerel, - [EDIFieldValue("2R")] - Kilocurie, - [EDIFieldValue("2U")] - Megagram, - [EDIFieldValue("2V")] - MegagramsPerHour, - [EDIFieldValue("2W")] - Bin, - [EDIFieldValue("2X")] - MetersPerMinute, - [EDIFieldValue("2Y")] - Milliroentgen, - [EDIFieldValue("2Z")] - Millivolts, - [EDIFieldValue("30")] - HorsepowerDaysPerAirDryMetricTons, - [EDIFieldValue("31")] - Catchweight, - [EDIFieldValue("32")] - KilogramsPerAirDryMetricTons, - [EDIFieldValue("33")] - KilopascalSquareMetersPerGram, - [EDIFieldValue("34")] - KilopascalsPerMillimeter, - [EDIFieldValue("35")] - MillilitersPerSquareCentimeterSecond, - [EDIFieldValue("36")] - CubicFeetPerMinutePerSquareFoot, - [EDIFieldValue("37")] - OuncesPerSquareFoot, - [EDIFieldValue("38")] - OuncesPerSquareFootPerOneHundredthOfAnInch, - [EDIFieldValue("39")] - BasisPoints, - [EDIFieldValue("3B")] - Megajoule, - [EDIFieldValue("3C")] - Manmonth, - [EDIFieldValue("3E")] - PoundsPerPoundofProduct, - [EDIFieldValue("3F")] - KilogramsPerLiterOfProduct, - [EDIFieldValue("3G")] - PoundsPerPieceOfProduct, - [EDIFieldValue("3H")] - KilogramsPerKilogramOfProduct, - [EDIFieldValue("3I")] - KilogramsPerPieceOfProduct, - [EDIFieldValue("40")] - MilliliterPerSecond, - [EDIFieldValue("41")] - MilliliterPerMinute, - [EDIFieldValue("43")] - SuperBulkBag, - [EDIFieldValue("44")] - _500KilogramBulkBag, - [EDIFieldValue("45")] - _300KilogramBulkBag, - [EDIFieldValue("46")] - _25KilogramBulkBag, - [EDIFieldValue("47")] - _50PoundBag, - [EDIFieldValue("48")] - BulkCarLoad, - [EDIFieldValue("4A")] - Bobbin, - [EDIFieldValue("4B")] - Cap, - [EDIFieldValue("4C")] - Centistokes, - [EDIFieldValue("4D")] - Curie, - [EDIFieldValue("4E")] - _20Pack, - [EDIFieldValue("4F")] - _100Pack, - [EDIFieldValue("4G")] - Microliter, - [EDIFieldValue("4H")] - Micrometer, - [EDIFieldValue("4I")] - MetersPerSecond, - [EDIFieldValue("4J")] - MetersPerSecondPerSecond, - [EDIFieldValue("4K")] - Milliamperes, - [EDIFieldValue("4L")] - Megabyte, - [EDIFieldValue("4M")] - MilligramsPerHour, - [EDIFieldValue("4N")] - Megabecquerel, - [EDIFieldValue("4O")] - Microfarad, - [EDIFieldValue("4P")] - NewtonsPerMeter, - [EDIFieldValue("4Q")] - OunceInch, - [EDIFieldValue("4R")] - OunceFoot, - [EDIFieldValue("4S")] - Pascal, - [EDIFieldValue("4T")] - Picofarad, - [EDIFieldValue("4U")] - PoundsPerHour, - [EDIFieldValue("4V")] - CubicMeterPerHour, - [EDIFieldValue("4W")] - TonPerHour, - [EDIFieldValue("4X")] - KiloliterPerHour, - [EDIFieldValue("50")] - ActualKilograms, - [EDIFieldValue("51")] - ActualTonnes, - [EDIFieldValue("52")] - Credits, - [EDIFieldValue("53")] - TheoreticalKilograms, - [EDIFieldValue("54")] - TheoreticalTonnes, - [EDIFieldValue("56")] - Sitas, - [EDIFieldValue("57")] - Mesh, - [EDIFieldValue("58")] - NetKilograms, - [EDIFieldValue("59")] - PartsPerMillion, - [EDIFieldValue("5A")] - BarrelsPerMinute, - [EDIFieldValue("5B")] - Batch, - [EDIFieldValue("5C")] - GallonsPerThousand, - [EDIFieldValue("5E")] - MMSCFPerDay, - [EDIFieldValue("5F")] - PoundsPerThousand, - [EDIFieldValue("5G")] - Pump, - [EDIFieldValue("5H")] - Stage, - [EDIFieldValue("5I")] - StandardCubicFoot, - [EDIFieldValue("5J")] - HydraulicHorsePower, - [EDIFieldValue("5K")] - CountPerMinute, - [EDIFieldValue("5P")] - SeismicLevel, - [EDIFieldValue("5Q")] - SeismicLine, - [EDIFieldValue("60")] - PercentWeight, - [EDIFieldValue("61")] - PartsPerBillion, - [EDIFieldValue("62")] - PercentPer1000Hours, - [EDIFieldValue("63")] - FailureRateInTime, - [EDIFieldValue("64")] - PoundsPerSquareInchGauge, - [EDIFieldValue("65")] - Coulomb, - [EDIFieldValue("66")] - Oersteds, - [EDIFieldValue("67")] - Siemens, - [EDIFieldValue("68")] - Ampere, - [EDIFieldValue("69")] - TestSpecificScale, - [EDIFieldValue("70")] - Volt, - [EDIFieldValue("71")] - VoltAmperePerPound, - [EDIFieldValue("72")] - WattsPerPound, - [EDIFieldValue("73")] - AmpereTurnPerCentimeter, - [EDIFieldValue("74")] - MilliPascals, - [EDIFieldValue("76")] - Gauss, - [EDIFieldValue("77")] - Mil, - [EDIFieldValue("78")] - Kilogauss, - [EDIFieldValue("79")] - ElectronVolt, - [EDIFieldValue("80")] - PoundsPerSquareInchAbsolute, - [EDIFieldValue("81")] - Henry, - [EDIFieldValue("82")] - Ohm, - [EDIFieldValue("83")] - Farad, - [EDIFieldValue("84")] - KiloPoundsPerSquareInch_KSI, - [EDIFieldValue("85")] - FootPounds, - [EDIFieldValue("86")] - Joules, - [EDIFieldValue("87")] - PoundsPerCubicFoot, - [EDIFieldValue("89")] - Poise, - [EDIFieldValue("8C")] - Cord, - [EDIFieldValue("8D")] - Duty, - [EDIFieldValue("8P")] - Project, - [EDIFieldValue("8R")] - Program, - [EDIFieldValue("8S")] - Session, - [EDIFieldValue("8U")] - SquareKilometer, - [EDIFieldValue("90")] - SayboldUniversalSecond, - [EDIFieldValue("91")] - Stokes, - [EDIFieldValue("92")] - CaloriesPerCubicCentimeter, - [EDIFieldValue("93")] - CaloriesPerGram, - [EDIFieldValue("94")] - CurlUnits, - [EDIFieldValue("95")] - _20kGallonTankcar, - [EDIFieldValue("96")] - _10kGallonTankcar, - [EDIFieldValue("97")] - _10KilogramDrum, - [EDIFieldValue("98")] - _15KilogramDrum, - [EDIFieldValue("99")] - Watt, - [EDIFieldValue("A8")] - DollarsPerHours, - [EDIFieldValue("AA")] - Ball, - [EDIFieldValue("AB")] - BulkPack, - [EDIFieldValue("AC")] - Acre, - [EDIFieldValue("AD")] - Bytes, - [EDIFieldValue("AE")] - AmperesPerMeter, - [EDIFieldValue("AF")] - Centigram, - [EDIFieldValue("AG")] - Angstrom, - [EDIFieldValue("AH")] - AdditionalMinutes, - [EDIFieldValue("AI")] - AverageMinutesPerCall, - [EDIFieldValue("AJ")] - Cop, - [EDIFieldValue("AK")] - Fathom, - [EDIFieldValue("AL")] - AccessLines, - [EDIFieldValue("AM")] - Ampoule, - [EDIFieldValue("AN")] - MinutesOrMessages, - [EDIFieldValue("AO")] - Ampereturn, - [EDIFieldValue("AP")] - AluminumPoundsOnly, - [EDIFieldValue("AQ")] - AntihemophilicFactorUnits, - [EDIFieldValue("AR")] - Suppository, - [EDIFieldValue("AS")] - Assortment, - [EDIFieldValue("AT")] - Atmosphere, - [EDIFieldValue("AU")] - OcularInsertSystem, - [EDIFieldValue("AV")] - Capsule, - [EDIFieldValue("AW")] - PowderFilledVials, - [EDIFieldValue("AX")] - Twenty, - [EDIFieldValue("AY")] - Assembly, - [EDIFieldValue("AZ")] - BritishThermalUnitsPerPound, - [EDIFieldValue("B0")] - BritishThermalUnitsPerCubicFoot, - [EDIFieldValue("B1")] - BarrelsPerDay, - [EDIFieldValue("B2")] - Bunks, - [EDIFieldValue("B3")] - BattingPound, - [EDIFieldValue("B4")] - BarrelImperial, - [EDIFieldValue("B5")] - Billet, - [EDIFieldValue("B6")] - Bun, - [EDIFieldValue("B7")] - Cycles, - [EDIFieldValue("B8")] - Board, - [EDIFieldValue("B9")] - Batt, - [EDIFieldValue("BA")] - Bale, - [EDIFieldValue("BB")] - BaseBox, - [EDIFieldValue("BC")] - Bucket, - [EDIFieldValue("BD")] - Bundle, - [EDIFieldValue("BE")] - Beam, - [EDIFieldValue("BF")] - BoardFeet, - [EDIFieldValue("BG")] - Bag, - [EDIFieldValue("BH")] - Brush, - [EDIFieldValue("BI")] - Bar, - [EDIFieldValue("BJ")] - Band, - [EDIFieldValue("BK")] - Book, - [EDIFieldValue("BL")] - Block, - [EDIFieldValue("BM")] - Bolt, - [EDIFieldValue("BN")] - Bulk, - [EDIFieldValue("BO")] - Bottle, - [EDIFieldValue("BP")] - _100BoardFeet, - [EDIFieldValue("BQ")] - Brakehorsepower, - [EDIFieldValue("BR")] - Barrel, - [EDIFieldValue("BS")] - Basket, - [EDIFieldValue("BT")] - Belt, - [EDIFieldValue("BU")] - Bushel, - [EDIFieldValue("BV")] - BushelDryImperial, - [EDIFieldValue("BW")] - BaseWeight, - [EDIFieldValue("BX")] - Box, - [EDIFieldValue("BY")] - BritishThermalUnit, - [EDIFieldValue("BZ")] - MillionBTUs, - [EDIFieldValue("C0")] - Calls, - [EDIFieldValue("C1")] - CompositeProductPounds_TotalWeight, - [EDIFieldValue("C2")] - Carset, - [EDIFieldValue("C3")] - Centiliter, - [EDIFieldValue("C4")] - Carload, - [EDIFieldValue("C5")] - Cost, - [EDIFieldValue("C6")] - Cell, - [EDIFieldValue("C7")] - Centipoise_CPS, - [EDIFieldValue("C8")] - CubicDecimeter, - [EDIFieldValue("C9")] - CoilGroup, - [EDIFieldValue("CA")] - Case, - [EDIFieldValue("CB")] - Carboy, - [EDIFieldValue("CC")] - CubicCentimeter, - [EDIFieldValue("CD")] - Carat, - [EDIFieldValue("CE")] - CentigradeCelsius, - [EDIFieldValue("CF")] - CubicFeet, - [EDIFieldValue("CG")] - Card, - [EDIFieldValue("CH")] - Container, - [EDIFieldValue("CI")] - CubicInches, - [EDIFieldValue("CJ")] - Cone, - [EDIFieldValue("CK")] - Connector, - [EDIFieldValue("CL")] - Cylinder, - [EDIFieldValue("CM")] - Centimeter, - [EDIFieldValue("CN")] - Can, - [EDIFieldValue("CO")] - CubicMeters_Net, - [EDIFieldValue("CP")] - Crate, - [EDIFieldValue("CQ")] - Cartridge, - [EDIFieldValue("CR")] - CubicMeter, - [EDIFieldValue("CS")] - Cassette, - [EDIFieldValue("CT")] - Carton, - [EDIFieldValue("CU")] - Cup, - [EDIFieldValue("CV")] - Cover, - [EDIFieldValue("CW")] - HundredPounds_CWT, - [EDIFieldValue("CX")] - Coil, - [EDIFieldValue("CY")] - CubicYard, - [EDIFieldValue("CZ")] - Combo, - [EDIFieldValue("D2")] - Shares, - [EDIFieldValue("D3")] - SquareDecimeter, - [EDIFieldValue("D5")] - KilogramPerSquareCentimeter, - [EDIFieldValue("D8")] - DraizeScore, - [EDIFieldValue("D9")] - DynePerSquareCentimeter, - [EDIFieldValue("DA")] - Days, - [EDIFieldValue("DB")] - DryPounds, - [EDIFieldValue("DC")] - Disk, - [EDIFieldValue("DD")] - Degree, - [EDIFieldValue("DE")] - Deal, - [EDIFieldValue("DF")] - Dram, - [EDIFieldValue("DG")] - Decigram, - [EDIFieldValue("DH")] - Miles, - [EDIFieldValue("DI")] - Dispenser, - [EDIFieldValue("DJ")] - Decagram, - [EDIFieldValue("DK")] - Kilometers, - [EDIFieldValue("DL")] - Deciliter, - [EDIFieldValue("DM")] - Decimeter, - [EDIFieldValue("DN")] - DeciNewtonMeter, - [EDIFieldValue("DO")] - DollarsUS, - [EDIFieldValue("DP")] - DozenPair, - [EDIFieldValue("DQ")] - DataRecords, - [EDIFieldValue("DR")] - Drum, - [EDIFieldValue("DS")] - Display, - [EDIFieldValue("DT")] - DryTon, - [EDIFieldValue("DU")] - Dyne, - [EDIFieldValue("DW")] - CalendarDays, - [EDIFieldValue("DX")] - DynesPerCentimeter, - [EDIFieldValue("DY")] - DirectoryBooks, - [EDIFieldValue("DZ")] - Dozen, - [EDIFieldValue("E1")] - Hectometer, - [EDIFieldValue("E3")] - Inches_FractionAverage, - [EDIFieldValue("E4")] - Inches_FractionMinimum, - [EDIFieldValue("E5")] - Inches_FractionActual, - [EDIFieldValue("E7")] - Inches_DecimalAverage, - [EDIFieldValue("E8")] - Inches_DecimalActual, - [EDIFieldValue("E9")] - English_FeetInches, - [EDIFieldValue("EA")] - Each, - [EDIFieldValue("EB")] - ElectronicMailBoxes, - [EDIFieldValue("EC")] - EachPerMonth, - [EDIFieldValue("ED")] - Inches_DecimalNominal, - [EDIFieldValue("EE")] - Employees, - [EDIFieldValue("EF")] - Inches_FractionNominal, - [EDIFieldValue("EG")] - DoubletimeHours, - [EDIFieldValue("EH")] - Knots, - [EDIFieldValue("EJ")] - Locations, - [EDIFieldValue("EM")] - Inches_DecimalMinimum, - [EDIFieldValue("EP")] - ElevenPack, - [EDIFieldValue("EQ")] - EquivalentGallons, - [EDIFieldValue("EV")] - Envelope, - [EDIFieldValue("EX")] - Feet_InchesAndFraction, - [EDIFieldValue("EY")] - Feet_InchesAndDecimal, - [EDIFieldValue("EZ")] - FeetAndDecimal, - [EDIFieldValue("F1")] - ThousandCubicFeetPerDay, - [EDIFieldValue("F2")] - InternationalUnit, - [EDIFieldValue("F3")] - Equivalent, - [EDIFieldValue("F4")] - Minim, - [EDIFieldValue("F5")] - MOL, - [EDIFieldValue("F6")] - PricePerShare, - [EDIFieldValue("F9")] - FibersPerCubicCentimeterOfAir, - [EDIFieldValue("FA")] - Fahrenheit, - [EDIFieldValue("FB")] - Fields, - [EDIFieldValue("FC")] - _1000CubicFeet, - [EDIFieldValue("FD")] - MillionParticlesPerCubicFoot, - [EDIFieldValue("FE")] - TrackFoot, - [EDIFieldValue("FF")] - HundredCubicMeters, - [EDIFieldValue("FG")] - TransdermalPatch, - [EDIFieldValue("FH")] - Micromolar, - [EDIFieldValue("FJ")] - SizingFactor, - [EDIFieldValue("FK")] - Fibers, - [EDIFieldValue("FL")] - FlakeTon, - [EDIFieldValue("FM")] - MillionCubicFeet, - [EDIFieldValue("FO")] - FluidOunce, - [EDIFieldValue("FP")] - PoundsPerSqFt, - [EDIFieldValue("FR")] - FeetPerMinute, - [EDIFieldValue("FS")] - FeetPerSecond, - [EDIFieldValue("FT")] - Foot, - [EDIFieldValue("FZ")] - FluidOunce_Imperial, - [EDIFieldValue("G2")] - USGallonsPerMinute, - [EDIFieldValue("G3")] - ImperialGallonsPerMinute, - [EDIFieldValue("G4")] - Gigabecquerel, - [EDIFieldValue("G5")] - Gill_Imperial, - [EDIFieldValue("G7")] - MicroficheSheet, - [EDIFieldValue("GA")] - Gallon, - [EDIFieldValue("GB")] - GallonsPerDay, - [EDIFieldValue("GC")] - GramsPer100Grams, - [EDIFieldValue("GD")] - GrossBarrels, - [EDIFieldValue("GE")] - PoundsPerGallon, - [EDIFieldValue("GF")] - GramsPer100Centimeters, - [EDIFieldValue("GG")] - GreatGross_DozenGross, - [EDIFieldValue("GH")] - HalfGallon, - [EDIFieldValue("GI")] - ImperialGallons, - [EDIFieldValue("GJ")] - GramsPerMilliliter, - [EDIFieldValue("GK")] - GramsPerKilogram, - [EDIFieldValue("GL")] - GramsPerLiter, - [EDIFieldValue("GM")] - GramsPerSqMeter, - [EDIFieldValue("GN")] - GrossGallons, - [EDIFieldValue("GO")] - MilligramsPerSquareMeter, - [EDIFieldValue("GP")] - MilligramsPerCubicMeter, - [EDIFieldValue("GQ")] - MicrogramsPerCubicMeter, - [EDIFieldValue("GR")] - Gram, - [EDIFieldValue("GS")] - Gross, - [EDIFieldValue("GT")] - GrossKilogram, - [EDIFieldValue("GU")] - GaussPerOersteds, - [EDIFieldValue("GV")] - Gigajoules, - [EDIFieldValue("GW")] - GallonsPerThousandCubicFeet, - [EDIFieldValue("GX")] - Grain, - [EDIFieldValue("GY")] - GrossYard, - [EDIFieldValue("GZ")] - GageSystems, - [EDIFieldValue("H1")] - HalfPages_Electronic, - [EDIFieldValue("H2")] - HalfLiter, - [EDIFieldValue("H4")] - Hectoliter, - [EDIFieldValue("HA")] - Hank, - [EDIFieldValue("HB")] - HundredBoxes, - [EDIFieldValue("HC")] - HundredCount, - [EDIFieldValue("HD")] - HalfDozen, - [EDIFieldValue("HE")] - HundredthOfACarat, - [EDIFieldValue("HF")] - HundredFeet, - [EDIFieldValue("HG")] - Hectogram, - [EDIFieldValue("HH")] - HundredCubicFeet, - [EDIFieldValue("HI")] - HundredSheets, - [EDIFieldValue("HJ")] - Horsepower, - [EDIFieldValue("HK")] - HundredKilograms, - [EDIFieldValue("HL")] - HundredFeet_Linear, - [EDIFieldValue("HM")] - MilesPerHour, - [EDIFieldValue("HN")] - MillimetersOfMercury, - [EDIFieldValue("HO")] - HundredTroyOunces, - [EDIFieldValue("HP")] - MillimeterH20, - [EDIFieldValue("HQ")] - Hectare, - [EDIFieldValue("HR")] - Hours, - [EDIFieldValue("HS")] - HundredSquareFeet, - [EDIFieldValue("HT")] - HalfHour, - [EDIFieldValue("HU")] - Hundred, - [EDIFieldValue("HV")] - HundredWeight_Short, - [EDIFieldValue("HW")] - HundredWeight_Long, - [EDIFieldValue("HY")] - HundredYards, - [EDIFieldValue("HZ")] - Hertz, - [EDIFieldValue("IA")] - InchPound, - [EDIFieldValue("IB")] - InchesPerSecond_VibrationVelocity, - [EDIFieldValue("IC")] - CountsPerInch, - [EDIFieldValue("IE")] - Person, - [EDIFieldValue("IF")] - InchesOfWater, - [EDIFieldValue("IH")] - Inhaler, - [EDIFieldValue("II")] - ColumnInches, - [EDIFieldValue("IK")] - PeaksPerInch_PPI, - [EDIFieldValue("IL")] - InchesPerMinute, - [EDIFieldValue("IM")] - Impressions, - [EDIFieldValue("IN")] - Inch, - [EDIFieldValue("IP")] - InsurancePolicy, - [EDIFieldValue("IT")] - CountsPerCentimeter, - [EDIFieldValue("IU")] - InchesPerSecond_LinearSpeed, - [EDIFieldValue("IV")] - InchesPerSecondPerSecond_Acceleration, - [EDIFieldValue("IW")] - InchesPerSecondPerSecond_VibrationAcceleration, - [EDIFieldValue("J2")] - JoulePerKilogram, - [EDIFieldValue("JA")] - Job, - [EDIFieldValue("JB")] - Jumbo, - [EDIFieldValue("JE")] - JoulePerKelvin, - [EDIFieldValue("JG")] - JoulePerGram, - [EDIFieldValue("JK")] - MegaJoulePerKilogram, - [EDIFieldValue("JM")] - MegajoulePerCubicMeter, - [EDIFieldValue("JO")] - Joint, - [EDIFieldValue("JR")] - Jar, - [EDIFieldValue("JU")] - Jug, - [EDIFieldValue("K1")] - KilowattDemand, - [EDIFieldValue("K2")] - KilovoltAmperesReactiveDemand, - [EDIFieldValue("K3")] - KilovoltAmperesReactiveHour, - [EDIFieldValue("K4")] - KilovoltAmperes, - [EDIFieldValue("K5")] - KilovoltAmperesReactive, - [EDIFieldValue("K6")] - Kiloliter, - [EDIFieldValue("K7")] - Kilowatt, - [EDIFieldValue("K9")] - KilogramsPerMillimeterSquared_KGPerMM2, - [EDIFieldValue("KA")] - Cake, - [EDIFieldValue("KB")] - Kilocharacters, - [EDIFieldValue("KC")] - KilogramsPerCubicMeter, - [EDIFieldValue("KD")] - KilogramsDecimal, - [EDIFieldValue("KE")] - Keg, - [EDIFieldValue("KF")] - Kilopackets, - [EDIFieldValue("KG")] - Kilogram, - [EDIFieldValue("KH")] - KilowattHour, - [EDIFieldValue("KI")] - KilogramsPerMillimeterWidth, - [EDIFieldValue("KJ")] - Kilosegments, - [EDIFieldValue("KK")] - _100Kilograms, - [EDIFieldValue("KL")] - KilogramsPerMeter, - [EDIFieldValue("KM")] - KilogramsPerSquareMeter_Kilograms_Decimal, - [EDIFieldValue("KO")] - MillequivalenceCausticPotashPerGramOfProduct, - [EDIFieldValue("KP")] - KilometersPerHour, - [EDIFieldValue("KQ")] - Kilopascal, - [EDIFieldValue("KR")] - Kiloroentgen, - [EDIFieldValue("KS")] - _1000PoundsPerSquareInch, - [EDIFieldValue("KT")] - Kit, - [EDIFieldValue("KU")] - _Task, - [EDIFieldValue("KV")] - Kelvin, - [EDIFieldValue("KW")] - KilogramsPerMillimeter, - [EDIFieldValue("KX")] - MillilitersPerKilogram, - [EDIFieldValue("L2")] - LitersPerMinute, - [EDIFieldValue("LA")] - PoundsPerCubicInch, - [EDIFieldValue("LB")] - Pound, - [EDIFieldValue("LC")] - LinearCentimeter, - [EDIFieldValue("LE")] - Lite, - [EDIFieldValue("LF")] - LinearFoot, - [EDIFieldValue("LG")] - LongTon, - [EDIFieldValue("LH")] - LaborHours, - [EDIFieldValue("LI")] - LinearInch, - [EDIFieldValue("LJ")] - LargeSpray, - [EDIFieldValue("LK")] - Link, - [EDIFieldValue("LL")] - Lifetime, - [EDIFieldValue("LM")] - LinearMeter, - [EDIFieldValue("LN")] - Length, - [EDIFieldValue("LO")] - Lot, - [EDIFieldValue("LP")] - LiquidPounds, - [EDIFieldValue("LQ")] - LitersPerDay, - [EDIFieldValue("LR")] - Layers, - [EDIFieldValue("LS")] - LumpSum, - [EDIFieldValue("LT")] - Liter, - [EDIFieldValue("LX")] - LinearYardsPerPound, - [EDIFieldValue("LY")] - LinearYard, - [EDIFieldValue("M0")] - MagneticTapes, - [EDIFieldValue("M1")] - MilligramsperLiter, - [EDIFieldValue("M2")] - MillimeterActual, - [EDIFieldValue("M3")] - Mat, - [EDIFieldValue("M4")] - MonetaryValue, - [EDIFieldValue("M5")] - Microcurie, - [EDIFieldValue("M6")] - Millibar, - [EDIFieldValue("M7")] - MicroInch, - [EDIFieldValue("M8")] - MegaPascals, - [EDIFieldValue("M9")] - MillionBritishThermalUnitsperOneThousandCubicFeet, - [EDIFieldValue("MA")] - MachinePerUnit, - [EDIFieldValue("MB")] - MillimeterNominal, - [EDIFieldValue("MC")] - Microgram, - [EDIFieldValue("MD")] - AirDryMetricTon, - [EDIFieldValue("ME")] - Milligram, - [EDIFieldValue("MF")] - MilligramPerSqFtperSide, - [EDIFieldValue("MG")] - MetricGrossTon, - [EDIFieldValue("MH")] - Microns_Micrometers, - [EDIFieldValue("MI")] - Metric, - [EDIFieldValue("MJ")] - Minutes, - [EDIFieldValue("MK")] - MilligramsPerSquareInch, - [EDIFieldValue("ML")] - Milliliter, - [EDIFieldValue("MM")] - Millimeter, - [EDIFieldValue("MN")] - MetricNetTon, - [EDIFieldValue("MO")] - Months, - [EDIFieldValue("MP")] - MetricTon, - [EDIFieldValue("MQ")] - _1000Meters, - [EDIFieldValue("MR")] - Meter, - [EDIFieldValue("MS")] - SquareMillimeter, - [EDIFieldValue("MT")] - MetricLongTon, - [EDIFieldValue("MU")] - Millicurie, - [EDIFieldValue("MV")] - NumberOfMults, - [EDIFieldValue("MW")] - MetricTonKilograms, - [EDIFieldValue("MX")] - Mixed, - [EDIFieldValue("MY")] - MillimeterAverage, - [EDIFieldValue("MZ")] - MillimeterMinimum, - [EDIFieldValue("N1")] - PenCalories, - [EDIFieldValue("N2")] - NumberOfLines, - [EDIFieldValue("N3")] - PrintPoint, - [EDIFieldValue("N4")] - PenGrams_Protein, - [EDIFieldValue("N6")] - Megahertz, - [EDIFieldValue("N7")] - Parts, - [EDIFieldValue("N9")] - CartridgeNeedle, - [EDIFieldValue("NA")] - MilligramsPerKilogram, - [EDIFieldValue("NB")] - Barge, - [EDIFieldValue("NC")] - Car, - [EDIFieldValue("ND")] - NetBarrels, - [EDIFieldValue("NE")] - NetLiters, - [EDIFieldValue("NF")] - Messages, - [EDIFieldValue("NG")] - NetGallons, - [EDIFieldValue("NH")] - MessageHours, - [EDIFieldValue("NI")] - NetImperialGallons, - [EDIFieldValue("NJ")] - NumberOfScreens, - [EDIFieldValue("NL")] - Load, - [EDIFieldValue("NM")] - NauticalMile, - [EDIFieldValue("NN")] - Train, - [EDIFieldValue("NQ")] - Mho, - [EDIFieldValue("NR")] - MicroMho, - [EDIFieldValue("NS")] - ShortTon, - [EDIFieldValue("NT")] - Trailer, - [EDIFieldValue("NU")] - NewtonMeter, - [EDIFieldValue("NV")] - Vehicle, - [EDIFieldValue("NW")] - Newton, - [EDIFieldValue("NX")] - PartsPerThousand, - [EDIFieldValue("NY")] - PoundsPerAirDryMetricTon, - [EDIFieldValue("OA")] - Panel, - [EDIFieldValue("OC")] - Billboard, - [EDIFieldValue("ON")] - OuncesPerSquareYard, - [EDIFieldValue("OP")] - TwoPack, - [EDIFieldValue("OT")] - OvertimeHours, - [EDIFieldValue("OZ")] - Ounce_Av, - [EDIFieldValue("P0")] - Pages_Electronic, - [EDIFieldValue("P1")] - Percent, - [EDIFieldValue("P2")] - Pounds_PerFoot, - [EDIFieldValue("P3")] - ThreePack, - [EDIFieldValue("P4")] - FourPack, - [EDIFieldValue("P5")] - FivePack, - [EDIFieldValue("P6")] - SixPack, - [EDIFieldValue("P7")] - SevenPack, - [EDIFieldValue("P8")] - EightPack, - [EDIFieldValue("P9")] - NinePack, - [EDIFieldValue("PA")] - Pail, - [EDIFieldValue("PB")] - PairInches, - [EDIFieldValue("PC")] - Piece, - [EDIFieldValue("PD")] - Pad, - [EDIFieldValue("PE")] - PoundsEquivalent, - [EDIFieldValue("PF")] - Pallet_Lift, - [EDIFieldValue("PG")] - PoundsGross, - [EDIFieldValue("PH")] - Pack, - [EDIFieldValue("PI")] - Pitch, - [EDIFieldValue("PJ")] - Pounds_Decimal_PoundsPerSquareFoot_PoundGage, - [EDIFieldValue("PK")] - Package, - [EDIFieldValue("PL")] - Pallet_UnitLoad, - [EDIFieldValue("PM")] - PoundsPercentage, - [EDIFieldValue("PN")] - PoundsNet, - [EDIFieldValue("PO")] - PoundsPerInchOfLength, - [EDIFieldValue("PP")] - Plate, - [EDIFieldValue("PQ")] - PagesPerInch, - [EDIFieldValue("PR")] - Pair, - [EDIFieldValue("PS")] - PoundsPerSqInch, - [EDIFieldValue("PT")] - Pint, - [EDIFieldValue("PU")] - MassPounds, - [EDIFieldValue("PV")] - HalfPint, - [EDIFieldValue("PW")] - PoundsPerInchOfWidth, - [EDIFieldValue("PX")] - Pint_Imperial, - [EDIFieldValue("PY")] - Peck_DryUS, - [EDIFieldValue("PZ")] - Peck_DryImperial, - [EDIFieldValue("Q1")] - Quarter_Time, - [EDIFieldValue("Q2")] - Pint_USDry, - [EDIFieldValue("Q3")] - Meal, - [EDIFieldValue("Q4")] - Fifty, - [EDIFieldValue("Q5")] - TwentyFive, - [EDIFieldValue("Q6")] - ThirtySix, - [EDIFieldValue("Q7")] - TwentyFour, - [EDIFieldValue("QA")] - Pages_Facsimile, - [EDIFieldValue("QB")] - Pages_Hardcopy, - [EDIFieldValue("QC")] - Channel, - [EDIFieldValue("QD")] - QuarterDozen, - [EDIFieldValue("QE")] - Photographs, - [EDIFieldValue("QH")] - QuarterHours, - [EDIFieldValue("QK")] - QuarterKilogram, - [EDIFieldValue("QR")] - Quire, - [EDIFieldValue("QS")] - Quart_DryUS, - [EDIFieldValue("QT")] - Quart, - [EDIFieldValue("QU")] - Quart_Imperial, - [EDIFieldValue("R1")] - Pica, - [EDIFieldValue("R2")] - Becquerel, - [EDIFieldValue("R3")] - RevolutionsPerMinute, - [EDIFieldValue("R4")] - Calorie, - [EDIFieldValue("R5")] - ThousandsOfDollars, - [EDIFieldValue("R6")] - MillionsOfDollars, - [EDIFieldValue("R7")] - BillionsOfDollars, - [EDIFieldValue("R8")] - RoentgenEquivalentInMan_REM, - [EDIFieldValue("R9")] - ThousandCubicMeters, - [EDIFieldValue("RA")] - Rack, - [EDIFieldValue("RB")] - Radian, - [EDIFieldValue("RC")] - Rod_area_16Pt25SquareYards, - [EDIFieldValue("RD")] - Rod_length_5Pt5Yards, - [EDIFieldValue("RE")] - Reel, - [EDIFieldValue("RG")] - Ring, - [EDIFieldValue("RH")] - RunningOrOperatingHours, - [EDIFieldValue("RK")] - RollMetricMeasure, - [EDIFieldValue("RL")] - Roll, - [EDIFieldValue("RM")] - Ream, - [EDIFieldValue("RN")] - ReamMetricMeasure, - [EDIFieldValue("RO")] - Round, - [EDIFieldValue("RP")] - PoundsPerReam, - [EDIFieldValue("RS")] - Resets, - [EDIFieldValue("RT")] - RevenueTonMiles, - [EDIFieldValue("RU")] - Run, - [EDIFieldValue("S1")] - Semester, - [EDIFieldValue("S2")] - Trimester, - [EDIFieldValue("S3")] - SquareFeetPerSecond, - [EDIFieldValue("S4")] - SquareMetersPerSecond, - [EDIFieldValue("S5")] - SixtyFourthsOfAnInch, - [EDIFieldValue("S6")] - Sessions, - [EDIFieldValue("S7")] - StorageUnits, - [EDIFieldValue("S8")] - StandardAdvertisingUnits_SAUs, - [EDIFieldValue("S9")] - SlipSheet, - [EDIFieldValue("SA")] - Sandwich, - [EDIFieldValue("SB")] - SquareMile, - [EDIFieldValue("SC")] - SquareCentimeter, - [EDIFieldValue("SD")] - SolidPounds, - [EDIFieldValue("SE")] - Section, - [EDIFieldValue("SF")] - SquareFoot, - [EDIFieldValue("SG")] - Segment, - [EDIFieldValue("SH")] - Sheet, - [EDIFieldValue("SI")] - SquareInch, - [EDIFieldValue("SJ")] - Sack, - [EDIFieldValue("SK")] - SplitTanktruck, - [EDIFieldValue("SL")] - Sleeve, - [EDIFieldValue("SM")] - SquareMeter, - [EDIFieldValue("SN")] - SquareRod, - [EDIFieldValue("SO")] - Spool, - [EDIFieldValue("SP")] - ShelfPackage, - [EDIFieldValue("SQ")] - Square, - [EDIFieldValue("SR")] - Strip, - [EDIFieldValue("SS")] - SheetMetricMeasure, - [EDIFieldValue("ST")] - Set, - [EDIFieldValue("SV")] - Skid, - [EDIFieldValue("SW")] - Skein, - [EDIFieldValue("SX")] - Shipment, - [EDIFieldValue("SY")] - SquareYard, - [EDIFieldValue("SZ")] - Syringe, - [EDIFieldValue("T0")] - TelecommunicationsLinesInService, - [EDIFieldValue("T1")] - ThousandPoundsGross, - [EDIFieldValue("T2")] - ThousandthsOfAnInch, - [EDIFieldValue("T3")] - ThousandPieces, - [EDIFieldValue("T4")] - ThousandBags, - [EDIFieldValue("T5")] - ThousandCasings, - [EDIFieldValue("T6")] - ThousandGallons, - [EDIFieldValue("T7")] - ThousandImpressions, - [EDIFieldValue("T8")] - ThousandLinearInches, - [EDIFieldValue("T9")] - ThousandKilowattHours, - [EDIFieldValue("TA")] - TenthCubicFoot, - [EDIFieldValue("TB")] - Tube, - [EDIFieldValue("TC")] - Truckload, - [EDIFieldValue("TD")] - Therms, - [EDIFieldValue("TE")] - Tote, - [EDIFieldValue("TF")] - TenSquareYards, - [EDIFieldValue("TG")] - GrossTon, - [EDIFieldValue("TH")] - Thousand, - [EDIFieldValue("TI")] - ThousandSquareInches, - [EDIFieldValue("TJ")] - ThousandSqCentimeters, - [EDIFieldValue("TK")] - Tank, - [EDIFieldValue("TL")] - ThousandFeet_Linear, - [EDIFieldValue("TM")] - ThousandFeet_Board, - [EDIFieldValue("TN")] - NetTon, - [EDIFieldValue("TO")] - TroyOunce, - [EDIFieldValue("TP")] - TenPack, - [EDIFieldValue("TQ")] - ThousandFeet, - [EDIFieldValue("TR")] - TenSquareFeet, - [EDIFieldValue("TS")] - ThousandSquareFeet, - [EDIFieldValue("TT")] - ThousandLinearMeters, - [EDIFieldValue("TU")] - ThousandLinearYards, - [EDIFieldValue("TV")] - ThousandKilograms, - [EDIFieldValue("TW")] - ThousandSheets, - [EDIFieldValue("TX")] - TroyPound, - [EDIFieldValue("TY")] - Tray, - [EDIFieldValue("TZ")] - ThousandCubicFeet, - [EDIFieldValue("U1")] - Treatments, - [EDIFieldValue("U2")] - Tablet, - [EDIFieldValue("U3")] - Ten, - [EDIFieldValue("U5")] - TwoHundredFifty, - [EDIFieldValue("UA")] - Torr, - [EDIFieldValue("UB")] - TelecommunicationsLinesInService_Average, - [EDIFieldValue("UC")] - TelecommunicationsPorts, - [EDIFieldValue("UD")] - TenthMinutes, - [EDIFieldValue("UE")] - TenthHours, - [EDIFieldValue("UF")] - UsagePerTelecommunicationsLine_Average, - [EDIFieldValue("UH")] - TenThousandYards, - [EDIFieldValue("UL")] - Unitless, - [EDIFieldValue("UM")] - MillionUnits, - [EDIFieldValue("UN")] - Unit, - [EDIFieldValue("UP")] - Troche, - [EDIFieldValue("UQ")] - Wafer, - [EDIFieldValue("UR")] - Application, - [EDIFieldValue("US")] - DosageForm, - [EDIFieldValue("UT")] - Inhalation, - [EDIFieldValue("UU")] - Lozenge, - [EDIFieldValue("UV")] - PercentTopicalOnly, - [EDIFieldValue("UW")] - Milliequivalent, - [EDIFieldValue("UX")] - Dram_Minim, - [EDIFieldValue("UY")] - FiftySquareFeet, - [EDIFieldValue("UZ")] - FiftyCount, - [EDIFieldValue("V1")] - Flat, - [EDIFieldValue("V2")] - Pouch, - [EDIFieldValue("VA")] - VoltAmperePerKilogram, - [EDIFieldValue("VC")] - FiveHundred, - [EDIFieldValue("VI")] - Vial, - [EDIFieldValue("VP")] - PercentVolume, - [EDIFieldValue("VR")] - VoltAmpereReactive, - [EDIFieldValue("VS")] - Visit, - [EDIFieldValue("W2")] - WetKilo, - [EDIFieldValue("WA")] - WattsPerKilogram, - [EDIFieldValue("WB")] - WetPound, - [EDIFieldValue("WD")] - WorkDays, - [EDIFieldValue("WE")] - WetTon, - [EDIFieldValue("WG")] - WineGallon, - [EDIFieldValue("WH")] - Wheel, - [EDIFieldValue("WI")] - WeightPerSquareInch, - [EDIFieldValue("WK")] - Week, - [EDIFieldValue("WM")] - WorkingMonths, - [EDIFieldValue("WP")] - Pennyweight, - [EDIFieldValue("WR")] - Wrap, - [EDIFieldValue("WW")] - MillilitersOfWater, - [EDIFieldValue("X1")] - Chains_LandSurvey, - [EDIFieldValue("X2")] - Bunch, - [EDIFieldValue("X3")] - Clove, - [EDIFieldValue("X4")] - Drop, - [EDIFieldValue("X5")] - Head, - [EDIFieldValue("X6")] - Heart, - [EDIFieldValue("X7")] - Leaf, - [EDIFieldValue("X8")] - Loaf, - [EDIFieldValue("X9")] - Portion, - [EDIFieldValue("XP")] - BaseBoxPerPound, - [EDIFieldValue("Y1")] - Slice, - [EDIFieldValue("Y2")] - Tablespoon, - [EDIFieldValue("Y3")] - Teaspoon, - [EDIFieldValue("Y4")] - Tub, - [EDIFieldValue("YD")] - Yard, - [EDIFieldValue("YL")] - _100LinealYards, - [EDIFieldValue("YR")] - Years, - [EDIFieldValue("YT")] - TenYards, - [EDIFieldValue("Z1")] - LiftVan, - [EDIFieldValue("Z2")] - Chest, - [EDIFieldValue("Z3")] - Cask, - [EDIFieldValue("Z4")] - Hogshead, - [EDIFieldValue("Z5")] - Lug, - [EDIFieldValue("Z6")] - ConferencePoints, - [EDIFieldValue("Z8")] - NewspaperAgateLine, - [EDIFieldValue("ZA")] - Bimonthly, - [EDIFieldValue("ZB")] - Biweekly, - [EDIFieldValue("ZC")] - Semiannual, - [EDIFieldValue("ZP")] - Page, - [EDIFieldValue("ZZ")] - MutuallyDefined - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/YesNoConditionOrResponseCode.cs b/src/OopFactory.X12/Parsing/Model/Typed/YesNoConditionOrResponseCode.cs deleted file mode 100644 index 43d7a725..00000000 --- a/src/OopFactory.X12/Parsing/Model/Typed/YesNoConditionOrResponseCode.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum YesNoConditionOrResponseCode - { - [EDIFieldValue("N")] - No, - [EDIFieldValue("U")] - Unknown, - [EDIFieldValue("W")] - NotApplicable, - [EDIFieldValue("Y")] - Yes - } -} diff --git a/src/OopFactory.X12/Parsing/Model/TypedLoop.cs b/src/OopFactory.X12/Parsing/Model/TypedLoop.cs deleted file mode 100644 index e0720ed1..00000000 --- a/src/OopFactory.X12/Parsing/Model/TypedLoop.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public abstract class TypedLoop - { - internal string _segmentId; - internal Loop _loop; - - protected TypedLoop(string segmentId) - { - _segmentId = segmentId; - } - - internal virtual string GetSegmentString(X12DelimiterSet delimiters) - { - return String.Format("{0}{1}", _segmentId, delimiters.ElementSeparator); - } - - - internal virtual void Initialize(Container parent, X12DelimiterSet delimiters, LoopSpecification loopSpecification) - { - _loop = new Loop(parent, delimiters, _segmentId, loopSpecification); - } - - public Loop AddLoop(string segmentString) - { - return _loop.AddLoop(segmentString); - } - - public T AddLoop(T loop) where T : TypedLoop - { - return _loop.AddLoop(loop); - } - - public Segment AddSegment(string segmentString) - { - return _loop.AddSegment(segmentString); - } - - public T AddSegment(T segment) where T : TypedSegment - { - return _loop.AddSegment(segment); - } - - } -} diff --git a/src/OopFactory.X12/Parsing/Model/TypedSegment.cs b/src/OopFactory.X12/Parsing/Model/TypedSegment.cs deleted file mode 100644 index 1bccef88..00000000 --- a/src/OopFactory.X12/Parsing/Model/TypedSegment.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model -{ - public abstract class TypedSegment - { - private string _segmentId; - internal Segment _segment; - - protected TypedSegment(string segmentId) - { - _segmentId = segmentId; - } - - public event EventHandler Initializing; - public event EventHandler Initialized; - - protected virtual void OnInitializing(EventArgs e) - { - if (Initializing != null) - Initializing(this, e); - } - protected virtual void OnInitialized(EventArgs e) - { - if (Initialized != null) - Initialized(this, e); - } - - internal void Initialize(Container parent, X12DelimiterSet delimiters) - { - OnInitializing(new EventArgs()); - _segment = new Segment(parent, delimiters, _segmentId); - OnInitialized(new EventArgs()); - } - } -} diff --git a/src/OopFactory.X12/Parsing/ProfessionalClaimSpecificationFinder.cs b/src/OopFactory.X12/Parsing/ProfessionalClaimSpecificationFinder.cs deleted file mode 100644 index 521ac02e..00000000 --- a/src/OopFactory.X12/Parsing/ProfessionalClaimSpecificationFinder.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing -{ - public class ProfessionalClaimSpecificationFinder : SpecificationFinder - { - public override Specification.TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) - { - if (transactionSetCode == "837") - { - if (versionCode.Contains("5010")) - return SpecificationFinder.GetSpecification("837P-5010"); - else - return SpecificationFinder.GetSpecification("837-4010"); - } - else - return base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode); - } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/AllowedIdentifier.cs b/src/OopFactory.X12/Parsing/Specification/AllowedIdentifier.cs deleted file mode 100644 index 1789f56c..00000000 --- a/src/OopFactory.X12/Parsing/Specification/AllowedIdentifier.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - public class AllowedIdentifier - { - [XmlAttribute] - public string ID { get; set; } - - [XmlText] - public string Description { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/ElementSpecification.cs b/src/OopFactory.X12/Parsing/Specification/ElementSpecification.cs deleted file mode 100644 index 29929257..00000000 --- a/src/OopFactory.X12/Parsing/Specification/ElementSpecification.cs +++ /dev/null @@ -1,44 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - public class ElementSpecification - { - public ElementSpecification() - { - if (AllowedIdentifiers == null) - AllowedIdentifiers = new List(); - } - [XmlAttribute] - public string Name { get; set; } - [XmlAttribute] - public string Reference { get; set; } - [XmlAttribute] - public bool Required { get; set; } - [XmlAttribute] - public ElementDataTypeEnum Type { get; set; } - [XmlAttribute] - public int ImpliedDecimalPlaces { get; set; } - [XmlAttribute] - public int MinLength { get; set; } - [XmlAttribute] - public int MaxLength { get; set; } - [XmlAttribute] - public bool IsComposite { get; set; } - [XmlAttribute] - public int MaxComponents { get; set; } - [XmlAttribute] - public bool AllowedListInclusive { get; set; } - [XmlAttribute] - public string QualifierSetRef { get; set; } - [XmlAttribute] - public string QualifierSetId { get; set; } - - [XmlElement(ElementName="Allowed")] - public List AllowedIdentifiers { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/Enumerations.cs b/src/OopFactory.X12/Parsing/Specification/Enumerations.cs deleted file mode 100644 index a52e1105..00000000 --- a/src/OopFactory.X12/Parsing/Specification/Enumerations.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [XmlType(AnonymousType = true)] - public enum RequirementEnum - { - Mandatory, - Optional - } - - [XmlType(AnonymousType = true)] - public enum UsageEnum - { - Required, - Situational, - [XmlEnum("Not Used")] - NotUsed - } - - [XmlType(AnonymousType = true)] - public enum ElementDataTypeEnum - { - [XmlEnum("AN")] - String, - [XmlEnum("N")] - Numeric, - [XmlEnum("R")] - Decimal, - [XmlEnum("ID")] - Identifier, - [XmlEnum("DT")] - Date, - [XmlEnum("TM")] - Time, - [XmlEnum("B")] - Binary - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/HierarchicalLoopSpecification.cs b/src/OopFactory.X12/Parsing/Specification/HierarchicalLoopSpecification.cs deleted file mode 100644 index 4d37f375..00000000 --- a/src/OopFactory.X12/Parsing/Specification/HierarchicalLoopSpecification.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - public class HierarchicalLoopSpecification : IContainerSpecification - { - - [XmlAttribute] - public string LoopId { get; set; } - - [XmlAttribute] - public string LevelCode { get; set; } - - [XmlAttribute] - public UsageEnum Usage { get; set; } - - public string Name { get; set; } - - [XmlElement("Segment")] - public List SegmentSpecifications { get; set; } - - [XmlElement("Loop")] - public List LoopSpecifications { get; set; } - - [XmlElement("HierarchicalLoop")] - public List HierarchicalLoopSpecifications { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/IContainerSpecification.cs b/src/OopFactory.X12/Parsing/Specification/IContainerSpecification.cs deleted file mode 100644 index d1181a5c..00000000 --- a/src/OopFactory.X12/Parsing/Specification/IContainerSpecification.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Specification -{ - public interface IContainerSpecification - { - string LoopId { get; } - List SegmentSpecifications { get; } - List LoopSpecifications { get; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/Lookup.cs b/src/OopFactory.X12/Parsing/Specification/Lookup.cs deleted file mode 100644 index 41fcfec8..00000000 --- a/src/OopFactory.X12/Parsing/Specification/Lookup.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - public class Lookup - { - [XmlAttribute] - public string Code { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/LoopSpecification.cs b/src/OopFactory.X12/Parsing/Specification/LoopSpecification.cs deleted file mode 100644 index 863ce2f3..00000000 --- a/src/OopFactory.X12/Parsing/Specification/LoopSpecification.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - public class LoopSpecification : IContainerSpecification - { - public LoopSpecification() - { - if (SegmentSpecifications == null) SegmentSpecifications = new List(); - if (LoopSpecifications == null) LoopSpecifications = new List(); - } - - [XmlAttribute] - public string LoopId { get; set; } - [XmlAttribute] - public UsageEnum Usage { get; set; } - [XmlAttribute] - public int LoopRepeat { get; set; } - [XmlIgnore] - public bool LoopRepeatSpecified { get; set; } - - public string Name { get; set; } - public StartingSegment StartingSegment { get; set; } - - [XmlElement("Segment")] - public List SegmentSpecifications { get; set; } - - [XmlElement("Loop")] - public List LoopSpecifications { get; set; } - - [XmlElement("HierarchicalLoop")] - public List HierarchicalLoopSpecifications { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/QualifierSet.cs b/src/OopFactory.X12/Parsing/Specification/QualifierSet.cs deleted file mode 100644 index 478f83e5..00000000 --- a/src/OopFactory.X12/Parsing/Specification/QualifierSet.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - public class QualifierSet - { - public QualifierSet() - { - if (AllowedIdentifiers == null) - AllowedIdentifiers = new List(); - } - - [XmlAttribute] - public string Id { get; set; } - - [XmlAttribute] - public string Name { get; set; } - - [XmlElement(ElementName = "Allowed")] - public List AllowedIdentifiers { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/SegmentSet.cs b/src/OopFactory.X12/Parsing/Specification/SegmentSet.cs deleted file mode 100644 index 0001a013..00000000 --- a/src/OopFactory.X12/Parsing/Specification/SegmentSet.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using System.IO; - -namespace OopFactory.X12.Parsing.Specification -{ - [XmlRoot(Namespace="http://tempuri.org/X12ParserSpecification.xsd")] - public class SegmentSet - { - public SegmentSet() - { - if (QualifierSets == null) QualifierSets = new List(); - if (Segments == null) Segments = new List(); - } - - public string Name { get; set; } - - [XmlElement("QualifierSet")] - public List QualifierSets { get; set; } - - [XmlElement("Segment")] - public List Segments { get; set; } - - public string Serialize() - { - System.Xml.Serialization.XmlSerializer xmlSerializer = new System.Xml.Serialization.XmlSerializer(typeof(SegmentSet)); - System.IO.MemoryStream mstream = new System.IO.MemoryStream(); - xmlSerializer.Serialize(mstream, this); - mstream.Seek(0, System.IO.SeekOrigin.Begin); - StreamReader streamReader = new StreamReader(mstream); - return streamReader.ReadToEnd(); - } - - public static SegmentSet Deserialize(string xml) - { - System.IO.StringReader stringReader = new System.IO.StringReader(xml); - System.Xml.XmlTextReader xmlTextReader = new System.Xml.XmlTextReader(stringReader); - System.Xml.Serialization.XmlSerializer xmlSerializer = new System.Xml.Serialization.XmlSerializer(typeof(SegmentSet)); - - return ((SegmentSet)(xmlSerializer.Deserialize(xmlTextReader))); - } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/SegmentSpecification.cs b/src/OopFactory.X12/Parsing/Specification/SegmentSpecification.cs deleted file mode 100644 index f181e0e0..00000000 --- a/src/OopFactory.X12/Parsing/Specification/SegmentSpecification.cs +++ /dev/null @@ -1,44 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - public class SegmentSpecification - { - public SegmentSpecification() - { - if (Standard == null) Standard = new SegmentSpecificationStandard(); - if (Elements == null) Elements = new List(); - } - - [XmlAttribute] - public string SegmentId { get; set; } - [XmlAttribute] - public UsageEnum Usage { get; set; } - [XmlAttribute] - public int Repeat { get; set; } - [XmlAttribute] - public bool Trailer { get; set; } - [XmlIgnore] - public bool TrailerSpecified { get; set; } - - public SegmentSpecificationStandard Standard { get; set; } - - [XmlElement(ElementName="Element")] - public List Elements { get; set; } - - public ElementSpecification GetElement(int elementNumber) - { - if (elementNumber >= 0 && elementNumber < Elements.Count) - return Elements[elementNumber - 1]; - else - return null; - } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/SegmentSpecificationStandard.cs b/src/OopFactory.X12/Parsing/Specification/SegmentSpecificationStandard.cs deleted file mode 100644 index 4d407e9b..00000000 --- a/src/OopFactory.X12/Parsing/Specification/SegmentSpecificationStandard.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - public class SegmentSpecificationStandard - { - [XmlAttribute] - public string Position { get; set; } - - [XmlAttribute] - public RequirementEnum Requirement { get; set; } - - [XmlIgnore] - public bool RequirementSpecified { get; set; } - - [XmlAttribute] - public int MaxUse { get; set; } - - [XmlIgnore] - public bool MaxUseSpecified { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/SpecificationModel.cd b/src/OopFactory.X12/Parsing/Specification/SpecificationModel.cd deleted file mode 100644 index e7a487b8..00000000 --- a/src/OopFactory.X12/Parsing/Specification/SpecificationModel.cd +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - AgAAAAACAAEAABAAAAAAAAQAAACQAAACAQARAAAAAAA= - Parsing\Specification\ElementSpecification.cs - - - - - - AAAAAAAAAAABAAAAAAAAAAQEAAACAAAAAABAAAAJAAA= - Parsing\Specification\HierarchicalLoopSpecification.cs - - - - - - AAAAAAAAAAABAAAAAEAEAAQEAAACAACAAAAAAAABAAA= - Parsing\Specification\LoopSpecification.cs - - - - - - AAgAAAAAAAAAAgAAAAASAAAEAIAAAAAAAAIAAAAIAAA= - Parsing\Specification\SegmentSpecification.cs - - - - - - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA= - Parsing\Specification\StartingSegment.cs - - - - - - AAAAAAAAAAABAAAAAAAAAAAAAABCAAAAIABAAAAAAAA= - Parsing\Specification\TransactionSpecification.cs - - - - \ No newline at end of file diff --git a/src/OopFactory.X12/Parsing/Specification/StartingSegment.cs b/src/OopFactory.X12/Parsing/Specification/StartingSegment.cs deleted file mode 100644 index 92299a79..00000000 --- a/src/OopFactory.X12/Parsing/Specification/StartingSegment.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - public class StartingSegment : SegmentSpecification - { - public StartingSegment() - { - if (EntityIdentifiers == null) EntityIdentifiers = new List(); - } - - [XmlElement("EntityIdentifier")] - public List EntityIdentifiers { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/Specification/TransactionSpecification.cs b/src/OopFactory.X12/Parsing/Specification/TransactionSpecification.cs deleted file mode 100644 index e7b411e0..00000000 --- a/src/OopFactory.X12/Parsing/Specification/TransactionSpecification.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using System.Xml.Serialization; -using System.IO; - -namespace OopFactory.X12.Parsing.Specification -{ - [DebuggerStepThrough()] - [XmlType(AnonymousType = true)] - [XmlRoot(Namespace = "http://tempuri.org/X12ParserSpecification.xsd")] - public class TransactionSpecification : IContainerSpecification - { - [XmlAttribute] - public string TransactionSetIdentifierCode { get; set; } - - [XmlAttribute] - public string FunctionalGroupCode { get; set; } - - [XmlElement] - public string Name { get; set; } - - [XmlElement("Segment")] - public List SegmentSpecifications { get; set; } - [XmlElement("Loop")] - public List LoopSpecifications { get; set; } - [XmlElement("HierarchicalLoop")] - public List HierarchicalLoopSpecifications { get; set; } - - public string Serialize() - { - XmlSerializer xmlSerializer = new XmlSerializer(typeof(TransactionSpecification)); - MemoryStream mstream = new MemoryStream(); - xmlSerializer.Serialize(mstream, this); - mstream.Seek(0, System.IO.SeekOrigin.Begin); - StreamReader streamReader = new StreamReader(mstream); - return streamReader.ReadToEnd(); - } - - public static TransactionSpecification Deserialize(string xml) - { - System.IO.StringReader stringReader = new System.IO.StringReader(xml); - System.Xml.XmlTextReader xmlTextReader = new System.Xml.XmlTextReader(stringReader); - System.Xml.Serialization.XmlSerializer xmlSerializer = new System.Xml.Serialization.XmlSerializer(typeof(TransactionSpecification)); - return ((TransactionSpecification)(xmlSerializer.Deserialize(xmlTextReader))); - } - - string IContainerSpecification.LoopId - { - get { return ""; } - } - - - } -} diff --git a/src/OopFactory.X12/Parsing/SpecificationFinder.cs b/src/OopFactory.X12/Parsing/SpecificationFinder.cs deleted file mode 100644 index e7c3bce3..00000000 --- a/src/OopFactory.X12/Parsing/SpecificationFinder.cs +++ /dev/null @@ -1,170 +0,0 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Reflection; -using System.Text; -using System.Xml; -using System.Xml.Xsl; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing -{ - public class SpecificationFinder : ISpecificationFinder - { - private static readonly object syncObject = new object(); - - public virtual TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) - { - switch (transactionSetCode) - { - case "270": - if (versionCode.Contains("5010")) - return GetSpecification("270-5010"); - else - return GetSpecification("270-4010"); - case "271": - if (versionCode.Contains("5010")) - return GetSpecification("271-5010"); - else - return GetSpecification("271-4010"); - case "275": - return GetSpecification("275-4050"); - case "276": - case "277": - return GetSpecification("276-5010"); - case "278": - if (versionCode.Contains("5010")) - return GetSpecification("278-5010"); - else - return GetSpecification("278-4010"); - case "834": - if (versionCode.Contains("5010")) - return GetSpecification("834-5010"); - else - return GetSpecification("834-4010"); - case "835": - if (versionCode.Contains("5010")) - return GetSpecification("835-5010"); - else - return GetSpecification("835-4010"); - case "837": - if (versionCode.Contains("5010")) - return GetSpecification("837-5010"); - else - return GetSpecification("837-4010"); - case "875": - return GetSpecification("875-5010"); - case "880": - if (versionCode.Contains("5050")) - return GetSpecification("880-5050"); - else - return GetSpecification("880-4010"); - case "999": - return GetSpecification("999-5010"); - default: - Stream specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(String.Format("OopFactory.X12.Specifications.Ansi-{0}-4010Specification.xml", transactionSetCode)); - if (specStream != null) - return GetSpecification(transactionSetCode + "-4010"); - - specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(String.Format("OopFactory.X12.Specifications.Ansi-{0}-Specification.xml", transactionSetCode)); - if (specStream != null) - return GetSpecification(transactionSetCode + "-"); - - throw new NotSupportedException(String.Format("Transaction Set {0} is not supported.", transactionSetCode)); - } - } - - public virtual SegmentSpecification FindSegmentSpec(string versionCode, string segmentId) - { - if (versionCode.Contains("5010")) - { - var idMap5010 = Get5010Spec(); - if (idMap5010.ContainsKey(segmentId)) - return idMap5010[segmentId]; - } - - var idMap4010 = Get4010Spec(); - if (idMap4010.ContainsKey(segmentId)) - return idMap4010[segmentId]; - else - return null; - } - - private static Dictionary _4010Specification; - private static Dictionary Get4010Spec() - { - lock (syncObject) - if (_4010Specification == null) - { - Stream specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Specifications.Ansi-4010Specification.xml"); - StreamReader reader = new StreamReader(specStream); - SegmentSet set = SegmentSet.Deserialize(reader.ReadToEnd()); - _4010Specification = new Dictionary(); - foreach (var segment in set.Segments) - { - foreach (var element in segment.Elements) - { - if (element.Type == ElementDataTypeEnum.Identifier && !string.IsNullOrEmpty(element.QualifierSetRef)) - { - var qualifierSet = set.QualifierSets.FirstOrDefault(qs => qs.Name == element.QualifierSetRef); - if (qualifierSet != null) - element.AllowedIdentifiers.AddRange(qualifierSet.AllowedIdentifiers); - } - } - _4010Specification.Add(segment.SegmentId, segment); - } - } - return _4010Specification; - } - - private static Dictionary _5010Specification; - private static Dictionary Get5010Spec() - { - lock (syncObject) - if (_5010Specification == null) - { - Stream specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Specifications.Ansi-5010Specification.xml"); - StreamReader reader = new StreamReader(specStream); - SegmentSet set = SegmentSet.Deserialize(reader.ReadToEnd()); - _5010Specification = new Dictionary(); - foreach (var segment in set.Segments) - { - foreach (var element in segment.Elements) - { - if (element.Type == ElementDataTypeEnum.Identifier && !string.IsNullOrEmpty(element.QualifierSetRef)) - { - var qualifierSet = set.QualifierSets.FirstOrDefault(qs => qs.Name == element.QualifierSetRef); - if (qualifierSet != null) - { - element.AllowedIdentifiers.AddRange(qualifierSet.AllowedIdentifiers); - element.QualifierSetId = qualifierSet.Id; - } - } - } - - _5010Specification.Add(segment.SegmentId, segment); - } - } - return _5010Specification; - } - - private static readonly ConcurrentDictionary _specifications; - - static SpecificationFinder() - { - _specifications = new ConcurrentDictionary(); - } - - internal static TransactionSpecification GetSpecification(string specKey) - { - return _specifications.GetOrAdd(specKey, key => - { - Stream specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(String.Format("OopFactory.X12.Specifications.Ansi-{0}Specification.xml", key)); - return TransactionSpecification.Deserialize(new StreamReader(specStream).ReadToEnd()); - }); - } - } -} \ No newline at end of file diff --git a/src/OopFactory.X12/Parsing/UnbundlingService.cs b/src/OopFactory.X12/Parsing/UnbundlingService.cs deleted file mode 100644 index e2838102..00000000 --- a/src/OopFactory.X12/Parsing/UnbundlingService.cs +++ /dev/null @@ -1,122 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing -{ - internal class UnbundlingService - { - private char _segmentTerminator; - - public UnbundlingService(char segmentTerminator) - { - _segmentTerminator = segmentTerminator; - } - - public void UnbundleLoops(IList list, LoopContainer container, string loopId) - { - foreach (Loop loop in container.Loops) - { - if (loop.Specification.LoopId == loopId) - list.Add(ExtractLoop(loop, loopId)); - UnbundleLoops(list, loop, loopId); - } - } - - public void UnbundleHLoops(List list, HierarchicalLoopContainer container, string loopId) - { - UnbundleLoops(list, container, loopId); - foreach (HierarchicalLoop hloop in container.HLoops) - { - if (hloop.Specification.LoopId == loopId) - list.Add(ExtractLoop(hloop, loopId)); - else - UnbundleHLoops(list, hloop, loopId); - } - } - - private string ExtractLoop(LoopContainer loop, string loopId) - { - StringBuilder sb = new StringBuilder(); - - LoopContainer parent = (LoopContainer)loop.Parent; - sb.AppendLine(SerializeParent(parent, loopId)); - sb.AppendLine(loop.ToX12String(true)); - foreach (var segment in loop.Transaction.TrailerSegments) - { - sb.Append(segment.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - - } - foreach (var segment in loop.Transaction.FunctionGroup.TrailerSegments) - { - sb.Append(segment.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - - } - return sb.ToString(); - } - - private string SerializeParent(LoopContainer container, string excludedLoopId) - { - if (!(container is Transaction)) - { - LoopContainer parent = (LoopContainer)container.Parent; - string thisLoopId = excludedLoopId; - if (container is Loop) - thisLoopId = ((Loop)container).Specification.LoopId; - else if (container is HierarchicalLoop) - thisLoopId = ((HierarchicalLoop)container).Specification.LoopId; - StringBuilder sb = new StringBuilder(SerializeParent(parent, thisLoopId)); - sb.Append(container.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - foreach (var segment in container.Segments) - { - if (segment is Loop) - { - if (((Loop)segment).Specification.LoopId != excludedLoopId) - { - sb.AppendLine(segment.SerializeToX12(true)); - } - } - else - { - sb.Append(segment.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - } - - } - return sb.ToString(); - } - else - { - StringBuilder sb = new StringBuilder(); - sb.Append(container.Transaction.FunctionGroup.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - sb.Append(container.Transaction.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - - foreach (var segment in container.Transaction.Segments) - { - if (segment is Loop) - { - if (((Loop)segment).Specification.LoopId != excludedLoopId) - { - sb.AppendLine(segment.SerializeToX12(true)); - } - } - else - { - sb.Append(segment.SegmentString); - sb.AppendFormat("{0}", _segmentTerminator); - } - } - return sb.ToString(); - } - } - - } -} diff --git a/src/OopFactory.X12/Parsing/X12DelimiterSet.cs b/src/OopFactory.X12/Parsing/X12DelimiterSet.cs deleted file mode 100644 index f949a1ed..00000000 --- a/src/OopFactory.X12/Parsing/X12DelimiterSet.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing -{ - public class X12DelimiterSet - { - private char _segmentTerminator; - private char _elementSeparator; - private char _subElementSeparator; - - public X12DelimiterSet(char segmentTerminator, char elementSeparator, char subElementSeparator) - { - _segmentTerminator = segmentTerminator; - _elementSeparator = elementSeparator; - _subElementSeparator = subElementSeparator; - } - - internal X12DelimiterSet(char[] isaSegmentAndTerminator) - { - string prefix = new string(isaSegmentAndTerminator).Substring(0,3); - - if (isaSegmentAndTerminator.Length < 105) - throw new ArgumentException("ISA segment and terminator is expected to be exactly 106 characters."); - if (prefix.ToUpper() != "ISA") - throw new ArgumentException("First segment must start with ISA"); - - _elementSeparator = isaSegmentAndTerminator[3]; - _subElementSeparator = isaSegmentAndTerminator[104]; - - if (isaSegmentAndTerminator.Length >= 106) - _segmentTerminator = isaSegmentAndTerminator[105]; - - if (char.IsLetterOrDigit(_elementSeparator)) - throw new ArgumentException(_elementSeparator + " is not a valid element separator in position 4 of the file."); - - if (char.IsLetterOrDigit(_subElementSeparator)) - throw new ArgumentException(_subElementSeparator + " is not a valid subelement separator in position 105 of the file."); - - if (char.IsLetterOrDigit(_segmentTerminator)) - throw new ArgumentException(_segmentTerminator + " is not a valid segment terminator in position 106 of the file."); - - } - - public char SegmentTerminator - { - get { return _segmentTerminator; } - } - - public char ElementSeparator - { - get { return _elementSeparator; } - } - - public char SubElementSeparator - { - get { return _subElementSeparator; } - } - } -} diff --git a/src/OopFactory.X12/Parsing/X12FlatTransaction.cs b/src/OopFactory.X12/Parsing/X12FlatTransaction.cs deleted file mode 100644 index fe1bbf55..00000000 --- a/src/OopFactory.X12/Parsing/X12FlatTransaction.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing -{ - public class X12FlatTransaction - { - internal X12FlatTransaction(string isaSegment, string gsSegment, string transaction) - { - IsaSegment = isaSegment; - GsSegment = gsSegment; - Transactions = new List(); - Transactions.Add(transaction); - } - - public string IsaSegment { get; private set; } - public string GsSegment { get; private set; } - public List Transactions { get; private set; } - - public int GetSize() - { - int size = IsaSegment.Length + GsSegment.Length; - foreach (string tran in Transactions) - size += tran.Length; - return size; - } - - public override string ToString() - { - StringBuilder sb = new StringBuilder(); - sb.Append(IsaSegment); - sb.Append(GsSegment); - foreach (string tran in Transactions) - sb.Append(tran); - - char elementDelimiter = IsaSegment[3]; - char segmentDelimiter = IsaSegment[105]; - string[] isaElements = IsaSegment.Split(elementDelimiter); - string[] gsElements = GsSegment.Split(elementDelimiter); - - sb.AppendFormat("GE{1}{2}{1}{3}{0}", segmentDelimiter, elementDelimiter, Transactions.Count, gsElements[6]); - sb.AppendFormat("IEA{1}1{1}{2}{0}", segmentDelimiter, elementDelimiter, isaElements[13]); - return sb.ToString(); - } - } -} diff --git a/src/OopFactory.X12/Parsing/X12Parser.cs b/src/OopFactory.X12/Parsing/X12Parser.cs deleted file mode 100644 index 054b1c6d..00000000 --- a/src/OopFactory.X12/Parsing/X12Parser.cs +++ /dev/null @@ -1,365 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Xml; -using System.Xml.Serialization; -using System.Xml.Xsl; -using System.Reflection; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing -{ - public class X12Parser - { - private ISpecificationFinder _specFinder; - private bool _throwExceptionOnSyntaxErrors; - private char[] _ignoredChars; - - public X12Parser(ISpecificationFinder specFinder, bool throwExceptionOnSyntaxErrors, char[] ignoredChars) - { - _specFinder = specFinder; - _throwExceptionOnSyntaxErrors = throwExceptionOnSyntaxErrors; - _ignoredChars = ignoredChars; - } - - public X12Parser(ISpecificationFinder specFinder, bool throwExceptionOnSyntaxErrors) - : this(specFinder, throwExceptionOnSyntaxErrors, new char[] { }) - { - } - - public X12Parser(ISpecificationFinder specFinder) - : this(specFinder, true, new char[] {}) - { - } - - public X12Parser(bool throwExceptionsOnSyntaxErrors) - : this(new SpecificationFinder(), throwExceptionsOnSyntaxErrors, new char[] { }) - { - } - - public X12Parser() - : this(new SpecificationFinder(), true, new char[] { }) - { - - } - - public delegate void X12ParserWarningEventHandler(object sender, X12ParserWarningEventArgs args); - - public event X12ParserWarningEventHandler ParserWarning; - - private void OnParserWarning(X12ParserWarningEventArgs args) - { - if (this.ParserWarning != null) - ParserWarning(this, args); - } - - [Obsolete("Use ParseMultiple instead. Parse will only return the first interchange in the file.")] - public Interchange Parse(string x12) - { - byte[] byteArray = Encoding.UTF8.GetBytes(x12); - using (MemoryStream mstream = new MemoryStream(byteArray)) - { - return Parse(mstream); - } - } - - [Obsolete("Use ParseMultiple instead. Parse will only return the first interchange in the file.")] - public Interchange Parse(Stream stream) - { - var interchanges = ParseMultiple(stream); - if (interchanges.Count > 1) - throw new ApplicationException("Your file contains more than one interchange, you must use ParseMultiple instead of Parse to get all the records in this file."); - return interchanges.FirstOrDefault(); - } - - public List ParseMultiple(string x12) - { - byte[] byteArray = Encoding.UTF8.GetBytes(x12); - using (MemoryStream mstream = new MemoryStream(byteArray)) - { - return ParseMultiple(mstream); - } - } - - public List ParseMultiple(Stream stream) - { - return ParseMultiple(stream, Encoding.UTF8); - } - - public List ParseMultiple(Stream stream, Encoding encoding) - { - var envelopes = new List(); - - using (X12StreamReader reader = new X12StreamReader(stream, encoding, _ignoredChars)) - { - Interchange envelop = new Interchange(_specFinder, reader.CurrentIsaSegment); - envelopes.Add(envelop); - Container currentContainer = envelop; - FunctionGroup fg = null; - Transaction tr = null; - Dictionary hloops = new Dictionary(); - - string segmentString = reader.ReadNextSegment(); - string segmentId = reader.ReadSegmentId(segmentString); - int segmentIndex = 1; - Stack containerStack = new Stack(); - while (segmentString.Length > 0) - { - switch (segmentId) - { - case "ISA": - envelop = new Interchange(_specFinder, segmentString + reader.Delimiters.SegmentTerminator); - envelopes.Add(envelop); - currentContainer = envelop; - fg = null; - tr = null; - hloops = new Dictionary(); - break; - case "IEA": - if (envelop == null) - throw new InvalidOperationException(string.Format("Segment {0} does not have a matching ISA segment preceding it.", segmentString)); - envelop.SetTerminatingTrailerSegment(segmentString); - break; - case "GS": - if (envelop == null) - throw new InvalidOperationException(String.Format("Segment '{0}' cannot occur before and ISA segment.", segmentString)); - - currentContainer = fg = envelop.AddFunctionGroup(segmentString); ; - break; - case "GE": - if (fg == null) - throw new InvalidOperationException(String.Format("Segment '{0}' does not have a matching GS segment precending it.", segmentString)); - fg.SetTerminatingTrailerSegment(segmentString); - fg = null; - break; - case "ST": - if (fg == null) - throw new InvalidOperationException(string.Format("segment '{0}' cannot occur without a preceding GS segment.", segmentString)); - segmentIndex = 1; - currentContainer = tr = fg.AddTransaction(segmentString); - hloops = new Dictionary(); - break; - case "SE": - if (tr == null) - throw new InvalidOperationException(string.Format("Segment '{0}' does not have a matching ST segment preceding it.", segmentString)); - - tr.SetTerminatingTrailerSegment(segmentString); - tr = null; - break; - case "HL": - Segment hlSegment = new Segment(null, reader.Delimiters, segmentString); - string id = hlSegment.GetElement(1); - string parentId = hlSegment.GetElement(2); - string levelCode = hlSegment.GetElement(3); - - while (!(currentContainer is HierarchicalLoopContainer) || !((HierarchicalLoopContainer)currentContainer).AllowsHierarchicalLoop(levelCode)) - { - if (currentContainer.Parent != null) - currentContainer = currentContainer.Parent; - else - throw new InvalidOperationException(String.Format("Heierchical Loop {0} cannot be added to transaction set {1} because it's specification cannot be identified.", segmentString, tr.ControlNumber)); - } - bool parentFound = false; - if (parentId != "") - { - if (hloops.ContainsKey(parentId)) - { - parentFound = true; - currentContainer = hloops[parentId].AddHLoop(segmentString); - } - else - { - if (_throwExceptionOnSyntaxErrors) - { - throw new InvalidOperationException(String.Format("Hierarchical Loop {0} expects Parent ID {1} which did not occur preceding it. To change this to a warning, pass throwExceptionOnSyntaxErrors = false to the X12Parser constructor.", id, parentId)); - } - else - { - OnParserWarning(new X12ParserWarningEventArgs - { - FileIsValid = false, - InterchangeControlNumber = envelop.InterchangeControlNumber, - FunctionalGroupControlNumber = fg.ControlNumber, - TransactionControlNumber = tr.ControlNumber, - SegmentPositionInInterchange = segmentIndex, - Segment = segmentString, - SegmentId = segmentId, - Message = String.Format("Hierarchical Loop {0} expects Parent ID {1} which did not occur preceding it. This will be parsed as if it has no parent, but the file may not be valid.", id, parentId) - }); - } - } - } - - if (parentId == "" || !parentFound) - { - while (!(currentContainer is HierarchicalLoopContainer && ((HierarchicalLoopContainer)currentContainer).HasHierachicalSpecs())) - { - currentContainer = currentContainer.Parent; - } - currentContainer = ((HierarchicalLoopContainer)currentContainer).AddHLoop(segmentString); - //hloops = new Dictionary(); - } - if (hloops.ContainsKey(id)) - throw new InvalidOperationException(String.Format("Hierarchical Loop {0} cannot be added to transaction {1} because the ID {2} already exists.", segmentString, tr.ControlNumber, id)); - hloops.Add(id, (HierarchicalLoop)currentContainer); - break; - case "TA1": // Technical acknowledgement - if (envelop == null) - throw new InvalidOperationException(string.Format("Segment {0} does not have a matching ISA segment preceding it.", segmentString)); - envelop.AddSegment(segmentString); - break; - default: - var originalContainer = currentContainer; - containerStack.Clear(); - while (currentContainer != null) - { - if (currentContainer.AddSegment(segmentString) != null) - { - if (segmentId == "LE") - currentContainer = currentContainer.Parent; - break; - } - else - { - if (currentContainer is LoopContainer) - { - LoopContainer loopContainer = (LoopContainer)currentContainer; - - Loop newLoop = loopContainer.AddLoop(segmentString); - if (newLoop != null) - { - currentContainer = newLoop; - break; - } - else - { - if (currentContainer is Transaction) - { - var tran = (Transaction)currentContainer; - - if (_throwExceptionOnSyntaxErrors) - { - throw new TransactionValidationException( - "Segment '{3}' in segment position {4} within transaction '{1}' cannot be identified within the supplied specification for transaction set {0} in any of the expected loops: {5}. To change this to a warning, pass throwExceptionOnSyntaxErrors = false to the X12Parser constructor.", tran.IdentifierCode, tran.ControlNumber, "", segmentString, segmentIndex, string.Join(",", containerStack)); - } - else - { - currentContainer = originalContainer; - currentContainer.AddSegment(segmentString, true); - OnParserWarning(new X12ParserWarningEventArgs - { - FileIsValid = false, - InterchangeControlNumber = envelop.InterchangeControlNumber, - FunctionalGroupControlNumber = fg.ControlNumber, - TransactionControlNumber = tran.ControlNumber, - SegmentPositionInInterchange = segmentIndex, - SegmentId = segmentId, - Segment = segmentString, - Message = string.Format("Segment '{3}' in segment position {4} within transaction '{1}' cannot be identified within the supplied specification for transaction set {0} in any of the expected loops: {5}. It will be added to loop {6}, but this may invalidate all subsequent segments.", tran.IdentifierCode, tran.ControlNumber, "", segmentString, segmentIndex, string.Join(",", containerStack), containerStack.LastOrDefault()) - }); - break; - } - } - else - { - if (currentContainer is Loop) - containerStack.Push(((Loop)currentContainer).Specification.LoopId); - if (currentContainer is HierarchicalLoop) - { - var hloop = ((HierarchicalLoop)currentContainer); - containerStack.Push(string.Format("{0}[{1}]", hloop.Specification.LoopId, hloop.Id)); - } - - currentContainer = currentContainer.Parent; - continue; - } - } - } - else - break; - } - } - break; - - } - segmentString = reader.ReadNextSegment(); - segmentId = reader.ReadSegmentId(segmentString); - segmentIndex++; - } - return envelopes; - } - } - - public string TransformToX12(string xml) - { - var transform = new XslCompiledTransform(); - transform.Load(XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Transformations.X12-XML-to-X12.xslt"))); - - using (var writer = new StringWriter()) - { - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), writer); - return writer.GetStringBuilder().ToString(); - } - } - - public List UnbundleByLoop(Interchange interchange, string loopId) - { - char terminator = interchange._delimiters.SegmentTerminator; - var service = new UnbundlingService(interchange._delimiters.SegmentTerminator); - string isa = interchange.SegmentString; - string iea = interchange.TrailerSegments.First().SegmentString; - List list = new List(); - foreach (FunctionGroup group in interchange.FunctionGroups) - foreach (Transaction transaction in group.Transactions) - { - service.UnbundleHLoops(list, transaction, loopId); - } - - List interchanges = new List(); - foreach (var item in list) - { - StringBuilder x12 = new StringBuilder(); - x12.AppendFormat("{0}{1}", isa, terminator); - x12.Append(item); - x12.AppendFormat("{0}{1}", iea, terminator); - using (MemoryStream mstream = new MemoryStream(Encoding.ASCII.GetBytes(x12.ToString()))) - { - interchanges.AddRange(ParseMultiple(mstream)); - } - } - return interchanges; - } - - public List UnbundleByTransaction(Interchange interchange) - { - List interchanges = new List(); - - char terminator = interchange._delimiters.SegmentTerminator; - var service = new UnbundlingService(interchange._delimiters.SegmentTerminator); - string isa = interchange.SegmentString; - string iea = interchange.TrailerSegments.First().SegmentString; - List list = new List(); - foreach (FunctionGroup group in interchange.FunctionGroups) - { - foreach (Transaction transaction in group.Transactions) - { - StringBuilder x12 = new StringBuilder(); - x12.AppendFormat("{0}{1}", isa, terminator); - x12.AppendFormat("{0}{1}", group.SegmentString, terminator); - x12.Append(transaction.SerializeToX12(false)); - x12.AppendFormat("{0}{1}", group.TrailerSegments.First().SegmentString, terminator); - x12.AppendFormat("{0}{1}", iea, terminator); - using (MemoryStream mstream = new MemoryStream(Encoding.ASCII.GetBytes(x12.ToString()))) - { - interchanges.AddRange(ParseMultiple(mstream)); - } - } - } - - return interchanges; - } - } -} diff --git a/src/OopFactory.X12/Parsing/X12ParserWarningEventArgs.cs b/src/OopFactory.X12/Parsing/X12ParserWarningEventArgs.cs deleted file mode 100644 index 8a9a3919..00000000 --- a/src/OopFactory.X12/Parsing/X12ParserWarningEventArgs.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing -{ - public class X12ParserWarningEventArgs : EventArgs - { - public bool FileIsValid { get; set; } - public string InterchangeControlNumber { get; set; } - public int FunctionalGroupControlNumber { get; set; } - public string TransactionControlNumber { get; set; } - public int SegmentPositionInInterchange { get; set; } - public string SegmentId { get; set; } - public string Segment { get; set; } - public string Message { get; set; } - } -} diff --git a/src/OopFactory.X12/Parsing/X12StreamReader.cs b/src/OopFactory.X12/Parsing/X12StreamReader.cs deleted file mode 100644 index 761bbfed..00000000 --- a/src/OopFactory.X12/Parsing/X12StreamReader.cs +++ /dev/null @@ -1,161 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; - -namespace OopFactory.X12.Parsing -{ - public class X12StreamReader : IDisposable - { - private StreamReader _reader; - private string _isaSegment; - private X12DelimiterSet _delimiters; - private string _gsSegment; - private string _transactionCode; - private char[] _ignoredChars; - - public X12StreamReader(Stream stream, Encoding encoding, char[] ignoredChars) - { - _reader = new StreamReader(stream, encoding); - char[] header = new char[106]; - if (_reader.Read(header, 0, 106) < 106) - throw new ArgumentException("ISA segment and terminator is expected to be at least 106 characters."); - _delimiters = new X12DelimiterSet(header); - _isaSegment = new string(header); - _ignoredChars = ignoredChars; - } - - public X12StreamReader(Stream stream, Encoding encoding) - : this(stream, encoding, new char[] { }) - { - } - - public X12DelimiterSet Delimiters - { - get { return _delimiters; } - } - - public string CurrentIsaSegment - { - get { return _isaSegment; } - } - - public string CurrentGsSegment - { - get { return _gsSegment; } - } - - public string LastTransactionCode - { - get { return _transactionCode; } - } - - public string ReadSegmentId(string segmentString) - { - int index = segmentString.IndexOf(_delimiters.ElementSeparator); - if (index >= 0) - return segmentString.Substring(0, index); - else - return null; - } - - public string[] SplitSegment(string segmentString) - { - int endSegmentIndex = segmentString.IndexOf(Delimiters.SegmentTerminator); - if (endSegmentIndex >= 0) - return segmentString.Substring(0, endSegmentIndex).Split(Delimiters.ElementSeparator); - else - return segmentString.Split(Delimiters.ElementSeparator); - } - - public bool TransactionContainsSegment(string transaction, string segmentId) - { - var segments = transaction.Split(Delimiters.SegmentTerminator).ToList(); - - return segments.Exists(s => s.StartsWith(segmentId + Delimiters.ElementSeparator)); - } - - public string ReadNextSegment() - { - bool isBinary = false; - StringBuilder sb = new StringBuilder(); - char[] one = new char[1]; - while (_reader.Read(one, 0, 1) == 1) - { - if (_ignoredChars.Contains(one[0])) - continue; - if (one[0] == _delimiters.SegmentTerminator && sb.ToString().Trim().Length == 0) - continue; - else if(one[0] == _delimiters.SegmentTerminator) - break; - else if (one[0] != 0) - sb.Append(one); - if (isBinary && one[0] == _delimiters.ElementSeparator) - { - int binarySize = 0; - string[] elements = sb.ToString().Split(_delimiters.ElementSeparator); - if (elements[0] == "BIN" && elements.Length >= 2) - { - int.TryParse(sb.ToString().Split(_delimiters.ElementSeparator)[1], out binarySize); - } - else if (elements[0] == "BDS" && elements.Length >= 3) - { - int.TryParse(sb.ToString().Split(_delimiters.ElementSeparator)[2], out binarySize); - } - if (binarySize > 0) - { - char[] buffer = new char[binarySize]; - _reader.Read(buffer, 0, binarySize); - sb.Append(buffer); - break; - } - } - if (!isBinary && (sb.ToString() == "BIN" + _delimiters.ElementSeparator || sb.ToString() == "BDS" + _delimiters.ElementSeparator)) - isBinary = true; - } - return sb.ToString().TrimStart(); - } - - public void Dispose() - { - _reader.Dispose(); - } - - public X12FlatTransaction ReadNextTransaction() - { - StringBuilder segments = new StringBuilder(); - - string segmentString = ReadNextSegment(); - string segmentId = ReadSegmentId(segmentString); - do - { - switch (segmentId) - { - case "ISA": - _isaSegment = segmentString + _delimiters.SegmentTerminator; - break; - case "GS": - _gsSegment = segmentString + _delimiters.SegmentTerminator; - break; - case "IEA": - case "GE": - break; - default: - if (segmentId == "ST") - _transactionCode = SplitSegment(segmentString)[1]; - segments.Append(segmentString); - segments.Append(_delimiters.SegmentTerminator); - break; - } - segmentString = ReadNextSegment(); - segmentId = ReadSegmentId(segmentString); - } while (!string.IsNullOrEmpty(segmentString) && segmentId != "SE"); // transaction trailer segment - - return new X12FlatTransaction( - CurrentIsaSegment, - CurrentGsSegment, - segments.ToString()); - } - } -} diff --git a/src/OopFactory.X12/Properties/AssemblyInfo.cs b/src/OopFactory.X12/Properties/AssemblyInfo.cs deleted file mode 100644 index 6a19dfb9..00000000 --- a/src/OopFactory.X12/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -/********************************************************** - * Copyright © 2011 Dannie Strubhar. All rights reserved. * - **********************************************************/ -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12")] -[assembly: AssemblyDescription("Open Source .NET C# X12 Parser")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Dannie Strubhar")] -[assembly: AssemblyProduct("OopFactory.X12")] -[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5cbd2215-698a-4cc3-a0f4-3661a3549a89")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/OopFactory.X12/Repositories/RepoLoop.cs b/src/OopFactory.X12/Repositories/RepoLoop.cs deleted file mode 100644 index be2ac0a2..00000000 --- a/src/OopFactory.X12/Repositories/RepoLoop.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoLoop where T : struct - { - public RepoLoop(string segmentString, char segmentTerminator, char elementSeparator, char componentSeparator) - { - Segment = new DetachedSegment(new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator), segmentString); - } - - public T LoopId { get; set; } - public T? ParentLoopId { get; set; } - public T InterchangeId { get; set; } - public T TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string SpecLoopId { get; set; } - public string LevelId { get; set; } - public string LevelCode { get; set; } - public string StartingSegmentId { get; set; } - public string EntityIdentifierCode { get; set; } - public int RevisionId { get; set; } - public int PositionInInterchange { get; set; } - public DetachedSegment Segment { get; private set; } - - } -} diff --git a/src/OopFactory.X12/Repositories/RepoLoopSearchCriteria.cs b/src/OopFactory.X12/Repositories/RepoLoopSearchCriteria.cs deleted file mode 100644 index 61e79e4a..00000000 --- a/src/OopFactory.X12/Repositories/RepoLoopSearchCriteria.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoLoopSearchCriteria where T : struct - { - public T? LoopId { get; set; } - public T? ParentLoopId { get; set; } - public T? InterchangeId { get; set; } - public T? TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string SpecLoopId { get; set; } - public string LevelId { get; set; } - public string LevelCode { get; set; } - public string StartingSegmentId { get; set; } - public string EntityIdentifierCode { get; set; } - } -} diff --git a/src/OopFactory.X12/Repositories/RepoSegment.cs b/src/OopFactory.X12/Repositories/RepoSegment.cs deleted file mode 100644 index e8cffa5f..00000000 --- a/src/OopFactory.X12/Repositories/RepoSegment.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoSegment where T : struct - { - public RepoSegment(string segmentString, char segmentTerminator, char elementSeparator, char componentSeparator) - { - Segment = new DetachedSegment(new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator), segmentString); - } - public T InterchangeId { get; set; } - public T? FunctionalGroupId { get; set; } - public T? TransactionSetId { get; set; } - public T? ParentLoopId { get; set; } - public T? LoopId { get; set; } - public int RevisionId { get; set; } - public int PositionInInterchange { get; set; } - public string SpecLoopId { get; set; } - public DetachedSegment Segment { get; private set; } - public bool Deleted { get; set; } - } -} diff --git a/src/OopFactory.X12/Repositories/RepoTransactionSetSearchCriteria.cs b/src/OopFactory.X12/Repositories/RepoTransactionSetSearchCriteria.cs deleted file mode 100644 index 79909f34..00000000 --- a/src/OopFactory.X12/Repositories/RepoTransactionSetSearchCriteria.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoTransactionSetSearchCriteria where T : struct - { - public T? InterchangeId { get; set; } - public string SenderId { get; set; } - public string ReceiverId { get; set; } - public string InterchangeControlNumber { get; set; } - public DateTime? InterchangeMinDate { get; set; } - public DateTime? InterchangeMaxDate { get; set; } - - public T? FunctionalGroupId { get; set; } - public string FunctionalIdCode { get; set; } - public string FunctionalGroupControlNumber { get; set; } - public string VersionPattern { get; set; } - - public T? TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string TransactionSetControlNumber { get; set; } - } -} diff --git a/src/OopFactory.X12/Repositories/RepositoriesDiagram.cd b/src/OopFactory.X12/Repositories/RepositoriesDiagram.cd deleted file mode 100644 index c64b53ed..00000000 --- a/src/OopFactory.X12/Repositories/RepositoriesDiagram.cd +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - ACAAAAAAAAAAAAAACAkAAAAAABFAAACQAAAAAAAJBEA= - Repositories\RepoLoop.cs - - - - - - - - AAQAAIAgGBAAEAAQAQAAAAABAAAAACATAAAAABARAAE= - Repositories\SqlTransactionRepository.cs - - - - - - ACAAAAAAAAAAAAAAAAgAAAAAABEAAACQAAAAAAAJBEA= - Repositories\RepoLoopSearchCriteria.cs - - - - - - - - AKAAAAAAAAAAAAAACAkAEAAAAAFAAAAQAAAAAAABAAA= - Repositories\RepoSegment.cs - - - - - - - - IKAAACAAAAAAAAgAAAAAggAAAAABAICQAAgABAAQAAA= - Repositories\RepoTransactionSet.cs - - - - - - AKIAAABAAAAAAAgAAAAAiAAAAAABAACQAAgCBAAAAAA= - Repositories\RepoTransactionSetSearchCriteria.cs - - - - - - - - AAAAAABARAAAAAAAAQAAAgAABAAAACAAAAAIgAAAABA= - Repositories\SqlReadOnlyTransactionRepository.cs - - - - \ No newline at end of file diff --git a/src/OopFactory.X12/Repositories/SegmentBatch.cs b/src/OopFactory.X12/Repositories/SegmentBatch.cs deleted file mode 100644 index 4ff1661f..00000000 --- a/src/OopFactory.X12/Repositories/SegmentBatch.cs +++ /dev/null @@ -1,253 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Data; -using System.Data.SqlClient; -using System.Diagnostics; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Repositories -{ - - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - internal class SegmentBatch where T : struct - { - private IParsingErrorRepo _errorRepo; - internal Dictionary _parsedTables; - internal DataTable _segmentTable; - internal DataTable _loopTable; - - public SegmentBatch(IParsingErrorRepo errorRepo) - { - _errorRepo = errorRepo; - _parsedTables = new Dictionary(); - - _segmentTable = new DataTable(); - _segmentTable.Columns.Add("InterchangeId", typeof(T)); - _segmentTable.Columns.Add("PositionInInterchange", typeof(int)); - _segmentTable.Columns.Add("RevisionId", typeof(int)); - _segmentTable.Columns.Add("FunctionalGroupId", typeof(T)); - _segmentTable.Columns.Add("TransactionSetId", typeof(T)); - _segmentTable.Columns.Add("ParentLoopId", typeof(T)); - _segmentTable.Columns.Add("LoopId", typeof(T)); - _segmentTable.Columns.Add("Deleted", typeof(bool)); - _segmentTable.Columns.Add("SegmentId", typeof(string)); - _segmentTable.Columns.Add("Segment", typeof(string)); - - _loopTable = new DataTable(); - _loopTable.Columns.Add("Id", typeof(T)); - _loopTable.Columns.Add("ParentLoopId", typeof(T)); - _loopTable.Columns.Add("InterchangeId", typeof(T)); - _loopTable.Columns.Add("TransactionSetId", typeof(T)); - _loopTable.Columns.Add("TransactionSetCode", typeof(string)); - _loopTable.Columns.Add("SpecLoopId", typeof(string)); - _loopTable.Columns.Add("StartingSegmentId", typeof(string)); - _loopTable.Columns.Add("EntityIdentifierCode", typeof(string)); - } - - public int LoopCount - { - get { return _loopTable.Rows.Count; } - } - - public int SegmentCount - { - get { return _segmentTable.Rows.Count; } - } - - public string StartingSegment - { - get - { - if (_segmentTable.Rows.Count > 0) - { - DataRow firstSegment = _segmentTable.Rows[0]; - return string.Format("{2} (InterchangeId:{0};Position:{1})", - firstSegment["InterchangeId"], - firstSegment["PositionInInterchange"], - firstSegment["Segment"]); - } - else - return null; - } - } - - public void Clear() - { - _parsedTables.Clear(); - _segmentTable.Clear(); - } - - public void AddSegment( - SqlTransaction tran, - T interchangeId, - int positionInInterchange, - int revisionId, - T functionalGroupId, - T transactionSetId, - T parentLoopId, - T loopId, - bool deleted, - DetachedSegment segment, - SegmentSpecification spec) - { - _segmentTable.Rows.Add( - interchangeId, - positionInInterchange, - revisionId, - functionalGroupId, - transactionSetId, - parentLoopId, - loopId, - deleted, - segment.SegmentId, - segment.SegmentString); - - if (spec != null) - { - StringBuilder parsingError = new StringBuilder(); - - List fieldNames = new List(); - - int maxElements = spec != null ? spec.Elements.Count : 0; - - for (int i = 1; i == 1 || i <= maxElements; i++) - { - fieldNames.Add(string.Format("{0:00}", i)); - } - - if (!_parsedTables.ContainsKey(segment.SegmentId)) - { - _parsedTables.Add(segment.SegmentId, new DataTable()); - _parsedTables[segment.SegmentId].Columns.Add("InterchangeId", typeof(T)); - _parsedTables[segment.SegmentId].Columns.Add("PositionInInterchange", typeof(int)); - _parsedTables[segment.SegmentId].Columns.Add("TransactionSetId", typeof(T)); - _parsedTables[segment.SegmentId].Columns.Add("ParentLoopId", typeof(T)); - _parsedTables[segment.SegmentId].Columns.Add("LoopId", typeof(T)); - _parsedTables[segment.SegmentId].Columns.Add("RevisionId", typeof(int)); - _parsedTables[segment.SegmentId].Columns.Add("Deleted", typeof(bool)); - - foreach (var f in fieldNames) - _parsedTables[segment.SegmentId].Columns.Add(f, typeof(string)); - - _parsedTables[segment.SegmentId].Columns.Add("ErrorId", typeof(T)); - } - DataRow row = _parsedTables[segment.SegmentId].NewRow(); - - row["InterchangeId"] = interchangeId; - row["PositionInInterchange"] = positionInInterchange; - row["TransactionSetId"] = (object) transactionSetId ?? DBNull.Value; - row["ParentLoopId"] = (object) parentLoopId ?? DBNull.Value; - row["LoopId"] = (object) loopId ?? DBNull.Value; - row["RevisionId"] = revisionId; - row["Deleted"] = deleted; - - for (int i = 1; i <= segment.ElementCount && i <= maxElements; i++) - { - try - { - string val = segment.GetElement(i); - var elementSpec = spec.Elements[i - 1]; - int maxLength = elementSpec.MaxLength; - string column = string.Format("{0:00}", i); - - if (maxLength > 0 && val.Length > maxLength) - { - string message = string.Format("Element {2}{3:00} in position {1} of interchange {0} will be truncated because {4} exceeds the max length of {5}.", interchangeId, positionInInterchange, segment.SegmentId, i, val, maxLength); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - val = val.Substring(0, maxLength); - } - - if (elementSpec.Type == ElementDataTypeEnum.Numeric && elementSpec.ImpliedDecimalPlaces > 0) - { - int intVal = 0; - if (string.IsNullOrWhiteSpace(val)) - { - row[column] = null; - } - else if (int.TryParse(val, out intVal)) - { - decimal denominator = (decimal)Math.Pow(10, elementSpec.ImpliedDecimalPlaces); - row[column] = (decimal)intVal / denominator; - } - else - { - string message = string.Format("Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into an implied decimal with precision {5}.", interchangeId, positionInInterchange, segment.SegmentId, i, val, elementSpec.ImpliedDecimalPlaces); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - row[column] = null; - } - } - else if (elementSpec.Type == ElementDataTypeEnum.Numeric || elementSpec.Type == ElementDataTypeEnum.Decimal) - { - decimal decVal = 0; - if (string.IsNullOrWhiteSpace(val)) - row[column] = null; - else if (decimal.TryParse(val, out decVal)) - row[column] = val; - else - { - string message = string.Format("Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into a decimal.", interchangeId, positionInInterchange, segment.SegmentId, i, val); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - row[column] = null; - } - } - else if (elementSpec.Type == ElementDataTypeEnum.Date) - { - if (string.IsNullOrWhiteSpace(val)) - row[column] = null; - else - { - DateTime date = DateTime.MinValue; - if (val.Length == 8 && DateTime.TryParse(string.Format("{0}-{1}-{2}", val.Substring(0, 4), val.Substring(4, 2), val.Substring(6, 2)), out date)) - row[column] = date; - else - { - string message = string.Format("Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into a date.", interchangeId, positionInInterchange, segment.SegmentId, i, val); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - row[column] = null; - } - } - } - else - row[column] = val; - } - catch (Exception e) - { - string message = string.Format("Error parsing '{0}' using spec {1} with {2} elements: {3}", segment.SegmentString, spec.SegmentId, spec.Elements.Count(), e.Message); - Trace.TraceInformation(message); - parsingError.AppendLine(message); - } - } - - if (parsingError.Length > 0) - row["ErrorId"] = _errorRepo.PersistParsingError(interchangeId, positionInInterchange, revisionId, parsingError.ToString()); - - _parsedTables[segment.SegmentId].Rows.Add(row); - } - - } - - public void AddLoop(Guid id, Loop loop, Guid interchangeId, Guid? transactionSetId, string transactionSetCode, Guid? parentLoopId, string entityIdentifierCode) - { - var row = _loopTable.NewRow(); - - row["Id"] = id; - row["ParentLoopId"] = (parentLoopId.HasValue && parentLoopId.Value != Guid.Empty) ? (object)parentLoopId : DBNull.Value; - row["InterchangeId"] = interchangeId; - row["TransactionSetId"] = (transactionSetId != Guid.Empty) ? (object)transactionSetId : DBNull.Value; - row["TransactionSetCode"] = transactionSetCode; - row["SpecLoopId"] = loop.Specification.LoopId; - row["StartingSegmentId"] = loop.SegmentId; - row["EntityIdentifierCode"] = entityIdentifierCode; - - _loopTable.Rows.Add(row); - } - - } -} diff --git a/src/OopFactory.X12/Repositories/SqlGuidTransactionRepository.cs b/src/OopFactory.X12/Repositories/SqlGuidTransactionRepository.cs deleted file mode 100644 index 9a7ea0a4..00000000 --- a/src/OopFactory.X12/Repositories/SqlGuidTransactionRepository.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Specification; -using System.Data; -using System.Data.SqlClient; -using System.Diagnostics; - -namespace OopFactory.X12.Repositories -{ - /// - /// Uses a Guid for all identity columns, - /// batches the inserts of loops and segments, - /// and allows for an overridable method for creating new Guids - /// so that users can apply their own guid comb algorithms - /// - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class SqlGuidTransactionRepository : SqlTransactionRepository - { - public SqlGuidTransactionRepository(string dsn, ISpecificationFinder specFinder, string[] indexedSegments, string schema = "dbo", string commonSchema = "dbo", int segmentBatchSize = 1000) - : base(dsn, specFinder, indexedSegments, schema, commonSchema, segmentBatchSize) - { - } - - protected virtual Guid NewGuid() - { - return Guid.NewGuid(); - } - - protected override Guid SaveLoop(Loop loop, Guid interchangeId, Guid transactionSetId, string transactionSetCode, Guid? parentLoopId) - { - Guid id = NewGuid(); - - _segmentBatch.AddLoop(id, loop, interchangeId, - transactionSetId != Guid.Empty ? transactionSetId : (System.Guid?)null, - transactionSetCode, - parentLoopId != Guid.Empty ? parentLoopId : null, - GetEntityTypeCode(loop)); - - return id; - } - - internal override void ExecuteBatch(SqlTransaction tran) - { - if (_segmentBatch.LoopCount > 0) - { - try - { - using (var conn = tran == null ? new SqlConnection(_dsn) : tran.Connection) - { - if (conn.State != System.Data.ConnectionState.Open) - conn.Open(); - - using (var sbc = new SqlBulkCopy(conn)) - { - sbc.DestinationTableName = string.Format("[{0}].[Container]", _commonDb.Schema); - - var containerTable = new DataTable(); - containerTable.Columns.Add("Id", typeof(Guid)); - containerTable.Columns.Add("SchemaName", typeof(string)); - containerTable.Columns.Add("Type", typeof(string)); - foreach (DataRow row in _segmentBatch._loopTable.Rows) - containerTable.Rows.Add(row["Id"], _schema, row["StartingSegmentId"]); - - foreach (DataColumn c in containerTable.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(containerTable); - } - - using (var sbc = new SqlBulkCopy(conn)) - { - sbc.DestinationTableName = string.Format("[{0}].[Loop]", _schema); - foreach (DataColumn c in _segmentBatch._loopTable.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(_segmentBatch._loopTable); - } - } - - _segmentBatch._loopTable.Clear(); - } - catch (Exception exc) - { - Trace.WriteLine(exc.Message); - Trace.TraceInformation("Error Saving {0} loops to db starting with {1}.", - _segmentBatch.LoopCount, - _segmentBatch.StartingSegment); - - throw; - } - } - - base.ExecuteBatch(tran); - } - } -} diff --git a/src/OopFactory.X12/Repositories/SqlReadOnlyTransactionRepository.cs b/src/OopFactory.X12/Repositories/SqlReadOnlyTransactionRepository.cs deleted file mode 100644 index 13b0f361..00000000 --- a/src/OopFactory.X12/Repositories/SqlReadOnlyTransactionRepository.cs +++ /dev/null @@ -1,443 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Data.SqlClient; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class SqlReadOnlyTransactionRepository where T : struct - { - protected readonly string _dsn; - protected readonly string _schema; - - public SqlReadOnlyTransactionRepository(string dsn, string schema = "dbo") - { - _dsn = dsn; - _schema = schema; - } - - protected T ConvertT(object val) - { - if (typeof(T) == typeof(Guid) && val == null) - return (T)(object)Guid.Empty; - else if (typeof(T) == typeof(Guid)) - return (T)(object)Guid.Parse(val.ToString()); - else if ((typeof(T) == typeof(long?) || typeof(T) == typeof(int?)) && val == null) - return (T)(object)0; - else if (typeof(T) == typeof(long)) - return (T)(object)Convert.ToInt64(val); - else - return (T)(object)Convert.ToInt32(val); - } - - private RepoSegment RepoSegmentFromReader(SqlDataReader reader) - { - RepoSegment segment = new RepoSegment(Convert.ToString(reader["Segment"]), Convert.ToChar(reader["SegmentTerminator"]),Convert.ToChar(reader["ElementSeparator"]), Convert.ToChar(reader["ComponentSeparator"]) ) - { - InterchangeId = ConvertT(reader["InterchangeId"]), - PositionInInterchange = Convert.ToInt32(reader["PositionInInterchange"]), - RevisionId = Convert.ToInt32(reader["RevisionId"]), - Deleted = Convert.ToBoolean(reader["Deleted"]), - SpecLoopId = Convert.ToString(reader["SpecLoopId"]) - }; - - if (!reader.IsDBNull(reader.GetOrdinal("FunctionalGroupId"))) - segment.FunctionalGroupId = ConvertT(reader["FunctionalGroupId"]); - - if (!reader.IsDBNull(reader.GetOrdinal("TransactionSetId"))) - segment.TransactionSetId = ConvertT(reader["TransactionSetId"]); - - if (!reader.IsDBNull(reader.GetOrdinal("ParentLoopId"))) - segment.ParentLoopId = ConvertT(reader["ParentLoopId"]); - - if (!reader.IsDBNull(reader.GetOrdinal("LoopId"))) - segment.LoopId = ConvertT(reader["LoopId"]); - return segment; - } - - /// - /// Retrieve all the segments within a transaction - /// - /// - /// Use 0 for the original version Int32.MaxValue when you want the latest revision - /// This will include the ISA, GS, GE and IEA segments - /// - public List> GetTransactionSetSegments(T transactionSetId, int revisionId, bool includeControlSegments = false) - { - using (var conn = new SqlConnection(_dsn)) - { - SqlCommand cmd = new SqlCommand(string.Format(@" -select ts.InterchangeId, ts.FunctionalGroupId, ts.TransactionSetId, ts.ParentLoopId, ts.LoopId, ts.RevisionId, ts.Deleted, - ts.PositionInInterchange, l.SpecLoopId, ts.SegmentId, ts.Segment, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator -from [{0}].GetTransactionSetSegments(@transactionSetId, @includeControlSegments, @revisionId) ts -join [{0}].Interchange i on ts.InterchangeId = i.Id -left join [{0}].Loop l on ts.LoopId = l.Id -order by PositionInInterchange -", _schema), conn); - cmd.Parameters.AddWithValue("@transactionSetId", transactionSetId); - cmd.Parameters.AddWithValue("@includeControlSegments", includeControlSegments); - cmd.Parameters.AddWithValue("@revisionId", revisionId); - - conn.Open(); - var reader = cmd.ExecuteReader(); - - List> s = new List>(); - while (reader.Read()) - { - s.Add(RepoSegmentFromReader(reader)); - } - reader.Close(); - - return s; - } - } - - /// - /// This will affectively unbundle the transaction from the rest of the transaction set and show you segments related to that loopId. - /// - /// The loopId for retrieving it's ancestor and descendant segments - /// Use 0 for the original version and Int32.MaxValue for the latest version - /// This will include the ISA, GS, GE and IEA segments - /// - public List> GetTransactionSegments(T loopId, int revisionId, bool includeControlSegments = false) - { - using (var conn = new SqlConnection(_dsn)) - { - SqlCommand cmd = new SqlCommand(string.Format(@" -select ts.InterchangeId, ts.FunctionalGroupId, ts.TransactionSetId, ts.ParentLoopId, ts.LoopId, ts.RevisionId, ts.Deleted, - ts.PositionInInterchange, l.SpecLoopId, ts.SegmentId, ts.Segment, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator -from [{0}].GetTransactionSegments(@loopId, @includeControlSegments, @revisionId) ts -join [{0}].Interchange i on ts.InterchangeId = i.Id -left join [{0}].Loop l on ts.LoopId = l.Id -order by PositionInInterchange", _schema), conn); - cmd.Parameters.AddWithValue("@loopId", loopId); - cmd.Parameters.AddWithValue("@includeControlSegments", includeControlSegments); - cmd.Parameters.AddWithValue("@revisionId", revisionId); - - conn.Open(); - var reader = cmd.ExecuteReader(); - - List> s = new List>(); - while (reader.Read()) - { - s.Add(RepoSegmentFromReader(reader)); - } - reader.Close(); - - return s; - } - } - - private RepoTransactionSet RepoTransactionSetFromReader(SqlDataReader reader) - { - RepoTransactionSet set = new RepoTransactionSet( - Convert.ToChar(reader["SegmentTerminator"]), - Convert.ToChar(reader["ElementSeparator"]), - Convert.ToChar(reader["ComponentSeparator"])); - - set.TransactionSetId = ConvertT(reader["Id"]); - set.InterchangeId = ConvertT(reader["InterchangeId"]); - set.SenderId = Convert.ToString(reader["SenderId"]); - set.ReceiverId = Convert.ToString(reader["ReceiverId"]); - set.InterchangeControlNumber = Convert.ToString(reader["InterchangeControlNumber"]); - if (!reader.IsDBNull(reader.GetOrdinal("InterchangeDate"))) - set.InterchangeDate = Convert.ToDateTime(reader["InterchangeDate"]); - - set.FunctionalGroupId = ConvertT(reader["FunctionalGroupId"]); - set.FunctionalIdCode = Convert.ToString(reader["FunctionalIdCode"]); - set.FunctionalGroupControlNumber = Convert.ToString(reader["FunctionalGroupControlNumber"]); - set.Version = Convert.ToString(reader["Version"]); - - set.TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]); - set.ControlNumber = Convert.ToString(reader["ControlNumber"]); - if (!reader.IsDBNull(reader.GetOrdinal("ImplementationConventionRef"))) - set.ImplementationConventionRef = Convert.ToString(reader["ImplementationConventionRef"]); - - return set; - } - - public List> GetTransactionSets(RepoTransactionSetSearchCriteria criteria) - { - string sql = string.Format(@" -select ts.Id, ts.InterchangeId, i.SenderId, i.ReceiverId, i.ControlNumber as InterchangeControlNumber, i.[Date] as InterchangeDate, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator, ts.FunctionalGroupId, fg.FunctionalIdCode, fg.ControlNumber as FunctionalGroupControlNumber, fg.[Version], ts.IdentifierCode as TransactionSetCode, ts.ControlNumber, ts.ImplementationConventionRef -from [{0}].TransactionSet ts -join [{0}].Interchange i on ts.InterchangeId = i.Id -join [{0}].FunctionalGroup fg on ts.FunctionalGroupId = fg.Id -where ts.InterchangeId = isnull(@interchangeId, ts.InterchangeId) - and i.SenderId = isnull(@senderId,i.SenderId) - and i.ReceiverId = isnull(@receiverId,i.ReceiverId) - and i.ControlNumber = isnull(@interchangeControlNumber, i.ControlNumber) - and i.[Date] >= isnull(@interchangeMinDate,i.[Date]) - and i.[Date] <= isnull(@interchangeMaxDate,i.[Date]) - and ts.FunctionalGroupId = isnull(@functionGroupId, ts.FunctionalGroupId) - and fg.ControlNumber = isnull(@functionGroupControlNumber, fg.ControlNumber) - and fg.[Version] like isnull('%' + @versionPattern + '%',fg.[Version]) - and ts.Id = isnull(@transactionSetId, ts.Id) - and ts.IdentifierCode = isnull(@transactionSetCode, ts.IdentifierCode) - and ts.ControlNumber = isnull(@transactionSetControlNumber, ts.ControlNumber) -", _schema); - using (var conn = new SqlConnection(_dsn)) - { - SqlCommand cmd = new SqlCommand(sql, conn); - cmd.Parameters.AddWithValue("@interchangeId", (object)criteria.InterchangeId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@senderId", (object)criteria.SenderId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@receiverId", (object)criteria.ReceiverId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeControlNumber", (object)criteria.InterchangeControlNumber ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeMinDate", (object)criteria.InterchangeMinDate ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeMaxDate", (object)criteria.InterchangeMaxDate ?? DBNull.Value); - cmd.Parameters.AddWithValue("@functionGroupId", (object)criteria.FunctionalGroupId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@functionGroupControlNumber", (object)criteria.FunctionalGroupControlNumber ?? DBNull.Value); - cmd.Parameters.AddWithValue("@versionPattern", (object)criteria.VersionPattern ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetId", (object)criteria.TransactionSetId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetCode", (object)criteria.TransactionSetCode ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetControlNumber", (object)criteria.TransactionSetControlNumber ?? DBNull.Value); - conn.Open(); - var reader = cmd.ExecuteReader(); - - List> s = new List>(); - while (reader.Read()) - { - s.Add(RepoTransactionSetFromReader(reader)); - } - reader.Close(); - - return s; - } - } - - private RepoLoop RepoLoopFromReader(SqlDataReader reader) - { - var loop = new RepoLoop(Convert.ToString(reader["Segment"]), Convert.ToChar(reader["SegmentTerminator"]), Convert.ToChar(reader["ElementSeparator"]), Convert.ToChar(reader["ComponentSeparator"])) - { - LoopId = ConvertT(reader["Id"]), - InterchangeId = ConvertT(reader["InterchangeId"]), - TransactionSetId = ConvertT(reader["TransactionSetId"]), - TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]), - SpecLoopId = Convert.ToString(reader["SpecLoopId"]), - LevelId = Convert.ToString(reader["LevelId"]), - LevelCode = Convert.ToString(reader["LevelCode"]), - StartingSegmentId = Convert.ToString(reader["StartingSegmentId"]), - EntityIdentifierCode = Convert.ToString(reader["EntityIdentifierCode"]), - RevisionId = Convert.ToInt32(reader["RevisionId"]), - PositionInInterchange = Convert.ToInt32(reader["PositionInInterchange"]) - }; - if (!reader.IsDBNull(reader.GetOrdinal("ParentLoopId"))) - loop.ParentLoopId = ConvertT(reader["ParentLoopId"]); - return loop; - } - - public List> GetLoops(RepoLoopSearchCriteria criteria) - { - string sql = string.Format(@" -select l.Id, l.ParentLoopId, l.InterchangeId, l.TransactionSetId, l.TransactionSetCode, - l.SpecLoopId, l.LevelId, l.LevelCode, l.StartingSegmentId, l.EntityIdentifierCode, - s1.RevisionId, s1.PositionInInterchange, s1.Segment, - i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator -from [{0}].[Loop] l -join [{0}].Interchange i on l.InterchangeId = i.Id -join [{0}].Segment s1 on l.Id = s1.LoopId -where s1.Deleted = 0 -and s1.RevisionId = (select max(RevisionId) - from [{0}].Segment s2 - where s1.InterchangeId = s2.InterchangeId - and s1.PositionInInterchange = s2.PositionInInterchange) -and l.Id = isnull(@loopId,l.Id) -and isnull(l.ParentLoopId,0) = coalesce(@parentLoopId,l.ParentLoopId,0) -and l.InterchangeId = isnull(@interchangeId,l.InterchangeId) -and l.TransactionSetId = isnull(@transactionSetId,l.TransactionSetId) -and l.TransactionSetCode = isnull(@transactionSetCode, l.TransactionSetCode) -and isnull(l.SpecLoopId,'') = coalesce(@specLoopId, l.SpecLoopId,'') -and isnull(l.LevelId,'') = coalesce(@levelId, l.LevelId,'') -and isnull(l.LevelCode,'') = coalesce(@levelCode, l.LevelCode,'') -and l.StartingSegmentId = isnull(@startingSegmentId,l.StartingSegmentId) -and isnull(l.EntityIdentifierCode,'') = coalesce(@entityIdentifierCode, l.EntityIdentifierCode,'') -", _schema); - - using (var conn = new SqlConnection(_dsn)) - { - SqlCommand cmd = new SqlCommand(sql, conn); - cmd.Parameters.AddWithValue("@loopId", (object)criteria.LoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@parentLoopId", (object)criteria.ParentLoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeId", (object)criteria.InterchangeId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetId", (object)criteria.TransactionSetId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@transactionSetCode", (object)criteria.TransactionSetCode ?? DBNull.Value); - cmd.Parameters.AddWithValue("@specLoopId", (object)criteria.SpecLoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@levelId", (object)criteria.LevelId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@levelCode", (object)criteria.LevelCode ?? DBNull.Value); - cmd.Parameters.AddWithValue("@startingSegmentId", (object)criteria.StartingSegmentId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@entityIdentifierCode", (object)criteria.EntityIdentifierCode ?? DBNull.Value); - - var list = new List>(); - - conn.Open(); - using (var reader = cmd.ExecuteReader()) - { - while (reader.Read()) - { - list.Add(RepoLoopFromReader(reader)); - } - } - return list; - } - } - - private RepoEntity RepoEntityFromReader(SqlDataReader reader) - { - var entity = new RepoEntity(); - entity.EntityId = ConvertT(reader["EntityId"]); - entity.EntityIdentifierCode = Convert.ToString(reader["EntityIdentifierCode"]); - entity.EntityIdentifier = Convert.ToString(reader["EntityIdentifier"]); - entity.InterchangeId = ConvertT(reader["InterchangeId"]); - entity.TransactionSetId = ConvertT(reader["TransactionSetId"]); - entity.TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]); - entity.ParentLoopId = ConvertT(reader["ParentLoopId"]); - entity.SpecLoopId = Convert.ToString(reader["SpecLoopId"]); - entity.StartingSegmentId = Convert.ToString(reader["StartingSegmentId"]); - entity.Name = Convert.ToString(reader["Name"]); - entity.LastName = Convert.ToString(reader["LastName"]); - entity.FirstName = Convert.ToString(reader["FirstName"]); - entity.MiddleName = Convert.ToString(reader["MiddleName"]); - entity.NamePrefix = Convert.ToString(reader["NamePrefix"]); - entity.NameSuffix = Convert.ToString(reader["NameSuffix"]); - entity.IdQualifier = Convert.ToString(reader["IdQualifier"]); - entity.Identification = Convert.ToString(reader["Identification"]); - entity.Ssn = Convert.ToString(reader["Ssn"]); - entity.Npi = Convert.ToString(reader["Npi"]); - entity.TelephoneNumber = Convert.ToString(reader["TelephoneNumber"]); - entity.AddressLine1 = Convert.ToString(reader["AddressLine1"]); - entity.AddressLine2 = Convert.ToString(reader["AddressLine2"]); - entity.City = Convert.ToString(reader["City"]); - entity.StateCode = Convert.ToString(reader["StateCode"]); - entity.PostalCode = Convert.ToString(reader["PostalCode"]); - entity.County = Convert.ToString(reader["County"]); - entity.CountryCode = Convert.ToString(reader["CountryCode"]); - entity.Gender = Convert.ToString(reader["Gender"]); - - if (!reader.IsDBNull(reader.GetOrdinal("IsPerson"))) - entity.IsPerson = Convert.ToBoolean(reader["IsPerson"]); - - if (!reader.IsDBNull(reader.GetOrdinal("DateOfBirth"))) - { - try - { - entity.DateOfBirth = DateTime.ParseExact(Convert.ToString(reader["DateOfBirth"]),"yyyyMMdd",null); - } - catch (FormatException) - { - System.Diagnostics.Trace.TraceWarning("Could not parse date of birth {1} to a date time for entity ID: {0}", entity.EntityId, reader["DateOfBirth"]); - } - } - - return entity; - } - - private string GetSqlInString(string[] filters) - { - List quotedValues = new List(); - foreach (var filter in filters) - quotedValues.Add(string.Format("'{0}'", filter.Replace("'","''"))); - return string.Join(",",quotedValues); - } - - public List> GetEntities(RepoEntitySearchCriteria criteria) - { - StringBuilder sql = new StringBuilder(string.Format("select * from [{0}].Entity where 1=1 ", _schema)); - - if (!string.IsNullOrEmpty(criteria.EntityIdentifierCodes)) - { - var codes = GetSqlInString( criteria.EntityIdentifierCodes.Split(new char[] {','}, StringSplitOptions.RemoveEmptyEntries)); - - sql.AppendFormat(" and EntityIdentifierCode in ({0})", codes); - } - - if (!string.IsNullOrEmpty(criteria.EntityIdentifierContains)) - sql.AppendFormat(" and EntityIdentifier like '%{0}%'", criteria.EntityIdentifierContains); - - if (criteria.InterchangeId.HasValue) - sql.AppendFormat(" and InterchangeId = '{0}'", criteria.InterchangeId.Value); - - if (criteria.TransactionSetId.HasValue) - sql.AppendFormat(" and TransactionSetId = '{0}'", criteria.TransactionSetId.Value); - - if (!string.IsNullOrEmpty(criteria.TransactionSetCode)) - sql.AppendFormat(" and TransactionSetCode = '{0}'", criteria.TransactionSetCode); - - if (criteria.ParentLoopId.HasValue) - sql.AppendFormat(" and ParentLoopId = '{0}'", criteria.ParentLoopId.Value); - - if (!string.IsNullOrEmpty(criteria.SpecLoopId)) - sql.AppendFormat(" and SpecLoopId = '{0}'", criteria.SpecLoopId); - - if (!string.IsNullOrEmpty(criteria.StartingSegmentId)) - sql.AppendFormat(" and StartingSegmentId = '{0}'", criteria.StartingSegmentId); - - if (!string.IsNullOrEmpty(criteria.NameContains)) - sql.AppendFormat(" and Name like '%{0}%'", criteria.NameContains); - - if (criteria.IsPerson.HasValue) - sql.AppendFormat(" and IsPerson = {0}", criteria.IsPerson.Value ? "1" : "0"); - - if (!string.IsNullOrEmpty(criteria.LastNameStartsWith)) - sql.AppendFormat(" and LastName like '{0}%'", criteria.LastNameStartsWith); - - if (!string.IsNullOrEmpty(criteria.FirstNameContains)) - sql.AppendFormat(" and FirstName like '%{0}%'", criteria.FirstNameContains); - - if (!string.IsNullOrEmpty(criteria.IdQualifier)) - sql.AppendFormat(" and IdQualifier = '{0}'", criteria.IdQualifier); - - if (!string.IsNullOrEmpty(criteria.Identification)) - sql.AppendFormat(" and Identification = '{0}'", criteria.Identification); - - if (!string.IsNullOrEmpty(criteria.Ssn)) - sql.AppendFormat(" and Ssn = '{0}'", criteria.Ssn); - - if (!string.IsNullOrEmpty(criteria.Npi)) - sql.AppendFormat(" and Npi = '{0}'", criteria.Npi); - - if (!string.IsNullOrEmpty(criteria.City)) - sql.AppendFormat(" and City = '{0}'", criteria.City); - - if (!string.IsNullOrEmpty(criteria.StateCode)) - sql.AppendFormat(" and StateCode = '{0}'", criteria.StateCode); - - if (!string.IsNullOrEmpty(criteria.PostalCode)) - sql.AppendFormat(" and PostalCode = '{0}'", criteria.PostalCode); - - if (!string.IsNullOrEmpty(criteria.County)) - sql.AppendFormat(" and County = '{0}'", criteria.County); - - if (!string.IsNullOrEmpty(criteria.CountryCode)) - sql.AppendFormat(" and CountryCode = '{0}'", criteria.CountryCode); - - if (criteria.DateOfBirthOn.HasValue) - sql.AppendFormat(" and DateOfBirth = '{0:yyyyMMdd}'", criteria.DateOfBirthOn); - - if (criteria.DateOfBirthOnOrAfter.HasValue) - sql.AppendFormat(" and DateOfBirth >= '{0:yyyyMMdd}'", criteria.DateOfBirthOnOrAfter); - - if (criteria.DateOfBirthOnOrBefore.HasValue) - sql.AppendFormat(" and DateOfBirth <= '{0:yyyyMMdd}'", criteria.DateOfBirthOnOrBefore); - - if (!string.IsNullOrEmpty(criteria.Gender)) - sql.AppendFormat(" and Gender = '{0}'", criteria.Gender); - - using (var conn = new SqlConnection(_dsn)) - { - var list = new List>(); - conn.Open(); - using (var reader = new SqlCommand(sql.ToString(), conn).ExecuteReader()) - { - while (reader.Read()) - { - list.Add(RepoEntityFromReader(reader)); - } - } - - return list; - } - } - } -} diff --git a/src/OopFactory.X12/Repositories/SqlTransactionRepository.cs b/src/OopFactory.X12/Repositories/SqlTransactionRepository.cs deleted file mode 100644 index 0a2aaefe..00000000 --- a/src/OopFactory.X12/Repositories/SqlTransactionRepository.cs +++ /dev/null @@ -1,653 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Specification; -using System.Data; -using System.Data.SqlClient; -using System.Diagnostics; - -namespace OopFactory.X12.Repositories -{ - public interface IParsingErrorRepo where T : struct - { - T PersistParsingError(T interchangeId, int positionInInterchange, int? revisionId, string errorMessage); - } - /// - /// Class for storing, retrieving and revising X12 messages. - /// This library only does inserts. Edits and Deletes are accomplished through revisions, but all revisions are retained. - /// The Get methods will allow you choose the revision you want. - /// - /// The type of all identity columns: supports int or long - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class SqlTransactionRepository : SqlReadOnlyTransactionRepository, IParsingErrorRepo where T : struct - { - protected DbCreation _commonDb; - protected DbCreation _transactionDb; - private bool _schemaEnsured; - private readonly Dictionary _specs; - private int _batchSize; - //private int _batchCount; - //private StringBuilder _batchSql; - internal SegmentBatch _segmentBatch; - - public SqlTransactionRepository(string dsn) - : this(dsn, new SpecificationFinder(), new string[] { "REF", "NM1", "N1", "N3", "N4", "DMG", "PER" }, "dbo") - { - } - - public SqlTransactionRepository(string dsn, string schema) - : this(dsn, new SpecificationFinder(), new string[] { "REF", "NM1", "N1", "N3", "N4", "DMG", "PER" }, schema) - { - } - - public SqlTransactionRepository(string dsn, ISpecificationFinder specFinder, string[] indexedSegments, string schema = "dbo", string commonSchema = "dbo", int segmentBatchSize = 1000, string sqlDateType = "date") - : base(dsn, schema) - { - _commonDb = new DbCreation(dsn, commonSchema, sqlDateType); - _transactionDb = new DbCreation(dsn, schema, sqlDateType); - _schemaEnsured = false; - _batchSize = segmentBatchSize; - _segmentBatch = new SegmentBatch(this); - _specs = new Dictionary(); - foreach (var segmentId in indexedSegments) - { - var spec = specFinder.FindSegmentSpec("5010", segmentId.Trim()); - _specs.Add(segmentId.Trim(), spec); - } - } - - /// - /// override this with no implementation when your database is already created and you will not need to check for existance of the objects. - /// - protected virtual void EnsureSchema() - { - if (!_schemaEnsured) // this only needs to be done once - { - if (!_commonDb.SchemaExists()) - _commonDb.CreateSchema(); - - if (!_commonDb.TableExists("Container")) - _commonDb.CreateContainerTable(); - - if (!_commonDb.TableExists("Revision")) - _commonDb.CreateRevisionTable(); - - if (!_commonDb.TableExists("X12CodeList")) - _commonDb.CreateX12CodeListTable(); - - if (!_transactionDb.SchemaExists()) - _transactionDb.CreateSchema(); - - if (!_transactionDb.TableExists("Interchange")) - _transactionDb.CreateInterchangeTable(); - - if (!_transactionDb.TableExists("FunctionalGroup")) - _transactionDb.CreateFunctionalGroupTable(); - - if (!_transactionDb.TableExists("TransactionSet")) - _transactionDb.CreateTransactionSetTable(); - - if (!_transactionDb.TableExists("Loop")) - _transactionDb.CreateLoopTable(); - - if (!_transactionDb.TableExists("Segment")) - _transactionDb.CreateSegmentTable(); - - if (!_transactionDb.TableExists("ParsingError")) - _transactionDb.CreateParsingErrorTable(); - - if (!_commonDb.FunctionExists("SplitSegment")) - _commonDb.CreateSplitSegmentFunction(); - - if (!_commonDb.FunctionExists("FlatElements")) - _commonDb.CreateFlatElementsFunction(); - - if (!_transactionDb.FunctionExists("GetAncestorLoops")) - _transactionDb.CreateGetAncestorLoopsFunction(); - - if (!_transactionDb.FunctionExists("GetDescendantLoops")) - _transactionDb.CreateGetDescendantLoopsFunction(); - - if (!_transactionDb.FunctionExists("GetTransactionSetSegments")) - _transactionDb.CreateGetTransactionSetSegmentsFunction(); - - if (!_transactionDb.FunctionExists("GetTransactionSegments")) - _transactionDb.CreateGetTransactionSegmentsFunction(); - - foreach (var spec in _specs.Values) - { - if (!_transactionDb.TableExists(spec.SegmentId)) - _transactionDb.CreateIndexedSegmentTable(spec, _commonDb.Schema); - else if (!_transactionDb.TableColumnExists(spec.SegmentId, "ErrorId")) - _transactionDb.AddErrorIdToIndexedSegmentTable(spec.SegmentId); - - foreach (var element in spec.Elements) - { - if (element.Type == ElementDataTypeEnum.Identifier && !string.IsNullOrEmpty(element.QualifierSetId) && element.AllowedIdentifiers.Count > 0) - { - if (_commonDb.ElementCountInX12CodeListTable(element.QualifierSetId) == 0) - { - foreach (var identifier in element.AllowedIdentifiers) - _commonDb.AddToX12CodeListTable(element.QualifierSetId, identifier.ID, identifier.Description); - } - } - } - } - - if (!_transactionDb.ViewExists("Entity") - && _specs.ContainsKey("NM1") - && _specs.ContainsKey("N1") - && _specs.ContainsKey("N3") - && _specs.ContainsKey("N4") - && _specs.ContainsKey("PER") - && _specs.ContainsKey("DMG")) - _transactionDb.CreateEntityView(_commonDb.Schema); - - _schemaEnsured = true; - } - } - - /// - /// Saves the entire interchange into the database as individual segments and the relationships between the segments and loops - /// - /// The parsed interchange object - /// - /// - /// The interchangeId from the database - public T Save(Interchange interchange, string filename, string userName) - { - EnsureSchema(); - int positionInInterchange = 1; - - T interchangeId = SaveInterchange(interchange, filename, userName); - try - { - SaveSegment(null, interchange, positionInInterchange, interchangeId); - - foreach (var fg in interchange.FunctionGroups) - { - T functionalGroupId = SaveFunctionalGroup(fg, interchangeId); - SaveSegment(null, fg, ++positionInInterchange, interchangeId, functionalGroupId); - - foreach (var tran in fg.Transactions) - { - string transactionSetCode = tran.IdentifierCode; - T transactionSetId = SaveTransactionSet(tran, interchangeId, functionalGroupId); - SaveSegment(null, tran, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); - - foreach (var seg in tran.Segments) - { - if (seg is HierarchicalLoopContainer) - { - positionInInterchange++; - SaveLoopAndChildren((HierarchicalLoopContainer)seg, ref positionInInterchange, interchangeId, functionalGroupId, transactionSetId, transactionSetCode, null); - } - else - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); - } - foreach (var hl in tran.HLoops) - { - positionInInterchange++; - SaveLoopAndChildren(hl, ref positionInInterchange, interchangeId, functionalGroupId, transactionSetId, transactionSetCode, null); - } - - foreach (var seg in tran.TrailerSegments) - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); - } - - foreach (var seg in fg.TrailerSegments) - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId); - } - - foreach (var seg in interchange.TrailerSegments) - SaveSegment(null, seg, ++positionInInterchange, interchangeId); - - ExecuteBatch(null); - return interchangeId; - } - catch (Exception) - { - MarkInterchangeWithError(interchangeId); - throw; - } - } - - /// - /// This will save revisions to an x12 transaction that was returned from the GetTransactionSegments method. - /// The update is stored as inserts into the database, and only the most current revision that hasn't been deleted is returned on the next retrieval - /// - /// The segments to be updated, only segments with a different SegmentString or Deleted value will be updated - /// The reason for the revision - /// Ther username of the user who has made the revision - /// - public int SaveRevision(IList> segments, string comments, string revisedBy) - { - int? revisionId; - using (SqlConnection conn = new SqlConnection(_dsn)) - { - conn.Open(); - var sqlTran = conn.BeginTransaction(); - try - { - - string sql = string.Format(@" -insert into [{0}].[Revision] (SchemaName,Comments,RevisionDate,RevisedBy) -values (@schemaName, @comments, getdate(), @revisedBy) - -select scope_identity()", _commonDb.Schema); - - SqlCommand cmd = new SqlCommand(sql, conn, sqlTran); - cmd.Parameters.AddWithValue("@schemaName", _schema); - cmd.Parameters.AddWithValue("@comments", comments); - cmd.Parameters.AddWithValue("@revisedBy", revisedBy); - revisionId = Convert.ToInt32(ExecuteScalar(cmd)); - - foreach (var segment in segments) - { - SaveSegment(sqlTran, segment.Segment, segment.PositionInInterchange, segment.InterchangeId, segment.FunctionalGroupId, segment.TransactionSetId, segment.ParentLoopId, segment.LoopId, revisionId, segment.RevisionId, segment.Deleted); - } - - sqlTran.Commit(); - } - catch (Exception) - { - sqlTran.Rollback(); - throw; - } - } - return revisionId.Value; - } - - private T SaveLoopAndChildren(HierarchicalLoopContainer loop, ref int positionInInterchange, T interchangeId, T functionalGroupId, T transactionSetId, string transactionSetCode, T? parentId) - { - T? loopId = null; - if (loop is HierarchicalLoop) - { - loopId = SaveHierarchicalLoop((HierarchicalLoop)loop, interchangeId, transactionSetId, transactionSetCode, parentId); - } - else if (loop is Loop) - { - loopId = SaveLoop((Loop)loop, interchangeId, transactionSetId, transactionSetCode, parentId); - } - if (loopId.HasValue) - { - SaveSegment(null, loop, positionInInterchange, interchangeId, functionalGroupId, transactionSetId, parentId, loopId); - - foreach (var seg in loop.Segments) - { - if (seg is HierarchicalLoopContainer) - { - positionInInterchange++; - SaveLoopAndChildren((HierarchicalLoopContainer)seg, ref positionInInterchange, interchangeId, functionalGroupId, transactionSetId, transactionSetCode, loopId); - } - else - SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId, loopId); - } - - foreach (var hl in loop.HLoops) - { - positionInInterchange++; - SaveLoopAndChildren(hl, ref positionInInterchange, interchangeId, functionalGroupId, transactionSetId, transactionSetCode, loopId); - } - return loopId.Value; - } - else - throw new InvalidOperationException(string.Format("Loop could not be created for interchange {0} position {1}.", interchangeId, positionInInterchange)); - } - - private void MarkInterchangeWithError(T interchangeId) - { - var cmd = new SqlCommand(string.Format("update [{0}].Interchange set HasError = 1 where Id = @interchangeId", _schema)); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - ExecuteCmd(cmd); - } - - protected virtual string GetContainerIdSql(string segmentId) - { - if (typeof(T) == typeof(Guid)) - { - return string.Format(@" -DECLARE @id uniqueidentifier - -SET @id = newid() - -INSERT INTO [{1}].[Container] (Id, SchemaName, Type) VALUES (@id, '{0}','{2}') - -SELECT @id ", _schema, _commonDb.Schema, segmentId); - } - else - { - return string.Format(@" -DECLARE @id int - -INSERT INTO [{1}].[Container] (SchemaName, Type) VALUES ('{0}','{2}') - -SET @id = scope_identity() - -SELECT @id ", _schema, _commonDb.Schema, segmentId); - } - - } - - private T SaveInterchange(Interchange interchange, string filename, string userName) - { - DateTime date = DateTime.MaxValue; - - try - { - date = interchange.InterchangeDate; - } - catch (Exception exc) - { - Trace.TraceWarning("Interchange date '{0}' and time '{1}' could not be parsed. {2}", interchange.GetElement(9), interchange.GetElement(10), exc.Message); - } - - SqlCommand cmd = new SqlCommand(GetContainerIdSql("ISA") + string.Format(@" -INSERT INTO [{0}].[Interchange] (Id, SenderId, ReceiverId, ControlNumber, [Date], SegmentTerminator, ElementSeparator, ComponentSeparator, Filename, HasError, CreatedBy, CreatedDate) -VALUES (@id, @senderId, @receiverId, @controlNumber, @date, @segmentTerminator, @elementSeparator, @componentSeparator, @filename, 0, @createdBy, getdate()) - -SELECT @id ", _schema)); - cmd.Parameters.AddWithValue("@senderId", interchange.InterchangeSenderId); - cmd.Parameters.AddWithValue("@receiverId", interchange.InterchangeReceiverId); - cmd.Parameters.AddWithValue("@controlNumber", interchange.InterchangeControlNumber); - cmd.Parameters.AddWithValue("@date", date); - cmd.Parameters.AddWithValue("@segmentTerminator", interchange.Delimiters.SegmentTerminator); - cmd.Parameters.AddWithValue("@elementSeparator", interchange.Delimiters.ElementSeparator); - cmd.Parameters.AddWithValue("@componentSeparator", interchange.Delimiters.SubElementSeparator); - cmd.Parameters.AddWithValue("@filename", filename); - cmd.Parameters.AddWithValue("@createdBy", userName); - - var interchangeId = ExecuteScalar(cmd); - return base.ConvertT(interchangeId); - } - - private T SaveFunctionalGroup(FunctionGroup functionGroup, T interchangeId) - { - string idCode; - DateTime date = DateTime.MaxValue; - int controlNumber = 0; - string version; - - if (functionGroup.FunctionalIdentifierCode.Length <= 2) - idCode = functionGroup.FunctionalIdentifierCode; - else - { - idCode = functionGroup.FunctionalIdentifierCode.Substring(0, 2); - Trace.TraceWarning("FunctionalIdentifier code '{0}' will be truncated because it exceeds the max length of 2.", functionGroup.FunctionalIdentifierCode); - } - try - { - date = functionGroup.Date; - } - catch (Exception exc) - { - Trace.TraceWarning("FunctionalGroup date '{0}' and time '{1}' could not be parsed. {2}", functionGroup.GetElement(4), functionGroup.GetElement(5), exc.Message); - } - try - { - controlNumber = functionGroup.ControlNumber; - } - catch (Exception exc) - { - Trace.TraceWarning("FunctionalGroup control number '{0}' could not be parsed. {1}", functionGroup.GetElement(6), exc.Message); - } - if (functionGroup.VersionIdentifierCode.Length <= 12) - version = functionGroup.VersionIdentifierCode; - else - { - version = functionGroup.VersionIdentifierCode.Substring(0, 12); - Trace.TraceWarning("FunctionalGroup version number '{0}' will be truncated because it exceeds the max length of 12.", functionGroup.VersionIdentifierCode); - } - - SqlCommand cmd = new SqlCommand(GetContainerIdSql("GS") + string.Format(@" -INSERT INTO [{0}].[FunctionalGroup] (Id, InterchangeId, FunctionalIdCode, Date, ControlNumber, Version) -VALUES (@id, @interchangeId, @functionalIdCode, @date, @controlNumber, @version) - -SELECT @id -", _schema, _commonDb.Schema)); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@functionalIdCode", idCode); - cmd.Parameters.AddWithValue("@date", date); - cmd.Parameters.AddWithValue("@controlNumber", controlNumber); - cmd.Parameters.AddWithValue("@version", version); - - return ConvertT(ExecuteScalar(cmd)); - } - - private T SaveTransactionSet(Transaction transaction, T interchangeId, T functionalGroupId) - { - string controlNumber = transaction.ControlNumber; - if (controlNumber.Length > 9) - { - controlNumber = controlNumber.Substring(0, 9); - Trace.TraceWarning("Transaction control number '{0}' will be truncated because it exceeds the max length of 9.",transaction.ControlNumber); - } - - SqlCommand cmd = new SqlCommand(GetContainerIdSql("ST") + string.Format(@" -INSERT INTO [{0}].[TransactionSet] (Id, InterchangeId, FunctionalGroupId, IdentifierCode, ControlNumber) -VALUES (@id, @interchangeId, @functionalGroupId, @identifierCode, @controlNumber) - -SELECT @id -", _schema, _commonDb.Schema)); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@functionalGroupId", functionalGroupId); - cmd.Parameters.AddWithValue("@identifierCode", transaction.IdentifierCode); - cmd.Parameters.AddWithValue("@controlNumber", controlNumber); - - return ConvertT(ExecuteScalar(cmd)); - } - - private T SaveHierarchicalLoop(HierarchicalLoop loop, T interchangeId, T transactionSetId, string transactionSetCode, T? parentLoopId) - { - SqlCommand cmd = new SqlCommand(GetContainerIdSql("HL") + string.Format(@" -INSERT INTO [{0}].[Loop] (Id, ParentLoopId, InterchangeId, TransactionSetId, TransactionSetCode, SpecLoopId, LevelId, LevelCode, StartingSegmentId) -VALUES (@id, @parentLoopId, @interchangeId, @transactionSetId, @transactionSetCode, @specLoopId, @levelId, @levelCode, 'HL') - -SELECT @id", _schema, _commonDb.Schema)); - cmd.Parameters.AddWithValue("@parentLoopId", (object)parentLoopId ?? DBNull.Value); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@transactionSetId", transactionSetId); - cmd.Parameters.AddWithValue("@transactionSetCode", transactionSetCode); - cmd.Parameters.AddWithValue("@specLoopId", loop.Specification.LoopId); - cmd.Parameters.AddWithValue("@levelId", loop.Id); - cmd.Parameters.AddWithValue("@levelCode", loop.LevelCode); - - return ConvertT(ExecuteScalar(cmd)); - } - - protected virtual string GetEntityTypeCode(Loop loop) - { - if (new string[] { "CLI", "CUR", "G18", "MRC", "N1", "NM1", "NX1", "RDI" }.Contains(loop.SegmentId)) - return loop.GetElement(1); - - if (new string[] { "ENT", "LCD", "NX1", "PLA", "PT" }.Contains(loop.SegmentId)) - return loop.GetElement(2); - - if (new string[] { "IN1", "NX1", "SCH" }.Contains(loop.SegmentId)) - return loop.GetElement(3); - - return null; - } - - protected string GetSaveLoopSql(T id, Loop loop, T interchangeId, T transactionSetId, string transactionSetCode, T? parentLoopId) - { - string entityIdentifierCode = GetEntityTypeCode(loop); - - StringBuilder sql = new StringBuilder(); - - sql.AppendFormat(@" -INSERT INTO [{0}].[Loop] (Id, ParentLoopId, InterchangeId, TransactionSetId, TransactionSetCode, SpecLoopId, StartingSegmentId, EntityIdentifierCode) -VALUES ('{1}', {2}, '{3}', '{4}', '{5}', '{6}', '{7}', {8}) ", _schema - , id - , !parentLoopId.HasValue ? "NULL" : string.Format("'{0}'", parentLoopId) - , interchangeId - , transactionSetId - , transactionSetCode - , loop.Specification.LoopId - , loop.SegmentId - , entityIdentifierCode == null ? "NULL" : string.Format("'{0}'", entityIdentifierCode) - ); - - return sql.ToString(); - } - - protected virtual T SaveLoop(Loop loop, T interchangeId, T transactionSetId, string transactionSetCode, T? parentLoopId) - { - T? id = null; - - SqlCommand cmd = new SqlCommand(GetContainerIdSql(loop.SegmentId)); - - try - { - id = ConvertT(ExecuteScalar(cmd)); - } - catch (Exception exc) - { - Trace.TraceError(exc.Message); - throw; - } - - try - { - ExecuteCmd(new SqlCommand(GetSaveLoopSql(id.Value, loop, interchangeId, transactionSetId, transactionSetCode, parentLoopId))); - } - catch (Exception exc) - { - Trace.TraceError(exc.Message); - throw; - } - - return id.Value; - } - - private bool SegmentHasChanged(DetachedSegment segment, int positionInInterchange, T interchangeId, int? previousRevisionId) - { - using (var conn = new SqlConnection(_dsn)) - { - SqlCommand cmd = new SqlCommand(string.Format(@" -select RevisionId, Deleted, Segment, r.RevisedBy, r.RevisionDate -from [{0}].Segment s -left join [{1}].Revision r on s.RevisionId = r.Id -where InterchangeId = @interchangeId and PositionInInterchange = @positionInInterchange -order by RevisionId desc", _schema, _commonDb.Schema), conn); - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@positionInInterchange", positionInInterchange); - - conn.Open(); - var reader = cmd.ExecuteReader(); - // only need to read first row - if (reader.Read()) - { - if (Convert.ToBoolean(reader["Deleted"])) - throw new InvalidOperationException(string.Format("Segment {0} of interchange {1} in position {2} has already been deleted by {3} at {4}.", segment.SegmentId, interchangeId, positionInInterchange, reader["RevisedBy"], reader["RevisionDate"])); - - if (previousRevisionId.HasValue && Convert.ToInt64(reader["RevisionId"]) != Convert.ToInt64(previousRevisionId)) - throw new InvalidOperationException(string.Format("Segment {0} of interchange {1} in position {2} has already been revised by {3} at {4}.", segment.SegmentId, interchangeId, positionInInterchange, reader["RevisedBy"], reader["RevisionDate"])); - - - - return Convert.ToString(reader["Segment"]) != segment.SegmentString; - } - else - { - throw new InvalidOperationException(string.Format("A segment does not exist for interchange {0} at position {1}.", interchangeId, positionInInterchange)); - } - } - } - - - protected virtual void SaveSegment(SqlTransaction tran, DetachedSegment segment, int positionInInterchange, T interchangeId, T? functionalGroupId = null, T? transactionSetId = null, T? parentLoopId = null, T? loopId = null, int? revisionId = null, int? previousRevisionId = null, bool deleted = false) - { - if (!revisionId.HasValue || SegmentHasChanged(segment, positionInInterchange, interchangeId, previousRevisionId) || deleted) - { - _segmentBatch.AddSegment(tran, interchangeId, positionInInterchange, - revisionId ?? 0, - ConvertT(functionalGroupId), - ConvertT(transactionSetId), - ConvertT(parentLoopId), - ConvertT(loopId), deleted, - segment, _specs.ContainsKey(segment.SegmentId) ? _specs[segment.SegmentId] : null); - - if (tran != null || _segmentBatch._segmentTable.Rows.Count >= _batchSize) - { - ExecuteBatch(tran); - } - } - } - - internal virtual void ExecuteBatch(SqlTransaction tran) - { - if (_segmentBatch.SegmentCount > 0) - { - try - { - using (var conn = tran == null ? new SqlConnection(_dsn) : tran.Connection) - { - if (conn.State != System.Data.ConnectionState.Open) - conn.Open(); - using (var sbc = new SqlBulkCopy(conn)) - { - sbc.DestinationTableName = string.Format("[{0}].Segment", _schema); - foreach (DataColumn c in _segmentBatch._segmentTable.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(_segmentBatch._segmentTable); - - foreach (var pair in _segmentBatch._parsedTables) - { - sbc.ColumnMappings.Clear(); - - sbc.DestinationTableName = string.Format("[{0}].[{1}]", _schema, pair.Key); - foreach (DataColumn c in pair.Value.Columns) - sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); - sbc.WriteToServer(pair.Value); - } - } - } - _segmentBatch = new SegmentBatch(this); - } - catch (Exception exc) - { - Trace.WriteLine(exc.Message); - Trace.TraceInformation("Error Saving {0} segments to db starting with {1}.", - _segmentBatch.SegmentCount, - _segmentBatch.StartingSegment); - - throw; - } - } - } - - public T PersistParsingError(T interchangeId, int positionInInterchange, int? revisionId, string errorMessage) - { - - var cmd = new SqlCommand(string.Format(@" -INSERT INTO [{0}].ParsingError (InterchangeId,PositionInInterchange,RevisionId,Message) -VALUES (@interchangeId, @positionInInterchange, @revisionId, @message) - -SELECT SCOPE_IDENTITY() -", _schema)); - - cmd.Parameters.AddWithValue("@interchangeId", interchangeId); - cmd.Parameters.AddWithValue("@positionInInterchange", positionInInterchange); - cmd.Parameters.AddWithValue("@revisionId", revisionId ?? 0); - cmd.Parameters.AddWithValue("@message", errorMessage); - - return ConvertT(ExecuteScalar(cmd)); - - } - - - protected void ExecuteCmd(SqlCommand cmd) - { - _transactionDb.ExecuteCmd(cmd); - } - - protected object ExecuteScalar(SqlCommand cmd) - { - return _transactionDb.ExecuteScalar(cmd); - } - } -} diff --git a/src/OopFactory.X12/Transformations/ITransformationService.cs b/src/OopFactory.X12/Transformations/ITransformationService.cs deleted file mode 100644 index 0481da58..00000000 --- a/src/OopFactory.X12/Transformations/ITransformationService.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Transformations -{ - public interface ITransformationService - { - string Transform(string x12); - } -} diff --git a/src/OopFactory.X12/Transformations/X12EdiParsingService.cs b/src/OopFactory.X12/Transformations/X12EdiParsingService.cs deleted file mode 100644 index c0d154bf..00000000 --- a/src/OopFactory.X12/Transformations/X12EdiParsingService.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Transformations -{ - public class X12EdiParsingService : ITransformationService - { - private bool _suppressComments; - private X12Parser _parser; - - public X12EdiParsingService(bool suppressComments, X12Parser parser) - { - _suppressComments = suppressComments; - _parser = parser; - } - - public X12EdiParsingService(bool suppressComments) : this(suppressComments, new X12Parser()) {} - - public X12EdiParsingService(bool suppressComments, ISpecificationFinder specFinder) : this(suppressComments, new X12Parser(specFinder, true)) {} - - public string Transform(string x12) - { - Interchange interchange = _parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(x12))).FirstOrDefault(); - return interchange.Serialize(_suppressComments); - } - - } -} diff --git a/src/OopFactory.X12/Transformations/X12HtmlTransformationService.cs b/src/OopFactory.X12/Transformations/X12HtmlTransformationService.cs deleted file mode 100644 index 31528e2c..00000000 --- a/src/OopFactory.X12/Transformations/X12HtmlTransformationService.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Xsl; -using System.IO; -using System.Xml; -using System.Reflection; - -namespace OopFactory.X12.Transformations -{ - public class X12HtmlTransformationService : X12TransformationService - { - private ITransformationService _preProcessor; - - public X12HtmlTransformationService(ITransformationService preProcessor) - : base(preProcessor) - { - _preProcessor = preProcessor; - } - - private static XslCompiledTransform _transform; - - protected override XslCompiledTransform GetTransform() - { - if (_transform == null) - { - _transform = new XslCompiledTransform(); - _transform.Load(XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Transformations.X12-XML-to-HTML.xslt"))); - } - return _transform; - } - } -} diff --git a/src/OopFactory.X12/Transformations/X12TransformationService.cs b/src/OopFactory.X12/Transformations/X12TransformationService.cs deleted file mode 100644 index 3f672827..00000000 --- a/src/OopFactory.X12/Transformations/X12TransformationService.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Reflection; -using System.Xml.Xsl; -using System.Xml; - -namespace OopFactory.X12.Transformations -{ - public abstract class X12TransformationService : ITransformationService - { - private ITransformationService _preProcessor; - - public X12TransformationService(ITransformationService preProcessor) - { - _preProcessor = preProcessor; - } - - protected abstract XslCompiledTransform GetTransform(); - - protected virtual XsltArgumentList GetArguments() - { - return new XsltArgumentList(); - } - - - #region ITransformationService Members - - public virtual string Transform(string x12) - { - string xml = _preProcessor.Transform(x12); - - XslCompiledTransform transform = GetTransform(); - - var writer = new StringWriter(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), GetArguments(), writer); - return writer.GetStringBuilder().ToString(); - } - - #endregion - } -} diff --git a/src/OopFactory.X12.AcknowledgeX12/App.config b/src/X12.AcknowledgeX12/App.config similarity index 69% rename from src/OopFactory.X12.AcknowledgeX12/App.config rename to src/X12.AcknowledgeX12/App.config index 014ce7be..63e4aab5 100644 --- a/src/OopFactory.X12.AcknowledgeX12/App.config +++ b/src/X12.AcknowledgeX12/App.config @@ -1,11 +1,11 @@ - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + diff --git a/src/X12.AcknowledgeX12/Program.cs b/src/X12.AcknowledgeX12/Program.cs new file mode 100644 index 00000000..f4707c7b --- /dev/null +++ b/src/X12.AcknowledgeX12/Program.cs @@ -0,0 +1,87 @@ +namespace X12.AcknowledgeX12 +{ + using System; + using System.Collections.Generic; + using System.Configuration; + using System.IO; + using System.Linq; + using System.Text; + + using X12.Parsing; + using X12.Shared.Models; + using X12.Specifications.Finders; + using X12.Validation; + using X12.Validation.Model; + + /// + /// Primary class for the AcknowledgeX12 application + /// + public class Program + { + /// + /// Primary entry point for the AcknowldegeX12 utility + /// + /// Additional command arguments for option overloading + public static void Main(string[] args) + { + string inputFilename = args[0]; + string outputFilename = args[1]; + string isaControlNumber = args.Length > 2 ? args[2] : "999"; + string gsControlNumber = args.Length > 3 ? args[3] : "99"; + + var service = new X12AcknowledgmentService(); + + using (var fs = new FileStream(inputFilename, FileMode.Open, FileAccess.Read)) + { + using (var reader = new X12StreamReader(fs, Encoding.UTF8)) + { + var firstTrans = reader.ReadNextTransaction(); + if (reader.LastTransactionCode == "837") + { + if (reader.TransactionContainsSegment(firstTrans.Transactions[0], "SV2")) + { + service = new InstitutionalClaimAcknowledgmentService(); + } + + if (reader.TransactionContainsSegment(firstTrans.Transactions[0], "SV1")) + { + service = new X12AcknowledgmentService(new ProfessionalClaimSpecificationFinder()); + } + } + } + } + + using (var fs = new FileStream(inputFilename, FileMode.Open, FileAccess.Read)) + { + // Create aknowledgements and identify errors + IList responses = service.AcknowledgeTransactions(fs); + + // Change any acknowledgment codes here to reject transactions with errors + // CUSTOM BUSINESS LOGIC HERE + + // Transform to outbound interchange for serialization + var interchange = new Interchange(DateTime.Now, int.Parse(isaControlNumber), true) + { + AuthorInfoQualifier = ConfigurationManager.AppSettings["AuthorInfoQualifier"], + AuthorInfo = ConfigurationManager.AppSettings["AuthorInfo"], + SecurityInfoQualifier = ConfigurationManager.AppSettings["SecurityInfoQualifier"], + SecurityInfo = ConfigurationManager.AppSettings["SecurityInfo"], + InterchangeSenderIdQualifier = ConfigurationManager.AppSettings["InterchangeSenderIdQualifier"], + InterchangeSenderId = ConfigurationManager.AppSettings["InterchangeSenderId"], + InterchangeReceiverIdQualifier = responses.First().SenderIdQualifier, + InterchangeReceiverId = responses.First().SenderId + }; + interchange.SetElement(12, "00501"); + + FunctionGroup group = interchange.AddFunctionGroup("FA", DateTime.Now, int.Parse(gsControlNumber)); + group.ApplicationSendersCode = ConfigurationManager.AppSettings["InterchangeSenderId"]; + group.VersionIdentifierCode = "005010X231A1"; + + group.Add999Transaction(responses); + + // This is a demonstration example only, change true to false to create continous x12 without line feeds. + File.WriteAllText(outputFilename, interchange.SerializeToX12(true)); + } + } + } +} diff --git a/src/OopFactory.X12.AcknowledgeX12/Properties/AssemblyInfo.cs b/src/X12.AcknowledgeX12/Properties/AssemblyInfo.cs similarity index 89% rename from src/OopFactory.X12.AcknowledgeX12/Properties/AssemblyInfo.cs rename to src/X12.AcknowledgeX12/Properties/AssemblyInfo.cs index dd13aa6f..695380dd 100644 --- a/src/OopFactory.X12.AcknowledgeX12/Properties/AssemblyInfo.cs +++ b/src/X12.AcknowledgeX12/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.AcknowledgeX12")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OopFactory.X12.AcknowledgeX12")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9a525f2c-2e53-424d-87a4-7865e4bfe3b5")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.AcknowledgeX12")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("X12.AcknowledgeX12")] +[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("9a525f2c-2e53-424d-87a4-7865e4bfe3b5")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/X12.AcknowledgeX12/X12.AcknowledgeX12.csproj b/src/X12.AcknowledgeX12/X12.AcknowledgeX12.csproj new file mode 100644 index 00000000..6e9aa465 --- /dev/null +++ b/src/X12.AcknowledgeX12/X12.AcknowledgeX12.csproj @@ -0,0 +1,108 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {60D11F71-5197-4E36-A57F-B8DDCC108006} + Exe + Properties + X12.AcknowledgeX12 + X12.AcknowledgeX12 + v4.6.1 + + + 512 + SAK + SAK + SAK + SAK + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + ..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll + + + + + + + ..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll + + + ..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll + + + ..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll + + + + + + + + + + + + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + {65b52e5e-4105-4a4b-ab14-d16dfc3942a4} + X12.Validation + + + + + \ No newline at end of file diff --git a/src/X12.AcknowledgeX12/packages.config b/src/X12.AcknowledgeX12/packages.config new file mode 100644 index 00000000..ab7e0f18 --- /dev/null +++ b/src/X12.AcknowledgeX12/packages.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/ADAJ400_Red.gif b/src/X12.Hipaa.ClaimParser/ADAJ400_Red.gif similarity index 100% rename from src/OopFactory.X12.Hipaa.ClaimParser/ADAJ400_Red.gif rename to src/X12.Hipaa.ClaimParser/ADAJ400_Red.gif diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/App.config b/src/X12.Hipaa.ClaimParser/App.config similarity index 69% rename from src/OopFactory.X12.Hipaa.ClaimParser/App.config rename to src/X12.Hipaa.ClaimParser/App.config index 9211112c..71cd2ba5 100644 --- a/src/OopFactory.X12.Hipaa.ClaimParser/App.config +++ b/src/X12.Hipaa.ClaimParser/App.config @@ -1,8 +1,8 @@ - - - - - - - - \ No newline at end of file + + + + + + + + diff --git a/src/X12.Hipaa.ClaimParser/ExecutionOptions.cs b/src/X12.Hipaa.ClaimParser/ExecutionOptions.cs new file mode 100644 index 00000000..f91056bb --- /dev/null +++ b/src/X12.Hipaa.ClaimParser/ExecutionOptions.cs @@ -0,0 +1,73 @@ +namespace X12.Hipaa.ClaimParser +{ + using System; + using System.Collections.Generic; + using System.Configuration; + using System.IO; + + /// + /// Represents a collection of additional application options + /// + public class ExecutionOptions + { + private readonly List options; + + /// + /// Initializes a new instance of the class + /// + /// Additional commandline arguments + public ExecutionOptions(string[] args) + { + this.Path = args.Length > 0 ? args[0] : Environment.CurrentDirectory; + this.SearchPattern = args.Length > 1 ? args[1] : "*.*"; + this.OutputPath = args.Length > 2 ? args[2] : Environment.CurrentDirectory; + this.options = new List(); + + for (int i = 3; i < args.Length; i++) + { + this.options.Add(args[i].ToUpper()); + } + } + + /// + /// Gets the input path for source files + /// + public string Path { get; } + + /// + /// Gets the file search pattern for finding valid source files + /// + public string SearchPattern { get; } + + /// + /// Gets the output path for processed files + /// + public string OutputPath { get; } + + /// + /// Gets the flag whether the X12 document should be converted to XML + /// + public bool MakeXml => !this.options.Contains("NOXML"); + + /// + /// Gets the flag whether the X12 document should be converted to PDF + /// + public bool MakePdf => !this.options.Contains("NOPDF"); + + /// + /// Gets the name of the log file for additional messages + /// + public string LogFile => ConfigurationManager.AppSettings["LogFile"]; + + /// + /// Prints a message to the console and logfile + /// + /// Message to be printed + public void WriteLine(string content) + { + string contents = $"{DateTime.Now}: {content}"; + Console.WriteLine(contents); + File.AppendAllText(this.LogFile, contents); + } + } +} diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/HCFA1500_Red.gif b/src/X12.Hipaa.ClaimParser/HCFA1500_Red.gif similarity index 100% rename from src/OopFactory.X12.Hipaa.ClaimParser/HCFA1500_Red.gif rename to src/X12.Hipaa.ClaimParser/HCFA1500_Red.gif diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/Program.cs b/src/X12.Hipaa.ClaimParser/Program.cs similarity index 51% rename from src/OopFactory.X12.Hipaa.ClaimParser/Program.cs rename to src/X12.Hipaa.ClaimParser/Program.cs index 7af7186a..4da02ab0 100644 --- a/src/OopFactory.X12.Hipaa.ClaimParser/Program.cs +++ b/src/X12.Hipaa.ClaimParser/Program.cs @@ -1,82 +1,92 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Xml; -using System.Configuration; -using OopFactory.X12.Parsing; -using OopFactory.X12.Hipaa.Claims.Services; - -namespace OopFactory.X12.Hipaa.ClaimParser -{ - class Program - { - static void Main(string[] args) - { - bool throwException = Convert.ToBoolean(ConfigurationManager.AppSettings["ThrowExceptionOnSyntaxErrors"]); - - var opts = new ExecutionOptions(args); - InstitutionalClaimToUB04ClaimFormTransformation institutionalClaimToUB04ClaimFormTransformation = new InstitutionalClaimToUB04ClaimFormTransformation("UB04_Red.gif"); - var service = new ClaimFormTransformationService( - new ProfessionalClaimToHcfa1500FormTransformation("HCFA1500_Red.gif"), - institutionalClaimToUB04ClaimFormTransformation, - new DentalClaimToJ400FormTransformation("ADAJ400_Red.gif"), - new X12Parser(throwException)); - - foreach (var filename in Directory.GetFiles(opts.Path, opts.SearchPattern, SearchOption.TopDirectoryOnly)) - { - try - { -#if DEBUG - FileStream stream = new FileStream(filename, FileMode.Open, FileAccess.Read); - var parser = new X12.Parsing.X12Parser(); - var interchange = parser.ParseMultiple(stream).First(); - File.WriteAllText(filename + ".dat", interchange.SerializeToX12(true)); - stream.Close(); -#endif - DateTime start = DateTime.Now; - FileStream inputFilestream = new FileStream(filename, FileMode.Open, FileAccess.Read); - - Dictionary revenueDictionary=new Dictionary(); - revenueDictionary["0572"] = "Test Code"; - service.FillRevenueCodeDescriptionMapping(revenueDictionary); - var claimDoc = service.Transform837ToClaimDocument(inputFilestream); - institutionalClaimToUB04ClaimFormTransformation.PerPageTotalChargesView = true; - FileInfo fi = new FileInfo(filename); - DirectoryInfo di = new DirectoryInfo(opts.OutputPath); - - if (opts.MakeXml) - { - string outputFilename = string.Format("{0}\\{1}.xml", di.FullName, fi.Name); - - string xml = claimDoc.Serialize(); - xml = xml.Replace("encoding=\"utf-16\"", "encoding=\"utf-8\""); - File.WriteAllText(outputFilename, xml); - } - - if (opts.MakePdf) - { - string outputFilename = string.Format("{0}\\{1}.pdf", di.FullName, fi.Name); - using (FileStream pdfOutput = new FileStream(outputFilename, FileMode.Create, FileAccess.Write)) - { - XmlDocument foDoc = new XmlDocument(); - string foXml = service.TransformClaimDocumentToFoXml(claimDoc); - foDoc.LoadXml(foXml); - - var driver = Fonet.FonetDriver.Make(); - driver.Render(foDoc, pdfOutput); - pdfOutput.Close(); - } - } - - opts.WriteLine(string.Format("{0} parsed in {1}.", filename, DateTime.Now - start)); - } - catch (Exception exc) - { - opts.WriteLine(string.Format("Exception occurred: {0}. {1}. {2}", exc.GetType().FullName, exc.Message, exc.StackTrace)); - } - } - } - } -} +namespace X12.Hipaa.ClaimParser +{ + using System; + using System.Collections.Generic; + using System.Configuration; + using System.IO; + using System.Linq; + using System.Xml; + + using Fonet; + + using X12.Hipaa.Claims.Services; + using X12.Parsing; + + /// + /// Primary driver for the Hippa.ClaimParser + /// + public class Program + { + /// + /// Main entry point for the Hippa.ClaimParser driver + /// + /// Additional arguments for driver options + public static void Main(string[] args) + { + bool throwException = Convert.ToBoolean(ConfigurationManager.AppSettings["ThrowExceptionOnSyntaxErrors"]); + + var opts = new ExecutionOptions(args); + var institutionalClaimToUb04ClaimFormTransformation = new InstitutionalClaimToUb04ClaimFormTransformation("UB04_Red.gif"); + var service = new ClaimFormTransformationService( + new ProfessionalClaimToHcfa1500FormTransformation("HCFA1500_Red.gif"), + institutionalClaimToUb04ClaimFormTransformation, + new DentalClaimToJ400FormTransformation("ADAJ400_Red.gif"), + new X12Parser(throwException)); + + foreach (var filename in Directory.GetFiles(opts.Path, opts.SearchPattern, SearchOption.TopDirectoryOnly)) + { + try + { +#if DEBUG + var stream = new FileStream(filename, FileMode.Open, FileAccess.Read); + var parser = new X12Parser(); + var interchange = parser.ParseMultiple(stream).First(); + File.WriteAllText(filename + ".dat", interchange.SerializeToX12(true)); + stream.Close(); +#endif + DateTime start = DateTime.Now; + var inputFilestream = new FileStream(filename, FileMode.Open, FileAccess.Read); + + var revenueDictionary = new Dictionary + { + ["0572"] = "Test Code" + }; + service.FillRevenueCodeDescriptionMapping(revenueDictionary); + var claimDoc = service.Transform837ToClaimDocument(inputFilestream); + institutionalClaimToUb04ClaimFormTransformation.PerPageTotalChargesView = true; + var fi = new FileInfo(filename); + var di = new DirectoryInfo(opts.OutputPath); + + if (opts.MakeXml) + { + string outputFilename = $"{di.FullName}\\{fi.Name}.xml"; + string xml = claimDoc.Serialize(); + xml = xml.Replace("encoding=\"utf-16\"", "encoding=\"utf-8\""); + File.WriteAllText(outputFilename, xml); + } + + if (opts.MakePdf) + { + string outputFilename = $"{di.FullName}\\{fi.Name}.pdf"; + using (FileStream pdfOutput = new FileStream(outputFilename, FileMode.Create, FileAccess.Write)) + { + var foDoc = new XmlDocument(); + string foXml = service.TransformClaimDocumentToFoXml(claimDoc); + foDoc.LoadXml(foXml); + + FonetDriver driver = FonetDriver.Make(); + driver.Render(foDoc, pdfOutput); + pdfOutput.Close(); + } + } + + opts.WriteLine($"{filename} parsed in {DateTime.Now - start}."); + } + catch (Exception exc) + { + opts.WriteLine($"Exception occurred: {exc.GetType().FullName}. {exc.Message}. {exc.StackTrace}"); + } + } + } + } +} diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/Properties/AssemblyInfo.cs b/src/X12.Hipaa.ClaimParser/Properties/AssemblyInfo.cs similarity index 89% rename from src/OopFactory.X12.Hipaa.ClaimParser/Properties/AssemblyInfo.cs rename to src/X12.Hipaa.ClaimParser/Properties/AssemblyInfo.cs index 6a2990bb..846f756a 100644 --- a/src/OopFactory.X12.Hipaa.ClaimParser/Properties/AssemblyInfo.cs +++ b/src/X12.Hipaa.ClaimParser/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Hipaa.ClaimParser")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("OopFactory.X12.Hipaa.ClaimParser")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6dc65d4b-7f73-485a-97f1-fd69c061d817")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Hipaa.ClaimParser")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("X12.Hipaa.ClaimParser")] +[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("6dc65d4b-7f73-485a-97f1-fd69c061d817")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/OopFactory.X12.Hipaa.ClaimParser/UB04_Red.gif b/src/X12.Hipaa.ClaimParser/UB04_Red.gif similarity index 100% rename from src/OopFactory.X12.Hipaa.ClaimParser/UB04_Red.gif rename to src/X12.Hipaa.ClaimParser/UB04_Red.gif diff --git a/src/X12.Hipaa.ClaimParser/X12.Hipaa.ClaimParser.csproj b/src/X12.Hipaa.ClaimParser/X12.Hipaa.ClaimParser.csproj new file mode 100644 index 00000000..4c0fb39f --- /dev/null +++ b/src/X12.Hipaa.ClaimParser/X12.Hipaa.ClaimParser.csproj @@ -0,0 +1,124 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {1E3BD8A3-21EA-4B71-8A55-31910211A316} + Exe + Properties + X12.Hipaa.ClaimParser + X12.Hipaa.ClaimParser + v4.6.1 + + + 512 + SAK + SAK + SAK + SAK + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\..\packages\Fonet.1.0\lib\net20\Fonet.dll + + + + + ..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll + + + + + ..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll + + + ..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll + + + ..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll + + + + + + + + + + + + + + + + Always + + + Always + + + Always + + + + + + Designer + + + + + + {203c0f4b-d1f0-4c20-8968-7dbd84f4a815} + X12.Hipaa + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + + + \ No newline at end of file diff --git a/lib/fop.xsd b/src/X12.Hipaa.ClaimParser/fop.xsd similarity index 100% rename from lib/fop.xsd rename to src/X12.Hipaa.ClaimParser/fop.xsd diff --git a/src/X12.Hipaa.ClaimParser/packages.config b/src/X12.Hipaa.ClaimParser/packages.config new file mode 100644 index 00000000..16b652e7 --- /dev/null +++ b/src/X12.Hipaa.ClaimParser/packages.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12.Hipaa/ClaimDocument.xsd b/src/X12.Hipaa/ClaimDocument.xsd similarity index 98% rename from src/OopFactory.X12.Hipaa/ClaimDocument.xsd rename to src/X12.Hipaa/ClaimDocument.xsd index 8c1f6ff7..c1f37336 100644 --- a/src/OopFactory.X12.Hipaa/ClaimDocument.xsd +++ b/src/X12.Hipaa/ClaimDocument.xsd @@ -1,369 +1,369 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusBase.cs b/src/X12.Hipaa/ClaimStatus/ClaimStatusBase.cs similarity index 61% rename from src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusBase.cs rename to src/X12.Hipaa/ClaimStatus/ClaimStatusBase.cs index d8567553..57595785 100644 --- a/src/OopFactory.X12.Hipaa/ClaimStatus/ClaimStatusBase.cs +++ b/src/X12.Hipaa/ClaimStatus/ClaimStatusBase.cs @@ -1,18 +1,17 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.ClaimStatus -{ - public class ClaimStatusBase - { - public EntityName Source { get; set; } - public EntityName Receiver { get; set; } - public EntityName ServiceProvider { get; set; } - public Member Subscriber { get; set; } - public Member Dependent { get; set; } - - } -} +namespace X12.Hipaa.ClaimStatus +{ + using X12.Hipaa.Common; + + public class ClaimStatusBase + { + public EntityName Source { get; set; } + + public EntityName Receiver { get; set; } + + public EntityName ServiceProvider { get; set; } + + public Member Subscriber { get; set; } + + public Member Dependent { get; set; } + } +} diff --git a/src/X12.Hipaa/ClaimStatus/ClaimStatusResponse.cs b/src/X12.Hipaa/ClaimStatus/ClaimStatusResponse.cs new file mode 100644 index 00000000..e04d361c --- /dev/null +++ b/src/X12.Hipaa/ClaimStatus/ClaimStatusResponse.cs @@ -0,0 +1,19 @@ +namespace X12.Hipaa.ClaimStatus +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + public class ClaimStatusResponse : ClaimStatusBase + { + public ClaimStatusResponse() + { + if (this.ServiceLineResponses == null) + { + this.ServiceLineResponses = new List(); + } + } + + [XmlElement(ElementName = "ServiceLineResponse")] + public List ServiceLineResponses { get; set; } + } +} diff --git a/src/X12.Hipaa/ClaimStatus/ClaimStatusServiceLineResponse.cs b/src/X12.Hipaa/ClaimStatus/ClaimStatusServiceLineResponse.cs new file mode 100644 index 00000000..a1a16f3c --- /dev/null +++ b/src/X12.Hipaa/ClaimStatus/ClaimStatusServiceLineResponse.cs @@ -0,0 +1,9 @@ +namespace X12.Hipaa.ClaimStatus +{ + using System; + + public class ClaimStatusServiceLineResponse + { + public DateTime BeginDate { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/BillingInformation.cs b/src/X12.Hipaa/Claims/BillingInformation.cs new file mode 100644 index 00000000..ac481938 --- /dev/null +++ b/src/X12.Hipaa/Claims/BillingInformation.cs @@ -0,0 +1,40 @@ +namespace X12.Hipaa.Claims +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + + /// + /// Represents the billing information for a claim + /// + public class BillingInformation + { + /// + /// Initializes a new instance of the class + /// + public BillingInformation() + { + if (this.Providers == null) + { + this.Providers = new List(); + } + } + + /// + /// Gets or sets the currency used for the claim + /// + public Lookup Currency { get; set; } + + /// + /// Gets or sets the provider's information + /// + public ProviderInformation ProviderInfo { get; set; } + + /// + /// Gets or sets the collection of providers + /// + [XmlElement(ElementName = Enums.ClaimElements.Provider)] + public List Providers { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Claim.cs b/src/X12.Hipaa/Claims/Claim.cs similarity index 53% rename from src/OopFactory.X12.Hipaa/Claims/Claim.cs rename to src/X12.Hipaa/Claims/Claim.cs index 6be1d0ed..f2c4360b 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Claim.cs +++ b/src/X12.Hipaa/Claims/Claim.cs @@ -1,352 +1,372 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public enum ClaimTypeEnum - { - Professional, - Institutional, - Dental - } - - [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] - public class Claim - { - public Claim() - { - if (Dates == null) Dates = new List(); - if (Amounts == null) Amounts = new List(); - if (DateRanges == null) DateRanges = new List(); - if (Providers == null) Providers = new List(); - if (ServiceLines == null) ServiceLines = new List(); - if (OtherSubscriberInformations == null) OtherSubscriberInformations = new List(); - } - [XmlAttribute] - public string Version { get; set; } - [XmlAttribute] - public ClaimTypeEnum Type { get; set; } - [XmlAttribute] - public string RelatedCauseCode1 { get; set; } - [XmlAttribute] - public string RelatedCauseCode2 { get; set; } - [XmlAttribute] - public string RelatedCauseCode3 { get; set; } - [XmlAttribute] - public string AutoAccidentState { get; set; } - [XmlAttribute] - public string PatientSignatureSourceCode { get; set; } - [XmlAttribute] - public string TransactionCode { get; set; } - [XmlAttribute] - public string ClaimNumber { get; set; } - [XmlAttribute] - public string BillTypeCode { get; set; } - [XmlAttribute] - public string PatientControlNumber { get; set; } - [XmlAttribute] - public decimal TotalClaimChargeAmount { get; set; } - [XmlAttribute] - public string ProviderSignatureOnFile { get; set; } - [XmlAttribute] - public string ProviderAcceptAssignmentCode { get; set; } - [XmlAttribute] - public string BenefitsAssignmentCertificationIndicator { get; set; } - [XmlAttribute] - public string ReleaseOfInformationCode { get; set; } - [XmlAttribute] - public string PriorAuthorizationNumber { get; set; } - - [XmlElement(ElementName = "Date")] - public List Dates { get; set; } - - [XmlElement(ElementName = "Amount")] - public List Amounts { get; set; } - - [XmlElement(ElementName = "DateRange")] - public List DateRanges { get; set; } - - - public ServiceLocationInformation ServiceLocationInfo { get; set; } - - public Entity Submitter { get; set; } - public Entity Receiver { get; set; } - public BillingInformation BillingInfo { get; set; } - public ProviderInformation ProviderInfo { get; set; } - public SubmitterInfo SubmitterInfo { get; set; } - public ClaimMember Subscriber { get; set; } - public Entity Payer { get; set; } - public ClaimMember Patient { get; set; } - - [XmlElement(ElementName = "OtherSubscriberInformation")] - public List OtherSubscriberInformations { get; set; } - - #region Institional Claim Properties - - /// - /// Box 3B on the UB04 - /// - [XmlAttribute] - public string MedicalRecordNumber { get; set; } - - /// - /// Box 14 of the UB04 - /// - public Lookup AdmissionType { get; set; } - - /// - /// Box 15 of the UB04 - /// - public Lookup AdmissionSource { get; set; } - - /// - /// Box 17 of the UB04 - /// - public Lookup PatientStatus { get; set; } - - /// - /// Box 71 of the UB04 - /// - public Lookup DiagnosisRelatedGroup { get; set; } - - // Used by CMS-1500 - public SubscriberInformation SubscriberInformation { get; set; } - - [XmlElement(ElementName = "Condition")] - public List Conditions { get; set; } - - [XmlElement(ElementName = "Occurrence")] - public List Occurrences { get; set; } - - [XmlElement(ElementName = "OccurrenceSpan")] - public List OccurrenceSpans { get; set; } - - [XmlElement(ElementName = "Value")] - public List Values { get; set; } - - [XmlElement(ElementName = "Diagnosis")] - public List Diagnoses { get; set; } - - [XmlElement(ElementName = "Procedure")] - public List Procedures { get; set; } - - [XmlElement(ElementName = "Provider")] - public List Providers { get; set; } - - [XmlElement(ElementName = "Identification")] - public List Identifications { get; set; } - - #endregion - - [XmlElement(ElementName = "Note")] - public List Notes { get; set; } - - [XmlElement(ElementName="ServiceLine")] - public List ServiceLines { get; set; } - - #region Calculated Fields - - public decimal? PatientAmountPaid - { - get - { - var amount = Amounts.FirstOrDefault(a => a.Qualifier == "F5"); - if (amount != null) - return amount.Amount; - else - return null; - } - } - - /// - /// Box 6 on the UB04 - /// - public DateTime? StatementFromDate - { - get - { - var dateRange = DateRanges.FirstOrDefault(dr => dr.Qualifier == "434"); - if (dateRange != null) - return dateRange.BeginDate; - else - { - var date = Dates.FirstOrDefault(dr => dr.Qualifier == "434"); - if (date != null) - return date.Date; - else if (ServiceLines.Count > 0) - return ServiceLines.Min(sl => sl.ServiceDateFrom); - else - return null; - } - } - } - - [XmlAttribute(AttributeName = "StatementFromDate", DataType = "date")] - public DateTime SerializableStatementFromDate - { - get { return StatementFromDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializableStatementFromDateSpecified - { - get { return StatementFromDate.HasValue; } - set { } - } - - /// - /// Box 6 on the UB04 - /// - public DateTime? StatementToDate - { - get - { - var dateRange = DateRanges.FirstOrDefault(dr => dr.Qualifier == "434"); - if (dateRange != null) - return dateRange.EndDate; - else - { - var date = Dates.FirstOrDefault(dr => dr.Qualifier == "434"); - if (date != null) - return date.Date; - else if (ServiceLines.Count > 0) - return ServiceLines.Max(sl => sl.ServiceDateTo); - else - return null; - } - } - } - - [XmlAttribute(AttributeName = "StatementToDate", DataType = "date")] - public DateTime SerializableStatementToDate - { - get { return StatementToDate ?? DateTime.MinValue; } - set { } - } - - [XmlIgnore] - public bool SerializableStatementToDateSpecified - { - get { return StatementToDate.HasValue; } - set { } - } - - /// - /// Box 12 and 13 on the UB04 - /// - public DateTime? AdmissionDate - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "435"); - if (date != null) - return date.Date; - else - return null; - } - } - - /// - /// Box 16 of the UB04 - /// - public DateTime? DischargeTime - { - get - { - var date = Dates.FirstOrDefault(d => d.Qualifier == "096"); - if (date != null) - return date.Date; - else - return null; - } - } - - public Provider ServiceLocation - { - get - { - var serviceFacilityLocation = ServiceFacilityLocation; - if (serviceFacilityLocation != null) - return serviceFacilityLocation; - else - { - if (BillingInfo != null) - return BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "85"); - else - return null; - } - } - } - - public Provider BillingProvider - { - get - { - if (BillingInfo != null) - { - return BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "85"); - } - else - return null; - } - } - - public Provider PayToProvider - { - get - { - if (BillingInfo != null) - { - var payToProvider = BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "87"); - if (payToProvider != null) - return payToProvider; - else // the billing provider is the pay to provider when the pay-to provider is not present - return BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "85"); - } - else - return null; - } - } - - public Provider PayToPlan - { - get - { - if (BillingInfo != null) - return BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "PE"); - else - return null; - } - } - - public Provider AttendingProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "71"); } } - public Provider OperatingPhysician { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "72"); } } - public Provider OtherOperatingPhysician { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "ZZ"); } } - public Provider RenderingProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "82"); } } - public Provider ServiceFacilityLocation { get { return Providers.FirstOrDefault(p => new string[] {"77", "FA", "LI", "TL"}.Contains(p.Name.Type.Identifier)); } } - public Provider ReferringProvider { get { return Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DN" || p.Name.Type.Identifier == "P3"); } } - - #endregion - - #region Serialization Methods - public string Serialize() - { - StringWriter writer = new StringWriter(); - new XmlSerializer(typeof(Claim)).Serialize(writer, this); - return writer.ToString(); - } - - public static Claim Deserialize(string xml) - { - XmlSerializer serializer = new XmlSerializer(typeof(Claim)); - return (Claim)serializer.Deserialize(new StringReader(xml)); - } - #endregion - } -} +namespace X12.Hipaa.Claims +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + /// + /// Represents a health insurance claim object + /// + [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] + public class Claim + { + /// + /// Initializes a new instance of the class + /// + public Claim() + { + if (this.Dates == null) + { + this.Dates = new List(); + } + + if (this.Amounts == null) + { + this.Amounts = new List(); + } + + if (this.DateRanges == null) + { + this.DateRanges = new List(); + } + + if (this.Providers == null) + { + this.Providers = new List(); + } + + if (this.ServiceLines == null) + { + this.ServiceLines = new List(); + } + + if (this.OtherSubscriberInformations == null) + { + this.OtherSubscriberInformations = new List(); + } + } + + [XmlAttribute] + public string Version { get; set; } + + [XmlAttribute] + public ClaimType Type { get; set; } + + [XmlAttribute] + public string RelatedCauseCode1 { get; set; } + + [XmlAttribute] + public string RelatedCauseCode2 { get; set; } + + [XmlAttribute] + public string RelatedCauseCode3 { get; set; } + + [XmlAttribute] + public string AutoAccidentState { get; set; } + + [XmlAttribute] + public string PatientSignatureSourceCode { get; set; } + + [XmlAttribute] + public string TransactionCode { get; set; } + + [XmlAttribute] + public string ClaimNumber { get; set; } + + [XmlAttribute] + public string BillTypeCode { get; set; } + + [XmlAttribute] + public string PatientControlNumber { get; set; } + + [XmlAttribute] + public decimal TotalClaimChargeAmount { get; set; } + + [XmlAttribute] + public string ProviderSignatureOnFile { get; set; } + + [XmlAttribute] + public string ProviderAcceptAssignmentCode { get; set; } + + [XmlAttribute] + public string BenefitsAssignmentCertificationIndicator { get; set; } + + [XmlAttribute] + public string ReleaseOfInformationCode { get; set; } + + [XmlAttribute] + public string PriorAuthorizationNumber { get; set; } + + [XmlElement(ElementName = ClaimElements.Date)] + public List Dates { get; set; } + + [XmlElement(ElementName = ClaimElements.Amount)] + public List Amounts { get; set; } + + [XmlElement(ElementName = ClaimElements.DateRange)] + public List DateRanges { get; set; } + + public ServiceLocationInformation ServiceLocationInfo { get; set; } + + public Entity Submitter { get; set; } + + public Entity Receiver { get; set; } + + public BillingInformation BillingInfo { get; set; } + + public ProviderInformation ProviderInfo { get; set; } + + public SubmitterInfo SubmitterInfo { get; set; } + + public ClaimMember Subscriber { get; set; } + + public Entity Payer { get; set; } + + public ClaimMember Patient { get; set; } + + [XmlElement(ElementName = "OtherSubscriberInformation")] + public List OtherSubscriberInformations { get; set; } + + #region Institional Claim Properties + /// + /// Box 3B on the UB04 + /// + [XmlAttribute] + public string MedicalRecordNumber { get; set; } + + /// + /// Box 14 of the UB04 + /// + public Lookup AdmissionType { get; set; } + + /// + /// Box 15 of the UB04 + /// + public Lookup AdmissionSource { get; set; } + + /// + /// Box 17 of the UB04 + /// + public Lookup PatientStatus { get; set; } + + /// + /// Box 71 of the UB04 + /// + public Lookup DiagnosisRelatedGroup { get; set; } + + // Used by CMS-1500 + public SubscriberInformation SubscriberInformation { get; set; } + + [XmlElement(ElementName = "Condition")] + public List Conditions { get; set; } + + [XmlElement(ElementName = "Occurrence")] + public List Occurrences { get; set; } + + [XmlElement(ElementName = "OccurrenceSpan")] + public List OccurrenceSpans { get; set; } + + [XmlElement(ElementName = "Value")] + public List Values { get; set; } + + [XmlElement(ElementName = "Diagnosis")] + public List Diagnoses { get; set; } + + [XmlElement(ElementName = "Procedure")] + public List Procedures { get; set; } + + [XmlElement(ElementName = ClaimElements.Provider)] + public List Providers { get; set; } + + [XmlElement(ElementName = "Identification")] + public List Identifications { get; set; } + + #endregion + + [XmlElement(ElementName = ClaimElements.Note)] + public List Notes { get; set; } + + [XmlElement(ElementName = ClaimElements.ServiceLine)] + public List ServiceLines { get; set; } + + #region Calculated Fields + public decimal? PatientAmountPaid + { + get + { + var amount = this.Amounts.FirstOrDefault(a => a.Qualifier == "F5"); + return amount?.Amount; + } + } + + /// + /// Box 6 on the UB04 + /// + public DateTime? StatementFromDate + { + get + { + var dateRange = this.DateRanges.FirstOrDefault(dr => dr.Qualifier == "434"); + if (dateRange != null) + { + return dateRange.BeginDate; + } + else + { + var date = this.Dates.FirstOrDefault(dr => dr.Qualifier == "434"); + if (date != null) + { + return date.Date; + } + else if (this.ServiceLines.Count > 0) + { + return this.ServiceLines.Min(sl => sl.ServiceDateFrom); + } + else + { + return null; + } + } + } + } + + [XmlAttribute(AttributeName = "StatementFromDate", DataType = "date")] + public DateTime SerializableStatementFromDate => this.StatementFromDate ?? DateTime.MinValue; + + [XmlIgnore] + public bool SerializableStatementFromDateSpecified => this.StatementFromDate.HasValue; + + /// + /// Box 6 on the UB04 + /// + public DateTime? StatementToDate + { + get + { + var dateRange = this.DateRanges.FirstOrDefault(dr => dr.Qualifier == "434"); + if (dateRange != null) + { + return dateRange.EndDate; + } + else + { + var date = this.Dates.FirstOrDefault(dr => dr.Qualifier == "434"); + if (date != null) + { + return date.Date; + } + else if (this.ServiceLines.Count > 0) + { + return this.ServiceLines.Max(sl => sl.ServiceDateTo); + } + else + { + return null; + } + } + } + } + + [XmlAttribute(AttributeName = "StatementToDate", DataType = "date")] + public DateTime SerializableStatementToDate => this.StatementToDate ?? DateTime.MinValue; + + [XmlIgnore] + public bool SerializableStatementToDateSpecified => this.StatementToDate.HasValue; + + /// + /// Box 12 and 13 on the UB04 + /// + public DateTime? AdmissionDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "435"); + return date?.Date; + } + } + + /// + /// Box 16 of the UB04 + /// + public DateTime? DischargeTime + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "096"); + return date?.Date; + } + } + + public Provider ServiceLocation + { + get + { + return this.ServiceFacilityLocation + ?? this.BillingInfo?.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "85"); + } + } + + public Provider BillingProvider => this.BillingInfo?.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "85"); + + public Provider PayToProvider + { + get + { + if (this.BillingInfo != null) + { + var payToProvider = this.BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "87"); + return payToProvider ?? this.BillingInfo.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "85"); + } + else + { + return null; + } + } + } + + public Provider PayToPlan => this.BillingInfo?.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "PE"); + + public Provider AttendingProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "71"); + + public Provider OperatingPhysician => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "72"); + + public Provider OtherOperatingPhysician => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "ZZ"); + + public Provider RenderingProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "82"); + + public Provider ServiceFacilityLocation => this.Providers.FirstOrDefault(p => new[] {"77", "FA", "LI", "TL"}.Contains(p.Name.Type.Identifier)); + + public Provider ReferringProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DN" || p.Name.Type.Identifier == "P3"); + + #endregion + + #region Serialization Methods + /// + /// Deserializes an XML string into its model representation + /// + /// XML data string to deserialize + /// Claim model deserialized from string + public static Claim Deserialize(string xml) + { + var serializer = new XmlSerializer(typeof(Claim)); + return (Claim)serializer.Deserialize(new StringReader(xml)); + } + + /// + /// Serializes the object into an XML data string + /// + /// XML string representation of object + public string Serialize() + { + var writer = new StringWriter(); + new XmlSerializer(typeof(Claim)).Serialize(writer, this); + return writer.ToString(); + } + #endregion + } +} diff --git a/src/X12.Hipaa/Claims/ClaimDocument.cs b/src/X12.Hipaa/Claims/ClaimDocument.cs new file mode 100644 index 00000000..c1101940 --- /dev/null +++ b/src/X12.Hipaa/Claims/ClaimDocument.cs @@ -0,0 +1,53 @@ +namespace X12.Hipaa.Claims +{ + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + /// + /// Represents a claims document + /// + [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] + public class ClaimDocument + { + /// + /// Initializes a new instance of the class + /// + public ClaimDocument() + { + if (this.Claims == null) + { + this.Claims = new List(); + } + } + + /// + /// Gets or sets the collection of objects + /// + [XmlElement(ElementName = Enums.FormElements.Claim)] + public List Claims { get; set; } + + /// + /// Deserializes an XML representation of an object and returns the + /// + /// string representation of object to deserialize + /// represented by string + /// Thrown if string does not contain a valid + public static ClaimDocument Deserialize(string xml) + { + var serializer = new XmlSerializer(typeof(ClaimDocument)); + return (ClaimDocument)serializer.Deserialize(new StringReader(xml)); + } + + /// + /// Serializes the object to XML and returns the string representation + /// + /// String representation of the object in XML + public string Serialize() + { + var writer = new StringWriter(); + new XmlSerializer(typeof(ClaimDocument)).Serialize(writer, this); + return writer.ToString(); + } + } +} diff --git a/src/X12.Hipaa/Claims/ClaimMember.cs b/src/X12.Hipaa/Claims/ClaimMember.cs new file mode 100644 index 00000000..62225539 --- /dev/null +++ b/src/X12.Hipaa/Claims/ClaimMember.cs @@ -0,0 +1,8 @@ +namespace X12.Hipaa.Claims +{ + using X12.Hipaa.Common; + + public class ClaimMember : Member + { + } +} diff --git a/src/X12.Hipaa/Claims/ClaimsAdjustment.cs b/src/X12.Hipaa/Claims/ClaimsAdjustment.cs new file mode 100644 index 00000000..9d3846c9 --- /dev/null +++ b/src/X12.Hipaa/Claims/ClaimsAdjustment.cs @@ -0,0 +1,31 @@ +namespace X12.Hipaa.Claims +{ + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + public class ClaimsAdjustment + { + [XmlAttribute] + public string GroupCode { get; set; } + + [XmlAttribute] + public string ReasonCode { get; set; } + + [XmlAttribute] + public decimal Amount { get; set; } + + [XmlIgnore] + public decimal? Quantity { get; set; } + + [XmlAttribute(AttributeName = ClaimElements.Quantity)] + public decimal SerializableQuantity + { + get { return this.Quantity.GetValueOrDefault(); } + set { this.Quantity = value; } + } + + [XmlIgnore] + public bool SerializableQuantitySpecified => this.Quantity.HasValue; + } +} diff --git a/src/X12.Hipaa/Claims/Diagnosis.cs b/src/X12.Hipaa/Claims/Diagnosis.cs new file mode 100644 index 00000000..ad49a6f7 --- /dev/null +++ b/src/X12.Hipaa/Claims/Diagnosis.cs @@ -0,0 +1,114 @@ +namespace X12.Hipaa.Claims +{ + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + public class Diagnosis + { + /// + /// Gets the value represented by the object's qualifier + /// + [XmlAttribute] + public DiagnosisType DiagnosisType + { + get + { + switch (this.Qualifier) + { + case "ABK": + case "BK": + return DiagnosisType.Principal; + case "ABJ": + case "BJ": + return DiagnosisType.Admitting; + case "APR": + case "PR": + return DiagnosisType.PatientReason; + case "ABN": + case "BN": + return DiagnosisType.ExternalCauseOfInjury; + case "ABF": + case "BF": + return DiagnosisType.Other; + default: + return DiagnosisType.Unknown; + } + } + } + + /// + /// Gets the value represented by object's qualifier + /// + [XmlAttribute] + public CodeList Version + { + get + { + switch (this.Qualifier) + { + case "ABK": + case "ABJ": + case "APR": + case "ABN": + case "ABF": + return CodeList.ICD10; + case "BK": + case "BJ": + case "PR": + case "BN": + case "BF": + return CodeList.ICD9; + default: + return CodeList.Unknown; + } + } + } + + /// + /// Gets the value represented by the object's POI indicator + /// + [XmlAttribute] + public PresentOnAdmission Poi + { + get + { + switch (this.PoiIndicator) + { + case "N": + return PresentOnAdmission.No; + case "Y": + return PresentOnAdmission.Yes; + case "W": + return PresentOnAdmission.NotApplicable; + default: + return PresentOnAdmission.Unknown; + } + } + } + + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public string Code { get; set; } + + [XmlAttribute] + public string PoiIndicator { get; set; } + + /// + /// Returns the object's code in a formatted string + /// + /// string representation with object's code + public string FormattedCode() + { + if (string.IsNullOrWhiteSpace(this.Code) || this.Code.Length <= 3 || this.Code.Contains('.')) + { + return this.Code; + } + + return this.Version == CodeList.ICD9 ? $"{this.Code.Substring(0, 3)}.{this.Code.Substring(3)}" : this.Code; + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/DrugIdentification.cs b/src/X12.Hipaa/Claims/DrugIdentification.cs similarity index 57% rename from src/OopFactory.X12.Hipaa/Claims/DrugIdentification.cs rename to src/X12.Hipaa/Claims/DrugIdentification.cs index 20e7347d..c87d3ce8 100644 --- a/src/OopFactory.X12.Hipaa/Claims/DrugIdentification.cs +++ b/src/X12.Hipaa/Claims/DrugIdentification.cs @@ -1,22 +1,19 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class DrugIdentification - { - [XmlAttribute] - public string Ndc { get; set; } - - [XmlAttribute] - public decimal Quantity { get; set; } - - public Lookup UnitOfMeasure { get; set; } - - public Identification Identification { get; set; } - } -} +namespace X12.Hipaa.Claims +{ + using System.Xml.Serialization; + + using X12.Hipaa.Common; + + public class DrugIdentification + { + [XmlAttribute] + public string Ndc { get; set; } + + [XmlAttribute] + public decimal Quantity { get; set; } + + public Lookup UnitOfMeasure { get; set; } + + public Identification Identification { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/..svnbridge/.svnbridge b/src/X12.Hipaa/Claims/Forms/Dental/..svnbridge/.svnbridge similarity index 100% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Dental/..svnbridge/.svnbridge rename to src/X12.Hipaa/Claims/Forms/Dental/..svnbridge/.svnbridge diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400Block.cs b/src/X12.Hipaa/Claims/Forms/Dental/J400Block.cs similarity index 58% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400Block.cs rename to src/X12.Hipaa/Claims/Forms/Dental/J400Block.cs index ac9ff499..47b4c2a2 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400Block.cs +++ b/src/X12.Hipaa/Claims/Forms/Dental/J400Block.cs @@ -1,15 +1,10 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms -{ - public class J400Block - { - public string Line1 { get; set; } - public string Line2 { get; set; } - public string Line3 { get; set; } - public string Line4 { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms +{ + public class J400Block + { + public string Line1 { get; set; } + public string Line2 { get; set; } + public string Line3 { get; set; } + public string Line4 { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400Claim.cs b/src/X12.Hipaa/Claims/Forms/Dental/J400Claim.cs similarity index 96% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400Claim.cs rename to src/X12.Hipaa/Claims/Forms/Dental/J400Claim.cs index 0f3eae34..a0a1a5ab 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400Claim.cs +++ b/src/X12.Hipaa/Claims/Forms/Dental/J400Claim.cs @@ -1,123 +1,121 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Dental -{ - public class J400Claim - { - public J400Claim() - { - if (Field03_BenefitPlanInformation == null) Field03_BenefitPlanInformation = new J400Block(); - if (Field11_OtherSubscriberBenefitPlanInformation == null) Field11_OtherSubscriberBenefitPlanInformation = new J400Block(); - if (Field12_SubscriberInformation == null) Field12_SubscriberInformation = new J400Block(); - if (Field20_PatientInformation == null) Field20_PatientInformation = new J400Block(); - if (ServiceLines == null) ServiceLines = new List(); - if (Field34_MissingTeethPositions == null) Field34_MissingTeethPositions = new List(); - if (Field48_BillingDentistInformation == null) Field48_BillingDentistInformation = new J400Block(); - } - - // HEADER INFORMATION - public bool Field01_TypeOfTransaction_StatementOfActualServices { get; set; } - public bool Field01_TypeOfTransaction_Preauthorization { get; set; } - public bool Field01_TypeOfTransaction_EpsdtTitleXIX { get; set; } - public string Field02_PreauthorizationNumber { get; set; } - - // INSURANCE COMPANY/DENTAL BENEFIT PLAN INFORMATION - public J400Block Field03_BenefitPlanInformation { get; set; } - - // OTHER COVERAGE - public bool Field04_OtherDentalOrMedicalCoverage { get; set; } - public string Field05_OtherSubscriberName { get; set; } - public DateTime? Field06_OtherSubscriberDateOfBirth { get; set; } - public bool Field07_OtherSubscriberGender_Male { get; set; } - public bool Field07_OtherSubscriberGender_Female { get; set; } - public string Field08_OtherSubscriberId { get; set; } - public string Field09_OtherSubscriberGroupNumber { get; set; } - public bool Field10_PatientRelationshipToOtherSubscriber_Self { get; set; } - public bool Field10_PatientRelationshipToOtherSubscriber_Spouse { get; set; } - public bool Field10_PatientRelationshipToOtherSubscriber_Dependent { get; set; } - public bool Field10_PatientRelationshipToOtherSubscriber_Other { get; set; } - public J400Block Field11_OtherSubscriberBenefitPlanInformation { get; set; } - - // POLICYHOLDER/SUBSCRIBER INFORMATION - public J400Block Field12_SubscriberInformation { get; set; } - public DateTime? Field13_SubscriberDateOfBirth { get; set; } - public bool Field14_SubscriberGender_Male { get; set; } - public bool Field14_SubscriberGender_Female { get; set; } - public string Field15_SubscriberId { get; set; } - public string Field16_SubscriberGroupNumber { get; set; } - public string Field17_SubscriberEmployerName { get; set; } - - // PATIENT INFORMATION - public bool Field18_PatientRelationshipToSubscriber_Self { get; set; } - public bool Field18_PatientRelationshipToSubscriber_Spouse { get; set; } - public bool Field18_PatientRelationshipToSubscriber_Dependent { get; set; } - public bool Field18_PatientRelationshipToSubscriber_Other { get; set; } - public bool Field19_PatientStudentStatus_FTS { get; set; } - public bool Field19_PatientStudentStatus_PTS { get; set; } - public J400Block Field20_PatientInformation { get; set; } - public DateTime? Field21_PatientDateOfBirth { get; set; } - public bool Field22_PatientGender_Male { get; set; } - public bool Field22_PatientGender_Female { get; set; } - public string Field23_PatientAccountNumber { get; set; } - - // RECORD OF SERVICES PROVIDED - public List ServiceLines { get; set; } - - public decimal? Field32_OtherFees { get; set; } - public decimal? Field33_TotalFee { get; set; } - - public List Field34_MissingTeethPositions { get; set; } - - public string Field35_Remarks { get; set; } - - // AUTHORIZATIONS - public string Field36_PatientSignature { get; set; } - public DateTime? Field36_PatientSignatureDate { get; set; } - - public string Feild37_SubscriberSignature { get; set; } - public DateTime? Field37_SubscriberSignatureDate { get; set; } - - // ANCILLARY CLAIM/TREATMENT INFORMATION - public bool Field38_PlaceOfTreatment_ProvidersOffice { get; set; } - public bool Field38_PlaceOfTreatment_Hospital { get; set; } - public bool Field38_PlaceOfTreatment_Ecf { get; set; } - public bool Field38_PlaceOfTreatment_Other { get; set; } - - public string Field39_NumberOfEnclosures_Radiographs { get; set; } - public string Field39_NumberOfEnclosures_OralImages { get; set; } - public string Field39_NumberOfEnclosures_Models { get; set; } - - public bool Field40_IsTreatmentForOrthodontics { get; set; } - - public DateTime? Field41_DateAppliancePlaced { get; set; } - public string Field42_MonthsOfTreatmentRemaining { get; set; } - public bool Field43_ReplacementOfProsthesis { get; set; } - public DateTime? Field44_DateOfPriorPlacement { get; set; } - public bool Field45_TreatmentResultingFrom_OccupationalIllnessInjury { get; set; } - public bool Field45_TreatmentResultingFrom_AutoAccident { get; set; } - public bool Field45_TreatmentResultingFrom_OtherAccident { get; set; } - public DateTime? Field46_DateOfAccident { get; set; } - public string Field47_AutoAccidentState { get; set; } - - // BILLING DENTIST OR DENTAL ENTITY - public J400Block Field48_BillingDentistInformation { get; set; } - public string Field49_BillingDentistNpi { get; set; } - public string Field50_BillingDentistLicenseNumber { get; set; } - public string Field51_BillingDentistSsnOrTin { get; set; } - public string Field52_BillingDentistPhoneNumber { get; set; } - public string FIeld52A_BillingDentistAdditionalProviderId { get; set; } - - // TREATING DENTIST AND TREATMENT LOCATION INFORMATION - public string Field53_TreatingDentistSignature { get; set; } - public DateTime? Field53_TreatingDentistSignatureDate { get; set; } - public string Field54_TreatingDentistNpi { get; set; } - public string Field55_TreatingDentistLicenseNumber { get; set; } - public string Field56_TreatingDentistAddress { get; set; } - public string Field56A_TreatingDentistProviderSpecialtyCode { get; set; } - public string Field57_TreatingDentistPhoneNumber { get; set; } - public string Field58_TeatingDentistAdditionalPRoviderId { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms.Dental +{ + using System; + using System.Collections.Generic; + + public class J400Claim + { + public J400Claim() + { + if (Field03_BenefitPlanInformation == null) Field03_BenefitPlanInformation = new J400Block(); + if (Field11_OtherSubscriberBenefitPlanInformation == null) Field11_OtherSubscriberBenefitPlanInformation = new J400Block(); + if (Field12_SubscriberInformation == null) Field12_SubscriberInformation = new J400Block(); + if (Field20_PatientInformation == null) Field20_PatientInformation = new J400Block(); + if (ServiceLines == null) ServiceLines = new List(); + if (Field34_MissingTeethPositions == null) Field34_MissingTeethPositions = new List(); + if (Field48_BillingDentistInformation == null) Field48_BillingDentistInformation = new J400Block(); + } + + // HEADER INFORMATION + public bool Field01_TypeOfTransaction_StatementOfActualServices { get; set; } + public bool Field01_TypeOfTransaction_Preauthorization { get; set; } + public bool Field01_TypeOfTransaction_EpsdtTitleXIX { get; set; } + public string Field02_PreauthorizationNumber { get; set; } + + // INSURANCE COMPANY/DENTAL BENEFIT PLAN INFORMATION + public J400Block Field03_BenefitPlanInformation { get; set; } + + // OTHER COVERAGE + public bool Field04_OtherDentalOrMedicalCoverage { get; set; } + public string Field05_OtherSubscriberName { get; set; } + public DateTime? Field06_OtherSubscriberDateOfBirth { get; set; } + public bool Field07_OtherSubscriberGender_Male { get; set; } + public bool Field07_OtherSubscriberGender_Female { get; set; } + public string Field08_OtherSubscriberId { get; set; } + public string Field09_OtherSubscriberGroupNumber { get; set; } + public bool Field10_PatientRelationshipToOtherSubscriber_Self { get; set; } + public bool Field10_PatientRelationshipToOtherSubscriber_Spouse { get; set; } + public bool Field10_PatientRelationshipToOtherSubscriber_Dependent { get; set; } + public bool Field10_PatientRelationshipToOtherSubscriber_Other { get; set; } + public J400Block Field11_OtherSubscriberBenefitPlanInformation { get; set; } + + // POLICYHOLDER/SUBSCRIBER INFORMATION + public J400Block Field12_SubscriberInformation { get; set; } + public DateTime? Field13_SubscriberDateOfBirth { get; set; } + public bool Field14_SubscriberGender_Male { get; set; } + public bool Field14_SubscriberGender_Female { get; set; } + public string Field15_SubscriberId { get; set; } + public string Field16_SubscriberGroupNumber { get; set; } + public string Field17_SubscriberEmployerName { get; set; } + + // PATIENT INFORMATION + public bool Field18_PatientRelationshipToSubscriber_Self { get; set; } + public bool Field18_PatientRelationshipToSubscriber_Spouse { get; set; } + public bool Field18_PatientRelationshipToSubscriber_Dependent { get; set; } + public bool Field18_PatientRelationshipToSubscriber_Other { get; set; } + public bool Field19_PatientStudentStatus_FTS { get; set; } + public bool Field19_PatientStudentStatus_PTS { get; set; } + public J400Block Field20_PatientInformation { get; set; } + public DateTime? Field21_PatientDateOfBirth { get; set; } + public bool Field22_PatientGender_Male { get; set; } + public bool Field22_PatientGender_Female { get; set; } + public string Field23_PatientAccountNumber { get; set; } + + // RECORD OF SERVICES PROVIDED + public List ServiceLines { get; set; } + + public decimal? Field32_OtherFees { get; set; } + public decimal? Field33_TotalFee { get; set; } + + public List Field34_MissingTeethPositions { get; set; } + + public string Field35_Remarks { get; set; } + + // AUTHORIZATIONS + public string Field36_PatientSignature { get; set; } + public DateTime? Field36_PatientSignatureDate { get; set; } + + public string Feild37_SubscriberSignature { get; set; } + public DateTime? Field37_SubscriberSignatureDate { get; set; } + + // ANCILLARY CLAIM/TREATMENT INFORMATION + public bool Field38_PlaceOfTreatment_ProvidersOffice { get; set; } + public bool Field38_PlaceOfTreatment_Hospital { get; set; } + public bool Field38_PlaceOfTreatment_Ecf { get; set; } + public bool Field38_PlaceOfTreatment_Other { get; set; } + + public string Field39_NumberOfEnclosures_Radiographs { get; set; } + public string Field39_NumberOfEnclosures_OralImages { get; set; } + public string Field39_NumberOfEnclosures_Models { get; set; } + + public bool Field40_IsTreatmentForOrthodontics { get; set; } + + public DateTime? Field41_DateAppliancePlaced { get; set; } + public string Field42_MonthsOfTreatmentRemaining { get; set; } + public bool Field43_ReplacementOfProsthesis { get; set; } + public DateTime? Field44_DateOfPriorPlacement { get; set; } + public bool Field45_TreatmentResultingFrom_OccupationalIllnessInjury { get; set; } + public bool Field45_TreatmentResultingFrom_AutoAccident { get; set; } + public bool Field45_TreatmentResultingFrom_OtherAccident { get; set; } + public DateTime? Field46_DateOfAccident { get; set; } + public string Field47_AutoAccidentState { get; set; } + + // BILLING DENTIST OR DENTAL ENTITY + public J400Block Field48_BillingDentistInformation { get; set; } + public string Field49_BillingDentistNpi { get; set; } + public string Field50_BillingDentistLicenseNumber { get; set; } + public string Field51_BillingDentistSsnOrTin { get; set; } + public string Field52_BillingDentistPhoneNumber { get; set; } + public string FIeld52A_BillingDentistAdditionalProviderId { get; set; } + + // TREATING DENTIST AND TREATMENT LOCATION INFORMATION + public string Field53_TreatingDentistSignature { get; set; } + public DateTime? Field53_TreatingDentistSignatureDate { get; set; } + public string Field54_TreatingDentistNpi { get; set; } + public string Field55_TreatingDentistLicenseNumber { get; set; } + public string Field56_TreatingDentistAddress { get; set; } + public string Field56A_TreatingDentistProviderSpecialtyCode { get; set; } + public string Field57_TreatingDentistPhoneNumber { get; set; } + public string Field58_TeatingDentistAdditionalPRoviderId { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400ServiceLine.cs b/src/X12.Hipaa/Claims/Forms/Dental/J400ServiceLine.cs similarity index 76% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400ServiceLine.cs rename to src/X12.Hipaa/Claims/Forms/Dental/J400ServiceLine.cs index 619f5f27..5e92531b 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Dental/J400ServiceLine.cs +++ b/src/X12.Hipaa/Claims/Forms/Dental/J400ServiceLine.cs @@ -1,19 +1,16 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Dental -{ - public class J400ServiceLine - { - public DateTime? Field24_ProcedureDate { get; set; } - public string Field25_AreaOfOralCavity { get; set; } - public string Field26_ToothSystem { get; set; } - public string Field27_ToothNumberOrLetter { get; set; } - public string Field28_ToothSurface { get; set; } - public string Field29_ProcedureCode { get; set; } - public string Field30_Description { get; set; } - public decimal? Field31_Fee { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms.Dental +{ + using System; + + public class J400ServiceLine + { + public DateTime? Field24_ProcedureDate { get; set; } + public string Field25_AreaOfOralCavity { get; set; } + public string Field26_ToothSystem { get; set; } + public string Field27_ToothNumberOrLetter { get; set; } + public string Field28_ToothSurface { get; set; } + public string Field29_ProcedureCode { get; set; } + public string Field30_Description { get; set; } + public decimal? Field31_Fee { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/Dental/J515Claim.cs b/src/X12.Hipaa/Claims/Forms/Dental/J515Claim.cs new file mode 100644 index 00000000..288a12a5 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Dental/J515Claim.cs @@ -0,0 +1,298 @@ +namespace X12.Hipaa.Claims.Forms.Dental +{ + using System.Collections.Generic; + +#if DEBUG + class J515Claim + { + /* + * 2011/8/16, jhalliday - New Data Model for 837D (Dental) claim. + * + * Team: dstrubhar, jhalliday and epkrause + * + * Purpose: + * To create a C# object model that will serve as a container for the X12 837D data + * AS ENTERED from a J515 (ADA Dental Claim Form) dental claim form. + * + * Goal: + * The team has the overall goal of creating tools that can be used to consume and + * manipulate X12 messages (AKA files/documents) without the need to have a big project + * budget. For that reason, this and the related X12 Parser project tools are all open + * source and freely usable. + + * Fields in the J515 object model are defined in the order they appear on the J515 form. + */ + + //// TODO: The following private strings are useless. However, they have comments that match their respective property + //// It would be highly beneficial to put the comment with the property, for ease of use + private string + _field01_TypeOfTransaction; // 1 = Statement of Actual Services, 2 = Request for Predetermination/Preauthorization, 3 = EPSDT / Title XIX + + private string _field04_OtherDentalOrMedicalCoverage; // 1 = No, 2 = Yes + + private string _field06_DateOfBirth; // MMDDCCYY + + private string _field07_Gender; // 1 = Male, 2 = Female + + private string _field08_SubscriberIdentifier; // SSN or ID# + + private string _field10_RelationshipToPrimarySubscriber_Self; // 1 = Yes, 2 = No (checkbox) + + private string _field10_RelationshipToPrimarySubscriber_Spouse; // 1 = Yes, 2 = No (checkbox) + + private string _field10_RelationshipToPrimarySubscriber_Dependent; // 1 = Yes, 2 = No (checkbox) + + private string _field10_RelationshipToPrimarySubscriber_Other; // 1 = Yes, 2 = No (checkbox) + + private string _field13_PrimarySubscriberDateOfBirth; // MMDDCCYY + + private string _field14_Gender; // 1 = Male, 2 = Female + + private string _field15_SubscriberIdentifier; // SSN and ID# + + private string _field18_RelationshipToPrimarySubscriber; // 1 = Self, 2 = Spouse, 3 = Dependent Child, 4 = Other + + private string _field19_StudentStatus; // 1 = Full Time Student, 2 = Part Time Student + + private string _field21_PatientDateOfBirth; // MMDDCCYY + + private string _field22_PatientGender; // 1 = Male, 2 = Female + + private string _field23_PatientID_OrAccountNumber; // Dentist assigned + + private List _field24_31_ServiceLines; // Review J515ServiceLines class for details + + private List _field34_MissingTeethInfo_Permanent; // 32 teeth of an adult + + private List _field34_MissingTeethInfo_Primary; // 20 teeth of a child + + private string _field36_Authorizations_PatientGuardianSignature; // 1 = Signed, 2 = Unsigned + + private string _field36_Authorizations_PatientGuardianSignatureDate; // MMDDCCYY - Date signed + + private string _field37_Authorizations_SubscriberSignature; // 1 = Signed, 2 = Unsigned + + private string _field37_Authorizations_SubscriberSignatureDate; // MMDDCCYY - Date signed + + private string _field38_PlaceOfTreatment; // 1 = Provider's Office, 2 = Hospital, 3 = ECF, 4 = Other + + private string _field40_IsTreatmentForOrthodontics; // 1 = No, 2 = Yes + + private string _field41_DateAppliancePlaced; // MMDDCCYY + + private string _field43_ReplacementOfProsthesis; // 1 = No, 2 = Yes + + private string _field44_DatePriorReplacement; // MMDDCCYY + + private string _field45_TreatmentResultingFrom_OccupationalIllnessOrInjury; // 1 = Yes, 2 = No + + private string _field45_TreatmentResultingFrom_AutoAccident; // 1 = Yes, 2 = No + + private string _field45_TreatmentResultingFrom_OtherAccident; // 1 = Yes, 2 = No + + private string _field46_DateOfAccident; // MMDDCCYY + + private string _field52_ProviderPhone_AreaCode; // 3 digits + + private string _field52_ProviderPhone_Number; // ? digits + + private string _field53_TreatingDentistSignature; // 1 = Signed, 2 = Unsigned + + private string _field53_TreatingDentistSignatureDate; // MMDDCCYY - Date signed + + private string _field58_TreatingProviderSpecialty; // 10 characters + + public string Field01_TypeOfTransaction { get; set; } + + public string Field02_PredeterminationOrPreauthorizationNumber { get; set; } + + public string Field03_PrimaryPayer_Name { get; set; } + + public string Field03_PrimaryPayer_Address { get; set; } + + public string Field03_PrimaryPayer_City { get; set; } + + public string Field03_PrimaryPayer_State { get; set; } + + public string Field03_PrimaryPayer_Zip { get; set; } + + public string Field04_OtherDentalOrMedicalCoverage { get; set; } + + public string Field05_SubscriberName_Last { get; set; } + + public string Field05_SubscriberName_First { get; set; } + + public string Field05_SubscriberName_Middle { get; set; } + + public string Field05_SubscriberName_Suffix { get; set; } + + public string Field06_DateOfBirth { get; set; } + + public string Field07_Gender { get; set; } + + public string Field08_SubscriberIdentifier { get; set; } + + public string Field09_PlanOrGroupNumber { get; set; } + + public string Field10_RelationshipToPrimarySubscriber_Self { get; set; } + + public string Field10_RelationshipToPrimarySubscriber_Spouse { get; set; } + + public string Field10_RelationshipToPrimarySubscriber_Dependent { get; set; } + + public string Field10_RelationshipToPrimarySubscriber_Other { get; set; } + + public string Field11_OtherCarrier_Name { get; set; } + + public string Field11_OtherCarrier_Address { get; set; } + + public string Field11_OtherCarrier_City { get; set; } + + public string Field11_OtherCarrier_State { get; set; } + + public string Field11_OtherCarrier_Zip { get; set; } + + public string Field12_PrimarySubscriberName_Last { get; set; } + + public string Field12_PrimarySubscriberName_First { get; set; } + + public string Field12_PrimarySubscriberName_Middle { get; set; } + + public string Field12_PrimarySubscriberName_Suffix { get; set; } + + public string Field12_PrimarySubscriber_Address { get; set; } + + public string Field12_PrimarySubscriber_City { get; set; } + + public string Field12_PrimarySubscriber_State { get; set; } + + public string Field12_PrimarySubscriber_Zip { get; set; } + + public string Field13_PrimarySubscriberDateOfBirth { get; set; } + + public string Field14_Gender { get; set; } + + public string Field15_SubscriberIdentifier { get; set; } + + public string Field16_PlanOrGroupNumber { get; set; } + + public string Field17_EmployerName { get; set; } + + public string Field18_RelationshipToPrimarySubscriber { get; set; } + + public string Field19_StudentStatus { get; set; } + + public string Field20_PatientName_Last { get; set; } + + public string Field20_PatientName_First { get; set; } + + public string Field20_PatientName_Middle { get; set; } + + public string Field20_PatientName_Suffix { get; set; } + + public string Field20_PatientAddress { get; set; } + + public string Field20_PatientCity { get; set; } + + public string Field20_PatientState { get; set; } + + public string Field20_PatientZip { get; set; } + + public string Field21_PatientDateOfBirth { get; set; } + + public string Field22_PatientGender { get; set; } + + public string Field23_PatientID_OrAccountNumber { get; set; } + + public List Field24_31_ServiceLines { get; set; } + + public decimal Field32_OtherFees { get; set; } + + public decimal Field33_TotalFees { get; set; } + + public List Field34_MissingTeethInfo_Permanent { get; set; } + + public List Field34_MissingTeethInfo_Primary { get; set; } + + public string Field35_Remarks { get; set; } + + public string Field36_Authorizations_PatientGuardianSignature { get; set; } + + public string Field36_Authorizations_PatientGuardianSignatureDate { get; set; } + + public string Field37_Authorizations_SubscriberSignature { get; set; } + + public string Field37_Authorizations_SubscriberSignatureDate { get; set; } + + public string Field38_PlaceOfTreatment { get; set; } + + public string Field39_NumberOfEnclosures_Radiographs { get; set; } + + public string Field39_NumberOfEnclosures_OralImages { get; set; } + + public string Field39_NumberOfEnclosures_Models { get; set; } + + public string Field40_IsTreatmentForOrthodontics { get; set; } + + public string Field41_DateAppliancePlaced { get; set; } + + public string Field42_MonthsOfTreatmentRemaining { get; set; } + + public string Field43_ReplacementOfProsthesis { get; set; } + + public string Field44_DatePriorReplacement { get; set; } + + public string Field45_TreatmentResultingFrom_OccupationalIllnessOrInjury { get; set; } + + public string Field45_TreatmentResultingFrom_AutoAccident { get; set; } + + public string Field45_TreatmentResultingFrom_OtherAccident { get; set; } + + public string Field46_DateOfAccident { get; set; } + + public string Field47_AutoAccidentState { get; set; } + + public string Field48_BillingDentistOrDentalEntity_Name { get; set; } + + public string Field48_BillingDentistOrDentalEntity_Address { get; set; } + + public string Field48_BillingDentistOrDentalEntity_City { get; set; } + + public string Field48_BillingDentistOrDentalEntity_State { get; set; } + + public string Field48_BillingDentistOrDentalEntity_Zip { get; set; } + + public string Field49_BillingProviderID { get; set; } + + public string Field50_BillingProviderLicenseNumber { get; set; } + + public string Field51_ProviderSSN_OrTaxIDNumber { get; set; } + + public string Field52_ProviderPhone_AreaCode { get; set; } + + public string Field52_ProviderPhone_Number { get; set; } + + public string Field53_TreatingDentistSignature { get; set; } + + public string Field53_TreatingDentistSignatureDate { get; set; } + + public string Field54_PerformingProviderID { get; set; } + + public string Field55_PerformingProviderLicenseNumber { get; set; } + + public string Field56_PerformingProviderAddress { get; set; } + + public string Field56_PerformingProviderCity { get; set; } + + public string Field56_PerformingProviderState { get; set; } + + public string Field56_PerformingProviderZip { get; set; } + + public string Field57_PerformingProviderPhone_AreaCode { get; set; } + + public string Field57_PerformingProviderPhone_Number { get; set; } + + public string Field58_TreatingProviderSpecialty { get; set; } + } +#endif +} diff --git a/src/X12.Hipaa/Claims/Forms/Dental/J515ServiceLines.cs b/src/X12.Hipaa/Claims/Forms/Dental/J515ServiceLines.cs new file mode 100644 index 00000000..6857dbb9 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Dental/J515ServiceLines.cs @@ -0,0 +1,26 @@ +namespace X12.Hipaa.Claims.Forms.Dental +{ + #if DEBUG + class J515ServiceLines + { + public string Field24_ProcedureDate { get; set; } + public string Field25_AreaOfOralCavity { get; set; } + public string Field26_ToothSystem { get; set; } + public string Field27_ToothNumberOrLetter { get; set; } + public string Field28_ToothSurface { get; set; } + public string Field29_ProcedureCode { get; set; } + public string Field30_Description { get; set; } + public decimal Field31_Fee { get; set; } + } + + class Field34_MissingTeethInfo_Permanent + { + public string MissingTeethInfo_Permanent_hi { get; set; } + } + + class Field34_MissingTeethInfo_Primary + { + public string PrimaryMissing { get; set; } + } +#endif +} diff --git a/src/X12.Hipaa/Claims/Forms/FormBlock.cs b/src/X12.Hipaa/Claims/Forms/FormBlock.cs new file mode 100644 index 00000000..1dabebbd --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/FormBlock.cs @@ -0,0 +1,30 @@ +namespace X12.Hipaa.Claims.Forms +{ + using X12.Hipaa.Enums; + + /// + /// Represents basic unit of a form + /// + public class FormBlock + { + /// + /// Gets or sets the spacing between letters within the block + /// + public string LetterSpacing { get; set; } + + /// + /// Gets or sets the text alignment within the block + /// + public TextAlign TextAlign { get; set; } + + public decimal Left { get; set; } + + public decimal Top { get; set; } + + public decimal Width { get; set; } + + public decimal Height { get; set; } + + public string Text { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/FormDate.cs b/src/X12.Hipaa/Claims/Forms/FormDate.cs new file mode 100644 index 00000000..045a46e8 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/FormDate.cs @@ -0,0 +1,37 @@ +namespace X12.Hipaa.Claims.Forms +{ + using System.Xml.Serialization; + + /// + /// Date container for forms + /// + public class FormDate + { + /// + /// Gets or sets the month property + /// + [XmlAttribute] + public string Month { get; set; } + + /// + /// Gets or sets the day property + /// + [XmlAttribute] + public string Day { get; set; } + + /// + /// Gets or sets the year property + /// + [XmlAttribute] + public string Year { get; set; } + + /// + /// Returns the string representation of the + /// + /// String representation of + public override string ToString() + { + return $"{this.Month}/{this.Day}/{this.Year}"; + } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/FormDocument.cs b/src/X12.Hipaa/Claims/Forms/FormDocument.cs new file mode 100644 index 00000000..eff49a11 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/FormDocument.cs @@ -0,0 +1,53 @@ +namespace X12.Hipaa.Claims.Forms +{ + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + /// + /// Represents a single collection of objects + /// + public class FormDocument + { + /// + /// Initializes a new instance of the class + /// + public FormDocument() + { + if (this.Pages == null) + { + this.Pages = new List(); + } + } + + /// + /// Gets or sets the collection of objects that make up the document + /// + [XmlElement(ElementName = FormElements.Page)] + public List Pages { get; set; } + + /// + /// Converts an XML string into its equivalent object + /// + /// String data to be deserialized + /// Representative object + public static FormDocument Deserialize(string xml) + { + var serializer = new XmlSerializer(typeof(FormDocument)); + return (FormDocument)serializer.Deserialize(new StringReader(xml)); + } + + /// + /// Converts the object into its XML equivalent + /// + /// XML string that represents the object + public string Serialize() + { + var writer = new StringWriter(); + new XmlSerializer(typeof(FormDocument)).Serialize(writer, this); + return writer.ToString(); + } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/FormPage.cs b/src/X12.Hipaa/Claims/Forms/FormPage.cs new file mode 100644 index 00000000..5be87727 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/FormPage.cs @@ -0,0 +1,37 @@ +namespace X12.Hipaa.Claims.Forms +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + /// + /// Represents a single page of a form + /// + public class FormPage + { + /// + /// Initializes a new instance of the class + /// + public FormPage() + { + if (this.Blocks == null) + { + this.Blocks = new List(); + } + } + + public string MasterReference { get; set; } + + /// + /// Gets or sets the path to the form page image + /// + public string ImagePath { get; set; } + + /// + /// Gets or sets the collection of objects that make up the form page + /// + [XmlElement(ElementName = FormElements.Block)] + public List Blocks { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Block.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Block.cs similarity index 60% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Block.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04Block.cs index 5d315a57..e8c7dab3 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Block.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Block.cs @@ -1,16 +1,11 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04Block - { - public string Line1 { get; set; } - public string Line2 { get; set; } - public string Line3 { get; set; } - public string Line4 { get; set; } - public string Line5 { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04Block + { + public string Line1 { get; set; } + public string Line2 { get; set; } + public string Line3 { get; set; } + public string Line4 { get; set; } + public string Line5 { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Claim.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Claim.cs similarity index 97% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Claim.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04Claim.cs index f0907212..a16018ab 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Claim.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Claim.cs @@ -1,352 +1,347 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - [Serializable] - public class UB04Claim - { - /* - * 2011/8/15, jhalliday - New Data Model for 837I (Institutional) claim. - * - * Team: dstrubhar, jhalliday and epkrause - * - * Purpose: - * To create a C# object model that will serve as a container for the X12 837I data - * AS ENTERED from a UB-04 CMS-1450 Institutional (Hospital) claim form. - * - * Goal: - * The team has the overall goal of creating tools that can be used to consume and - * manipulate X12 messages (AKA files/documents) without the need to have a big project - * budget. For that reason, this and the related X12 Parser project tools are all open - * source and freely usable. - */ - - // Fields in the UB04 object model are defined in the order they appear on the UB-04 form. - public UB04Claim() - { - if (Field01_BillingProvider == null) Field01_BillingProvider = new UB04Block(); - if (Field02_PayToProvider == null) Field02_PayToProvider = new UB04Block(); - if (Field06_StatementCoversPeriod == null) Field06_StatementCoversPeriod = new UB04OccurrenceSpan(); - if (Field07 == null) Field07 = new UB04Block(); - if (Field09_PatientAddress == null) Field09_PatientAddress = new UB04PatientAddress(); - if (Field31a_Occurrence == null) Field31a_Occurrence = new UB04Occurrence(); - if (Field31b_Occurrence == null) Field31b_Occurrence = new UB04Occurrence(); - if (Field32a_Occurrence == null) Field32a_Occurrence = new UB04Occurrence(); - if (Field32b_Occurrence == null) Field32b_Occurrence = new UB04Occurrence(); - if (Field33a_Occurrence == null) Field33a_Occurrence = new UB04Occurrence(); - if (Field33b_Occurrence == null) Field33b_Occurrence = new UB04Occurrence(); - if (Field34a_Occurrence == null) Field34a_Occurrence = new UB04Occurrence(); - if (Field34b_Occurrence == null) Field34b_Occurrence = new UB04Occurrence(); - if (Field35a_OccurrenceSpan == null) Field35a_OccurrenceSpan = new UB04OccurrenceSpan(); - if (Field35b_OccurrenceSpan == null) Field35b_OccurrenceSpan = new UB04OccurrenceSpan(); - if (Field36a_OccurrenceSpan == null) Field36a_OccurrenceSpan = new UB04OccurrenceSpan(); - if (Field36b_OccurrenceSpan == null) Field36b_OccurrenceSpan = new UB04OccurrenceSpan(); - if (Field37 == null) Field37 = new UB04Block(); - if (Field38_ResponsibleParty == null) Field38_ResponsibleParty = new UB04Block(); - if (Field39a_Value == null) Field39a_Value = new UB04Value(); - if (Field39b_Value == null) Field39b_Value = new UB04Value(); - if (Field39c_Value == null) Field39c_Value = new UB04Value(); - if (Field39d_Value == null) Field39d_Value = new UB04Value(); - if (Field40a_Value == null) Field40a_Value = new UB04Value(); - if (Field40b_Value == null) Field40b_Value = new UB04Value(); - if (Field40c_Value == null) Field40c_Value = new UB04Value(); - if (Field40d_Value == null) Field40d_Value = new UB04Value(); - if (Field41a_Value == null) Field41a_Value = new UB04Value(); - if (Field41b_Value == null) Field41b_Value = new UB04Value(); - if (Field41c_Value == null) Field41c_Value = new UB04Value(); - if (Field41d_Value == null) Field41d_Value = new UB04Value(); - - if (ServiceLines == null) ServiceLines = new List(); - if (PayerA_Primary == null) PayerA_Primary = new UB04Payer(); - if (PayerB_Secondary == null) PayerB_Secondary = new UB04Payer(); - if (PayerC_Tertiary == null) PayerC_Tertiary = new UB04Payer(); - if (Field67_PrincipleDiagnosis == null) Field67_PrincipleDiagnosis = new UB04Diagnosis(); - if (Field67A_Diagnosis == null) Field67A_Diagnosis = new UB04Diagnosis(); - if (Field67B_Diagnosis == null) Field67B_Diagnosis = new UB04Diagnosis(); - if (Field67C_Diagnosis == null) Field67C_Diagnosis = new UB04Diagnosis(); - if (Field67D_Diagnosis == null) Field67D_Diagnosis = new UB04Diagnosis(); - if (Field67E_Diagnosis == null) Field67E_Diagnosis = new UB04Diagnosis(); - if (Field67F_Diagnosis == null) Field67F_Diagnosis = new UB04Diagnosis(); - if (Field67G_Diagnosis == null) Field67G_Diagnosis = new UB04Diagnosis(); - if (Field67H_Diagnosis == null) Field67H_Diagnosis = new UB04Diagnosis(); - if (Field67I_Diagnosis == null) Field67I_Diagnosis = new UB04Diagnosis(); - if (Field67J_Diagnosis == null) Field67J_Diagnosis = new UB04Diagnosis(); - if (Field67K_Diagnosis == null) Field67K_Diagnosis = new UB04Diagnosis(); - if (Field67L_Diagnosis == null) Field67L_Diagnosis = new UB04Diagnosis(); - if (Field67M_Diagnosis == null) Field67M_Diagnosis = new UB04Diagnosis(); - if (Field67N_Diagnosis == null) Field67N_Diagnosis = new UB04Diagnosis(); - if (Field67O_Diagnosis == null) Field67O_Diagnosis = new UB04Diagnosis(); - if (Field67P_Diagnosis == null) Field67P_Diagnosis = new UB04Diagnosis(); - if (Field67Q_Diagnosis == null) Field67Q_Diagnosis = new UB04Diagnosis(); - if (Field68 == null) Field68 = new UB04Block(); - if (Field69_AdmittingDiagnosisCode == null) Field69_AdmittingDiagnosisCode = new UB04Diagnosis(); - if (Field70a_PatientReasonDiagnosisCode == null) Field70a_PatientReasonDiagnosisCode = new UB04Diagnosis(); - if (Field70b_PatientReasonDiagnosisCode == null) Field70b_PatientReasonDiagnosisCode = new UB04Diagnosis(); - if (Field70c_PatientReasonDiagnosisCode == null) Field70c_PatientReasonDiagnosisCode = new UB04Diagnosis(); - if (Field72a_ExternalCauseOfInjury == null) Field72a_ExternalCauseOfInjury = new UB04Diagnosis(); - if (Field72b_ExternalCauseOfInjury == null) Field72b_ExternalCauseOfInjury = new UB04Diagnosis(); - if (Field72c_ExternalCauseOfInjury == null) Field72c_ExternalCauseOfInjury = new UB04Diagnosis(); - if (Field74_PrincipalProcedure == null) Field74_PrincipalProcedure = new UB04Occurrence(); - if (Field74a_OtherProcedure == null) Field74a_OtherProcedure = new UB04Occurrence(); - if (Field74b_OtherProcedure == null) Field74b_OtherProcedure = new UB04Occurrence(); - if (Field74c_OtherProcedure == null) Field74c_OtherProcedure = new UB04Occurrence(); - if (Field74d_OtherProcedure == null) Field74d_OtherProcedure = new UB04Occurrence(); - if (Field74e_OtherProcedure == null) Field74e_OtherProcedure = new UB04Occurrence(); - if (Field75 == null) Field75 = new UB04Block(); - if (Field76_AttendingPhysician == null) Field76_AttendingPhysician = new UB04Provider(); - if (Field77_OperatingPhysician == null) Field77_OperatingPhysician = new UB04Provider(); - if (Field78_OtherProvider == null) Field78_OtherProvider = new UB04Provider(); - if (Field79_OtherProvider == null) Field79_OtherProvider = new UB04Provider(); - if (Field80_Remarks == null) Field80_Remarks = new UB04Block(); - if (Field81a == null) Field81a = new UB04CodeCode(); - if (Field81b == null) Field81b = new UB04CodeCode(); - if (Field81c == null) Field81c = new UB04CodeCode(); - if (Field81d == null) Field81d = new UB04CodeCode(); - } - - - // Now the accessor definitions: - - public UB04Block Field01_BillingProvider { get; set; } - - public UB04Block Field02_PayToProvider { get; set; } - - /// - /// Field 03a - a unique alpha-numeric number assigned by the provider. Used to allow for the retrieval - /// of individual patient financial records. Optional field. - /// - public string Field03a_PatientControlNumber { get; set; } - public string Field03b_MedicalRecordNumber { get; set; } - - /// - /// Field 04 - Type of Bill, a three or four digit code that indicates the type of bill being submitted. - /// Refer to the NUBC Guide for TOB frequency codes. This is set as a string value because it may contain - /// a leading zero. - /// - public string Field04_TypeOfBill { get; set; } - - /// - /// Field 05 - Federal Tax ID Number. This field may contain the tax id (TID) or the newer Employer Identification - /// Number (EIN). Affiliated subsidiaries are identified using federal tax sub-ID's. - /// - public string Field05_FederalTaxId { get; set; } - - public UB04OccurrenceSpan Field06_StatementCoversPeriod { get; set; } - - public UB04Block Field07 { get; set; } - - public string Field08_PatientName_a { get; set; } - - public string Field08_PatientName_b { get; set; } - - public UB04PatientAddress Field09_PatientAddress { get; set; } - - public string Field10_Birthdate { get; set; } - // Field 11 - Gender/Sex. 'M' = Male; 'F' = Female, 'U' = Unknown - public string Field11_Sex { get; set; } - - // Field 12 - Admission Date / Start of Care Date. This is the date that patient care actually begins. For - // inpatient care it is the admission date. For other types it is the day the care begins. - public string Field12_AdmissionDate { get; set; } - - // Field 13 - Admission Hour. A two-digit code indicating the hour of day that the care began (when they were admitted). - // Use military time (00 through 23). - public string Field13_AdmissionHour { get; set; } - - // Field 14 - Priority (Type) of Visit. The code for the priority of the admission or visit. - public string Field14_AdmissionType { get; set; } - - // Field 15 - Point of Origina / Source of Admission or Visit. Indicates the source of the referral for visit or - // admission (e.g., physician, clinic, facility, transfer, etc.). Usually a single alpha-numeric digit. - public string Field15_AdmissionSource { get; set; } - - // Field 16 - Discharge Hour. A two-digit code indicating the hour of day that the care ended (when they were discharged). - // Use military time (00 through 23). - public string Field16_DischargeHour { get; set; } - - /// - /// Field 17 - Patient Discharge Status. Reports status of patient upon discharge - required for institutional claims. - /// Two digit numeric. - /// - public string Field17_DischargeStatus { get; set; } - - // Field 18-28 - Condition Codes. - public string Field18_ConditionCode01 { get; set; } - public string Field19_ConditionCode02 { get; set; } - public string Field20_ConditionCode03 { get; set; } - public string Field21_ConditionCode04 { get; set; } - public string Field22_ConditionCode05 { get; set; } - public string Field23_ConditionCode06 { get; set; } - public string Field24_ConditionCode07 { get; set; } - public string Field25_ConditionCode08 { get; set; } - public string Field26_ConditionCode09 { get; set; } - public string Field27_ConditionCode10 { get; set; } - public string Field28_ConditionCode11 { get; set; } - - // Field 29 - Accident State. This is the state in which the accident occurred. Situational. - public string Field29_AccidentState { get; set; } - - public string Field30 { get; set; } - - // Field 31 through 34 are occurrence codes and their corresponding dates. - public UB04Occurrence Field31a_Occurrence { get; set; } - public UB04Occurrence Field31b_Occurrence { get; set; } - - public UB04Occurrence Field32a_Occurrence { get; set; } - public UB04Occurrence Field32b_Occurrence { get; set; } - - public UB04Occurrence Field33a_Occurrence { get; set; } - public UB04Occurrence Field33b_Occurrence { get; set; } - - public UB04Occurrence Field34a_Occurrence { get; set; } - public UB04Occurrence Field34b_Occurrence { get; set; } - - - // Field 35 and 36 are occurrence codes and their corresponding dates. - public UB04OccurrenceSpan Field35a_OccurrenceSpan { get; set; } - public UB04OccurrenceSpan Field35b_OccurrenceSpan { get; set; } - public UB04OccurrenceSpan Field36a_OccurrenceSpan { get; set; } - public UB04OccurrenceSpan Field36b_OccurrenceSpan { get; set; } - - public UB04Block Field37 { get; set; } - - // Field 38 - Additional name of the person or entity responsible for payment of balance of bill after applicable - // processing by other parties, insurers or organizations. - public UB04Block Field38_ResponsibleParty { get; set; } - - // Field 39 through 41 - Value Codes and Amounts. - public UB04Value Field39a_Value { get; set; } - public UB04Value Field39b_Value { get; set; } - public UB04Value Field39c_Value { get; set; } - public UB04Value Field39d_Value { get; set; } - public UB04Value Field40a_Value { get; set; } - public UB04Value Field40b_Value { get; set; } - public UB04Value Field40c_Value { get; set; } - public UB04Value Field40d_Value { get; set; } - public UB04Value Field41a_Value { get; set; } - public UB04Value Field41b_Value { get; set; } - public UB04Value Field41c_Value { get; set; } - public UB04Value Field41d_Value { get; set; } - - /// - /// Field 42 through 49, up to 22 service lines per page - /// - [XmlElement(ElementName="ServiceLine")] - public List ServiceLines { get; set; } - - // Field 47 - Summary of all field 47 charges - public decimal? Field47_Line23_TotalCharges { get; set; } - // Field 48 - Summary of all field 48 charges - public decimal? Field48_Line23_NonCoveredCharges { get; set; } - - public UB04Payer PayerA_Primary { get; set; } - public UB04Payer PayerB_Secondary { get; set; } - public UB04Payer PayerC_Tertiary { get; set; } - - public string Field56_NationalProviderIdentifier { get; set; } - - // Field 57 - Other Provider Identifier. Not required. - public string Field57_OtherProviderIdA { get; set; } - public string Field57_OtherProviderIdB { get; set; } - public string Field57_OtherProviderIdC { get; set; } - - // Field 63a through 63c - Treatment authorization codes. - public string Field63A_TreatmentAuthorizationCode { get; set; } - public string Field63B_TreatmentAuthorizationCode { get; set; } - public string Field63C_TreatmentAuthorizationCode { get; set; } - - // Field 64a through 64c - Document Control Number (DCN). - public string Field64A_DocumentControlNumber { get; set; } - public string Field64B_DocumentControlNumber { get; set; } - public string Field64C_DocumentControlNumber { get; set; } - - public string Field65a_EmployerName { get; set; } - public string Field65b_EmployerName { get; set; } - public string Field65c_EmployerName { get; set; } - - public string Field66_Version { get; set; } - - // Field 67 - Principle diagnosis code. - public UB04Diagnosis Field67_PrincipleDiagnosis { get; set; } - public UB04Diagnosis Field67A_Diagnosis { get; set; } - public UB04Diagnosis Field67B_Diagnosis { get; set; } - public UB04Diagnosis Field67C_Diagnosis { get; set; } - public UB04Diagnosis Field67D_Diagnosis { get; set; } - public UB04Diagnosis Field67E_Diagnosis { get; set; } - public UB04Diagnosis Field67F_Diagnosis { get; set; } - public UB04Diagnosis Field67G_Diagnosis { get; set; } - public UB04Diagnosis Field67H_Diagnosis { get; set; } - public UB04Diagnosis Field67I_Diagnosis { get; set; } - public UB04Diagnosis Field67J_Diagnosis { get; set; } - public UB04Diagnosis Field67K_Diagnosis { get; set; } - public UB04Diagnosis Field67L_Diagnosis { get; set; } - public UB04Diagnosis Field67M_Diagnosis { get; set; } - public UB04Diagnosis Field67N_Diagnosis { get; set; } - public UB04Diagnosis Field67O_Diagnosis { get; set; } - public UB04Diagnosis Field67P_Diagnosis { get; set; } - public UB04Diagnosis Field67Q_Diagnosis { get; set; } - - public UB04Block Field68 { get; set; } - - public UB04Diagnosis Field69_AdmittingDiagnosisCode { get; set; } - - public UB04Diagnosis Field70a_PatientReasonDiagnosisCode { get; set; } - public UB04Diagnosis Field70b_PatientReasonDiagnosisCode { get; set; } - public UB04Diagnosis Field70c_PatientReasonDiagnosisCode { get; set; } - - /// - /// Field 71 - Prospective Payment System (PPS) Code. Identifies the DRG based on the grouper software - /// and is required only when the provider is under contract with a health plan. - /// - public string Field71_PPSCode { get; set; } - - public UB04Diagnosis Field72a_ExternalCauseOfInjury { get; set; } - public UB04Diagnosis Field72b_ExternalCauseOfInjury { get; set; } - public UB04Diagnosis Field72c_ExternalCauseOfInjury { get; set; } - - public string Field73 { get; set; } - - public UB04Occurrence Field74_PrincipalProcedure { get; set; } - public UB04Occurrence Field74a_OtherProcedure { get; set; } - public UB04Occurrence Field74b_OtherProcedure { get; set; } - public UB04Occurrence Field74c_OtherProcedure { get; set; } - public UB04Occurrence Field74d_OtherProcedure { get; set; } - public UB04Occurrence Field74e_OtherProcedure { get; set; } - - public UB04Block Field75 { get; set; } - - public UB04Provider Field76_AttendingPhysician { get; set; } - public UB04Provider Field77_OperatingPhysician { get; set; } - public UB04Provider Field78_OtherProvider { get; set; } - public UB04Provider Field79_OtherProvider { get; set; } - - // Field 80 - Remarks Field. This is a freeform entry field for special notes. - public UB04Block Field80_Remarks { get; set; } - - public UB04CodeCode Field81a { get; set; } - public UB04CodeCode Field81b { get; set; } - public UB04CodeCode Field81c { get; set; } - public UB04CodeCode Field81d { get; set; } - - #region Serialization Methods - public string Serialize() - { - StringWriter writer = new StringWriter(); - new XmlSerializer(typeof(UB04Claim)).Serialize(writer, this); - return writer.ToString(); - } - - public static UB04Claim Deserialize(string xml) - { - XmlSerializer serializer = new XmlSerializer(typeof(UB04Claim)); - return (UB04Claim)serializer.Deserialize(new StringReader(xml)); - } - #endregion - } - -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + [Serializable] + public class UB04Claim + { + /* + * 2011/8/15, jhalliday - New Data Model for 837I (Institutional) claim. + * + * Team: dstrubhar, jhalliday and epkrause + * + * Purpose: + * To create a C# object model that will serve as a container for the X12 837I data + * AS ENTERED from a UB-04 CMS-1450 Institutional (Hospital) claim form. + * + * Goal: + * The team has the overall goal of creating tools that can be used to consume and + * manipulate X12 messages (AKA files/documents) without the need to have a big project + * budget. For that reason, this and the related X12 Parser project tools are all open + * source and freely usable. + */ + + // Fields in the UB04 object model are defined in the order they appear on the UB-04 form. + public UB04Claim() + { + if (Field01_BillingProvider == null) Field01_BillingProvider = new UB04Block(); + if (Field02_PayToProvider == null) Field02_PayToProvider = new UB04Block(); + if (Field06_StatementCoversPeriod == null) Field06_StatementCoversPeriod = new UB04OccurrenceSpan(); + if (Field07 == null) Field07 = new UB04Block(); + if (Field09_PatientAddress == null) Field09_PatientAddress = new UB04PatientAddress(); + if (Field31a_Occurrence == null) Field31a_Occurrence = new UB04Occurrence(); + if (Field31b_Occurrence == null) Field31b_Occurrence = new UB04Occurrence(); + if (Field32a_Occurrence == null) Field32a_Occurrence = new UB04Occurrence(); + if (Field32b_Occurrence == null) Field32b_Occurrence = new UB04Occurrence(); + if (Field33a_Occurrence == null) Field33a_Occurrence = new UB04Occurrence(); + if (Field33b_Occurrence == null) Field33b_Occurrence = new UB04Occurrence(); + if (Field34a_Occurrence == null) Field34a_Occurrence = new UB04Occurrence(); + if (Field34b_Occurrence == null) Field34b_Occurrence = new UB04Occurrence(); + if (Field35a_OccurrenceSpan == null) Field35a_OccurrenceSpan = new UB04OccurrenceSpan(); + if (Field35b_OccurrenceSpan == null) Field35b_OccurrenceSpan = new UB04OccurrenceSpan(); + if (Field36a_OccurrenceSpan == null) Field36a_OccurrenceSpan = new UB04OccurrenceSpan(); + if (Field36b_OccurrenceSpan == null) Field36b_OccurrenceSpan = new UB04OccurrenceSpan(); + if (Field37 == null) Field37 = new UB04Block(); + if (Field38_ResponsibleParty == null) Field38_ResponsibleParty = new UB04Block(); + if (Field39a_Value == null) Field39a_Value = new UB04Value(); + if (Field39b_Value == null) Field39b_Value = new UB04Value(); + if (Field39c_Value == null) Field39c_Value = new UB04Value(); + if (Field39d_Value == null) Field39d_Value = new UB04Value(); + if (Field40a_Value == null) Field40a_Value = new UB04Value(); + if (Field40b_Value == null) Field40b_Value = new UB04Value(); + if (Field40c_Value == null) Field40c_Value = new UB04Value(); + if (Field40d_Value == null) Field40d_Value = new UB04Value(); + if (Field41a_Value == null) Field41a_Value = new UB04Value(); + if (Field41b_Value == null) Field41b_Value = new UB04Value(); + if (Field41c_Value == null) Field41c_Value = new UB04Value(); + if (Field41d_Value == null) Field41d_Value = new UB04Value(); + + if (ServiceLines == null) ServiceLines = new List(); + if (PayerA_Primary == null) PayerA_Primary = new UB04Payer(); + if (PayerB_Secondary == null) PayerB_Secondary = new UB04Payer(); + if (PayerC_Tertiary == null) PayerC_Tertiary = new UB04Payer(); + if (Field67_PrincipleDiagnosis == null) Field67_PrincipleDiagnosis = new UB04Diagnosis(); + if (Field67A_Diagnosis == null) Field67A_Diagnosis = new UB04Diagnosis(); + if (Field67B_Diagnosis == null) Field67B_Diagnosis = new UB04Diagnosis(); + if (Field67C_Diagnosis == null) Field67C_Diagnosis = new UB04Diagnosis(); + if (Field67D_Diagnosis == null) Field67D_Diagnosis = new UB04Diagnosis(); + if (Field67E_Diagnosis == null) Field67E_Diagnosis = new UB04Diagnosis(); + if (Field67F_Diagnosis == null) Field67F_Diagnosis = new UB04Diagnosis(); + if (Field67G_Diagnosis == null) Field67G_Diagnosis = new UB04Diagnosis(); + if (Field67H_Diagnosis == null) Field67H_Diagnosis = new UB04Diagnosis(); + if (Field67I_Diagnosis == null) Field67I_Diagnosis = new UB04Diagnosis(); + if (Field67J_Diagnosis == null) Field67J_Diagnosis = new UB04Diagnosis(); + if (Field67K_Diagnosis == null) Field67K_Diagnosis = new UB04Diagnosis(); + if (Field67L_Diagnosis == null) Field67L_Diagnosis = new UB04Diagnosis(); + if (Field67M_Diagnosis == null) Field67M_Diagnosis = new UB04Diagnosis(); + if (Field67N_Diagnosis == null) Field67N_Diagnosis = new UB04Diagnosis(); + if (Field67O_Diagnosis == null) Field67O_Diagnosis = new UB04Diagnosis(); + if (Field67P_Diagnosis == null) Field67P_Diagnosis = new UB04Diagnosis(); + if (Field67Q_Diagnosis == null) Field67Q_Diagnosis = new UB04Diagnosis(); + if (Field68 == null) Field68 = new UB04Block(); + if (Field69_AdmittingDiagnosisCode == null) Field69_AdmittingDiagnosisCode = new UB04Diagnosis(); + if (Field70a_PatientReasonDiagnosisCode == null) Field70a_PatientReasonDiagnosisCode = new UB04Diagnosis(); + if (Field70b_PatientReasonDiagnosisCode == null) Field70b_PatientReasonDiagnosisCode = new UB04Diagnosis(); + if (Field70c_PatientReasonDiagnosisCode == null) Field70c_PatientReasonDiagnosisCode = new UB04Diagnosis(); + if (Field72a_ExternalCauseOfInjury == null) Field72a_ExternalCauseOfInjury = new UB04Diagnosis(); + if (Field72b_ExternalCauseOfInjury == null) Field72b_ExternalCauseOfInjury = new UB04Diagnosis(); + if (Field72c_ExternalCauseOfInjury == null) Field72c_ExternalCauseOfInjury = new UB04Diagnosis(); + if (Field74_PrincipalProcedure == null) Field74_PrincipalProcedure = new UB04Occurrence(); + if (Field74a_OtherProcedure == null) Field74a_OtherProcedure = new UB04Occurrence(); + if (Field74b_OtherProcedure == null) Field74b_OtherProcedure = new UB04Occurrence(); + if (Field74c_OtherProcedure == null) Field74c_OtherProcedure = new UB04Occurrence(); + if (Field74d_OtherProcedure == null) Field74d_OtherProcedure = new UB04Occurrence(); + if (Field74e_OtherProcedure == null) Field74e_OtherProcedure = new UB04Occurrence(); + if (Field75 == null) Field75 = new UB04Block(); + if (Field76_AttendingPhysician == null) Field76_AttendingPhysician = new UB04Provider(); + if (Field77_OperatingPhysician == null) Field77_OperatingPhysician = new UB04Provider(); + if (Field78_OtherProvider == null) Field78_OtherProvider = new UB04Provider(); + if (Field79_OtherProvider == null) Field79_OtherProvider = new UB04Provider(); + if (Field80_Remarks == null) Field80_Remarks = new UB04Block(); + if (Field81a == null) Field81a = new UB04CodeCode(); + if (Field81b == null) Field81b = new UB04CodeCode(); + if (Field81c == null) Field81c = new UB04CodeCode(); + if (Field81d == null) Field81d = new UB04CodeCode(); + } + + public UB04Block Field01_BillingProvider { get; set; } + + public UB04Block Field02_PayToProvider { get; set; } + + /// + /// Field 03a - a unique alpha-numeric number assigned by the provider. Used to allow for the retrieval + /// of individual patient financial records. Optional field. + /// + public string Field03a_PatientControlNumber { get; set; } + public string Field03b_MedicalRecordNumber { get; set; } + + /// + /// Field 04 - Type of Bill, a three or four digit code that indicates the type of bill being submitted. + /// Refer to the NUBC Guide for TOB frequency codes. This is set as a string value because it may contain + /// a leading zero. + /// + public string Field04_TypeOfBill { get; set; } + + /// + /// Field 05 - Federal Tax ID Number. This field may contain the tax id (TID) or the newer Employer Identification + /// Number (EIN). Affiliated subsidiaries are identified using federal tax sub-ID's. + /// + public string Field05_FederalTaxId { get; set; } + + public UB04OccurrenceSpan Field06_StatementCoversPeriod { get; set; } + + public UB04Block Field07 { get; set; } + + public string Field08_PatientName_a { get; set; } + + public string Field08_PatientName_b { get; set; } + + public UB04PatientAddress Field09_PatientAddress { get; set; } + + public string Field10_Birthdate { get; set; } + // Field 11 - Gender/Sex. 'M' = Male; 'F' = Female, 'U' = Unknown + public string Field11_Sex { get; set; } + + // Field 12 - Admission Date / Start of Care Date. This is the date that patient care actually begins. For + // inpatient care it is the admission date. For other types it is the day the care begins. + public string Field12_AdmissionDate { get; set; } + + // Field 13 - Admission Hour. A two-digit code indicating the hour of day that the care began (when they were admitted). + // Use military time (00 through 23). + public string Field13_AdmissionHour { get; set; } + + // Field 14 - Priority (Type) of Visit. The code for the priority of the admission or visit. + public string Field14_AdmissionType { get; set; } + + // Field 15 - Point of Origina / Source of Admission or Visit. Indicates the source of the referral for visit or + // admission (e.g., physician, clinic, facility, transfer, etc.). Usually a single alpha-numeric digit. + public string Field15_AdmissionSource { get; set; } + + // Field 16 - Discharge Hour. A two-digit code indicating the hour of day that the care ended (when they were discharged). + // Use military time (00 through 23). + public string Field16_DischargeHour { get; set; } + + /// + /// Field 17 - Patient Discharge Status. Reports status of patient upon discharge - required for institutional claims. + /// Two digit numeric. + /// + public string Field17_DischargeStatus { get; set; } + + // Field 18-28 - Condition Codes. + public string Field18_ConditionCode01 { get; set; } + public string Field19_ConditionCode02 { get; set; } + public string Field20_ConditionCode03 { get; set; } + public string Field21_ConditionCode04 { get; set; } + public string Field22_ConditionCode05 { get; set; } + public string Field23_ConditionCode06 { get; set; } + public string Field24_ConditionCode07 { get; set; } + public string Field25_ConditionCode08 { get; set; } + public string Field26_ConditionCode09 { get; set; } + public string Field27_ConditionCode10 { get; set; } + public string Field28_ConditionCode11 { get; set; } + + // Field 29 - Accident State. This is the state in which the accident occurred. Situational. + public string Field29_AccidentState { get; set; } + + public string Field30 { get; set; } + + // Field 31 through 34 are occurrence codes and their corresponding dates. + public UB04Occurrence Field31a_Occurrence { get; set; } + public UB04Occurrence Field31b_Occurrence { get; set; } + + public UB04Occurrence Field32a_Occurrence { get; set; } + public UB04Occurrence Field32b_Occurrence { get; set; } + + public UB04Occurrence Field33a_Occurrence { get; set; } + public UB04Occurrence Field33b_Occurrence { get; set; } + + public UB04Occurrence Field34a_Occurrence { get; set; } + public UB04Occurrence Field34b_Occurrence { get; set; } + + + // Field 35 and 36 are occurrence codes and their corresponding dates. + public UB04OccurrenceSpan Field35a_OccurrenceSpan { get; set; } + public UB04OccurrenceSpan Field35b_OccurrenceSpan { get; set; } + public UB04OccurrenceSpan Field36a_OccurrenceSpan { get; set; } + public UB04OccurrenceSpan Field36b_OccurrenceSpan { get; set; } + + public UB04Block Field37 { get; set; } + + // Field 38 - Additional name of the person or entity responsible for payment of balance of bill after applicable + // processing by other parties, insurers or organizations. + public UB04Block Field38_ResponsibleParty { get; set; } + + // Field 39 through 41 - Value Codes and Amounts. + public UB04Value Field39a_Value { get; set; } + public UB04Value Field39b_Value { get; set; } + public UB04Value Field39c_Value { get; set; } + public UB04Value Field39d_Value { get; set; } + public UB04Value Field40a_Value { get; set; } + public UB04Value Field40b_Value { get; set; } + public UB04Value Field40c_Value { get; set; } + public UB04Value Field40d_Value { get; set; } + public UB04Value Field41a_Value { get; set; } + public UB04Value Field41b_Value { get; set; } + public UB04Value Field41c_Value { get; set; } + public UB04Value Field41d_Value { get; set; } + + /// + /// Field 42 through 49, up to 22 service lines per page + /// + [XmlElement(ElementName="ServiceLine")] + public List ServiceLines { get; set; } + + // Field 47 - Summary of all field 47 charges + public decimal? Field47_Line23_TotalCharges { get; set; } + // Field 48 - Summary of all field 48 charges + public decimal? Field48_Line23_NonCoveredCharges { get; set; } + + public UB04Payer PayerA_Primary { get; set; } + public UB04Payer PayerB_Secondary { get; set; } + public UB04Payer PayerC_Tertiary { get; set; } + + public string Field56_NationalProviderIdentifier { get; set; } + + // Field 57 - Other Provider Identifier. Not required. + public string Field57_OtherProviderIdA { get; set; } + public string Field57_OtherProviderIdB { get; set; } + public string Field57_OtherProviderIdC { get; set; } + + // Field 63a through 63c - Treatment authorization codes. + public string Field63A_TreatmentAuthorizationCode { get; set; } + public string Field63B_TreatmentAuthorizationCode { get; set; } + public string Field63C_TreatmentAuthorizationCode { get; set; } + + // Field 64a through 64c - Document Control Number (DCN). + public string Field64A_DocumentControlNumber { get; set; } + public string Field64B_DocumentControlNumber { get; set; } + public string Field64C_DocumentControlNumber { get; set; } + + public string Field65a_EmployerName { get; set; } + public string Field65b_EmployerName { get; set; } + public string Field65c_EmployerName { get; set; } + + public string Field66_Version { get; set; } + + // Field 67 - Principle diagnosis code. + public UB04Diagnosis Field67_PrincipleDiagnosis { get; set; } + public UB04Diagnosis Field67A_Diagnosis { get; set; } + public UB04Diagnosis Field67B_Diagnosis { get; set; } + public UB04Diagnosis Field67C_Diagnosis { get; set; } + public UB04Diagnosis Field67D_Diagnosis { get; set; } + public UB04Diagnosis Field67E_Diagnosis { get; set; } + public UB04Diagnosis Field67F_Diagnosis { get; set; } + public UB04Diagnosis Field67G_Diagnosis { get; set; } + public UB04Diagnosis Field67H_Diagnosis { get; set; } + public UB04Diagnosis Field67I_Diagnosis { get; set; } + public UB04Diagnosis Field67J_Diagnosis { get; set; } + public UB04Diagnosis Field67K_Diagnosis { get; set; } + public UB04Diagnosis Field67L_Diagnosis { get; set; } + public UB04Diagnosis Field67M_Diagnosis { get; set; } + public UB04Diagnosis Field67N_Diagnosis { get; set; } + public UB04Diagnosis Field67O_Diagnosis { get; set; } + public UB04Diagnosis Field67P_Diagnosis { get; set; } + public UB04Diagnosis Field67Q_Diagnosis { get; set; } + + public UB04Block Field68 { get; set; } + + public UB04Diagnosis Field69_AdmittingDiagnosisCode { get; set; } + + public UB04Diagnosis Field70a_PatientReasonDiagnosisCode { get; set; } + public UB04Diagnosis Field70b_PatientReasonDiagnosisCode { get; set; } + public UB04Diagnosis Field70c_PatientReasonDiagnosisCode { get; set; } + + /// + /// Field 71 - Prospective Payment System (PPS) Code. Identifies the DRG based on the grouper software + /// and is required only when the provider is under contract with a health plan. + /// + public string Field71_PPSCode { get; set; } + + public UB04Diagnosis Field72a_ExternalCauseOfInjury { get; set; } + public UB04Diagnosis Field72b_ExternalCauseOfInjury { get; set; } + public UB04Diagnosis Field72c_ExternalCauseOfInjury { get; set; } + + public string Field73 { get; set; } + + public UB04Occurrence Field74_PrincipalProcedure { get; set; } + public UB04Occurrence Field74a_OtherProcedure { get; set; } + public UB04Occurrence Field74b_OtherProcedure { get; set; } + public UB04Occurrence Field74c_OtherProcedure { get; set; } + public UB04Occurrence Field74d_OtherProcedure { get; set; } + public UB04Occurrence Field74e_OtherProcedure { get; set; } + + public UB04Block Field75 { get; set; } + + public UB04Provider Field76_AttendingPhysician { get; set; } + public UB04Provider Field77_OperatingPhysician { get; set; } + public UB04Provider Field78_OtherProvider { get; set; } + public UB04Provider Field79_OtherProvider { get; set; } + + // Field 80 - Remarks Field. This is a freeform entry field for special notes. + public UB04Block Field80_Remarks { get; set; } + + public UB04CodeCode Field81a { get; set; } + public UB04CodeCode Field81b { get; set; } + public UB04CodeCode Field81c { get; set; } + public UB04CodeCode Field81d { get; set; } + + #region Serialization Methods + public string Serialize() + { + StringWriter writer = new StringWriter(); + new XmlSerializer(typeof(UB04Claim)).Serialize(writer, this); + return writer.ToString(); + } + + public static UB04Claim Deserialize(string xml) + { + XmlSerializer serializer = new XmlSerializer(typeof(UB04Claim)); + return (UB04Claim)serializer.Deserialize(new StringReader(xml)); + } + #endregion + } + +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04CodeCode.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04CodeCode.cs similarity index 52% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04CodeCode.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04CodeCode.cs index fd3a37cc..834892e3 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04CodeCode.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04CodeCode.cs @@ -1,14 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04CodeCode - { - public string Qualifier { get; set; } - public string Code1 { get; set; } - public string Code2 { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04CodeCode + { + public string Qualifier { get; set; } + public string Code1 { get; set; } + public string Code2 { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/Institutional/UB04Diagnosis.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Diagnosis.cs new file mode 100644 index 00000000..54a09811 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Diagnosis.cs @@ -0,0 +1,16 @@ +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04Diagnosis + { + public string Code { get; set; } + + public string PresentOnAdmissionIndicator { get; set; } + + public UB04Diagnosis CopyFrom(Diagnosis source) + { + this.Code = source.FormattedCode(); + this.PresentOnAdmissionIndicator = source.PoiIndicator; + return this; + } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/Institutional/UB04Occurrence.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Occurrence.cs new file mode 100644 index 00000000..9bd05093 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Occurrence.cs @@ -0,0 +1,32 @@ +namespace X12.Hipaa.Claims.Forms.Institutional +{ + using X12.Hipaa.Common; + + public class UB04Occurrence + { + public string Code { get; set; } + + public string Date { get; set; } + + public UB04Occurrence CopyFrom(UB04Occurrence source) + { + this.Code = source.Code; + this.Date = source.Date; + return this; + } + + public UB04Occurrence CopyFrom(CodedDate source) + { + this.Code = source.Code; + this.Date = $"{source.Date:MMddyy}"; + return this; + } + + public UB04Occurrence CopyFrom(InstitutionalProcedure source) + { + this.Code = source.Code; + this.Date = $"{source.Date:MMddyy}"; + return this; + } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/Institutional/UB04OccurrenceSpan.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04OccurrenceSpan.cs new file mode 100644 index 00000000..b05d0e10 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04OccurrenceSpan.cs @@ -0,0 +1,28 @@ +namespace X12.Hipaa.Claims.Forms.Institutional +{ + using X12.Hipaa.Common; + + public class UB04OccurrenceSpan + { + public string Code { get; set; } + + public string FromDate { get; set; } + + public string ThroughDate { get; set; } + + public UB04OccurrenceSpan CopyFrom(CodedDate source) + { + this.Code = source.Code; + this.FromDate = $"{source.Date:MMddyy}"; + return this; + } + + public UB04OccurrenceSpan CopyFrom(CodedDateRange source) + { + this.Code = source.Code; + this.FromDate = $"{source.FromDate:MMddyy}"; + this.ThroughDate = $"{source.ThroughDate:MMddyy}"; + return this; + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04PatientAddress.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04PatientAddress.cs similarity index 63% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04PatientAddress.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04PatientAddress.cs index e63f866c..8be96ee7 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04PatientAddress.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04PatientAddress.cs @@ -1,17 +1,11 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04PatientAddress - { - public string a_Street { get; set; } - public string b_City { get; set; } - public string c_State { get; set; } - public string d_PostalCode { get; set; } - public string e_CountryCode { get; set; } - - } -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04PatientAddress + { + public string a_Street { get; set; } + public string b_City { get; set; } + public string c_State { get; set; } + public string d_PostalCode { get; set; } + public string e_CountryCode { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Payer.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Payer.cs similarity index 85% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Payer.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04Payer.cs index 6d3a2503..60e847d4 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Payer.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Payer.cs @@ -1,24 +1,19 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04Payer - { - public string Field50_PayerName { get; set; } // Destination Payer (2010BB/2310) - public string Field51_HealthPlanId { get; set; } // Destination payer (2010BB/2310) - public string Field52_ReleaseOfInfoCertIndicator { get; set; } // Destination payer (2300) - public string Field53_AssignmentOfBenefitsCertIndicator { get; set; } // Destination payer (2300) - public decimal? Field54_PriorPayments { get; set; } // Destination payer (2320) - public decimal? Field55_EstimatedAmountDue { get; set; } - public string Field58_InsuredsName { get; set; } - public string Field59_PatientRelationship { get; set; } - public string Field60_InsuredsUniqueId { get; set; } - public string Field61_GroupName { get; set; } - public string Field62_InsuredsGroupNumber { get; set; } - public string Field65_EmployerName { get; set; } - - } -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04Payer + { + public string Field50_PayerName { get; set; } // Destination Payer (2010BB/2310) + public string Field51_HealthPlanId { get; set; } // Destination payer (2010BB/2310) + public string Field52_ReleaseOfInfoCertIndicator { get; set; } // Destination payer (2300) + public string Field53_AssignmentOfBenefitsCertIndicator { get; set; } // Destination payer (2300) + public decimal? Field54_PriorPayments { get; set; } // Destination payer (2320) + public decimal? Field55_EstimatedAmountDue { get; set; } + public string Field58_InsuredsName { get; set; } + public string Field59_PatientRelationship { get; set; } + public string Field60_InsuredsUniqueId { get; set; } + public string Field61_GroupName { get; set; } + public string Field62_InsuredsGroupNumber { get; set; } + public string Field65_EmployerName { get; set; } + + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Provider.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Provider.cs similarity index 66% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Provider.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04Provider.cs index 6fdf6a9d..cdcccc0b 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04Provider.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Provider.cs @@ -1,17 +1,12 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04Provider - { - public string ProviderQualifier { get; set; } - public string Npi { get; set; } - public string IdentifierQualifier { get; set; } - public string Identifier { get; set; } - public string LastName { get; set; } - public string FirstName { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04Provider + { + public string ProviderQualifier { get; set; } + public string Npi { get; set; } + public string IdentifierQualifier { get; set; } + public string Identifier { get; set; } + public string LastName { get; set; } + public string FirstName { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04ServiceLine.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04ServiceLine.cs similarity index 74% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04ServiceLine.cs rename to src/X12.Hipaa/Claims/Forms/Institutional/UB04ServiceLine.cs index 2544c45a..a00039ed 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Institutional/UB04ServiceLine.cs +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04ServiceLine.cs @@ -1,19 +1,14 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Institutional -{ - public class UB04ServiceLine - { - public string Field42_RevenueCode { get; set; } - public string Field43_Description { get; set; } - public string Field44_ProcedureCodes { get; set; } - public string Field45_ServiceDate { get; set; } - public string Field46_ServiceUnits { get; set; } - public decimal? Field47_TotalCharges { get; set; } - public decimal? Field48_NonCoveredCharges { get; set; } - public string Field49 { get; set; } - } -} +namespace X12.Hipaa.Claims.Forms.Institutional +{ + public class UB04ServiceLine + { + public string Field42_RevenueCode { get; set; } + public string Field43_Description { get; set; } + public string Field44_ProcedureCodes { get; set; } + public string Field45_ServiceDate { get; set; } + public string Field46_ServiceUnits { get; set; } + public decimal? Field47_TotalCharges { get; set; } + public decimal? Field48_NonCoveredCharges { get; set; } + public string Field49 { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/Forms/Institutional/UB04Value.cs b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Value.cs new file mode 100644 index 00000000..ce0281b4 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Institutional/UB04Value.cs @@ -0,0 +1,18 @@ +namespace X12.Hipaa.Claims.Forms.Institutional +{ + using X12.Hipaa.Common; + + public class UB04Value + { + public string Code { get; set; } + + public decimal? Amount { get; set; } + + public UB04Value CopyFrom(CodedAmount source) + { + this.Code = source.Code; + this.Amount = source.Amount; + return this; + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Professional/..svnbridge/.svnbridge b/src/X12.Hipaa/Claims/Forms/Professional/..svnbridge/.svnbridge similarity index 100% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Professional/..svnbridge/.svnbridge rename to src/X12.Hipaa/Claims/Forms/Professional/..svnbridge/.svnbridge diff --git a/src/OopFactory.X12.Hipaa/Claims/Forms/Professional/HCFA1500Claim.cs b/src/X12.Hipaa/Claims/Forms/Professional/HCFA1500Claim.cs similarity index 97% rename from src/OopFactory.X12.Hipaa/Claims/Forms/Professional/HCFA1500Claim.cs rename to src/X12.Hipaa/Claims/Forms/Professional/HCFA1500Claim.cs index 56fb8c6b..4ed0424f 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Forms/Professional/HCFA1500Claim.cs +++ b/src/X12.Hipaa/Claims/Forms/Professional/HCFA1500Claim.cs @@ -1,162 +1,159 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Claims.Forms.Professional -{ - public class HCFA1500Claim - { - /* - * 2011/8/16, jhalliday - New Data Model for 837P (Professional) claim. - * - * Team: dstrubhar, jhalliday and epkrause - * - * Purpose: - * To create a C# object model that will serve as a container for the X12 837P data - * AS ENTERED from a HCFA 1500 Professional claim form. - * - * Goal: - * The team has the overall goal of creating tools that can be used to consume and - * manipulate X12 messages (AKA files/documents) without the need to have a big project - * budget. For that reason, this and the related X12 Parser project tools are all open - * source and freely usable. - */ - public HCFA1500Claim() - { - if (Field03_PatientsDateOfBirth == null) Field03_PatientsDateOfBirth = new FormDate(); - if (Field09b_OtherInsuredsDateOfBirth == null) Field09b_OtherInsuredsDateOfBirth = new FormDate(); - if (Field11a_InsuredsDateOfBirth == null) Field11a_InsuredsDateOfBirth = new FormDate(); - if (Field12_PatientsOrAuthorizedSignatureDate == null) Field12_PatientsOrAuthorizedSignatureDate = new FormDate(); - if (Field14_DateOfCurrentIllnessInjuryOrPregnancy == null) Field14_DateOfCurrentIllnessInjuryOrPregnancy = new FormDate(); - if (Field15_DatePatientHadSameOrSimilarIllness == null) Field15_DatePatientHadSameOrSimilarIllness = new FormDate(); - if (Field16_DatePatientUnableToWork_Start == null) Field16_DatePatientUnableToWork_Start = new FormDate(); - if (Field16_DatePatientUnableToWork_End == null) Field16_DatePatientUnableToWork_End = new FormDate(); - if (Field18_HospitalizationDateFrom == null) Field18_HospitalizationDateFrom = new FormDate(); - if (Field18_HospitalizationDateTo == null) Field18_HospitalizationDateTo = new FormDate(); - if (Field24_ServiceLines == null) Field24_ServiceLines = new List(); - } - - // Fields in the HCFA1500 object model are defined in the order they appear on the HCFA1500 form. - - public bool Field01_TypeOfCoverageIsMedicare { get; set; } - public bool Field01_TypeOfCoverageIsMedicaid { get; set; } - public bool Field01_TypeOfCoverageIsTricareChampus { get; set; } - public bool Field01_TypeOfCoverageIsChampVa { get; set; } - public bool Field01_TypeOfCoverageIsGroupHealthPlan { get; set; } - public bool Field01_TypeOfCoverageIsFECABlkLung { get; set; } - public bool Field01_TypeOfCoverageIsOther { get; set; } - public string Field01a_InsuredsIDNumber { get; set; } - public string Field02_PatientsName { get; set; } // HCFA 1500 standard allows 29 total characters - public FormDate Field03_PatientsDateOfBirth { get; set; } // MMDDCCYY - 8 characters - public bool Field03_PatientsSexMale { get; set; } - public bool Field03_PatientsSexFemale { get; set; } - public string Field04_InsuredsName { get; set; } // HCFA 1500 standard allows 29 total characters for these (3) fields - public string Field05_PatientsAddress_Street { get; set; } // 28 characters - public string Field05_PatientsAddress_City { get; set; } // 24 characters - public string Field05_PatientsAddress_State { get; set; } // 3 characters - public string Field05_PatientsAddress_Zip { get; set; } // 12 characters - public string Field05_PatientsTelephone { get; set; } // 10 digits - public bool Field06_PatientRelationshipToInsuredIsSelf { get; set; } - public bool Field06_PatientRelationshipToInsuredIsSpouseOf { get; set; } - public bool Field06_PatientRelationshipToInsuredIsChildOf { get; set; } - public bool Field06_PatientRelationshipToInsuredIsOther { get; set; } - public string Field07_InsuredsAddress_Street { get; set; } // 29 characters (yes, '29' not 28) - public string Field07_InsuredsAddress_City { get; set; } // 23 characters (yes, '23' not 24) - public string Field07_InsuredsAddress_State { get; set; } // 4 characters (yes, '4' not 3) - public string Field07_InsuredsAddress_Zip { get; set; } // 12 characters - public string Field07_InsuredsAreaCode { get; set; } // 3 digits - public string Field07_InsuredsPhoneNumber { get; set; } // 10 digits - public bool Field08_PatientStatusIsSingle { get; set; } - public bool Field08_PatientStatusIsMarried { get; set; } - public bool Field08_PatientStatusIsOther { get; set; } - public bool Field08_PatientStatusIsEmployed { get; set; } - public bool Field08_PatientStatusIsFullTimeStudent { get; set; } - public bool Field08_PatientStatusIsPartTimeStudent { get; set; } - public string Field09_OtherInsuredsName { get; set; } // HCFA 1500 standard allows 28 total characters - public string Field09a_OtherInsuredsPolicyOrGroup { get; set; } // 28 characters - public FormDate Field09b_OtherInsuredsDateOfBirth { get; set; } // MMDDCCYY - 8 characters, goes to DMG02 (page 151) from X12 spec. - public bool Field09b_OtherInsuredIsMale { get; set; } // 1 = Male, 2 = Female; 1 character. - public bool Field09b_OtherInsuredIsFemale { get; set; } - public string Field09c_OtherInsuredsEmployerNameOrSchoolName { get; set; } // 28 characters - public string Field09d_OtherInsuredsInsurancePlanNameOrProgramName { get; set; } // 28 characters - public bool Field10a_PatientConditionRelatedToEmployment { get; set; } // 1 = Yes, 2 = No - public bool Field10b_PatientConditionRelatedToAutoAccident { get; set; } - public string Field10b_PatientConditionRelToAutoAccidentState { get; set; } // 2 characters// 1 = Yes, 2 = No - public bool Field10c_PatientConditionRelatedToOtherAccident { get; set; } // 1 = Yes, 2 = No - public string Field10d_ReservedForLocalUse { get; set; } // 19 characters - public string Field11_InsuredsPolicyGroupOfFECANumber { get; set; } // 29 characters - public FormDate Field11a_InsuredsDateOfBirth { get; set; } // MMDDCCYY - 8 characters - public bool Field11a_InsuredsSexIsMale { get; set; } // 1 = Male, 2 = Female; 1 character. - public bool Field11a_InsuredsSexIsFemale { get; set; } - public string Field11b_InsuredsEmployerOrSchool { get; set; } // 29 characters - public string Field11c_InsuredsPlanOrProgramName { get; set; } // 29 characters - public bool Field11d_IsThereOtherHealthBenefitPlan { get; set; } // 1 = Yes, 2 = No - public string Field12_PatientsOrAuthorizedSignature { get; set; } // Signed field. Store 1 = Signature On File, 2 = Signature NOT On File. If SOF, enter date in next field - public FormDate Field12_PatientsOrAuthorizedSignatureDate { get; set; } // MMDDCCYY - public string Field13_InsuredsOrAuthorizedSignature { get; set; } // Signed field. Store 1 = Signature On File, 2 = Signature NOT On File. If SOF, enter date in next field - public FormDate Field14_DateOfCurrentIllnessInjuryOrPregnancy { get; set; } // MMDDCCYY - public FormDate Field15_DatePatientHadSameOrSimilarIllness { get; set; } // MMDDCCYY - public FormDate Field16_DatePatientUnableToWork_Start { get; set; } // MMDDCCYY - public FormDate Field16_DatePatientUnableToWork_End { get; set; } // MMDDCCYY - public string Field17_ReferringProviderOrOtherSource_Name { get; set; } // HCFA 1500 standard allows 28 total characters for this field - public string Field17a_OtherID_Qualifier { get; set; } // 2 digit alpha-numeric value - public string Field17a_OtherID_Number { get; set; } // 17 characters - public string Field17b_NationalProviderIdentifier { get; set; } // 10 digit numeric - public FormDate Field18_HospitalizationDateFrom { get; set; } // MMDDCCYY - public FormDate Field18_HospitalizationDateTo { get; set; } // MMDDCCYY - public string Field19_ReservedForLocalUse { get; set; } // 83 characters - public bool Field20_OutsideLab { get; set; } // 1 = Yes, 2 = No - public decimal? Field20_OutsideLabCharges { get; set; } // 8 digit numeric with implied decimal. ie '20300' is $203.00. // 3-1-4 part diagnosis code. - public string Field21_Diagnosis1 { get; set; } - public string Field21_Diagnosis2 { get; set; } - public string Field21_Diagnosis3 { get; set; } - public string Field21_Diagnosis4 { get; set; } - public string Field22_MedicaidSubmissionCode { get; set; } // 11 characters - public string Field22_OriginalReferenceNumber { get; set; } // 18 characters - public string Field23_PriorAuthorizationNumber { get; set; } // 29 characters // Service line details - [XmlElement(ElementName="Field24_ServiceLine")] - public List Field24_ServiceLines { get; set; } - public string Field25_FederalTaxIDNumber { get; set; } // 15 characters - public bool Field25_IsEIN { get; set; } // 1 = SSN, 2 = EIN - public bool Field25_IsSSN { get; set; } - public string Field26_PatientAccountNumber { get; set; } // 14 characters - public bool? Field27_AcceptAssignment { get; set; } // 1 = Yes, 2 = No. Refers to acceptance of terms of payor's program. - public decimal Field28_TotalCharge { get; set; } // 7 digits - public decimal? Field29_AmountPaid { get; set; } // 6 digits // 2 digits - public decimal? Field30_BalanceDue { get; set; } // 6 digits // 2 digits - public bool? Field31_PhysicianOrSupplierSignatureIsOnFile { get; set; } // Signed field. Store true = Signature On File, false = Signature NOT On File. If SOF, enter date in next field - public string Field32_ServiceFacilityLocation_Name { get; set; } // 26 characters - public string Field32_ServiceFacilityLocation_Street { get; set; } // 26 characters - public string Field32_ServiceFacilityLocation_City { get; set; } // 26 characters for this and next two fields combined - public string Field32_ServiceFacilityLocation_State { get; set; } // - public string Field32_ServiceFacilityLocation_Zip { get; set; } // - public string Field32a_ServiceFacilityLocation_Npi { get; set; } // 10 characters - public string Field32b_ServiceFacilityLocation_OtherID { get; set; } // 14 characters - public string Field33_BillingProvider_TelephoneNumber { get; set; } // 9 characters - public string Field33_BillingProvider_Name { get; set; } // 29 characters - public string Field33_BillingProvider_Street { get; set; } // 29 characters - public string Field33_BillingProvider_City { get; set; } // 29 characters for this and next two fields combined - public string Field33_BillingProvider_State { get; set; } // - public string Field33_BillingProvider_Zip { get; set; } // - public string Field33a_BillingProvider_Npi { get; set; } // 10 characters - public string Field33b_BillingProvider_OtherID { get; set; } // 17 characters - #region Serialization Methods - - public string Serialize() - { - var writer = new StringWriter(); - new XmlSerializer(typeof(HCFA1500Claim)).Serialize(writer, this); - return writer.ToString(); - } - - public static HCFA1500Claim Deserialize(string xml) - { - var serializer = new XmlSerializer(typeof(HCFA1500Claim)); - return (HCFA1500Claim)serializer.Deserialize(new StringReader(xml)); - } - #endregion - } -} +namespace X12.Hipaa.Claims.Forms.Professional +{ + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + public class HCFA1500Claim + { + /* + * 2011/8/16, jhalliday - New Data Model for 837P (Professional) claim. + * + * Team: dstrubhar, jhalliday and epkrause + * + * Purpose: + * To create a C# object model that will serve as a container for the X12 837P data + * AS ENTERED from a HCFA 1500 Professional claim form. + * + * Goal: + * The team has the overall goal of creating tools that can be used to consume and + * manipulate X12 messages (AKA files/documents) without the need to have a big project + * budget. For that reason, this and the related X12 Parser project tools are all open + * source and freely usable. + */ + public HCFA1500Claim() + { + if (Field03_PatientsDateOfBirth == null) Field03_PatientsDateOfBirth = new FormDate(); + if (Field09b_OtherInsuredsDateOfBirth == null) Field09b_OtherInsuredsDateOfBirth = new FormDate(); + if (Field11a_InsuredsDateOfBirth == null) Field11a_InsuredsDateOfBirth = new FormDate(); + if (Field12_PatientsOrAuthorizedSignatureDate == null) Field12_PatientsOrAuthorizedSignatureDate = new FormDate(); + if (Field14_DateOfCurrentIllnessInjuryOrPregnancy == null) Field14_DateOfCurrentIllnessInjuryOrPregnancy = new FormDate(); + if (Field15_DatePatientHadSameOrSimilarIllness == null) Field15_DatePatientHadSameOrSimilarIllness = new FormDate(); + if (Field16_DatePatientUnableToWork_Start == null) Field16_DatePatientUnableToWork_Start = new FormDate(); + if (Field16_DatePatientUnableToWork_End == null) Field16_DatePatientUnableToWork_End = new FormDate(); + if (Field18_HospitalizationDateFrom == null) Field18_HospitalizationDateFrom = new FormDate(); + if (Field18_HospitalizationDateTo == null) Field18_HospitalizationDateTo = new FormDate(); + if (Field24_ServiceLines == null) Field24_ServiceLines = new List(); + } + + // Fields in the HCFA1500 object model are defined in the order they appear on the HCFA1500 form. + + public bool Field01_TypeOfCoverageIsMedicare { get; set; } + public bool Field01_TypeOfCoverageIsMedicaid { get; set; } + public bool Field01_TypeOfCoverageIsTricareChampus { get; set; } + public bool Field01_TypeOfCoverageIsChampVa { get; set; } + public bool Field01_TypeOfCoverageIsGroupHealthPlan { get; set; } + public bool Field01_TypeOfCoverageIsFECABlkLung { get; set; } + public bool Field01_TypeOfCoverageIsOther { get; set; } + public string Field01a_InsuredsIDNumber { get; set; } + public string Field02_PatientsName { get; set; } // HCFA 1500 standard allows 29 total characters + public FormDate Field03_PatientsDateOfBirth { get; set; } // MMDDCCYY - 8 characters + public bool Field03_PatientsSexMale { get; set; } + public bool Field03_PatientsSexFemale { get; set; } + public string Field04_InsuredsName { get; set; } // HCFA 1500 standard allows 29 total characters for these (3) fields + public string Field05_PatientsAddress_Street { get; set; } // 28 characters + public string Field05_PatientsAddress_City { get; set; } // 24 characters + public string Field05_PatientsAddress_State { get; set; } // 3 characters + public string Field05_PatientsAddress_Zip { get; set; } // 12 characters + public string Field05_PatientsTelephone { get; set; } // 10 digits + public bool Field06_PatientRelationshipToInsuredIsSelf { get; set; } + public bool Field06_PatientRelationshipToInsuredIsSpouseOf { get; set; } + public bool Field06_PatientRelationshipToInsuredIsChildOf { get; set; } + public bool Field06_PatientRelationshipToInsuredIsOther { get; set; } + public string Field07_InsuredsAddress_Street { get; set; } // 29 characters (yes, '29' not 28) + public string Field07_InsuredsAddress_City { get; set; } // 23 characters (yes, '23' not 24) + public string Field07_InsuredsAddress_State { get; set; } // 4 characters (yes, '4' not 3) + public string Field07_InsuredsAddress_Zip { get; set; } // 12 characters + public string Field07_InsuredsAreaCode { get; set; } // 3 digits + public string Field07_InsuredsPhoneNumber { get; set; } // 10 digits + public bool Field08_PatientStatusIsSingle { get; set; } + public bool Field08_PatientStatusIsMarried { get; set; } + public bool Field08_PatientStatusIsOther { get; set; } + public bool Field08_PatientStatusIsEmployed { get; set; } + public bool Field08_PatientStatusIsFullTimeStudent { get; set; } + public bool Field08_PatientStatusIsPartTimeStudent { get; set; } + public string Field09_OtherInsuredsName { get; set; } // HCFA 1500 standard allows 28 total characters + public string Field09a_OtherInsuredsPolicyOrGroup { get; set; } // 28 characters + public FormDate Field09b_OtherInsuredsDateOfBirth { get; set; } // MMDDCCYY - 8 characters, goes to DMG02 (page 151) from X12 spec. + public bool Field09b_OtherInsuredIsMale { get; set; } // 1 = Male, 2 = Female; 1 character. + public bool Field09b_OtherInsuredIsFemale { get; set; } + public string Field09c_OtherInsuredsEmployerNameOrSchoolName { get; set; } // 28 characters + public string Field09d_OtherInsuredsInsurancePlanNameOrProgramName { get; set; } // 28 characters + public bool Field10a_PatientConditionRelatedToEmployment { get; set; } // 1 = Yes, 2 = No + public bool Field10b_PatientConditionRelatedToAutoAccident { get; set; } + public string Field10b_PatientConditionRelToAutoAccidentState { get; set; } // 2 characters// 1 = Yes, 2 = No + public bool Field10c_PatientConditionRelatedToOtherAccident { get; set; } // 1 = Yes, 2 = No + public string Field10d_ReservedForLocalUse { get; set; } // 19 characters + public string Field11_InsuredsPolicyGroupOfFECANumber { get; set; } // 29 characters + public FormDate Field11a_InsuredsDateOfBirth { get; set; } // MMDDCCYY - 8 characters + public bool Field11a_InsuredsSexIsMale { get; set; } // 1 = Male, 2 = Female; 1 character. + public bool Field11a_InsuredsSexIsFemale { get; set; } + public string Field11b_InsuredsEmployerOrSchool { get; set; } // 29 characters + public string Field11c_InsuredsPlanOrProgramName { get; set; } // 29 characters + public bool Field11d_IsThereOtherHealthBenefitPlan { get; set; } // 1 = Yes, 2 = No + public string Field12_PatientsOrAuthorizedSignature { get; set; } // Signed field. Store 1 = Signature On File, 2 = Signature NOT On File. If SOF, enter date in next field + public FormDate Field12_PatientsOrAuthorizedSignatureDate { get; set; } // MMDDCCYY + public string Field13_InsuredsOrAuthorizedSignature { get; set; } // Signed field. Store 1 = Signature On File, 2 = Signature NOT On File. If SOF, enter date in next field + public FormDate Field14_DateOfCurrentIllnessInjuryOrPregnancy { get; set; } // MMDDCCYY + public FormDate Field15_DatePatientHadSameOrSimilarIllness { get; set; } // MMDDCCYY + public FormDate Field16_DatePatientUnableToWork_Start { get; set; } // MMDDCCYY + public FormDate Field16_DatePatientUnableToWork_End { get; set; } // MMDDCCYY + public string Field17_ReferringProviderOrOtherSource_Name { get; set; } // HCFA 1500 standard allows 28 total characters for this field + public string Field17a_OtherID_Qualifier { get; set; } // 2 digit alpha-numeric value + public string Field17a_OtherID_Number { get; set; } // 17 characters + public string Field17b_NationalProviderIdentifier { get; set; } // 10 digit numeric + public FormDate Field18_HospitalizationDateFrom { get; set; } // MMDDCCYY + public FormDate Field18_HospitalizationDateTo { get; set; } // MMDDCCYY + public string Field19_ReservedForLocalUse { get; set; } // 83 characters + public bool Field20_OutsideLab { get; set; } // 1 = Yes, 2 = No + public decimal? Field20_OutsideLabCharges { get; set; } // 8 digit numeric with implied decimal. ie '20300' is $203.00. // 3-1-4 part diagnosis code. + public string Field21_Diagnosis1 { get; set; } + public string Field21_Diagnosis2 { get; set; } + public string Field21_Diagnosis3 { get; set; } + public string Field21_Diagnosis4 { get; set; } + public string Field22_MedicaidSubmissionCode { get; set; } // 11 characters + public string Field22_OriginalReferenceNumber { get; set; } // 18 characters + public string Field23_PriorAuthorizationNumber { get; set; } // 29 characters // Service line details + [XmlElement(ElementName="Field24_ServiceLine")] + public List Field24_ServiceLines { get; set; } + public string Field25_FederalTaxIDNumber { get; set; } // 15 characters + public bool Field25_IsEIN { get; set; } // 1 = SSN, 2 = EIN + public bool Field25_IsSSN { get; set; } + public string Field26_PatientAccountNumber { get; set; } // 14 characters + public bool? Field27_AcceptAssignment { get; set; } // 1 = Yes, 2 = No. Refers to acceptance of terms of payor's program. + public decimal Field28_TotalCharge { get; set; } // 7 digits + public decimal? Field29_AmountPaid { get; set; } // 6 digits // 2 digits + public decimal? Field30_BalanceDue { get; set; } // 6 digits // 2 digits + public bool? Field31_PhysicianOrSupplierSignatureIsOnFile { get; set; } // Signed field. Store true = Signature On File, false = Signature NOT On File. If SOF, enter date in next field + public string Field32_ServiceFacilityLocation_Name { get; set; } // 26 characters + public string Field32_ServiceFacilityLocation_Street { get; set; } // 26 characters + public string Field32_ServiceFacilityLocation_City { get; set; } // 26 characters for this and next two fields combined + public string Field32_ServiceFacilityLocation_State { get; set; } // + public string Field32_ServiceFacilityLocation_Zip { get; set; } // + public string Field32a_ServiceFacilityLocation_Npi { get; set; } // 10 characters + public string Field32b_ServiceFacilityLocation_OtherID { get; set; } // 14 characters + public string Field33_BillingProvider_TelephoneNumber { get; set; } // 9 characters + public string Field33_BillingProvider_Name { get; set; } // 29 characters + public string Field33_BillingProvider_Street { get; set; } // 29 characters + public string Field33_BillingProvider_City { get; set; } // 29 characters for this and next two fields combined + public string Field33_BillingProvider_State { get; set; } // + public string Field33_BillingProvider_Zip { get; set; } // + public string Field33a_BillingProvider_Npi { get; set; } // 10 characters + public string Field33b_BillingProvider_OtherID { get; set; } // 17 characters + #region Serialization Methods + + public string Serialize() + { + var writer = new StringWriter(); + new XmlSerializer(typeof(HCFA1500Claim)).Serialize(writer, this); + return writer.ToString(); + } + + public static HCFA1500Claim Deserialize(string xml) + { + var serializer = new XmlSerializer(typeof(HCFA1500Claim)); + return (HCFA1500Claim)serializer.Deserialize(new StringReader(xml)); + } + #endregion + } +} diff --git a/src/X12.Hipaa/Claims/Forms/Professional/HCFA1500ServiceLine.cs b/src/X12.Hipaa/Claims/Forms/Professional/HCFA1500ServiceLine.cs new file mode 100644 index 00000000..39326af7 --- /dev/null +++ b/src/X12.Hipaa/Claims/Forms/Professional/HCFA1500ServiceLine.cs @@ -0,0 +1,98 @@ +namespace X12.Hipaa.Claims.Forms.Professional +{ + using System.Xml.Serialization; + + public class HCFA1500ServiceLine + { + /// + /// Gets or sets the form comment line, 61 characters (in grey area from boxes 24A through 24G + /// + public string CommentLine { get; set; } + + /// + /// Gets or sets the date the service began (MMDDCCYY) + /// + public FormDate DateFrom { get; set; } + + /// + /// Gets or sets the date the service ends (MMDDCCYY) + /// + public FormDate DateTo { get; set; } + + /// + /// Gets or sets the place of service, 2 digits + /// + [XmlAttribute] + public string PlaceOfService { get; set; } + + /// + /// Gets or sets the emergency indicator, 2 digits + /// + [XmlAttribute] + public string EmergencyIndicator { get; set; } + + /// + /// Gets or sets the procedure code, 6 digits + /// + [XmlAttribute] + public string ProcedureCode { get; set; } + + /// + /// Gets or sets the mod1 field, 2 digits + /// + [XmlAttribute] + public string Mod1 { get; set; } + + /// + /// Gets or sets the mod2 field, 2 digits + /// + [XmlAttribute] + public string Mod2 { get; set; } + + /// + /// Gets or sets the mod3 field, 2 digits + /// + [XmlAttribute] + public string Mod3 { get; set; } + + /// + /// Gets or sets the mod4 field, 2 digits + /// + [XmlAttribute] + public string Mod4 { get; set; } + + [XmlAttribute] + public string DiagnosisPointer1 { get; set; } + + [XmlAttribute] + public string DiagnosisPointer2 { get; set; } + + [XmlAttribute] + public string DiagnosisPointer3 { get; set; } + + [XmlAttribute] + public string DiagnosisPointer4 { get; set; } + + public decimal? Charges { get; set; } + + /// + /// Gets or sets the days or units, 3 characters + /// + public decimal? DaysOrUnits { get; set; } + + [XmlAttribute] + public string EarlyPeriodicScreeningDiagnosisAndTreatment { get; set; } // 2 characters + + [XmlAttribute] + public string RenderingProviderIdQualifier { get; set; } + + /// + /// Gets or sets the rendering provider identifier, 11 characters + /// + [XmlAttribute] + public string RenderingProviderId { get; set; } + + [XmlAttribute] + public string RenderingProviderNpi { get; set; } // 10 characters + } +} diff --git a/src/X12.Hipaa/Claims/InstitutionalProcedure.cs b/src/X12.Hipaa/Claims/InstitutionalProcedure.cs new file mode 100644 index 00000000..9c884000 --- /dev/null +++ b/src/X12.Hipaa/Claims/InstitutionalProcedure.cs @@ -0,0 +1,44 @@ +namespace X12.Hipaa.Claims +{ + using System; + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + public class InstitutionalProcedure + { + [XmlAttribute] + public bool IsPrincipal => new[] { "BBR", "BR", "CAH" }.Contains(this.Qualifier); + + [XmlAttribute] + public CodeList Version + { + get + { + switch (this.Qualifier) + { + case "BBR": + case "BBQ": + return CodeList.ICD10; + case "BR": + case "BQ": + return CodeList.ICD9; + case "CAH": + return CodeList.ABC; + default: + return CodeList.Unknown; + } + } + } + + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public string Code { get; set; } + + [XmlAttribute(DataType = "date")] + public DateTime Date { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/LineAdjustmentInformation.cs b/src/X12.Hipaa/Claims/LineAdjustmentInformation.cs new file mode 100644 index 00000000..2cc629db --- /dev/null +++ b/src/X12.Hipaa/Claims/LineAdjustmentInformation.cs @@ -0,0 +1,70 @@ +namespace X12.Hipaa.Claims +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + public class LineAdjustmentInformation + { + /// + /// Initializes a new instance of the class + /// + public LineAdjustmentInformation() + { + if (this.Adjustments == null) + { + this.Adjustments = new List(); + } + + if (this.Amounts == null) + { + this.Amounts = new List(); + } + + if (this.Dates == null) + { + this.Dates = new List(); + } + } + + [XmlAttribute] + public string OtherPayerPrimaryIdentifier { get; set; } + + [XmlAttribute] + public decimal ServiceLinePaidAmount { get; set; } + + [XmlAttribute] + public decimal PaidServiceUnitCount { get; set; } + + [XmlIgnore] + public bool PaidServiceUnitCountSpecified { get; set; } + + [XmlAttribute] + public string BundledLineNumber { get; set; } + + public MedicalProcedure Procedure { get; set; } + + [XmlElement(ElementName = ClaimElements.Adjustment)] + public List Adjustments { get; set; } + + [XmlElement(ElementName = ClaimElements.Amount)] + public List Amounts { get; set; } + + [XmlElement(ElementName = ClaimElements.Date)] + public List Dates { get; set; } + + public DateTime RemittanceDate => + this.Dates.Exists(d => d.Qualifier == "573") + ? this.Dates.First(d => d.Qualifier == "573").Date + : DateTime.MinValue; + + public decimal? RemainingPatientLiability => + this.Amounts.Exists(a => a.Qualifier == "EAF") + ? this.Amounts.First(a => a.Qualifier == "EAF").Amount + : (decimal?)null; + } +} diff --git a/src/X12.Hipaa/Claims/OtherSubscriberInformation.cs b/src/X12.Hipaa/Claims/OtherSubscriberInformation.cs new file mode 100644 index 00000000..98f9c642 --- /dev/null +++ b/src/X12.Hipaa/Claims/OtherSubscriberInformation.cs @@ -0,0 +1,110 @@ +namespace X12.Hipaa.Claims +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + public class OtherSubscriberInformation + { + /// + /// Initializes a new instance of the class + /// + public OtherSubscriberInformation() + { + if (this.Name == null) + { + this.Name = new EntityName(); + } + + if (this.OtherPayer == null) + { + this.OtherPayer = new EntityName(); + } + + if (this.Adjustments == null) + { + this.Adjustments = new List(); + } + + if (this.Amounts == null) + { + this.Amounts = new List(); + } + + if (this.Providers == null) + { + this.Providers = new List(); + } + } + + [XmlAttribute] + public Gender Gender { get; set; } + + [XmlIgnore] + public DateTime? DateOfBirth { get; set; } + + #region Serializable DateOfBirth Properties + [XmlAttribute(AttributeName = "DateOfBirth", DataType = "date")] + public DateTime SerializableDateOfBirth + { + get { return this.DateOfBirth ?? DateTime.MinValue; } + set { this.DateOfBirth = value; } + } + + [XmlIgnore] + public bool SerializableDateOfBirthSpecified => this.DateOfBirth.HasValue; + #endregion + + [XmlAttribute] + public string BenefitsAssignmentCertificationIndicator { get; set; } + + [XmlAttribute] + public string ReleaseOfInformationCode { get; set; } + + public decimal? PayorPaidAmount + { + get + { + var amount = this.Amounts.FirstOrDefault(a => a.Qualifier == "D"); + return amount?.Amount ?? 0; + } + } + + public decimal? RemainingPatientLiability + { + get + { + var amount = this.Amounts.FirstOrDefault(a => a.Qualifier == "EAF"); + return amount?.Amount; + } + } + + public decimal? NonCoveredChargeAmount + { + get + { + var amount = this.Amounts.FirstOrDefault(a => a.Qualifier == "A8"); + return amount?.Amount; + } + } + + public SubscriberInformation SubscriberInformation { get; set; } + + public EntityName Name { get; set; } + + public EntityName OtherPayer { get; set; } + + [XmlElement(ElementName = ClaimElements.Adjustment)] + public List Adjustments { get; set; } + + [XmlElement(ElementName = ClaimElements.Amount)] + public List Amounts { get; set; } + + [XmlElement(ElementName = ClaimElements.Provider)] + public List Providers { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/Repositories/SqlClaimRepository.cs b/src/X12.Hipaa/Claims/Repositories/SqlClaimRepository.cs new file mode 100644 index 00000000..721843cb --- /dev/null +++ b/src/X12.Hipaa/Claims/Repositories/SqlClaimRepository.cs @@ -0,0 +1,27 @@ +namespace X12.Hipaa.Claims.Repositories +{ + using X12.Specifications.Finders; + using X12.Sql; + + /// + /// Represents a repository for claims data + /// + /// Claim type stored by the repository + public class SqlClaimRepository : SqlTransactionRepository + { + /// + /// Initializes a new instance of the class + /// + /// Data source name + /// Database schema + public SqlClaimRepository(string dsn, string schema) + : base( + dsn, + new SpecificationFinder(), + "AMT,BHT,CAS,CL1,CLM,CN1,CR1,CR2,CR3,CR4,CR5,CR6,CR7,CR8,CRC,CTP,CUR,DMG,DN1,DN2,DSB,DTP,HCP,HI,HL,HSD,IMM,K3,LIN,LX,MEA,MIA,MOA,N2,N3,N4,NM1,NTE,OI,PAT,PER,PRV,PS1,PWK,QTY,REF,SBR,SE,ST,SV1,SV2,SV3,SV4,SV5,SV6,SV7,SVD,TOO,UR".Split(','), + typeof(T), + schema) + { + } + } +} diff --git a/src/X12.Hipaa/Claims/ServiceLine.cs b/src/X12.Hipaa/Claims/ServiceLine.cs new file mode 100644 index 00000000..de2ecaf4 --- /dev/null +++ b/src/X12.Hipaa/Claims/ServiceLine.cs @@ -0,0 +1,233 @@ +namespace X12.Hipaa.Claims +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + public class ServiceLine + { + /// + /// Initializes a new instance of the class + /// + public ServiceLine() + { + if (this.SupplementalInformations == null) + { + this.SupplementalInformations = new List(); + } + + if (this.Identifications == null) + { + this.Identifications = new List(); + } + + if (this.Amounts == null) + { + this.Amounts = new List(); + } + + if (this.Dates == null) + { + this.Dates = new List(); + } + + if (this.DateRanges == null) + { + this.DateRanges = new List(); + } + + if (this.Notes == null) + { + this.Notes = new List(); + } + + if (this.Providers == null) + { + this.Providers = new List(); + } + + if (this.OralCavityDesignations == null) + { + this.OralCavityDesignations = new List(); + } + + if (this.ToothInformations == null) + { + this.ToothInformations = new List(); + } + } + + [XmlAttribute] + public int LineNumber { get; set; } + + [XmlAttribute] + public string RevenueCode { get; set; } + + [XmlAttribute] + public string RevenueCodeDescription { get; set; } + + [XmlAttribute] + public decimal Quantity { get; set; } + + [XmlAttribute] + public string Unit { get; set; } + + [XmlAttribute] + public string EmergencyIndicator { get; set; } + + [XmlAttribute] + public string EpsdtIndicator { get; set; } + + [XmlAttribute] + public string DiagnosisCodePointer1 { get; set; } + + [XmlAttribute] + public string DiagnosisCodePointer2 { get; set; } + + [XmlAttribute] + public string DiagnosisCodePointer3 { get; set; } + + [XmlAttribute] + public string DiagnosisCodePointer4 { get; set; } + + [XmlAttribute] + public string PurchasedServiceIdentifier { get; set; } // NPI + + [XmlAttribute] + public string PurchasedServiceAmount { get; set; } + + [XmlAttribute] + public decimal ChargeAmount { get; set; } + + [XmlIgnore] + public decimal? NonCoveredChargeAmount { get; set; } + + [XmlAttribute(AttributeName = "NonCoveredChargeAmount")] + public decimal SerializableNonCoveredChargeAmount + { + get { return this.NonCoveredChargeAmount ?? decimal.Zero; } + set { this.NonCoveredChargeAmount = value; } + } + + [XmlIgnore] + public bool SerializableNonCoveredChargeAmountSpecified => this.NonCoveredChargeAmount.HasValue; + + [XmlAttribute(DataType = "date")] + public DateTime ServiceDateFrom + { + get + { + var range = this.DateRanges.FirstOrDefault(dr => dr.Qualifier == "472"); + if (range != null) + { + return range.BeginDate; + } + + var date = this.Dates.FirstOrDefault(dr => dr.Qualifier == "472"); + return date?.Date ?? DateTime.MinValue; + } + } + + [XmlAttribute(DataType = "date")] + public DateTime ServiceDateTo + { + get + { + var range = this.DateRanges.FirstOrDefault(dr => dr.Qualifier == "472"); + if (range != null) + { + return range.EndDate; + } + + var date = this.Dates.FirstOrDefault(dr => dr.Qualifier == "472"); + return date?.Date ?? DateTime.MinValue; + } + } + + public decimal? ServiceTaxAmount + { + get + { + if (this.Amounts.Exists(a => a.Qualifier == "GT")) + { + return this.Amounts.First(a => a.Qualifier == "GT").Amount; + } + + return null; + } + } + + public decimal? FacilityTaxAmount + { + get + { + if (this.Amounts.Exists(a => a.Qualifier == "N8")) + { + return this.Amounts.First(a => a.Qualifier == "N8").Amount; + } + + return null; + } + } + + public Lookup PlaceOfService { get; set; } + + public MedicalProcedure Procedure { get; set; } + + public DrugIdentification Drug { get; set; } + + [XmlElement(ElementName = "SupplementalInformation")] + public List SupplementalInformations { get; set; } + + [XmlElement(ElementName = "Identification")] + public List Identifications { get; set; } + + [XmlElement(ElementName = ClaimElements.Amount)] + public List Amounts { get; set; } + + [XmlElement(ElementName = ClaimElements.Date)] + public List Dates { get; set; } + + [XmlElement(ElementName = ClaimElements.DateRange)] + public List DateRanges { get; set; } + + [XmlElement(ElementName = ClaimElements.Note)] + public List Notes { get; set; } + + [XmlElement(ElementName = ClaimElements.Provider)] + public List Providers { get; set; } + + [XmlElement(ElementName = "LineAdjustmentInformation")] + public List LineAdjustmentInformations { get; set; } + + public Provider OperatingPhysician => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "72"); + + public Provider OtherOperatingPhysician => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "ZZ"); + + public Provider RenderingProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "82"); + + public Provider ReferringProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DN" || p.Name.Type.Identifier == "P3"); + + public Provider PurchasedServiceProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "QB"); + + public Provider ServiceFacilityLocation => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "77"); + + public Provider SupervisingProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DQ"); + + public Provider OrderingProvider => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "DK"); + + public Provider AmbulancePickupLocation => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "PW"); + + public Provider AmbulanceDropoffLocation => this.Providers.FirstOrDefault(p => p.Name.Type.Identifier == "45"); + + [XmlElement(ElementName = DentalElements.OralCavityDesignation)] + public List OralCavityDesignations { get; set; } + + [XmlElement(ElementName = DentalElements.ToothInformation)] + public List ToothInformations { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/ServiceLocationInformation.cs b/src/X12.Hipaa/Claims/ServiceLocationInformation.cs similarity index 56% rename from src/OopFactory.X12.Hipaa/Claims/ServiceLocationInformation.cs rename to src/X12.Hipaa/Claims/ServiceLocationInformation.cs index 1bcd67dd..718942de 100644 --- a/src/OopFactory.X12.Hipaa/Claims/ServiceLocationInformation.cs +++ b/src/X12.Hipaa/Claims/ServiceLocationInformation.cs @@ -1,19 +1,16 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Claims -{ - public class ServiceLocationInformation - { - [XmlAttribute] - public string Qualifier { get; set; } - [XmlAttribute] - public string FacilityCode { get; set; } - [XmlAttribute] - public string FrequencyTypeCode { get; set; } - } -} +namespace X12.Hipaa.Claims +{ + using System.Xml.Serialization; + + public class ServiceLocationInformation + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public string FacilityCode { get; set; } + + [XmlAttribute] + public string FrequencyTypeCode { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/Services/ClaimFormTransformationService.cs b/src/X12.Hipaa/Claims/Services/ClaimFormTransformationService.cs new file mode 100644 index 00000000..6f3eba2d --- /dev/null +++ b/src/X12.Hipaa/Claims/Services/ClaimFormTransformationService.cs @@ -0,0 +1,111 @@ +namespace X12.Hipaa.Claims.Services +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.Xsl; + + using X12.Hipaa.Claims.Forms; + using X12.Hipaa.Enums; + using X12.Hipaa.Properties; + using X12.Parsing; + + /// + /// Provides transformation to XML capability + /// + public class ClaimFormTransformationService : ClaimTransformationService + { + private readonly IClaimToClaimFormTransfomation professionalTransformation; + private readonly IClaimToClaimFormTransfomation institutionalTransformation; + private readonly IClaimToClaimFormTransfomation dentalTransformation; + + /// + /// Initializes a new instance of the class + /// + /// Transformer for professional claims + /// Transformer for institutional claims + /// transformer for dental claims + /// X12 document parser + public ClaimFormTransformationService( + IClaimToClaimFormTransfomation professionalTransformation, + IClaimToClaimFormTransfomation institutionalTransformation, + IClaimToClaimFormTransfomation dentalTransformation, + X12Parser parser) + : base(parser) + { + this.professionalTransformation = professionalTransformation; + this.institutionalTransformation = institutionalTransformation; + this.dentalTransformation = dentalTransformation; + } + + /// + /// Initializes a new instance of the class + /// + /// Transformer for professional claims + /// Transformer for institutional claims + /// transformer for dental claims + public ClaimFormTransformationService( + IClaimToClaimFormTransfomation professionalTransformation, + IClaimToClaimFormTransfomation institutionalTransformation, + IClaimToClaimFormTransfomation dentalTransformation) + : this(professionalTransformation, institutionalTransformation, dentalTransformation, new X12Parser()) + { + } + + /// + /// Transforms document to XML + /// + /// Document to be transformed + /// String XML representation of XML document + /// Thrown if document passed is null + public string TransformClaimDocumentToFoXml(ClaimDocument document) + { + if (document == null) + { + throw new ArgumentNullException(nameof(document), Resources.InvalidClaimDocumentError); + } + + var form = new FormDocument(); + + foreach (var claim in document.Claims) + { + IList pages; + + switch (claim.Type) + { + case ClaimType.Professional: + pages = this.professionalTransformation.TransformClaimToClaimFormFoXml(claim); + form.Pages.AddRange(pages); + break; + case ClaimType.Institutional: + pages = this.institutionalTransformation.TransformClaimToClaimFormFoXml(claim); + form.Pages.AddRange(pages); + break; + case ClaimType.Dental: + pages = this.dentalTransformation.TransformClaimToClaimFormFoXml(claim); + form.Pages.AddRange(pages); + break; + default: + // If we get here, then something went extremely wrong + throw new InvalidOperationException(Resources.InvalidClaimTypeError); + } + } + + string xml = form.Serialize(); + Stream transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Claims.Services.Xsl.FormDocument-To-FoXml.xslt"); + + var transform = new XslCompiledTransform(); + if (transformStream != null) + { + transform.Load(XmlReader.Create(transformStream)); + } + + var outputStream = new MemoryStream(); + transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); + outputStream.Position = 0; + return new StreamReader(outputStream).ReadToEnd(); + } + } +} diff --git a/src/X12.Hipaa/Claims/Services/ClaimTransformationService.cs b/src/X12.Hipaa/Claims/Services/ClaimTransformationService.cs new file mode 100644 index 00000000..47d2a3b9 --- /dev/null +++ b/src/X12.Hipaa/Claims/Services/ClaimTransformationService.cs @@ -0,0 +1,114 @@ +namespace X12.Hipaa.Claims.Services +{ + using System.Collections.Generic; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.Xsl; + + using X12.Parsing; + using X12.Shared.Models; + + /// + /// Provides transformation methods for converting 837 X12 data + /// + public class ClaimTransformationService + { + private readonly X12Parser parser; + + private Dictionary revenueCodeToDescriptionMapping; + + /// + /// Initializes a new instance of the class + /// + /// X12 document parser + public ClaimTransformationService(X12Parser parser) + { + this.parser = parser; + } + + /// + /// Initializes a new instance of the class + /// + public ClaimTransformationService() + : this(new X12Parser()) + { + } + + /// + /// Reads a claim that has been sent + /// + /// Data stream used for reading + /// created from 837 stream + public ClaimDocument Transform837ToClaimDocument(Stream stream) + { + var interchanges = this.parser.ParseMultiple(stream); + var doc = new ClaimDocument(); + foreach (var interchange in interchanges) + { + var thisDoc = this.Transform837ToClaimDocument(interchange); + this.AddRevenueCodeDescription(thisDoc); + doc.Claims.AddRange(thisDoc.Claims); + } + + return doc; + } + + /// + /// Populates the revenue code description mapping with the provided dictionary + /// + /// Dictionary to populate into revenue code description mapping + public void FillRevenueCodeDescriptionMapping(Dictionary revCodeDictionary) + { + this.revenueCodeToDescriptionMapping = revCodeDictionary; + } + + /// + /// Transforms the provided 837 to its matching + /// + /// 837 data to be transformed + /// Resultant ClaimDocument + public ClaimDocument Transform837ToClaimDocument(Interchange interchange) + { + var xml = interchange.Serialize(); + + var transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Claims.Services.Xsl.X12-837-To-ClaimDocument.xslt"); + + var transform = new XslCompiledTransform(); + if (transformStream != null) + { + transform.Load(XmlReader.Create(transformStream)); + } + + var outputStream = new MemoryStream(); + + transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); + outputStream.Position = 0; + xml = new StreamReader(outputStream).ReadToEnd(); + + return ClaimDocument.Deserialize(xml); + } + + private void AddRevenueCodeDescription(ClaimDocument claimdoc) + { + if (this.revenueCodeToDescriptionMapping == null) + { + return; + } + + foreach (Claim claim in claimdoc.Claims) + { + foreach (ServiceLine serviceLine in claim.ServiceLines) + { + if (serviceLine.RevenueCode != null) + { + if (this.revenueCodeToDescriptionMapping.ContainsKey(serviceLine.RevenueCode)) + { + serviceLine.RevenueCodeDescription = this.revenueCodeToDescriptionMapping[serviceLine.RevenueCode]; + } + } + } + } + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/DentalClaimToJ400FormTransformation.cs b/src/X12.Hipaa/Claims/Services/DentalClaimToJ400FormTransformation.cs similarity index 66% rename from src/OopFactory.X12.Hipaa/Claims/Services/DentalClaimToJ400FormTransformation.cs rename to src/X12.Hipaa/Claims/Services/DentalClaimToJ400FormTransformation.cs index 95f62f24..f4547379 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Services/DentalClaimToJ400FormTransformation.cs +++ b/src/X12.Hipaa/Claims/Services/DentalClaimToJ400FormTransformation.cs @@ -1,192 +1,212 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; -using OopFactory.X12.Hipaa.Claims.Forms; -using OopFactory.X12.Hipaa.Claims.Forms.Dental; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public class DentalClaimToJ400FormTransformation : IClaimToClaimFormTransfomation - { - private string _formImagePath; - - public DentalClaimToJ400FormTransformation(string formImagePath) - { - _formImagePath = formImagePath; - } - - public J400Claim TransformClaimToJ400(Claim claim) - { - var j400 = new J400Claim(); - - j400.Field12_SubscriberInformation.Line1 = claim.Subscriber.Name.Formatted(); - if (claim.Subscriber.Address != null) - { - j400.Field12_SubscriberInformation.Line2 = claim.Subscriber.Address.Line1; - if (!string.IsNullOrEmpty(claim.Subscriber.Address.Line2)) - { - j400.Field12_SubscriberInformation.Line3 = claim.Subscriber.Address.Line2; - j400.Field12_SubscriberInformation.Line4 = claim.Subscriber.Address.Locale; - } - else - j400.Field12_SubscriberInformation.Line3 = claim.Subscriber.Address.Locale; - } - - j400.Field13_SubscriberDateOfBirth = claim.Subscriber.DateOfBirth; - j400.Field14_SubscriberGender_Female = claim.Subscriber.Gender == GenderEnum.Female; - j400.Field14_SubscriberGender_Male = claim.Subscriber.Gender == GenderEnum.Male; - j400.Field15_SubscriberId = claim.Subscriber.Name.Identification.Id; - j400.Field16_SubscriberGroupNumber = claim.SubscriberInformation.ReferenceIdentification; - - if (claim.Patient == null) - { - j400.Field18_PatientRelationshipToSubscriber_Self = true; - } - else - { - switch (claim.Patient.Relationship.Code) - { - case "18": - j400.Field18_PatientRelationshipToSubscriber_Self = true; - break; - case "01": - j400.Field18_PatientRelationshipToSubscriber_Spouse = true; - break; - case "19": - j400.Field18_PatientRelationshipToSubscriber_Dependent = true; - break; - default: - j400.Field18_PatientRelationshipToSubscriber_Other = true; - break; - } - - } - - var patient = claim.Patient ?? claim.Subscriber; - - j400.Field20_PatientInformation.Line1 = patient.Name.Formatted(); - if (patient.Address != null) - { - j400.Field20_PatientInformation.Line2 = patient.Address.Line1; - if (!string.IsNullOrEmpty(patient.Address.Line2)) - { - j400.Field20_PatientInformation.Line3 = patient.Address.Line2; - j400.Field20_PatientInformation.Line4 = patient.Address.Locale; - } - else - j400.Field20_PatientInformation.Line3 = patient.Address.Locale; - } - j400.Field21_PatientDateOfBirth = patient.DateOfBirth; - j400.Field22_PatientGender_Female = patient.Gender == GenderEnum.Female; - j400.Field22_PatientGender_Male = patient.Gender == GenderEnum.Male; - j400.Field23_PatientAccountNumber = claim.PatientControlNumber; - - - foreach (var line in claim.ServiceLines) - { - var j400Line = new J400ServiceLine - { - Field24_ProcedureDate = line.ServiceDateFrom, - Field25_AreaOfOralCavity = string.Join(",", line.OralCavityDesignations.Select(ocd => ocd.Code)), - Field27_ToothNumberOrLetter = string.Join(",", line.ToothInformations.Select(ti => ti.ToothCode)), - Field28_ToothSurface = string.Join("", line.ToothInformations.Select(t => string.Join("", t.ToothSurfaces.Select(ts => ts.Code)))), - Field29_ProcedureCode = line.Procedure != null ? line.Procedure.ProcedureCode : "", - Field31_Fee = line.ChargeAmount - }; - - j400.ServiceLines.Add(j400Line); - } - return j400; - } - - private FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text) - { - return AddBlock(page, x, y, width, text, TextAlignEnum.left); - } - - private FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text, TextAlignEnum textAlign) - { - decimal xScale = 0.100m; // 0.0839m; - decimal yScale = 0.16667m; // 0.1656m; - var block = new FormBlock - { - LetterSpacing = "1.2px", - TextAlign = textAlign, - Left = 0.14m + xScale * x, - Top = 0.06m + yScale * y, - Width = xScale * width, - Height = yScale * 1.1m, - Text = text - }; - page.Blocks.Add(block); - return block; - } - - - public List TransformJ400ToFormPages(J400Claim j400) - { - List pages = new List(); - int pageCount = 1 + ((j400.ServiceLines.Count - 1) / 10); - FormPage page = null; - for (int i = 0; i < j400.ServiceLines.Count; i++) - { - if (i % 10 == 0) - { - page = new FormPage(); - pages.Add(page); - page.MasterReference = "j400"; - page.ImagePath = _formImagePath; - - AddBlock(page, 43, 8, 38, j400.Field12_SubscriberInformation.Line1); - AddBlock(page, 43, 9, 38, j400.Field12_SubscriberInformation.Line2); - AddBlock(page, 43, 10, 38, j400.Field12_SubscriberInformation.Line3); - AddBlock(page, 43, 11, 38, j400.Field12_SubscriberInformation.Line4); - AddBlock(page, 43, 13, 10, string.Format("{0:MM/dd/yyyy}", j400.Field13_SubscriberDateOfBirth)); - AddBlock(page, 57, 13, 1, j400.Field14_SubscriberGender_Female ? "X" : ""); - AddBlock(page, 60, 13, 1, j400.Field14_SubscriberGender_Male ? "X" : ""); - AddBlock(page, 65, 13, 15, j400.Field15_SubscriberId); - AddBlock(page, 43, 15, 11, j400.Field16_SubscriberGroupNumber); - AddBlock(page, 56, 15, 24, 'X'.Repeat(24)); - - AddBlock(page, 43, 18, 1, j400.Field18_PatientRelationshipToSubscriber_Self ? "X": ""); - AddBlock(page, 48, 18, 1, j400.Field18_PatientRelationshipToSubscriber_Spouse ? "X" : ""); - AddBlock(page, 54, 18, 1, j400.Field18_PatientRelationshipToSubscriber_Dependent ? "X" : ""); - AddBlock(page, 63, 18, 1, j400.Field04_OtherDentalOrMedicalCoverage ? "X" : ""); - AddBlock(page, 43, 20, 38, j400.Field20_PatientInformation.Line1); - AddBlock(page, 43, 21, 38, j400.Field20_PatientInformation.Line2); - AddBlock(page, 43, 22, 38, j400.Field20_PatientInformation.Line3); - AddBlock(page, 43, 23, 38, j400.Field20_PatientInformation.Line4); - AddBlock(page, 43, 25, 10, string.Format("{0:MM/dd/yyyy}", j400.Field21_PatientDateOfBirth)); - AddBlock(page, 57, 25, 1, j400.Field22_PatientGender_Female ? "X" : ""); - AddBlock(page, 60, 25, 1, j400.Field22_PatientGender_Male ? "X" : ""); - AddBlock(page, 64, 25, 17, j400.Field23_PatientAccountNumber); - } - decimal y = 29 + (i % 10); - var line = j400.ServiceLines[i]; - AddBlock(page, 2, y, 10, string.Format("{0:MM/dd/yyyy}", line.Field24_ProcedureDate)); - AddBlock(page, 13, y, 2, line.Field25_AreaOfOralCavity); - AddBlock(page, 16, y, 2, line.Field26_ToothSystem); - AddBlock(page, 19, y, 11, line.Field27_ToothNumberOrLetter); - AddBlock(page, 31, y, 5, line.Field28_ToothSurface); - AddBlock(page, 37, y, 5, line.Field29_ProcedureCode); - AddBlock(page, 43, y, 31, 'D'.Repeat(31)); // line.Field30_Description); - string amount = string.Format("{0:0.00}", line.Field31_Fee).Replace(".",""); - AddBlock(page, 81 - amount.Length, y, amount.Length, amount); - if (i % 10 == 9 || i == j400.ServiceLines.Count - 1) // Footer - { - } - } - - return pages; - } - - public List TransformClaimToClaimFormFoXml(Claim claim) - { - J400Claim j400 = TransformClaimToJ400(claim); - - return TransformJ400ToFormPages(j400); - } - } -} +namespace X12.Hipaa.Claims.Services +{ + using System.Collections.Generic; + using System.Linq; + + using X12.Hipaa.Claims.Forms; + using X12.Hipaa.Claims.Forms.Dental; + using X12.Hipaa.Enums; + + /// + /// Provides implementation of interface for transforming an object of one claim type to another + /// + public class DentalClaimToJ400FormTransformation : IClaimToClaimFormTransfomation + { + private readonly string formImagePath; + + /// + /// Initializes a new instance of the class + /// + /// Path to form image + public DentalClaimToJ400FormTransformation(string formImagePath) + { + this.formImagePath = formImagePath; + } + + /// + /// Transforms provided to its representation + /// + /// Claim object to be transformed + /// Resultant object + public J400Claim TransformClaimToJ400(Claim claim) + { + var j400 = new J400Claim(); + j400.Field12_SubscriberInformation.Line1 = claim.Subscriber.Name.Formatted(); + + if (claim.Subscriber.Address != null) + { + j400.Field12_SubscriberInformation.Line2 = claim.Subscriber.Address.Line1; + if (!string.IsNullOrEmpty(claim.Subscriber.Address.Line2)) + { + j400.Field12_SubscriberInformation.Line3 = claim.Subscriber.Address.Line2; + j400.Field12_SubscriberInformation.Line4 = claim.Subscriber.Address.Locale; + } + else + { + j400.Field12_SubscriberInformation.Line3 = claim.Subscriber.Address.Locale; + } + } + + j400.Field13_SubscriberDateOfBirth = claim.Subscriber.DateOfBirth; + j400.Field14_SubscriberGender_Female = claim.Subscriber.Gender == Gender.Female; + j400.Field14_SubscriberGender_Male = claim.Subscriber.Gender == Gender.Male; + j400.Field15_SubscriberId = claim.Subscriber.Name.Identification.Id; + j400.Field16_SubscriberGroupNumber = claim.SubscriberInformation.ReferenceIdentification; + + if (claim.Patient == null) + { + j400.Field18_PatientRelationshipToSubscriber_Self = true; + } + else + { + switch (claim.Patient.Relationship.Code) + { + case "18": + j400.Field18_PatientRelationshipToSubscriber_Self = true; + break; + case "01": + j400.Field18_PatientRelationshipToSubscriber_Spouse = true; + break; + case "19": + j400.Field18_PatientRelationshipToSubscriber_Dependent = true; + break; + default: + j400.Field18_PatientRelationshipToSubscriber_Other = true; + break; + } + } + + var patient = claim.Patient ?? claim.Subscriber; + + j400.Field20_PatientInformation.Line1 = patient.Name.Formatted(); + if (patient.Address != null) + { + j400.Field20_PatientInformation.Line2 = patient.Address.Line1; + if (!string.IsNullOrEmpty(patient.Address.Line2)) + { + j400.Field20_PatientInformation.Line3 = patient.Address.Line2; + j400.Field20_PatientInformation.Line4 = patient.Address.Locale; + } + else + { + j400.Field20_PatientInformation.Line3 = patient.Address.Locale; + } + } + + j400.Field21_PatientDateOfBirth = patient.DateOfBirth; + j400.Field22_PatientGender_Female = patient.Gender == Gender.Female; + j400.Field22_PatientGender_Male = patient.Gender == Gender.Male; + j400.Field23_PatientAccountNumber = claim.PatientControlNumber; + + foreach (var line in claim.ServiceLines) + { + var j400Line = new J400ServiceLine + { + Field24_ProcedureDate = line.ServiceDateFrom, + Field25_AreaOfOralCavity = string.Join(",", line.OralCavityDesignations.Select(ocd => ocd.Code)), + Field27_ToothNumberOrLetter = string.Join(",", line.ToothInformations.Select(ti => ti.ToothCode)), + Field28_ToothSurface = string.Join(string.Empty, line.ToothInformations.Select(t => string.Join(string.Empty, t.ToothSurfaces.Select(ts => ts.Code)))), + Field29_ProcedureCode = line.Procedure != null ? line.Procedure.ProcedureCode : string.Empty, + Field31_Fee = line.ChargeAmount + }; + + j400.ServiceLines.Add(j400Line); + } + + return j400; + } + + /// + /// Transforms provided object to a collection of + /// + /// Claim object to be transformed + /// Collection of objects + public List TransformJ400ToFormPages(J400Claim j400) + { + var pages = new List(); + FormPage page = null; + for (int i = 0; i < j400.ServiceLines.Count; i++) + { + if (i % 10 == 0) + { + page = new FormPage(); + pages.Add(page); + page.MasterReference = "j400"; + page.ImagePath = this.formImagePath; + + AddBlock(page, 43, 8, 38, j400.Field12_SubscriberInformation.Line1); + AddBlock(page, 43, 9, 38, j400.Field12_SubscriberInformation.Line2); + AddBlock(page, 43, 10, 38, j400.Field12_SubscriberInformation.Line3); + AddBlock(page, 43, 11, 38, j400.Field12_SubscriberInformation.Line4); + AddBlock(page, 43, 13, 10, $"{j400.Field13_SubscriberDateOfBirth:MM/dd/yyyy}"); + AddBlock(page, 57, 13, 1, j400.Field14_SubscriberGender_Female ? "X" : string.Empty); + AddBlock(page, 60, 13, 1, j400.Field14_SubscriberGender_Male ? "X" : string.Empty); + AddBlock(page, 65, 13, 15, j400.Field15_SubscriberId); + AddBlock(page, 43, 15, 11, j400.Field16_SubscriberGroupNumber); + AddBlock(page, 56, 15, 24, 'X'.Repeat(24)); + + AddBlock(page, 43, 18, 1, j400.Field18_PatientRelationshipToSubscriber_Self ? "X" : string.Empty); + AddBlock(page, 48, 18, 1, j400.Field18_PatientRelationshipToSubscriber_Spouse ? "X" : string.Empty); + AddBlock(page, 54, 18, 1, j400.Field18_PatientRelationshipToSubscriber_Dependent ? "X" : string.Empty); + AddBlock(page, 63, 18, 1, j400.Field04_OtherDentalOrMedicalCoverage ? "X" : string.Empty); + AddBlock(page, 43, 20, 38, j400.Field20_PatientInformation.Line1); + AddBlock(page, 43, 21, 38, j400.Field20_PatientInformation.Line2); + AddBlock(page, 43, 22, 38, j400.Field20_PatientInformation.Line3); + AddBlock(page, 43, 23, 38, j400.Field20_PatientInformation.Line4); + AddBlock(page, 43, 25, 10, $"{j400.Field21_PatientDateOfBirth:MM/dd/yyyy}"); + AddBlock(page, 57, 25, 1, j400.Field22_PatientGender_Female ? "X" : string.Empty); + AddBlock(page, 60, 25, 1, j400.Field22_PatientGender_Male ? "X" : string.Empty); + AddBlock(page, 64, 25, 17, j400.Field23_PatientAccountNumber); + } + + decimal y = 29 + (i % 10); + var line = j400.ServiceLines[i]; + AddBlock(page, 2, y, 10, $"{line.Field24_ProcedureDate:MM/dd/yyyy}"); + AddBlock(page, 13, y, 2, line.Field25_AreaOfOralCavity); + AddBlock(page, 16, y, 2, line.Field26_ToothSystem); + AddBlock(page, 19, y, 11, line.Field27_ToothNumberOrLetter); + AddBlock(page, 31, y, 5, line.Field28_ToothSurface); + AddBlock(page, 37, y, 5, line.Field29_ProcedureCode); + AddBlock(page, 43, y, 31, 'D'.Repeat(31)); + string amount = $"{line.Field31_Fee:0.00}".Replace(".", string.Empty); + AddBlock(page, 81 - amount.Length, y, amount.Length, amount); + + // Footer + if (i % 10 == 9 || i == j400.ServiceLines.Count - 1) + { + } + } + + return pages; + } + + /// + /// Transforms provided object to a collection of + /// + /// Claim object to be transformed + /// Collection of objects + public List TransformClaimToClaimFormFoXml(Claim claim) + { + J400Claim j400 = this.TransformClaimToJ400(claim); + return this.TransformJ400ToFormPages(j400); + } + + private static FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text, TextAlign textAlign = TextAlign.left) + { + decimal xScale = 0.100m; // 0.0839m; + decimal yScale = 0.16667m; // 0.1656m; + var block = new FormBlock + { + LetterSpacing = "1.2px", + TextAlign = textAlign, + Left = 0.14m + xScale * x, + Top = 0.06m + yScale * y, + Width = xScale * width, + Height = yScale * 1.1m, + Text = text + }; + page.Blocks.Add(block); + return block; + } + } +} diff --git a/src/X12.Hipaa/Claims/Services/IClaimToClaimFormTransfomation.cs b/src/X12.Hipaa/Claims/Services/IClaimToClaimFormTransfomation.cs new file mode 100644 index 00000000..ec62d2d9 --- /dev/null +++ b/src/X12.Hipaa/Claims/Services/IClaimToClaimFormTransfomation.cs @@ -0,0 +1,19 @@ +namespace X12.Hipaa.Claims.Services +{ + using System.Collections.Generic; + + using X12.Hipaa.Claims.Forms; + + /// + /// Provides interface for transformations between claims and claim forms + /// + public interface IClaimToClaimFormTransfomation + { + /// + /// Transform claim to claim form + /// + /// Object to be transformed + /// Collection of objects + List TransformClaimToClaimFormFoXml(Claim claim); + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/InstitutionalClaimToUB04ClaimFormTransformation.cs b/src/X12.Hipaa/Claims/Services/InstitutionalClaimToUB04ClaimFormTransformation.cs similarity index 76% rename from src/OopFactory.X12.Hipaa/Claims/Services/InstitutionalClaimToUB04ClaimFormTransformation.cs rename to src/X12.Hipaa/Claims/Services/InstitutionalClaimToUB04ClaimFormTransformation.cs index 80d8b8dc..563e2878 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Services/InstitutionalClaimToUB04ClaimFormTransformation.cs +++ b/src/X12.Hipaa/Claims/Services/InstitutionalClaimToUB04ClaimFormTransformation.cs @@ -1,1276 +1,1581 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Hipaa.Common; -using OopFactory.X12.Hipaa.Claims.Forms; -using OopFactory.X12.Hipaa.Claims.Forms.Institutional; - -namespace OopFactory.X12.Hipaa.Claims.Services -{ - public class InstitutionalClaimToUB04ClaimFormTransformation : IClaimToClaimFormTransfomation - { - private string _formImagePath; - public InstitutionalClaimToUB04ClaimFormTransformation(string formImagePath) - { - _formImagePath = formImagePath; - PerPageTotalChargesView = false; - } - - public bool PerPageTotalChargesView - { - get; - set; - } - - /// - /// Implementation of mapping as described at http://ahca.myflorida.com/Medicaid/meds/pdf/837i_v2-1_crosswalk_v2.pdf - /// Detailed instructions found at https://www.cms.gov/transmittals/downloads/R1104CP.pdf - /// - /// - /// - public virtual UB04Claim TransformClaimToUB04(Claim claim) - { - var ub = new UB04Claim(); - Provider provider = claim.BillingProvider; - SetBillingProviderAddressDetails(ub, provider, claim.SubmitterInfo); - - if (claim.PayToProvider != null && - claim.PayToProvider.Name != null && - claim.PayToProvider.Name.ToString() != provider.Name.ToString() && - claim.PayToProvider.Address != null && provider.Address != null && - claim.PayToProvider.Address.Line1 != provider.Address.Line1) - { - provider = claim.PayToProvider; - ub.Field02_PayToProvider.Line1 = provider.Name.ToString(); - ub.Field02_PayToProvider.Line2 = provider.Address.Line1; - - if (string.IsNullOrWhiteSpace(provider.Address.Line2)) - ub.Field02_PayToProvider.Line3 = provider.Address.Locale; - else - { - ub.Field02_PayToProvider.Line3 = provider.Address.Line2; - ub.Field02_PayToProvider.Line4 = provider.Address.Locale; - } - } - - ub.Field03a_PatientControlNumber = claim.PatientControlNumber; - ub.Field03b_MedicalRecordNumber = claim.MedicalRecordNumber; - ub.Field04_TypeOfBill = claim.BillTypeCode; - if (claim.PayToProvider != null) - { - ub.Field05_FederalTaxId = claim.PayToProvider.TaxId; - } - if (claim.StatementFromDate != null) - { - ub.Field06_StatementCoversPeriod.FromDate = String.Format("{0:MMddyy}", claim.StatementFromDate); - } - if (claim.StatementToDate != null) - { - ub.Field06_StatementCoversPeriod.ThroughDate = String.Format("{0:MMddyy}", claim.StatementToDate); - } - - ClaimMember patient = claim.Patient ?? claim.Subscriber; - - if (patient.Name != null && - patient.Name.Identification != null) - { - ub.Field08_PatientName_a = patient.Name.Identification.Id; - ub.Field08_PatientName_b = patient.Name.ToString(); - } - if (patient.Address != null) - { - string streetAddress; - if (string.IsNullOrEmpty(patient.Address.Line2)) - { - streetAddress = patient.Address.Line1; - } - else - { - streetAddress = string.Concat(patient.Address.Line1, ",", patient.Address.Line2); - } - if (streetAddress.Length > 48) - { - ub.Field09_PatientAddress.a_Street = streetAddress.Substring(0, 48); - } - else - { - ub.Field09_PatientAddress.a_Street = streetAddress; - } - ub.Field09_PatientAddress.b_City = patient.Address.City; - ub.Field09_PatientAddress.c_State = patient.Address.StateCode; - ub.Field09_PatientAddress.d_PostalCode = patient.Address.PostalCode; - ub.Field09_PatientAddress.e_CountryCode = patient.Address.CountryCode; - } - if (patient.DateOfBirth != null) - { - ub.Field10_Birthdate = String.Format("{0:MMddyyyy}", patient.DateOfBirth); - } - ub.Field11_Sex = patient.Gender.ToString().Substring(0, 1); - if (claim.AdmissionDate != null) - { - ub.Field12_AdmissionDate = String.Format("{0:MMddyy}", claim.AdmissionDate); - ub.Field13_AdmissionHour = String.Format("{0:HH}", claim.AdmissionDate); - } - if (claim.AdmissionType != null) - { - ub.Field14_AdmissionType = claim.AdmissionType.Code; - } - if (claim.AdmissionSource != null) - { - ub.Field15_AdmissionSource = claim.AdmissionSource.Code; - } - if (claim.DischargeTime != null) - { - ub.Field16_DischargeHour = String.Format("{0:HH}", claim.DischargeTime); - } - if (claim.PatientStatus != null) - { - ub.Field17_DischargeStatus = claim.PatientStatus.Code; - } - if (claim.Conditions != null) - { - if (claim.Conditions.Count > 0) ub.Field18_ConditionCode01 = claim.Conditions[0].Code; - if (claim.Conditions.Count > 1) ub.Field19_ConditionCode02 = claim.Conditions[1].Code; - if (claim.Conditions.Count > 2) ub.Field20_ConditionCode03 = claim.Conditions[2].Code; - if (claim.Conditions.Count > 3) ub.Field21_ConditionCode04 = claim.Conditions[3].Code; - if (claim.Conditions.Count > 4) ub.Field22_ConditionCode05 = claim.Conditions[4].Code; - if (claim.Conditions.Count > 5) ub.Field23_ConditionCode06 = claim.Conditions[5].Code; - if (claim.Conditions.Count > 6) ub.Field24_ConditionCode07 = claim.Conditions[6].Code; - if (claim.Conditions.Count > 7) ub.Field25_ConditionCode08 = claim.Conditions[7].Code; - if (claim.Conditions.Count > 8) ub.Field26_ConditionCode09 = claim.Conditions[8].Code; - if (claim.Conditions.Count > 9) ub.Field27_ConditionCode10 = claim.Conditions[9].Code; - if (claim.Conditions.Count > 10) ub.Field28_ConditionCode11 = claim.Conditions[10].Code; - } - foreach (var identification in claim.Identifications) - { - if (identification.Qualifier != null && identification.Qualifier == "LU" && identification.Id != null) - { - ub.Field29_AccidentState = identification.Id; - } - } - - if (claim.Occurrences != null) - { - if (claim.Occurrences.Count > 0) ub.Field31a_Occurrence.CopyFrom(claim.Occurrences[0]); - if (claim.Occurrences.Count > 1) ub.Field31b_Occurrence.CopyFrom(claim.Occurrences[1]); - if (claim.Occurrences.Count > 2) ub.Field32a_Occurrence.CopyFrom(claim.Occurrences[2]); - if (claim.Occurrences.Count > 3) ub.Field32b_Occurrence.CopyFrom(claim.Occurrences[3]); - if (claim.Occurrences.Count > 4) ub.Field33a_Occurrence.CopyFrom(claim.Occurrences[4]); - if (claim.Occurrences.Count > 5) ub.Field33b_Occurrence.CopyFrom(claim.Occurrences[5]); - if (claim.Occurrences.Count > 6) ub.Field34a_Occurrence.CopyFrom(claim.Occurrences[6]); - if (claim.Occurrences.Count > 7) ub.Field34b_Occurrence.CopyFrom(claim.Occurrences[7]); - } - - List spans = new List(); - - if (claim.Occurrences != null) - { - if (claim.Occurrences.Count > 8) spans.Add(new UB04OccurrenceSpan().CopyFrom(claim.Occurrences[8])); - if (claim.Occurrences.Count > 9) spans.Add(new UB04OccurrenceSpan().CopyFrom(claim.Occurrences[9])); - } - if (claim.OccurrenceSpans != null) - { - foreach (CodedDateRange span in claim.OccurrenceSpans) - spans.Add(new UB04OccurrenceSpan().CopyFrom(span)); - } - - if (spans.Count > 0) ub.Field35a_OccurrenceSpan = spans[0]; - if (spans.Count > 1) ub.Field35b_OccurrenceSpan = spans[1]; - if (spans.Count > 2) ub.Field36a_OccurrenceSpan = spans[2]; - if (spans.Count > 3) ub.Field36b_OccurrenceSpan = spans[3]; - - List blockLines = new List(); - if (claim.Subscriber.Name != null) - { - blockLines.Add(claim.Subscriber.Name.ToString()); - } - ub.Field38_ResponsibleParty.Line1 = blockLines[0]; - if (claim.Subscriber.Address != null) - { - blockLines.Add(claim.Subscriber.Address.Line1); - - if (!string.IsNullOrWhiteSpace(claim.Subscriber.Address.Line2)) - blockLines.Add(claim.Subscriber.Address.Line2); - blockLines.Add(claim.Subscriber.Address.Locale); - if (blockLines.Count > 1) - { - ub.Field38_ResponsibleParty.Line2 = blockLines[1]; - } - if (blockLines.Count > 2) - { - ub.Field38_ResponsibleParty.Line3 = blockLines[2]; - } - } - - if (blockLines.Count > 3) - { - ub.Field38_ResponsibleParty.Line4 = blockLines[3]; - } - - if (claim.Values != null) - { - if (claim.Values.Count > 0) ub.Field39a_Value.CopyFrom(claim.Values[0]); - if (claim.Values.Count > 1) ub.Field39b_Value.CopyFrom(claim.Values[1]); - if (claim.Values.Count > 2) ub.Field39c_Value.CopyFrom(claim.Values[2]); - if (claim.Values.Count > 3) ub.Field39d_Value.CopyFrom(claim.Values[3]); - if (claim.Values.Count > 4) ub.Field40a_Value.CopyFrom(claim.Values[4]); - if (claim.Values.Count > 5) ub.Field40b_Value.CopyFrom(claim.Values[5]); - if (claim.Values.Count > 6) ub.Field40c_Value.CopyFrom(claim.Values[6]); - if (claim.Values.Count > 7) ub.Field40d_Value.CopyFrom(claim.Values[7]); - if (claim.Values.Count > 8) ub.Field41a_Value.CopyFrom(claim.Values[8]); - if (claim.Values.Count > 9) ub.Field41b_Value.CopyFrom(claim.Values[9]); - if (claim.Values.Count > 10) ub.Field41c_Value.CopyFrom(claim.Values[10]); - if (claim.Values.Count > 11) ub.Field41d_Value.CopyFrom(claim.Values[11]); - } - - foreach (var line in claim.ServiceLines) - { - ub.ServiceLines.Add(new UB04ServiceLine { - Field42_RevenueCode = line.RevenueCode, - Field43_Description = line.RevenueCodeDescription, - Field44_ProcedureCodes = SetProcedureCodeWithModifiers(line.Procedure), - Field45_ServiceDate = line.ServiceDateFrom > DateTime.MinValue ? String.Format("{0:MMddyy}", line.ServiceDateFrom) : "", - Field46_ServiceUnits = line.Quantity.ToString(), - Field47_TotalCharges = line.ChargeAmount, - Field48_NonCoveredCharges = line.NonCoveredChargeAmount - }); - } - ub.Field47_Line23_TotalCharges = claim.TotalClaimChargeAmount; - ub.Field48_Line23_NonCoveredCharges = claim.ServiceLines.Sum(sl => sl.NonCoveredChargeAmount); - if (claim.BillingProvider != null) - { - ub.Field56_NationalProviderIdentifier = claim.BillingProvider.Npi; - if (string.IsNullOrEmpty(claim.BillingProvider.Npi)) - { - if (claim.BillingProvider.Identifications.Count >= 1) - ub.Field57_OtherProviderIdA = claim.BillingProvider.Identifications[0].Id; - if (claim.BillingProvider.Identifications.Count >= 2) - ub.Field57_OtherProviderIdB = claim.BillingProvider.Identifications[1].Id; - if (claim.BillingProvider.Identifications.Count >= 3) - ub.Field57_OtherProviderIdC = claim.BillingProvider.Identifications[2].Id; - } - } - - SetCurrentPayer(claim, ub); - if (claim.OtherSubscriberInformations.Count > 0) - { - var subscriber = claim.OtherSubscriberInformations[0]; - SetOtherPayers(subscriber, ub); - } - if (claim.OtherSubscriberInformations.Count > 1) - { - var subscriber = claim.OtherSubscriberInformations[1]; - SetOtherPayers(subscriber, ub); - } - - var controlNumbers = claim.Identifications.Where(id => (new string[] {"F8","D9","9A","9C","LX"}).Contains(id.Qualifier)).ToList(); - if (controlNumbers.Count > 0) - ub.Field64A_DocumentControlNumber = controlNumbers[0].Id; - if (controlNumbers.Count > 1) - ub.Field64B_DocumentControlNumber = controlNumbers[1].Id; - if (controlNumbers.Count > 2) - ub.Field64C_DocumentControlNumber = controlNumbers[2].Id; - - if (claim.Diagnoses.FirstOrDefault(d => d.Version == CodeListEnum.ICD9) != null) - ub.Field66_Version = "9"; - if (claim.Diagnoses.FirstOrDefault(d => d.Version == CodeListEnum.ICD10) != null) - ub.Field66_Version = "0"; - - var principalDiagnosis = claim.Diagnoses.FirstOrDefault(d => d.DiagnosisType == DiagnosisTypeEnum.Principal); - if (principalDiagnosis != null) - ub.Field67_PrincipleDiagnosis.CopyFrom(principalDiagnosis); - - var otherDiagnoses = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisTypeEnum.Other).ToList(); - if (otherDiagnoses.Count > 0) ub.Field67A_Diagnosis.CopyFrom(otherDiagnoses[0]); - if (otherDiagnoses.Count > 1) ub.Field67B_Diagnosis.CopyFrom(otherDiagnoses[1]); - if (otherDiagnoses.Count > 2) ub.Field67C_Diagnosis.CopyFrom(otherDiagnoses[2]); - if (otherDiagnoses.Count > 3) ub.Field67D_Diagnosis.CopyFrom(otherDiagnoses[3]); - if (otherDiagnoses.Count > 4) ub.Field67E_Diagnosis.CopyFrom(otherDiagnoses[4]); - if (otherDiagnoses.Count > 5) ub.Field67F_Diagnosis.CopyFrom(otherDiagnoses[5]); - if (otherDiagnoses.Count > 6) ub.Field67G_Diagnosis.CopyFrom(otherDiagnoses[6]); - if (otherDiagnoses.Count > 7) ub.Field67H_Diagnosis.CopyFrom(otherDiagnoses[7]); - if (otherDiagnoses.Count > 8) ub.Field67I_Diagnosis.CopyFrom(otherDiagnoses[8]); - if (otherDiagnoses.Count > 9) ub.Field67J_Diagnosis.CopyFrom(otherDiagnoses[9]); - if (otherDiagnoses.Count > 10) ub.Field67K_Diagnosis.CopyFrom(otherDiagnoses[10]); - if (otherDiagnoses.Count > 11) ub.Field67L_Diagnosis.CopyFrom(otherDiagnoses[11]); - if (otherDiagnoses.Count > 12) ub.Field67M_Diagnosis.CopyFrom(otherDiagnoses[12]); - if (otherDiagnoses.Count > 13) ub.Field67N_Diagnosis.CopyFrom(otherDiagnoses[13]); - if (otherDiagnoses.Count > 14) ub.Field67O_Diagnosis.CopyFrom(otherDiagnoses[14]); - if (otherDiagnoses.Count > 15) ub.Field67P_Diagnosis.CopyFrom(otherDiagnoses[15]); - if (otherDiagnoses.Count > 16) ub.Field67Q_Diagnosis.CopyFrom(otherDiagnoses[16]); - - var admittingDiagnosis = claim.Diagnoses.FirstOrDefault(d => d.DiagnosisType == DiagnosisTypeEnum.Admitting); - if (admittingDiagnosis != null) - ub.Field69_AdmittingDiagnosisCode.CopyFrom(admittingDiagnosis); - var patientReasonDiagnoses = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisTypeEnum.PatientReason).ToList(); - if (patientReasonDiagnoses.Count > 0) ub.Field70a_PatientReasonDiagnosisCode.CopyFrom(patientReasonDiagnoses[0]); - if (patientReasonDiagnoses.Count > 1) ub.Field70b_PatientReasonDiagnosisCode.CopyFrom(patientReasonDiagnoses[1]); - if (patientReasonDiagnoses.Count > 2) ub.Field70c_PatientReasonDiagnosisCode.CopyFrom(patientReasonDiagnoses[2]); - - if (claim.DiagnosisRelatedGroup != null) - ub.Field71_PPSCode = claim.DiagnosisRelatedGroup.Code; - - var causes = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisTypeEnum.ExternalCauseOfInjury).ToList(); - if (causes.Count > 0) ub.Field72a_ExternalCauseOfInjury.CopyFrom(causes[0]); - if (causes.Count > 1) ub.Field72b_ExternalCauseOfInjury.CopyFrom(causes[1]); - if (causes.Count > 2) ub.Field72c_ExternalCauseOfInjury.CopyFrom(causes[2]); - - var principalProcedure = claim.Procedures.FirstOrDefault(p => p.IsPrincipal); - if (principalProcedure != null) - ub.Field74_PrincipalProcedure.CopyFrom(principalProcedure); - var otherProcedures = claim.Procedures.Where(p => !p.IsPrincipal).ToList(); - if (otherProcedures.Count > 0) ub.Field74a_OtherProcedure.CopyFrom(otherProcedures[0]); - if (otherProcedures.Count > 1) ub.Field74b_OtherProcedure.CopyFrom(otherProcedures[1]); - if (otherProcedures.Count > 2) ub.Field74c_OtherProcedure.CopyFrom(otherProcedures[2]); - if (otherProcedures.Count > 3) ub.Field74d_OtherProcedure.CopyFrom(otherProcedures[3]); - if (otherProcedures.Count > 4) ub.Field74e_OtherProcedure.CopyFrom(otherProcedures[4]); - - if (claim.AttendingProvider != null) - { - ub.Field76_AttendingPhysician.Npi = claim.AttendingProvider.Npi; - if (claim.AttendingProvider.Name != null) - { - ub.Field76_AttendingPhysician.LastName = claim.AttendingProvider.Name.LastName; - ub.Field76_AttendingPhysician.FirstName = claim.AttendingProvider.Name.FirstName; - } - var id = claim.AttendingProvider.Identifications.FirstOrDefault(); - if (id != null) - { - ub.Field76_AttendingPhysician.IdentifierQualifier = id.Qualifier; - ub.Field76_AttendingPhysician.Identifier = id.Id; - } - } - - if (claim.OperatingPhysician != null) - { - ub.Field77_OperatingPhysician.Npi = claim.OperatingPhysician.Npi; - if (claim.OperatingPhysician.Name != null) - { - ub.Field77_OperatingPhysician.LastName = claim.OperatingPhysician.Name.LastName; - ub.Field77_OperatingPhysician.FirstName = claim.OperatingPhysician.Name.FirstName; - } - var id = claim.OperatingPhysician.Identifications.FirstOrDefault(); - if (id != null) - { - ub.Field77_OperatingPhysician.IdentifierQualifier = id.Qualifier; - ub.Field77_OperatingPhysician.Identifier = id.Id; - } - } - - if (claim.OtherOperatingPhysician != null) - { - if (claim.RenderingProvider != null && claim.ReferringProvider != null) - { - SetOtherProviders(claim.RenderingProvider, ub.Field78_OtherProvider); - SetOtherProviders(claim.ReferringProvider, ub.Field79_OtherProvider); - } - else - { - SetOtherProviders(claim.OtherOperatingPhysician, ub.Field78_OtherProvider); - if (claim.RenderingProvider != null) - { - SetOtherProviders(claim.RenderingProvider, ub.Field79_OtherProvider); - } - if (claim.ReferringProvider != null) - { - SetOtherProviders(claim.ReferringProvider, ub.Field79_OtherProvider); - } - } - } - else - { - if (claim.RenderingProvider != null) - { - SetOtherProviders(claim.RenderingProvider, ub.Field78_OtherProvider); - if (claim.ReferringProvider != null) - { - SetOtherProviders(claim.ReferringProvider, ub.Field79_OtherProvider); - } - } - else - { - if (claim.ReferringProvider != null) - { - SetOtherProviders(claim.ReferringProvider, ub.Field78_OtherProvider); - } - } - } - - if (claim.Notes != null) - { - List remarksList = null; - if (claim.Notes.Count != 0) - { - if (claim.Notes.Count == 1) - { - remarksList = GetRemarksLineByLine(claim.Notes[0].Description); - } - else if (claim.Notes.Count == 2) - { - remarksList = GetRemarksLineByLine(string.Concat(claim.Notes[0].Description, " ", claim.Notes[1].Description)); - } - if (remarksList.Count > 0) - { - ub.Field80_Remarks.Line1 = remarksList[0]; - } - if (remarksList.Count > 1) - { - ub.Field80_Remarks.Line2 = remarksList[1]; - } - if (remarksList.Count > 2) - { - ub.Field80_Remarks.Line3 = remarksList[2]; - } - } - - } - if (claim.ProviderInfo != null) - { - ub.Field81a.Qualifier = "B3"; - ub.Field81a.Code1 = claim.ProviderInfo.Id; - } - - LimitFieldWidths(ub); - - return ub; - } - - private void LimitFieldWidths(UB04Claim ub) - { - ub.Field02_PayToProvider.Line1 = SetStringLength(ub.Field02_PayToProvider.Line1, 28); - ub.Field02_PayToProvider.Line2 = SetStringLength(ub.Field02_PayToProvider.Line2, 28); - ub.Field02_PayToProvider.Line3 = SetStringLength(ub.Field02_PayToProvider.Line3, 28); - ub.Field02_PayToProvider.Line4 = SetStringLength(ub.Field02_PayToProvider.Line4, 28); - ub.Field03b_MedicalRecordNumber = SetStringLength(ub.Field03b_MedicalRecordNumber, 28); - ub.Field05_FederalTaxId = SetStringLength(ub.Field05_FederalTaxId, 10); - ub.Field08_PatientName_a = SetStringLength(ub.Field08_PatientName_a, 21); - ub.Field08_PatientName_b = SetStringLength(ub.Field08_PatientName_b, 33); - ub.Field09_PatientAddress.b_City = SetStringLength(ub.Field09_PatientAddress.b_City, 37); - ub.Field29_AccidentState = SetStringLength(ub.Field29_AccidentState, 2); - ub.Field38_ResponsibleParty.Line1 = SetStringLength(ub.Field38_ResponsibleParty.Line1, 49); - ub.Field38_ResponsibleParty.Line2 = SetStringLength(ub.Field38_ResponsibleParty.Line2, 49); - ub.Field38_ResponsibleParty.Line3 = SetStringLength(ub.Field38_ResponsibleParty.Line3, 49); - ub.Field38_ResponsibleParty.Line4 = SetStringLength(ub.Field38_ResponsibleParty.Line4, 49); - ub.Field56_NationalProviderIdentifier = SetStringLength(ub.Field56_NationalProviderIdentifier, 14); - ub.Field76_AttendingPhysician.Npi = SetStringLength(ub.Field76_AttendingPhysician.Npi, 11); - ub.Field76_AttendingPhysician.LastName = SetStringLength(ub.Field76_AttendingPhysician.LastName, 18); - ub.Field76_AttendingPhysician.FirstName = SetStringLength(ub.Field76_AttendingPhysician.FirstName, 12); - ub.Field76_AttendingPhysician.Identifier = SetStringLength(ub.Field76_AttendingPhysician.Identifier, 10); - ub.Field77_OperatingPhysician.Npi = SetStringLength(ub.Field77_OperatingPhysician.Npi, 11); - ub.Field77_OperatingPhysician.LastName = SetStringLength(ub.Field77_OperatingPhysician.LastName, 18); - ub.Field77_OperatingPhysician.FirstName = SetStringLength(ub.Field77_OperatingPhysician.FirstName, 12); - ub.Field77_OperatingPhysician.Identifier = SetStringLength(ub.Field77_OperatingPhysician.Identifier, 10); - - foreach (UB04ServiceLine line in ub.ServiceLines) - { - line.Field43_Description = SetStringLength(line.Field43_Description, 29); - } - } - - - private void SetOtherProviders(Provider provider, UB04Provider ub04Provider) - { - ub04Provider.Npi = SetStringLength(provider.Npi, 11); - if (provider.Name != null) - { - ub04Provider.LastName = SetStringLength(provider.Name.LastName, 18); - ub04Provider.FirstName = SetStringLength(provider.Name.FirstName, 12); - if (provider.Name.Type != null && provider.Name.Type.Identifier != null) - { - ub04Provider.ProviderQualifier = provider.Name.Type.Identifier; - } - } - var id = provider.Identifications.FirstOrDefault(); - if (id != null) - { - ub04Provider.IdentifierQualifier = id.Qualifier; - ub04Provider.Identifier = SetStringLength(id.Id, 10); - } - } - - private string SetStringLength(string source, int limit) - { - string result = string.Empty; - if (!string.IsNullOrEmpty(source)) - { - if (source.Length > limit) - { - result = source.Substring(0, limit); - } - else - { - return source; - } - } - return result; - } - - private void SetBillingProviderAddressDetails(UB04Claim ub, Provider provider,SubmitterInfo submitterinfo) - { - if (provider == null || provider.Address == null) - { - return; - } - - string billingProviderAddress; - if (string.IsNullOrEmpty(provider.Address.Line2)) - { - billingProviderAddress = provider.Address.Line1; - } - else - { - billingProviderAddress = string.Concat(provider.Address.Line1, ",", provider.Address.Line2); - } - ub.Field01_BillingProvider.Line1 = SetStringLength(provider.Name.ToString(), 28); - ub.Field01_BillingProvider.Line2 = SetStringLength(billingProviderAddress, 28); - ub.Field01_BillingProvider.Line3 = SetStringLength(provider.Address.Locale, 28); - if (provider.Contacts.Count > 0 && provider.Contacts[0].Numbers.Count > 0 ) - { - ub.Field01_BillingProvider.Line4 = provider.Contacts[0].Numbers[0].Number; - } - if (string.IsNullOrEmpty(ub.Field01_BillingProvider.Line4)) - { - if (submitterinfo != null && - submitterinfo.Providers != null && - submitterinfo.Providers.Contacts.Count > 0 && - submitterinfo.Providers.Contacts[0].Numbers.Count > 0) - { - ub.Field01_BillingProvider.Line4 = submitterinfo.Providers.Contacts[0].Numbers[0].Number; - } - } - } - - private List GetRemarksLineByLine(string remark) - { - List remarksList = new List(); - try - { - while (remark.Length > 27) - { - int index = remark.LastIndexOf(' ', 27); - if (index == -1) - { - index = 26; - remarksList.Add(remark.Substring(0, index + 1)); - remark = remark.Substring(index + 1, remark.Length - (index + 1)); - continue; - } - remarksList.Add(remark.Substring(0, index)); - remark = remark.Substring(index + 1, remark.Length - (index + 1)); - } - remarksList.Add(remark); - } - catch (Exception e) - { - - } - return remarksList; - } - - private void SetOtherPayers(OtherSubscriberInformation subscriber, UB04Claim ub) - { - if (subscriber == null || - subscriber.SubscriberInformation == null) - { - return; - } - - switch (subscriber.SubscriberInformation.PayerResponsibilitySequenceNumberCode) - { - case "P": - { - if (subscriber.OtherPayer != null) - { - ub.PayerA_Primary.Field50_PayerName = SetStringLength(subscriber.OtherPayer.Formatted(), 26); - ub.PayerA_Primary.Field51_HealthPlanId = SetStringLength(subscriber.OtherPayer.Identification.Id, 17); - if (!string.IsNullOrEmpty(subscriber.OtherPayer.PriorAuthorizationNumber)) - { - ub.Field63A_TreatmentAuthorizationCode = SetStringLength(subscriber.OtherPayer.PriorAuthorizationNumber, 34); - } - } - ub.PayerA_Primary.Field52_ReleaseOfInfoCertIndicator = subscriber.ReleaseOfInformationCode; - ub.PayerA_Primary.Field53_AssignmentOfBenefitsCertIndicator = subscriber.BenefitsAssignmentCertificationIndicator; - ub.PayerA_Primary.Field54_PriorPayments = subscriber.PayorPaidAmount; - ub.PayerA_Primary.Field55_EstimatedAmountDue = subscriber.RemainingPatientLiability; - - ub.PayerA_Primary.Field58_InsuredsName = SetStringLength(subscriber.Name.Formatted(), 29); - ub.PayerA_Primary.Field59_PatientRelationship = subscriber.SubscriberInformation.IndividualRelationshipCode; - ub.PayerA_Primary.Field60_InsuredsUniqueId = SetStringLength(subscriber.Name.Identification.Id, 23); - ub.PayerA_Primary.Field61_GroupName = SetStringLength(subscriber.SubscriberInformation.Name, 17); - ub.PayerA_Primary.Field62_InsuredsGroupNumber = SetStringLength(subscriber.SubscriberInformation.ReferenceIdentification, 21); - break; - } - case "S": - { - if (subscriber.OtherPayer != null) - { - ub.PayerB_Secondary.Field50_PayerName = SetStringLength(subscriber.OtherPayer.Formatted(), 26); - ub.PayerB_Secondary.Field51_HealthPlanId = SetStringLength(subscriber.OtherPayer.Identification.Id, 17); - if (!string.IsNullOrEmpty(subscriber.OtherPayer.PriorAuthorizationNumber)) - { - ub.Field63B_TreatmentAuthorizationCode = SetStringLength(subscriber.OtherPayer.PriorAuthorizationNumber, 34); - } - } - ub.PayerB_Secondary.Field52_ReleaseOfInfoCertIndicator = subscriber.ReleaseOfInformationCode; - ub.PayerB_Secondary.Field53_AssignmentOfBenefitsCertIndicator = subscriber.BenefitsAssignmentCertificationIndicator; - ub.PayerB_Secondary.Field54_PriorPayments = subscriber.PayorPaidAmount; - ub.PayerB_Secondary.Field55_EstimatedAmountDue = subscriber.RemainingPatientLiability; - - ub.PayerB_Secondary.Field58_InsuredsName = SetStringLength(subscriber.Name.Formatted(), 29); - ub.PayerB_Secondary.Field59_PatientRelationship = subscriber.SubscriberInformation.IndividualRelationshipCode; - ub.PayerB_Secondary.Field60_InsuredsUniqueId = SetStringLength(subscriber.Name.Identification.Id, 23); - ub.PayerB_Secondary.Field61_GroupName = SetStringLength(subscriber.SubscriberInformation.Name, 17); - ub.PayerB_Secondary.Field62_InsuredsGroupNumber = SetStringLength(subscriber.SubscriberInformation.ReferenceIdentification, 21); - break; - } - case "T": - { - if (subscriber.OtherPayer != null) - { - ub.PayerC_Tertiary.Field50_PayerName = SetStringLength(subscriber.OtherPayer.Formatted(), 26); - ub.PayerC_Tertiary.Field51_HealthPlanId = SetStringLength(subscriber.OtherPayer.Identification.Id, 17); - if (!string.IsNullOrEmpty(subscriber.OtherPayer.PriorAuthorizationNumber)) - { - ub.Field63C_TreatmentAuthorizationCode = SetStringLength(subscriber.OtherPayer.PriorAuthorizationNumber, 34); - } - } - ub.PayerC_Tertiary.Field52_ReleaseOfInfoCertIndicator = subscriber.ReleaseOfInformationCode; - ub.PayerC_Tertiary.Field53_AssignmentOfBenefitsCertIndicator = subscriber.BenefitsAssignmentCertificationIndicator; - ub.PayerC_Tertiary.Field54_PriorPayments = subscriber.PayorPaidAmount; - ub.PayerC_Tertiary.Field55_EstimatedAmountDue = subscriber.RemainingPatientLiability; - - ub.PayerC_Tertiary.Field58_InsuredsName = SetStringLength(subscriber.Name.Formatted(), 29); - ub.PayerC_Tertiary.Field59_PatientRelationship = subscriber.SubscriberInformation.IndividualRelationshipCode; - ub.PayerC_Tertiary.Field60_InsuredsUniqueId = SetStringLength(subscriber.Name.Identification.Id, 23); - ub.PayerC_Tertiary.Field61_GroupName = SetStringLength(subscriber.SubscriberInformation.Name, 17); - ub.PayerC_Tertiary.Field62_InsuredsGroupNumber = SetStringLength(subscriber.SubscriberInformation.ReferenceIdentification, 21); - break; - } - } - } - - private void SetCurrentPayer(Claim claim, UB04Claim ub) - { - if (claim.SubscriberInformation == null) - { - return; - } - - switch (claim.SubscriberInformation.PayerResponsibilitySequenceNumberCode) - { - case "P": - { - if (claim.Payer != null) - { - ub.PayerA_Primary.Field50_PayerName = SetStringLength(claim.Payer.Name.Formatted(), 26); - ub.PayerA_Primary.Field51_HealthPlanId = SetStringLength(claim.Payer.Name.Identification.Id, 17); - if (!string.IsNullOrEmpty(claim.PriorAuthorizationNumber)) - { - ub.Field63A_TreatmentAuthorizationCode = SetStringLength(claim.PriorAuthorizationNumber, 34); - } - } - ub.PayerA_Primary.Field52_ReleaseOfInfoCertIndicator = claim.ReleaseOfInformationCode; - ub.PayerA_Primary.Field53_AssignmentOfBenefitsCertIndicator = claim.BenefitsAssignmentCertificationIndicator; - - ub.PayerA_Primary.Field58_InsuredsName = SetStringLength(claim.Subscriber.Name.Formatted(), 29); - ub.PayerA_Primary.Field59_PatientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; - - ub.PayerA_Primary.Field60_InsuredsUniqueId = SetStringLength(claim.Subscriber.MemberId, 23); - ub.PayerA_Primary.Field61_GroupName = SetStringLength(claim.SubscriberInformation.Name, 17); - ub.PayerA_Primary.Field62_InsuredsGroupNumber = SetStringLength(claim.SubscriberInformation.ReferenceIdentification, 21); - break; - } - case "S": - { - if (claim.Payer != null) - { - ub.PayerB_Secondary.Field50_PayerName = SetStringLength(claim.Payer.Name.Formatted(), 26); - ub.PayerB_Secondary.Field51_HealthPlanId = SetStringLength(claim.Payer.Name.Identification.Id, 17); - if (!string.IsNullOrEmpty(claim.PriorAuthorizationNumber)) - { - ub.Field63B_TreatmentAuthorizationCode = SetStringLength(claim.PriorAuthorizationNumber, 34); - } - } - ub.PayerB_Secondary.Field52_ReleaseOfInfoCertIndicator = claim.ReleaseOfInformationCode; - ub.PayerB_Secondary.Field53_AssignmentOfBenefitsCertIndicator = claim.BenefitsAssignmentCertificationIndicator; - - ub.PayerB_Secondary.Field58_InsuredsName = SetStringLength(claim.Subscriber.Name.Formatted(), 29); - ub.PayerB_Secondary.Field59_PatientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; - - ub.PayerB_Secondary.Field60_InsuredsUniqueId = SetStringLength(claim.Subscriber.MemberId, 23); - ub.PayerB_Secondary.Field61_GroupName = SetStringLength(claim.SubscriberInformation.Name, 17); - ub.PayerB_Secondary.Field62_InsuredsGroupNumber = SetStringLength(claim.SubscriberInformation.ReferenceIdentification, 21); - break; - } - case "T": - { - if (claim.Payer != null) - { - ub.PayerC_Tertiary.Field50_PayerName = SetStringLength(claim.Payer.Name.Formatted(), 26); - ub.PayerC_Tertiary.Field51_HealthPlanId = SetStringLength(claim.Payer.Name.Identification.Id, 17); - if (!string.IsNullOrEmpty(claim.PriorAuthorizationNumber)) - { - ub.Field63C_TreatmentAuthorizationCode = SetStringLength(claim.PriorAuthorizationNumber, 34); - } - } - ub.PayerC_Tertiary.Field52_ReleaseOfInfoCertIndicator = claim.ReleaseOfInformationCode; - ub.PayerC_Tertiary.Field53_AssignmentOfBenefitsCertIndicator = claim.BenefitsAssignmentCertificationIndicator; - - ub.PayerC_Tertiary.Field58_InsuredsName = SetStringLength(claim.Subscriber.Name.Formatted(), 29); - ub.PayerC_Tertiary.Field59_PatientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; - - ub.PayerC_Tertiary.Field60_InsuredsUniqueId = SetStringLength(claim.Subscriber.MemberId, 23); - ub.PayerC_Tertiary.Field61_GroupName = SetStringLength(claim.SubscriberInformation.Name, 17); - ub.PayerC_Tertiary.Field62_InsuredsGroupNumber = SetStringLength(claim.SubscriberInformation.ReferenceIdentification, 21); - break; - } - } - } - - private string SetProcedureCodeWithModifiers(MedicalProcedure procedure) - { - if (procedure == null) - { - return String.Empty; - } - - StringBuilder procedureCode=new StringBuilder(); - procedureCode.Append(procedure.ProcedureCode); - if (procedure.Modifier1 != null) - { - procedureCode.Append(" " + procedure.Modifier1); - } - if (procedure.Modifier2 != null) - { - procedureCode.Append(" " + procedure.Modifier2); - } - if (procedure.Modifier3 != null) - { - procedureCode.Append(" " + procedure.Modifier3); - } - if (procedure.Modifier4 != null) - { - procedureCode.Append(" " + procedure.Modifier4); - } - return procedureCode.ToString(); - } - - private FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text) - { - return AddBlock(page, x, y, width, text, TextAlignEnum.left); - } - - private FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text, TextAlignEnum textAlign) - { - decimal xScale = 0.08333m; // 0.0839m; - decimal yScale = 0.16667m; // 0.1656m; - var block = new FormBlock - { - TextAlign = textAlign, - Left = 0.06m + xScale * x, - Top = 0.06m + yScale * y, - Width = xScale * width, - Height = yScale * 1.1m, - Text = text - }; - page.Blocks.Add(block); - return block; - } - - public virtual List TransformUB04ToFormPages(UB04Claim ub04) - { - List pages = new List(); - int pageCount = 1 + ((ub04.ServiceLines.Count - 1) / 22); - FormPage page = null; - int pageIndex = 0; - for (int i = 0; i < ub04.ServiceLines.Count; i++) - { - if (i % 22 == 0) - { - page = new FormPage(); - pages.Add(page); - pageIndex++; - page.MasterReference = "ub04"; - page.ImagePath = _formImagePath; - - // header - // Box 1 - AddBlock(page, 2, 1, 28, ub04.Field01_BillingProvider.Line1); - AddBlock(page, 2, 2, 28, ub04.Field01_BillingProvider.Line2); - AddBlock(page, 2, 3, 28, ub04.Field01_BillingProvider.Line3); - AddBlock(page, 2, 4, 28, ub04.Field01_BillingProvider.Line4); - - // Box 2 - AddBlock(page, 32, 1, 28, ub04.Field02_PayToProvider.Line1); - AddBlock(page, 32, 2, 28, ub04.Field02_PayToProvider.Line2); - AddBlock(page, 32, 3, 28, ub04.Field02_PayToProvider.Line3); - AddBlock(page, 32, 4, 28, ub04.Field02_PayToProvider.Line4); - - // Box 3 - AddBlock(page, 65, 1, 27, ub04.Field03a_PatientControlNumber); - AddBlock(page, 65, 2, 27, ub04.Field03b_MedicalRecordNumber); - - // Box 4 - AddBlock(page, 94, 2, 5, ub04.Field04_TypeOfBill); - - // Box 5 - AddBlock(page, 62, 4, 10, ub04.Field05_FederalTaxId); - - // Box 6 - Statement Covers Period - AddBlock(page, 74, 4, 9, ub04.Field06_StatementCoversPeriod.FromDate); - AddBlock(page, 82, 4, 9, ub04.Field06_StatementCoversPeriod.ThroughDate); - - // Box 7 - Blank - AddBlock(page, 91, 3, 8, ub04.Field07.Line1); - AddBlock(page, 91, 4, 8, ub04.Field07.Line2); - - // Box 8 - AddBlock(page, 15, 5, 21, ub04.Field08_PatientName_a); - AddBlock(page, 3, 6, 33, ub04.Field08_PatientName_b); - - // Box 9 - AddBlock(page, 51, 5, 48, ub04.Field09_PatientAddress.a_Street); - AddBlock(page, 39, 6, 37, ub04.Field09_PatientAddress.b_City); - AddBlock(page, 78, 6, 2, ub04.Field09_PatientAddress.c_State); - AddBlock(page, 83, 6, 10, ub04.Field09_PatientAddress.d_PostalCode); - AddBlock(page, 96, 6, 3, ub04.Field09_PatientAddress.e_CountryCode); - - // Box 10 - AddBlock(page, 2, 8, 8, ub04.Field10_Birthdate); - - // Box 11 - AddBlock(page, 13, 8, 1, ub04.Field11_Sex); - - // Box 12-15 - AddBlock(page, 16, 8, 6, ub04.Field12_AdmissionDate); - AddBlock(page, 23, 8, 2, ub04.Field13_AdmissionHour); - AddBlock(page, 27, 8, 2, ub04.Field14_AdmissionType); - AddBlock(page, 30, 8, 2, ub04.Field15_AdmissionSource); - - // Box 16 - AddBlock(page, 34, 8, 2, ub04.Field16_DischargeHour); - - // Box 17 - AddBlock(page, 38, 8, 2, ub04.Field17_DischargeStatus); - - // Box 18 - 28 Condition Codes - AddBlock(page, 41, 8, 2, ub04.Field18_ConditionCode01); - AddBlock(page, 45, 8, 2, ub04.Field19_ConditionCode02); - AddBlock(page, 48, 8, 2, ub04.Field20_ConditionCode03); - AddBlock(page, 52, 8, 2, ub04.Field21_ConditionCode04); - AddBlock(page, 56, 8, 2, ub04.Field22_ConditionCode05); - AddBlock(page, 59, 8, 2, ub04.Field23_ConditionCode06); - AddBlock(page, 63, 8, 2, ub04.Field24_ConditionCode07); - AddBlock(page, 66, 8, 2, ub04.Field25_ConditionCode08); - AddBlock(page, 70, 8, 2, ub04.Field26_ConditionCode09); - AddBlock(page, 73.5m, 8, 2, ub04.Field27_ConditionCode10); - AddBlock(page, 77, 8, 2, ub04.Field28_ConditionCode11); - - // Box 29 - AddBlock(page, 81, 8, 2, ub04.Field29_AccidentState); - - // Box 30 - AddBlock(page, 85, 8, 14, ub04.Field30); - - // Box 31 - AddBlock(page, 2, 10, 2, ub04.Field31a_Occurrence.Code); - AddBlock(page, 6, 10, 6, ub04.Field31a_Occurrence.Date); - AddBlock(page, 2, 11, 2, ub04.Field31b_Occurrence.Code); - AddBlock(page, 6, 11, 6, ub04.Field31b_Occurrence.Date); - - // Box 32 - AddBlock(page, 14, 10, 2, ub04.Field32a_Occurrence.Code); - AddBlock(page, 18, 10, 6, ub04.Field32a_Occurrence.Date); - AddBlock(page, 14, 11, 2, ub04.Field32b_Occurrence.Code); - AddBlock(page, 18, 11, 6, ub04.Field32b_Occurrence.Date); - - // Box 33 - AddBlock(page, 26, 10, 2, ub04.Field33a_Occurrence.Code); - AddBlock(page, 30, 10, 6, ub04.Field33a_Occurrence.Date); - AddBlock(page, 26, 11, 2, ub04.Field33b_Occurrence.Code); - AddBlock(page, 30, 11, 6, ub04.Field33b_Occurrence.Date); - - // Box 34 - AddBlock(page, 38, 10, 2, ub04.Field34a_Occurrence.Code); - AddBlock(page, 41, 10, 6, ub04.Field34a_Occurrence.Date); - AddBlock(page, 38, 11, 2, ub04.Field34b_Occurrence.Code); - AddBlock(page, 41, 11, 6, ub04.Field34b_Occurrence.Date); - - // Box 35 - AddBlock(page, 50, 10, 2, ub04.Field35a_OccurrenceSpan.Code); - AddBlock(page, 53, 10, 6, ub04.Field35a_OccurrenceSpan.FromDate); - AddBlock(page, 62, 10, 6, ub04.Field35a_OccurrenceSpan.ThroughDate); - AddBlock(page, 50, 11, 2, ub04.Field35b_OccurrenceSpan.Code); - AddBlock(page, 53, 11, 6, ub04.Field35b_OccurrenceSpan.FromDate); - AddBlock(page, 62, 11, 6, ub04.Field35b_OccurrenceSpan.ThroughDate); - - // Box 36 - AddBlock(page, 70, 10, 2, ub04.Field36a_OccurrenceSpan.Code); - AddBlock(page, 74, 10, 6, ub04.Field36a_OccurrenceSpan.FromDate); - AddBlock(page, 82, 10, 6, ub04.Field36a_OccurrenceSpan.ThroughDate); - AddBlock(page, 70, 11, 2, ub04.Field36b_OccurrenceSpan.Code); - AddBlock(page, 74, 11, 6, ub04.Field36b_OccurrenceSpan.FromDate); - AddBlock(page, 82, 11, 6, ub04.Field36b_OccurrenceSpan.ThroughDate); - - // Box 37 - Blank - AddBlock(page, 90, 10, 9, ub04.Field37.Line1); - AddBlock(page, 90, 11, 9, ub04.Field37.Line2); - - // Box 38 - Responsible Party - AddBlock(page, 2, 12, 48, ub04.Field38_ResponsibleParty.Line1); - AddBlock(page, 2, 13, 48, ub04.Field38_ResponsibleParty.Line2); - AddBlock(page, 2, 14, 48, ub04.Field38_ResponsibleParty.Line3); - AddBlock(page, 2, 15, 48, ub04.Field38_ResponsibleParty.Line4); - AddBlock(page, 2, 16, 48, ub04.Field38_ResponsibleParty.Line5); - - // Box 39 - Value Codes - AddBlock(page, 53, 13, 2, ub04.Field39a_Value.Code); - AddBlock(page, 57, 13, 12, String.Format("{0:0.00}", ub04.Field39a_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 53, 14, 2, ub04.Field39b_Value.Code); - AddBlock(page, 57, 14, 12, String.Format("{0:0.00}", ub04.Field39b_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 53, 15, 2, ub04.Field39c_Value.Code); - AddBlock(page, 57, 15, 12, String.Format("{0:0.00}", ub04.Field39c_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 53, 16, 2, ub04.Field39d_Value.Code); - AddBlock(page, 57, 16, 12, String.Format("{0:0.00}", ub04.Field39d_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - - // Box 40 - AddBlock(page, 69, 13, 2, ub04.Field40a_Value.Code); - AddBlock(page, 72.5m, 13, 12, String.Format("{0:0.00}", ub04.Field40a_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 69, 14, 2, ub04.Field40b_Value.Code); - AddBlock(page, 72.5m, 14, 12, String.Format("{0:0.00}", ub04.Field40b_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 69, 15, 2, ub04.Field40c_Value.Code); - AddBlock(page, 72.5m, 15, 12, String.Format("{0:0.00}", ub04.Field40c_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 69, 16, 2, ub04.Field40d_Value.Code); - AddBlock(page, 72.5m, 16, 12, String.Format("{0:0.00}", ub04.Field40d_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - - // Box 41 - Value Codes - AddBlock(page, 84, 13, 2, ub04.Field41a_Value.Code); - AddBlock(page, 88, 13, 12, String.Format("{0:0.00}", ub04.Field41a_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 84, 14, 2, ub04.Field41b_Value.Code); - AddBlock(page, 88, 14, 12, String.Format("{0:0.00}", ub04.Field41b_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 84, 15, 2, ub04.Field41c_Value.Code); - AddBlock(page, 88, 15, 12, String.Format("{0:0.00}", ub04.Field41c_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 84, 16, 2, ub04.Field41d_Value.Code); - AddBlock(page, 88, 16, 12, String.Format("{0:0.00}", ub04.Field41d_Value.Amount).Replace('.', ' '), TextAlignEnum.right); - } - - // service lines - decimal y = 18 + (i % 22); - var line = ub04.ServiceLines[i]; - // Box 42 - 49 - Service Lines - AddBlock(page, 2, y, 4, line.Field42_RevenueCode); - AddBlock(page, 7, y, 29, line.Field43_Description); - AddBlock(page, 37, y, 17, line.Field44_ProcedureCodes); - AddBlock(page, 56, y, 6, line.Field45_ServiceDate); - AddBlock(page, 64, y, 9, line.Field46_ServiceUnits, TextAlignEnum.right); - - AddBlock(page, 74, y, 11, String.Format("{0:0.00}", line.Field47_TotalCharges).Replace('.',' '), TextAlignEnum.right); - AddBlock(page, 86, y, 11, String.Format("{0:0.00}", line.Field48_NonCoveredCharges).Replace('.',' '), TextAlignEnum.right); - AddBlock(page, 97, y, 2, line.Field49); - - if (i % 22 == 21 || i == ub04.ServiceLines.Count - 1) // Footer - { - AddBlock(page, 13, 40, 3, pageIndex.ToString(), TextAlignEnum.right); - AddBlock(page, 20, 40, 3, pageCount.ToString(), TextAlignEnum.right); - if (PerPageTotalChargesView) - { - int lowIndex; - if (i % 22 == 21) - { - lowIndex = i - 21; - } - else - { - lowIndex = i - (i % 22); - } - decimal? pageCharges = 0; - decimal? nonCoveredCharges = 0; - for (int x = i; x >= lowIndex; x--) - { - if (ub04.ServiceLines[x].Field47_TotalCharges != null) - { - pageCharges += ub04.ServiceLines[x].Field47_TotalCharges; - } - if (ub04.ServiceLines[x].Field48_NonCoveredCharges != null) - { - nonCoveredCharges += ub04.ServiceLines[x].Field48_NonCoveredCharges; - } - - } - AddBlock(page, 74, 40, 11, String.Format("{0:0.00}", pageCharges).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 86, 40, 11, String.Format("{0:0.00}", nonCoveredCharges).Replace('.', ' '), TextAlignEnum.right); - } - else - { - if (pageIndex == pageCount) - { - AddBlock(page, 74, 40, 11, String.Format("{0:0.00}", ub04.Field47_Line23_TotalCharges).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 86, 40, 11, String.Format("{0:0.00}", ub04.Field48_Line23_NonCoveredCharges).Replace('.', ' '), TextAlignEnum.right); - } - } - - // Box 50 - AddBlock(page, 2, 42, 26, ub04.PayerA_Primary.Field50_PayerName); - AddBlock(page, 2, 43, 26, ub04.PayerB_Secondary.Field50_PayerName); - AddBlock(page, 2, 44, 26, ub04.PayerC_Tertiary.Field50_PayerName); - - // Box 51 - AddBlock(page, 29, 42, 17, ub04.PayerA_Primary.Field51_HealthPlanId); - AddBlock(page, 29, 43, 17, ub04.PayerB_Secondary.Field51_HealthPlanId); - AddBlock(page, 29, 44, 17, ub04.PayerC_Tertiary.Field51_HealthPlanId); - - - // Box 52 - Release of Info - AddBlock(page, 46.5m, 42, 2, ub04.PayerA_Primary.Field52_ReleaseOfInfoCertIndicator); - AddBlock(page, 46.5m, 43, 2, ub04.PayerB_Secondary.Field52_ReleaseOfInfoCertIndicator); - AddBlock(page, 46.5m, 44, 2, ub04.PayerC_Tertiary.Field52_ReleaseOfInfoCertIndicator); - - // Box 53 - AddBlock(page, 50, 42, 2, ub04.PayerA_Primary.Field53_AssignmentOfBenefitsCertIndicator); - AddBlock(page, 50, 43, 2, ub04.PayerB_Secondary.Field53_AssignmentOfBenefitsCertIndicator); - AddBlock(page, 50, 44, 2, ub04.PayerC_Tertiary.Field53_AssignmentOfBenefitsCertIndicator); - - // Box 54 - AddBlock(page, 54.25m, 42, 11, String.Format("{0:0.00}", ub04.PayerA_Primary.Field54_PriorPayments).Replace('.',' '), TextAlignEnum.right); - AddBlock(page, 54.25m, 43, 11, String.Format("{0:0.00}", ub04.PayerB_Secondary.Field54_PriorPayments).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 54.25m, 44, 11, String.Format("{0:0.00}", ub04.PayerC_Tertiary.Field54_PriorPayments).Replace('.', ' '), TextAlignEnum.right); - - // Box 55 - AddBlock(page, 66.5m, 42, 12, String.Format("{0:0.00}", ub04.PayerA_Primary.Field55_EstimatedAmountDue).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 66.5m, 43, 12, String.Format("{0:0.00}", ub04.PayerB_Secondary.Field55_EstimatedAmountDue).Replace('.', ' '), TextAlignEnum.right); - AddBlock(page, 66.5m, 44, 12, String.Format("{0:0.00}", ub04.PayerC_Tertiary.Field55_EstimatedAmountDue).Replace('.', ' '), TextAlignEnum.right); - - // Box 56 - AddBlock(page, 85, 41, 10, ub04.Field56_NationalProviderIdentifier); - - // Box 57 - AddBlock(page, 82, 42, 17, ub04.Field57_OtherProviderIdA); - AddBlock(page, 82, 43, 17, ub04.Field57_OtherProviderIdB); - AddBlock(page, 82, 44, 17, ub04.Field57_OtherProviderIdC); - - // Box 58 - AddBlock(page, 2, 46, 29, ub04.PayerA_Primary.Field58_InsuredsName); - AddBlock(page, 2, 47, 29, ub04.PayerB_Secondary.Field58_InsuredsName); - AddBlock(page, 2, 48, 29, ub04.PayerC_Tertiary.Field58_InsuredsName); - - // Box 59 - AddBlock(page, 33, 46, 2, ub04.PayerA_Primary.Field59_PatientRelationship); - AddBlock(page, 33, 47, 2, ub04.PayerB_Secondary.Field59_PatientRelationship); - AddBlock(page, 33, 48, 2, ub04.PayerC_Tertiary.Field59_PatientRelationship); - - // Box 60 - AddBlock(page, 36, 46, 23, ub04.PayerA_Primary.Field60_InsuredsUniqueId); - AddBlock(page, 36, 47, 23, ub04.PayerB_Secondary.Field60_InsuredsUniqueId); - AddBlock(page, 36, 48, 23, ub04.PayerC_Tertiary.Field60_InsuredsUniqueId); - - // Box 61 - AddBlock(page, 60, 46, 17, ub04.PayerA_Primary.Field61_GroupName); - AddBlock(page, 60, 47, 17, ub04.PayerB_Secondary.Field61_GroupName); - AddBlock(page, 60, 48, 17, ub04.PayerC_Tertiary.Field61_GroupName); - - // Box 62 - AddBlock(page, 78, 46, 21, ub04.PayerA_Primary.Field62_InsuredsGroupNumber); - AddBlock(page, 78, 47, 21, ub04.PayerB_Secondary.Field62_InsuredsGroupNumber); - AddBlock(page, 78, 48, 21, ub04.PayerC_Tertiary.Field62_InsuredsGroupNumber); - - // Box 63 - AddBlock(page, 2, 50, 35, ub04.Field63A_TreatmentAuthorizationCode); - AddBlock(page, 2, 51, 35, ub04.Field63B_TreatmentAuthorizationCode); - AddBlock(page, 2, 52, 35, ub04.Field63C_TreatmentAuthorizationCode); - - // Box 64 - Document Control Number - AddBlock(page, 39, 50, 30, ub04.Field64A_DocumentControlNumber); - AddBlock(page, 39, 51, 30, ub04.Field64B_DocumentControlNumber); - AddBlock(page, 39, 52, 30, ub04.Field64C_DocumentControlNumber); - - // Box 65 - Employer Name - AddBlock(page, 70, 50, 29, ub04.Field65a_EmployerName); - AddBlock(page, 70, 51, 29, ub04.Field65b_EmployerName); - AddBlock(page, 70, 52, 29, ub04.Field65c_EmployerName); - - // Box 66 - ICD Version - AddBlock(page, 1, 54, 1, ub04.Field66_Version); - - // Box 67 - Primary Diagnosis - AddBlock(page, 3, 53, 6, ub04.Field67_PrincipleDiagnosis.Code); - AddBlock(page, 10.5m, 53, 1, ub04.Field67_PrincipleDiagnosis.PresentOnAdmissionIndicator); - - // Box 67A - AddBlock(page, 13, 53, 6, ub04.Field67A_Diagnosis.Code); - AddBlock(page, 20, 53, 1, ub04.Field67A_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67B - AddBlock(page, 22, 53, 6, ub04.Field67B_Diagnosis.Code); - AddBlock(page, 29.75m, 53, 1, ub04.Field67B_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67C - AddBlock(page, 32, 53, 6, ub04.Field67C_Diagnosis.Code); - AddBlock(page, 39.25m, 53, 1, ub04.Field67C_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67D - AddBlock(page, 42, 53, 6, ub04.Field67D_Diagnosis.Code); - AddBlock(page, 49m, 53, 1, ub04.Field67D_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67E - AddBlock(page, 51, 53, 6, ub04.Field67E_Diagnosis.Code); - AddBlock(page, 58.5m, 53, 1, ub04.Field67E_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67F - AddBlock(page, 61, 53, 6, ub04.Field67F_Diagnosis.Code); - AddBlock(page, 68m, 53, 1, ub04.Field67F_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67G - AddBlock(page, 70, 53, 6, ub04.Field67G_Diagnosis.Code); - AddBlock(page, 77.75m, 53, 1, ub04.Field67G_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67H - AddBlock(page, 80, 53, 6, ub04.Field67H_Diagnosis.Code); - AddBlock(page, 87.25m, 53, 1, ub04.Field67H_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67I - AddBlock(page, 3, 54, 6, ub04.Field67I_Diagnosis.Code); - AddBlock(page, 10.5m, 54, 1, ub04.Field67I_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67J - AddBlock(page, 13, 54, 6, ub04.Field67J_Diagnosis.Code); - AddBlock(page, 20, 54, 1, ub04.Field67J_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67K - AddBlock(page, 22, 54, 6, ub04.Field67K_Diagnosis.Code); - AddBlock(page, 29.75m, 54, 1, ub04.Field67K_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67L - AddBlock(page, 32, 54, 6, ub04.Field67L_Diagnosis.Code); - AddBlock(page, 39.25m, 54, 1, ub04.Field67L_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67M - AddBlock(page, 42, 54, 6, ub04.Field67M_Diagnosis.Code); - AddBlock(page, 49m, 54, 1, ub04.Field67M_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67N - AddBlock(page, 51, 54, 6, ub04.Field67N_Diagnosis.Code); - AddBlock(page, 58.5m, 54, 1, ub04.Field67N_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67O - AddBlock(page, 61, 54, 6, ub04.Field67O_Diagnosis.Code); - AddBlock(page, 68m, 54, 1, ub04.Field67O_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67P - AddBlock(page, 70, 54, 6, ub04.Field67P_Diagnosis.Code); - AddBlock(page, 77.75m, 54, 1, ub04.Field67P_Diagnosis.PresentOnAdmissionIndicator); - - // Box 67Q - AddBlock(page, 80, 54, 6, ub04.Field67Q_Diagnosis.Code); - AddBlock(page, 87.25m, 54, 1, ub04.Field67Q_Diagnosis.PresentOnAdmissionIndicator); - - // Box 68 - AddBlock(page, 90, 53, 9, ub04.Field68.Line1); - AddBlock(page, 90, 54, 9, ub04.Field68.Line2); - - // Box 69 - Admitting Diagnosis - AddBlock(page, 6, 55, 6, ub04.Field69_AdmittingDiagnosisCode.Code); - - // Box 70 - Patient Reason Diagnosis - AddBlock(page, 21, 55, 6, ub04.Field70a_PatientReasonDiagnosisCode.Code); - AddBlock(page, 29, 55, 6, ub04.Field70b_PatientReasonDiagnosisCode.Code); - AddBlock(page, 38, 55, 6, ub04.Field70c_PatientReasonDiagnosisCode.Code); - - // Box 71 - PPS Code - AddBlock(page, 51, 55, 5, ub04.Field71_PPSCode); - - // Box 72 - External Cause of Injury - AddBlock(page, 59, 55, 6, ub04.Field72a_ExternalCauseOfInjury.Code); - AddBlock(page, 67m, 55, 1, ub04.Field72a_ExternalCauseOfInjury.PresentOnAdmissionIndicator); - AddBlock(page, 69, 55, 6, ub04.Field72b_ExternalCauseOfInjury.Code); - AddBlock(page, 76.75m, 55, 1, ub04.Field72b_ExternalCauseOfInjury.PresentOnAdmissionIndicator); - AddBlock(page, 79, 55, 6, ub04.Field72c_ExternalCauseOfInjury.Code); - AddBlock(page, 86.25m, 55, 1, ub04.Field72c_ExternalCauseOfInjury.PresentOnAdmissionIndicator); - - // Box 73 - Blank - AddBlock(page, 89, 55, 10, ub04.Field73); - - // Box 74 - AddBlock(page, 2, 57, 8, ub04.Field74_PrincipalProcedure.Code); - AddBlock(page, 12, 57, 6, ub04.Field74_PrincipalProcedure.Date); - AddBlock(page, 20, 57, 8, ub04.Field74a_OtherProcedure.Code); - AddBlock(page, 29, 57, 6, ub04.Field74a_OtherProcedure.Date); - AddBlock(page, 38, 57, 8, ub04.Field74b_OtherProcedure.Code); - AddBlock(page, 48, 57, 6, ub04.Field74b_OtherProcedure.Date); - AddBlock(page, 2, 59, 8, ub04.Field74c_OtherProcedure.Code); - AddBlock(page, 12, 59, 6, ub04.Field74c_OtherProcedure.Date); - AddBlock(page, 20, 59, 8, ub04.Field74d_OtherProcedure.Code); - AddBlock(page, 29, 59, 6, ub04.Field74d_OtherProcedure.Date); - AddBlock(page, 38, 59, 8, ub04.Field74e_OtherProcedure.Code); - AddBlock(page, 48, 59, 6, ub04.Field74e_OtherProcedure.Date); - - // Box 75 - AddBlock(page, 56, 56, 4, ub04.Field75.Line1); - AddBlock(page, 56, 57, 4, ub04.Field75.Line2); - AddBlock(page, 56, 58, 4, ub04.Field75.Line3); - AddBlock(page, 56, 59, 4, ub04.Field75.Line4); - - // Box 76 - AddBlock(page, 72, 56, 10, ub04.Field76_AttendingPhysician.Npi); - AddBlock(page, 86, 56, 2, ub04.Field76_AttendingPhysician.IdentifierQualifier); - AddBlock(page, 89, 56, 10, ub04.Field76_AttendingPhysician.Identifier); - AddBlock(page, 64, 57, 18, ub04.Field76_AttendingPhysician.LastName); - AddBlock(page, 86, 57, 13, ub04.Field76_AttendingPhysician.FirstName); - - // Box 77 - AddBlock(page, 72, 58, 10, ub04.Field77_OperatingPhysician.Npi); - AddBlock(page, 86, 58, 2, ub04.Field77_OperatingPhysician.IdentifierQualifier); - AddBlock(page, 89, 58, 10, ub04.Field77_OperatingPhysician.Identifier); - AddBlock(page, 64, 59, 18, ub04.Field77_OperatingPhysician.LastName); - AddBlock(page, 86, 59, 13, ub04.Field77_OperatingPhysician.FirstName); - - // Box 78 - AddBlock(page, 72, 60, 10, ub04.Field78_OtherProvider.Npi); - AddBlock(page, 67, 60, 2, ub04.Field78_OtherProvider.ProviderQualifier); - AddBlock(page, 86, 60, 2, ub04.Field78_OtherProvider.IdentifierQualifier); - AddBlock(page, 89, 60, 10, ub04.Field78_OtherProvider.Identifier); - AddBlock(page, 64, 61, 18, ub04.Field78_OtherProvider.LastName); - AddBlock(page, 86, 61, 13, ub04.Field78_OtherProvider.FirstName); - - // Box 79 - AddBlock(page, 72, 62, 10, ub04.Field79_OtherProvider.Npi); - AddBlock(page, 67, 62, 2, ub04.Field79_OtherProvider.ProviderQualifier); - AddBlock(page, 86, 62, 2, ub04.Field79_OtherProvider.IdentifierQualifier); - AddBlock(page, 89, 62, 10, ub04.Field79_OtherProvider.Identifier); - AddBlock(page, 64, 63, 18, ub04.Field79_OtherProvider.LastName); - AddBlock(page, 86, 63, 13, ub04.Field79_OtherProvider.FirstName); - - // Box 80 - AddBlock(page, 2, 61, 27, ub04.Field80_Remarks.Line1); - AddBlock(page, 2, 62, 27, ub04.Field80_Remarks.Line2); - AddBlock(page, 2, 63, 27, ub04.Field80_Remarks.Line3); - - // Box 81 - AddBlock(page, 32, 60, 2, ub04.Field81a.Qualifier); - AddBlock(page, 35, 60, 10, ub04.Field81a.Code1); - AddBlock(page, 48, 60, 12, ub04.Field81a.Code2); - AddBlock(page, 32, 61, 2, ub04.Field81b.Qualifier); - AddBlock(page, 35, 61, 10, ub04.Field81b.Code1); - AddBlock(page, 48, 61, 12, ub04.Field81b.Code2); - AddBlock(page, 32, 62, 2, ub04.Field81c.Qualifier); - AddBlock(page, 35, 62, 10, ub04.Field81c.Code1); - AddBlock(page, 48, 62, 12, ub04.Field81c.Code2); - AddBlock(page, 32, 63, 2, ub04.Field81d.Qualifier); - AddBlock(page, 35, 63, 10, ub04.Field81d.Code1); - AddBlock(page, 48, 63, 12, ub04.Field81d.Code2); - - // reorder by locations; - page.Blocks = page.Blocks.OrderBy(bl => bl.Top).ToList(); - } - } - return pages; - } - - public List TransformClaimToClaimFormFoXml(Claim claim) - { - UB04Claim ub04 = TransformClaimToUB04(claim); - - return TransformUB04ToFormPages(ub04); - } - } +namespace X12.Hipaa.Claims.Services +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Text; + + using X12.Hipaa.Claims.Forms; + using X12.Hipaa.Claims.Forms.Institutional; + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + public class InstitutionalClaimToUb04ClaimFormTransformation : IClaimToClaimFormTransfomation + { + private readonly string formImagePath; + + /// + /// Initializes a new instance of the class + /// + /// Form image path to be transformed + public InstitutionalClaimToUb04ClaimFormTransformation(string formImagePath) + { + this.formImagePath = formImagePath; + this.PerPageTotalChargesView = false; + } + + public bool PerPageTotalChargesView { get; set; } + + /// + /// Implementation of mapping as described at http://ahca.myflorida.com/Medicaid/meds/pdf/837i_v2-1_crosswalk_v2.pdf + /// Detailed instructions found at https://www.cms.gov/transmittals/downloads/R1104CP.pdf + /// + /// Claim to be transformed + /// with provided claim + public virtual UB04Claim TransformClaimToUB04(Claim claim) + { + var ub = new UB04Claim(); + Provider provider = claim.BillingProvider; + SetBillingProviderAddressDetails(ub, provider, claim.SubmitterInfo); + + if (claim.PayToProvider?.Name != null && + claim.PayToProvider.Name.ToString() != provider.Name.ToString() && + claim.PayToProvider.Address != null && provider.Address != null && + claim.PayToProvider.Address.Line1 != provider.Address.Line1) + { + provider = claim.PayToProvider; + ub.Field02_PayToProvider.Line1 = provider.Name.ToString(); + ub.Field02_PayToProvider.Line2 = provider.Address.Line1; + + if (string.IsNullOrWhiteSpace(provider.Address.Line2)) + { + ub.Field02_PayToProvider.Line3 = provider.Address.Locale; + } + else + { + ub.Field02_PayToProvider.Line3 = provider.Address.Line2; + ub.Field02_PayToProvider.Line4 = provider.Address.Locale; + } + } + + ub.Field03a_PatientControlNumber = claim.PatientControlNumber; + ub.Field03b_MedicalRecordNumber = claim.MedicalRecordNumber; + ub.Field04_TypeOfBill = claim.BillTypeCode; + if (claim.PayToProvider != null) + { + ub.Field05_FederalTaxId = claim.PayToProvider.TaxId; + } + + if (claim.StatementFromDate != null) + { + ub.Field06_StatementCoversPeriod.FromDate = $"{claim.StatementFromDate:MMddyy}"; + } + + if (claim.StatementToDate != null) + { + ub.Field06_StatementCoversPeriod.ThroughDate = $"{claim.StatementFromDate:MMddyy}"; + } + + ClaimMember patient = claim.Patient ?? claim.Subscriber; + + if (patient.Name?.Identification != null) + { + ub.Field08_PatientName_a = patient.Name.Identification.Id; + ub.Field08_PatientName_b = patient.Name.ToString(); + } + + if (patient.Address != null) + { + string streetAddress = string.IsNullOrEmpty(patient.Address.Line2) + ? patient.Address.Line1 + : string.Join(",", patient.Address.Line1, patient.Address.Line2); + + ub.Field09_PatientAddress.a_Street = + streetAddress.Length > 48 ? streetAddress.Substring(0, 48) : streetAddress; + + ub.Field09_PatientAddress.b_City = patient.Address.City; + ub.Field09_PatientAddress.c_State = patient.Address.StateCode; + ub.Field09_PatientAddress.d_PostalCode = patient.Address.PostalCode; + ub.Field09_PatientAddress.e_CountryCode = patient.Address.CountryCode; + } + + if (patient.DateOfBirth != null) + { + ub.Field10_Birthdate = $"{patient.DateOfBirth:MMddyyyy}"; + } + + ub.Field11_Sex = patient.Gender.ToString().Substring(0, 1); + if (claim.AdmissionDate != null) + { + ub.Field12_AdmissionDate = $"{claim.AdmissionDate:MMddyy}"; + ub.Field13_AdmissionHour = $"{claim.AdmissionDate:HH}"; + } + + if (claim.AdmissionType != null) + { + ub.Field14_AdmissionType = claim.AdmissionType.Code; + } + + if (claim.AdmissionSource != null) + { + ub.Field15_AdmissionSource = claim.AdmissionSource.Code; + } + + if (claim.DischargeTime != null) + { + ub.Field16_DischargeHour = $"{claim.DischargeTime:HH}"; + } + + if (claim.PatientStatus != null) + { + ub.Field17_DischargeStatus = claim.PatientStatus.Code; + } + + if (claim.Conditions != null) + { + if (claim.Conditions.Count > 0) + { + ub.Field18_ConditionCode01 = claim.Conditions[0].Code; + } + + if (claim.Conditions.Count > 1) + { + ub.Field19_ConditionCode02 = claim.Conditions[1].Code; + } + + if (claim.Conditions.Count > 2) + { + ub.Field20_ConditionCode03 = claim.Conditions[2].Code; + } + + if (claim.Conditions.Count > 3) + { + ub.Field21_ConditionCode04 = claim.Conditions[3].Code; + } + + if (claim.Conditions.Count > 4) + { + ub.Field22_ConditionCode05 = claim.Conditions[4].Code; + } + + if (claim.Conditions.Count > 5) + { + ub.Field23_ConditionCode06 = claim.Conditions[5].Code; + } + + if (claim.Conditions.Count > 6) + { + ub.Field24_ConditionCode07 = claim.Conditions[6].Code; + } + + if (claim.Conditions.Count > 7) + { + ub.Field25_ConditionCode08 = claim.Conditions[7].Code; + } + + if (claim.Conditions.Count > 8) + { + ub.Field26_ConditionCode09 = claim.Conditions[8].Code; + } + + if (claim.Conditions.Count > 9) + { + ub.Field27_ConditionCode10 = claim.Conditions[9].Code; + } + + if (claim.Conditions.Count > 10) + { + ub.Field28_ConditionCode11 = claim.Conditions[10].Code; + } + } + + foreach (var identification in claim.Identifications) + { + if (identification.Qualifier != null && identification.Qualifier == "LU" && identification.Id != null) + { + ub.Field29_AccidentState = identification.Id; + } + } + + if (claim.Occurrences != null) + { + if (claim.Occurrences.Count > 0) + { + ub.Field31a_Occurrence.CopyFrom(claim.Occurrences[0]); + } + + if (claim.Occurrences.Count > 1) + { + ub.Field31b_Occurrence.CopyFrom(claim.Occurrences[1]); + } + + if (claim.Occurrences.Count > 2) + { + ub.Field32a_Occurrence.CopyFrom(claim.Occurrences[2]); + } + + if (claim.Occurrences.Count > 3) + { + ub.Field32b_Occurrence.CopyFrom(claim.Occurrences[3]); + } + + if (claim.Occurrences.Count > 4) + { + ub.Field33a_Occurrence.CopyFrom(claim.Occurrences[4]); + } + + if (claim.Occurrences.Count > 5) + { + ub.Field33b_Occurrence.CopyFrom(claim.Occurrences[5]); + } + + if (claim.Occurrences.Count > 6) + { + ub.Field34a_Occurrence.CopyFrom(claim.Occurrences[6]); + } + + if (claim.Occurrences.Count > 7) + { + ub.Field34b_Occurrence.CopyFrom(claim.Occurrences[7]); + } + } + + var spans = new List(); + + if (claim.Occurrences != null) + { + if (claim.Occurrences.Count > 8) + { + spans.Add(new UB04OccurrenceSpan().CopyFrom(claim.Occurrences[8])); + } + + if (claim.Occurrences.Count > 9) + { + spans.Add(new UB04OccurrenceSpan().CopyFrom(claim.Occurrences[9])); + } + } + + if (claim.OccurrenceSpans != null) + { + foreach (CodedDateRange span in claim.OccurrenceSpans) + { + spans.Add(new UB04OccurrenceSpan().CopyFrom(span)); + } + } + + if (spans.Count > 0) + { + ub.Field35a_OccurrenceSpan = spans[0]; + } + + if (spans.Count > 1) + { + ub.Field35b_OccurrenceSpan = spans[1]; + } + + if (spans.Count > 2) + { + ub.Field36a_OccurrenceSpan = spans[2]; + } + + if (spans.Count > 3) + { + ub.Field36b_OccurrenceSpan = spans[3]; + } + + var blockLines = new List(); + if (claim.Subscriber.Name != null) + { + blockLines.Add(claim.Subscriber.Name.ToString()); + } + + ub.Field38_ResponsibleParty.Line1 = blockLines[0]; + if (claim.Subscriber.Address != null) + { + blockLines.Add(claim.Subscriber.Address.Line1); + + if (!string.IsNullOrWhiteSpace(claim.Subscriber.Address.Line2)) + { + blockLines.Add(claim.Subscriber.Address.Line2); + } + + blockLines.Add(claim.Subscriber.Address.Locale); + if (blockLines.Count > 1) + { + ub.Field38_ResponsibleParty.Line2 = blockLines[1]; + } + + if (blockLines.Count > 2) + { + ub.Field38_ResponsibleParty.Line3 = blockLines[2]; + } + } + + if (blockLines.Count > 3) + { + ub.Field38_ResponsibleParty.Line4 = blockLines[3]; + } + + if (claim.Values != null) + { + if (claim.Values.Count > 0) + { + ub.Field39a_Value.CopyFrom(claim.Values[0]); + } + + if (claim.Values.Count > 1) + { + ub.Field39b_Value.CopyFrom(claim.Values[1]); + } + + if (claim.Values.Count > 2) + { + ub.Field39c_Value.CopyFrom(claim.Values[2]); + } + + if (claim.Values.Count > 3) + { + ub.Field39d_Value.CopyFrom(claim.Values[3]); + } + + if (claim.Values.Count > 4) + { + ub.Field40a_Value.CopyFrom(claim.Values[4]); + } + + if (claim.Values.Count > 5) + { + ub.Field40b_Value.CopyFrom(claim.Values[5]); + } + + if (claim.Values.Count > 6) + { + ub.Field40c_Value.CopyFrom(claim.Values[6]); + } + + if (claim.Values.Count > 7) + { + ub.Field40d_Value.CopyFrom(claim.Values[7]); + } + + if (claim.Values.Count > 8) + { + ub.Field41a_Value.CopyFrom(claim.Values[8]); + } + + if (claim.Values.Count > 9) + { + ub.Field41b_Value.CopyFrom(claim.Values[9]); + } + + if (claim.Values.Count > 10) + { + ub.Field41c_Value.CopyFrom(claim.Values[10]); + } + + if (claim.Values.Count > 11) + { + ub.Field41d_Value.CopyFrom(claim.Values[11]); + } + } + + foreach (var line in claim.ServiceLines) + { + ub.ServiceLines.Add(new UB04ServiceLine + { + Field42_RevenueCode = line.RevenueCode, + Field43_Description = line.RevenueCodeDescription, + Field44_ProcedureCodes = SetProcedureCodeWithModifiers(line.Procedure), + Field45_ServiceDate = line.ServiceDateFrom > DateTime.MinValue ? $"{line.ServiceDateFrom:MMddyy}" : string.Empty, + Field46_ServiceUnits = line.Quantity.ToString(), + Field47_TotalCharges = line.ChargeAmount, + Field48_NonCoveredCharges = line.NonCoveredChargeAmount + }); + } + + ub.Field47_Line23_TotalCharges = claim.TotalClaimChargeAmount; + ub.Field48_Line23_NonCoveredCharges = claim.ServiceLines.Sum(sl => sl.NonCoveredChargeAmount); + if (claim.BillingProvider != null) + { + ub.Field56_NationalProviderIdentifier = claim.BillingProvider.Npi; + if (string.IsNullOrEmpty(claim.BillingProvider.Npi)) + { + if (claim.BillingProvider.Identifications.Count >= 1) + { + ub.Field57_OtherProviderIdA = claim.BillingProvider.Identifications[0].Id; + } + + if (claim.BillingProvider.Identifications.Count >= 2) + { + ub.Field57_OtherProviderIdB = claim.BillingProvider.Identifications[1].Id; + } + + if (claim.BillingProvider.Identifications.Count >= 3) + { + ub.Field57_OtherProviderIdC = claim.BillingProvider.Identifications[2].Id; + } + } + } + + SetCurrentPayer(claim, ub); + if (claim.OtherSubscriberInformations.Count > 0) + { + var subscriber = claim.OtherSubscriberInformations[0]; + SetOtherPayers(subscriber, ub); + } + + if (claim.OtherSubscriberInformations.Count > 1) + { + var subscriber = claim.OtherSubscriberInformations[1]; + SetOtherPayers(subscriber, ub); + } + + var controlNumbers = claim.Identifications.Where(id => new[] { "F8", "D9", "9A", "9C", "LX" }.Contains(id.Qualifier)).ToList(); + if (controlNumbers.Count > 0) + { + ub.Field64A_DocumentControlNumber = controlNumbers[0].Id; + } + + if (controlNumbers.Count > 1) + { + ub.Field64B_DocumentControlNumber = controlNumbers[1].Id; + } + + if (controlNumbers.Count > 2) + { + ub.Field64C_DocumentControlNumber = controlNumbers[2].Id; + } + + if (claim.Diagnoses.FirstOrDefault(d => d.Version == CodeList.ICD9) != null) + { + ub.Field66_Version = "9"; + } + + if (claim.Diagnoses.FirstOrDefault(d => d.Version == CodeList.ICD10) != null) + { + ub.Field66_Version = "0"; + } + + var principalDiagnosis = claim.Diagnoses.FirstOrDefault(d => d.DiagnosisType == DiagnosisType.Principal); + if (principalDiagnosis != null) + { + ub.Field67_PrincipleDiagnosis.CopyFrom(principalDiagnosis); + } + + var otherDiagnoses = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisType.Other).ToList(); + + if (otherDiagnoses.Count > 0) + { + ub.Field67A_Diagnosis.CopyFrom(otherDiagnoses[0]); + } + + if (otherDiagnoses.Count > 1) + { + ub.Field67B_Diagnosis.CopyFrom(otherDiagnoses[1]); + } + + if (otherDiagnoses.Count > 2) + { + ub.Field67C_Diagnosis.CopyFrom(otherDiagnoses[2]); + } + + if (otherDiagnoses.Count > 3) + { + ub.Field67D_Diagnosis.CopyFrom(otherDiagnoses[3]); + } + + if (otherDiagnoses.Count > 4) + { + ub.Field67E_Diagnosis.CopyFrom(otherDiagnoses[4]); + } + + if (otherDiagnoses.Count > 5) + { + ub.Field67F_Diagnosis.CopyFrom(otherDiagnoses[5]); + } + + if (otherDiagnoses.Count > 6) + { + ub.Field67G_Diagnosis.CopyFrom(otherDiagnoses[6]); + } + + if (otherDiagnoses.Count > 7) + { + ub.Field67H_Diagnosis.CopyFrom(otherDiagnoses[7]); + } + + if (otherDiagnoses.Count > 8) + { + ub.Field67I_Diagnosis.CopyFrom(otherDiagnoses[8]); + } + + if (otherDiagnoses.Count > 9) + { + ub.Field67J_Diagnosis.CopyFrom(otherDiagnoses[9]); + } + + if (otherDiagnoses.Count > 10) + { + ub.Field67K_Diagnosis.CopyFrom(otherDiagnoses[10]); + } + + if (otherDiagnoses.Count > 11) + { + ub.Field67L_Diagnosis.CopyFrom(otherDiagnoses[11]); + } + + if (otherDiagnoses.Count > 12) + { + ub.Field67M_Diagnosis.CopyFrom(otherDiagnoses[12]); + } + + if (otherDiagnoses.Count > 13) + { + ub.Field67N_Diagnosis.CopyFrom(otherDiagnoses[13]); + } + + if (otherDiagnoses.Count > 14) + { + ub.Field67O_Diagnosis.CopyFrom(otherDiagnoses[14]); + } + + if (otherDiagnoses.Count > 15) + { + ub.Field67P_Diagnosis.CopyFrom(otherDiagnoses[15]); + } + + if (otherDiagnoses.Count > 16) + { + ub.Field67Q_Diagnosis.CopyFrom(otherDiagnoses[16]); + } + + var admittingDiagnosis = claim.Diagnoses.FirstOrDefault(d => d.DiagnosisType == DiagnosisType.Admitting); + if (admittingDiagnosis != null) + { + ub.Field69_AdmittingDiagnosisCode.CopyFrom(admittingDiagnosis); + } + + var patientReasonDiagnoses = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisType.PatientReason).ToList(); + if (patientReasonDiagnoses.Count > 0) + { + ub.Field70a_PatientReasonDiagnosisCode.CopyFrom(patientReasonDiagnoses[0]); + } + + if (patientReasonDiagnoses.Count > 1) + { + ub.Field70b_PatientReasonDiagnosisCode.CopyFrom(patientReasonDiagnoses[1]); + } + + if (patientReasonDiagnoses.Count > 2) + { + ub.Field70c_PatientReasonDiagnosisCode.CopyFrom(patientReasonDiagnoses[2]); + } + + if (claim.DiagnosisRelatedGroup != null) + { + ub.Field71_PPSCode = claim.DiagnosisRelatedGroup.Code; + } + + var causes = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisType.ExternalCauseOfInjury).ToList(); + if (causes.Count > 0) + { + ub.Field72a_ExternalCauseOfInjury.CopyFrom(causes[0]); + } + + if (causes.Count > 1) + { + ub.Field72b_ExternalCauseOfInjury.CopyFrom(causes[1]); + } + + if (causes.Count > 2) + { + ub.Field72c_ExternalCauseOfInjury.CopyFrom(causes[2]); + } + + var principalProcedure = claim.Procedures.FirstOrDefault(p => p.IsPrincipal); + if (principalProcedure != null) + { + ub.Field74_PrincipalProcedure.CopyFrom(principalProcedure); + } + + var otherProcedures = claim.Procedures.Where(p => !p.IsPrincipal).ToList(); + if (otherProcedures.Count > 0) + { + ub.Field74a_OtherProcedure.CopyFrom(otherProcedures[0]); + } + + if (otherProcedures.Count > 1) + { + ub.Field74b_OtherProcedure.CopyFrom(otherProcedures[1]); + } + + if (otherProcedures.Count > 2) + { + ub.Field74c_OtherProcedure.CopyFrom(otherProcedures[2]); + } + + if (otherProcedures.Count > 3) + { + ub.Field74d_OtherProcedure.CopyFrom(otherProcedures[3]); + } + + if (otherProcedures.Count > 4) + { + ub.Field74e_OtherProcedure.CopyFrom(otherProcedures[4]); + } + + if (claim.AttendingProvider != null) + { + ub.Field76_AttendingPhysician.Npi = claim.AttendingProvider.Npi; + if (claim.AttendingProvider.Name != null) + { + ub.Field76_AttendingPhysician.LastName = claim.AttendingProvider.Name.LastName; + ub.Field76_AttendingPhysician.FirstName = claim.AttendingProvider.Name.FirstName; + } + + var id = claim.AttendingProvider.Identifications.FirstOrDefault(); + if (id != null) + { + ub.Field76_AttendingPhysician.IdentifierQualifier = id.Qualifier; + ub.Field76_AttendingPhysician.Identifier = id.Id; + } + } + + if (claim.OperatingPhysician != null) + { + ub.Field77_OperatingPhysician.Npi = claim.OperatingPhysician.Npi; + if (claim.OperatingPhysician.Name != null) + { + ub.Field77_OperatingPhysician.LastName = claim.OperatingPhysician.Name.LastName; + ub.Field77_OperatingPhysician.FirstName = claim.OperatingPhysician.Name.FirstName; + } + + var id = claim.OperatingPhysician.Identifications.FirstOrDefault(); + if (id != null) + { + ub.Field77_OperatingPhysician.IdentifierQualifier = id.Qualifier; + ub.Field77_OperatingPhysician.Identifier = id.Id; + } + } + + if (claim.OtherOperatingPhysician != null) + { + if (claim.RenderingProvider != null && claim.ReferringProvider != null) + { + SetOtherProviders(claim.RenderingProvider, ub.Field78_OtherProvider); + SetOtherProviders(claim.ReferringProvider, ub.Field79_OtherProvider); + } + else + { + SetOtherProviders(claim.OtherOperatingPhysician, ub.Field78_OtherProvider); + if (claim.RenderingProvider != null) + { + SetOtherProviders(claim.RenderingProvider, ub.Field79_OtherProvider); + } + + if (claim.ReferringProvider != null) + { + SetOtherProviders(claim.ReferringProvider, ub.Field79_OtherProvider); + } + } + } + else + { + if (claim.RenderingProvider != null) + { + SetOtherProviders(claim.RenderingProvider, ub.Field78_OtherProvider); + if (claim.ReferringProvider != null) + { + SetOtherProviders(claim.ReferringProvider, ub.Field79_OtherProvider); + } + } + else + { + if (claim.ReferringProvider != null) + { + SetOtherProviders(claim.ReferringProvider, ub.Field78_OtherProvider); + } + } + } + + if (claim.Notes != null) + { + List remarksList = null; + if (claim.Notes.Count != 0) + { + if (claim.Notes.Count == 1) + { + remarksList = GetRemarksLineByLine(claim.Notes[0].Description); + } + else if (claim.Notes.Count == 2) + { + remarksList = GetRemarksLineByLine(string.Concat(claim.Notes[0].Description, " ", claim.Notes[1].Description)); + } + + if (remarksList.Count > 0) + { + ub.Field80_Remarks.Line1 = remarksList[0]; + } + + if (remarksList.Count > 1) + { + ub.Field80_Remarks.Line2 = remarksList[1]; + } + + if (remarksList.Count > 2) + { + ub.Field80_Remarks.Line3 = remarksList[2]; + } + } + } + + if (claim.ProviderInfo != null) + { + ub.Field81a.Qualifier = "B3"; + ub.Field81a.Code1 = claim.ProviderInfo.Id; + } + + LimitFieldWidths(ub); + + return ub; + } + + private static void LimitFieldWidths(UB04Claim ub) + { + ub.Field02_PayToProvider.Line1 = SetStringLength(ub.Field02_PayToProvider.Line1, 28); + ub.Field02_PayToProvider.Line2 = SetStringLength(ub.Field02_PayToProvider.Line2, 28); + ub.Field02_PayToProvider.Line3 = SetStringLength(ub.Field02_PayToProvider.Line3, 28); + ub.Field02_PayToProvider.Line4 = SetStringLength(ub.Field02_PayToProvider.Line4, 28); + ub.Field03b_MedicalRecordNumber = SetStringLength(ub.Field03b_MedicalRecordNumber, 28); + ub.Field05_FederalTaxId = SetStringLength(ub.Field05_FederalTaxId, 10); + ub.Field08_PatientName_a = SetStringLength(ub.Field08_PatientName_a, 21); + ub.Field08_PatientName_b = SetStringLength(ub.Field08_PatientName_b, 33); + ub.Field09_PatientAddress.b_City = SetStringLength(ub.Field09_PatientAddress.b_City, 37); + ub.Field29_AccidentState = SetStringLength(ub.Field29_AccidentState, 2); + ub.Field38_ResponsibleParty.Line1 = SetStringLength(ub.Field38_ResponsibleParty.Line1, 49); + ub.Field38_ResponsibleParty.Line2 = SetStringLength(ub.Field38_ResponsibleParty.Line2, 49); + ub.Field38_ResponsibleParty.Line3 = SetStringLength(ub.Field38_ResponsibleParty.Line3, 49); + ub.Field38_ResponsibleParty.Line4 = SetStringLength(ub.Field38_ResponsibleParty.Line4, 49); + ub.Field56_NationalProviderIdentifier = SetStringLength(ub.Field56_NationalProviderIdentifier, 14); + ub.Field76_AttendingPhysician.Npi = SetStringLength(ub.Field76_AttendingPhysician.Npi, 11); + ub.Field76_AttendingPhysician.LastName = SetStringLength(ub.Field76_AttendingPhysician.LastName, 18); + ub.Field76_AttendingPhysician.FirstName = SetStringLength(ub.Field76_AttendingPhysician.FirstName, 12); + ub.Field76_AttendingPhysician.Identifier = SetStringLength(ub.Field76_AttendingPhysician.Identifier, 10); + ub.Field77_OperatingPhysician.Npi = SetStringLength(ub.Field77_OperatingPhysician.Npi, 11); + ub.Field77_OperatingPhysician.LastName = SetStringLength(ub.Field77_OperatingPhysician.LastName, 18); + ub.Field77_OperatingPhysician.FirstName = SetStringLength(ub.Field77_OperatingPhysician.FirstName, 12); + ub.Field77_OperatingPhysician.Identifier = SetStringLength(ub.Field77_OperatingPhysician.Identifier, 10); + + foreach (UB04ServiceLine line in ub.ServiceLines) + { + line.Field43_Description = SetStringLength(line.Field43_Description, 29); + } + } + + private static void SetOtherProviders(Provider provider, UB04Provider ub04Provider) + { + ub04Provider.Npi = SetStringLength(provider.Npi, 11); + if (provider.Name != null) + { + ub04Provider.LastName = SetStringLength(provider.Name.LastName, 18); + ub04Provider.FirstName = SetStringLength(provider.Name.FirstName, 12); + if (provider.Name.Type?.Identifier != null) + { + ub04Provider.ProviderQualifier = provider.Name.Type.Identifier; + } + } + + var id = provider.Identifications.FirstOrDefault(); + if (id != null) + { + ub04Provider.IdentifierQualifier = id.Qualifier; + ub04Provider.Identifier = SetStringLength(id.Id, 10); + } + } + + private static string SetStringLength(string source, int limit) + { + if (string.IsNullOrEmpty(source)) + { + return string.Empty; + } + + return source.Length > limit ? source.Substring(0, limit) : source; + } + + private static void SetBillingProviderAddressDetails(UB04Claim ub, Provider provider,SubmitterInfo submitterinfo) + { + if (provider?.Address == null) + { + return; + } + + string billingProviderAddress = string.IsNullOrEmpty(provider.Address.Line2) + ? provider.Address.Line1 + : string.Join(",", provider.Address.Line1, provider.Address.Line2); + + ub.Field01_BillingProvider.Line1 = SetStringLength(provider.Name.ToString(), 28); + ub.Field01_BillingProvider.Line2 = SetStringLength(billingProviderAddress, 28); + ub.Field01_BillingProvider.Line3 = SetStringLength(provider.Address.Locale, 28); + if (provider.Contacts.Count > 0 && provider.Contacts[0].Numbers.Count > 0) + { + ub.Field01_BillingProvider.Line4 = provider.Contacts[0].Numbers[0].Number; + } + + if (string.IsNullOrEmpty(ub.Field01_BillingProvider.Line4)) + { + if (submitterinfo?.Providers != null && + submitterinfo.Providers.Contacts.Count > 0 && + submitterinfo.Providers.Contacts[0].Numbers.Count > 0) + { + ub.Field01_BillingProvider.Line4 = submitterinfo.Providers.Contacts[0].Numbers[0].Number; + } + } + } + + private static List GetRemarksLineByLine(string remark) + { + var remarksList = new List(); + try + { + while (remark.Length > 27) + { + int index = remark.LastIndexOf(' ', 27); + if (index == -1) + { + index = 26; + remarksList.Add(remark.Substring(0, index + 1)); + remark = remark.Substring(index + 1, remark.Length - (index + 1)); + continue; + } + + remarksList.Add(remark.Substring(0, index)); + remark = remark.Substring(index + 1, remark.Length - (index + 1)); + } + + remarksList.Add(remark); + } + catch + { + } + + return remarksList; + } + + private static void SetOtherPayers(OtherSubscriberInformation subscriber, UB04Claim ub) + { + if (subscriber?.SubscriberInformation == null) + { + return; + } + + switch (subscriber.SubscriberInformation.PayerResponsibilitySequenceNumberCode) + { + case "P": + { + if (subscriber.OtherPayer != null) + { + ub.PayerA_Primary.Field50_PayerName = SetStringLength(subscriber.OtherPayer.Formatted(), 26); + ub.PayerA_Primary.Field51_HealthPlanId = SetStringLength(subscriber.OtherPayer.Identification.Id, 17); + if (!string.IsNullOrEmpty(subscriber.OtherPayer.PriorAuthorizationNumber)) + { + ub.Field63A_TreatmentAuthorizationCode = SetStringLength(subscriber.OtherPayer.PriorAuthorizationNumber, 34); + } + } + + ub.PayerA_Primary.Field52_ReleaseOfInfoCertIndicator = subscriber.ReleaseOfInformationCode; + ub.PayerA_Primary.Field53_AssignmentOfBenefitsCertIndicator = subscriber.BenefitsAssignmentCertificationIndicator; + ub.PayerA_Primary.Field54_PriorPayments = subscriber.PayorPaidAmount; + ub.PayerA_Primary.Field55_EstimatedAmountDue = subscriber.RemainingPatientLiability; + + ub.PayerA_Primary.Field58_InsuredsName = SetStringLength(subscriber.Name.Formatted(), 29); + ub.PayerA_Primary.Field59_PatientRelationship = subscriber.SubscriberInformation.IndividualRelationshipCode; + ub.PayerA_Primary.Field60_InsuredsUniqueId = SetStringLength(subscriber.Name.Identification.Id, 23); + ub.PayerA_Primary.Field61_GroupName = SetStringLength(subscriber.SubscriberInformation.Name, 17); + ub.PayerA_Primary.Field62_InsuredsGroupNumber = SetStringLength(subscriber.SubscriberInformation.ReferenceIdentification, 21); + break; + } + + case "S": + { + if (subscriber.OtherPayer != null) + { + ub.PayerB_Secondary.Field50_PayerName = SetStringLength(subscriber.OtherPayer.Formatted(), 26); + ub.PayerB_Secondary.Field51_HealthPlanId = SetStringLength(subscriber.OtherPayer.Identification.Id, 17); + if (!string.IsNullOrEmpty(subscriber.OtherPayer.PriorAuthorizationNumber)) + { + ub.Field63B_TreatmentAuthorizationCode = SetStringLength(subscriber.OtherPayer.PriorAuthorizationNumber, 34); + } + } + + ub.PayerB_Secondary.Field52_ReleaseOfInfoCertIndicator = subscriber.ReleaseOfInformationCode; + ub.PayerB_Secondary.Field53_AssignmentOfBenefitsCertIndicator = subscriber.BenefitsAssignmentCertificationIndicator; + ub.PayerB_Secondary.Field54_PriorPayments = subscriber.PayorPaidAmount; + ub.PayerB_Secondary.Field55_EstimatedAmountDue = subscriber.RemainingPatientLiability; + + ub.PayerB_Secondary.Field58_InsuredsName = SetStringLength(subscriber.Name.Formatted(), 29); + ub.PayerB_Secondary.Field59_PatientRelationship = subscriber.SubscriberInformation.IndividualRelationshipCode; + ub.PayerB_Secondary.Field60_InsuredsUniqueId = SetStringLength(subscriber.Name.Identification.Id, 23); + ub.PayerB_Secondary.Field61_GroupName = SetStringLength(subscriber.SubscriberInformation.Name, 17); + ub.PayerB_Secondary.Field62_InsuredsGroupNumber = SetStringLength(subscriber.SubscriberInformation.ReferenceIdentification, 21); + break; + } + + case "T": + { + if (subscriber.OtherPayer != null) + { + ub.PayerC_Tertiary.Field50_PayerName = SetStringLength(subscriber.OtherPayer.Formatted(), 26); + ub.PayerC_Tertiary.Field51_HealthPlanId = SetStringLength(subscriber.OtherPayer.Identification.Id, 17); + if (!string.IsNullOrEmpty(subscriber.OtherPayer.PriorAuthorizationNumber)) + { + ub.Field63C_TreatmentAuthorizationCode = SetStringLength(subscriber.OtherPayer.PriorAuthorizationNumber, 34); + } + } + + ub.PayerC_Tertiary.Field52_ReleaseOfInfoCertIndicator = subscriber.ReleaseOfInformationCode; + ub.PayerC_Tertiary.Field53_AssignmentOfBenefitsCertIndicator = subscriber.BenefitsAssignmentCertificationIndicator; + ub.PayerC_Tertiary.Field54_PriorPayments = subscriber.PayorPaidAmount; + ub.PayerC_Tertiary.Field55_EstimatedAmountDue = subscriber.RemainingPatientLiability; + + ub.PayerC_Tertiary.Field58_InsuredsName = SetStringLength(subscriber.Name.Formatted(), 29); + ub.PayerC_Tertiary.Field59_PatientRelationship = subscriber.SubscriberInformation.IndividualRelationshipCode; + ub.PayerC_Tertiary.Field60_InsuredsUniqueId = SetStringLength(subscriber.Name.Identification.Id, 23); + ub.PayerC_Tertiary.Field61_GroupName = SetStringLength(subscriber.SubscriberInformation.Name, 17); + ub.PayerC_Tertiary.Field62_InsuredsGroupNumber = SetStringLength(subscriber.SubscriberInformation.ReferenceIdentification, 21); + break; + } + } + } + + private static void SetCurrentPayer(Claim claim, UB04Claim ub) + { + if (claim.SubscriberInformation == null) + { + return; + } + + switch (claim.SubscriberInformation.PayerResponsibilitySequenceNumberCode) + { + case "P": + { + if (claim.Payer != null) + { + ub.PayerA_Primary.Field50_PayerName = SetStringLength(claim.Payer.Name.Formatted(), 26); + ub.PayerA_Primary.Field51_HealthPlanId = SetStringLength(claim.Payer.Name.Identification.Id, 17); + if (!string.IsNullOrEmpty(claim.PriorAuthorizationNumber)) + { + ub.Field63A_TreatmentAuthorizationCode = SetStringLength(claim.PriorAuthorizationNumber, 34); + } + } + + ub.PayerA_Primary.Field52_ReleaseOfInfoCertIndicator = claim.ReleaseOfInformationCode; + ub.PayerA_Primary.Field53_AssignmentOfBenefitsCertIndicator = claim.BenefitsAssignmentCertificationIndicator; + + ub.PayerA_Primary.Field58_InsuredsName = SetStringLength(claim.Subscriber.Name.Formatted(), 29); + ub.PayerA_Primary.Field59_PatientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; + + ub.PayerA_Primary.Field60_InsuredsUniqueId = SetStringLength(claim.Subscriber.MemberId, 23); + ub.PayerA_Primary.Field61_GroupName = SetStringLength(claim.SubscriberInformation.Name, 17); + ub.PayerA_Primary.Field62_InsuredsGroupNumber = SetStringLength(claim.SubscriberInformation.ReferenceIdentification, 21); + break; + } + + case "S": + { + if (claim.Payer != null) + { + ub.PayerB_Secondary.Field50_PayerName = SetStringLength(claim.Payer.Name.Formatted(), 26); + ub.PayerB_Secondary.Field51_HealthPlanId = SetStringLength(claim.Payer.Name.Identification.Id, 17); + if (!string.IsNullOrEmpty(claim.PriorAuthorizationNumber)) + { + ub.Field63B_TreatmentAuthorizationCode = SetStringLength(claim.PriorAuthorizationNumber, 34); + } + } + + ub.PayerB_Secondary.Field52_ReleaseOfInfoCertIndicator = claim.ReleaseOfInformationCode; + ub.PayerB_Secondary.Field53_AssignmentOfBenefitsCertIndicator = claim.BenefitsAssignmentCertificationIndicator; + + ub.PayerB_Secondary.Field58_InsuredsName = SetStringLength(claim.Subscriber.Name.Formatted(), 29); + ub.PayerB_Secondary.Field59_PatientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; + + ub.PayerB_Secondary.Field60_InsuredsUniqueId = SetStringLength(claim.Subscriber.MemberId, 23); + ub.PayerB_Secondary.Field61_GroupName = SetStringLength(claim.SubscriberInformation.Name, 17); + ub.PayerB_Secondary.Field62_InsuredsGroupNumber = SetStringLength(claim.SubscriberInformation.ReferenceIdentification, 21); + break; + } + + case "T": + { + if (claim.Payer != null) + { + ub.PayerC_Tertiary.Field50_PayerName = SetStringLength(claim.Payer.Name.Formatted(), 26); + ub.PayerC_Tertiary.Field51_HealthPlanId = SetStringLength(claim.Payer.Name.Identification.Id, 17); + if (!string.IsNullOrEmpty(claim.PriorAuthorizationNumber)) + { + ub.Field63C_TreatmentAuthorizationCode = SetStringLength(claim.PriorAuthorizationNumber, 34); + } + } + + ub.PayerC_Tertiary.Field52_ReleaseOfInfoCertIndicator = claim.ReleaseOfInformationCode; + ub.PayerC_Tertiary.Field53_AssignmentOfBenefitsCertIndicator = claim.BenefitsAssignmentCertificationIndicator; + + ub.PayerC_Tertiary.Field58_InsuredsName = SetStringLength(claim.Subscriber.Name.Formatted(), 29); + ub.PayerC_Tertiary.Field59_PatientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; + + ub.PayerC_Tertiary.Field60_InsuredsUniqueId = SetStringLength(claim.Subscriber.MemberId, 23); + ub.PayerC_Tertiary.Field61_GroupName = SetStringLength(claim.SubscriberInformation.Name, 17); + ub.PayerC_Tertiary.Field62_InsuredsGroupNumber = SetStringLength(claim.SubscriberInformation.ReferenceIdentification, 21); + break; + } + } + } + + private static string SetProcedureCodeWithModifiers(MedicalProcedure procedure) + { + if (procedure == null) + { + return string.Empty; + } + + var procedureCode = new StringBuilder(); + procedureCode.Append(procedure.ProcedureCode); + if (procedure.Modifier1 != null) + { + procedureCode.Append(" " + procedure.Modifier1); + } + + if (procedure.Modifier2 != null) + { + procedureCode.Append(" " + procedure.Modifier2); + } + + if (procedure.Modifier3 != null) + { + procedureCode.Append(" " + procedure.Modifier3); + } + + if (procedure.Modifier4 != null) + { + procedureCode.Append(" " + procedure.Modifier4); + } + + return procedureCode.ToString(); + } + + private static FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text, TextAlign textAlign = TextAlign.left) + { + decimal xScale = 0.08333m; + decimal yScale = 0.16667m; + var block = new FormBlock + { + TextAlign = textAlign, + Left = 0.06m + xScale * x, + Top = 0.06m + yScale * y, + Width = xScale * width, + Height = yScale * 1.1m, + Text = text + }; + page.Blocks.Add(block); + return block; + } + + public virtual List TransformUb04ToFormPages(UB04Claim ub04) + { + List pages = new List(); + int pageCount = 1 + ((ub04.ServiceLines.Count - 1) / 22); + FormPage page = null; + int pageIndex = 0; + for (int i = 0; i < ub04.ServiceLines.Count; i++) + { + if (i % 22 == 0) + { + page = new FormPage(); + pages.Add(page); + pageIndex++; + page.MasterReference = "ub04"; + page.ImagePath = this.formImagePath; + + // header + // Box 1 + AddBlock(page, 2, 1, 28, ub04.Field01_BillingProvider.Line1); + AddBlock(page, 2, 2, 28, ub04.Field01_BillingProvider.Line2); + AddBlock(page, 2, 3, 28, ub04.Field01_BillingProvider.Line3); + AddBlock(page, 2, 4, 28, ub04.Field01_BillingProvider.Line4); + + // Box 2 + AddBlock(page, 32, 1, 28, ub04.Field02_PayToProvider.Line1); + AddBlock(page, 32, 2, 28, ub04.Field02_PayToProvider.Line2); + AddBlock(page, 32, 3, 28, ub04.Field02_PayToProvider.Line3); + AddBlock(page, 32, 4, 28, ub04.Field02_PayToProvider.Line4); + + // Box 3 + AddBlock(page, 65, 1, 27, ub04.Field03a_PatientControlNumber); + AddBlock(page, 65, 2, 27, ub04.Field03b_MedicalRecordNumber); + + // Box 4 + AddBlock(page, 94, 2, 5, ub04.Field04_TypeOfBill); + + // Box 5 + AddBlock(page, 62, 4, 10, ub04.Field05_FederalTaxId); + + // Box 6 - Statement Covers Period + AddBlock(page, 74, 4, 9, ub04.Field06_StatementCoversPeriod.FromDate); + AddBlock(page, 82, 4, 9, ub04.Field06_StatementCoversPeriod.ThroughDate); + + // Box 7 - Blank + AddBlock(page, 91, 3, 8, ub04.Field07.Line1); + AddBlock(page, 91, 4, 8, ub04.Field07.Line2); + + // Box 8 + AddBlock(page, 15, 5, 21, ub04.Field08_PatientName_a); + AddBlock(page, 3, 6, 33, ub04.Field08_PatientName_b); + + // Box 9 + AddBlock(page, 51, 5, 48, ub04.Field09_PatientAddress.a_Street); + AddBlock(page, 39, 6, 37, ub04.Field09_PatientAddress.b_City); + AddBlock(page, 78, 6, 2, ub04.Field09_PatientAddress.c_State); + AddBlock(page, 83, 6, 10, ub04.Field09_PatientAddress.d_PostalCode); + AddBlock(page, 96, 6, 3, ub04.Field09_PatientAddress.e_CountryCode); + + // Box 10 + AddBlock(page, 2, 8, 8, ub04.Field10_Birthdate); + + // Box 11 + AddBlock(page, 13, 8, 1, ub04.Field11_Sex); + + // Box 12-15 + AddBlock(page, 16, 8, 6, ub04.Field12_AdmissionDate); + AddBlock(page, 23, 8, 2, ub04.Field13_AdmissionHour); + AddBlock(page, 27, 8, 2, ub04.Field14_AdmissionType); + AddBlock(page, 30, 8, 2, ub04.Field15_AdmissionSource); + + // Box 16 + AddBlock(page, 34, 8, 2, ub04.Field16_DischargeHour); + + // Box 17 + AddBlock(page, 38, 8, 2, ub04.Field17_DischargeStatus); + + // Box 18 - 28 Condition Codes + AddBlock(page, 41, 8, 2, ub04.Field18_ConditionCode01); + AddBlock(page, 45, 8, 2, ub04.Field19_ConditionCode02); + AddBlock(page, 48, 8, 2, ub04.Field20_ConditionCode03); + AddBlock(page, 52, 8, 2, ub04.Field21_ConditionCode04); + AddBlock(page, 56, 8, 2, ub04.Field22_ConditionCode05); + AddBlock(page, 59, 8, 2, ub04.Field23_ConditionCode06); + AddBlock(page, 63, 8, 2, ub04.Field24_ConditionCode07); + AddBlock(page, 66, 8, 2, ub04.Field25_ConditionCode08); + AddBlock(page, 70, 8, 2, ub04.Field26_ConditionCode09); + AddBlock(page, 73.5m, 8, 2, ub04.Field27_ConditionCode10); + AddBlock(page, 77, 8, 2, ub04.Field28_ConditionCode11); + + // Box 29 + AddBlock(page, 81, 8, 2, ub04.Field29_AccidentState); + + // Box 30 + AddBlock(page, 85, 8, 14, ub04.Field30); + + // Box 31 + AddBlock(page, 2, 10, 2, ub04.Field31a_Occurrence.Code); + AddBlock(page, 6, 10, 6, ub04.Field31a_Occurrence.Date); + AddBlock(page, 2, 11, 2, ub04.Field31b_Occurrence.Code); + AddBlock(page, 6, 11, 6, ub04.Field31b_Occurrence.Date); + + // Box 32 + AddBlock(page, 14, 10, 2, ub04.Field32a_Occurrence.Code); + AddBlock(page, 18, 10, 6, ub04.Field32a_Occurrence.Date); + AddBlock(page, 14, 11, 2, ub04.Field32b_Occurrence.Code); + AddBlock(page, 18, 11, 6, ub04.Field32b_Occurrence.Date); + + // Box 33 + AddBlock(page, 26, 10, 2, ub04.Field33a_Occurrence.Code); + AddBlock(page, 30, 10, 6, ub04.Field33a_Occurrence.Date); + AddBlock(page, 26, 11, 2, ub04.Field33b_Occurrence.Code); + AddBlock(page, 30, 11, 6, ub04.Field33b_Occurrence.Date); + + // Box 34 + AddBlock(page, 38, 10, 2, ub04.Field34a_Occurrence.Code); + AddBlock(page, 41, 10, 6, ub04.Field34a_Occurrence.Date); + AddBlock(page, 38, 11, 2, ub04.Field34b_Occurrence.Code); + AddBlock(page, 41, 11, 6, ub04.Field34b_Occurrence.Date); + + // Box 35 + AddBlock(page, 50, 10, 2, ub04.Field35a_OccurrenceSpan.Code); + AddBlock(page, 53, 10, 6, ub04.Field35a_OccurrenceSpan.FromDate); + AddBlock(page, 62, 10, 6, ub04.Field35a_OccurrenceSpan.ThroughDate); + AddBlock(page, 50, 11, 2, ub04.Field35b_OccurrenceSpan.Code); + AddBlock(page, 53, 11, 6, ub04.Field35b_OccurrenceSpan.FromDate); + AddBlock(page, 62, 11, 6, ub04.Field35b_OccurrenceSpan.ThroughDate); + + // Box 36 + AddBlock(page, 70, 10, 2, ub04.Field36a_OccurrenceSpan.Code); + AddBlock(page, 74, 10, 6, ub04.Field36a_OccurrenceSpan.FromDate); + AddBlock(page, 82, 10, 6, ub04.Field36a_OccurrenceSpan.ThroughDate); + AddBlock(page, 70, 11, 2, ub04.Field36b_OccurrenceSpan.Code); + AddBlock(page, 74, 11, 6, ub04.Field36b_OccurrenceSpan.FromDate); + AddBlock(page, 82, 11, 6, ub04.Field36b_OccurrenceSpan.ThroughDate); + + // Box 37 - Blank + AddBlock(page, 90, 10, 9, ub04.Field37.Line1); + AddBlock(page, 90, 11, 9, ub04.Field37.Line2); + + // Box 38 - Responsible Party + AddBlock(page, 2, 12, 48, ub04.Field38_ResponsibleParty.Line1); + AddBlock(page, 2, 13, 48, ub04.Field38_ResponsibleParty.Line2); + AddBlock(page, 2, 14, 48, ub04.Field38_ResponsibleParty.Line3); + AddBlock(page, 2, 15, 48, ub04.Field38_ResponsibleParty.Line4); + AddBlock(page, 2, 16, 48, ub04.Field38_ResponsibleParty.Line5); + + // Box 39 - Value Codes + AddBlock(page, 53, 13, 2, ub04.Field39a_Value.Code); + AddBlock(page, 57, 13, 12, $"{ub04.Field39a_Value.Amount:0.00}".Replace('.', ' '), TextAlign.right); + AddBlock(page, 53, 14, 2, ub04.Field39b_Value.Code); + AddBlock(page, 57, 14, 12, $"{ub04.Field39b_Value.Amount:0.00}".Replace('.', ' '), TextAlign.right); + AddBlock(page, 53, 15, 2, ub04.Field39c_Value.Code); + AddBlock(page, 57, 15, 12, $"{ub04.Field39c_Value.Amount:0.00}".Replace('.', ' '), TextAlign.right); + AddBlock(page, 53, 16, 2, ub04.Field39d_Value.Code); + AddBlock(page, 57, 16, 12, $"{ub04.Field39d_Value.Amount:0.00}".Replace('.', ' '), TextAlign.right); + + // Box 40 + AddBlock(page, 69, 13, 2, ub04.Field40a_Value.Code); + AddBlock(page, 72.5m, 13, 12, string.Format("{0:0.00}", ub04.Field40a_Value.Amount).Replace('.', ' '), TextAlign.right); + AddBlock(page, 69, 14, 2, ub04.Field40b_Value.Code); + AddBlock(page, 72.5m, 14, 12, string.Format("{0:0.00}", ub04.Field40b_Value.Amount).Replace('.', ' '), TextAlign.right); + AddBlock(page, 69, 15, 2, ub04.Field40c_Value.Code); + AddBlock(page, 72.5m, 15, 12, string.Format("{0:0.00}", ub04.Field40c_Value.Amount).Replace('.', ' '), TextAlign.right); + AddBlock(page, 69, 16, 2, ub04.Field40d_Value.Code); + AddBlock(page, 72.5m, 16, 12, string.Format("{0:0.00}", ub04.Field40d_Value.Amount).Replace('.', ' '), TextAlign.right); + + // Box 41 - Value Codes + AddBlock(page, 84, 13, 2, ub04.Field41a_Value.Code); + AddBlock(page, 88, 13, 12, string.Format("{0:0.00}", ub04.Field41a_Value.Amount).Replace('.', ' '), TextAlign.right); + AddBlock(page, 84, 14, 2, ub04.Field41b_Value.Code); + AddBlock(page, 88, 14, 12, string.Format("{0:0.00}", ub04.Field41b_Value.Amount).Replace('.', ' '), TextAlign.right); + AddBlock(page, 84, 15, 2, ub04.Field41c_Value.Code); + AddBlock(page, 88, 15, 12, string.Format("{0:0.00}", ub04.Field41c_Value.Amount).Replace('.', ' '), TextAlign.right); + AddBlock(page, 84, 16, 2, ub04.Field41d_Value.Code); + AddBlock(page, 88, 16, 12, string.Format("{0:0.00}", ub04.Field41d_Value.Amount).Replace('.', ' '), TextAlign.right); + } + + // service lines + decimal y = 18 + (i % 22); + var line = ub04.ServiceLines[i]; + + // Box 42 - 49 - Service Lines + AddBlock(page, 2, y, 4, line.Field42_RevenueCode); + AddBlock(page, 7, y, 29, line.Field43_Description); + AddBlock(page, 37, y, 17, line.Field44_ProcedureCodes); + AddBlock(page, 56, y, 6, line.Field45_ServiceDate); + AddBlock(page, 64, y, 9, line.Field46_ServiceUnits, TextAlign.right); + + AddBlock(page, 74, y, 11, string.Format("{0:0.00}", line.Field47_TotalCharges).Replace('.', ' '), TextAlign.right); + AddBlock(page, 86, y, 11, string.Format("{0:0.00}", line.Field48_NonCoveredCharges).Replace('.', ' '), TextAlign.right); + AddBlock(page, 97, y, 2, line.Field49); + + // Footer + if (i % 22 == 21 || i == ub04.ServiceLines.Count - 1) + { + AddBlock(page, 13, 40, 3, pageIndex.ToString(), TextAlign.right); + AddBlock(page, 20, 40, 3, pageCount.ToString(), TextAlign.right); + if (this.PerPageTotalChargesView) + { + int lowIndex; + if (i % 22 == 21) + { + lowIndex = i - 21; + } + else + { + lowIndex = i - (i % 22); + } + + decimal? pageCharges = 0; + decimal? nonCoveredCharges = 0; + for (int x = i; x >= lowIndex; x--) + { + if (ub04.ServiceLines[x].Field47_TotalCharges != null) + { + pageCharges += ub04.ServiceLines[x].Field47_TotalCharges; + } + + if (ub04.ServiceLines[x].Field48_NonCoveredCharges != null) + { + nonCoveredCharges += ub04.ServiceLines[x].Field48_NonCoveredCharges; + } + } + + AddBlock(page, 74, 40, 11, string.Format("{0:0.00}", pageCharges).Replace('.', ' '), TextAlign.right); + AddBlock(page, 86, 40, 11, string.Format("{0:0.00}", nonCoveredCharges).Replace('.', ' '), TextAlign.right); + } + else + { + if (pageIndex == pageCount) + { + AddBlock(page, 74, 40, 11, string.Format("{0:0.00}", ub04.Field47_Line23_TotalCharges).Replace('.', ' '), TextAlign.right); + AddBlock(page, 86, 40, 11, string.Format("{0:0.00}", ub04.Field48_Line23_NonCoveredCharges).Replace('.', ' '), TextAlign.right); + } + } + + // Box 50 + AddBlock(page, 2, 42, 26, ub04.PayerA_Primary.Field50_PayerName); + AddBlock(page, 2, 43, 26, ub04.PayerB_Secondary.Field50_PayerName); + AddBlock(page, 2, 44, 26, ub04.PayerC_Tertiary.Field50_PayerName); + + // Box 51 + AddBlock(page, 29, 42, 17, ub04.PayerA_Primary.Field51_HealthPlanId); + AddBlock(page, 29, 43, 17, ub04.PayerB_Secondary.Field51_HealthPlanId); + AddBlock(page, 29, 44, 17, ub04.PayerC_Tertiary.Field51_HealthPlanId); + + // Box 52 - Release of Info + AddBlock(page, 46.5m, 42, 2, ub04.PayerA_Primary.Field52_ReleaseOfInfoCertIndicator); + AddBlock(page, 46.5m, 43, 2, ub04.PayerB_Secondary.Field52_ReleaseOfInfoCertIndicator); + AddBlock(page, 46.5m, 44, 2, ub04.PayerC_Tertiary.Field52_ReleaseOfInfoCertIndicator); + + // Box 53 + AddBlock(page, 50, 42, 2, ub04.PayerA_Primary.Field53_AssignmentOfBenefitsCertIndicator); + AddBlock(page, 50, 43, 2, ub04.PayerB_Secondary.Field53_AssignmentOfBenefitsCertIndicator); + AddBlock(page, 50, 44, 2, ub04.PayerC_Tertiary.Field53_AssignmentOfBenefitsCertIndicator); + + // Box 54 + AddBlock(page, 54.25m, 42, 11, string.Format("{0:0.00}", ub04.PayerA_Primary.Field54_PriorPayments).Replace('.', ' '), TextAlign.right); + AddBlock(page, 54.25m, 43, 11, string.Format("{0:0.00}", ub04.PayerB_Secondary.Field54_PriorPayments).Replace('.', ' '), TextAlign.right); + AddBlock(page, 54.25m, 44, 11, string.Format("{0:0.00}", ub04.PayerC_Tertiary.Field54_PriorPayments).Replace('.', ' '), TextAlign.right); + + // Box 55 + AddBlock(page, 66.5m, 42, 12, string.Format("{0:0.00}", ub04.PayerA_Primary.Field55_EstimatedAmountDue).Replace('.', ' '), TextAlign.right); + AddBlock(page, 66.5m, 43, 12, string.Format("{0:0.00}", ub04.PayerB_Secondary.Field55_EstimatedAmountDue).Replace('.', ' '), TextAlign.right); + AddBlock(page, 66.5m, 44, 12, string.Format("{0:0.00}", ub04.PayerC_Tertiary.Field55_EstimatedAmountDue).Replace('.', ' '), TextAlign.right); + + // Box 56 + AddBlock(page, 85, 41, 10, ub04.Field56_NationalProviderIdentifier); + + // Box 57 + AddBlock(page, 82, 42, 17, ub04.Field57_OtherProviderIdA); + AddBlock(page, 82, 43, 17, ub04.Field57_OtherProviderIdB); + AddBlock(page, 82, 44, 17, ub04.Field57_OtherProviderIdC); + + // Box 58 + AddBlock(page, 2, 46, 29, ub04.PayerA_Primary.Field58_InsuredsName); + AddBlock(page, 2, 47, 29, ub04.PayerB_Secondary.Field58_InsuredsName); + AddBlock(page, 2, 48, 29, ub04.PayerC_Tertiary.Field58_InsuredsName); + + // Box 59 + AddBlock(page, 33, 46, 2, ub04.PayerA_Primary.Field59_PatientRelationship); + AddBlock(page, 33, 47, 2, ub04.PayerB_Secondary.Field59_PatientRelationship); + AddBlock(page, 33, 48, 2, ub04.PayerC_Tertiary.Field59_PatientRelationship); + + // Box 60 + AddBlock(page, 36, 46, 23, ub04.PayerA_Primary.Field60_InsuredsUniqueId); + AddBlock(page, 36, 47, 23, ub04.PayerB_Secondary.Field60_InsuredsUniqueId); + AddBlock(page, 36, 48, 23, ub04.PayerC_Tertiary.Field60_InsuredsUniqueId); + + // Box 61 + AddBlock(page, 60, 46, 17, ub04.PayerA_Primary.Field61_GroupName); + AddBlock(page, 60, 47, 17, ub04.PayerB_Secondary.Field61_GroupName); + AddBlock(page, 60, 48, 17, ub04.PayerC_Tertiary.Field61_GroupName); + + // Box 62 + AddBlock(page, 78, 46, 21, ub04.PayerA_Primary.Field62_InsuredsGroupNumber); + AddBlock(page, 78, 47, 21, ub04.PayerB_Secondary.Field62_InsuredsGroupNumber); + AddBlock(page, 78, 48, 21, ub04.PayerC_Tertiary.Field62_InsuredsGroupNumber); + + // Box 63 + AddBlock(page, 2, 50, 35, ub04.Field63A_TreatmentAuthorizationCode); + AddBlock(page, 2, 51, 35, ub04.Field63B_TreatmentAuthorizationCode); + AddBlock(page, 2, 52, 35, ub04.Field63C_TreatmentAuthorizationCode); + + // Box 64 - Document Control Number + AddBlock(page, 39, 50, 30, ub04.Field64A_DocumentControlNumber); + AddBlock(page, 39, 51, 30, ub04.Field64B_DocumentControlNumber); + AddBlock(page, 39, 52, 30, ub04.Field64C_DocumentControlNumber); + + // Box 65 - Employer Name + AddBlock(page, 70, 50, 29, ub04.Field65a_EmployerName); + AddBlock(page, 70, 51, 29, ub04.Field65b_EmployerName); + AddBlock(page, 70, 52, 29, ub04.Field65c_EmployerName); + + // Box 66 - ICD Version + AddBlock(page, 1, 54, 1, ub04.Field66_Version); + + // Box 67 - Primary Diagnosis + AddBlock(page, 3, 53, 6, ub04.Field67_PrincipleDiagnosis.Code); + AddBlock(page, 10.5m, 53, 1, ub04.Field67_PrincipleDiagnosis.PresentOnAdmissionIndicator); + + // Box 67A + AddBlock(page, 13, 53, 6, ub04.Field67A_Diagnosis.Code); + AddBlock(page, 20, 53, 1, ub04.Field67A_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67B + AddBlock(page, 22, 53, 6, ub04.Field67B_Diagnosis.Code); + AddBlock(page, 29.75m, 53, 1, ub04.Field67B_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67C + AddBlock(page, 32, 53, 6, ub04.Field67C_Diagnosis.Code); + AddBlock(page, 39.25m, 53, 1, ub04.Field67C_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67D + AddBlock(page, 42, 53, 6, ub04.Field67D_Diagnosis.Code); + AddBlock(page, 49m, 53, 1, ub04.Field67D_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67E + AddBlock(page, 51, 53, 6, ub04.Field67E_Diagnosis.Code); + AddBlock(page, 58.5m, 53, 1, ub04.Field67E_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67F + AddBlock(page, 61, 53, 6, ub04.Field67F_Diagnosis.Code); + AddBlock(page, 68m, 53, 1, ub04.Field67F_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67G + AddBlock(page, 70, 53, 6, ub04.Field67G_Diagnosis.Code); + AddBlock(page, 77.75m, 53, 1, ub04.Field67G_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67H + AddBlock(page, 80, 53, 6, ub04.Field67H_Diagnosis.Code); + AddBlock(page, 87.25m, 53, 1, ub04.Field67H_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67I + AddBlock(page, 3, 54, 6, ub04.Field67I_Diagnosis.Code); + AddBlock(page, 10.5m, 54, 1, ub04.Field67I_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67J + AddBlock(page, 13, 54, 6, ub04.Field67J_Diagnosis.Code); + AddBlock(page, 20, 54, 1, ub04.Field67J_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67K + AddBlock(page, 22, 54, 6, ub04.Field67K_Diagnosis.Code); + AddBlock(page, 29.75m, 54, 1, ub04.Field67K_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67L + AddBlock(page, 32, 54, 6, ub04.Field67L_Diagnosis.Code); + AddBlock(page, 39.25m, 54, 1, ub04.Field67L_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67M + AddBlock(page, 42, 54, 6, ub04.Field67M_Diagnosis.Code); + AddBlock(page, 49m, 54, 1, ub04.Field67M_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67N + AddBlock(page, 51, 54, 6, ub04.Field67N_Diagnosis.Code); + AddBlock(page, 58.5m, 54, 1, ub04.Field67N_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67O + AddBlock(page, 61, 54, 6, ub04.Field67O_Diagnosis.Code); + AddBlock(page, 68m, 54, 1, ub04.Field67O_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67P + AddBlock(page, 70, 54, 6, ub04.Field67P_Diagnosis.Code); + AddBlock(page, 77.75m, 54, 1, ub04.Field67P_Diagnosis.PresentOnAdmissionIndicator); + + // Box 67Q + AddBlock(page, 80, 54, 6, ub04.Field67Q_Diagnosis.Code); + AddBlock(page, 87.25m, 54, 1, ub04.Field67Q_Diagnosis.PresentOnAdmissionIndicator); + + // Box 68 + AddBlock(page, 90, 53, 9, ub04.Field68.Line1); + AddBlock(page, 90, 54, 9, ub04.Field68.Line2); + + // Box 69 - Admitting Diagnosis + AddBlock(page, 6, 55, 6, ub04.Field69_AdmittingDiagnosisCode.Code); + + // Box 70 - Patient Reason Diagnosis + AddBlock(page, 21, 55, 6, ub04.Field70a_PatientReasonDiagnosisCode.Code); + AddBlock(page, 29, 55, 6, ub04.Field70b_PatientReasonDiagnosisCode.Code); + AddBlock(page, 38, 55, 6, ub04.Field70c_PatientReasonDiagnosisCode.Code); + + // Box 71 - PPS Code + AddBlock(page, 51, 55, 5, ub04.Field71_PPSCode); + + // Box 72 - External Cause of Injury + AddBlock(page, 59, 55, 6, ub04.Field72a_ExternalCauseOfInjury.Code); + AddBlock(page, 67m, 55, 1, ub04.Field72a_ExternalCauseOfInjury.PresentOnAdmissionIndicator); + AddBlock(page, 69, 55, 6, ub04.Field72b_ExternalCauseOfInjury.Code); + AddBlock(page, 76.75m, 55, 1, ub04.Field72b_ExternalCauseOfInjury.PresentOnAdmissionIndicator); + AddBlock(page, 79, 55, 6, ub04.Field72c_ExternalCauseOfInjury.Code); + AddBlock(page, 86.25m, 55, 1, ub04.Field72c_ExternalCauseOfInjury.PresentOnAdmissionIndicator); + + // Box 73 - Blank + AddBlock(page, 89, 55, 10, ub04.Field73); + + // Box 74 + AddBlock(page, 2, 57, 8, ub04.Field74_PrincipalProcedure.Code); + AddBlock(page, 12, 57, 6, ub04.Field74_PrincipalProcedure.Date); + AddBlock(page, 20, 57, 8, ub04.Field74a_OtherProcedure.Code); + AddBlock(page, 29, 57, 6, ub04.Field74a_OtherProcedure.Date); + AddBlock(page, 38, 57, 8, ub04.Field74b_OtherProcedure.Code); + AddBlock(page, 48, 57, 6, ub04.Field74b_OtherProcedure.Date); + AddBlock(page, 2, 59, 8, ub04.Field74c_OtherProcedure.Code); + AddBlock(page, 12, 59, 6, ub04.Field74c_OtherProcedure.Date); + AddBlock(page, 20, 59, 8, ub04.Field74d_OtherProcedure.Code); + AddBlock(page, 29, 59, 6, ub04.Field74d_OtherProcedure.Date); + AddBlock(page, 38, 59, 8, ub04.Field74e_OtherProcedure.Code); + AddBlock(page, 48, 59, 6, ub04.Field74e_OtherProcedure.Date); + + // Box 75 + AddBlock(page, 56, 56, 4, ub04.Field75.Line1); + AddBlock(page, 56, 57, 4, ub04.Field75.Line2); + AddBlock(page, 56, 58, 4, ub04.Field75.Line3); + AddBlock(page, 56, 59, 4, ub04.Field75.Line4); + + // Box 76 + AddBlock(page, 72, 56, 10, ub04.Field76_AttendingPhysician.Npi); + AddBlock(page, 86, 56, 2, ub04.Field76_AttendingPhysician.IdentifierQualifier); + AddBlock(page, 89, 56, 10, ub04.Field76_AttendingPhysician.Identifier); + AddBlock(page, 64, 57, 18, ub04.Field76_AttendingPhysician.LastName); + AddBlock(page, 86, 57, 13, ub04.Field76_AttendingPhysician.FirstName); + + // Box 77 + AddBlock(page, 72, 58, 10, ub04.Field77_OperatingPhysician.Npi); + AddBlock(page, 86, 58, 2, ub04.Field77_OperatingPhysician.IdentifierQualifier); + AddBlock(page, 89, 58, 10, ub04.Field77_OperatingPhysician.Identifier); + AddBlock(page, 64, 59, 18, ub04.Field77_OperatingPhysician.LastName); + AddBlock(page, 86, 59, 13, ub04.Field77_OperatingPhysician.FirstName); + + // Box 78 + AddBlock(page, 72, 60, 10, ub04.Field78_OtherProvider.Npi); + AddBlock(page, 67, 60, 2, ub04.Field78_OtherProvider.ProviderQualifier); + AddBlock(page, 86, 60, 2, ub04.Field78_OtherProvider.IdentifierQualifier); + AddBlock(page, 89, 60, 10, ub04.Field78_OtherProvider.Identifier); + AddBlock(page, 64, 61, 18, ub04.Field78_OtherProvider.LastName); + AddBlock(page, 86, 61, 13, ub04.Field78_OtherProvider.FirstName); + + // Box 79 + AddBlock(page, 72, 62, 10, ub04.Field79_OtherProvider.Npi); + AddBlock(page, 67, 62, 2, ub04.Field79_OtherProvider.ProviderQualifier); + AddBlock(page, 86, 62, 2, ub04.Field79_OtherProvider.IdentifierQualifier); + AddBlock(page, 89, 62, 10, ub04.Field79_OtherProvider.Identifier); + AddBlock(page, 64, 63, 18, ub04.Field79_OtherProvider.LastName); + AddBlock(page, 86, 63, 13, ub04.Field79_OtherProvider.FirstName); + + // Box 80 + AddBlock(page, 2, 61, 27, ub04.Field80_Remarks.Line1); + AddBlock(page, 2, 62, 27, ub04.Field80_Remarks.Line2); + AddBlock(page, 2, 63, 27, ub04.Field80_Remarks.Line3); + + // Box 81 + AddBlock(page, 32, 60, 2, ub04.Field81a.Qualifier); + AddBlock(page, 35, 60, 10, ub04.Field81a.Code1); + AddBlock(page, 48, 60, 12, ub04.Field81a.Code2); + AddBlock(page, 32, 61, 2, ub04.Field81b.Qualifier); + AddBlock(page, 35, 61, 10, ub04.Field81b.Code1); + AddBlock(page, 48, 61, 12, ub04.Field81b.Code2); + AddBlock(page, 32, 62, 2, ub04.Field81c.Qualifier); + AddBlock(page, 35, 62, 10, ub04.Field81c.Code1); + AddBlock(page, 48, 62, 12, ub04.Field81c.Code2); + AddBlock(page, 32, 63, 2, ub04.Field81d.Qualifier); + AddBlock(page, 35, 63, 10, ub04.Field81d.Code1); + AddBlock(page, 48, 63, 12, ub04.Field81d.Code2); + + // reorder by locations; + page.Blocks = page.Blocks.OrderBy(bl => bl.Top).ToList(); + } + } + + return pages; + } + + public List TransformClaimToClaimFormFoXml(Claim claim) + { + UB04Claim ub04 = this.TransformClaimToUB04(claim); + return this.TransformUb04ToFormPages(ub04); + } + } } \ No newline at end of file diff --git a/src/X12.Hipaa/Claims/Services/LocalExtensions.cs b/src/X12.Hipaa/Claims/Services/LocalExtensions.cs new file mode 100644 index 00000000..b5809701 --- /dev/null +++ b/src/X12.Hipaa/Claims/Services/LocalExtensions.cs @@ -0,0 +1,27 @@ +namespace X12.Hipaa.Claims.Services +{ + using System.Text; + + /// + /// Locally used extension methods + /// + public static class LocalExtensions + { + /// + /// Repeats the provided value as many times indicated by count + /// + /// Character to be repeated + /// Number of times to repeat the value + /// String of repeated value + public static string Repeat(this char value, int count) + { + var builder = new StringBuilder(); + for (int i = 0; i < count; i++) + { + builder.Append(value); + } + + return builder.ToString(); + } + } +} diff --git a/src/X12.Hipaa/Claims/Services/ProfessionalClaimToHcfa1500FormTransformation.cs b/src/X12.Hipaa/Claims/Services/ProfessionalClaimToHcfa1500FormTransformation.cs new file mode 100644 index 00000000..fb51a4e0 --- /dev/null +++ b/src/X12.Hipaa/Claims/Services/ProfessionalClaimToHcfa1500FormTransformation.cs @@ -0,0 +1,978 @@ +namespace X12.Hipaa.Claims.Services +{ + using System; + using System.Collections.Generic; + using System.Linq; + + using X12.Hipaa.Claims.Forms; + using X12.Hipaa.Claims.Forms.Professional; + using X12.Hipaa.Enums; + + /// + /// Provides a transformer for objects to HCFA1500 claims + /// + public class ProfessionalClaimToHcfa1500FormTransformation : ClaimTransformationService, IClaimToClaimFormTransfomation + { + private readonly string formImagePath; + + /// + /// Initializes a new instance of the class + /// + /// Form image path to be transformed + public ProfessionalClaimToHcfa1500FormTransformation(string formImagePath) + { + this.formImagePath = formImagePath; + } + + /// + /// Takes a generic claim object stream parameter and maps properties to + /// corresponding properties in the HCFA 1500 claim. + /// Follows crosswalk published at http://www.nucc.org/images/stories/PDF/1500_form_map_to_837p_4010a1_v1-0_112008.pdf + /// + /// to be transformed + /// HCFA1500 claim + public virtual HCFA1500Claim TransformClaimToHcfa1500(Claim claim) + { + var hcfa = new HCFA1500Claim(); + + if (claim == null) + { + hcfa.Field24_ServiceLines = new List + { + new HCFA1500ServiceLine() + }; + return hcfa; + } + + string indicatorCode = null; + if (claim.SubscriberInformation?.ClaimFilingIndicatorCode != null) + { + indicatorCode = claim.SubscriberInformation.ClaimFilingIndicatorCode; + } + + switch (indicatorCode) + { + case "CH": + hcfa.Field01_TypeOfCoverageIsTricareChampus = true; + break; + case "MB": + hcfa.Field01_TypeOfCoverageIsMedicare = true; + break; + case "MC": + hcfa.Field01_TypeOfCoverageIsMedicaid = true; + break; + case "VA": + hcfa.Field01_TypeOfCoverageIsChampVa = true; + break; + default: + if (claim.SubscriberInformation?.ClaimFilingIndicatorCode != null) + { + hcfa.Field01_TypeOfCoverageIsOther = true; + } + + break; + } + + // XXX: I don't see any code corresponding to FECA Black Lung in the 837P standard + hcfa.Field01_TypeOfCoverageIsFECABlkLung = false; + hcfa.Field01_TypeOfCoverageIsGroupHealthPlan = false; + + ClaimMember patient = claim.Patient ?? claim.Subscriber; + ClaimMember subscriber = claim.Subscriber; + + if (!string.IsNullOrEmpty(patient.MemberId)) + { + hcfa.Field01a_InsuredsIDNumber = patient.MemberId; + } + else if (!string.IsNullOrEmpty(patient?.Name?.Identification.Id)) + { + hcfa.Field01a_InsuredsIDNumber = patient.Name.Identification.Id; + } + else if (!string.IsNullOrEmpty(subscriber.MemberId)) + { + hcfa.Field01a_InsuredsIDNumber = subscriber.MemberId; + } + else if (!string.IsNullOrEmpty(subscriber?.Name?.Identification.Id)) + { + hcfa.Field01a_InsuredsIDNumber = subscriber.Name.Identification.Id; + } + + hcfa.Field01a_InsuredsIDNumber = hcfa.Field01a_InsuredsIDNumber; + + // Patient Name + if (patient.Name != null) + { + hcfa.Field02_PatientsName = patient.Name.Formatted(); + } + + // patient birthdate + if (patient.DateOfBirth != null) + { + hcfa.Field03_PatientsDateOfBirth = FormatFormDate(patient.DateOfBirth); + } + + hcfa.Field03_PatientsSexFemale = patient.Gender == Gender.Female; + hcfa.Field03_PatientsSexMale = patient.Gender == Gender.Male; + + if (subscriber.Name != null) + { + hcfa.Field04_InsuredsName = subscriber.Name.Formatted(); + } + + // Patient Address + if (patient.Address != null) + { + hcfa.Field05_PatientsAddress_Street = $"{patient.Address.Line1} {patient.Address.Line2}".TrimEnd(); + hcfa.Field05_PatientsAddress_City = patient.Address.City; + hcfa.Field05_PatientsAddress_State = patient.Address.StateCode; + hcfa.Field05_PatientsAddress_Zip = patient.Address.PostalCode; + } + + // Relationship information from https://www.cahabagba.com/part_b/msp/Providers_Electronic_Billing_Instructions.htm + string patientRelationship = string.Empty; + if (claim.Patient?.Relationship != null) + { + patientRelationship = claim.Patient.Relationship.Code; + } + else if (claim.SubscriberInformation != null) + { + patientRelationship = claim.SubscriberInformation.IndividualRelationshipCode; + } + + switch (patientRelationship) + { + case "01": + hcfa.Field06_PatientRelationshipToInsuredIsSpouseOf = true; + break; + case "19": + hcfa.Field06_PatientRelationshipToInsuredIsChildOf = true; + break; + case "18": + hcfa.Field06_PatientRelationshipToInsuredIsSelf = true; + break; + default: + if (claim.SubscriberInformation?.ClaimFilingIndicatorCode != null) + { + hcfa.Field06_PatientRelationshipToInsuredIsOther = true; + } + + break; + } + + if (subscriber.Address != null) + { + hcfa.Field07_InsuredsAddress_Street = subscriber.Address.Line1; + hcfa.Field07_InsuredsAddress_City = subscriber.Address.City; + hcfa.Field07_InsuredsAddress_State = subscriber.Address.StateCode; + hcfa.Field07_InsuredsAddress_Zip = subscriber.Address.PostalCode; + } + + // Not present on 837P + hcfa.Field07_InsuredsAreaCode = string.Empty; + hcfa.Field07_InsuredsPhoneNumber = string.Empty; + + // Not present on 837P + hcfa.Field08_PatientStatusIsEmployed = false; + hcfa.Field08_PatientStatusIsFullTimeStudent = false; + hcfa.Field08_PatientStatusIsMarried = false; + hcfa.Field08_PatientStatusIsOther = false; + hcfa.Field08_PatientStatusIsPartTimeStudent = false; + hcfa.Field08_PatientStatusIsSingle = false; + + OtherSubscriberInformation otherSubscriber = null; + if (claim.OtherSubscriberInformations != null) + { + otherSubscriber = claim.OtherSubscriberInformations.FirstOrDefault(); + } + + // No way to get below three fields using 837P + hcfa.Field09b_OtherInsuredIsFemale = false; + hcfa.Field09b_OtherInsuredIsMale = false; + hcfa.Field09b_OtherInsuredsDateOfBirth = new FormDate(); + + if (otherSubscriber != null) + { + if (otherSubscriber.Name != null) + { + hcfa.Field09_OtherInsuredsName = otherSubscriber.Name.Formatted(); + } + + if (otherSubscriber.SubscriberInformation != null) + { + hcfa.Field09a_OtherInsuredsPolicyOrGroup = otherSubscriber.SubscriberInformation.ReferenceIdentification; + } + + hcfa.Field09b_OtherInsuredsDateOfBirth = FormatFormDate(otherSubscriber.DateOfBirth); + hcfa.Field09b_OtherInsuredIsFemale = otherSubscriber.Gender == Gender.Female; + hcfa.Field09b_OtherInsuredIsMale = otherSubscriber.Gender == Gender.Male; + + // XXX: OK to assume org in last name? , Edit: this field should be left blank + hcfa.Field09c_OtherInsuredsEmployerNameOrSchoolName = string.Empty; + if (otherSubscriber.OtherPayer != null) + { + hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName = otherSubscriber.OtherPayer.LastName; + } + } + + hcfa.Field10a_PatientConditionRelatedToEmployment = claim.RelatedCauseCode1 == "EM" || claim.RelatedCauseCode2 == "EM" || claim.RelatedCauseCode3 == "EM"; + hcfa.Field10b_PatientConditionRelatedToAutoAccident = claim.RelatedCauseCode1 == "AA" || claim.RelatedCauseCode2 == "AA" || claim.RelatedCauseCode3 == "AA"; + hcfa.Field10c_PatientConditionRelatedToOtherAccident = claim.RelatedCauseCode1 == "AB" || claim.RelatedCauseCode1 == "AP" || claim.RelatedCauseCode1 == "OA" || + claim.RelatedCauseCode2 == "AB" || claim.RelatedCauseCode2 == "AP" || claim.RelatedCauseCode2 == "OA" || + claim.RelatedCauseCode3 == "AB" || claim.RelatedCauseCode3 == "AP" || claim.RelatedCauseCode3 == "OA"; + hcfa.Field10b_PatientConditionRelToAutoAccidentState = claim.AutoAccidentState; + + if (hcfa.Field10a_PatientConditionRelatedToEmployment) + { + hcfa.Field10d_ReservedForLocalUse = string.Empty; + } + + if (claim.SubscriberInformation != null) + { + hcfa.Field11_InsuredsPolicyGroupOfFECANumber = claim.SubscriberInformation.ReferenceIdentification; + } + + if (subscriber != null) + { + hcfa.Field11a_InsuredsDateOfBirth = FormatFormDate(subscriber.DateOfBirth); + hcfa.Field11a_InsuredsSexIsFemale = subscriber.Gender == Gender.Female; + hcfa.Field11a_InsuredsSexIsMale = subscriber.Gender == Gender.Male; + } + + if (claim.Payer != null) + { + hcfa.Field11b_InsuredsEmployerOrSchool = string.Empty; + if (claim.Payer.Name != null) + { + hcfa.Field11c_InsuredsPlanOrProgramName = claim.Payer.Name.LastName; + } + } + + hcfa.Field11d_IsThereOtherHealthBenefitPlan = otherSubscriber != null; + hcfa.Field12_PatientsOrAuthorizedSignature = claim.ReleaseOfInformationCode == "Y" ? "Signature on file" : string.Empty; + hcfa.Field12_PatientsOrAuthorizedSignatureDate = new FormDate(); + hcfa.Field13_InsuredsOrAuthorizedSignature = claim.BenefitsAssignmentCertificationIndicator == "Y" ? "Signature on file" : string.Empty; + var onsetDate = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "431") ?? claim.Dates.FirstOrDefault(dr => dr.Qualifier == "439"); + + if (onsetDate != null) + { + hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy = FormatFormDate(onsetDate.Date); + } + + // only supported in 4010 837P + var similarIllnessDate = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "438"); + + if (similarIllnessDate != null) + { + hcfa.Field15_DatePatientHadSameOrSimilarIllness = FormatFormDate(similarIllnessDate.Date); + } + + var disabilityStart = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "360"); + var disabilityEnd = claim.Dates.FirstOrDefault(dr => dr.Qualifier == "361"); + if (disabilityStart != null) + { + hcfa.Field16_DatePatientUnableToWork_Start = FormatFormDate(disabilityStart.Date); + } + + if (disabilityEnd != null) + { + hcfa.Field16_DatePatientUnableToWork_End = FormatFormDate(disabilityEnd.Date); + } + + var referringProvider = claim.Providers.FirstOrDefault(pr => pr.Name.Type.Identifier == "DN" && pr.Name.Identification.Qualifier == "XX"); + if (referringProvider != null) + { + hcfa.Field17_ReferringProviderOrOtherSource_Name = referringProvider.Name.Formatted(); + + var id = referringProvider.Identifications.FirstOrDefault(); + if (id != null) + { + hcfa.Field17a_OtherID_Number = id.Id; + hcfa.Field17a_OtherID_Qualifier = id.Qualifier; + } + + hcfa.Field17b_NationalProviderIdentifier = referringProvider.Npi; + } + + // Admission date and hour + hcfa.Field18_HospitalizationDateFrom = new FormDate(); + hcfa.Field18_HospitalizationDateTo = new FormDate(); + if (claim.AdmissionDate.HasValue) + { + hcfa.Field18_HospitalizationDateFrom = FormatFormDate(claim.AdmissionDate); + } + + if (claim.DischargeTime.HasValue) + { + hcfa.Field18_HospitalizationDateTo = FormatFormDate(claim.DischargeTime); + } + + // Populating Loc19 with notes from 837 + // There can only be one note + hcfa.Field19_ReservedForLocalUse = (claim.Notes.Count >= 1) ? claim.Notes[0].Description : string.Empty; + + // Outside services are stored in claim service lines + double totalAmountSpent = 0.0; + foreach (var line in claim.ServiceLines) + { + if (line.PurchasedServiceIdentifier != null) + { + hcfa.Field20_OutsideLab = true; + if (line.PurchasedServiceAmount != null) + { + totalAmountSpent += Convert.ToDouble(line.PurchasedServiceAmount); + } + } + } + + hcfa.Field20_OutsideLabCharges = (decimal)totalAmountSpent; + + var principalDiagnosis = claim.Diagnoses.FirstOrDefault(d => d.DiagnosisType == DiagnosisType.Principal); + var otherDiagnoses = claim.Diagnoses.Where(d => d.DiagnosisType == DiagnosisType.Other).ToList(); + + // Diagnosis codes + if (principalDiagnosis != null) + { + hcfa.Field21_Diagnosis1 = principalDiagnosis.FormattedCode(); + } + + if (otherDiagnoses.Count >= 1) + { + hcfa.Field21_Diagnosis2 = otherDiagnoses[0].FormattedCode(); + } + + if (otherDiagnoses.Count >= 2) + { + hcfa.Field21_Diagnosis3 = otherDiagnoses[1].FormattedCode(); + } + + if (otherDiagnoses.Count >= 3) + { + hcfa.Field21_Diagnosis4 = otherDiagnoses[2].FormattedCode(); + } + + string frequencyType = string.Empty; + if (claim.BillTypeCode.Length == 3) + { + frequencyType = claim.BillTypeCode.Substring(2, 1); + } + + if (frequencyType == "7" || frequencyType == "8") + { + hcfa.Field22_MedicaidSubmissionCode = frequencyType; + } + else + { + hcfa.Field22_MedicaidSubmissionCode = string.Empty; + } + + var originalRef = claim.Identifications.FirstOrDefault(id => id.Qualifier == "F8"); + + hcfa.Field22_OriginalReferenceNumber = originalRef?.Id ?? string.Empty; + hcfa.Field23_PriorAuthorizationNumber = claim.PriorAuthorizationNumber; + + var hcfaServiceLines = new List(); + + // Service Lines + foreach (var line in claim.ServiceLines) + { + var hcfaLine = new HCFA1500ServiceLine + { + DateFrom = new FormDate + { + Month = $"{line.ServiceDateFrom:MM}", + Day = $"{line.ServiceDateFrom:dd}", + Year = $"{line.ServiceDateFrom:yy}" + }, + DateTo = new FormDate + { + Month = $"{line.ServiceDateTo:MM}", + Day = $"{line.ServiceDateTo:dd}", + Year = $"{line.ServiceDateTo:yy}" + } + }; + + if (!string.IsNullOrWhiteSpace(line.PlaceOfService?.Code)) + { + hcfaLine.PlaceOfService = line.PlaceOfService.Code; + } + else + { + hcfaLine.PlaceOfService = claim.ServiceLocationInfo.FacilityCode; + } + + hcfaLine.EmergencyIndicator = line.EmergencyIndicator; + + hcfaLine.ProcedureCode = line.Procedure.ProcedureCode; + hcfaLine.ProcedureCode = line.Procedure.ProcedureCode; + hcfaLine.Mod1 = line.Procedure.Modifier1; + hcfaLine.Mod2 = line.Procedure.Modifier2; + hcfaLine.Mod3 = line.Procedure.Modifier3; + hcfaLine.Mod4 = line.Procedure.Modifier4; + + hcfaLine.DiagnosisPointer1 = line.DiagnosisCodePointer1; + hcfaLine.DiagnosisPointer2 = line.DiagnosisCodePointer2; + hcfaLine.DiagnosisPointer3 = line.DiagnosisCodePointer3; + hcfaLine.DiagnosisPointer4 = line.DiagnosisCodePointer4; + + hcfaLine.Charges = line.ChargeAmount; + hcfaLine.DaysOrUnits = line.Quantity; + hcfaLine.EarlyPeriodicScreeningDiagnosisAndTreatment = line.EpsdtIndicator; + + if (!string.IsNullOrWhiteSpace(line.RenderingProvider?.Npi)) + { + hcfaLine.RenderingProviderNpi = line.RenderingProvider.Npi; + } + else if (!string.IsNullOrWhiteSpace(claim.RenderingProvider?.Npi)) + { + hcfaLine.RenderingProviderNpi = claim.RenderingProvider.Npi; + } + + if (line.RenderingProvider != null && line.RenderingProvider.Identifications.Count > 0) + { + hcfaLine.RenderingProviderIdQualifier = line.RenderingProvider.Identifications[0].Qualifier; + hcfaLine.RenderingProviderId = line.RenderingProvider.Identifications[0].Id; + } + else if (line.RenderingProvider?.ProviderInfo != null) + { + hcfaLine.RenderingProviderIdQualifier = line.RenderingProvider.ProviderInfo.Qualifier; + hcfaLine.RenderingProviderId = line.RenderingProvider.ProviderInfo.Id; + } + else if (claim.RenderingProvider != null && claim.RenderingProvider.Identifications.Count > 0) + { + hcfaLine.RenderingProviderIdQualifier = claim.RenderingProvider.Identifications[0].Qualifier; + hcfaLine.RenderingProviderId = claim.RenderingProvider.Identifications[0].Id; + } + else if (claim.RenderingProvider?.ProviderInfo != null) + { + hcfaLine.RenderingProviderIdQualifier = claim.RenderingProvider.ProviderInfo.Qualifier; + hcfaLine.RenderingProviderId = claim.RenderingProvider.ProviderInfo.Id; + } + + hcfaServiceLines.Add(hcfaLine); + } + + hcfa.Field24_ServiceLines = hcfaServiceLines; + + // Federal Tax Number + if (claim.PayToProvider != null && !string.IsNullOrWhiteSpace(claim.PayToProvider.TaxId)) + { + hcfa.Field25_FederalTaxIDNumber = claim.PayToProvider.TaxId; + if (claim.PayToProvider.Identifications.Exists(id => id.Qualifier == "EI")) + { + hcfa.Field25_IsEIN = true; + } + + if (claim.PayToProvider.Identifications.Exists(id => id.Qualifier == "SY")) + { + hcfa.Field25_IsSSN = true; + } + } + else + { + if (claim.BillingProvider != null) + { + hcfa.Field25_FederalTaxIDNumber = claim.BillingProvider.TaxId; + if (claim.BillingProvider.Identifications.Exists(id => id.Qualifier == "EI")) + { + hcfa.Field25_IsEIN = true; + } + + if (claim.BillingProvider.Identifications.Exists(id => id.Qualifier == "SY")) + { + hcfa.Field25_IsSSN = true; + } + } + } + + // shouldnt we represent hcfa.Field25_IsSSN and Field25_IsEIN to know which type TaxID? + hcfa.Field26_PatientAccountNumber = claim.PatientControlNumber; + + if (claim.ProviderAcceptAssignmentCode == "A" || claim.ProviderAcceptAssignmentCode == "B") + { + hcfa.Field27_AcceptAssignment = true; + } + else if (claim.ProviderAcceptAssignmentCode == "C") + { + hcfa.Field27_AcceptAssignment = false; + } + + hcfa.Field28_TotalCharge = claim.TotalClaimChargeAmount; + hcfa.Field29_AmountPaid = claim.PatientAmountPaid ?? 0; + foreach (var otherSubscriberObj in claim.OtherSubscriberInformations) + { + if (otherSubscriberObj.Amounts.Count > 0) + { + hcfa.Field29_AmountPaid += otherSubscriberObj.Amounts[0].Amount; + } + } + + // does not exist on 837P + hcfa.Field30_BalanceDue = hcfa.Field28_TotalCharge - hcfa.Field29_AmountPaid; + + if (claim.ProviderSignatureOnFile == "Y") + { + hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile = true; + } + else if (claim.ProviderSignatureOnFile == "N") + { + hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile = false; + } + + // Service Location + var serviceLocation = claim.ServiceLocation; + if (serviceLocation != null) + { + hcfa.Field32_ServiceFacilityLocation_Name = serviceLocation.Name?.LastName; + + if (serviceLocation.Address != null) + { + hcfa.Field32_ServiceFacilityLocation_Street = serviceLocation.Address.Line1; + hcfa.Field32_ServiceFacilityLocation_City = serviceLocation.Address.City; + hcfa.Field32_ServiceFacilityLocation_State = serviceLocation.Address.StateCode; + hcfa.Field32_ServiceFacilityLocation_Zip = serviceLocation.Address.PostalCode; + } + else + { + hcfa.Field32_ServiceFacilityLocation_Street = string.Empty; + hcfa.Field32_ServiceFacilityLocation_City = string.Empty; + hcfa.Field32_ServiceFacilityLocation_State = string.Empty; + hcfa.Field32_ServiceFacilityLocation_Zip = string.Empty; + } + + hcfa.Field32a_ServiceFacilityLocation_Npi = serviceLocation.Npi; + if (serviceLocation.Identifications != null && serviceLocation.Identifications.Count > 0) + { + hcfa.Field32b_ServiceFacilityLocation_OtherID = serviceLocation.Identifications.First().Id; + } + else + { + hcfa.Field32b_ServiceFacilityLocation_OtherID = null; + } + } + + // Pay To Provider + if (claim.BillingProvider != null) + { + hcfa.Field33_BillingProvider_Name = claim.BillingProvider.Name?.LastName; + + if (claim.BillingProvider.Address != null) + { + hcfa.Field33_BillingProvider_Street = claim.BillingProvider.Address.Line1; + hcfa.Field33_BillingProvider_City = claim.BillingProvider.Address.City; + hcfa.Field33_BillingProvider_State = claim.BillingProvider.Address.StateCode; + hcfa.Field33_BillingProvider_Zip = claim.BillingProvider.Address.PostalCode; + } + else + { + hcfa.Field33_BillingProvider_Street = string.Empty; + hcfa.Field33_BillingProvider_City = string.Empty; + hcfa.Field33_BillingProvider_State = string.Empty; + hcfa.Field33_BillingProvider_Zip = string.Empty; + } + + hcfa.Field33a_BillingProvider_Npi = claim.BillingProvider.Npi; + } + + LimitFieldWidths(hcfa); + + return hcfa; + } + + /// + /// Transforms HCFA1500 claim data to form pages + /// + /// data to be transformed + /// Collection of objects + public virtual List TransformHcfa1500ToFormPages(HCFA1500Claim hcfa) + { + var pages = new List(); + FormPage page = null; + for (int i = 0; i < hcfa.Field24_ServiceLines.Count; i++) + { + if (i % 6 == 0) + { + page = new FormPage(); + pages.Add(page); + page.MasterReference = "hcfa1500"; + page.ImagePath = this.formImagePath; + + // Render header + // LINE 1 + AddBlock(page, 4, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsMedicare)); + AddBlock(page, 11, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsMedicaid)); + AddBlock(page, 18, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsTricareChampus)); + AddBlock(page, 27, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsChampVa)); + AddBlock(page, 34, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsGroupHealthPlan)); + AddBlock(page, 42, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsFECABlkLung)); + AddBlock(page, 48, 7, 2, ConditionalMarker(hcfa.Field01_TypeOfCoverageIsOther)); + AddBlock(page, 53, 7, 30, hcfa.Field01a_InsuredsIDNumber); + + // LINE 2 + AddBlock(page, 4, 9, 28.5m, hcfa.Field02_PatientsName); + AddBlock(page, 34, 9, 3, hcfa.Field03_PatientsDateOfBirth.Month); + AddBlock(page, 37, 9, 3, hcfa.Field03_PatientsDateOfBirth.Day); + AddBlock(page, 40, 9, 3, hcfa.Field03_PatientsDateOfBirth.Year); + AddBlock(page, 44.5m, 9, 2.5m, ConditionalMarker(hcfa.Field03_PatientsSexMale), TextAlign.center); + AddBlock(page, 49.5m, 9, 2.5m, ConditionalMarker(hcfa.Field03_PatientsSexFemale), TextAlign.center); + AddBlock(page, 53, 9, 30, hcfa.Field04_InsuredsName); + + // LINE 3 + AddBlock(page, 4, 11, 28.5m, hcfa.Field05_PatientsAddress_Street); + AddBlock(page, 36, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsSelf)); + AddBlock(page, 41, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsSpouseOf)); + AddBlock(page, 45, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsChildOf)); + AddBlock(page, 50, 11, 2, ConditionalMarker(hcfa.Field06_PatientRelationshipToInsuredIsOther)); + AddBlock(page, 53, 11, 30, hcfa.Field07_InsuredsAddress_Street); + + // LINE 4 + AddBlock(page, 4, 13, 25, hcfa.Field05_PatientsAddress_City); + AddBlock(page, 29, 13, 3.5m, hcfa.Field05_PatientsAddress_State); + + // Field 8 unused in CMS-1500 + AddBlock(page, 38, 13, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsSingle)); + AddBlock(page, 44, 13, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsMarried)); + AddBlock(page, 50, 13, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsOther)); + + AddBlock(page, 53, 13, 23, hcfa.Field07_InsuredsAddress_City); + AddBlock(page, 77, 13, 6, hcfa.Field07_InsuredsAddress_State); + + // LINE 5 + AddBlock(page, 4, 15, 13, hcfa.Field05_PatientsAddress_Zip); + AddBlock(page, 18, 15, 14.5m, hcfa.Field05_PatientsTelephone); + + // Field 8 unused in CMS-1500 + AddBlock(page, 38, 15, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsEmployed)); + AddBlock(page, 44, 15, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsFullTimeStudent)); + AddBlock(page, 50, 15, 2, ConditionalMarker(hcfa.Field08_PatientStatusIsPartTimeStudent)); + + AddBlock(page, 53, 15, 12, hcfa.Field07_InsuredsAddress_Zip); + AddBlock(page, 68.5m, 15, 14.5m, hcfa.Field07_InsuredsPhoneNumber); + + // LINE 6 + AddBlock(page, 4, 17, 28.5m, hcfa.Field09_OtherInsuredsName); + AddBlock(page, 53, 17, 30, hcfa.Field11_InsuredsPolicyGroupOfFECANumber); + + // LINE 7 + AddBlock(page, 4, 19, 28.5m, hcfa.Field09a_OtherInsuredsPolicyOrGroup); + AddBlock(page, 38, 19, 2, ConditionalMarker(hcfa.Field10a_PatientConditionRelatedToEmployment)); + AddBlock(page, 44, 19, 2, ConditionalMarker(!hcfa.Field10a_PatientConditionRelatedToEmployment)); + AddBlock(page, 56, 19, 3, hcfa.Field11a_InsuredsDateOfBirth.Month); + AddBlock(page, 59, 19, 3, hcfa.Field11a_InsuredsDateOfBirth.Day); + AddBlock(page, 62, 19, 3, hcfa.Field11a_InsuredsDateOfBirth.Year); + AddBlock(page, 71.25m, 19, 2, ConditionalMarker(hcfa.Field11a_InsuredsSexIsMale), TextAlign.center); + AddBlock(page, 78.5m, 19, 2, ConditionalMarker(hcfa.Field11a_InsuredsSexIsFemale), TextAlign.center); + + // LINE 8 + // Field 9b is not supplied by 837P data. + AddBlock(page, 5, 21, 3, hcfa.Field09b_OtherInsuredsDateOfBirth.Month); + AddBlock(page, 8, 21, 3, hcfa.Field09b_OtherInsuredsDateOfBirth.Day); + AddBlock(page, 11, 21, 3, hcfa.Field09b_OtherInsuredsDateOfBirth.Year); + AddBlock(page, 21, 21, 2, ConditionalMarker(hcfa.Field09b_OtherInsuredIsMale)); + AddBlock(page, 27, 21, 2, ConditionalMarker(hcfa.Field09b_OtherInsuredIsFemale)); + + AddBlock(page, 38, 21, 2, ConditionalMarker(hcfa.Field10b_PatientConditionRelatedToAutoAccident)); + AddBlock(page, 44, 21, 2, ConditionalMarker(!hcfa.Field10b_PatientConditionRelatedToAutoAccident)); + AddBlock(page, 48, 21, 2.5m, hcfa.Field10b_PatientConditionRelToAutoAccidentState); + AddBlock(page, 53, 21, 30, hcfa.Field11b_InsuredsEmployerOrSchool); + + // LINE 9 + AddBlock(page, 4, 23, 28.5m, hcfa.Field09c_OtherInsuredsEmployerNameOrSchoolName); + AddBlock(page, 38, 23, 2, ConditionalMarker(hcfa.Field10c_PatientConditionRelatedToOtherAccident)); + AddBlock(page, 44, 23, 2, ConditionalMarker(!hcfa.Field10c_PatientConditionRelatedToOtherAccident)); + AddBlock(page, 53, 23, 30, hcfa.Field11c_InsuredsPlanOrProgramName); + + // LINE 10 + AddBlock(page, 4, 25, 28.5m, hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName); + AddBlock(page, 33, 25, 20, hcfa.Field10d_ReservedForLocalUse); + AddBlock(page, 55, 25, 2, ConditionalMarker(hcfa.Field11d_IsThereOtherHealthBenefitPlan)); + AddBlock(page, 60, 25, 2, ConditionalMarker(!hcfa.Field11d_IsThereOtherHealthBenefitPlan)); + + // LINE 11 + AddBlock(page, 9, 29, 25, hcfa.Field12_PatientsOrAuthorizedSignature, TextAlign.center); + AddBlock(page, 39, 29, 14, hcfa.Field12_PatientsOrAuthorizedSignatureDate.ToString(), TextAlign.center); + AddBlock(page, 59, 29, 24, hcfa.Field13_InsuredsOrAuthorizedSignature, TextAlign.center); + + // LINE 12 + if (hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy != null) + { + AddBlock(page, 5, 31, 3, hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy.Month); + AddBlock(page, 8, 31, 3, hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy.Day); + AddBlock(page, 11, 31, 3, hcfa.Field14_DateOfCurrentIllnessInjuryOrPregnancy.Year); + } + + // Field 15 + AddBlock(page, 40, 31, 3, hcfa.Field15_DatePatientHadSameOrSimilarIllness.Month); + AddBlock(page, 43, 31, 3, hcfa.Field15_DatePatientHadSameOrSimilarIllness.Day); + AddBlock(page, 46, 31, 3, hcfa.Field15_DatePatientHadSameOrSimilarIllness.Year); + + if (hcfa.Field16_DatePatientUnableToWork_Start != null) + { + AddBlock(page, 57, 31, 3, hcfa.Field16_DatePatientUnableToWork_Start.Month); + AddBlock(page, 60, 31, 3, hcfa.Field16_DatePatientUnableToWork_Start.Day); + AddBlock(page, 63, 31, 3, hcfa.Field16_DatePatientUnableToWork_Start.Year); + } + + if (hcfa.Field16_DatePatientUnableToWork_End != null) + { + AddBlock(page, 71, 31, 3, hcfa.Field16_DatePatientUnableToWork_End.Month); + AddBlock(page, 74, 31, 3, hcfa.Field16_DatePatientUnableToWork_End.Day); + AddBlock(page, 77, 31, 3, hcfa.Field16_DatePatientUnableToWork_End.Year); + } + + // LINE 13 + AddBlock(page, 4, 33, 26, hcfa.Field17_ReferringProviderOrOtherSource_Name); + AddBlock(page, 33, 32, 3, hcfa.Field17a_OtherID_Qualifier); + AddBlock(page, 36, 32, 16, hcfa.Field17a_OtherID_Number); + AddBlock(page, 36, 33, 16, hcfa.Field17b_NationalProviderIdentifier); + + // Field 18 + AddBlock(page, 57, 33, 3, hcfa.Field18_HospitalizationDateFrom.Month); + AddBlock(page, 60, 33, 3, hcfa.Field18_HospitalizationDateFrom.Day); + AddBlock(page, 63, 33, 3, hcfa.Field18_HospitalizationDateFrom.Year); + AddBlock(page, 71, 33, 3, hcfa.Field18_HospitalizationDateTo.Month); + AddBlock(page, 74, 33, 3, hcfa.Field18_HospitalizationDateTo.Day); + AddBlock(page, 77, 33, 3, hcfa.Field18_HospitalizationDateTo.Year); + + // LINE 14 + // We limit the length of the remark to only the size of the block. + if (hcfa.Field19_ReservedForLocalUse != null && hcfa.Field19_ReservedForLocalUse.Length > 58) + { + AddBlock(page, 4, 35, 49, hcfa.Field19_ReservedForLocalUse.Substring(0, 58)); + } + else + { + AddBlock(page, 4, 35, 49, hcfa.Field19_ReservedForLocalUse); + } + + AddBlock(page, 55, 35, 2, ConditionalMarker(hcfa.Field20_OutsideLab)); + AddBlock(page, 60, 35, 2, ConditionalMarker(!hcfa.Field20_OutsideLab)); + AddBlock(page, 65, 35, 9, hcfa.Field20_OutsideLab ? Convert.ToString(hcfa.Field20_OutsideLabCharges) : string.Empty, TextAlign.right); + + // Note, we do not use second charge box at all here. + AddBlock(page, 74, 35, 9, string.Empty, TextAlign.right); + + // Line 15 + AddBlock(page, 6.5m, 37, 8, hcfa.Field21_Diagnosis1); + AddBlock(page, 33.5m, 37, 8, hcfa.Field21_Diagnosis3); + AddBlock(page, 53, 37, 11, hcfa.Field22_MedicaidSubmissionCode); + AddBlock(page, 65, 37, 18, hcfa.Field22_OriginalReferenceNumber); + + // Line 16 + AddBlock(page, 6.5m, 39, 8, hcfa.Field21_Diagnosis2); + AddBlock(page, 33.5m, 39, 8, hcfa.Field21_Diagnosis4); + AddBlock(page, 53, 39, 30, hcfa.Field23_PriorAuthorizationNumber); + } + + // Render service lines + decimal y = 42 + 2 * (i % 6); + var line = hcfa.Field24_ServiceLines[i]; + AddBlock(page, 4, y, 60, line.CommentLine); + AddBlock(page, 68, y, 3, line.RenderingProviderIdQualifier); + AddBlock(page, 71, y, 12, line.RenderingProviderId); + + if (line.DateFrom != null) + { + AddBlock(page, 4, y + 1, 3, line.DateFrom.Month); + AddBlock(page, 7, y + 1, 3, line.DateFrom.Day); + AddBlock(page, 10, y + 1, 3, line.DateFrom.Year); + } + else + { + AddBlock(page, 4, y + 1, 3, string.Empty); + AddBlock(page, 7, y + 1, 3, string.Empty); + AddBlock(page, 10, y + 1, 3, string.Empty); + } + + if (line.DateTo != null) + { + AddBlock(page, 13, y + 1, 3, line.DateTo.Month); + AddBlock(page, 16, y + 1, 3, line.DateTo.Day); + AddBlock(page, 19, y + 1, 3, line.DateTo.Year); + } + else + { + AddBlock(page, 13, y + 1, 3, string.Empty); + AddBlock(page, 16, y + 1, 3, string.Empty); + AddBlock(page, 19, y + 1, 3, string.Empty); + } + + AddBlock(page, 22, y + 1, 3, line.PlaceOfService); + AddBlock(page, 25, y + 1, 2, line.EmergencyIndicator); + AddBlock(page, 29, y + 1, 6, line.ProcedureCode); + AddBlock(page, 36, y + 1, 3, line.Mod1); + AddBlock(page, 39, y + 1, 3, line.Mod2); + AddBlock(page, 42, y + 1, 3, line.Mod3); + AddBlock(page, 45, y + 1, 3, line.Mod4); + AddBlock(page, 48, y + 1, 2, line.DiagnosisPointer1); + AddBlock(page, 49, y + 1, 2, line.DiagnosisPointer2); + AddBlock(page, 50, y + 1, 2, line.DiagnosisPointer3); + AddBlock(page, 51, y + 1, 2, line.DiagnosisPointer4); + AddBlock(page, 53, y + 1, 9, $"{line.Charges:0.00}".Replace(".", " "), TextAlign.right); + AddBlock(page, 62, y + 1, 4, $"{line.DaysOrUnits}", TextAlign.right); + AddBlock(page, 66, y + 1, 2, line.EarlyPeriodicScreeningDiagnosisAndTreatment); + AddBlock(page, 71, y + 1, 12, line.RenderingProviderNpi); + + // Footer + if (i % 6 == 5 || i == hcfa.Field24_ServiceLines.Count - 1) + { + // Render footer + AddBlock(page, 4, 55, 15, hcfa.Field25_FederalTaxIDNumber); + if (hcfa.Field25_IsSSN) + { + AddBlock(page, 20, 55, 2, "X"); + } + + if (hcfa.Field25_IsEIN) + { + AddBlock(page, 22, 55, 2, "X"); + } + + AddBlock(page, 26, 55, 14, hcfa.Field26_PatientAccountNumber); + if (hcfa.Field27_AcceptAssignment.HasValue) + { + AddBlock( + page, + hcfa.Field27_AcceptAssignment.Value ? 41 : 46, + 55, + 2, + "X"); + } + + AddBlock(page, 55, 55, 9, $"{hcfa.Field28_TotalCharge:0.00}".Replace(".", " "), TextAlign.right); + AddBlock(page, 65, 55, 9, $"{hcfa.Field29_AmountPaid:0.00}".Replace(".", " "), TextAlign.right); + AddBlock(page, 74, 55, 9, $"{hcfa.Field30_BalanceDue:0.00}".Replace(".", " "), TextAlign.right); + + // Box 31 + if (hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile.HasValue) + { + AddBlock(page, 4, 58, 21, "PROVIDER SIGNATURE", TextAlign.center); + AddBlock( + page, + 4, + 59, + 21, + hcfa.Field31_PhysicianOrSupplierSignatureIsOnFile.Value ? "IS ON FILE" : "NOT ON FILE", + TextAlign.center); + } + + // Box 32 + AddBlock(page, 26, 57, 27, hcfa.Field32_ServiceFacilityLocation_Name); + AddBlock(page, 26, 58, 27, hcfa.Field32_ServiceFacilityLocation_Street); + AddBlock(page, 26, 59, 27, $"{hcfa.Field32_ServiceFacilityLocation_City}, {hcfa.Field32_ServiceFacilityLocation_State} {hcfa.Field32_ServiceFacilityLocation_Zip}"); + AddBlock(page, 27, 60, 10, hcfa.Field32a_ServiceFacilityLocation_Npi); + AddBlock(page, 38, 60, 15, hcfa.Field32b_ServiceFacilityLocation_OtherID); + + // Box 33 + AddBlock(page, 69, 56, 27, hcfa.Field33_BillingProvider_TelephoneNumber); + AddBlock(page, 53, 57, 27, hcfa.Field33_BillingProvider_Name); + AddBlock(page, 53, 58, 27, hcfa.Field33_BillingProvider_Street); + AddBlock(page, 53, 59, 27, $"{hcfa.Field33_BillingProvider_City}, {hcfa.Field33_BillingProvider_State} {hcfa.Field33_BillingProvider_Zip}"); + AddBlock(page, 54, 60, 10, hcfa.Field33a_BillingProvider_Npi); + AddBlock(page, 65, 60, 15, hcfa.Field33b_BillingProvider_OtherID); + } + } + + return pages; + } + + public virtual List TransformClaimToClaimFormFoXml(Claim claim) + { + HCFA1500Claim hcfa = this.TransformClaimToHcfa1500(claim); + + return this.TransformHcfa1500ToFormPages(hcfa); + } + + private static FormDate FormatFormDate(DateTime? dateTime) + { + return new FormDate + { + Month = $"{dateTime:MM}", + Day = $"{dateTime:dd}", + Year = $"{dateTime:yy}" + }; + } + + private static void LimitFieldWidths(HCFA1500Claim hcfa) + { + hcfa.Field01a_InsuredsIDNumber = SetStringLength(hcfa.Field01a_InsuredsIDNumber, 35); + hcfa.Field02_PatientsName = SetStringLength(hcfa.Field02_PatientsName, 28); + hcfa.Field04_InsuredsName = SetStringLength(hcfa.Field04_InsuredsName, 30); + hcfa.Field05_PatientsAddress_Street = SetStringLength(hcfa.Field05_PatientsAddress_Street, 28); + hcfa.Field05_PatientsAddress_City = SetStringLength(hcfa.Field05_PatientsAddress_City, 29); + hcfa.Field05_PatientsAddress_Zip = SetStringLength(hcfa.Field05_PatientsAddress_Zip, 14); + hcfa.Field07_InsuredsAddress_Street = SetStringLength(hcfa.Field07_InsuredsAddress_Street, 35); + hcfa.Field07_InsuredsAddress_City = SetStringLength(hcfa.Field07_InsuredsAddress_City, 28); + hcfa.Field07_InsuredsAddress_Zip = SetStringLength(hcfa.Field07_InsuredsAddress_Zip, 14); + hcfa.Field09_OtherInsuredsName = SetStringLength(hcfa.Field09_OtherInsuredsName, 28); + hcfa.Field09a_OtherInsuredsPolicyOrGroup = SetStringLength(hcfa.Field09a_OtherInsuredsPolicyOrGroup, 28); + hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName = SetStringLength(hcfa.Field09d_OtherInsuredsInsurancePlanNameOrProgramName, 28); + hcfa.Field11_InsuredsPolicyGroupOfFECANumber = SetStringLength(hcfa.Field11_InsuredsPolicyGroupOfFECANumber, 35); + hcfa.Field11c_InsuredsPlanOrProgramName = SetStringLength(hcfa.Field11c_InsuredsPlanOrProgramName, 35); + hcfa.Field17_ReferringProviderOrOtherSource_Name = SetStringLength(hcfa.Field17_ReferringProviderOrOtherSource_Name, 26); + hcfa.Field17a_OtherID_Qualifier = SetStringLength(hcfa.Field17a_OtherID_Qualifier, 3); + hcfa.Field17a_OtherID_Number = SetStringLength(hcfa.Field17a_OtherID_Number, 16); + hcfa.Field17b_NationalProviderIdentifier = SetStringLength(hcfa.Field17b_NationalProviderIdentifier, 16); + hcfa.Field22_MedicaidSubmissionCode = SetStringLength(hcfa.Field22_MedicaidSubmissionCode, 11); + hcfa.Field22_OriginalReferenceNumber = SetStringLength(hcfa.Field22_OriginalReferenceNumber, 18); + hcfa.Field23_PriorAuthorizationNumber = SetStringLength(hcfa.Field23_PriorAuthorizationNumber, 30); + + foreach (var line in hcfa.Field24_ServiceLines) + { + line.RenderingProviderNpi = SetStringLength(line.RenderingProviderNpi, 12); + } + + hcfa.Field25_FederalTaxIDNumber = SetStringLength(hcfa.Field25_FederalTaxIDNumber, 15); + hcfa.Field26_PatientAccountNumber = SetStringLength(hcfa.Field26_PatientAccountNumber, 14); + hcfa.Field32_ServiceFacilityLocation_Name = SetStringLength(hcfa.Field32_ServiceFacilityLocation_Name, 31); + hcfa.Field32_ServiceFacilityLocation_Street = SetStringLength(hcfa.Field32_ServiceFacilityLocation_Street, 31); + hcfa.Field32_ServiceFacilityLocation_City = SetStringLength(hcfa.Field32_ServiceFacilityLocation_City, 16); + hcfa.Field32_ServiceFacilityLocation_State = SetStringLength(hcfa.Field32_ServiceFacilityLocation_State, 2); + hcfa.Field32_ServiceFacilityLocation_Zip = SetStringLength(hcfa.Field32_ServiceFacilityLocation_Zip, 10); + hcfa.Field32a_ServiceFacilityLocation_Npi = SetStringLength(hcfa.Field32a_ServiceFacilityLocation_Npi, 11); + hcfa.Field32b_ServiceFacilityLocation_OtherID = SetStringLength(hcfa.Field32b_ServiceFacilityLocation_OtherID, 17); + hcfa.Field33_BillingProvider_Name = SetStringLength(hcfa.Field33_BillingProvider_Name, 35); + hcfa.Field33_BillingProvider_Street = SetStringLength(hcfa.Field33_BillingProvider_Street, 31); + hcfa.Field33_BillingProvider_City = SetStringLength(hcfa.Field33_BillingProvider_City, 19); + hcfa.Field33_BillingProvider_State = SetStringLength(hcfa.Field33_BillingProvider_State, 2); + hcfa.Field33_BillingProvider_Zip = SetStringLength(hcfa.Field33_BillingProvider_Zip, 10); + hcfa.Field33a_BillingProvider_Npi = SetStringLength(hcfa.Field33a_BillingProvider_Npi, 10); + } + + private static string SetStringLength(string source, int limit) + { + if (string.IsNullOrEmpty(source)) + { + return string.Empty; + } + + return source.Length > limit ? source.Substring(0, limit) : source; + } + + /// + /// Used for filling in the CMS 1500 form where X's are placed where true + /// + /// Flag if marker should return "X" + /// "X" if the boolean is true, "" otherwise + private static string ConditionalMarker(bool b) + { + return b ? "X" : string.Empty; + } + + private static FormBlock AddBlock(FormPage page, decimal x, decimal y, decimal width, string text, TextAlign textAlign = TextAlign.left) + { + const decimal XScale = 0.1m; + const decimal YScale = 0.1685m; + var block = new FormBlock + { + TextAlign = textAlign, + Left = -0.21m + XScale * x, + Top = 0.1m + YScale * y, + Width = XScale * width, + Height = YScale * 1.1m, + Text = text + }; + page.Blocks.Add(block); + return block; + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/Xsl/FormDocument-To-FoXml.xslt b/src/X12.Hipaa/Claims/Services/Xsl/FormDocument-To-FoXml.xslt similarity index 98% rename from src/OopFactory.X12.Hipaa/Claims/Services/Xsl/FormDocument-To-FoXml.xslt rename to src/X12.Hipaa/Claims/Services/Xsl/FormDocument-To-FoXml.xslt index 048c0b77..46999f77 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Services/Xsl/FormDocument-To-FoXml.xslt +++ b/src/X12.Hipaa/Claims/Services/Xsl/FormDocument-To-FoXml.xslt @@ -1,56 +1,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - in - in - in - in - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + in + in + in + in + + + + + + + + + + diff --git a/src/OopFactory.X12.Hipaa/Claims/Services/Xsl/X12-837-To-ClaimDocument.xslt b/src/X12.Hipaa/Claims/Services/Xsl/X12-837-To-ClaimDocument.xslt similarity index 97% rename from src/OopFactory.X12.Hipaa/Claims/Services/Xsl/X12-837-To-ClaimDocument.xslt rename to src/X12.Hipaa/Claims/Services/Xsl/X12-837-To-ClaimDocument.xslt index f2f2442e..6abe0456 100644 --- a/src/OopFactory.X12.Hipaa/Claims/Services/Xsl/X12-837-To-ClaimDocument.xslt +++ b/src/X12.Hipaa/Claims/Services/Xsl/X12-837-To-ClaimDocument.xslt @@ -1,1329 +1,1329 @@ - - - - - - - - - - - - - - - - - - - - - - - - Professional - Institutional - Dental - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Female - Male - Unknown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Female - Male - Unknown - - - - - - - - - - - - - - - - - -
- - - -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Female - Male - Unknown - - - - - - - - - - - - - - - - - -
- - - -
-
-
-
- - - - - - - - -
- - - -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Report Justifying Treatment Beyond Utilization Guidelines - Drugs Administered - Treatment Diagnosis - Initial Assessment - Functional Goals - Plan of Treatment - Progress Report - Continued Treatment - Chemical Analysis - Certified Test Report - Justification for Admission - Recovery Plan - Allergies/Sensitivities Document - Autopsy Report - Ambulance Certification - Admission Summary - Prescription - Physician Order - Referral Form - Benchmark Testing Results - Baseline - Blanket Test Results - Chiropractic Justification - Consent Form(s) - Certification - Drug Profile Document - Dental Models - Durable Medical Equipment Prescription - Diagnostic Report - Discharge Monitoring Report - Discharge Summary - Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor) - Health Certificate - Health Clinic Records - Immunization Record - State School Immunization Records - Laboratory Results - Medical Record Attachment - Models - Nursing Notes - Operative Note - Oxygen Content Averaging Report - Orders and Treatments Document - Objective Physical Examination (including vitalsigns) Document - Oxygen Therapy Certification - Support Data for Claim - Pathology Report - Patient Medical History Document - Parenteral or Enteral Certification - Physical Therapy Notes - Prosthetics or Orthotic Certification - Paramedical Results - Physician’s Report - Physical Therapy Certification - Radiology Films - Radiology Reports - Report of Tests and Analysis Report - Renewable Oxygen Content Averaging Report - Symptoms Document - Death Notification - Photographs - - - - - - - - Available on Request at Provider Site - By Mail - Electronically Only - E-Mail - File Transfer - By Fax - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
- - - - - - - - - -
-
- - - - - - - - - - - - - 0 - - - - - - - - International Unit - Gram - Milligram - Milliliter - Unit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Male - Female - Unknown - - - - - - - - - - - - -
- - - -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - Person - NonPerson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + Professional + Institutional + Dental + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Female + Male + Unknown + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Female + Male + Unknown + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Female + Male + Unknown + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+ + + + + + + + +
+ + + +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Report Justifying Treatment Beyond Utilization Guidelines + Drugs Administered + Treatment Diagnosis + Initial Assessment + Functional Goals + Plan of Treatment + Progress Report + Continued Treatment + Chemical Analysis + Certified Test Report + Justification for Admission + Recovery Plan + Allergies/Sensitivities Document + Autopsy Report + Ambulance Certification + Admission Summary + Prescription + Physician Order + Referral Form + Benchmark Testing Results + Baseline + Blanket Test Results + Chiropractic Justification + Consent Form(s) + Certification + Drug Profile Document + Dental Models + Durable Medical Equipment Prescription + Diagnostic Report + Discharge Monitoring Report + Discharge Summary + Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor) + Health Certificate + Health Clinic Records + Immunization Record + State School Immunization Records + Laboratory Results + Medical Record Attachment + Models + Nursing Notes + Operative Note + Oxygen Content Averaging Report + Orders and Treatments Document + Objective Physical Examination (including vitalsigns) Document + Oxygen Therapy Certification + Support Data for Claim + Pathology Report + Patient Medical History Document + Parenteral or Enteral Certification + Physical Therapy Notes + Prosthetics or Orthotic Certification + Paramedical Results + Physician’s Report + Physical Therapy Certification + Radiology Films + Radiology Reports + Report of Tests and Analysis Report + Renewable Oxygen Content Averaging Report + Symptoms Document + Death Notification + Photographs + + + + + + + + Available on Request at Provider Site + By Mail + Electronically Only + E-Mail + File Transfer + By Fax + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + +
+
+ + + + + + + + + + + + + 0 + + + + + + + + International Unit + Gram + Milligram + Milliliter + Unit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Male + Female + Unknown + + + + + + + + + + + + +
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + Person + NonPerson + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/X12.Hipaa/Claims/SubmitterInfo.cs b/src/X12.Hipaa/Claims/SubmitterInfo.cs new file mode 100644 index 00000000..8440b2c9 --- /dev/null +++ b/src/X12.Hipaa/Claims/SubmitterInfo.cs @@ -0,0 +1,29 @@ +namespace X12.Hipaa.Claims +{ + using System.Xml.Serialization; + + using X12.Hipaa.Common; + + /// + /// Represents information associated with a submitter + /// + public class SubmitterInfo + { + /// + /// Initializes a new instance of the class + /// + public SubmitterInfo() + { + if (this.Providers == null) + { + this.Providers = new Provider(); + } + } + + /// + /// Gets or sets the for the submitter + /// + [XmlElement(ElementName = Enums.ClaimElements.Provider)] + public Provider Providers { get; set; } + } +} diff --git a/src/X12.Hipaa/Claims/ToothInformation.cs b/src/X12.Hipaa/Claims/ToothInformation.cs new file mode 100644 index 00000000..8047a83d --- /dev/null +++ b/src/X12.Hipaa/Claims/ToothInformation.cs @@ -0,0 +1,23 @@ +namespace X12.Hipaa.Claims +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + /// + /// Represents information associated with a patient's tooth + /// + public class ToothInformation + { + /// + /// Gets or sets the code identifier for the tooth + /// + [XmlAttribute] + public string ToothCode { get; set; } + + /// + /// Gets or sets the collection for the tooth surface + /// + [XmlElement(ElementName = Enums.DentalElements.ToothSurface)] + public List ToothSurfaces { get; set; } + } +} diff --git a/src/X12.Hipaa/Common/CodedAmount.cs b/src/X12.Hipaa/Common/CodedAmount.cs new file mode 100644 index 00000000..c5e0b4d5 --- /dev/null +++ b/src/X12.Hipaa/Common/CodedAmount.cs @@ -0,0 +1,38 @@ +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + /// + /// Represents an object's coded amount + /// + public class CodedAmount + { + /// + /// Gets or sets the object code + /// + [XmlAttribute] + public string Code { get; set; } + + /// + /// Gets or sets the object amount (nullable) + /// + [XmlIgnore] + public decimal? Amount { get; set; } + + /// + /// Gets or sets the object amount for serialization + /// + [XmlAttribute(AttributeName = Enums.ClaimElements.Amount)] + public decimal SerializableAmount + { + get { return this.Amount ?? decimal.Zero; } + set { this.Amount = value; } + } + + /// + /// Indicates whether the amount has a value that can be serialized + /// + [XmlIgnore] + public bool SerializableAmountSpecified => this.Amount.HasValue; + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/CodedDate.cs b/src/X12.Hipaa/Common/CodedDate.cs similarity index 52% rename from src/OopFactory.X12.Hipaa/Common/CodedDate.cs rename to src/X12.Hipaa/Common/CodedDate.cs index f55e175f..e6ea2b5b 100644 --- a/src/OopFactory.X12.Hipaa/Common/CodedDate.cs +++ b/src/X12.Hipaa/Common/CodedDate.cs @@ -1,17 +1,14 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class CodedDate - { - [XmlAttribute] - public string Code { get; set; } - - [XmlAttribute(DataType = "date")] - public DateTime Date { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System; + using System.Xml.Serialization; + + public class CodedDate + { + [XmlAttribute] + public string Code { get; set; } + + [XmlAttribute(DataType = "date")] + public DateTime Date { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/CodedDateRange.cs b/src/X12.Hipaa/Common/CodedDateRange.cs similarity index 62% rename from src/OopFactory.X12.Hipaa/Common/CodedDateRange.cs rename to src/X12.Hipaa/Common/CodedDateRange.cs index 7a581686..2493aa84 100644 --- a/src/OopFactory.X12.Hipaa/Common/CodedDateRange.cs +++ b/src/X12.Hipaa/Common/CodedDateRange.cs @@ -1,18 +1,17 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class CodedDateRange - { - [XmlAttribute] - public string Code { get; set; } - [XmlAttribute(DataType = "date")] - public DateTime FromDate { get; set; } - [XmlAttribute(DataType = "date")] - public DateTime ThroughDate { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System; + using System.Xml.Serialization; + + public class CodedDateRange + { + [XmlAttribute] + public string Code { get; set; } + + [XmlAttribute(DataType = "date")] + public DateTime FromDate { get; set; } + + [XmlAttribute(DataType = "date")] + public DateTime ThroughDate { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/Contact.cs b/src/X12.Hipaa/Common/Contact.cs similarity index 52% rename from src/OopFactory.X12.Hipaa/Common/Contact.cs rename to src/X12.Hipaa/Common/Contact.cs index 7634d1d7..33dcfc97 100644 --- a/src/OopFactory.X12.Hipaa/Common/Contact.cs +++ b/src/X12.Hipaa/Common/Contact.cs @@ -1,30 +1,36 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class Contact - { - public Contact() - { - if (Numbers == null) Numbers = new List(); - } - - [XmlAttribute] - public string FunctionCode { get; set; } - public string Name { get; set; } - [XmlElement(ElementName="Number")] - public List Numbers { get; set; } - } - - public class ContactNumber - { - [XmlAttribute] - public string Qualifier { get; set; } - [XmlText] - public string Number { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + public class Contact + { + /// + /// Initializes a new instance of the class + /// + public Contact() + { + if (this.Numbers == null) + { + this.Numbers = new List(); + } + } + + [XmlAttribute] + public string FunctionCode { get; set; } + + public string Name { get; set; } + + [XmlElement(ElementName = "Number")] + public List Numbers { get; set; } + } + + public class ContactNumber + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlText] + public string Number { get; set; } + } +} diff --git a/src/X12.Hipaa/Common/Entity.cs b/src/X12.Hipaa/Common/Entity.cs new file mode 100644 index 00000000..2f1fd1f7 --- /dev/null +++ b/src/X12.Hipaa/Common/Entity.cs @@ -0,0 +1,77 @@ +namespace X12.Hipaa.Common +{ + using System.Collections.Generic; + using System.Linq; + using System.Xml.Serialization; + + /// + /// Represents a base unit which stores common data + /// + public class Entity + { + /// + /// Initializes a new instance of the class + /// + public Entity() + { + if (this.Name == null) + { + this.Name = new EntityName(); + } + + if (this.Identifications == null) + { + this.Identifications = new List(); + } + + if (this.Contacts == null) + { + this.Contacts = new List(); + } + + if (this.RequestValidations != null) + { + this.RequestValidations = new List(); + } + } + + /// + /// Gets or sets the name of the + /// + public EntityName Name { get; set; } + + /// + /// Gets or sets the address of the + /// + public PostalAddress Address { get; set; } + + /// + /// Gets or sets the collection of objects + /// + [XmlElement(ElementName = "Identification")] + public List Identifications { get; set; } + + /// + /// Gets or sets the collection + /// + [XmlElement(ElementName = "Contact")] + public List Contacts { get; set; } + + /// + /// Gets or sets the collection + /// + [XmlElement(ElementName = "RequestValidation")] + public List RequestValidations { get; set; } + + /// + /// Returns the reference id with a matching qualifier + /// + /// Filter to get the correct reference id + /// The id of the reference which matches the qualifier; otherwise, null + protected string GetReferenceId(string qualifier) + { + var reference = this.Identifications.FirstOrDefault(id => id.Qualifier == qualifier); + return reference?.Id; + } + } +} diff --git a/src/X12.Hipaa/Common/EntityName.cs b/src/X12.Hipaa/Common/EntityName.cs new file mode 100644 index 00000000..71ddcad2 --- /dev/null +++ b/src/X12.Hipaa/Common/EntityName.cs @@ -0,0 +1,87 @@ +namespace X12.Hipaa.Common +{ + using System.Text; + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + public class EntityType + { + [XmlAttribute] + public string Identifier { get; set; } + + [XmlAttribute] + public EntityNameQualifier Qualifier { get; set; } + + [XmlText] + public string Description { get; set; } + } + + public class EntityName + { + public EntityName() + { + if (this.Identification == null) + { + this.Identification = new Identification(); + } + } + + public EntityType Type { get; set; } + + [XmlAttribute] + public string LastName { get; set; } + + [XmlAttribute] + public string PriorAuthorizationNumber { get; set; } + + [XmlAttribute] + public string Suffix { get; set; } + + [XmlAttribute] + public string Prefix { get; set; } + + [XmlAttribute] + public string FirstName { get; set; } + + [XmlAttribute] + public string MiddleName { get; set; } + + public Identification Identification { get; set; } + + public string Formatted() + { + if (this.Type == null || this.Type.Qualifier == EntityNameQualifier.NonPerson) + { + return this.LastName; + } + + var name = new StringBuilder(); + + name.Append(this.LastName); + if (!string.IsNullOrWhiteSpace(this.Suffix)) + { + name.Append($" {this.Suffix}"); + } + + name.Append(","); + if (!string.IsNullOrWhiteSpace(this.Prefix)) + { + name.Append($" {this.Prefix}"); + } + + name.Append($" {this.FirstName}"); + if (!string.IsNullOrWhiteSpace(this.MiddleName)) + { + name.Append(this.MiddleName.Length == 1 ? $" {this.MiddleName}." : $" {this.MiddleName}"); + } + + return name.ToString().TrimEnd(); + } + + public override string ToString() + { + return this.Formatted(); + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/HealthCarePricing.cs b/src/X12.Hipaa/Common/HealthCarePricing.cs similarity index 84% rename from src/OopFactory.X12.Hipaa/Common/HealthCarePricing.cs rename to src/X12.Hipaa/Common/HealthCarePricing.cs index c83037ef..56188100 100644 --- a/src/OopFactory.X12.Hipaa/Common/HealthCarePricing.cs +++ b/src/X12.Hipaa/Common/HealthCarePricing.cs @@ -1,26 +1,35 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Common -{ - public class HealthCarePricing - { - public Lookup PricingMethodology { get; set; } - public decimal AllowedAmount { get; set; } - public decimal? SavingsAmount { get; set; } - public string RepricingOrgId { get; set; } - public decimal? PricingRate { get; set; } - public string ApprovedDrgCode { get; set; } - public decimal? ApprovedDrgAmount { get; set; } - public string ApprovedRevenueCode { get; set; } - public string ProductOrServiceIdQualifier { get; set; } - public string ApprovedProcedureCode { get; set; } - public Lookup UnitOfMeasure { get; set; } - public decimal? Quantity { get; set; } - public Lookup RejectReason { get; set; } - public Lookup PolicyComplaince { get; set; } - public Lookup Exception { get; set; } - } -} +namespace X12.Hipaa.Common +{ + public class HealthCarePricing + { + public Lookup PricingMethodology { get; set; } + + public decimal AllowedAmount { get; set; } + + public decimal? SavingsAmount { get; set; } + + public string RepricingOrgId { get; set; } + + public decimal? PricingRate { get; set; } + + public string ApprovedDrgCode { get; set; } + + public decimal? ApprovedDrgAmount { get; set; } + + public string ApprovedRevenueCode { get; set; } + + public string ProductOrServiceIdQualifier { get; set; } + + public string ApprovedProcedureCode { get; set; } + + public Lookup UnitOfMeasure { get; set; } + + public decimal? Quantity { get; set; } + + public Lookup RejectReason { get; set; } + + public Lookup PolicyComplaince { get; set; } + + public Lookup Exception { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/Identification.cs b/src/X12.Hipaa/Common/Identification.cs similarity index 58% rename from src/OopFactory.X12.Hipaa/Common/Identification.cs rename to src/X12.Hipaa/Common/Identification.cs index d22bd21c..e0c30222 100644 --- a/src/OopFactory.X12.Hipaa/Common/Identification.cs +++ b/src/X12.Hipaa/Common/Identification.cs @@ -1,18 +1,16 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class Identification - { - [XmlAttribute] - public string Qualifier { get; set; } - [XmlAttribute] - public string Id { get; set; } - [XmlText] - public string Description { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class Identification + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public string Id { get; set; } + + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/X12.Hipaa/Common/Lookup.cs b/src/X12.Hipaa/Common/Lookup.cs new file mode 100644 index 00000000..7cd8066e --- /dev/null +++ b/src/X12.Hipaa/Common/Lookup.cs @@ -0,0 +1,22 @@ +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + /// + /// Represents a code-description object for storing metadata + /// + public class Lookup + { + /// + /// Gets or sets the unique code representing the object + /// + [XmlAttribute] + public string Code { get; set; } + + /// + /// Gets or sets the description of the object + /// + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/MedicalProcedure.cs b/src/X12.Hipaa/Common/MedicalProcedure.cs similarity index 76% rename from src/OopFactory.X12.Hipaa/Common/MedicalProcedure.cs rename to src/X12.Hipaa/Common/MedicalProcedure.cs index c1939fb0..520412a4 100644 --- a/src/OopFactory.X12.Hipaa/Common/MedicalProcedure.cs +++ b/src/X12.Hipaa/Common/MedicalProcedure.cs @@ -1,30 +1,31 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class MedicalProcedure - { - [XmlAttribute] - public string Qualifier { get; set; } - - [XmlAttribute] - public string ProcedureCode { get; set; } - [XmlAttribute] - public string ProcedureCodeEnd { get; set; } - - [XmlAttribute] - public string Modifier1 { get; set; } - [XmlAttribute] - public string Modifier2 { get; set; } - [XmlAttribute] - public string Modifier3 { get; set; } - [XmlAttribute] - public string Modifier4 { get; set; } - [XmlText] - public string Description { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class MedicalProcedure + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public string ProcedureCode { get; set; } + + [XmlAttribute] + public string ProcedureCodeEnd { get; set; } + + [XmlAttribute] + public string Modifier1 { get; set; } + + [XmlAttribute] + public string Modifier2 { get; set; } + + [XmlAttribute] + public string Modifier3 { get; set; } + + [XmlAttribute] + public string Modifier4 { get; set; } + + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/X12.Hipaa/Common/Member.cs b/src/X12.Hipaa/Common/Member.cs new file mode 100644 index 00000000..eb9ebf7c --- /dev/null +++ b/src/X12.Hipaa/Common/Member.cs @@ -0,0 +1,71 @@ +namespace X12.Hipaa.Common +{ + using System; + using System.Xml.Serialization; + + using X12.Hipaa.Enums; + + /// + /// Represents a person (extends the class) + /// + public class Member : Entity + { + /// + /// Gets or sets the gender of the member + /// + [XmlAttribute] + public Gender Gender { get; set; } + + /// + /// Gets or sets the the member was born + /// + [XmlIgnore] + public DateTime? DateOfBirth { get; set; } + + /// + /// Gets or sets the object attached to the member + /// + public Lookup Relationship { get; set; } + + /// + /// Gets or sets the of the member that can be serialized to XML + /// + [XmlAttribute(AttributeName = "DateOfBirth", DataType = "date")] + public DateTime SerializableDateOfBirth + { + get { return this.DateOfBirth ?? DateTime.MinValue; } + set { this.DateOfBirth = value; } + } + + /// + /// Gets whether the has been specified + /// + [XmlIgnore] + public bool SerializableDateOfBirthSpecified => this.DateOfBirth.HasValue; + + /// + /// Gets the unique identifier of the + /// + [XmlAttribute] + public string MemberId => + this.Name?.Identification?.Qualifier == "MI" ? this.Name.Identification.Id : this.GetReferenceId("1W"); + + /// + /// Gets the Social Security Number (SSN) of the + /// + [XmlAttribute] + public string Ssn => this.GetReferenceId("SY"); + + /// + /// Gets the plan number of the + /// + [XmlAttribute] + public string PlanNumber => this.GetReferenceId("18"); + + /// + /// Gets the group number of the + /// + [XmlAttribute] + public string GroupNumber => this.GetReferenceId("6P"); + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/Paperwork.cs b/src/X12.Hipaa/Common/Paperwork.cs similarity index 59% rename from src/OopFactory.X12.Hipaa/Common/Paperwork.cs rename to src/X12.Hipaa/Common/Paperwork.cs index c423ea3a..42125f5e 100644 --- a/src/OopFactory.X12.Hipaa/Common/Paperwork.cs +++ b/src/X12.Hipaa/Common/Paperwork.cs @@ -1,14 +1,11 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Hipaa.Common -{ - public class Paperwork - { - public Lookup ReportType { get; set; } - public Lookup ReportTransmission { get; set; } - public Identification Identification { get; set; } - } -} +namespace X12.Hipaa.Common +{ + public class Paperwork + { + public Lookup ReportType { get; set; } + + public Lookup ReportTransmission { get; set; } + + public Identification Identification { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/PostalAddress.cs b/src/X12.Hipaa/Common/PostalAddress.cs similarity index 57% rename from src/OopFactory.X12.Hipaa/Common/PostalAddress.cs rename to src/X12.Hipaa/Common/PostalAddress.cs index bc70cbb5..868b1d7d 100644 --- a/src/OopFactory.X12.Hipaa/Common/PostalAddress.cs +++ b/src/X12.Hipaa/Common/PostalAddress.cs @@ -1,32 +1,28 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class PostalAddress - { - public string Line1 { get; set; } - public string Line2 { get; set; } - [XmlAttribute] - public string City { get; set; } - [XmlAttribute] - public string StateCode { get; set; } - [XmlAttribute] - public string PostalCode { get; set; } - [XmlAttribute] - public string CountryCode { get; set; } - [XmlAttribute] - public string CountrySubdivisionCode { get; set; } - - public string Locale - { - get - { - return String.Format("{0}, {1} {2}", City, StateCode, PostalCode); - } - } - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class PostalAddress + { + public string Line1 { get; set; } + + public string Line2 { get; set; } + + [XmlAttribute] + public string City { get; set; } + + [XmlAttribute] + public string StateCode { get; set; } + + [XmlAttribute] + public string PostalCode { get; set; } + + [XmlAttribute] + public string CountryCode { get; set; } + + [XmlAttribute] + public string CountrySubdivisionCode { get; set; } + + public string Locale => $"{this.City}, {this.StateCode} {this.PostalCode}"; + } +} diff --git a/src/X12.Hipaa/Common/Provider.cs b/src/X12.Hipaa/Common/Provider.cs new file mode 100644 index 00000000..01529545 --- /dev/null +++ b/src/X12.Hipaa/Common/Provider.cs @@ -0,0 +1,46 @@ +namespace X12.Hipaa.Common +{ + using System.Linq; + using System.Xml.Serialization; + + public class Provider : Entity + { + [XmlAttribute] + public string Npi => this.Name?.Identification?.Qualifier == "XX" + ? this.Name.Identification.Id + : this.GetReferenceId("HPI"); + + [XmlAttribute] + public string TaxId + { + get + { + if (this.Name?.Identification != null + && new[] { "FI", "24" }.Contains(this.Name.Identification.Qualifier)) + { + return this.Name.Identification.Id; + } + + var taxId = this.GetReferenceId("EI"); + return taxId ?? this.GetReferenceId("TJ"); + } + } + + [XmlAttribute] + public string ServiceProviderNumber + { + get + { + if (this.Name?.Identification != null + && this.Name.Identification.Qualifier == "SV") + { + return this.Name.Identification.Id; + } + + return null; + } + } + + public ProviderInformation ProviderInfo { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/ProviderInformation.cs b/src/X12.Hipaa/Common/ProviderInformation.cs similarity index 55% rename from src/OopFactory.X12.Hipaa/Common/ProviderInformation.cs rename to src/X12.Hipaa/Common/ProviderInformation.cs index e7143e59..2489c5f6 100644 --- a/src/OopFactory.X12.Hipaa/Common/ProviderInformation.cs +++ b/src/X12.Hipaa/Common/ProviderInformation.cs @@ -1,18 +1,13 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class ProviderInformation : Identification - { - [XmlAttribute] - public string ProviderCode { get; set; } - - [XmlAttribute] - public string ProviderDescription { get; set; } - - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class ProviderInformation : Identification + { + [XmlAttribute] + public string ProviderCode { get; set; } + + [XmlAttribute] + public string ProviderDescription { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/QualifiedAmount.cs b/src/X12.Hipaa/Common/QualifiedAmount.cs similarity index 58% rename from src/OopFactory.X12.Hipaa/Common/QualifiedAmount.cs rename to src/X12.Hipaa/Common/QualifiedAmount.cs index e83490a6..3645b52e 100644 --- a/src/OopFactory.X12.Hipaa/Common/QualifiedAmount.cs +++ b/src/X12.Hipaa/Common/QualifiedAmount.cs @@ -1,21 +1,16 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class QualifiedAmount - { - [XmlAttribute] - public string Qualifier { get; set; } - - [XmlAttribute] - public decimal Amount { get; set; } - - [XmlText] - public string Description { get; set; } - - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class QualifiedAmount + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public decimal Amount { get; set; } + + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/QualifiedDate.cs b/src/X12.Hipaa/Common/QualifiedDate.cs similarity index 58% rename from src/OopFactory.X12.Hipaa/Common/QualifiedDate.cs rename to src/X12.Hipaa/Common/QualifiedDate.cs index e0297085..3a5436c0 100644 --- a/src/OopFactory.X12.Hipaa/Common/QualifiedDate.cs +++ b/src/X12.Hipaa/Common/QualifiedDate.cs @@ -1,21 +1,17 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class QualifiedDate - { - [XmlAttribute] - public string Qualifier { get; set; } - - [XmlAttribute] - public DateTime Date { get; set; } - - [XmlText] - public string Description { get; set; } - - } -} +namespace X12.Hipaa.Common +{ + using System; + using System.Xml.Serialization; + + public class QualifiedDate + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public DateTime Date { get; set; } + + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/QualifiedDateRange.cs b/src/X12.Hipaa/Common/QualifiedDateRange.cs similarity index 66% rename from src/OopFactory.X12.Hipaa/Common/QualifiedDateRange.cs rename to src/X12.Hipaa/Common/QualifiedDateRange.cs index ac3211a3..2c3aaa89 100644 --- a/src/OopFactory.X12.Hipaa/Common/QualifiedDateRange.cs +++ b/src/X12.Hipaa/Common/QualifiedDateRange.cs @@ -1,20 +1,20 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class QualifiedDateRange - { - [XmlAttribute] - public string Qualifier { get; set; } - [XmlAttribute(DataType="date")] - public DateTime BeginDate { get; set; } - [XmlAttribute(DataType="date")] - public DateTime EndDate { get; set; } - [XmlText] - public string Description { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System; + using System.Xml.Serialization; + + public class QualifiedDateRange + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute(DataType="date")] + public DateTime BeginDate { get; set; } + + [XmlAttribute(DataType="date")] + public DateTime EndDate { get; set; } + + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/RequestValidation.cs b/src/X12.Hipaa/Common/RequestValidation.cs similarity index 55% rename from src/OopFactory.X12.Hipaa/Common/RequestValidation.cs rename to src/X12.Hipaa/Common/RequestValidation.cs index 00488ab0..e683378b 100644 --- a/src/OopFactory.X12.Hipaa/Common/RequestValidation.cs +++ b/src/X12.Hipaa/Common/RequestValidation.cs @@ -1,16 +1,14 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class RequestValidation - { - [XmlAttribute] - public bool ValidRequest { get; set; } - public Lookup RejectReason { get; set; } - public Lookup FollupAction { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class RequestValidation + { + [XmlAttribute] + public bool ValidRequest { get; set; } + + public Lookup RejectReason { get; set; } + + public Lookup FollupAction { get; set; } + } +} diff --git a/src/OopFactory.X12.Hipaa/Common/SubscriberInformation.cs b/src/X12.Hipaa/Common/SubscriberInformation.cs similarity index 80% rename from src/OopFactory.X12.Hipaa/Common/SubscriberInformation.cs rename to src/X12.Hipaa/Common/SubscriberInformation.cs index eeb45fb5..2614adcf 100644 --- a/src/OopFactory.X12.Hipaa/Common/SubscriberInformation.cs +++ b/src/X12.Hipaa/Common/SubscriberInformation.cs @@ -1,38 +1,34 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; - -namespace OopFactory.X12.Hipaa.Common -{ - public class SubscriberInformation - { - [XmlAttribute] - public string PayerResponsibilitySequenceNumberCode { get; set; } - - [XmlAttribute] - public string IndividualRelationshipCode { get; set; } - - [XmlAttribute] - public string ReferenceIdentification { get; set; } - - [XmlAttribute] - public string Name { get; set; } - - [XmlAttribute] - public string InsuranceTypeCode { get; set; } - - [XmlAttribute] - public string CoordinationOfBenefitsCode { get; set; } - - [XmlAttribute] - public string YesNoConditionResponseCode { get; set; } - - [XmlAttribute] - public string EmploymentStatusCode { get; set; } - - [XmlAttribute] - public string ClaimFilingIndicatorCode { get; set; } - } -} +namespace X12.Hipaa.Common +{ + using System.Xml.Serialization; + + public class SubscriberInformation + { + [XmlAttribute] + public string PayerResponsibilitySequenceNumberCode { get; set; } + + [XmlAttribute] + public string IndividualRelationshipCode { get; set; } + + [XmlAttribute] + public string ReferenceIdentification { get; set; } + + [XmlAttribute] + public string Name { get; set; } + + [XmlAttribute] + public string InsuranceTypeCode { get; set; } + + [XmlAttribute] + public string CoordinationOfBenefitsCode { get; set; } + + [XmlAttribute] + public string YesNoConditionResponseCode { get; set; } + + [XmlAttribute] + public string EmploymentStatusCode { get; set; } + + [XmlAttribute] + public string ClaimFilingIndicatorCode { get; set; } + } +} diff --git a/src/X12.Hipaa/Eligibility/BenefitMember.cs b/src/X12.Hipaa/Eligibility/BenefitMember.cs new file mode 100644 index 00000000..35fe36c1 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/BenefitMember.cs @@ -0,0 +1,203 @@ +namespace X12.Hipaa.Eligibility +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + /// + /// Represents a with benefit metadata + /// + public class BenefitMember : Member + { + /// + /// Initializes a new instance of the class + /// + public BenefitMember() + { + if (this.Diagnoses == null) + { + this.Diagnoses = new List(); + } + + if (this.RequestValidations == null) + { + this.RequestValidations = new List(); + } + + if (this.Dates == null) + { + this.Dates = new List(); + } + + if (this.DateRanges == null) + { + this.DateRanges = new List(); + } + } + + /// + /// Gets or sets the birth sequence number for the member + /// + [XmlAttribute] + public string BirthSequenceNumber { get; set; } + + /// + /// Gets or sets the + /// + public ProviderInformation ProviderInfo { get; set; } + + /// + /// Gets or sets diagnosis received from a provider + /// + [XmlElement(ElementName = "Diagnosis")] + public List Diagnoses { get; set; } + + /// + /// Gets or sets the collection of request validations + /// + [XmlElement(ElementName = "RequestValidation")] + public new List RequestValidations { get; set; } + + /// + /// Gets or sets the collection of qualified dates + /// + [XmlElement(ElementName = ClaimElements.Date)] + public List Dates { get; set; } + + /// + /// Gets or sets the collection of qualified date ranges + /// + [XmlElement(ElementName = ClaimElements.DateRange)] + public List DateRanges { get; set; } + + /// + /// Gets the plan date from the collection of qualified dates + /// + public DateTime? PlanDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "291"); + return date?.Date; + } + } + + /// + /// Gets the serializable form of the plan date + /// + [XmlAttribute(AttributeName = "PlanDate", DataType = "date")] + public DateTime SerializablePlanDate => this.PlanDate ?? DateTime.MinValue; + + /// + /// Indicates whether the plan date has a value or not + /// + [XmlIgnore] + public bool SerializablePlanDateSpecified => this.PlanDate.HasValue; + + /// + /// Gets the plan begin date from the collection of dates + /// + public DateTime? PlanBeginDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "346"); + return date?.Date; + } + } + + /// + /// Gets the serializable form of the plan begin date + /// + [XmlAttribute(AttributeName = "PlanBeginDate", DataType = "date")] + public DateTime SerializablePlanBeginDate => this.PlanBeginDate ?? DateTime.MinValue; + + /// + /// Indicates whether the plan begin date has a value or not + /// + [XmlIgnore] + public bool SerializablePlanBeginDateSpecified => this.PlanBeginDate.HasValue; + + public DateTime? PlanEndDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "347"); + return date?.Date; + } + } + + [XmlAttribute(AttributeName = "PlanEndDate", DataType = "date")] + public DateTime SerializablePlanEndDate => this.PlanEndDate ?? DateTime.MinValue; + + [XmlIgnore] + public bool SerializablePlanEndDateSpecified => this.PlanEndDate.HasValue; + + public DateTime? EligibilityDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "307"); + return date?.Date; + } + } + + [XmlAttribute(AttributeName = "EligibilityDate", DataType = "date")] + public DateTime SerializableEligibilityDate => this.EligibilityDate ?? DateTime.MinValue; + + [XmlIgnore] + public bool SerializableEligibilityDateSpecified => this.EligibilityDate.HasValue; + + /// + /// Gets the date the eligibility begins + /// + public DateTime? EligibilityBeginDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "356"); + return date?.Date; + } + } + + /// + /// Gets the serializable data for the + /// + [XmlAttribute(AttributeName = "EligibilityBeginDate", DataType = "date")] + public DateTime SerializableEligibilityBeginDate => this.EligibilityBeginDate ?? DateTime.MinValue; + + /// + /// Indicates whether the eligibility begin date has a value or not + /// + [XmlIgnore] + public bool SerializableEligibilityBeginDateSpecified => this.EligibilityBeginDate.HasValue; + + /// + /// Gets the date when the benefits end + /// + public DateTime? EligibilityEndDate + { + get + { + var date = this.Dates.FirstOrDefault(d => d.Qualifier == "357"); + return date?.Date; + } + } + + /// + /// Gets the serializable data for the + /// + [XmlAttribute(AttributeName = "EligibilityEndDate", DataType = "date")] + public DateTime SerializableEligibilityEndDate => this.EligibilityEndDate ?? DateTime.MinValue; + + /// + /// Indicates whether the eligibility end date has a value or not + /// + [XmlIgnore] + public bool SerializableEligibilityEndDateSpecified => this.EligibilityEndDate.HasValue; + } +} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitAdditionalInformation.cs b/src/X12.Hipaa/Eligibility/EligibilityBenefitAdditionalInformation.cs similarity index 61% rename from src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitAdditionalInformation.cs rename to src/X12.Hipaa/Eligibility/EligibilityBenefitAdditionalInformation.cs index d05b31ca..889ea2d2 100644 --- a/src/OopFactory.X12.Hipaa/Eligibility/EligibilityBenefitAdditionalInformation.cs +++ b/src/X12.Hipaa/Eligibility/EligibilityBenefitAdditionalInformation.cs @@ -1,22 +1,19 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml.Serialization; -using OopFactory.X12.Hipaa.Common; - -namespace OopFactory.X12.Hipaa.Eligibility -{ - public class EligibilityBenefitAdditionalInformation - { - [XmlAttribute] - public string Qualifier { get; set; } - [XmlAttribute] - public string IndustryCode { get; set; } - [XmlAttribute] - public string CodeCategory { get; set; } - - [XmlText] - public string Text { get; set; } - } -} +namespace X12.Hipaa.Eligibility +{ + using System.Xml.Serialization; + + public class EligibilityBenefitAdditionalInformation + { + [XmlAttribute] + public string Qualifier { get; set; } + + [XmlAttribute] + public string IndustryCode { get; set; } + + [XmlAttribute] + public string CodeCategory { get; set; } + + [XmlText] + public string Text { get; set; } + } +} diff --git a/src/X12.Hipaa/Eligibility/EligibilityBenefitBase.cs b/src/X12.Hipaa/Eligibility/EligibilityBenefitBase.cs new file mode 100644 index 00000000..1127aa73 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/EligibilityBenefitBase.cs @@ -0,0 +1,30 @@ +namespace X12.Hipaa.Eligibility +{ + using X12.Hipaa.Common; + + /// + /// Represents common benefit information, such as subscriber and provider + /// + public abstract class EligibilityBenefitBase + { + /// + /// Gets or sets the source entity + /// + public Entity Source { get; set; } + + /// + /// Gets or sets the benefit provider receiving the subscriber + /// + public Provider Receiver { get; set; } + + /// + /// Gets or sets the benefit member + /// + public BenefitMember Subscriber { get; set; } + + /// + /// Gets or sets the subscriber's dependents + /// + public BenefitMember Dependent { get; set; } + } +} diff --git a/src/X12.Hipaa/Eligibility/EligibilityBenefitDocument.cs b/src/X12.Hipaa/Eligibility/EligibilityBenefitDocument.cs new file mode 100644 index 00000000..2ea7fde5 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/EligibilityBenefitDocument.cs @@ -0,0 +1,76 @@ +namespace X12.Hipaa.Eligibility +{ + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + + /// + /// Represents an Eligibility Benefit Document + /// + [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] + public class EligibilityBenefitDocument + { + /// + /// Initializes a new instance of the class + /// + public EligibilityBenefitDocument() + { + if (this.EligibilityBenefitInquiries == null) + { + this.EligibilityBenefitInquiries = new List(); + } + + if (this.EligibilityBenefitResponses == null) + { + this.EligibilityBenefitResponses = new List(); + } + + if (this.RequestValidations == null) + { + this.RequestValidations = new List(); + } + } + + /// + /// Gets or sets the collection of benefits inquiries + /// + [XmlElement(ElementName = "EligibilityBenefitInquiry")] + public List EligibilityBenefitInquiries { get; set; } + + /// + /// Gets or sets the collection of benefit responses + /// + [XmlElement(ElementName = "EligibilityBenefitResponse")] + public List EligibilityBenefitResponses { get; set; } + + /// + /// Gets or sets the collection of request validations + /// + [XmlElement(ElementName = "RequestValidation")] + public List RequestValidations { get; set; } + + /// + /// Deserializes an XML string into its object + /// + /// XML string to deserialize + /// Object deserialized from XML + public static EligibilityBenefitDocument Deserialize(string xml) + { + var serializer = new XmlSerializer(typeof(EligibilityBenefitDocument)); + return (EligibilityBenefitDocument)serializer.Deserialize(new StringReader(xml)); + } + + /// + /// Serializes a to its XMl representation + /// + /// XML string serialized from object + public string Serialize() + { + var writer = new StringWriter(); + new XmlSerializer(typeof(EligibilityBenefitDocument)).Serialize(writer, this); + return writer.ToString(); + } + } +} diff --git a/src/X12.Hipaa/Eligibility/EligibilityBenefitInformation.cs b/src/X12.Hipaa/Eligibility/EligibilityBenefitInformation.cs new file mode 100644 index 00000000..e56d54e6 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/EligibilityBenefitInformation.cs @@ -0,0 +1,150 @@ +namespace X12.Hipaa.Eligibility +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + using X12.Hipaa.Common; + using X12.Hipaa.Enums; + + public class EligibilityBenefitInformation + { + /// + /// Initializes a new instance of the class + /// + public EligibilityBenefitInformation() + { + if (this.Identifications == null) + { + this.Identifications = new List(); + } + + if (this.RequestValidations == null) + { + this.RequestValidations = new List(); + } + + if (this.Dates == null) + { + this.Dates = new List(); + } + + if (this.DateRanges == null) + { + this.DateRanges = new List(); + } + + if (this.Messages == null) + { + this.Messages = new List(); + } + + if (this.RelatedEntities == null) + { + this.RelatedEntities = new List(); + } + } + + /// + /// Gets or sets the number of service type + /// + public string ServiceTypeCount { get; set; } + + [XmlIgnore] + public decimal? Amount { get; set; } + + #region Serializable Amount properties + + [XmlAttribute(AttributeName = ClaimElements.Amount)] + public decimal SerializableAmount + { + get + { + return this.Amount ?? decimal.Zero; + } + set + { + this.Amount = value; + } + } + + [XmlIgnore] + public bool SerializableAmountSpecified => this.Amount.HasValue; + + #endregion + + [XmlIgnore] + public decimal? Percentage { get; set; } + + #region Serializable Percentage properties + + [XmlAttribute(AttributeName = "Percentage")] + public decimal SerializablePercentage + { + get + { + return this.Percentage ?? decimal.Zero; + } + + set + { + this.Percentage = value; + } + } + + [XmlIgnore] + public bool SerializablePercentageSpecified => this.Percentage.HasValue; + + #endregion + + /// + /// Gets or sets the benefit information type + /// + public Lookup InfoType { get; set; } + + /// + /// Gets or sets the benefit coverage level + /// + public Lookup CoverageLevel { get; set; } + + [XmlElement(ElementName = "ServiceType")] + public List ServiceTypes { get; set; } + + /// + /// Gets or sets the insurance type + /// + public Lookup InsuranceType { get; set; } + + public string PlanCoverageDescription { get; set; } + + public Lookup TimePeriod { get; set; } + + public QualifiedAmount Quantity { get; set; } + + public Lookup InPlanNetwork { get; set; } + + public Lookup AuthorizationCertificationRequired { get; set; } + + public MedicalProcedure Procedure { get; set; } + + [XmlElement(ElementName = "Identification")] + public List Identifications { get; set; } + + [XmlElement(ElementName = "RequestValidation")] + public List RequestValidations { get; set; } + + [XmlElement(ElementName = ClaimElements.Date)] + public List Dates { get; set; } + + [XmlElement(ElementName = ClaimElements.DateRange)] + public List DateRanges { get; set; } + + [XmlElement(ElementName = "Message")] + public List Messages { get; set; } + + [XmlElement(ElementName = "AdditionalInfo")] + public List AdditionalInfos { get; set; } + + [XmlElement(ElementName = "RelatedEntity")] + public List RelatedEntities { get; set; } + } +} diff --git a/src/X12.Hipaa/Eligibility/EligibilityBenefitInquiry.cs b/src/X12.Hipaa/Eligibility/EligibilityBenefitInquiry.cs new file mode 100644 index 00000000..ab8e84a3 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/EligibilityBenefitInquiry.cs @@ -0,0 +1,6 @@ +namespace X12.Hipaa.Eligibility +{ + public class EligibilityBenefitInquiry : EligibilityBenefitBase + { + } +} diff --git a/src/X12.Hipaa/Eligibility/EligibilityBenefitResponse.cs b/src/X12.Hipaa/Eligibility/EligibilityBenefitResponse.cs new file mode 100644 index 00000000..8d41dea0 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/EligibilityBenefitResponse.cs @@ -0,0 +1,60 @@ +namespace X12.Hipaa.Eligibility +{ + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + /// + /// Represents a response object for Eligibility Benefit information + /// + [XmlRoot(Namespace = "http://www.oopfactory.com/2011/XSL/Hipaa")] + public class EligibilityBenefitResponse : EligibilityBenefitBase + { + /// + /// Initializes a new instance of the class + /// + public EligibilityBenefitResponse() + { + if (this.BenefitInfos == null) + { + this.BenefitInfos = new List(); + } + } + + /// + /// Gets or sets the transaction control number for the object + /// + [XmlAttribute] + public string TransactionControlNumber { get; set; } + + /// + /// Gets or sets the collection of benefit information + /// + [XmlElement(ElementName = "BenefitInfo")] + public List BenefitInfos { get; set; } + + #region Serialization Methods + /// + /// Deserializes the XML string to its object + /// + /// XML string representation to be deserialized + /// Object deserialized from XML string + public static EligibilityBenefitResponse Deserialize(string xml) + { + var serializer = new XmlSerializer(typeof(EligibilityBenefitResponse)); + return (EligibilityBenefitResponse)serializer.Deserialize(new StringReader(xml)); + } + + /// + /// Serializes the to XML + /// + /// XML string representation of benefit response + public string Serialize() + { + var writer = new StringWriter(); + new XmlSerializer(typeof(EligibilityBenefitResponse)).Serialize(writer, this); + return writer.ToString(); + } + #endregion + } +} diff --git a/src/X12.Hipaa/Eligibility/RelatedEntity.cs b/src/X12.Hipaa/Eligibility/RelatedEntity.cs new file mode 100644 index 00000000..09e447a8 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/RelatedEntity.cs @@ -0,0 +1,12 @@ +namespace X12.Hipaa.Eligibility +{ + using X12.Hipaa.Common; + + public class RelatedEntity : Entity + { + /// + /// Gets or sets the provider information + /// + public ProviderInformation ProviderInfo { get; set; } + } +} diff --git a/src/X12.Hipaa/Eligibility/Services/EligibilityTransformationService.cs b/src/X12.Hipaa/Eligibility/Services/EligibilityTransformationService.cs new file mode 100644 index 00000000..69230215 --- /dev/null +++ b/src/X12.Hipaa/Eligibility/Services/EligibilityTransformationService.cs @@ -0,0 +1,77 @@ +namespace X12.Hipaa.Eligibility.Services +{ + using System.Collections.Generic; + using System.IO; + using System.Reflection; + using System.Xml; + using System.Xml.Xsl; + + using X12.Parsing; + using X12.Shared.Models; + + /// + /// Provides methods for transforming data to and from their Eligibility benefit objects + /// + public class EligibilityTransformationService + { + /// + /// Transforms data from a stream in 271 format into its representation + /// + /// Stream containing 271 data to be transformed + /// Object transformed from stream + public EligibilityBenefitDocument Transform271ToBenefitResponse(Stream stream) + { + EligibilityBenefitDocument fullResponse = new EligibilityBenefitDocument(); + + var parser = new X12Parser(); + IList interchanges = parser.ParseMultiple(stream); + foreach (var interchange in interchanges) + { + string xml = interchange.Serialize(); + Stream transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Eligibility.Services.Xsl.X12-271-To-BenefitResponse.xslt"); + var transform = new XslCompiledTransform(); + + if (transformStream != null) + { + transform.Load(XmlReader.Create(transformStream)); + } + + var outputStream = new MemoryStream(); + + transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), outputStream); + outputStream.Position = 0; + string responseXml = new StreamReader(outputStream).ReadToEnd(); + EligibilityBenefitDocument response = EligibilityBenefitDocument.Deserialize(responseXml); + fullResponse.EligibilityBenefitInquiries.AddRange(response.EligibilityBenefitInquiries); + fullResponse.EligibilityBenefitResponses.AddRange(response.EligibilityBenefitResponses); + fullResponse.RequestValidations.AddRange(response.RequestValidations); + } + + return fullResponse; + } + + /// + /// Transforms a provided to its HTML string representation + /// + /// Benefit response to transform + /// HTML compliant string representation + public string TransformBenefitResponseToHtml(EligibilityBenefitResponse response) + { + string xml = response.Serialize(); + Stream transformStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Eligibility.Services.Xsl.BenefitResponse-To-Html.xslt"); + var transform = new XslCompiledTransform(); + + if (transformStream != null) + { + transform.Load(XmlReader.Create(transformStream)); + } + + var outputStream = new MemoryStream(); + var args = new XsltArgumentList(); + + transform.Transform(XmlReader.Create(new StringReader(xml)), args, outputStream); + outputStream.Position = 0; + return new StreamReader(outputStream).ReadToEnd(); + } + } +} diff --git a/src/OopFactory.X12.Hipaa/Eligibility/Services/Xsl/BenefitResponse-To-Html.xslt b/src/X12.Hipaa/Eligibility/Services/Xsl/BenefitResponse-To-Html.xslt similarity index 97% rename from src/OopFactory.X12.Hipaa/Eligibility/Services/Xsl/BenefitResponse-To-Html.xslt rename to src/X12.Hipaa/Eligibility/Services/Xsl/BenefitResponse-To-Html.xslt index 8e537fcb..f917d140 100644 --- a/src/OopFactory.X12.Hipaa/Eligibility/Services/Xsl/BenefitResponse-To-Html.xslt +++ b/src/X12.Hipaa/Eligibility/Services/Xsl/BenefitResponse-To-Html.xslt @@ -1,657 +1,657 @@ - - - - - -
-
-

- Payer -

- - - - - - - -
Payer NameTransaction ID
-
-
-

- Provider -

- - - - - - - - - - - - - - - -
Provider - - - - - - - - -
Address -
-
- -
-
- -
-
Provider IDTax ID
-
-
-

- Subscriber -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Insured Name
Member IDSSN
Group NumberGroup Name&nbsp;
Date of BirthGender
Address - - -
Dependent Sequence Number - 1 -
Branch0002
Subdivision0001
Employee ID Number&nbsp;
Plan Code
-
- -
-

- Dependent -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Patient Name
RelationshipSSN
Group NumberGroup Name&nbsp;
Date of BirthGender
Address - - -
-
- -
-
-

- Coverage Type -

- - - - -
- -
-
-
-

- Coverage Dates -

- - - - - - - -
- Dependent Coverage Dates -
- Eligibility Begin -
-
-

- Deductibles & Maximums -

-
- - - - - - - - - - - - - - - -
- Deductible - - &nbsp; -
- - - -
- Family - - $150.00 -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Maximum - - &nbsp; -
- Individual - - &nbsp; - - $2,000.00 -
- &nbsp; - - Amount Used - - $103.00 -
- &nbsp; - - Amount Remaining - - $1,897.00 -
- Individual, Dental Care - - &nbsp; - - $2,000.00 -
- &nbsp; - - Amount Used - - $103.00 -
- &nbsp; - - Amount Remaining - - $1,897.00 -
- Individual, Periodontics - - &nbsp; - - $2,000.00 -
- &nbsp; - - Amount Used - - $103.00 -
- &nbsp; - - Amount Remaining - - $1,897.00 -
- Individual, Orthodontics - - Lifetime - - $2,500.00 -
-
-
-

- Plan Provisions -

- - - - - - - - - - - - - - - - - - - -
- This plan Coordinates Benefits -
- This plan uses Birthday Rule to Coordinate Benefits -
- COB Type - Non-duplication of benefits applies. -
- This plan covers teeth lost prior to the effective date -
- Total ortho charge to be considered as the placement charges 20% -
- Repetitive ortho payments are made QUARTERLY -
-
-
-

- Coverage -

- - - - - - - - - - - - - - - -
- Description - - &nbsp; - - &nbsp; - - Deductible Applies -
- - - - - -
- -
-
-
- - - - - - - - - NO -
-
-
-

- Frequency Limitations -

- - - - - - - - - - - - - -
- Procedure - - Restriction - - Last Visit -
- - - - - - - -
-
-
-

- Age Limitations -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Plan - - Procedure - - Restriction -
- &nbsp; - - &nbsp; - - Student To Age 25 -
- &nbsp; - - &nbsp; - - Dependent To Age 19 -
- &nbsp; - - Orthodontics - - Child To Age 19 -
- &nbsp; - - Orthodontics - - Student To Age 25 -
- &nbsp; - - Orthodontics - - Employee To Age 99 -
- &nbsp; - - D1204 - - To Age 19 -
- &nbsp; - - D1510 - - To Age 19 -
- &nbsp; - - D1351 - - To Age 19 -
-
-
-

- Other -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Employer - - &nbsp; -
- Name - - MY EMPLOYER -
- Address - - &nbsp; -
- &nbsp; -
- Payer - - &nbsp; -
- Name - - MetLife -
- Address - - PO BOX 981282
- EL PASO, TX&nbsp;&nbsp;79998 -
- Contact - - &nbsp; - - Telephone - - (888) 660-1046 -
-
-
- Disclaimer: This eligibility report is for informational purposes - only. The information is derived directly from the payer indicated on the report - and is not to be construed as a guarantee of payment. -
-
-
-
+ + + + + +
+
+

+ Payer +

+ + + + + + + +
Payer NameTransaction ID
+
+
+

+ Provider +

+ + + + + + + + + + + + + + + +
Provider + + + + + + + + +
Address +
+
+ +
+
+ +
+
Provider IDTax ID
+
+
+

+ Subscriber +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Insured Name
Member IDSSN
Group NumberGroup Name&nbsp;
Date of BirthGender
Address + + +
Dependent Sequence Number + 1 +
Branch0002
Subdivision0001
Employee ID Number&nbsp;
Plan Code
+
+ +
+

+ Dependent +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Patient Name
RelationshipSSN
Group NumberGroup Name&nbsp;
Date of BirthGender
Address + + +
+
+ +
+
+

+ Coverage Type +

+ + + + +
+ +
+
+
+

+ Coverage Dates +

+ + + + + + + +
+ Dependent Coverage Dates +
+ Eligibility Begin +
+
+

+ Deductibles & Maximums +

+
+ + + + + + + + + + + + + + + +
+ Deductible + + &nbsp; +
+ + + +
+ Family + + $150.00 +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Maximum + + &nbsp; +
+ Individual + + &nbsp; + + $2,000.00 +
+ &nbsp; + + Amount Used + + $103.00 +
+ &nbsp; + + Amount Remaining + + $1,897.00 +
+ Individual, Dental Care + + &nbsp; + + $2,000.00 +
+ &nbsp; + + Amount Used + + $103.00 +
+ &nbsp; + + Amount Remaining + + $1,897.00 +
+ Individual, Periodontics + + &nbsp; + + $2,000.00 +
+ &nbsp; + + Amount Used + + $103.00 +
+ &nbsp; + + Amount Remaining + + $1,897.00 +
+ Individual, Orthodontics + + Lifetime + + $2,500.00 +
+
+
+

+ Plan Provisions +

+ + + + + + + + + + + + + + + + + + + +
+ This plan Coordinates Benefits +
+ This plan uses Birthday Rule to Coordinate Benefits +
+ COB Type - Non-duplication of benefits applies. +
+ This plan covers teeth lost prior to the effective date +
+ Total ortho charge to be considered as the placement charges 20% +
+ Repetitive ortho payments are made QUARTERLY +
+
+
+

+ Coverage +

+ + + + + + + + + + + + + + + +
+ Description + + &nbsp; + + &nbsp; + + Deductible Applies +
+ + + + + +
+ +
+
+
+ + + + + + + + + NO +
+
+
+

+ Frequency Limitations +

+ + + + + + + + + + + + + +
+ Procedure + + Restriction + + Last Visit +
+ + + + + + + +
+
+
+

+ Age Limitations +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Plan + + Procedure + + Restriction +
+ &nbsp; + + &nbsp; + + Student To Age 25 +
+ &nbsp; + + &nbsp; + + Dependent To Age 19 +
+ &nbsp; + + Orthodontics + + Child To Age 19 +
+ &nbsp; + + Orthodontics + + Student To Age 25 +
+ &nbsp; + + Orthodontics + + Employee To Age 99 +
+ &nbsp; + + D1204 + + To Age 19 +
+ &nbsp; + + D1510 + + To Age 19 +
+ &nbsp; + + D1351 + + To Age 19 +
+
+
+

+ Other +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Employer + + &nbsp; +
+ Name + + MY EMPLOYER +
+ Address + + &nbsp; +
+ &nbsp; +
+ Payer + + &nbsp; +
+ Name + + MetLife +
+ Address + + PO BOX 981282
+ EL PASO, TX&nbsp;&nbsp;79998 +
+ Contact + + &nbsp; + + Telephone + + (888) 660-1046 +
+
+
+ Disclaimer: This eligibility report is for informational purposes + only. The information is derived directly from the payer indicated on the report + and is not to be construed as a guarantee of payment. +
+
+
+
diff --git a/src/OopFactory.X12.Hipaa/Eligibility/Services/Xsl/X12-271-To-BenefitResponse.xslt b/src/X12.Hipaa/Eligibility/Services/Xsl/X12-271-To-BenefitResponse.xslt similarity index 97% rename from src/OopFactory.X12.Hipaa/Eligibility/Services/Xsl/X12-271-To-BenefitResponse.xslt rename to src/X12.Hipaa/Eligibility/Services/Xsl/X12-271-To-BenefitResponse.xslt index 32b0479a..2779806f 100644 --- a/src/OopFactory.X12.Hipaa/Eligibility/Services/Xsl/X12-271-To-BenefitResponse.xslt +++ b/src/X12.Hipaa/Eligibility/Services/Xsl/X12-271-To-BenefitResponse.xslt @@ -1,671 +1,671 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
- - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Spouse - Child - Employee - Unknown - Organ Donor - Cadaver Donor - Life Partner - Other Relationship - - - - - - - - - - - - - Male - Female - Unknown - - - - - - - - - - - - -
- - - -
-
- - - - - - - - - - - - -
- - - - - - - - - Person - NonPerson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Spouse + Child + Employee + Unknown + Organ Donor + Cadaver Donor + Life Partner + Other Relationship + + + + + + + + + + + + + Male + Female + Unknown + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + + + + +
+ + + + + + + + + Person + NonPerson + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/X12.Hipaa/Enums/ClaimElements.cs b/src/X12.Hipaa/Enums/ClaimElements.cs new file mode 100644 index 00000000..b2d60b57 --- /dev/null +++ b/src/X12.Hipaa/Enums/ClaimElements.cs @@ -0,0 +1,48 @@ +namespace X12.Hipaa.Enums +{ + /// + /// Represents a collection of common elements found on Claims + /// + public static class ClaimElements + { + /// + /// Claims adjustment + /// + public const string Adjustment = "Adjustment"; + + /// + /// Claim amount + /// + public const string Amount = "Amount"; + + /// + /// Claim date + /// + public const string Date = "Date"; + + /// + /// Claim date range + /// + public const string DateRange = "DateRange"; + + /// + /// Claim note + /// + public const string Note = "Note"; + + /// + /// Benefit provider + /// + public const string Provider = "Provider"; + + /// + /// Claim adjustable quantity + /// + public const string Quantity = "Quantity"; + + /// + /// Claim service line + /// + public const string ServiceLine = "ServiceLine"; + } +} diff --git a/src/X12.Hipaa/Enums/ClaimType.cs b/src/X12.Hipaa/Enums/ClaimType.cs new file mode 100644 index 00000000..4b4ce420 --- /dev/null +++ b/src/X12.Hipaa/Enums/ClaimType.cs @@ -0,0 +1,23 @@ +namespace X12.Hipaa.Enums +{ + /// + /// Collection of claims types + /// + public enum ClaimType + { + /// + /// Professional claim type + /// + Professional, + + /// + /// Institutional claim type + /// + Institutional, + + /// + /// Dental claim type + /// + Dental + } +} diff --git a/src/X12.Hipaa/Enums/CodeList.cs b/src/X12.Hipaa/Enums/CodeList.cs new file mode 100644 index 00000000..6f83cedc --- /dev/null +++ b/src/X12.Hipaa/Enums/CodeList.cs @@ -0,0 +1,13 @@ +namespace X12.Hipaa.Enums +{ + public enum CodeList + { + Unknown, + + ICD9, + + ICD10, + + ABC + } +} diff --git a/src/X12.Hipaa/Enums/DentalElements.cs b/src/X12.Hipaa/Enums/DentalElements.cs new file mode 100644 index 00000000..e2fe2df8 --- /dev/null +++ b/src/X12.Hipaa/Enums/DentalElements.cs @@ -0,0 +1,23 @@ +namespace X12.Hipaa.Enums +{ + /// + /// Represents a collection of common elements used in dental benefits and claims documents + /// + public static class DentalElements + { + /// + /// Oral cavity designation + /// + public const string OralCavityDesignation = "OralCavityDesignation"; + + /// + /// Tooth information + /// + public const string ToothInformation = "ToothInformation"; + + /// + /// Tooth surface + /// + public const string ToothSurface = "ToothSurface"; + } +} diff --git a/src/X12.Hipaa/Enums/DiagnosisType.cs b/src/X12.Hipaa/Enums/DiagnosisType.cs new file mode 100644 index 00000000..1569a79d --- /dev/null +++ b/src/X12.Hipaa/Enums/DiagnosisType.cs @@ -0,0 +1,12 @@ +namespace X12.Hipaa.Enums +{ + public enum DiagnosisType + { + Unknown, + Principal, + Admitting, + PatientReason, + ExternalCauseOfInjury, + Other + } +} diff --git a/src/X12.Hipaa/Enums/EntityNameQualifier.cs b/src/X12.Hipaa/Enums/EntityNameQualifier.cs new file mode 100644 index 00000000..e322f457 --- /dev/null +++ b/src/X12.Hipaa/Enums/EntityNameQualifier.cs @@ -0,0 +1,9 @@ +namespace X12.Hipaa.Enums +{ + public enum EntityNameQualifier + { + Person, + + NonPerson + } +} diff --git a/src/X12.Hipaa/Enums/FormElements.cs b/src/X12.Hipaa/Enums/FormElements.cs new file mode 100644 index 00000000..d9e8509c --- /dev/null +++ b/src/X12.Hipaa/Enums/FormElements.cs @@ -0,0 +1,20 @@ +namespace X12.Hipaa.Enums +{ + public static class FormElements + { + /// + /// Form block + /// + public const string Block = "Block"; + + /// + /// Form page + /// + public const string Page = "Page"; + + /// + /// Claim document + /// + public const string Claim = "Claim"; + } +} diff --git a/src/X12.Hipaa/Enums/Gender.cs b/src/X12.Hipaa/Enums/Gender.cs new file mode 100644 index 00000000..46d40505 --- /dev/null +++ b/src/X12.Hipaa/Enums/Gender.cs @@ -0,0 +1,23 @@ +namespace X12.Hipaa.Enums +{ + /// + /// Collection of gender identifier for members + /// + public enum Gender + { + /// + /// Unknown member gender + /// + Unknown, + + /// + /// Male member gender + /// + Male, + + /// + /// Female member gender + /// + Female + } +} diff --git a/src/X12.Hipaa/Enums/PresentOnAdmission.cs b/src/X12.Hipaa/Enums/PresentOnAdmission.cs new file mode 100644 index 00000000..e2c05747 --- /dev/null +++ b/src/X12.Hipaa/Enums/PresentOnAdmission.cs @@ -0,0 +1,10 @@ +namespace X12.Hipaa.Enums +{ + public enum PresentOnAdmission + { + Unknown, + No, + Yes, + NotApplicable + } +} diff --git a/src/X12.Hipaa/Enums/TextAlign.cs b/src/X12.Hipaa/Enums/TextAlign.cs new file mode 100644 index 00000000..38fb6030 --- /dev/null +++ b/src/X12.Hipaa/Enums/TextAlign.cs @@ -0,0 +1,23 @@ +namespace X12.Hipaa.Enums +{ + /// + /// Represents text alignment values + /// + public enum TextAlign + { + /// + /// Left text alignment + /// + left, + + /// + /// Center text alignment + /// + center, + + /// + /// Right text alignment + /// + right + } +} diff --git a/src/OopFactory.X12.Hipaa/Properties/AssemblyInfo.cs b/src/X12.Hipaa/Properties/AssemblyInfo.cs similarity index 75% rename from src/OopFactory.X12.Hipaa/Properties/AssemblyInfo.cs rename to src/X12.Hipaa/Properties/AssemblyInfo.cs index 8441da82..edbeb87c 100644 --- a/src/OopFactory.X12.Hipaa/Properties/AssemblyInfo.cs +++ b/src/X12.Hipaa/Properties/AssemblyInfo.cs @@ -1,39 +1,39 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -/********************************************************** - * Copyright © 2011 Dannie Strubhar. All rights reserved. * - **********************************************************/ -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Hipaa")] -[assembly: AssemblyDescription("Open Source .NET C# X12 Parser")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Dannie Strubhar")] -[assembly: AssemblyProduct("OopFactory.X12.Hipaa")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0fcc70d6-3fe3-42c0-9df1-a162d915adc6")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.InteropServices; + +/********************************************************** + * Copyright © 2018 Brad Van Fleet. All rights reserved. * + **********************************************************/ + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Hipaa")] +[assembly: AssemblyDescription("Open Source C# .NET X12 Parser")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Brad Van Fleet")] +[assembly: AssemblyProduct("X12.Hipaa")] +[assembly: AssemblyCopyright("Copyright © 2018 Brad Van Fleet")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("0fcc70d6-3fe3-42c0-9df1-a162d915adc6")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/X12.Hipaa/Properties/Resources.Designer.cs b/src/X12.Hipaa/Properties/Resources.Designer.cs new file mode 100644 index 00000000..ec077160 --- /dev/null +++ b/src/X12.Hipaa/Properties/Resources.Designer.cs @@ -0,0 +1,81 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace X12.Hipaa.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("X12.Hipaa.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Invalid claim document provided. + /// + internal static string InvalidClaimDocumentError { + get { + return ResourceManager.GetString("InvalidClaimDocumentError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unable to parse ClaimType. + /// + internal static string InvalidClaimTypeError { + get { + return ResourceManager.GetString("InvalidClaimTypeError", resourceCulture); + } + } + } +} diff --git a/src/X12.Hipaa/Properties/Resources.resx b/src/X12.Hipaa/Properties/Resources.resx new file mode 100644 index 00000000..90be6006 --- /dev/null +++ b/src/X12.Hipaa/Properties/Resources.resx @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Invalid claim document provided + Format Parameter(s): none + + + Unable to parse ClaimType + Format Parameter(s): none + + \ No newline at end of file diff --git a/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.csproj b/src/X12.Hipaa/X12.Hipaa.csproj similarity index 78% rename from src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.csproj rename to src/X12.Hipaa/X12.Hipaa.csproj index b709ab7d..6a46bed0 100644 --- a/src/OopFactory.X12.Hipaa/OopFactory.X12.Hipaa.csproj +++ b/src/X12.Hipaa/X12.Hipaa.csproj @@ -1,164 +1,196 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815} - Library - Properties - OopFactory.X12.Hipaa - OopFactory.X12.Hipaa - v4.0 - 512 - %24/x12parser/trunk/src/OopFactory.X12.Hipaa - . - https://tfs.codeplex.com/tfs/tfs11 - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - Designer - - - - - - - - Designer - - - - - - - - Designer - Always - - - - - + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {203C0F4B-D1F0-4C20-8968-7DBD84F4A815} + Library + Properties + X12.Hipaa + X12.Hipaa + v4.6.1 + 512 + %24/x12parser/trunk/src/OopFactory.X12.Hipaa + . + https://tfs.codeplex.com/tfs/tfs11 + {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + Designer + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + Designer + + + + + + + + Designer + Always + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + {82795b66-0f18-4385-8180-a8c7e0f41893} + X12.Sql + + + + \ No newline at end of file diff --git a/src/X12.Hipaa/package.nuspec b/src/X12.Hipaa/package.nuspec new file mode 100644 index 00000000..ca7cc9ac --- /dev/null +++ b/src/X12.Hipaa/package.nuspec @@ -0,0 +1,28 @@ + + + + X12.Hipaa + $version$ + X12.Hipaa + Bradley Van Fleet + Bradley Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open source HIPAA claims processing models and utilities + + * Segregated package from other X12 assemblies + * Added documentation to several code files + * Segregated some of the code into separate namespaces + + Copyright © Brad Van Fleet 2018 + X12 parser + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12.ImportX12/App.config b/src/X12.ImportX12/App.config similarity index 93% rename from src/OopFactory.X12.ImportX12/App.config rename to src/X12.ImportX12/App.config index 2523c1b0..934eb855 100644 --- a/src/OopFactory.X12.ImportX12/App.config +++ b/src/X12.ImportX12/App.config @@ -1,34 +1,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/OopFactory.X12.ImportX12/Program.cs b/src/X12.ImportX12/Program.cs similarity index 59% rename from src/OopFactory.X12.ImportX12/Program.cs rename to src/X12.ImportX12/Program.cs index b87c6892..65702b49 100644 --- a/src/OopFactory.X12.ImportX12/Program.cs +++ b/src/X12.ImportX12/Program.cs @@ -1,91 +1,112 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Configuration; -using OopFactory.X12.Parsing; -using OopFactory.X12.Repositories; -using System.IO; -using System.Diagnostics; -namespace OopFactory.X12.ImportX12 -{ - class Program - { - static void Main(string[] args) - { - string dsn = ConfigurationManager.ConnectionStrings["X12"].ConnectionString; - - bool throwExceptionOnSyntaxErrors = ConfigurationManager.AppSettings["ThrowExceptionOnSyntaxErrors"] == "true"; - string[] segments = ConfigurationManager.AppSettings["IndexedSegments"].Split(','); - string parseDirectory = ConfigurationManager.AppSettings["ParseDirectory"]; - string parseSearchPattern = ConfigurationManager.AppSettings["ParseSearchPattern"]; - string archiveDirectory = ConfigurationManager.AppSettings["ArchiveDirectory"]; - string failureDirectory = ConfigurationManager.AppSettings["FailureDirectory"]; - string sqlDateType = ConfigurationManager.AppSettings["SqlDateType"]; - int segmentBatchSize = Convert.ToInt32(ConfigurationManager.AppSettings["SqlSegmentBatchSize"]); - - var specFinder = new SpecificationFinder(); - var parser = new X12Parser(throwExceptionOnSyntaxErrors); - parser.ParserWarning += new X12Parser.X12ParserWarningEventHandler(parser_ParserWarning); - var repo = new SqlTransactionRepository(dsn, specFinder, segments, ConfigurationManager.AppSettings["schema"], ConfigurationManager.AppSettings["containerSchema"], segmentBatchSize, sqlDateType); - - foreach (var filename in Directory.GetFiles(parseDirectory, parseSearchPattern, SearchOption.AllDirectories)) - { - byte[] header = new byte[6]; - using (FileStream fs = new FileStream(filename, FileMode.Open, FileAccess.Read)) - { - // peak at first 6 characters to determine if this is a unicode file - fs.Read(header, 0, 6); - fs.Close(); - } - Encoding encoding = (header[1] == 0 && header[3] == 0 && header[5] == 0) ? Encoding.Unicode : Encoding.UTF8; - - - var fi = new FileInfo(filename); - using (FileStream fs = new FileStream(filename, FileMode.Open, FileAccess.Read)) - { - try - { - var interchanges = parser.ParseMultiple(fs, encoding); - - foreach (var interchange in interchanges) - { - repo.Save(interchange, filename, Environment.UserName); - } - if (!string.IsNullOrWhiteSpace(archiveDirectory)) - MoveTo(fi, parseDirectory, archiveDirectory); - } - catch (Exception exc) - { - Trace.TraceError("Error parsing {0}: {1}\n{2}", fi.FullName, exc.Message, exc.StackTrace); - if (!string.IsNullOrEmpty(failureDirectory)) - MoveTo(fi, parseDirectory, failureDirectory); - } - } - } - } - - private static void MoveTo(FileInfo fi, string sourceDirectory, string targetDirectory) - { - string targetFilename = string.Format("{0}{1}", targetDirectory, fi.FullName.Replace(sourceDirectory, "")); - FileInfo targetFile = new FileInfo(targetFilename); - try - { - if (!targetFile.Directory.Exists) - { - targetFile.Directory.Create(); - } - fi.MoveTo(targetFilename); - } - catch (Exception exc2) - { - Trace.TraceError("Error moving {0} to {1}: {2}\n{3}", fi.FullName, targetFilename, exc2.Message, exc2.StackTrace); - } - } - - static void parser_ParserWarning(object sender, X12ParserWarningEventArgs args) - { - Trace.TraceWarning("Error parsing interchange {0} at position {1}: {2}", args.InterchangeControlNumber, args.SegmentPositionInInterchange, args.Message); - } - } -} +namespace X12.ImportX12 +{ + using System; + using System.Configuration; + using System.Diagnostics; + using System.IO; + using System.Text; + + using X12.Parsing; + using X12.Specifications.Finders; + using X12.Sql; + + /// + /// Primary driver for the ImportX12 application + /// + public class Program + { + /// + /// Main entry point for the ImportX12 driver + /// + public static void Main() + { + string dsn = ConfigurationManager.ConnectionStrings["X12"].ConnectionString; + + bool throwExceptionOnSyntaxErrors = ConfigurationManager.AppSettings["ThrowExceptionOnSyntaxErrors"] == "true"; + string[] segments = ConfigurationManager.AppSettings["IndexedSegments"].Split(','); + string parseDirectory = ConfigurationManager.AppSettings["ParseDirectory"]; + string parseSearchPattern = ConfigurationManager.AppSettings["ParseSearchPattern"]; + string archiveDirectory = ConfigurationManager.AppSettings["ArchiveDirectory"]; + string failureDirectory = ConfigurationManager.AppSettings["FailureDirectory"]; + string sqlDateType = ConfigurationManager.AppSettings["SqlDateType"]; + int segmentBatchSize = Convert.ToInt32(ConfigurationManager.AppSettings["SqlSegmentBatchSize"]); + + var specFinder = new SpecificationFinder(); + var parser = new X12Parser(throwExceptionOnSyntaxErrors); + parser.ParserWarning += Parser_ParserWarning; + var repo = new SqlTransactionRepository( + dsn, + specFinder, + segments, + typeof(int), + ConfigurationManager.AppSettings["schema"], + ConfigurationManager.AppSettings["containerSchema"], + segmentBatchSize, + sqlDateType); + + foreach (var filename in Directory.GetFiles(parseDirectory, parseSearchPattern, SearchOption.AllDirectories)) + { + var header = new byte[6]; + using (var fs = new FileStream(filename, FileMode.Open, FileAccess.Read)) + { + // peak at first 6 characters to determine if this is a unicode file + fs.Read(header, 0, 6); + fs.Close(); + } + + Encoding encoding = (header[1] == 0 && header[3] == 0 && header[5] == 0) ? Encoding.Unicode : Encoding.UTF8; + + var fi = new FileInfo(filename); + using (var fs = new FileStream(filename, FileMode.Open, FileAccess.Read)) + { + try + { + var interchanges = parser.ParseMultiple(fs, encoding); + + foreach (var interchange in interchanges) + { + repo.Save(interchange, filename, Environment.UserName); + } + + if (!string.IsNullOrWhiteSpace(archiveDirectory)) + { + MoveTo(fi, parseDirectory, archiveDirectory); + } + } + catch (Exception exc) + { + Trace.TraceError($"Error parsing {fi.FullName}: {exc.Message}\n{exc.StackTrace}"); + if (!string.IsNullOrEmpty(failureDirectory)) + { + MoveTo(fi, parseDirectory, failureDirectory); + } + } + } + } + } + + private static void MoveTo(FileInfo fi, string sourceDirectory, string targetDirectory) + { + string targetFilename = string.Format("{0}{1}", targetDirectory, fi.FullName.Replace(sourceDirectory, string.Empty)); + var targetFile = new FileInfo(targetFilename); + try + { + if (!targetFile.Directory.Exists) + { + targetFile.Directory.Create(); + } + + fi.MoveTo(targetFilename); + } + catch (Exception exc2) + { + Trace.TraceError($"Error moving {fi.FullName} to {targetFilename}: {exc2.Message}\n{exc2.StackTrace}"); + } + } + + private static void Parser_ParserWarning(object sender, X12ParserWarningEventArgs args) + { + Trace.TraceWarning($"Error parsing interchange {args.InterchangeControlNumber} at position {args.SegmentPositionInInterchange}: {args.Message}"); + } + } +} diff --git a/src/OopFactory.X12.ImportX12/Properties/AssemblyInfo.cs b/src/X12.ImportX12/Properties/AssemblyInfo.cs similarity index 90% rename from src/OopFactory.X12.ImportX12/Properties/AssemblyInfo.cs rename to src/X12.ImportX12/Properties/AssemblyInfo.cs index fd1f67d1..38a234d2 100644 --- a/src/OopFactory.X12.ImportX12/Properties/AssemblyInfo.cs +++ b/src/X12.ImportX12/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.ImportX12")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OopFactory.X12.ImportX12")] -[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("65defb8b-f296-49d2-8f38-b39ddeda27e8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.ImportX12")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("X12.ImportX12")] +[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("65defb8b-f296-49d2-8f38-b39ddeda27e8")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/X12.ImportX12/X12.ImportX12.csproj b/src/X12.ImportX12/X12.ImportX12.csproj new file mode 100644 index 00000000..dd58772f --- /dev/null +++ b/src/X12.ImportX12/X12.ImportX12.csproj @@ -0,0 +1,108 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {0F2CD40F-4B51-48CC-AEA3-9F43EB0A3789} + Exe + Properties + X12.ImportX12 + X12.ImportX12 + v4.6.1 + + + 512 + SAK + SAK + SAK + SAK + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + ..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll + + + + + + + ..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll + + + ..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll + + + ..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll + + + + + + + + + + + + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + {82795b66-0f18-4385-8180-a8c7e0f41893} + X12.Sql + + + + + \ No newline at end of file diff --git a/src/X12.ImportX12/packages.config b/src/X12.ImportX12/packages.config new file mode 100644 index 00000000..ab7e0f18 --- /dev/null +++ b/src/X12.ImportX12/packages.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/X12.Parsing/Properties/AssemblyInfo.cs b/src/X12.Parsing/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..ec0b562b --- /dev/null +++ b/src/X12.Parsing/Properties/AssemblyInfo.cs @@ -0,0 +1,32 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Parsing.Properties")] +[assembly: AssemblyDescription("Open Source C# .NET X12 Parser")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Bradley Van Fleet")] +[assembly: AssemblyProduct("X12.Parsing")] +[assembly: AssemblyCopyright("Copyright © Bradley Van Fleet 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("eb4b40a8-7212-4c46-99e0-189420f988e7")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/src/X12.Parsing/Properties/Resources.Designer.cs b/src/X12.Parsing/Properties/Resources.Designer.cs new file mode 100644 index 00000000..ab29041e --- /dev/null +++ b/src/X12.Parsing/Properties/Resources.Designer.cs @@ -0,0 +1,162 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace X12.Parsing.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("X12.Parsing.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Hierarchical Loop '{0}' cannot be added to transaction '{1}' because the ID '{2}' already exists.. + /// + internal static string X12ParserHLoopIdExists { + get { + return ResourceManager.GetString("X12ParserHLoopIdExists", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Heierchical Loop {0} cannot be added to transaction set {1} because it's specification cannot be identified.. + /// + internal static string X12ParserInvalidHLoopSpecification { + get { + return ResourceManager.GetString("X12ParserInvalidHLoopSpecification", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment {0} does not have a matching {1} segment preceding it.. + /// + internal static string X12ParserMismatchSegment { + get { + return ResourceManager.GetString("X12ParserMismatchSegment", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment '{0}' cannot occur without a preceding GS segment.. + /// + internal static string X12ParserMissingGsSegment { + get { + return ResourceManager.GetString("X12ParserMissingGsSegment", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hierarchical Loop '{0}' expects Parent ID '{1}' which did not occur preceding it. To change this to a warning, pass throwExceptionOnSyntaxErrors = false to the X12Parser constructor.. + /// + internal static string X12ParserMissingParentIdError { + get { + return ResourceManager.GetString("X12ParserMissingParentIdError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hierarchical Loop '{0}' expects Parent ID '{1}' which did not occur preceding it. This will be parsed as if it has no parent, but the file may not be valid.. + /// + internal static string X12ParserMissingParentIdWarning { + get { + return ResourceManager.GetString("X12ParserMissingParentIdWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment '{0}' cannot occur before a {1} segment.. + /// + internal static string X12ParserMissingPrecedingSegment { + get { + return ResourceManager.GetString("X12ParserMissingPrecedingSegment", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Your file contains more than one interchange, you must use ParseMultiple instead of Parse to get all the records in this file.. + /// + internal static string X12ParserParseError { + get { + return ResourceManager.GetString("X12ParserParseError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment '{3}' in segment position '{4}' within transaction '{1}' cannot be identified within the supplied specification for transaction set '{0}' in any of the expected loops: {5}. To change this to a warning, pass throwExceptionOnSyntaxErrors = false to the X12Parser constructor.. + /// + internal static string X12ParserSegmentCannotBeIdentitied { + get { + return ResourceManager.GetString("X12ParserSegmentCannotBeIdentitied", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment '{2}' in segment position '{3}' within transaction '{1}' cannot be identified within the supplied specification for transaction set '{0}' in any of the expected loops: {4}. It will be added to loop '{5}', but this may invalidate all subsequent segments.. + /// + internal static string X12ParserSegmentWarning { + get { + return ResourceManager.GetString("X12ParserSegmentWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ISA segment and terminator is expected to be at least 106 characters.. + /// + internal static string X12ReaderInvalidHeader { + get { + return ResourceManager.GetString("X12ReaderInvalidHeader", resourceCulture); + } + } + } +} diff --git a/src/X12.Parsing/Properties/Resources.resx b/src/X12.Parsing/Properties/Resources.resx new file mode 100644 index 00000000..0f930193 --- /dev/null +++ b/src/X12.Parsing/Properties/Resources.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hierarchical Loop '{0}' cannot be added to transaction '{1}' because the ID '{2}' already exists. + Format Parameter(s): loopId, transactionId, loopId + + + Heierchical Loop {0} cannot be added to transaction set {1} because it's specification cannot be identified. + Format Parameter(s): hloopId, transactionSetId + + + Segment {0} does not have a matching {1} segment preceding it. + Format Parameter(s): currentId, requiredId + + + Segment '{0}' cannot occur without a preceding GS segment. + Format Parameter(s): segmentString + + + Hierarchical Loop '{0}' expects Parent ID '{1}' which did not occur preceding it. To change this to a warning, pass throwExceptionOnSyntaxErrors = false to the X12Parser constructor. + Format Parameter(s): loopId, parentId + + + Hierarchical Loop '{0}' expects Parent ID '{1}' which did not occur preceding it. This will be parsed as if it has no parent, but the file may not be valid. + Format Parameter(s): loopId, parentId + + + Segment '{0}' cannot occur before a {1} segment. + Format Parameter(s): currentId, precedingId + + + Your file contains more than one interchange, you must use ParseMultiple instead of Parse to get all the records in this file. + Format Parameter(s): none + + + Segment '{3}' in segment position '{4}' within transaction '{1}' cannot be identified within the supplied specification for transaction set '{0}' in any of the expected loops: {5}. To change this to a warning, pass throwExceptionOnSyntaxErrors = false to the X12Parser constructor. + Format Parameter(s): transactionSetId, transactionId, segmentId, segmentPosition, containerStack + + + Segment '{2}' in segment position '{3}' within transaction '{1}' cannot be identified within the supplied specification for transaction set '{0}' in any of the expected loops: {4}. It will be added to loop '{5}', but this may invalidate all subsequent segments. + Format Parameter(s): transactionSetId, transactionId, segmentId, segmentPosition, containerStack, loopId + + + ISA segment and terminator is expected to be at least 106 characters. + Format Parameter(s): none + + \ No newline at end of file diff --git a/src/X12.Parsing/UnbundlingService.cs b/src/X12.Parsing/UnbundlingService.cs new file mode 100644 index 00000000..8706f1f9 --- /dev/null +++ b/src/X12.Parsing/UnbundlingService.cs @@ -0,0 +1,152 @@ +namespace X12.Parsing +{ + using System.Collections.Generic; + using System.Text; + + using X12.Shared.Models; + + /// + /// Provides methods for unbundling loops from different loop container types + /// + internal class UnbundlingService + { + private readonly char segmentTerminator; + + /// + /// Initializes a new instance of the class + /// + /// Termination character for a segment + public UnbundlingService(char segmentTerminator) + { + this.segmentTerminator = segmentTerminator; + } + + /// + /// Unbundles each loop from a + /// + /// Collection of loops being unbundled + /// Container with loops to be unbundled + /// Loop identifier + public void UnbundleLoops(IList list, LoopContainer container, string loopId) + { + foreach (Loop loop in container.Loops) + { + if (loop.Specification.LoopId == loopId) + { + list.Add(this.ExtractLoop(loop, loopId)); + } + + this.UnbundleLoops(list, loop, loopId); + } + } + + /// + /// Unbundles each loop from a + /// + /// Collection of loops being unbundled + /// Container with loops to be unbundled + /// Loop identifier + public void UnbundleHLoops(List list, HierarchicalLoopContainer container, string loopId) + { + this.UnbundleLoops(list, container, loopId); + foreach (HierarchicalLoop hloop in container.HLoops) + { + if (hloop.Specification.LoopId == loopId) + { + list.Add(this.ExtractLoop(hloop, loopId)); + } + else + { + this.UnbundleHLoops(list, hloop, loopId); + } + } + } + + private string ExtractLoop(LoopContainer loop, string loopId) + { + var sb = new StringBuilder(); + + LoopContainer parent = (LoopContainer)loop.Parent; + sb.AppendLine(this.SerializeParent(parent, loopId)); + sb.AppendLine(loop.ToX12String(true)); + foreach (var segment in loop.Transaction.TrailerSegments) + { + sb.Append(segment.SegmentString); + sb.Append(this.segmentTerminator); + } + + foreach (var segment in loop.Transaction.FunctionGroup.TrailerSegments) + { + sb.Append(segment.SegmentString); + sb.Append(this.segmentTerminator); + } + + return sb.ToString(); + } + + private string SerializeParent(LoopContainer container, string excludedLoopId) + { + if (!(container is Transaction)) + { + LoopContainer parent = (LoopContainer)container.Parent; + string thisLoopId = excludedLoopId; + if (container is Loop containerLoop) + { + thisLoopId = containerLoop.Specification.LoopId; + } + + if (container is HierarchicalLoop hierarchicalLoop) + { + thisLoopId = hierarchicalLoop.Specification.LoopId; + } + + var sb = new StringBuilder(this.SerializeParent(parent, thisLoopId)); + sb.Append(container.SegmentString); + sb.Append(this.segmentTerminator); + foreach (var segment in container.Segments) + { + if (segment is Loop loop) + { + if (loop.Specification.LoopId != excludedLoopId) + { + sb.AppendLine(segment.SerializeToX12(true)); + } + } + else + { + sb.Append(segment.SegmentString); + sb.Append(this.segmentTerminator); + } + } + + return sb.ToString(); + } + else + { + var sb = new StringBuilder(); + sb.Append(container.Transaction.FunctionGroup.SegmentString); + sb.Append(this.segmentTerminator); + sb.Append(container.Transaction.SegmentString); + sb.Append(this.segmentTerminator); + + foreach (var segment in container.Transaction.Segments) + { + if (segment is Loop loop) + { + if (loop.Specification.LoopId != excludedLoopId) + { + sb.AppendLine(segment.SerializeToX12(true)); + } + } + else + { + sb.Append(segment.SegmentString); + sb.Append(this.segmentTerminator); + } + } + + return sb.ToString(); + } + } + } +} diff --git a/src/X12.Parsing/X12.Parsing.csproj b/src/X12.Parsing/X12.Parsing.csproj new file mode 100644 index 00000000..18d4957c --- /dev/null +++ b/src/X12.Parsing/X12.Parsing.csproj @@ -0,0 +1,80 @@ + + + + + Debug + AnyCPU + {29EEAA38-BFB2-4732-A286-EB91355F9BCD} + Library + Properties + X12.Parsing + X12.Parsing + v4.6.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + lib\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + + + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + {c080e31b-1f81-4f6e-b634-90d834b1811d} + X12.Transformations + + + + \ No newline at end of file diff --git a/src/X12.Parsing/X12EdiParsingService.cs b/src/X12.Parsing/X12EdiParsingService.cs new file mode 100644 index 00000000..39e0ce35 --- /dev/null +++ b/src/X12.Parsing/X12EdiParsingService.cs @@ -0,0 +1,60 @@ +namespace X12.Parsing +{ + using System.IO; + using System.Linq; + using System.Text; + + using X12.Shared.Models; + using X12.Specifications.Interfaces; + using X12.Transformations; + + /// + /// Transformation service which provides X12 to XML transformation + /// + public class X12EdiParsingService : ITransformationService + { + private readonly bool suppressComments; + private readonly X12Parser parser; + + /// + /// Initializes a new instance of the class + /// + /// Indicates whether error comments should be suppressed + /// X12 parser used for parsing the document + public X12EdiParsingService(bool suppressComments, X12Parser parser) + { + this.suppressComments = suppressComments; + this.parser = parser; + } + + /// + /// Initializes a new instance of the class + /// + /// Indicates whether error comments should be suppressed + public X12EdiParsingService(bool suppressComments) + : this(suppressComments, new X12Parser()) + { + } + + /// + /// Initializes a new instance of the class + /// + /// Indicates whether error comments should be suppressed + /// Specification finder for the EDI file being parsed + public X12EdiParsingService(bool suppressComments, ISpecificationFinder specFinder) + : this(suppressComments, new X12Parser(specFinder, true)) + { + } + + /// + /// Transforms the X12 string into an XML string + /// + /// X12 data to be transformed + /// XML string from parsed X12 data + public string Transform(string x12) + { + Interchange interchange = this.parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(x12))).FirstOrDefault(); + return interchange?.Serialize(this.suppressComments); + } + } +} diff --git a/src/X12.Parsing/X12FlatTransaction.cs b/src/X12.Parsing/X12FlatTransaction.cs new file mode 100644 index 00000000..386deec9 --- /dev/null +++ b/src/X12.Parsing/X12FlatTransaction.cs @@ -0,0 +1,78 @@ +namespace X12.Parsing +{ + using System.Collections.Generic; + using System.Text; + + /// + /// Represents a flattened transaction + /// + public class X12FlatTransaction + { + /// + /// Initializes a new instance of the class + /// + /// ISA segment string + /// Function group segment string + /// Transaction segment string + internal X12FlatTransaction(string isaSegment, string gsSegment, string transaction) + { + this.IsaSegment = isaSegment; + this.GsSegment = gsSegment; + this.Transactions = new List { transaction }; + } + + /// + /// Gets the ISA segment for this transaction + /// + public string IsaSegment { get; } + + /// + /// Gets the function group segment for this transaction + /// + public string GsSegment { get; } + + /// + /// Gets the collection of transactions stored in this transaction + /// + public List Transactions { get; } + + /// + /// Returns the size of the flat transaction + /// + /// Size of transaction + public int GetSize() + { + int size = this.IsaSegment.Length + this.GsSegment.Length; + foreach (string tran in this.Transactions) + { + size += tran.Length; + } + + return size; + } + + /// + /// Returns the string representation of the flat transaction + /// + /// String representation of the transaction + public override string ToString() + { + var sb = new StringBuilder(); + sb.Append(this.IsaSegment); + sb.Append(this.GsSegment); + foreach (string tran in this.Transactions) + { + sb.Append(tran); + } + + char elementDelimiter = this.IsaSegment[3]; + char segmentDelimiter = this.IsaSegment[105]; + string[] isaElements = this.IsaSegment.Split(elementDelimiter); + string[] functionGroupElements = this.GsSegment.Split(elementDelimiter); + + sb.Append($"GE{elementDelimiter}{this.Transactions.Count}{elementDelimiter}{functionGroupElements[6]}{segmentDelimiter}"); + sb.Append($"IEA{elementDelimiter}1{elementDelimiter}{isaElements[13]}{segmentDelimiter}"); + return sb.ToString(); + } + } +} diff --git a/src/X12.Parsing/X12Parser.cs b/src/X12.Parsing/X12Parser.cs new file mode 100644 index 00000000..1b1627cc --- /dev/null +++ b/src/X12.Parsing/X12Parser.cs @@ -0,0 +1,486 @@ +namespace X12.Parsing +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Text; + using System.Xml; + using System.Xml.Xsl; + + using X12.Parsing.Properties; + using X12.Shared.Models; + using X12.Specifications.Finders; + using X12.Specifications.Interfaces; + using X12.Transformations; + + /// + /// Parser for converting X12 documents to Interchanges + /// + public class X12Parser + { + private readonly ISpecificationFinder specFinder; + private readonly bool throwExceptionOnSyntaxErrors; + private readonly char[] ignoredChars; + + /// + /// Initializes a new instance of the class + /// + /// Specification finder for determining how to process X12 + /// Flag if exceptions should be thrown with invalid syntax + /// Characters to be ignored by the parser + public X12Parser(ISpecificationFinder specFinder, bool throwExceptionOnSyntaxErrors, char[] ignoredChars) + { + this.specFinder = specFinder; + this.throwExceptionOnSyntaxErrors = throwExceptionOnSyntaxErrors; + this.ignoredChars = ignoredChars; + } + + /// + /// Initializes a new instance of the class + /// + /// Specification finder for determining how to process X12 + /// Flag if exceptions should be thrown with invalid syntax + public X12Parser(ISpecificationFinder specFinder, bool throwExceptionOnSyntaxErrors) + : this(specFinder, throwExceptionOnSyntaxErrors, new char[] { }) + { + } + + /// + /// Initializes a new instance of the class + /// + /// Specification finder for determining how to process X12 + public X12Parser(ISpecificationFinder specFinder) + : this(specFinder, true, new char[] { }) + { + } + + /// + /// Initializes a new instance of the class + /// + /// Flag if exceptions should be thrown with invalid syntax + public X12Parser(bool throwExceptionOnSyntaxErrors) + : this(new SpecificationFinder(), throwExceptionOnSyntaxErrors, new char[] { }) + { + } + + /// + /// Initializes a new instance of the class + /// + public X12Parser() + : this(new SpecificationFinder(), true, new char[] { }) + { + } + + /// + /// Event handler definition for broadcasting issues with the X12 + /// + /// Object sending the call + /// Additional event arguments + public delegate void X12ParserWarningEventHandler(object sender, X12ParserWarningEventArgs args); + + /// + /// Event hook to be triggered on parser warning + /// + public event X12ParserWarningEventHandler ParserWarning; + + /// + /// Parses a single interchange from an X12 document + /// + /// X12 data to be parsed + /// First interchange parsed from X12 + [Obsolete("Use ParseMultiple instead. Parse will only return the first interchange in the file.")] + public Interchange Parse(string x12) + { + byte[] byteArray = Encoding.UTF8.GetBytes(x12); + using (var mstream = new MemoryStream(byteArray)) + { + return this.Parse(mstream); + } + } + + /// + /// Parses a single interchange from an X12 document + /// + /// Stream pointing to source X12 data + /// First interchange parsed from X12 + /// Thrown if there are more than 1 interchanges in the stream + [Obsolete("Use ParseMultiple instead. Parse will only return the first interchange in the file.")] + public Interchange Parse(Stream stream) + { + var interchanges = this.ParseMultiple(stream); + if (interchanges.Count > 1) + { + throw new ApplicationException(Resources.X12ParserParseError); + } + + return interchanges.FirstOrDefault(); + } + + /// + /// Parses all interchanges from an X12 document + /// + /// X12 data to be parsed + /// collection parsed from X12 + /// Thrown on any missing segments or parent IDs + public List ParseMultiple(string x12) + { + byte[] byteArray = Encoding.UTF8.GetBytes(x12); + using (MemoryStream mstream = new MemoryStream(byteArray)) + { + return this.ParseMultiple(mstream); + } + } + + /// + /// Parses all interchanges from an X12 document + /// + /// Stream pointing to source X12 data + /// collection parsed from X12 + /// Thrown on any missing segments or parent IDs + public List ParseMultiple(Stream stream) + { + return this.ParseMultiple(stream, Encoding.UTF8); + } + + /// + /// Parses all interchanges from an X12 document + /// + /// Stream pointing to source X12 data + /// Stream encoding for reading data + /// collection parsed from X12 + /// Thrown on any missing segments or parent IDs + /// + /// Thrown if segment cannot be identified and validated against the current specification + /// + public List ParseMultiple(Stream stream, Encoding encoding) + { + var envelopes = new List(); + + using (var reader = new X12StreamReader(stream, encoding, this.ignoredChars)) + { + var envelop = new Interchange(this.specFinder, reader.CurrentIsaSegment); + envelopes.Add(envelop); + Container currentContainer = envelop; + FunctionGroup fg = null; + Transaction tr = null; + var hloops = new Dictionary(); + + string segmentString = reader.ReadNextSegment(); + string segmentId = reader.ReadSegmentId(segmentString); + int segmentIndex = 1; + var containerStack = new Stack(); + while (segmentString.Length > 0) + { + switch (segmentId) + { + case "ISA": + envelop = new Interchange(this.specFinder, segmentString + reader.Delimiters.SegmentTerminator); + envelopes.Add(envelop); + currentContainer = envelop; + fg = null; + tr = null; + hloops = new Dictionary(); + break; + case "IEA": + if (envelop == null) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMismatchSegment, segmentString, "ISA")); + } + + envelop.SetTerminatingTrailerSegment(segmentString); + break; + case "GS": + if (envelop == null) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMissingPrecedingSegment, segmentString, "ISA")); + } + + currentContainer = fg = envelop.AddFunctionGroup(segmentString); + break; + case "GE": + if (fg == null) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMismatchSegment, segmentString, "GS")); + } + + fg.SetTerminatingTrailerSegment(segmentString); + fg = null; + break; + case "ST": + if (fg == null) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMissingGsSegment, segmentString)); + } + + segmentIndex = 1; + currentContainer = tr = fg.AddTransaction(segmentString); + hloops = new Dictionary(); + break; + case "SE": + if (tr == null) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMismatchSegment, segmentString, "ST")); + } + + tr.SetTerminatingTrailerSegment(segmentString); + tr = null; + break; + case "HL": + var hierarchicalLoopSegment = new Segment(null, reader.Delimiters, segmentString); + string id = hierarchicalLoopSegment.GetElement(1); + string parentId = hierarchicalLoopSegment.GetElement(2); + string levelCode = hierarchicalLoopSegment.GetElement(3); + + while (!(currentContainer is HierarchicalLoopContainer hlCurrentContainer && hlCurrentContainer.AllowsHierarchicalLoop(levelCode))) + { + if (currentContainer.Parent != null) + { + currentContainer = currentContainer.Parent; + } + else + { + throw new InvalidOperationException(string.Format( + Resources.X12ParserInvalidHLoopSpecification, + segmentString, + tr.ControlNumber)); + } + } + + bool parentFound = false; + if (!string.IsNullOrEmpty(parentId)) + { + if (hloops.ContainsKey(parentId)) + { + parentFound = true; + currentContainer = hloops[parentId].AddHLoop(segmentString); + } + else + { + if (this.throwExceptionOnSyntaxErrors) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMissingParentIdError, id, parentId)); + } + + this.OnParserWarning(new X12ParserWarningEventArgs + { + FileIsValid = false, + InterchangeControlNumber = envelop.InterchangeControlNumber, + FunctionalGroupControlNumber = fg.ControlNumber, + TransactionControlNumber = tr.ControlNumber, + SegmentPositionInInterchange = segmentIndex, + Segment = segmentString, + SegmentId = segmentId, + Message = string.Format(Resources.X12ParserMissingParentIdWarning, id, parentId) + }); + } + } + + if (string.IsNullOrEmpty(parentId) || !parentFound) + { + while (!(currentContainer is HierarchicalLoopContainer hlCurrentContainer && hlCurrentContainer.HasHierachicalSpecs())) + { + currentContainer = currentContainer.Parent; + } + + currentContainer = ((HierarchicalLoopContainer)currentContainer).AddHLoop(segmentString); + } + + if (hloops.ContainsKey(id)) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserHLoopIdExists, segmentString, tr.ControlNumber, id)); + } + + hloops.Add(id, (HierarchicalLoop)currentContainer); + break; + case "TA1": + if (envelop == null) + { + throw new InvalidOperationException(string.Format(Resources.X12ParserMismatchSegment, segmentString, "ISA")); + } + + envelop.AddSegment(segmentString); + break; + default: + var originalContainer = currentContainer; + containerStack.Clear(); + while (currentContainer != null) + { + if (currentContainer.AddSegment(segmentString) != null) + { + if (segmentId == "LE") + { + currentContainer = currentContainer.Parent; + } + + break; + } + + if (currentContainer is LoopContainer loopContainer) + { + Loop newLoop = loopContainer.AddLoop(segmentString); + if (newLoop != null) + { + currentContainer = newLoop; + break; + } + + if (currentContainer is Transaction tran) + { + if (this.throwExceptionOnSyntaxErrors) + { + throw new TransactionValidationException( + Resources.X12ParserSegmentCannotBeIdentitied, + tran.IdentifierCode, + tran.ControlNumber, + string.Empty, + segmentString, + segmentIndex, + string.Join(",", containerStack)); + } + + currentContainer = originalContainer; + currentContainer.AddSegment(segmentString, true); + this.OnParserWarning(new X12ParserWarningEventArgs + { + FileIsValid = false, + InterchangeControlNumber = envelop.InterchangeControlNumber, + FunctionalGroupControlNumber = fg.ControlNumber, + TransactionControlNumber = tran.ControlNumber, + SegmentPositionInInterchange = segmentIndex, + SegmentId = segmentId, + Segment = segmentString, + Message = string.Format( + Resources.X12ParserSegmentWarning, + tran.IdentifierCode, + tran.ControlNumber, + segmentString, + segmentIndex, + string.Join(",", containerStack), + containerStack.LastOrDefault()) + }); + break; + } + + if (currentContainer is Loop containerLoop) + { + containerStack.Push(containerLoop.Specification.LoopId); + } + + if (currentContainer is HierarchicalLoop hloop) + { + containerStack.Push($"{hloop.Specification.LoopId}[{hloop.Id}]"); + } + + currentContainer = currentContainer.Parent; + continue; + } + + break; + } + + break; + } + + segmentString = reader.ReadNextSegment(); + segmentId = reader.ReadSegmentId(segmentString); + segmentIndex++; + } + + return envelopes; + } + } + + /// + /// Transforms XML data to X12 data and returns the string representation + /// + /// XML data to be transformed + /// String representation of data in X12 + public string TransformToX12(string xml) + { + var transform = new XslCompiledTransform(); + Stream stream = TransformationStreamFactory.GetX12TransformationStream(); + transform.Load(XmlReader.Create(stream)); + + using (var writer = new StringWriter()) + { + transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), writer); + return writer.GetStringBuilder().ToString(); + } + } + + /// + /// Separates all objects from an and returns the collection + /// + /// Object to remove Segments from + /// Identifier of loop to unbundle + /// Collection of objects + public List UnbundleByLoop(Interchange interchange, string loopId) + { + char terminator = interchange.Delimiters.SegmentTerminator; + var service = new UnbundlingService(terminator); + string isa = interchange.SegmentString; + string iea = interchange.TrailerSegments.First().SegmentString; + var list = new List(); + foreach (FunctionGroup group in interchange.FunctionGroups) + { + foreach (Transaction transaction in group.Transactions) + { + service.UnbundleHLoops(list, transaction, loopId); + } + } + + var interchanges = new List(); + foreach (string item in list) + { + var x12 = new StringBuilder(); + x12.Append($"{isa}{terminator}"); + x12.Append(item); + x12.Append($"{iea}{terminator}"); + using (var mstream = new MemoryStream(Encoding.ASCII.GetBytes(x12.ToString()))) + { + interchanges.AddRange(this.ParseMultiple(mstream)); + } + } + + return interchanges; + } + + /// + /// Separates all objects from an + /// + /// Object to remove Segments from + /// Collection of objects + public List UnbundleByTransaction(Interchange interchange) + { + var interchanges = new List(); + char terminator = interchange.Delimiters.SegmentTerminator; + string isa = interchange.SegmentString; + string iea = interchange.TrailerSegments.First().SegmentString; + foreach (FunctionGroup group in interchange.FunctionGroups) + { + foreach (Transaction transaction in group.Transactions) + { + var x12 = new StringBuilder(); + x12.Append($"{isa}{terminator}"); + x12.Append($"{group.SegmentString}{terminator}"); + x12.Append(transaction.SerializeToX12(false)); + x12.Append($"{group.TrailerSegments.First().SegmentString}{terminator}"); + x12.Append($"{iea}{terminator}"); + + using (var mstream = new MemoryStream(Encoding.ASCII.GetBytes(x12.ToString()))) + { + interchanges.AddRange(this.ParseMultiple(mstream)); + } + } + } + + return interchanges; + } + + private void OnParserWarning(X12ParserWarningEventArgs args) + { + this.ParserWarning?.Invoke(this, args); + } + } +} diff --git a/src/X12.Parsing/X12ParserWarningEventArgs.cs b/src/X12.Parsing/X12ParserWarningEventArgs.cs new file mode 100644 index 00000000..eab2946f --- /dev/null +++ b/src/X12.Parsing/X12ParserWarningEventArgs.cs @@ -0,0 +1,50 @@ +namespace X12.Parsing +{ + using System; + + /// + /// Represents the X12Parser warning data to be included + /// + public class X12ParserWarningEventArgs : EventArgs + { + /// + /// Gets or sets a value indicating whether the file is valid + /// + public bool FileIsValid { get; set; } + + /// + /// Gets or sets the interchange control number for the interchange being parsed + /// + public string InterchangeControlNumber { get; set; } + + /// + /// Gets or sets the functional group control number for the transaction being parsed + /// + public int FunctionalGroupControlNumber { get; set; } + + /// + /// Gets or sets the transaction control number for the transaction being parsed + /// + public string TransactionControlNumber { get; set; } + + /// + /// Gets or sets the Segment position in the interchange + /// + public int SegmentPositionInInterchange { get; set; } + + /// + /// Gets or sets the Segment id + /// + public string SegmentId { get; set; } + + /// + /// Gets or sets the segment + /// + public string Segment { get; set; } + + /// + /// Gets or sets the message passed in the warning + /// + public string Message { get; set; } + } +} diff --git a/src/X12.Parsing/X12StreamReader.cs b/src/X12.Parsing/X12StreamReader.cs new file mode 100644 index 00000000..6169fa35 --- /dev/null +++ b/src/X12.Parsing/X12StreamReader.cs @@ -0,0 +1,231 @@ +namespace X12.Parsing +{ + using System; + using System.IO; + using System.Linq; + using System.Text; + + using X12.Parsing.Properties; + using X12.Shared.Models; + + /// + /// Represents a for reading an X12 file + /// + public class X12StreamReader : IDisposable + { + private readonly StreamReader reader; + private readonly char[] ignoredChars; + + /// + /// Initializes a new instance of the class + /// + /// used for reading + /// used for properly reading the stream + /// Array of characters to be ignored while reading + public X12StreamReader(Stream stream, Encoding encoding, char[] ignoredChars) + { + this.reader = new StreamReader(stream, encoding); + var header = new char[106]; + if (this.reader.Read(header, 0, 106) < 106) + { + throw new ArgumentException(Resources.X12ReaderInvalidHeader); + } + + this.Delimiters = new X12DelimiterSet(header); + this.CurrentIsaSegment = new string(header); + this.ignoredChars = ignoredChars; + } + + /// + /// Initializes a new instance of the class + /// + /// used for reading + /// used for properly reading the stream + public X12StreamReader(Stream stream, Encoding encoding) + : this(stream, encoding, new char[] { }) + { + } + + /// + /// Gets the X12 Delimiters + /// + public X12DelimiterSet Delimiters { get; } + + /// + /// Gets the current ISA segment + /// + public string CurrentIsaSegment { get; private set; } + + /// + /// Gets the current GS segment + /// + public string CurrentGsSegment { get; private set; } + + /// + /// Gets the last transaction code + /// + public string LastTransactionCode { get; private set; } + + /// + /// Gets the segment id for the current segment + /// + /// Segment string with id to extract + /// The current segment id + public string ReadSegmentId(string segmentString) + { + int index = segmentString.IndexOf(this.Delimiters.ElementSeparator); + return index >= 0 ? segmentString.Substring(0, index) : null; + } + + /// + /// Splits the current segment string + /// + /// Segment string to split + /// Array of segment parts + public string[] SplitSegment(string segmentString) + { + int endSegmentIndex = segmentString.IndexOf(this.Delimiters.SegmentTerminator); + return endSegmentIndex >= 0 + ? segmentString.Substring(0, endSegmentIndex).Split(this.Delimiters.ElementSeparator) + : segmentString.Split(this.Delimiters.ElementSeparator); + } + + /// + /// Checks if the provided segment id is contained in the transaction + /// + /// Transaction to test + /// Segment id to check for + /// True if the segment id is present; otherwise, false + public bool TransactionContainsSegment(string transaction, string segmentId) + { + var segments = transaction.Split(this.Delimiters.SegmentTerminator).ToList(); + return segments.Exists(s => s.StartsWith(segmentId + this.Delimiters.ElementSeparator)); + } + + /// + /// Reads the next segment in the stream + /// + /// Segment string read from stream + public string ReadNextSegment() + { + bool isBinary = false; + var sb = new StringBuilder(); + var one = new char[1]; + while (this.reader.Read(one, 0, 1) == 1) + { + if (this.ignoredChars.Contains(one[0]) + || (one[0] == this.Delimiters.SegmentTerminator && sb.ToString().Trim().Length == 0)) + { + continue; + } + + if (one[0] == this.Delimiters.SegmentTerminator) + { + break; + } + + if (one[0] != 0) + { + sb.Append(one); + } + + if (isBinary && one[0] == this.Delimiters.ElementSeparator) + { + int binarySize = 0; + string[] elements = sb.ToString().Split(this.Delimiters.ElementSeparator); + if (elements[0] == "BIN" && elements.Length >= 2) + { + int.TryParse(sb.ToString().Split(this.Delimiters.ElementSeparator)[1], out binarySize); + } + + if (elements[0] == "BDS" && elements.Length >= 3) + { + int.TryParse(sb.ToString().Split(this.Delimiters.ElementSeparator)[2], out binarySize); + } + + if (binarySize > 0) + { + var buffer = new char[binarySize]; + this.reader.Read(buffer, 0, binarySize); + sb.Append(buffer); + break; + } + } + + if (!isBinary && (sb.ToString() == "BIN" + this.Delimiters.ElementSeparator + || sb.ToString() == "BDS" + this.Delimiters.ElementSeparator)) + { + isBinary = true; + } + } + + return sb.ToString().TrimStart(); + } + + /// + /// Returns the next transaction read from the stream. If no transaction is read, then null is returned + /// + /// Transaction read from the stream, if found; otherwise, null + public X12FlatTransaction ReadNextTransaction() + { + var segments = new StringBuilder(); + + string segmentString; + string segmentId; + do + { + segmentString = this.ReadNextSegment(); + segmentId = this.ReadSegmentId(segmentString); + switch (segmentId) + { + case "ISA": + this.CurrentIsaSegment = segmentString + this.Delimiters.SegmentTerminator; + break; + case "GS": + this.CurrentGsSegment = segmentString + this.Delimiters.SegmentTerminator; + break; + case "IEA": + case "GE": + break; + case null: + // This case is added to handle where EOF is reached with no segments read. + break; + default: + if (segmentId == "ST") + { + this.LastTransactionCode = this.SplitSegment(segmentString)[1]; + } + + segments.Append(segmentString); + segments.Append(this.Delimiters.SegmentTerminator); + break; + } + } while (!string.IsNullOrEmpty(segmentString) && segmentId != "SE"); + + return segments.Length > 0 + ? new X12FlatTransaction(this.CurrentIsaSegment, this.CurrentGsSegment, segments.ToString()) + : null; + } + + /// + /// Releases unmanaged resources + /// + public void Dispose() + { + this.Dispose(true); + GC.SuppressFinalize(this); + } + + /// + /// Releases unmanaged resources if disposing is true + /// + /// Flag indicating if object is being disposed + protected virtual void Dispose(bool disposing) + { + if (disposing) + { + this.reader?.Dispose(); + } + } + } +} diff --git a/src/X12.Parsing/package.nuspec b/src/X12.Parsing/package.nuspec new file mode 100644 index 00000000..b99d491e --- /dev/null +++ b/src/X12.Parsing/package.nuspec @@ -0,0 +1,27 @@ + + + + X12.Parsing + $version$ + X12.Parsing + Bradley Van Fleet + Bradley Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open source parsing utilities for X12 document handling + + * Segregated package from other X12 assemblies + * Added documentation to several code files + * Corrected several bugs and updated code to latest style and best coding practices + + Copyright © Brad Van Fleet 2018 + X12 Parser + + + + + + + \ No newline at end of file diff --git a/src/X12.Shared/Attributes/EDIFieldValueAttribute.cs b/src/X12.Shared/Attributes/EDIFieldValueAttribute.cs new file mode 100644 index 00000000..c7968d75 --- /dev/null +++ b/src/X12.Shared/Attributes/EDIFieldValueAttribute.cs @@ -0,0 +1,32 @@ +namespace X12.Shared.Attributes +{ + using System; + + using X12.Shared.Properties; + + /// + /// Represents an X12 field value + /// + public class EdiFieldValueAttribute : Attribute + { + /// + /// Initializes a new instance of the class + /// + /// Data to set value to + /// Thrown if value is null or whitespace + public EdiFieldValueAttribute(string value) + { + if (string.IsNullOrWhiteSpace(value)) + { + throw new ArgumentNullException(nameof(value), Resources.NullStringArgument); + } + + this.Value = value; + } + + /// + /// Gets the value set for the field + /// + public string Value { get; } + } +} diff --git a/src/X12.Shared/Enumerations/AllowanceOrChargeIndicator.cs b/src/X12.Shared/Enumerations/AllowanceOrChargeIndicator.cs new file mode 100644 index 00000000..9659619d --- /dev/null +++ b/src/X12.Shared/Enumerations/AllowanceOrChargeIndicator.cs @@ -0,0 +1,28 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum AllowanceOrChargeIndicator + { + [EdiFieldValue("A")] + Allowance, + + [EdiFieldValue("C")] + Charge, + + [EdiFieldValue("N")] + NoAllowanceOrCharge, + + [EdiFieldValue("P")] + Promotion, + + [EdiFieldValue("Q")] + ChargeRequest, + + [EdiFieldValue("R")] + AllowanceRequest, + + [EdiFieldValue("S")] + Service + } +} diff --git a/src/X12.Shared/Enumerations/BenefitServiceTypeCodes.cs b/src/X12.Shared/Enumerations/BenefitServiceTypeCodes.cs new file mode 100644 index 00000000..39c15bcc --- /dev/null +++ b/src/X12.Shared/Enumerations/BenefitServiceTypeCodes.cs @@ -0,0 +1,586 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum BenefitServiceTypeCodes + { + [EdiFieldValue("1")] + MedicalCare, + + [EdiFieldValue("2")] + Surgical, + + [EdiFieldValue("3")] + Consultation, + + [EdiFieldValue("4")] + DiagnosticXRay, + + [EdiFieldValue("5")] + DiagnosticLab, + + [EdiFieldValue("6")] + RadiationTherapy, + + [EdiFieldValue("7")] + Anesthesia, + + [EdiFieldValue("8")] + SurgicalAssistance, + + [EdiFieldValue("10")] + Blood, + + [EdiFieldValue("11")] + DurableMedicalEquipmentUsed, + + [EdiFieldValue("12")] + DurableMedicalEquipmentPurchased, + + [EdiFieldValue("14")] + RenalSupplies, + + [EdiFieldValue("17")] + PreAdmissionTesting, + + [EdiFieldValue("18")] + DurableMedicalEquipmentRental, + + [EdiFieldValue("19")] + PneumoniaVaccine, + + [EdiFieldValue("20")] + SecondSurgicalOpinion, + + [EdiFieldValue("21")] + ThirdSurgicalOpinion, + + [EdiFieldValue("22")] + SocialWork, + + [EdiFieldValue("23")] + DiagnosticDental, + + [EdiFieldValue("24")] + Periodontics, + + [EdiFieldValue("25")] + Restorative, + + [EdiFieldValue("26")] + Endodontics, + + [EdiFieldValue("27")] + MaxillofacialProsthetics, + + [EdiFieldValue("28")] + AdjunctiveDentalServices, + + [EdiFieldValue("30")] + HealthBenefitPlanCoverage, + + [EdiFieldValue("32")] + PlanWaitingPeriod, + + [EdiFieldValue("33")] + Chiropractic, + + [EdiFieldValue("34")] + ChiropracticModality, + + [EdiFieldValue("35")] + DentalCare, + + [EdiFieldValue("36")] + DentalCrowns, + + [EdiFieldValue("37")] + DentalAccident, + + [EdiFieldValue("38")] + Orthodontics, + + [EdiFieldValue("39")] + Prosthodontics, + + [EdiFieldValue("40")] + OralSurgery, + + [EdiFieldValue("41")] + PreventiveDental, + + [EdiFieldValue("42")] + HomeHealthCare, + + [EdiFieldValue("43")] + HomeHealthPrescriptions, + + [EdiFieldValue("45")] + Hospice, + + [EdiFieldValue("46")] + RespiteCare, + + [EdiFieldValue("47")] + Hospitalization, + + [EdiFieldValue("49")] + HospitalRoomandBoard, + + [EdiFieldValue("54")] + LongTermCare, + + [EdiFieldValue("55")] + MajorMedical, + + [EdiFieldValue("56")] + MedicallyRelatedTransportation, + + [EdiFieldValue("60")] + GeneralBenefits, + + [EdiFieldValue("61")] + InvitroFertilization, + + [EdiFieldValue("62")] + MRIScan, + + [EdiFieldValue("63")] + DonorProcedures, + + [EdiFieldValue("64")] + Acupuncture, + + [EdiFieldValue("65")] + NewbornCare, + + [EdiFieldValue("66")] + Pathology, + + [EdiFieldValue("67")] + SmokingCessation, + + [EdiFieldValue("68")] + WellBabyCare, + + [EdiFieldValue("69")] + Maternity, + + [EdiFieldValue("70")] + Transplants, + + [EdiFieldValue("71")] + Audiology, + + [EdiFieldValue("72")] + InhalationTherapy, + + [EdiFieldValue("73")] + DiagnosticMedical, + + [EdiFieldValue("74")] + PrivateDutyNursing, + + [EdiFieldValue("75")] + ProstheticDevice, + + [EdiFieldValue("76")] + Dialysis, + + [EdiFieldValue("77")] + Otology, + + [EdiFieldValue("78")] + Chemotherapy, + + [EdiFieldValue("79")] + AllergyTesting, + + [EdiFieldValue("80")] + Immunizations, + + [EdiFieldValue("81")] + RoutinePhysical, + + [EdiFieldValue("82")] + FamilyPlanning, + + [EdiFieldValue("83")] + Infertility, + + [EdiFieldValue("84")] + Abortion, + + [EdiFieldValue("85")] + HIVAIDSTreatment, + + [EdiFieldValue("86")] + EmergencyServices, + + [EdiFieldValue("87")] + CancerTreatment, + + [EdiFieldValue("88")] + Pharmacy, + + [EdiFieldValue("89")] + FreeStandingPrescriptionDrug, + + [EdiFieldValue("90")] + MailOrderPrescriptionDrug, + + [EdiFieldValue("91")] + BrandNamePrescriptionDrug, + + [EdiFieldValue("92")] + GenericPrescriptionDrug, + + [EdiFieldValue("93")] + Podiatry, + + [EdiFieldValue("A4")] + Psychiatric, + + [EdiFieldValue("A6")] + Psychotherapy, + + [EdiFieldValue("A7")] + PsychiatricInpatient, + + [EdiFieldValue("A8")] + PsychiatricOutpatient, + + [EdiFieldValue("A9")] + Rehabilitation, + + [EdiFieldValue("AB")] + RehabilitationInpatient, + + [EdiFieldValue("AC")] + RehabilitationOutpatient, + + [EdiFieldValue("AD")] + OccupationalTherapy, + + [EdiFieldValue("AE")] + PhysicalMedicine, + + [EdiFieldValue("AF")] + SpeechTherapy, + + [EdiFieldValue("AG")] + SkilledNursingCare, + + [EdiFieldValue("AI")] + SubstanceAbuse, + + [EdiFieldValue("AJ")] + AlcoholismTreatment, + + [EdiFieldValue("AK")] + DrugAddiction, + + [EdiFieldValue("AL")] + Optometry, + + [EdiFieldValue("AM")] + Frames, + + [EdiFieldValue("AO")] + Lenses, + + [EdiFieldValue("AP")] + RoutineEyeExam, + + [EdiFieldValue("AQ")] + NonmedicallyNecessaryPhysical, + + [EdiFieldValue("AR")] + ExperimentalDrugTherapy, + + [EdiFieldValue("B1")] + BurnCare, + + [EdiFieldValue("B2")] + BrandNamePrescriptionDrugFormulary, + + [EdiFieldValue("B3")] + BrandNamePrescriptionDrugNonFormulary, + + [EdiFieldValue("BA")] + IndependentMedicalEvaluation, + + [EdiFieldValue("BB")] + PsychiatricTreatmentPartialHospitalization, + + [EdiFieldValue("BC")] + DayCarePsychiatric, + + [EdiFieldValue("BD")] + CognitiveTherapy, + + [EdiFieldValue("BE")] + MassageTherapy, + + [EdiFieldValue("BF")] + PulmonaryRehabilitation, + + [EdiFieldValue("BG")] + CardiacRehabilitation, + + [EdiFieldValue("BH")] + Pediatric, + + [EdiFieldValue("BI")] + NurseryRoomandBoard, + + [EdiFieldValue("BK")] + Orthopedic, + + [EdiFieldValue("BL")] + Cardiac, + + [EdiFieldValue("BM")] + Lymphatic, + + [EdiFieldValue("BN")] + Gastrointestinal, + + [EdiFieldValue("BP")] + Endocrine, + + [EdiFieldValue("BQ")] + Neurology, + + [EdiFieldValue("BT")] + Gynecological, + + [EdiFieldValue("BU")] + Obstetrical, + + [EdiFieldValue("BV")] + ObstetricalGynecological, + + [EdiFieldValue("BW")] + MailOrderPrescriptionDrugBrandName, + + [EdiFieldValue("BX")] + MailOrderPrescriptionDrugGeneric, + + [EdiFieldValue("BY")] + PhysicianVisitSick, + + [EdiFieldValue("BZ")] + PhysicianVisitWell, + + [EdiFieldValue("C1")] + CoronaryCare, + + [EdiFieldValue("CK")] + ScreeningXray, + + [EdiFieldValue("CL")] + Screeninglaboratory, + + [EdiFieldValue("CM")] + MammogramHighRiskPatient, + + [EdiFieldValue("CN")] + MammogramLowRiskPatient, + + [EdiFieldValue("CO")] + FluVaccination, + + [EdiFieldValue("CP")] + EyewearAccessories, + + [EdiFieldValue("CQ")] + CaseManagement, + + [EdiFieldValue("DG")] + Dermatology, + + [EdiFieldValue("DM")] + DurableMedicalEquipment, + + [EdiFieldValue("DS")] + DiabeticSupplies, + + [EdiFieldValue("E0")] + AlliedBehavioralAnalysisTherapy, + + [EdiFieldValue("E1")] + NonMedicalEquipmentnonDME, + + [EdiFieldValue("E2")] + PsychiatricEmergency, + + [EdiFieldValue("E3")] + StepDownUnit, + + [EdiFieldValue("E4")] + SkilledNursingFacilityHeadLevelofCare, + + [EdiFieldValue("E5")] + SkilledNursingFacilityVentilatorLevelofCare, + + [EdiFieldValue("E6")] + LevelofCare1, + + [EdiFieldValue("E7")] + LevelofCare2, + + [EdiFieldValue("E8")] + LevelofCare3, + + [EdiFieldValue("E9")] + LevelofCare4, + + [EdiFieldValue("E10")] + Radiographs, + + [EdiFieldValue("E11")] + DiagnosticImaging, + + [EdiFieldValue("E12")] + BasicRestorativeDental, + + [EdiFieldValue("E13")] + MajorRestorativeDental, + + [EdiFieldValue("E14")] + FixedProsthodontics, + + [EdiFieldValue("E15")] + RemovableProsthodontics, + + [EdiFieldValue("E16")] + IntraoralImagesCompleteSeries, + + [EdiFieldValue("E17")] + OralEvaluation, + + [EdiFieldValue("E18")] + DentalProphylaxis, + + [EdiFieldValue("E19")] + PanoramicImages, + + [EdiFieldValue("E20")] + Sealants, + + [EdiFieldValue("E21")] + FlourideTreatments, + + [EdiFieldValue("E22")] + DentalImplants, + + [EdiFieldValue("E23")] + TemporomandibularJointDysfunction, + + [EdiFieldValue("E24")] + RetailPharmacyPrescriptionDrug, + + [EdiFieldValue("E25")] + LongTermCarePharmacy, + + [EdiFieldValue("E26")] + ComprehensiveMedicationTherapyManagementReview, + + [EdiFieldValue("E27")] + TargetedMedicationTherapyManagementReview, + + [EdiFieldValue("E28")] + DietaryNutritionalServices, + + [EdiFieldValue("E29")] + TechnicalCardiacRehabilitationServicesComponent, + + [EdiFieldValue("E30")] + ProfessionalCardiacRehabilitationServicesComponent, + + [EdiFieldValue("E31")] + ProfessionalIntensiveCardiacRehabilitationServicesComponent, + + [EdiFieldValue("E32")] + IntensiveCardiacRehabilitationTechnicalComponent, + + [EdiFieldValue("E33")] + IntensiveCardiacRehabilitation, + + [EdiFieldValue("E34")] + PulmonaryRehabilitationTechnicalComponent, + + [EdiFieldValue("E35")] + PulmonaryRehabilitationProfessionalComponent, + + [EdiFieldValue("E36")] + ConvenienceCare, + + [EdiFieldValue("EA")] + PreventiveServices, + + [EdiFieldValue("EB")] + SpecialtyPharmacy, + + [EdiFieldValue("EC")] + DurableMedicalEquipmentNew, + + [EdiFieldValue("ED")] + CATScan, + + [EdiFieldValue("EE")] + Ophthalmology, + + [EdiFieldValue("EF")] + ContactLenses, + + [EdiFieldValue("GF")] + GenericPrescriptionDrugFormulary, + + [EdiFieldValue("GN")] + GenericPrescriptionDrugNonFormulary, + + [EdiFieldValue("GY")] + Allergy, + + [EdiFieldValue("IC")] + IntensiveCare, + + [EdiFieldValue("MH")] + MentalHealth, + + [EdiFieldValue("NI")] + NeonatalIntensiveCare, + + [EdiFieldValue("ON")] + Oncology, + + [EdiFieldValue("PE")] + PositronEmissionTomographyPETScan, + + [EdiFieldValue("PT")] + PhysicalTherapy, + + [EdiFieldValue("PU")] + Pulmonary, + + [EdiFieldValue("RN")] + Renal, + + [EdiFieldValue("RT")] + ResidentialPsychiatricTreatment, + + [EdiFieldValue("SMH")] + SeriousMentalHealth, + + [EdiFieldValue("TC")] + TransitionalCare, + + [EdiFieldValue("TN")] + TransitionalNurseryCare, + + [EdiFieldValue("UC")] + UrgentCare, + } +} diff --git a/src/X12.Shared/Enumerations/CommunicationNumberQualifier.cs b/src/X12.Shared/Enumerations/CommunicationNumberQualifier.cs new file mode 100644 index 00000000..c5148bdc --- /dev/null +++ b/src/X12.Shared/Enumerations/CommunicationNumberQualifier.cs @@ -0,0 +1,15 @@ +namespace X12.Shared.Enumerations +{ + public enum CommunicationNumberQualifer + { + Undefined, + + ElectronicMail, + + TelephoneExtension, + + Facsimile, + + Telephone + } +} \ No newline at end of file diff --git a/src/OopFactory.X12/Parsing/Model/Typed/ContractTypeCode.cs b/src/X12.Shared/Enumerations/ContractTypeCode.cs similarity index 50% rename from src/OopFactory.X12/Parsing/Model/Typed/ContractTypeCode.cs rename to src/X12.Shared/Enumerations/ContractTypeCode.cs index 18c17492..cc70d2bc 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/ContractTypeCode.cs +++ b/src/X12.Shared/Enumerations/ContractTypeCode.cs @@ -1,112 +1,157 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum ContractTypeCode - { - [EDIFieldValue("01")] - DiagnosisRelatedGroup_DRG, - [EDIFieldValue("02")] - PerDiem, - [EDIFieldValue("03")] - VariablePerDiem, - [EDIFieldValue("04")] - Flat, - [EDIFieldValue("05")] - Capitated, - [EDIFieldValue("06")] - Percent, - [EDIFieldValue("09")] - Other, - [EDIFieldValue("AB")] - NegotiatedGrowingEquityMortgage_GEM, - [EDIFieldValue("AC")] - AnticipatedContract, - [EDIFieldValue("AD")] - FederalHousingAuthorityAdjustableRateMortgage, - [EDIFieldValue("AE")] - FederalHousingAuthorityVeteransAffairsFixedRateMortgage, - [EDIFieldValue("AF")] - ConventionalSecondMortgages, - [EDIFieldValue("AG")] - ConventionalFixedRateMortgages, - [EDIFieldValue("AH")] - FederalHousingAuthorityVeteransAffairsGraduatedPaymentMortgage, - [EDIFieldValue("AI")] - NegotiatedConventional_GraduatedPayment_Or_StepRateMortgage, - [EDIFieldValue("AJ")] - ConventionalAdjustableRateMortgage, - [EDIFieldValue("CA")] - CostPlusIncentiveFee_WithPerformanceIncentives, - [EDIFieldValue("CB")] - CostPlusIncentiveFee_WithoutPerformanceIncentives, - [EDIFieldValue("CH")] - CostSharing, - [EDIFieldValue("CP")] - CostPlus, - [EDIFieldValue("CS")] - Cost, - [EDIFieldValue("CW")] - CostPlusAwardFee, - [EDIFieldValue("CX")] - CostPlusFixedFee, - [EDIFieldValue("CY")] - CostPlusIncentiveFee, - [EDIFieldValue("DI")] - Distributor, - [EDIFieldValue("EA")] - ExclusiveAgency, - [EDIFieldValue("ER")] - ExclusiveRight, - [EDIFieldValue("FA")] - FirmorActualContract, - [EDIFieldValue("FB")] - FixedPriceIncentiveFirmTarget_WithPerformanceIncentive, - [EDIFieldValue("FC")] - FixedPriceIncentiveFirmTarget_WithoutPerformanceIncentive, - [EDIFieldValue("FD")] - FixedPriceRedetermination, - [EDIFieldValue("FE")] - FixedPricewithEscalation, - [EDIFieldValue("FF")] - FixedPriceIncentiveSuccessiveTarget_WithPerformanceIncentive, - [EDIFieldValue("FG")] - FixedPriceIncentiveSuccessiveTarget_WithoutPerformanceIncentive, - [EDIFieldValue("FH")] - FixedPriceAwardFee, - [EDIFieldValue("FI")] - FixedPriceIncentive, - [EDIFieldValue("FJ")] - FixedPriceLevelofEffort, - [EDIFieldValue("FK")] - NoCost, - [EDIFieldValue("FL")] - FlatAmount, - [EDIFieldValue("FM")] - RetroactiveFixedPriceRedetermination, - [EDIFieldValue("FR")] - FirmFixedPrice, - [EDIFieldValue("FX")] - FixedPricewithEconomicPriceAdjustment, - [EDIFieldValue("LA")] - Labor, - [EDIFieldValue("LE")] - LevelofEffort, - [EDIFieldValue("LH")] - LaborHours, - [EDIFieldValue("OC")] - OtherContractType, - [EDIFieldValue("PR")] - ProspectReservation, - [EDIFieldValue("SP")] - SamePercentageasFilmRentalEarned_SPFRE, - [EDIFieldValue("TM")] - TimeandMaterials, - [EDIFieldValue("ZZ")] - MutuallyDefined, - } -} +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum ContractTypeCode + { + [EdiFieldValue("01")] + DiagnosisRelatedGroup_DRG, + + [EdiFieldValue("02")] + PerDiem, + + [EdiFieldValue("03")] + VariablePerDiem, + + [EdiFieldValue("04")] + Flat, + + [EdiFieldValue("05")] + Capitated, + + [EdiFieldValue("06")] + Percent, + + [EdiFieldValue("09")] + Other, + + [EdiFieldValue("AB")] + NegotiatedGrowingEquityMortgage_GEM, + + [EdiFieldValue("AC")] + AnticipatedContract, + + [EdiFieldValue("AD")] + FederalHousingAuthorityAdjustableRateMortgage, + + [EdiFieldValue("AE")] + FederalHousingAuthorityVeteransAffairsFixedRateMortgage, + + [EdiFieldValue("AF")] + ConventionalSecondMortgages, + + [EdiFieldValue("AG")] + ConventionalFixedRateMortgages, + + [EdiFieldValue("AH")] + FederalHousingAuthorityVeteransAffairsGraduatedPaymentMortgage, + + [EdiFieldValue("AI")] + NegotiatedConventional_GraduatedPayment_Or_StepRateMortgage, + + [EdiFieldValue("AJ")] + ConventionalAdjustableRateMortgage, + + [EdiFieldValue("CA")] + CostPlusIncentiveFee_WithPerformanceIncentives, + + [EdiFieldValue("CB")] + CostPlusIncentiveFee_WithoutPerformanceIncentives, + + [EdiFieldValue("CH")] + CostSharing, + + [EdiFieldValue("CP")] + CostPlus, + + [EdiFieldValue("CS")] + Cost, + + [EdiFieldValue("CW")] + CostPlusAwardFee, + + [EdiFieldValue("CX")] + CostPlusFixedFee, + + [EdiFieldValue("CY")] + CostPlusIncentiveFee, + + [EdiFieldValue("DI")] + Distributor, + + [EdiFieldValue("EA")] + ExclusiveAgency, + + [EdiFieldValue("ER")] + ExclusiveRight, + + [EdiFieldValue("FA")] + FirmorActualContract, + + [EdiFieldValue("FB")] + FixedPriceIncentiveFirmTarget_WithPerformanceIncentive, + + [EdiFieldValue("FC")] + FixedPriceIncentiveFirmTarget_WithoutPerformanceIncentive, + + [EdiFieldValue("FD")] + FixedPriceRedetermination, + + [EdiFieldValue("FE")] + FixedPricewithEscalation, + + [EdiFieldValue("FF")] + FixedPriceIncentiveSuccessiveTarget_WithPerformanceIncentive, + + [EdiFieldValue("FG")] + FixedPriceIncentiveSuccessiveTarget_WithoutPerformanceIncentive, + + [EdiFieldValue("FH")] + FixedPriceAwardFee, + + [EdiFieldValue("FI")] + FixedPriceIncentive, + + [EdiFieldValue("FJ")] + FixedPriceLevelofEffort, + + [EdiFieldValue("FK")] + NoCost, + + [EdiFieldValue("FL")] + FlatAmount, + + [EdiFieldValue("FM")] + RetroactiveFixedPriceRedetermination, + + [EdiFieldValue("FR")] + FirmFixedPrice, + + [EdiFieldValue("FX")] + FixedPricewithEconomicPriceAdjustment, + + [EdiFieldValue("LA")] + Labor, + + [EdiFieldValue("LE")] + LevelofEffort, + + [EdiFieldValue("LH")] + LaborHours, + + [EdiFieldValue("OC")] + OtherContractType, + + [EdiFieldValue("PR")] + ProspectReservation, + + [EdiFieldValue("SP")] + SamePercentageasFilmRentalEarned_SPFRE, + + [EdiFieldValue("TM")] + TimeandMaterials, + + [EdiFieldValue("ZZ")] + MutuallyDefined, + } +} diff --git a/src/X12.Shared/Enumerations/DTPFormatQualifier.cs b/src/X12.Shared/Enumerations/DTPFormatQualifier.cs new file mode 100644 index 00000000..003fe757 --- /dev/null +++ b/src/X12.Shared/Enumerations/DTPFormatQualifier.cs @@ -0,0 +1,127 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum DTPFormatQualifier + { + [EdiFieldValue("CC")] + CC, + + [EdiFieldValue("CD")] + MMYYYY, + + [EdiFieldValue("CM")] + CCYYMM, + + [EdiFieldValue("CQ")] + CCYYQ, + + [EdiFieldValue("CY")] + CCYY, + + [EdiFieldValue("D6")] + YYMMDD, + + [EdiFieldValue("D8")] + CCYYMMDD, + + [EdiFieldValue("DA")] + DD_DD, + + [EdiFieldValue("DB")] + MMDDCCYY, + + [EdiFieldValue("DD")] + DD, + + /// + /// Last Digit of Year and Julian Date Expressed in Format YDDD + /// + [EdiFieldValue("EH")] + YDDD, + + [EdiFieldValue("KA")] + YYMMMDD, + + [EdiFieldValue("MD")] + MMDD, + + [EdiFieldValue("MM")] + MM, + + [EdiFieldValue("RD")] + MMDDCCYY_MMDDCCYY, + + /// + /// Julian Date Expressed in Format DDD + /// + [EdiFieldValue("TC")] + DDD, + + [EdiFieldValue("TM")] + HHMM, + + [EdiFieldValue("TQ")] + MMYY, + + [EdiFieldValue("TR")] + DDMMYYHHMM, + + [EdiFieldValue("TS")] + HHMMSS, + + [EdiFieldValue("TT")] + MMDDYY, + + [EdiFieldValue("TU")] + YYDDD, + + [EdiFieldValue("UN")] + Unstructured, + + [EdiFieldValue("YM")] + YYMM, + + [EdiFieldValue("YY")] + YY, + + [EdiFieldValue("DTS")] + CCYYMMDDHHMMSS_CCYYMMDDHHMMSS, + + [EdiFieldValue("RD2")] + YY_YY, + + [EdiFieldValue("RD4")] + CCYY_CCYY, + + [EdiFieldValue("RD5")] + CCYYMM_CCYYMM, + + [EdiFieldValue("RD6")] + YYMMDD_YYMMDD, + + [EdiFieldValue("RD8")] + CCYYMMDD_CCYYMMDD, + + [EdiFieldValue("RDM")] + YYMMDD_MMDD, + + [EdiFieldValue("RDT")] + CCYYMMDDHHMM_CCYYMMDDHHMM, + + [EdiFieldValue("RMD")] + MMDD_MMDD, + + [EdiFieldValue("RMY")] + YYMM_YYMM, + + [EdiFieldValue("RTM")] + HHMM_HHMM, + + [EdiFieldValue("RTS")] + CCYYMMDDHHMMSS, + + [EdiFieldValue("YMM")] + CCYYMMM_MMM + } +} diff --git a/src/X12.Shared/Enumerations/DTPQualifier.cs b/src/X12.Shared/Enumerations/DTPQualifier.cs new file mode 100644 index 00000000..68352243 --- /dev/null +++ b/src/X12.Shared/Enumerations/DTPQualifier.cs @@ -0,0 +1,3353 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum DTPQualifier + { + [EdiFieldValue("001")] + CancelAfter, + + [EdiFieldValue("002")] + DeliveryRequested, + + [EdiFieldValue("003")] + Invoice, + + [EdiFieldValue("004")] + PurchaseOrder, + + [EdiFieldValue("005")] + Sailing, + + [EdiFieldValue("006")] + Sold, + + [EdiFieldValue("007")] + Effective, + + [EdiFieldValue("008")] + PurchaseOrderReceived, + + [EdiFieldValue("009")] + Process, + + [EdiFieldValue("010")] + RequestedShip, + + [EdiFieldValue("011")] + Shipped, + + [EdiFieldValue("012")] + TermsDiscountDue, + + [EdiFieldValue("013")] + TermsNetDue, + + [EdiFieldValue("014")] + DeferredPayment, + + [EdiFieldValue("015")] + PromotionStart, + + [EdiFieldValue("016")] + PromotionEnd, + + [EdiFieldValue("017")] + EstimatedDelivery, + + [EdiFieldValue("018")] + Available, + + [EdiFieldValue("019")] + Unloaded, + + [EdiFieldValue("020")] + Check, + + [EdiFieldValue("021")] + ChargeBack, + + [EdiFieldValue("022")] + FreightBill, + + [EdiFieldValue("023")] + PromotionOrder_Start, + + [EdiFieldValue("024")] + PromotionOrder_End, + + [EdiFieldValue("025")] + PromotionShip_Start, + + [EdiFieldValue("026")] + PromotionShip_End, + + [EdiFieldValue("027")] + PromotionRequestedDelivery_Start, + + [EdiFieldValue("028")] + PromotionRequestedDelivery_End, + + [EdiFieldValue("029")] + PromotionPerformance_Start, + + [EdiFieldValue("030")] + PromotionPerformance_End, + + [EdiFieldValue("031")] + PromotionInvoicePerformance_Start, + + [EdiFieldValue("032")] + PromotionInvoicePerformance_End, + + [EdiFieldValue("033")] + PromotionFloorStockProtect_Start, + + [EdiFieldValue("034")] + PromotionFloorStockProtect_End, + + [EdiFieldValue("035")] + Delivered, + + [EdiFieldValue("036")] + Expiration, + + [EdiFieldValue("037")] + ShipNotBefore, + + [EdiFieldValue("038")] + ShipNoLater, + + [EdiFieldValue("039")] + ShipWeekOf, + + [EdiFieldValue("040")] + Status_AfterandIncluding, + + [EdiFieldValue("041")] + Status_PriorandIncluding, + + [EdiFieldValue("042")] + Superseded, + + [EdiFieldValue("043")] + Publication, + + [EdiFieldValue("044")] + SettlementDateasSpecifiedbytheOriginator, + + [EdiFieldValue("045")] + EndorsementDate, + + [EdiFieldValue("046")] + FieldFailure, + + [EdiFieldValue("047")] + FunctionalTest, + + [EdiFieldValue("048")] + SystemTest, + + [EdiFieldValue("049")] + PrototypeTest, + + [EdiFieldValue("050")] + Received, + + [EdiFieldValue("051")] + CumulativeQuantityStart, + + [EdiFieldValue("052")] + CumulativeQuantityEnd, + + [EdiFieldValue("053")] + BuyersLocal, + + [EdiFieldValue("054")] + SellersLocal, + + [EdiFieldValue("055")] + Confirmed, + + [EdiFieldValue("056")] + EstimatedPortOfEntry, + + [EdiFieldValue("057")] + ActualPortOfEntry, + + [EdiFieldValue("058")] + CustomsClearance, + + [EdiFieldValue("059")] + InlandShip, + + [EdiFieldValue("060")] + EngineeringChangeLevel, + + [EdiFieldValue("061")] + CancelifNotDeliveredby, + + [EdiFieldValue("062")] + Blueprint, + + [EdiFieldValue("063")] + DoNotDeliverAfter, + + [EdiFieldValue("064")] + DoNotDeliverBefore, + + [EdiFieldValue("065")] + FirstScheduleDelivery, + + [EdiFieldValue("066")] + FirstScheduleShip, + + [EdiFieldValue("067")] + CurrentScheduleDelivery, + + [EdiFieldValue("068")] + CurrentScheduleShip, + + [EdiFieldValue("069")] + PromisedforDelivery, + + [EdiFieldValue("070")] + ScheduledforDelivery_AfterandIncluding, + + [EdiFieldValue("071")] + RequestedforDelivery_AfterandIncluding, + + [EdiFieldValue("072")] + PromisedforDelivery_AfterandIncluding, + + [EdiFieldValue("073")] + ScheduledforDelivery_PriortoandIncluding, + + [EdiFieldValue("074")] + RequestedforDelivery_PriortoandIncluding, + + [EdiFieldValue("075")] + PromisedforDelivery_PriortoandIncluding, + + [EdiFieldValue("076")] + ScheduledforDelivery_WeekOf, + + [EdiFieldValue("077")] + RequestedforDelivery_WeekOf, + + [EdiFieldValue("078")] + PromisedforDelivery_WeekOf, + + [EdiFieldValue("079")] + PromisedforShipment, + + [EdiFieldValue("080")] + ScheduledforShipment_AfterandIncluding, + + [EdiFieldValue("081")] + RequestedforShipment_AfterandIncluding, + + [EdiFieldValue("082")] + PromisedforShipment_AfterandIncluding, + + [EdiFieldValue("083")] + ScheduledforShipment_PriortoandIncluding, + + [EdiFieldValue("084")] + RequestedforShipment_PriortoandIncluding, + + [EdiFieldValue("085")] + PromisedforShipment_PriortoandIncluding, + + [EdiFieldValue("086")] + ScheduledforShipment_WeekOf, + + [EdiFieldValue("087")] + RequestedforShipment_WeekOf, + + [EdiFieldValue("088")] + PromisedforShipment_WeekOf, + + [EdiFieldValue("089")] + Inquiry, + + [EdiFieldValue("090")] + ReportStart, + + [EdiFieldValue("091")] + ReportEnd, + + [EdiFieldValue("092")] + ContractEffective, + + [EdiFieldValue("093")] + ContractExpiration, + + [EdiFieldValue("094")] + Manufacture, + + [EdiFieldValue("095")] + BillOfLading, + + [EdiFieldValue("096")] + Discharge, + + [EdiFieldValue("097")] + TransactionCreation, + + [EdiFieldValue("098")] + Bid_Effective, + + [EdiFieldValue("099")] + BidOpen_DateBidsWillBeOpened, + + [EdiFieldValue("100")] + NoShippingScheduleEstablishedasOf, + + [EdiFieldValue("101")] + NoProductionScheduleEstablishedasOf, + + [EdiFieldValue("102")] + Issue, + + [EdiFieldValue("103")] + Award, + + [EdiFieldValue("104")] + SystemSurvey, + + [EdiFieldValue("105")] + QualityRating, + + [EdiFieldValue("106")] + RequiredBy, + + [EdiFieldValue("107")] + Deposit, + + [EdiFieldValue("108")] + Postmark, + + [EdiFieldValue("109")] + ReceivedatLockbox, + + [EdiFieldValue("110")] + OriginallyScheduledShip, + + [EdiFieldValue("111")] + Manifest_ShipNotice, + + [EdiFieldValue("112")] + BuyersDock, + + [EdiFieldValue("113")] + SampleRequired, + + [EdiFieldValue("114")] + ToolingRequired, + + [EdiFieldValue("115")] + SampleAvailable, + + [EdiFieldValue("116")] + ScheduledInterchangeDelivery, + + [EdiFieldValue("118")] + RequestedPick_up, + + [EdiFieldValue("119")] + TestPerformed, + + [EdiFieldValue("120")] + ControlPlan, + + [EdiFieldValue("121")] + FeasibilitySignOff, + + [EdiFieldValue("122")] + FailureModeEffective, + + [EdiFieldValue("124")] + GroupContractEffective, + + [EdiFieldValue("125")] + GroupContractExpiration, + + [EdiFieldValue("126")] + WholesaleContractEffective, + + [EdiFieldValue("127")] + WholesaleContractExpiration, + + [EdiFieldValue("128")] + ReplacementEffective, + + [EdiFieldValue("129")] + CustomerContractEffective, + + [EdiFieldValue("130")] + CustomerContractExpiration, + + [EdiFieldValue("131")] + ItemContractEffective, + + [EdiFieldValue("132")] + ItemContractExpiration, + + [EdiFieldValue("133")] + AccountsReceivable_StatementDate, + + [EdiFieldValue("134")] + ReadyforInspection, + + [EdiFieldValue("135")] + Booking, + + [EdiFieldValue("136")] + TechnicalRating, + + [EdiFieldValue("137")] + DeliveryRating, + + [EdiFieldValue("138")] + CommercialRating, + + [EdiFieldValue("139")] + Estimated, + + [EdiFieldValue("140")] + Actual, + + [EdiFieldValue("141")] + Assigned, + + [EdiFieldValue("142")] + Loss, + + [EdiFieldValue("143")] + DueDateOfFirstPaymenttoPrincipalandInterest, + + [EdiFieldValue("144")] + EstimatedAcceptance, + + [EdiFieldValue("145")] + OpeningDate, + + [EdiFieldValue("146")] + ClosingDate, + + [EdiFieldValue("147")] + DueDateLastCompleteInstallmentPaid, + + [EdiFieldValue("148")] + DateOfLocalOfficeApprovalOfConveyanceOfDamagedRealEstateProperty, + + [EdiFieldValue("149")] + DateDeedFiledforRecord, + + [EdiFieldValue("150")] + ServicePeriodStart, + + [EdiFieldValue("151")] + ServicePeriodEnd, + + [EdiFieldValue("152")] + EffectiveDateOfChange, + + [EdiFieldValue("153")] + ServiceInterruption, + + [EdiFieldValue("154")] + AdjustmentPeriodStart, + + [EdiFieldValue("155")] + AdjustmentPeriodEnd, + + [EdiFieldValue("156")] + AllotmentPeriodStart, + + [EdiFieldValue("157")] + TestPeriodStart, + + [EdiFieldValue("158")] + TestPeriodEnding, + + [EdiFieldValue("159")] + BidPriceException, + + [EdiFieldValue("160")] + SamplestobeReturnedBy, + + [EdiFieldValue("161")] + LoadedonVessel, + + [EdiFieldValue("162")] + PendingArchive, + + [EdiFieldValue("163")] + ActualArchive, + + [EdiFieldValue("164")] + FirstIssue, + + [EdiFieldValue("165")] + FinalIssue, + + [EdiFieldValue("166")] + Message, + + [EdiFieldValue("167")] + MostRecentRevision_OrInitialVersion, + + [EdiFieldValue("168")] + Release, + + [EdiFieldValue("169")] + ProductAvailabilityDate, + + [EdiFieldValue("170")] + SupplementalIssue, + + [EdiFieldValue("171")] + Revision, + + [EdiFieldValue("172")] + Correction, + + [EdiFieldValue("173")] + WeekEnding, + + [EdiFieldValue("174")] + MonthEnding, + + [EdiFieldValue("175")] + Cancelifnotshippedby, + + [EdiFieldValue("176")] + Expeditedon, + + [EdiFieldValue("177")] + Cancellation, + + [EdiFieldValue("178")] + Hold_AsOf, + + [EdiFieldValue("179")] + HoldasStock_AsOf, + + [EdiFieldValue("180")] + NoPromise_AsOf, + + [EdiFieldValue("181")] + StopWork_AsOf, + + [EdiFieldValue("182")] + WillAdvise_AsOf, + + [EdiFieldValue("183")] + Connection, + + [EdiFieldValue("184")] + Inventory, + + [EdiFieldValue("185")] + VesselRegistry, + + [EdiFieldValue("186")] + InvoicePeriodStart, + + [EdiFieldValue("187")] + InvoicePeriodEnd, + + [EdiFieldValue("188")] + CreditAdvice, + + [EdiFieldValue("189")] + DebitAdvice, + + [EdiFieldValue("190")] + ReleasedtoVessel, + + [EdiFieldValue("191")] + MaterialSpecification, + + [EdiFieldValue("192")] + DeliveryTicket, + + [EdiFieldValue("193")] + PeriodStart, + + [EdiFieldValue("194")] + PeriodEnd, + + [EdiFieldValue("195")] + ContractRe_Open, + + [EdiFieldValue("196")] + Start, + + [EdiFieldValue("197")] + End, + + [EdiFieldValue("198")] + Completion, + + [EdiFieldValue("199")] + Seal, + + [EdiFieldValue("200")] + AssemblyStart, + + [EdiFieldValue("201")] + Acceptance, + + [EdiFieldValue("202")] + MasterLeaseAgreement, + + [EdiFieldValue("203")] + FirstProduced, + + [EdiFieldValue("204")] + OfficialRailCarInterchange_EitherActualorAgreedUpon, + + [EdiFieldValue("205")] + Transmitted, + + [EdiFieldValue("206")] + Status_OutsideProcessor, + + [EdiFieldValue("207")] + Status_Commercial, + + [EdiFieldValue("208")] + LotNumberExpiration, + + [EdiFieldValue("209")] + ContractPerformanceStart, + + [EdiFieldValue("210")] + ContractPerformanceDelivery, + + [EdiFieldValue("211")] + ServiceRequested, + + [EdiFieldValue("212")] + ReturnedtoCustomer, + + [EdiFieldValue("213")] + AdjustmenttoBillDated, + + [EdiFieldValue("214")] + DateOfRepair_Service, + + [EdiFieldValue("215")] + InterruptionStart, + + [EdiFieldValue("216")] + InterruptionEnd, + + [EdiFieldValue("217")] + Spud, + + [EdiFieldValue("218")] + InitialCompletion, + + [EdiFieldValue("219")] + PluggedandAbandoned, + + [EdiFieldValue("220")] + Penalty, + + [EdiFieldValue("221")] + PenaltyBegin, + + [EdiFieldValue("222")] + Birth, + + [EdiFieldValue("223")] + BirthCertificate, + + [EdiFieldValue("224")] + Adoption, + + [EdiFieldValue("225")] + Christening, + + [EdiFieldValue("226")] + LeaseCommencement, + + [EdiFieldValue("227")] + LeaseTermStart, + + [EdiFieldValue("228")] + LeaseTermEnd, + + [EdiFieldValue("229")] + RentStart, + + [EdiFieldValue("230")] + Installation, + + [EdiFieldValue("231")] + ProgressPayment, + + [EdiFieldValue("232")] + ClaimStatementPeriodStart, + + [EdiFieldValue("233")] + ClaimStatementPeriodEnd, + + [EdiFieldValue("234")] + SettlementDate, + + [EdiFieldValue("235")] + DelayedBilling_NotDelayedPayment, + + [EdiFieldValue("236")] + LenderCreditCheck, + + [EdiFieldValue("237")] + StudentSigned, + + [EdiFieldValue("238")] + ScheduleRelease, + + [EdiFieldValue("239")] + Baseline, + + [EdiFieldValue("240")] + BaselineStart, + + [EdiFieldValue("241")] + BaselineComplete, + + [EdiFieldValue("242")] + ActualStart, + + [EdiFieldValue("243")] + ActualComplete, + + [EdiFieldValue("244")] + EstimatedStart, + + [EdiFieldValue("245")] + EstimatedCompletion, + + [EdiFieldValue("246")] + Startnoearlierthan, + + [EdiFieldValue("247")] + Startnolaterthan, + + [EdiFieldValue("248")] + Finishnolaterthan, + + [EdiFieldValue("249")] + Finishnoearlierthan, + + [EdiFieldValue("250")] + Mandatory_orTarget_Start, + + [EdiFieldValue("251")] + Mandatory_orTarget_Finish, + + [EdiFieldValue("252")] + EarlyStart, + + [EdiFieldValue("253")] + EarlyFinish, + + [EdiFieldValue("254")] + LateStart, + + [EdiFieldValue("255")] + LateFinish, + + [EdiFieldValue("256")] + ScheduledStart, + + [EdiFieldValue("257")] + ScheduledFinish, + + [EdiFieldValue("258")] + OriginalEarlyStart, + + [EdiFieldValue("259")] + OriginalEarlyFinish, + + [EdiFieldValue("260")] + RestDay, + + [EdiFieldValue("261")] + RestStart, + + [EdiFieldValue("262")] + RestFinish, + + [EdiFieldValue("263")] + Holiday, + + [EdiFieldValue("264")] + HolidayStart, + + [EdiFieldValue("265")] + HolidayFinish, + + [EdiFieldValue("266")] + Base, + + [EdiFieldValue("267")] + Timenow, + + [EdiFieldValue("268")] + EndDateOfSupport, + + [EdiFieldValue("269")] + DateAccountMatures, + + [EdiFieldValue("270")] + DateFiled, + + [EdiFieldValue("271")] + PenaltyEnd, + + [EdiFieldValue("272")] + ExitPlantDate, + + [EdiFieldValue("273")] + LatestOnBoardCarrierDate, + + [EdiFieldValue("274")] + RequestedDepartureDate, + + [EdiFieldValue("275")] + Approved, + + [EdiFieldValue("276")] + ContractStart, + + [EdiFieldValue("277")] + ContractDefinition, + + [EdiFieldValue("278")] + LastItemDelivery, + + [EdiFieldValue("279")] + ContractCompletion, + + [EdiFieldValue("280")] + DateCourseOfOrthodonticsTreatmentBeganorisExpectedtoBegin, + + [EdiFieldValue("281")] + OverTargetBaselineMonth, + + [EdiFieldValue("282")] + PreviousReport, + + [EdiFieldValue("283")] + FundsAppropriation_Start, + + [EdiFieldValue("284")] + FundsAppropriation_End, + + [EdiFieldValue("285")] + EmploymentorHire, + + [EdiFieldValue("286")] + Retirement, + + [EdiFieldValue("287")] + Medicare, + + [EdiFieldValue("288")] + ConsolidatedOmnibusBudgetReconciliationAct_COBRA_288, + + [EdiFieldValue("289")] + PremiumPaidtoDate, + + [EdiFieldValue("290")] + CoordinationOfBenefits, + + [EdiFieldValue("291")] + Plan, + + [EdiFieldValue("292")] + Benefit, + + [EdiFieldValue("293")] + Education, + + [EdiFieldValue("294")] + EarningsEffectiveDate, + + [EdiFieldValue("295")] + PrimaryCareProvider, + + [EdiFieldValue("296")] + ReturntoWork, + + [EdiFieldValue("297")] + DateLastWorked, + + [EdiFieldValue("298")] + LatestAbsence, + + [EdiFieldValue("299")] + Illness, + + [EdiFieldValue("300")] + EnrollmentSignatureDate, + + [EdiFieldValue("301")] + ConsolidatedOmnibusBudgetReconciliationAct_COBRA_QualifyingEvent, + + [EdiFieldValue("302")] + Maintenance, + + [EdiFieldValue("303")] + MaintenanceEffective, + + [EdiFieldValue("304")] + LatestVisitorConsultation, + + [EdiFieldValue("305")] + NetCreditServiceDate, + + [EdiFieldValue("306")] + AdjustmentEffectiveDate, + + [EdiFieldValue("307")] + Eligibility, + + [EdiFieldValue("308")] + Pre_AwardSurvey, + + [EdiFieldValue("309")] + PlanTermination, + + [EdiFieldValue("310")] + DateOfClosing, + + [EdiFieldValue("311")] + LatestReceivingDate_CutoffDate, + + [EdiFieldValue("312")] + SalaryDeferral, + + [EdiFieldValue("313")] + Cycle, + + [EdiFieldValue("314")] + Disability, + + [EdiFieldValue("315")] + Offset, + + [EdiFieldValue("316")] + PriorIncorrectDateOfBirth, + + [EdiFieldValue("317")] + CorrectedDateOfBirth, + + [EdiFieldValue("318")] + Added, + + [EdiFieldValue("319")] + Failed, + + [EdiFieldValue("320")] + DateForeclosureProceedingsInstituted, + + [EdiFieldValue("321")] + Purchased, + + [EdiFieldValue("322")] + PutintoService, + + [EdiFieldValue("323")] + Replaced, + + [EdiFieldValue("324")] + Returned, + + [EdiFieldValue("325")] + DisbursementDate, + + [EdiFieldValue("326")] + GuaranteeDate, + + [EdiFieldValue("327")] + QuarterEnding, + + [EdiFieldValue("328")] + Changed, + + [EdiFieldValue("329")] + Terminated, + + [EdiFieldValue("330")] + ReferralDate, + + [EdiFieldValue("331")] + EvaluationDate, + + [EdiFieldValue("332")] + PlacementDate, + + [EdiFieldValue("333")] + IndividualEducationPlan_IEP, + + [EdiFieldValue("334")] + Re_evaluationDate, + + [EdiFieldValue("335")] + DismissalDate, + + [EdiFieldValue("336")] + EmploymentBegin, + + [EdiFieldValue("337")] + EmploymentEnd, + + [EdiFieldValue("338")] + MedicareBegin, + + [EdiFieldValue("339")] + MedicareEnd, + + [EdiFieldValue("340")] + ConsolidatedOmnibusBudgetReconciliationAct_COBRA_Begin_340, + + [EdiFieldValue("341")] + ConsolidatedOmnibusBudgetReconciliationAct_COBRA_End_341, + + [EdiFieldValue("342")] + PremiumPaidToDateBegin, + + [EdiFieldValue("343")] + PremiumPaidToDateEnd, + + [EdiFieldValue("344")] + CoordinationOfBenefitsBegin, + + [EdiFieldValue("345")] + CoordinationOfBenefitsEnd, + + [EdiFieldValue("346")] + PlanBegin, + + [EdiFieldValue("347")] + PlanEnd, + + [EdiFieldValue("348")] + BenefitBegin, + + [EdiFieldValue("349")] + BenefitEnd, + + [EdiFieldValue("350")] + EducationBegin, + + [EdiFieldValue("351")] + EducationEnd, + + [EdiFieldValue("352")] + PrimaryCareProviderBegin, + + [EdiFieldValue("353")] + PrimaryCareProviderEnd, + + [EdiFieldValue("354")] + IllnessBegin, + + [EdiFieldValue("355")] + IllnessEnd, + + [EdiFieldValue("356")] + EligibilityBegin, + + [EdiFieldValue("357")] + EligibilityEnd, + + [EdiFieldValue("358")] + CycleBegin, + + [EdiFieldValue("359")] + CycleEnd, + + [EdiFieldValue("360")] + DisabilityBegin, + + [EdiFieldValue("361")] + DisabilityEnd, + + [EdiFieldValue("362")] + OffsetBegin, + + [EdiFieldValue("363")] + OffsetEnd, + + [EdiFieldValue("364")] + PlanPeriodElectionBegin, + + [EdiFieldValue("365")] + PlanPeriodElectionEnd, + + [EdiFieldValue("366")] + PlanPeriodElection, + + [EdiFieldValue("367")] + DuetoCustomer, + + [EdiFieldValue("368")] + Submittal, + + [EdiFieldValue("369")] + EstimatedDepartureDate, + + [EdiFieldValue("370")] + ActualDepartureDate, + + [EdiFieldValue("371")] + EstimatedArrivalDate, + + [EdiFieldValue("372")] + ActualArrivalDate, + + [EdiFieldValue("373")] + OrderStart, + + [EdiFieldValue("374")] + OrderEnd, + + [EdiFieldValue("375")] + DeliveryStart, + + [EdiFieldValue("376")] + DeliveryEnd, + + [EdiFieldValue("377")] + ContractCostsThrough, + + [EdiFieldValue("378")] + FinancialInformationSubmission, + + [EdiFieldValue("379")] + BusinessTermination, + + [EdiFieldValue("380")] + ApplicantSigned, + + [EdiFieldValue("381")] + CosignerSigned, + + [EdiFieldValue("382")] + Enrollment, + + [EdiFieldValue("383")] + AdjustedHire, + + [EdiFieldValue("384")] + CreditedService, + + [EdiFieldValue("385")] + CreditedServiceBegin, + + [EdiFieldValue("386")] + CreditedServiceEnd, + + [EdiFieldValue("387")] + DeferredDistribution, + + [EdiFieldValue("388")] + PaymentCommencement, + + [EdiFieldValue("389")] + PayrollPeriod, + + [EdiFieldValue("390")] + PayrollPeriodBegin, + + [EdiFieldValue("391")] + PayrollPeriodEnd, + + [EdiFieldValue("392")] + PlanEntry, + + [EdiFieldValue("393")] + PlanParticipationSuspension, + + [EdiFieldValue("394")] + Rehire, + + [EdiFieldValue("395")] + Retermination, + + [EdiFieldValue("396")] + Termination, + + [EdiFieldValue("397")] + Valuation, + + [EdiFieldValue("398")] + VestingService, + + [EdiFieldValue("399")] + VestingServiceBegin, + + [EdiFieldValue("400")] + VestingServiceEnd, + + [EdiFieldValue("401")] + DuplicateBill, + + [EdiFieldValue("402")] + AdjustmentPromised, + + [EdiFieldValue("403")] + AdjustmentProcessed, + + [EdiFieldValue("404")] + YearEnding, + + [EdiFieldValue("405")] + Production, + + [EdiFieldValue("406")] + MaterialClassification, + + [EdiFieldValue("408")] + Weighed, + + [EdiFieldValue("409")] + DateOfDeedinLieu, + + [EdiFieldValue("410")] + DateOfFirmCommitment, + + [EdiFieldValue("411")] + ExpirationDateOfExtensionToForeclose, + + [EdiFieldValue("412")] + DateOfNoticetoConvey, + + [EdiFieldValue("413")] + DateOfReleaseOfBankruptcy, + + [EdiFieldValue("414")] + OptimisticEarlyStart, + + [EdiFieldValue("415")] + OptimisticEarlyFinish, + + [EdiFieldValue("416")] + OptimisticLateStart, + + [EdiFieldValue("417")] + OptimisticLateFinish, + + [EdiFieldValue("418")] + MostLikelyEarlyStart, + + [EdiFieldValue("419")] + MostLikelyEarlyFinish, + + [EdiFieldValue("420")] + MostLikelyLateStart, + + [EdiFieldValue("421")] + MostLikelyLateFinish, + + [EdiFieldValue("422")] + PessimisticEarlyStart, + + [EdiFieldValue("423")] + PessimisticEarlyFinish, + + [EdiFieldValue("424")] + PessimisticLateStart, + + [EdiFieldValue("425")] + PessimisticLateFinish, + + [EdiFieldValue("426")] + FirstPaymentDue, + + [EdiFieldValue("427")] + FirstInterestPaymentDue, + + [EdiFieldValue("428")] + SubsequentInterestPaymentDue, + + [EdiFieldValue("429")] + IrregularInterestPaymentDue, + + [EdiFieldValue("430")] + GuarantorReceived, + + [EdiFieldValue("431")] + OnsetOfCurrentSymptomsorIllness, + + [EdiFieldValue("432")] + Submission, + + [EdiFieldValue("433")] + Removed, + + [EdiFieldValue("434")] + Statement, + + [EdiFieldValue("435")] + Admission, + + [EdiFieldValue("436")] + InsuranceCard, + + [EdiFieldValue("437")] + SpouseRetirement, + + [EdiFieldValue("438")] + OnsetOfSimilarSymptomsorIllness, + + [EdiFieldValue("439")] + Accident, + + [EdiFieldValue("440")] + ReleaseOfInformation, + + [EdiFieldValue("441")] + PriorPlacement, + + [EdiFieldValue("442")] + DateOfDeath, + + [EdiFieldValue("443")] + PeerReviewOrganization_PRO_ApprovedStay, + + [EdiFieldValue("444")] + FirstVisitorConsultation, + + [EdiFieldValue("445")] + InitialPlacement, + + [EdiFieldValue("446")] + Replacement, + + [EdiFieldValue("447")] + Occurrence, + + [EdiFieldValue("448")] + OccurrenceSpan, + + [EdiFieldValue("449")] + OccurrenceSpanFrom, + + [EdiFieldValue("450")] + OccurrenceSpanTo, + + [EdiFieldValue("451")] + InitialFeeDue, + + [EdiFieldValue("452")] + AppliancePlacement, + + [EdiFieldValue("453")] + AcuteManifestationOfAChronicCondition, + + [EdiFieldValue("454")] + InitialTreatment, + + [EdiFieldValue("455")] + LastX_Ray, + + [EdiFieldValue("456")] + Surgery, + + [EdiFieldValue("457")] + ContinuousPassiveMotion_CPM, + + [EdiFieldValue("458")] + Certification, + + [EdiFieldValue("459")] + NursingHomeFrom, + + [EdiFieldValue("460")] + NursingHomeTo, + + [EdiFieldValue("461")] + LastCertification, + + [EdiFieldValue("462")] + DateOfLocalOfficeApprovalOfConveyanceOfOccupiedRealEstateProperty, + + [EdiFieldValue("463")] + BeginTherapy, + + [EdiFieldValue("464")] + OxygenTherapyFrom, + + [EdiFieldValue("465")] + OxygenTherapyTo, + + [EdiFieldValue("466")] + OxygenTherapy, + + [EdiFieldValue("467")] + Signature, + + [EdiFieldValue("468")] + PrescriptionFill, + + [EdiFieldValue("469")] + ProviderSignature, + + [EdiFieldValue("470")] + DateOfLocalOfficeCertificationOfConveyanceOfDamagedRealEstateProperty, + + [EdiFieldValue("471")] + Prescription, + + [EdiFieldValue("472")] + Service, + + [EdiFieldValue("473")] + MedicaidBegin, + + [EdiFieldValue("474")] + MedicaidEnd, + + [EdiFieldValue("475")] + Medicaid, + + [EdiFieldValue("476")] + PeerReviewOrganization_PRO_ApprovedStayFrom, + + [EdiFieldValue("477")] + PeerReviewOrganization_PRO_ApprovedStayTo, + + [EdiFieldValue("478")] + PrescriptionFrom, + + [EdiFieldValue("479")] + PrescriptionTo, + + [EdiFieldValue("480")] + ArterialBloodGasTest, + + [EdiFieldValue("481")] + OxygenSaturationTest, + + [EdiFieldValue("482")] + PregnancyBegin, + + [EdiFieldValue("483")] + PregnancyEnd, + + [EdiFieldValue("484")] + LastMenstrualPeriod, + + [EdiFieldValue("485")] + InjuryBegin, + + [EdiFieldValue("486")] + InjuryEnd, + + [EdiFieldValue("487")] + NursingHome, + + [EdiFieldValue("488")] + CollateralDependent, + + [EdiFieldValue("489")] + CollateralDependentBegin, + + [EdiFieldValue("490")] + CollateralDependentEnd, + + [EdiFieldValue("491")] + SponsoredDependent, + + [EdiFieldValue("492")] + SponsoredDependentBegin, + + [EdiFieldValue("493")] + SponsoredDependentEnd, + + [EdiFieldValue("494")] + Deductible, + + [EdiFieldValue("495")] + OutOfPocket, + + [EdiFieldValue("496")] + ContractAuditDate, + + [EdiFieldValue("497")] + LatestDeliveryDateatPier, + + [EdiFieldValue("498")] + MortgageeReportedCurtailmentDate, + + [EdiFieldValue("499")] + MortgageeOfficialSignatureDate, + + [EdiFieldValue("500")] + Resubmission, + + [EdiFieldValue("501")] + ExpectedReply, + + [EdiFieldValue("502")] + DroppedtoLessthanHalfTime, + + [EdiFieldValue("503")] + RepaymentBegin, + + [EdiFieldValue("504")] + LoanServicingTransfer, + + [EdiFieldValue("505")] + LoanPurchase, + + [EdiFieldValue("506")] + LastNotification, + + [EdiFieldValue("507")] + Extract, + + [EdiFieldValue("508")] + Extended, + + [EdiFieldValue("509")] + ServicerSignatureDate, + + [EdiFieldValue("510")] + DatePacked, + + [EdiFieldValue("511")] + ShelfLifeExpiration, + + [EdiFieldValue("512")] + WarrantyExpiration, + + [EdiFieldValue("513")] + Overhauled, + + [EdiFieldValue("514")] + Transferred, + + [EdiFieldValue("515")] + Notified, + + [EdiFieldValue("516")] + Discovered, + + [EdiFieldValue("517")] + Inspected, + + [EdiFieldValue("518")] + Voucher_DateOf, + + [EdiFieldValue("519")] + DateBankruptcyFiled, + + [EdiFieldValue("520")] + DateOfDamage, + + [EdiFieldValue("521")] + DateHazardInsurancePolicyCancelled, + + [EdiFieldValue("522")] + ExpirationDatetoSubmitTitleEvidence, + + [EdiFieldValue("523")] + DateOfClaim, + + [EdiFieldValue("524")] + DateOfNoticeOfReferralforAssignment, + + [EdiFieldValue("525")] + DateOfNoticeOfProbableIneligibilityforAssignment, + + [EdiFieldValue("526")] + DateOfForeclosureNotice, + + [EdiFieldValue("527")] + ExpirationOfForeclosureTimeframe, + + [EdiFieldValue("528")] + DatePossessoryActionInitiated, + + [EdiFieldValue("529")] + DateOfPossession, + + [EdiFieldValue("530")] + DateOfLastInstallmentReceived, + + [EdiFieldValue("531")] + DateOfAcquisitionOfTitle, + + [EdiFieldValue("532")] + ExpirationOfExtensiontoConvey, + + [EdiFieldValue("533")] + DateOfAssignmentApproval, + + [EdiFieldValue("534")] + DateOfAssignmentRejection, + + [EdiFieldValue("535")] + CurtailmentDatefromAdviceOfPayment, + + [EdiFieldValue("536")] + ExpirationOfExtensiontoSubmitFiscalData, + + [EdiFieldValue("537")] + DateDocumentation, + + orPaperwork, + + orBothWasSent, + + [EdiFieldValue("538")] + MakegoodCommercialDate, + + [EdiFieldValue("539")] + PolicyEffective, + + [EdiFieldValue("540")] + PolicyExpiration, + + [EdiFieldValue("541")] + EmployeeEffectiveDateOfCoverage, + + [EdiFieldValue("542")] + DateOfRepresentation, + + [EdiFieldValue("543")] + LastPremiumPaidDate, + + [EdiFieldValue("544")] + DateReportedtoEmployer, + + [EdiFieldValue("545")] + DateReportedtoClaimAdministrator, + + [EdiFieldValue("546")] + DateOfMaximumMedicalImprovement, + + [EdiFieldValue("547")] + DateOfLoan, + + [EdiFieldValue("548")] + DateOfAdvance, + + [EdiFieldValue("549")] + BeginningLayDate, + + [EdiFieldValue("550")] + CertificateEffective, + + [EdiFieldValue("551")] + BenefitApplicationDate, + + [EdiFieldValue("552")] + ActualReturntoWork, + + [EdiFieldValue("553")] + ReleasedReturntoWork, + + [EdiFieldValue("554")] + EndingLayDate, + + [EdiFieldValue("555")] + EmployeeWagesCeased, + + [EdiFieldValue("556")] + LastSalaryIncrease, + + [EdiFieldValue("557")] + EmployeeLaidOff, + + [EdiFieldValue("558")] + InjuryorIllness, + + [EdiFieldValue("559")] + OldestUnpaidInstallment, + + [EdiFieldValue("560")] + PreforeclosureAcceptanceDate, + + [EdiFieldValue("561")] + PreforeclosureSaleClosingDate, + + [EdiFieldValue("562")] + DateOfFirstUncuredDefault, + + [EdiFieldValue("563")] + DateDefaultWasCured, + + [EdiFieldValue("564")] + DateOfFirstMortgagePayment, + + [EdiFieldValue("565")] + DateOfPropertyInspection, + + [EdiFieldValue("566")] + DateTotalAmountOfDelinquencyReported, + + [EdiFieldValue("567")] + DateOutstandingLoanBalanceReported, + + [EdiFieldValue("568")] + DateForeclosureSaleScheduled, + + [EdiFieldValue("569")] + DateForeclosureHeld, + + [EdiFieldValue("570")] + DateRedemptionPeriodEnds, + + [EdiFieldValue("571")] + DateVoluntaryConveyanceAccepted, + + [EdiFieldValue("572")] + DatePropertySold, + + [EdiFieldValue("573")] + DateClaimPaid, + + [EdiFieldValue("574")] + ActionBeginDate, + + [EdiFieldValue("575")] + ProjectedActionEndDate, + + [EdiFieldValue("576")] + ActionEndDate, + + [EdiFieldValue("577")] + OriginalMaturityDate, + + [EdiFieldValue("578")] + DateReferredtoAttorneyforForeclosure, + + [EdiFieldValue("579")] + PlannedRelease, + + [EdiFieldValue("580")] + ActualRelease, + + [EdiFieldValue("581")] + ContractPeriod, + + [EdiFieldValue("582")] + ReportPeriod, + + [EdiFieldValue("583")] + Suspension, + + [EdiFieldValue("584")] + Reinstatement_584, + + [EdiFieldValue("585")] + Report, + + [EdiFieldValue("586")] + FirstContact, + + [EdiFieldValue("587")] + ProjectedForeclosureSaleDate, + + [EdiFieldValue("589")] + DateAssignmentFiledforRecord, + + [EdiFieldValue("590")] + DateOfAppraisal, + + [EdiFieldValue("591")] + ExpirationDateOfExtensiontoAssign, + + [EdiFieldValue("592")] + DateOfExtensiontoConvey, + + [EdiFieldValue("593")] + DateHazardInsurancePolicyRefused, + + [EdiFieldValue("594")] + HighFabricationReleaseAuthorization, + + [EdiFieldValue("595")] + HighRawMaterialAuthorization, + + [EdiFieldValue("596")] + MaterialChangeNotice, + + [EdiFieldValue("597")] + LatestDeliveryDateatRailRamp, + + [EdiFieldValue("598")] + Rejected, + + [EdiFieldValue("599")] + RepaymentScheduleSent, + + [EdiFieldValue("600")] + AsOf, + + [EdiFieldValue("601")] + FirstSubmission, + + [EdiFieldValue("602")] + SubsequentSubmission, + + [EdiFieldValue("603")] + Renewal, + + [EdiFieldValue("604")] + Withdrawn, + + [EdiFieldValue("606")] + CertificationPeriodStart, + + [EdiFieldValue("607")] + CertificationRevision, + + [EdiFieldValue("608")] + ContinuousCoverageDates, + + [EdiFieldValue("609")] + PrearrangedDealMatch, + + [EdiFieldValue("610")] + ContingencyEnd, + + [EdiFieldValue("611")] + OxygenTherapyEvaluation, + + [EdiFieldValue("612")] + ShutIn, + + [EdiFieldValue("613")] + AllowableEffective, + + [EdiFieldValue("614")] + FirstSales, + + [EdiFieldValue("615")] + DateAcquired, + + [EdiFieldValue("616")] + InterviewerSigned, + + [EdiFieldValue("617")] + ApplicationLoggedDate, + + [EdiFieldValue("618")] + ReviewDate, + + [EdiFieldValue("619")] + DecisionDate, + + [EdiFieldValue("620")] + PreviouslyResided, + + [EdiFieldValue("621")] + Reported, + + [EdiFieldValue("622")] + Checked, + + [EdiFieldValue("623")] + Settled, + + [EdiFieldValue("624")] + PresentlyResiding, + + [EdiFieldValue("625")] + EmployedinthisPosition, + + [EdiFieldValue("626")] + Verified, + + [EdiFieldValue("627")] + SecondAdmissionDate, + + [EdiFieldValue("629")] + AccountOpened, + + [EdiFieldValue("630")] + AccountClosed, + + [EdiFieldValue("631")] + PropertyAcquired, + + [EdiFieldValue("632")] + PropertyBuilt, + + [EdiFieldValue("633")] + EmployedinthisProfession, + + [EdiFieldValue("634")] + NextReviewDate, + + [EdiFieldValue("635")] + InitialContactDate, + + [EdiFieldValue("636")] + DateOfLastUpdate, + + [EdiFieldValue("637")] + SecondDischargeDate, + + [EdiFieldValue("638")] + DateOfLastDraw, + + [EdiFieldValue("640")] + Complaint, + + [EdiFieldValue("641")] + Option, + + [EdiFieldValue("642")] + Solicitation, + + [EdiFieldValue("643")] + Clause, + + [EdiFieldValue("644")] + Meeting, + + [EdiFieldValue("646")] + RentalPeriod, + + [EdiFieldValue("647")] + NextPayIncrease, + + [EdiFieldValue("648")] + PeriodCoveredbySourceDocuments, + + [EdiFieldValue("649")] + DocumentDue, + + [EdiFieldValue("650")] + CourtNotice, + + [EdiFieldValue("651")] + ExpectedFundingDate, + + [EdiFieldValue("652")] + AssignmentRecorded, + + [EdiFieldValue("653")] + CaseReopened, + + [EdiFieldValue("655")] + PreviousCourtEvent, + + [EdiFieldValue("656")] + LastDatetoObject, + + [EdiFieldValue("657")] + CourtEvent, + + [EdiFieldValue("658")] + LastDateToFileAClaim, + + [EdiFieldValue("659")] + CaseConverted, + + [EdiFieldValue("660")] + DebtIncurred, + + [EdiFieldValue("661")] + Judgment, + + [EdiFieldValue("662")] + WagesStart, + + [EdiFieldValue("663")] + WagesEnd, + + [EdiFieldValue("664")] + DateThroughWhichPropertyTaxesHaveBeenPaid, + + [EdiFieldValue("665")] + PaidThroughDate, + + [EdiFieldValue("666")] + DatePaid, + + [EdiFieldValue("667")] + AnesthesiaAdministration, + + [EdiFieldValue("668")] + PriceProtection, + + [EdiFieldValue("669")] + ClaimIncurred, + + [EdiFieldValue("670")] + BookEntryDelivery, + + [EdiFieldValue("671")] + RateAdjustment, + + [EdiFieldValue("672")] + NextInstallmentDueDate, + + [EdiFieldValue("673")] + DaylightOverdraftTime, + + [EdiFieldValue("674")] + PresentmentDate, + + [EdiFieldValue("675")] + NegotiatedExtensionDate, + + [EdiFieldValue("681")] + Remittance, + + [EdiFieldValue("682")] + SecurityRateAdjustment, + + [EdiFieldValue("683")] + FilingPeriod, + + [EdiFieldValue("684")] + ReviewPeriodEnd, + + [EdiFieldValue("685")] + RequestedSettlement, + + [EdiFieldValue("686")] + LastScreening, + + [EdiFieldValue("687")] + Confinement, + + [EdiFieldValue("688")] + Arrested, + + [EdiFieldValue("689")] + Convicted, + + [EdiFieldValue("690")] + Interviewed, + + [EdiFieldValue("691")] + LastVisit, + + [EdiFieldValue("692")] + Recovery, + + [EdiFieldValue("693")] + TimeInUS, + + [EdiFieldValue("694")] + FuturePeriod, + + [EdiFieldValue("695")] + PreviousPeriod, + + [EdiFieldValue("696")] + InterestPaidTo, + + [EdiFieldValue("697")] + DateOfSeizure, + + [EdiFieldValue("699")] + SetOff, + + [EdiFieldValue("700")] + OverrideDateforSettlement, + + [EdiFieldValue("701")] + SettlementDate_FromInterlineSettlementSystem_ISS_only, + + [EdiFieldValue("702")] + SendingRoadTimeStamp, + + [EdiFieldValue("703")] + RetransmissionTimeStamp, + + [EdiFieldValue("704")] + DeliveryAppointmentDateandTime, + + [EdiFieldValue("705")] + InterestPaidThrough, + + [EdiFieldValue("706")] + DateMaterialUsageSuspended, + + [EdiFieldValue("707")] + LastPaymentMade, + + [EdiFieldValue("708")] + PastDue, + + [EdiFieldValue("709")] + AnalysisMonthEnding, + + [EdiFieldValue("710")] + DateOfSpecification, + + [EdiFieldValue("711")] + DateOfStandard, + + [EdiFieldValue("712")] + ReturntoWorkPartTime, + + [EdiFieldValue("713")] + Paid_throughDateforSalaryContinuation, + + [EdiFieldValue("714")] + Paid_throughDateforVacationPay, + + [EdiFieldValue("715")] + Paid_throughDateforAccruedSickPay, + + [EdiFieldValue("716")] + AppraisalOrdered, + + [EdiFieldValue("717")] + DateOfOperation, + + [EdiFieldValue("718")] + BestTimetoCall, + + [EdiFieldValue("719")] + VerbalReportNeeded, + + [EdiFieldValue("720")] + EstimatedEscrowClosing, + + [EdiFieldValue("721")] + PermitYear, + + [EdiFieldValue("722")] + RemodelingCompleted, + + [EdiFieldValue("723")] + CurrentMonthEnding, + + [EdiFieldValue("724")] + PreviousMonthEnding, + + [EdiFieldValue("725")] + CycletoDate, + + [EdiFieldValue("726")] + YeartoDate, + + [EdiFieldValue("727")] + OnHold, + + [EdiFieldValue("728")] + OffHold, + + [EdiFieldValue("729")] + FacsimileDueBy, + + [EdiFieldValue("730")] + ReportingCycleDate, + + [EdiFieldValue("731")] + LastPaidInstallmentDate, + + [EdiFieldValue("732")] + ClaimsMade, + + [EdiFieldValue("733")] + DateOfLastPaymentReceived, + + [EdiFieldValue("734")] + CurtailmentDate, + + [EdiFieldValue("736")] + PoolSettlement, + + [EdiFieldValue("737")] + NextInterestChangeDate, + + [EdiFieldValue("738")] + MostRecentHemoglobinorHematocritorBoth, + + [EdiFieldValue("739")] + MostRecentSerumCreatine, + + [EdiFieldValue("740")] + Closed, + + [EdiFieldValue("741")] + Therapy, + + [EdiFieldValue("742")] + Implantation, + + [EdiFieldValue("743")] + Explantation, + + [EdiFieldValue("744")] + DateBecameAware, + + [EdiFieldValue("745")] + FirstMarketed, + + [EdiFieldValue("746")] + LastMarketed, + + [EdiFieldValue("750")] + ExpectedProblemResolution, + + [EdiFieldValue("751")] + AlternateProblemResolution, + + [EdiFieldValue("752")] + FeeCapitalization, + + [EdiFieldValue("753")] + InterestCapitalization, + + [EdiFieldValue("754")] + NextPaymentDue, + + [EdiFieldValue("755")] + ConversiontoRepayment, + + [EdiFieldValue("756")] + EndOfGrace, + + [EdiFieldValue("757")] + SchoolRefund, + + [EdiFieldValue("758")] + SimpleInterestDue, + + [EdiFieldValue("760")] + Printed, + + [EdiFieldValue("770")] + BackonMarket, + + [EdiFieldValue("771")] + Status, + + [EdiFieldValue("773")] + Off_Market, + + [EdiFieldValue("774")] + Tour, + + [EdiFieldValue("776")] + ListingReceived, + + [EdiFieldValue("778")] + AnticipatedClosing, + + [EdiFieldValue("779")] + LastPublication, + + [EdiFieldValue("780")] + SoldBookPublication, + + [EdiFieldValue("781")] + Occupancy, + + [EdiFieldValue("782")] + Contingency, + + [EdiFieldValue("783")] + PercolationTest, + + [EdiFieldValue("784")] + SepticApproval, + + [EdiFieldValue("785")] + TitleTransfer, + + [EdiFieldValue("786")] + OpenHouse, + + [EdiFieldValue("789")] + Homestead, + + [EdiFieldValue("800")] + MidpointOfPerformance, + + [EdiFieldValue("801")] + AcquisitionDate, + + [EdiFieldValue("802")] + DateOfAction, + + [EdiFieldValue("803")] + PaidinFull, + + [EdiFieldValue("804")] + Refinance, + + [EdiFieldValue("805")] + VoluntaryTermination, + + [EdiFieldValue("806")] + CustomerOrder, + + [EdiFieldValue("807")] + Stored, + + [EdiFieldValue("808")] + Selected, + + [EdiFieldValue("809")] + Posted, + + [EdiFieldValue("810")] + DocumentReceived, + + [EdiFieldValue("811")] + Rebuilt, + + [EdiFieldValue("812")] + Marriage, + + [EdiFieldValue("813")] + CustomsEntryDate, + + [EdiFieldValue("814")] + PaymentDueDate, + + [EdiFieldValue("815")] + MaturityDate, + + [EdiFieldValue("816")] + TradeDate, + + [EdiFieldValue("817")] + GallonsPerMinute_GPM_TestPerformed, + + [EdiFieldValue("818")] + BritishThermalUnit_BTU_TestPerformed, + + [EdiFieldValue("820")] + RealEstateTaxYear, + + [EdiFieldValue("821")] + FinalReconciliationValueEstimateAsOf, + + [EdiFieldValue("822")] + Map, + + [EdiFieldValue("823")] + Opinion, + + [EdiFieldValue("824")] + Version, + + [EdiFieldValue("825")] + OriginalDueDate, + + [EdiFieldValue("826")] + IncumbencyPeriod, + + [EdiFieldValue("827")] + AudienceDeficiencyPeriod, + + [EdiFieldValue("828")] + AiredDate, + + [EdiFieldValue("830")] + Schedule, + + [EdiFieldValue("831")] + PaidThroughDateforMinimumPayment, + + [EdiFieldValue("832")] + PaidThroughDateforTotalPayment, + + [EdiFieldValue("840")] + Election, + + [EdiFieldValue("841")] + EngineeringDataList, + + [EdiFieldValue("842")] + LastProduction, + + [EdiFieldValue("843")] + NotBefore, + + [EdiFieldValue("844")] + NotAfter, + + [EdiFieldValue("845")] + InitialClaim, + + [EdiFieldValue("846")] + BenefitsPaid, + + [EdiFieldValue("847")] + WagesEarned, + + [EdiFieldValue("848")] + AdjustedStart, + + [EdiFieldValue("849")] + AdjustedEnd, + + [EdiFieldValue("850")] + RevisedAdjustedStart, + + [EdiFieldValue("851")] + RevisedAdjustedEnd, + + [EdiFieldValue("853")] + FieldTest, + + [EdiFieldValue("854")] + MortgageNoteDate, + + [EdiFieldValue("855")] + AlternativeDueDate, + + [EdiFieldValue("856")] + FirstPaymentChange, + + [EdiFieldValue("857")] + FirstRateAdjustment, + + [EdiFieldValue("858")] + AlternateBasePeriod, + + [EdiFieldValue("859")] + PriorNotice, + + [EdiFieldValue("860")] + AppointmentEffective, + + [EdiFieldValue("861")] + AppointmentExpiration, + + [EdiFieldValue("862")] + CompanyTermination, + + [EdiFieldValue("863")] + ContinuingEducationRequirement, + + [EdiFieldValue("864")] + DistributorEffective, + + [EdiFieldValue("865")] + DistributorTermination, + + [EdiFieldValue("866")] + Examination, + + [EdiFieldValue("867")] + IncorporationDissolution, + + [EdiFieldValue("868")] + LastFollow_up, + + [EdiFieldValue("869")] + LicenseEffective, + + [EdiFieldValue("870")] + LicenseExpiration, + + [EdiFieldValue("871")] + LicenseRenewal, + + [EdiFieldValue("872")] + LicenseRequested, + + [EdiFieldValue("873")] + Mailed, + + [EdiFieldValue("874")] + PaperworkMailed, + + [EdiFieldValue("875")] + PreviousEmployment, + + [EdiFieldValue("876")] + PreviousEmploymentEnd, + + [EdiFieldValue("877")] + PreviousEmploymentStart, + + [EdiFieldValue("878")] + PreviousResidence, + + [EdiFieldValue("879")] + PreviousResidenceEnd, + + [EdiFieldValue("880")] + PreviousResidenceStart, + + [EdiFieldValue("881")] + Request, + + [EdiFieldValue("882")] + ResidentLicenseEffective, + + [EdiFieldValue("883")] + ResidentLicenseExpiration, + + [EdiFieldValue("884")] + StateTermination, + + [EdiFieldValue("885")] + TexasLineTermination, + + [EdiFieldValue("900")] + Acceleration, + + [EdiFieldValue("901")] + AdjustedContestability, + + [EdiFieldValue("903")] + ApplicationEntry, + + [EdiFieldValue("904")] + ApprovalOffer, + + [EdiFieldValue("905")] + AutomaticPremiumLoan, + + [EdiFieldValue("906")] + Collection, + + [EdiFieldValue("907")] + ConfinementEnd, + + [EdiFieldValue("908")] + ConfinementStart, + + [EdiFieldValue("909")] + Contestability, + + [EdiFieldValue("910")] + FlatExtraEnd, + + [EdiFieldValue("911")] + LastActivity, + + [EdiFieldValue("912")] + LastChange, + + [EdiFieldValue("913")] + LastEpisode, + + [EdiFieldValue("914")] + LastMeal, + + [EdiFieldValue("915")] + Loan, + + [EdiFieldValue("916")] + ApplicationStatus, + + [EdiFieldValue("917")] + Maturity, + + [EdiFieldValue("918")] + MedicalInformationSignature, + + [EdiFieldValue("919")] + MedicalInformationSystem, + + [EdiFieldValue("920")] + Note, + + [EdiFieldValue("921")] + OfferExpiration, + + [EdiFieldValue("922")] + OriginalReceipt, + + [EdiFieldValue("923")] + Placement, + + [EdiFieldValue("924")] + PlacementPeriodExpiration, + + [EdiFieldValue("925")] + Processing, + + [EdiFieldValue("926")] + Recapture, + + [EdiFieldValue("927")] + Re_entry, + + [EdiFieldValue("928")] + Reissue, + + [EdiFieldValue("929")] + Reinstatement_929, + + [EdiFieldValue("930")] + Requalification, + + [EdiFieldValue("931")] + ReinsuranceEffective, + + [EdiFieldValue("932")] + ReservationOfFacility, + + [EdiFieldValue("933")] + SettlementStatus, + + [EdiFieldValue("934")] + TableRatingEnd, + + [EdiFieldValue("935")] + TerminationOfFacility, + + [EdiFieldValue("936")] + Treatment, + + [EdiFieldValue("937")] + DepartmentOfLaborWageDeterminationDate, + + [EdiFieldValue("938")] + Order, + + [EdiFieldValue("939")] + Resolved, + + [EdiFieldValue("940")] + ExecutionDate, + + [EdiFieldValue("941")] + CapitationPeriodStart, + + [EdiFieldValue("942")] + CapitationPeriodEnd, + + [EdiFieldValue("943")] + LastDateforaGovernmentAgencyToFileAClaim, + + [EdiFieldValue("944")] + AdjustmentPeriod, + + [EdiFieldValue("945")] + Activity, + + [EdiFieldValue("946")] + MailBy, + + [EdiFieldValue("947")] + Preparation, + + [EdiFieldValue("948")] + PaymentInitiated, + + [EdiFieldValue("949")] + PaymentEffective, + + [EdiFieldValue("950")] + Application, + + [EdiFieldValue("951")] + Reclassification, + + [EdiFieldValue("952")] + Reclassification_ExitDate, + + [EdiFieldValue("953")] + Post_Reclassification, + + [EdiFieldValue("954")] + Post_Reclassification_FirstReportCard, + + [EdiFieldValue("955")] + Post_Reclassification_FirstSemi_annual, + + [EdiFieldValue("956")] + Post_Reclassification_SecondSemi_annual, + + [EdiFieldValue("957")] + Post_Reclassification_EndOfSecondYear, + + [EdiFieldValue("960")] + AdjustedDeathBenefit, + + [EdiFieldValue("961")] + Anniversary, + + [EdiFieldValue("962")] + Annuitization, + + [EdiFieldValue("963")] + AnnuityCommencementDate, + + [EdiFieldValue("964")] + Bill, + + [EdiFieldValue("965")] + CalendarAnniversary, + + [EdiFieldValue("966")] + ContractMailed, + + [EdiFieldValue("967")] + EarlyWithdrawal, + + [EdiFieldValue("968")] + FiscalAnniversary, + + [EdiFieldValue("969")] + Income, + + [EdiFieldValue("970")] + InitialPremium, + + [EdiFieldValue("971")] + InitialPremiumEffective, + + [EdiFieldValue("972")] + LastPremiumEffective, + + [EdiFieldValue("973")] + MinimumRequiredDistribution, + + [EdiFieldValue("974")] + NextAnniversary, + + [EdiFieldValue("975")] + Notice, + + [EdiFieldValue("976")] + NotificationOfDeath, + + [EdiFieldValue("977")] + PartialAnnuitization, + + [EdiFieldValue("978")] + PlanAnniversary, + + [EdiFieldValue("979")] + PolicySurrender, + + [EdiFieldValue("980")] + PriorContractAnniversary, + + [EdiFieldValue("981")] + PriorContractIssue, + + [EdiFieldValue("982")] + SignatureReceived, + + [EdiFieldValue("983")] + Tax, + + [EdiFieldValue("984")] + BenefitPeriod, + + [EdiFieldValue("985")] + MonthtoDate, + + [EdiFieldValue("986")] + SemiannualEnding, + + [EdiFieldValue("987")] + Surrender, + + [EdiFieldValue("988")] + PlanOfTreatmentPeriod, + + [EdiFieldValue("989")] + PriorHospitalizationDates_RelatedtoCurrentServices, + + [EdiFieldValue("992")] + DateRequested, + + [EdiFieldValue("993")] + RequestforQuotation, + + [EdiFieldValue("994")] + Quote, + + [EdiFieldValue("995")] + RecordedDate, + + [EdiFieldValue("996")] + RequiredDelivery, + + [EdiFieldValue("997")] + QuotetobeReceivedBy, + + [EdiFieldValue("998")] + ContinuationOfPayStartDate, + + [EdiFieldValue("999")] + DocumentDate, + + [EdiFieldValue("AA1")] + EstimatedPointOfArrival, + + [EdiFieldValue("AA2")] + EstimatedPointOfDischarge, + + [EdiFieldValue("AA3")] + CancelAfter_ExCountry, + + [EdiFieldValue("AA4")] + CancelAfter_ExFactory, + + [EdiFieldValue("AA5")] + DoNotShipBefore_ExCountry, + + [EdiFieldValue("AA6")] + DoNotShipBefore_ExFactory, + + [EdiFieldValue("AA7")] + FinalScheduledPayment, + + [EdiFieldValue("AA8")] + ActualDischarge, + + [EdiFieldValue("AA9")] + AddressPeriod, + + [EdiFieldValue("AAA")] + ArrivalinCountry, + + [EdiFieldValue("AAB")] + Citation, + + [EdiFieldValue("AAD")] + Crime, + + [EdiFieldValue("AAE")] + Discharge_Planned, + + [EdiFieldValue("AAF")] + Draft, + + [EdiFieldValue("AAG")] + DueDate, + + [EdiFieldValue("AAH")] + Event, + + [EdiFieldValue("AAI")] + FirstInvolvement, + + [EdiFieldValue("AAJ")] + GuaranteePeriod, + + [EdiFieldValue("AAK")] + IncomeIncreasePeriod, + + [EdiFieldValue("AAL")] + InstallmentDate, + + [EdiFieldValue("AAM")] + LastCivilianFlight, + + [EdiFieldValue("AAN")] + LastFlight, + + [EdiFieldValue("AAO")] + LastInsuranceMedical, + + [EdiFieldValue("AAP")] + LastMilitaryFlight, + + [EdiFieldValue("AAQ")] + LastPhysical, + + [EdiFieldValue("AAR")] + License, + + [EdiFieldValue("AAS")] + MedicalCertificate, + + [EdiFieldValue("AAT")] + Medication, + + [EdiFieldValue("AAU")] + NetWorthDate, + + [EdiFieldValue("AAV")] + NextActivity, + + [EdiFieldValue("AAW")] + OwnershipChange, + + [EdiFieldValue("AAX")] + OwnershipPeriod, + + [EdiFieldValue("AAY")] + RateDate, + + [EdiFieldValue("AAZ")] + RequestedContract, + + [EdiFieldValue("AB1")] + RequestedOffer, + + [EdiFieldValue("AB2")] + SalesPeriod, + + [EdiFieldValue("AB3")] + TaxYear, + + [EdiFieldValue("AB4")] + TimePeriod, + + [EdiFieldValue("AB5")] + Travel, + + [EdiFieldValue("AB6")] + TreatmentEnd, + + [EdiFieldValue("AB7")] + TreatmentStart, + + [EdiFieldValue("AB8")] + Trust, + + [EdiFieldValue("AB9")] + WorstTimetoCall, + + [EdiFieldValue("ABA")] + Registration, + + [EdiFieldValue("ABB")] + Revoked, + + [EdiFieldValue("ABC")] + EstimatedDateOfBirth, + + [EdiFieldValue("ABD")] + LastAnnualReport, + + [EdiFieldValue("ABE")] + LegalActionStarted, + + [EdiFieldValue("ABG")] + PaymentPeriod, + + [EdiFieldValue("ABH")] + ProfitPeriod, + + [EdiFieldValue("ABI")] + Registered, + + [EdiFieldValue("ABK")] + Consolidated, + + [EdiFieldValue("ABL")] + BoardOfDirectorsNotAuthorizedAsOf, + + [EdiFieldValue("ABM")] + BoardOfDirectorsIncompleteAsOf, + + [EdiFieldValue("ABN")] + ManagerNotRegisteredAsOf, + + [EdiFieldValue("ABO")] + CitizenshipChange, + + [EdiFieldValue("ABP")] + Participation, + + [EdiFieldValue("ABQ")] + Capitalization, + + [EdiFieldValue("ABR")] + RegistrationOfBoardOfDirectors, + + [EdiFieldValue("ABS")] + CeasedOperations, + + [EdiFieldValue("ABT")] + Satisfied, + + [EdiFieldValue("ABU")] + TermsMet, + + [EdiFieldValue("ABV")] + AssetDocumentationExpiration, + + [EdiFieldValue("ABW")] + CreditDocumentationExpiration, + + [EdiFieldValue("ABX")] + IncomeDocumentationExpiration, + + [EdiFieldValue("ABY")] + ProductHeldUntil, + + [EdiFieldValue("ACA")] + ImmigrationDate, + + [EdiFieldValue("ACB")] + EstimatedImmigrationDate, + + [EdiFieldValue("ACK")] + Acknowledgment, + + [EdiFieldValue("ADB")] + BusinessControlChange, + + [EdiFieldValue("ADC")] + CourtRegistration, + + [EdiFieldValue("ADD")] + AnnualReportDue, + + [EdiFieldValue("ADL")] + AssetandLiabilitySchedule, + + [EdiFieldValue("ADM")] + AnnualReportMailed, + + [EdiFieldValue("ADR")] + AnnualReportFiled, + + [EdiFieldValue("ARD")] + AnnualReportDelinquency, + + [EdiFieldValue("CAD")] + ChangedAccountingDate, + + [EdiFieldValue("CCR")] + CustomsCargoRelease, + + [EdiFieldValue("CDT")] + MaintenanceComment, + + [EdiFieldValue("CEA")] + Formation, + + [EdiFieldValue("CEB")] + Continuance, + + [EdiFieldValue("CEC")] + Merger, + + [EdiFieldValue("CED")] + YearDue, + + [EdiFieldValue("CEE")] + NextAnnualMeeting, + + [EdiFieldValue("CEF")] + EndOfLastFiscalYear, + + [EdiFieldValue("CEH")] + YearBeginning, + + [EdiFieldValue("CEJ")] + StartedDoingBusiness, + + [EdiFieldValue("CEK")] + SwornandSubscribed, + + [EdiFieldValue("CEL")] + CalendarYear, + + [EdiFieldValue("CEM")] + Asset, + + [EdiFieldValue("CEN")] + Inactivity, + + [EdiFieldValue("CEO")] + HighCapitalYear, + + [EdiFieldValue("CLO")] + ClosingDateOfFirstBalanceSheet, + + [EdiFieldValue("CLU")] + ClosedUntil, + + [EdiFieldValue("COM")] + Compliance, + + [EdiFieldValue("CON")] + ConvertedintoHoldingCompany, + + [EdiFieldValue("CUR")] + CurrentList, + + [EdiFieldValue("DDO")] + Declaration, + + [EdiFieldValue("DEE")] + DeedNotAvailable, + + [EdiFieldValue("DET")] + DetrimentalInformationReceived, + + [EdiFieldValue("DFF")] + Deferral, + + [EdiFieldValue("DFS")] + DepartureFromSpecification, + + [EdiFieldValue("DIS")] + Disposition, + + [EdiFieldValue("DOI")] + DeliveryOrderIssued, + + [EdiFieldValue("DSP")] + Disposal, + + [EdiFieldValue("ECD")] + EstimatedConstructionDate, + + [EdiFieldValue("ECF")] + EstimatedCompletion_FirstPriorMonth, + + [EdiFieldValue("ECS")] + EstimatedCompletion_SecondPriorMonth, + + [EdiFieldValue("ECT")] + EstimatedCompletion_ThirdPriorMonth, + + [EdiFieldValue("EPP")] + EstimatePreparation, + + [EdiFieldValue("ESC")] + EstimateComment, + + [EdiFieldValue("ESF")] + EstimatedStart_FirstPriorMonth, + + [EdiFieldValue("ESS")] + EstimatedStart_SecondPriorMonth, + + [EdiFieldValue("EST")] + EstimatedStart_ThirdPriorMonth, + + [EdiFieldValue("ETP")] + EarliestFilingPeriod, + + [EdiFieldValue("EXO")] + Exposure, + + [EdiFieldValue("EXP")] + Export, + + [EdiFieldValue("FFI")] + FinancialInformation, + + [EdiFieldValue("GRD")] + Graduated, + + [EdiFieldValue("ICF")] + ConvertedtoElectronicDate, + + [EdiFieldValue("IDG")] + InsolvencyDischargeGranted, + + [EdiFieldValue("III")] + Incorporation, + + [EdiFieldValue("IMP")] + Import, + + [EdiFieldValue("INC")] + Incident, + + [EdiFieldValue("INT")] + InactiveUntil, + + [EdiFieldValue("KEV")] + KeyEventFiscalYear, + + [EdiFieldValue("KEW")] + KeyEventCalendarYear, + + [EdiFieldValue("LAS")] + LastCheckforBalanceSheetUpdate, + + [EdiFieldValue("LCC")] + LastCapitalChange, + + [EdiFieldValue("LEA")] + LetterOfAgreement, + + [EdiFieldValue("LEL")] + LetterOfLiability, + + [EdiFieldValue("LIQ")] + Liquidation, + + [EdiFieldValue("LLP")] + LowPeriod, + + [EdiFieldValue("LOG")] + EquipmentLogEntry, + + [EdiFieldValue("LPC")] + ListPriceChange, + + [EdiFieldValue("LSC")] + LegalStructureChange, + + [EdiFieldValue("LTP")] + LatestFilingPeriod, + + [EdiFieldValue("MRR")] + MeterReading, + + [EdiFieldValue("MSD")] + LatestMaterialSafetyDataSheetDate, + + [EdiFieldValue("NAM")] + PresentName, + + [EdiFieldValue("NFD")] + NegotiatedFinish, + + [EdiFieldValue("NRG")] + NotRegistered, + + [EdiFieldValue("NSD")] + NegotiatedStart, + + [EdiFieldValue("ORG")] + OriginalList, + + [EdiFieldValue("PBC")] + PresentControl, + + [EdiFieldValue("PDV")] + PrivilegeDetailsVerification, + + [EdiFieldValue("PLS")] + PresentLegalStructure, + + [EdiFieldValue("PPP")] + PeakPeriod, + + [EdiFieldValue("PRD")] + PreviouslyReportedDateOfBirth, + + [EdiFieldValue("PRR")] + PresentedtoReceivers, + + [EdiFieldValue("PTD")] + PaidToDate, + + [EdiFieldValue("RAP")] + ReceiverAppointed, + + [EdiFieldValue("RES")] + Resigned, + + [EdiFieldValue("RFD")] + RequestedFinish, + + [EdiFieldValue("RFF")] + RecoveryFinish, + + [EdiFieldValue("RFO")] + ReferredFrom, + + [EdiFieldValue("RNT")] + RentSurvey, + + [EdiFieldValue("RRM")] + ReceivedintheMail, + + [EdiFieldValue("RRT")] + Revocation, + + [EdiFieldValue("RSD")] + RequestedStart, + + [EdiFieldValue("RSS")] + RecoveryStart, + + [EdiFieldValue("RTO")] + ReferredTo, + + [EdiFieldValue("SCV")] + SocialSecurityClaimsVerification, + + [EdiFieldValue("SDD")] + SoleDirectorshipDate, + + [EdiFieldValue("STN")] + Transition, + + [EdiFieldValue("TSR")] + TradeStyleRegistered, + + [EdiFieldValue("TSS")] + TrialStarted, + + [EdiFieldValue("TST")] + TrialSet, + + [EdiFieldValue("VAT")] + ValueAddedTax_VAT_ClaimsVerification, + + [EdiFieldValue("VLU")] + ValidUntil, + + [EdiFieldValue("W01")] + SampleCollected, + + [EdiFieldValue("W02")] + StatusChange, + + [EdiFieldValue("W03")] + ConstructionStart, + + [EdiFieldValue("W05")] + Recompletion, + + [EdiFieldValue("W06")] + LastLogged, + + [EdiFieldValue("W07")] + WellLogRun, + + [EdiFieldValue("W08")] + SurfaceCasingAuthorityApproval, + + [EdiFieldValue("W09")] + ReachedTotalDepth, + + [EdiFieldValue("W10")] + SpacingOrderUnitAssigned, + + [EdiFieldValue("W11")] + RigArrival, + + [EdiFieldValue("W12")] + LocationExceptionOrderNumberAssigned, + + [EdiFieldValue("W13")] + SidetrackedWellbore, + + [EdiFieldValue("WAY")] + Waybill, + + [EdiFieldValue("YXX")] + ProgrammedFiscalYear, + + [EdiFieldValue("YXY")] + ProgrammedCalendarYear, + + [EdiFieldValue("ZZZ")] + MutuallyDefined, + + [EdiFieldValue("340")] + ConsolidatedOmnibusBudgetReconciliationAct, + + [EdiFieldValue("341")] + ConsolidatedOmnibusBudgetReconciliationAct_COBRA, + } +} diff --git a/src/X12.Shared/Enumerations/EntityIdentifierCode.cs b/src/X12.Shared/Enumerations/EntityIdentifierCode.cs new file mode 100644 index 00000000..b08f3d02 --- /dev/null +++ b/src/X12.Shared/Enumerations/EntityIdentifierCode.cs @@ -0,0 +1,3943 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum EntityIdentifierCode + { + [EdiFieldValue("01")] + LoanApplicant, + + [EdiFieldValue("02")] + LoanBroker, + + [EdiFieldValue("03")] + Dependent, + + [EdiFieldValue("04")] + AssetAccountHolder, + + [EdiFieldValue("05")] + Tenant, + + [EdiFieldValue("06")] + RecipientOfCivilOrLegalLiabilityPayment, + + [EdiFieldValue("07")] + Titleholder, + + [EdiFieldValue("08")] + NonMortgageLiabilityAccountHolder, + + [EdiFieldValue("09")] + NoteCo_Signer, + + [EdiFieldValue("0A")] + ComparableRentals, + + [EdiFieldValue("0B")] + InterimFundingOrganization, + + [EdiFieldValue("0D")] + NonOccupantCoBorrower, + + [EdiFieldValue("0E")] + ListOwner, + + [EdiFieldValue("0F")] + ListMailer, + + [EdiFieldValue("0H")] + StateDivision, + + [EdiFieldValue("10")] + Conduit, + + [EdiFieldValue("11")] + PartyToBeBilled_AARAccountingRule11, + + [EdiFieldValue("12")] + RegionalOffice, + + [EdiFieldValue("13")] + ContractedServiceProvider, + + [EdiFieldValue("14")] + WhollyOwnedSubsidiary, + + [EdiFieldValue("15")] + AccountsPayableOffice, + + [EdiFieldValue("16")] + Plant, + + [EdiFieldValue("17")] + ConsultantsOffice, + + [EdiFieldValue("18")] + Production, + + [EdiFieldValue("19")] + NonProductionSupplier, + + [EdiFieldValue("1A")] + Subgroup, + + [EdiFieldValue("1B")] + Applicant, + + [EdiFieldValue("1C")] + GroupPurchasingOrganization_GPO, + + [EdiFieldValue("1D")] + CoOperative, + + [EdiFieldValue("1E")] + HealthMaintenanceOrganization_HMO, + + [EdiFieldValue("1F")] + Alliance, + + [EdiFieldValue("1G")] + OncologyCenter, + + [EdiFieldValue("1H")] + KidneyDialysisUnit, + + [EdiFieldValue("1I")] + PreferredProviderOrganization_PPO, + + [EdiFieldValue("1J")] + Connection, + + [EdiFieldValue("1K")] + Franchisor, + + [EdiFieldValue("1L")] + Franchisee, + + [EdiFieldValue("1M")] + PreviousGroup, + + [EdiFieldValue("1N")] + Shareholder, + + [EdiFieldValue("1O")] + AcuteCareHospital, + + [EdiFieldValue("1P")] + Provider, + + [EdiFieldValue("1Q")] + MilitaryFacility, + + [EdiFieldValue("1R")] + University_CollegeOrSchool, + + [EdiFieldValue("1S")] + OutpatientSurgicenter, + + [EdiFieldValue("1T")] + Physician_ClinicOrGroupPractice, + + [EdiFieldValue("1U")] + LongTermCareFacility, + + [EdiFieldValue("1V")] + ExtendedCareFacility, + + [EdiFieldValue("1W")] + PsychiatricHealthFacility, + + [EdiFieldValue("1X")] + Laboratory, + + [EdiFieldValue("1Y")] + RetailPharmacy, + + [EdiFieldValue("1Z")] + HomeHealthCare, + + [EdiFieldValue("20")] + ForeignSupplier, + + [EdiFieldValue("21")] + SmallBusiness, + + [EdiFieldValue("22")] + MinorityOwnedBusiness_Small, + + [EdiFieldValue("23")] + MinorityOwnedBusiness_Large, + + [EdiFieldValue("24")] + WomanOwnedBusiness_Small, + + [EdiFieldValue("25")] + WomanOwnedBusiness_Large, + + [EdiFieldValue("26")] + SociallyDisadvantagedBusiness, + + [EdiFieldValue("27")] + SmallDisadvantagedBusiness, + + [EdiFieldValue("28")] + Subcontractor, + + [EdiFieldValue("29")] + PrototypeSupplier, + + [EdiFieldValue("2A")] + FederalStateCountyOrCityFacility, + + [EdiFieldValue("2B")] + ThirdPartyAdministrator, + + [EdiFieldValue("2C")] + CoParticipant, + + [EdiFieldValue("2D")] + MiscellaneousHealthCareFacility, + + [EdiFieldValue("2E")] + NonHealthCareMiscellaneousFacility, + + [EdiFieldValue("2F")] + State, + + [EdiFieldValue("2G")] + Assigner, + + [EdiFieldValue("2H")] + HospitalDistrictOrAuthority, + + [EdiFieldValue("2I")] + ChurchOperatedFacility, + + [EdiFieldValue("2J")] + Individual, + + [EdiFieldValue("2K")] + Partnership, + + [EdiFieldValue("2L")] + Corporation, + + [EdiFieldValue("2M")] + AirForceFacility, + + [EdiFieldValue("2N")] + ArmyFacility, + + [EdiFieldValue("2O")] + NavyFacility, + + [EdiFieldValue("2P")] + PublicHealthServiceFacility, + + [EdiFieldValue("2Q")] + VeteransAdministrationFacility, + + [EdiFieldValue("2R")] + FederalFacility, + + [EdiFieldValue("2S")] + PublicHealthServiceIndianServiceFacility, + + [EdiFieldValue("2T")] + DepartmentOfJusticeFacility, + + [EdiFieldValue("2U")] + OtherNotForProfitFacility, + + [EdiFieldValue("2V")] + IndividualForProfitFacility, + + [EdiFieldValue("2W")] + PartnershipForProfitFacility, + + [EdiFieldValue("2X")] + CorporationForProfitFacility, + + [EdiFieldValue("2Y")] + GeneralMedicalAndSurgicalFacility, + + [EdiFieldValue("2Z")] + HospitalUnitOfAnInstitution_PrisonHospital_CollegeInfirmary_Etc, + + [EdiFieldValue("30")] + ServiceSupplier, + + [EdiFieldValue("31")] + PostalMailingAddress, + + [EdiFieldValue("32")] + PartyToReceiveMaterialRelease, + + [EdiFieldValue("33")] + InquiryAddress, + + [EdiFieldValue("34")] + MaterialChangeNoticeAddress, + + [EdiFieldValue("35")] + ElectronicDataInterchange_EDI_CoordinatorPointAddress, + + [EdiFieldValue("36")] + Employer, + + [EdiFieldValue("37")] + PreviousDebtHolder, + + [EdiFieldValue("38")] + MortgageLiabilityAccountHolder, + + [EdiFieldValue("39")] + AppraisalCompany, + + [EdiFieldValue("3A")] + HospitalUnitWithinanInstitutionfortheMentallyRetarded, + + [EdiFieldValue("3B")] + PsychiatricFacility, + + [EdiFieldValue("3C")] + TuberculosisAndOtherRespiratoryDiseasesFacility, + + [EdiFieldValue("3D")] + ObstetricsAndGynecologyFacility, + + [EdiFieldValue("3E")] + Eye_Ear_NoseAndThroatFacility, + + [EdiFieldValue("3F")] + RehabilitationFacility, + + [EdiFieldValue("3G")] + OrthopedicFacility, + + [EdiFieldValue("3H")] + ChronicDiseaseFacility, + + [EdiFieldValue("3I")] + OtherSpecialtyFacility, + + [EdiFieldValue("3J")] + ChildrensGeneralFacility, + + [EdiFieldValue("3K")] + ChildrensHospitalUnitOfanInstitution, + + [EdiFieldValue("3L")] + ChildrensPsychiatricFacility, + + [EdiFieldValue("3M")] + ChildrensTuberculosisAndOtherRespiratoryDiseasesFacility, + + [EdiFieldValue("3N")] + ChildrensEyeEarNoseAndThroatFacility, + + [EdiFieldValue("3O")] + ChildrensRehabilitationFacility, + + [EdiFieldValue("3P")] + ChildrensOrthopedicFacility, + + [EdiFieldValue("3Q")] + ChildrensChronicDiseaseFacility, + + [EdiFieldValue("3R")] + ChildrensOtherSpecialtyFacility, + + [EdiFieldValue("3S")] + InstitutionforMentalRetardation, + + [EdiFieldValue("3T")] + AlcoholismAndOtherChemicalDependencyFacility, + + [EdiFieldValue("3U")] + GeneralInpatientCareforAIDSARCFacility, + + [EdiFieldValue("3V")] + AIDSARCUnit, + + [EdiFieldValue("3W")] + SpecializedOutpatientProgramforAIDSARC, + + [EdiFieldValue("3X")] + AlcoholDrugAbuseOrDependencyInpatientUnit, + + [EdiFieldValue("3Y")] + AlcoholDrugAbuseOrDependencyOutpatientServices, + + [EdiFieldValue("3Z")] + ArthritisTreatmentCenter, + + [EdiFieldValue("40")] + Receiver, + + [EdiFieldValue("41")] + Submitter, + + [EdiFieldValue("42")] + ComponentManufacturer, + + [EdiFieldValue("43")] + ClaimantAuthorizedRepresentative, + + [EdiFieldValue("44")] + DataProcessingServiceBureau, + + [EdiFieldValue("45")] + DropOffLocation, + + [EdiFieldValue("46")] + InvoicingDealer, + + [EdiFieldValue("47")] + Estimator, + + [EdiFieldValue("48")] + InServiceSource, + + [EdiFieldValue("49")] + InitialDealer, + + [EdiFieldValue("4A")] + BirthingRoomLDRPRoom, + + [EdiFieldValue("4B")] + BurnCareUnit, + + [EdiFieldValue("4C")] + CardiacCatherizationLaboratory, + + [EdiFieldValue("4D")] + OpenHeartSurgeryFacility, + + [EdiFieldValue("4E")] + CardiacIntensiveCareUnit, + + [EdiFieldValue("4F")] + AngioplastyFacility, + + [EdiFieldValue("4G")] + ChronicObstructivePulmonaryDiseaseServiceFacility, + + [EdiFieldValue("4H")] + EmergencyDepartment, + + [EdiFieldValue("4I")] + TraumaCenter_Certified, + + [EdiFieldValue("4J")] + ExtracorporealShock_WaveLithotripter_ESWL_Unit, + + [EdiFieldValue("4K")] + FitnessCenter, + + [EdiFieldValue("4L")] + GeneticCounselingScreeningServices, + + [EdiFieldValue("4M")] + AdultDayCareProgramFacility, + + [EdiFieldValue("4N")] + AlzheimersDiagnosticAssessmentServices, + + [EdiFieldValue("4O")] + ComprehensiveGeriatricAssessmentFacility, + + [EdiFieldValue("4P")] + EmergencyResponse_Geriatric_Unit, + + [EdiFieldValue("4Q")] + GeriatricAcuteCareUnit, + + [EdiFieldValue("4R")] + GeriatricClinics, + + [EdiFieldValue("4S")] + RespiteCareFacility, + + [EdiFieldValue("4T")] + SeniorMembershipProgram, + + [EdiFieldValue("4U")] + PatientEducationUnit, + + [EdiFieldValue("4V")] + CommunityHealthPromotionFacility, + + [EdiFieldValue("4W")] + WorksiteHealthPromotionFacility, + + [EdiFieldValue("4X")] + HemodialysisFacility, + + [EdiFieldValue("4Y")] + HomeHealthServices, + + [EdiFieldValue("4Z")] + Hospice, + + [EdiFieldValue("50")] + ManufacturersRepresentative, + + [EdiFieldValue("51")] + PartsDistributor, + + [EdiFieldValue("52")] + PartRemanufacturer, + + [EdiFieldValue("53")] + RegisteredOwner, + + [EdiFieldValue("54")] + OrderWriter, + + [EdiFieldValue("55")] + ServiceManager, + + [EdiFieldValue("56")] + ServicingDealer, + + [EdiFieldValue("57")] + ServicingOrganization, + + [EdiFieldValue("58")] + StoreManager, + + [EdiFieldValue("59")] + PartyToApproveSpecification, + + [EdiFieldValue("5A")] + MedicalSurgicalOrOtherIntensiveCareUnit, + + [EdiFieldValue("5B")] + HisopathologyLaboratory, + + [EdiFieldValue("5C")] + BloodBank, + + [EdiFieldValue("5D")] + NeonatalIntensiveCareUnit, + + [EdiFieldValue("5E")] + ObstetricsUnit, + + [EdiFieldValue("5F")] + OccupationalHealthServices, + + [EdiFieldValue("5G")] + OrganizedOutpatientServices, + + [EdiFieldValue("5H")] + PediatricAcuteInpatientUnit, + + [EdiFieldValue("5I")] + PsychiatricChildAdolescentServices, + + [EdiFieldValue("5J")] + PsychiatricConsultation_LiaisonServices, + + [EdiFieldValue("5K")] + PsychiatricEducationServices, + + [EdiFieldValue("5L")] + PsychiatricEmergencyServices, + + [EdiFieldValue("5M")] + PsychiatricGeriatricServices, + + [EdiFieldValue("5N")] + PsychiatricInpatientUnit, + + [EdiFieldValue("5O")] + PsychiatricOutpatientServices, + + [EdiFieldValue("5P")] + PsychiatricPartialHospitalizationProgram, + + [EdiFieldValue("5Q")] + MegavoltageRadiationTherapyUnit, + + [EdiFieldValue("5R")] + RadioactiveImplantsUnit, + + [EdiFieldValue("5S")] + TherapeuticRadioisotopeFacility, + + [EdiFieldValue("5T")] + X_RayRadiationTherapyUnit, + + [EdiFieldValue("5U")] + CTScannerUnit, + + [EdiFieldValue("5V")] + DiagnosticRadioisotopeFacility, + + [EdiFieldValue("5W")] + MagneticResonanceImaging_MRI_Facility, + + [EdiFieldValue("5X")] + UltrasoundUnit, + + [EdiFieldValue("5Y")] + RehabilitationInpatientUnit, + + [EdiFieldValue("5Z")] + RehabilitationOutpatientServices, + + [EdiFieldValue("60")] + Salesperson, + + [EdiFieldValue("61")] + PerformedAt, + + [EdiFieldValue("62")] + ApplicantsEmployer, + + [EdiFieldValue("63")] + ReferencesEmployer, + + [EdiFieldValue("64")] + CosignersEmployer, + + [EdiFieldValue("65")] + ApplicantsReference, + + [EdiFieldValue("66")] + ApplicantsCosigner, + + [EdiFieldValue("67")] + ApplicantsComaker, + + [EdiFieldValue("68")] + OwnersRepresentative, + + [EdiFieldValue("69")] + RepairingOutlet, + + [EdiFieldValue("6A")] + ReproductiveHealthServices, + + [EdiFieldValue("6B")] + SkilledNursingOrOtherLong_TermCareUnit, + + [EdiFieldValue("6C")] + SinglePhotonEmissionComputerizedTomography_SPECT_Unit, + + [EdiFieldValue("6D")] + OrganizedSocialWorkServiceFacility, + + [EdiFieldValue("6E")] + OutpatientSocialWorkServices, + + [EdiFieldValue("6F")] + EmergencyDepartmentSocialWorkServices, + + [EdiFieldValue("6G")] + SportsMedicineClinicServices, + + [EdiFieldValue("6H")] + HospitalAuxiliaryUnit, + + [EdiFieldValue("6I")] + PatientRepresentativeServices, + + [EdiFieldValue("6J")] + VolunteerServicesDepartment, + + [EdiFieldValue("6K")] + OutpatientSurgeryServices, + + [EdiFieldValue("6L")] + OrganTissueTransplantUnit, + + [EdiFieldValue("6M")] + OrthopedicSurgeryFacility, + + [EdiFieldValue("6N")] + OccupationalTherapyServices, + + [EdiFieldValue("6O")] + PhysicalTherapyServices, + + [EdiFieldValue("6P")] + RecreationalTherapyServices, + + [EdiFieldValue("6Q")] + RespiratoryTherapyServices, + + [EdiFieldValue("6R")] + SpeechTherapyServices, + + [EdiFieldValue("6S")] + WomensHealthCenterServices, + + [EdiFieldValue("6T")] + HealthSciencesLibrary, + + [EdiFieldValue("6U")] + CardiacRehabilitationProgramFacility, + + [EdiFieldValue("6V")] + Non_InvasiveCardiacAssessmentServices, + + [EdiFieldValue("6W")] + EmergencyMedicalTechnician, + + [EdiFieldValue("6X")] + DisciplinaryContact, + + [EdiFieldValue("6Y")] + CaseManager, + + [EdiFieldValue("6Z")] + Advisor, + + [EdiFieldValue("70")] + PriorIncorrectInsured, + + [EdiFieldValue("71")] + AttendingPhysician, + + [EdiFieldValue("72")] + OperatingPhysician, + + [EdiFieldValue("73")] + OtherPhysician, + + [EdiFieldValue("74")] + CorrectedInsured, + + [EdiFieldValue("75")] + Participant, + + [EdiFieldValue("76")] + SecondaryWarranter, + + [EdiFieldValue("77")] + ServiceLocation, + + [EdiFieldValue("78")] + ServiceRequester, + + [EdiFieldValue("79")] + Warranter, + + [EdiFieldValue("7A")] + Premises, + + [EdiFieldValue("7B")] + Bottler, + + [EdiFieldValue("7C")] + PlaceOfOccurrence, + + [EdiFieldValue("7D")] + ContractingOfficerRepresentative, + + [EdiFieldValue("7E")] + PartyAuthorizedToDefinitizeContractAction, + + [EdiFieldValue("7F")] + FilingAddress, + + [EdiFieldValue("7G")] + HazardousMaterialOffice, + + [EdiFieldValue("7H")] + GovernmentFurnishedPropertyFOBPoint, + + [EdiFieldValue("7I")] + ProjectName, + + [EdiFieldValue("7J")] + Codefendant, + + [EdiFieldValue("7K")] + Co_occupant, + + [EdiFieldValue("7L")] + PreliminaryInspectionLocation, + + [EdiFieldValue("7M")] + InspectionAndAcceptanceLocation, + + [EdiFieldValue("7N")] + PartyToReceiveProposal, + + [EdiFieldValue("7O")] + FederallyCharteredFacility, + + [EdiFieldValue("7P")] + TransportationOffice, + + [EdiFieldValue("7Q")] + PartyToWhomProtestSubmitted, + + [EdiFieldValue("7R")] + Birthplace, + + [EdiFieldValue("7S")] + PipelineSegment, + + [EdiFieldValue("7T")] + HomeStateName, + + [EdiFieldValue("7U")] + Liquidator, + + [EdiFieldValue("7V")] + PetitioningCreditorsAttorney, + + [EdiFieldValue("7W")] + MergedName, + + [EdiFieldValue("7X")] + PartyRepresented, + + [EdiFieldValue("7Y")] + ProfessionalOrganization, + + [EdiFieldValue("7Z")] + Referee, + + [EdiFieldValue("80")] + Hospital, + + [EdiFieldValue("81")] + PartSource, + + [EdiFieldValue("82")] + RenderingProvider, + + [EdiFieldValue("83")] + SubscribersSchool, + + [EdiFieldValue("84")] + SubscribersEmployer, + + [EdiFieldValue("85")] + BillingProvider, + + [EdiFieldValue("86")] + Conductor, + + [EdiFieldValue("87")] + Pay_toProvider, + + [EdiFieldValue("88")] + Approver, + + [EdiFieldValue("89")] + Investor, + + [EdiFieldValue("8A")] + VacationHome, + + [EdiFieldValue("8B")] + PrimaryResidence, + + [EdiFieldValue("8C")] + SecondHome, + + [EdiFieldValue("8D")] + PermitHolder, + + [EdiFieldValue("8E")] + MinorityInstitution, + + [EdiFieldValue("8F")] + BailmentWarehouse, + + [EdiFieldValue("8G")] + FirstAppraiser, + + [EdiFieldValue("8H")] + TaxExemptOrganization, + + [EdiFieldValue("8I")] + ServiceOrganization, + + [EdiFieldValue("8J")] + EmergingSmallBusiness, + + [EdiFieldValue("8K")] + SurplusDealer, + + [EdiFieldValue("8L")] + PollingSite, + + [EdiFieldValue("8M")] + SociallyDisadvantagedIndividual, + + [EdiFieldValue("8N")] + EconomicallyDisadvantagedIndividual, + + [EdiFieldValue("8O")] + DisabledIndividual, + + [EdiFieldValue("8P")] + Producer, + + [EdiFieldValue("8Q")] + PublicOrPrivateOrganizationfortheDisabled, + + [EdiFieldValue("8R")] + ConsumerServiceProvider_CSP_Customer, + + [EdiFieldValue("8S")] + ConsumerServiceProvider_CSP, + + [EdiFieldValue("8T")] + Voter, + + [EdiFieldValue("8U")] + NativeHawaiianOrganization, + + [EdiFieldValue("8V")] + PrimaryIntra_LATA_LocalAccessTransportArea_Carrier, + + [EdiFieldValue("8W")] + PaymentAddress, + + [EdiFieldValue("8X")] + OilAndGasCustodian, + + [EdiFieldValue("8Y")] + RegisteredOffice, + + [EdiFieldValue("8Z")] + JointDebtorAttorney_8Z, + + [EdiFieldValue("90")] + PreviousBusinessPartner, + + [EdiFieldValue("91")] + ActionParty, + + [EdiFieldValue("92")] + SupportParty, + + [EdiFieldValue("93")] + InsuranceInstitute, + + [EdiFieldValue("94")] + NewSupplySource, + + [EdiFieldValue("95")] + ResearchInstitute, + + [EdiFieldValue("96")] + DebtorCompany, + + [EdiFieldValue("97")] + PartyWaivingRequirements, + + [EdiFieldValue("98")] + FreightManagementFacilitator, + + [EdiFieldValue("99")] + OuterContinentalShelf_OCS_AreaLocation, + + [EdiFieldValue("9A")] + DebtorIndividual, + + [EdiFieldValue("9B")] + CountryOfExport, + + [EdiFieldValue("9C")] + CountryOfDestination, + + [EdiFieldValue("9D")] + NewServiceProvider, + + [EdiFieldValue("9E")] + Sub_servicer, + + [EdiFieldValue("9F")] + LossPayee, + + [EdiFieldValue("9G")] + Nickname, + + [EdiFieldValue("9H")] + Assignee, + + [EdiFieldValue("9I")] + RegisteredPrincipal, + + [EdiFieldValue("9J")] + AdditionalDebtor, + + [EdiFieldValue("9K")] + KeyPerson, + + [EdiFieldValue("9L")] + IncorporatedBy, + + [EdiFieldValue("9N")] + PartyToLease, + + [EdiFieldValue("9O")] + PartyToContract, + + [EdiFieldValue("9P")] + Investigator, + + [EdiFieldValue("9Q")] + LastSupplier, + + [EdiFieldValue("9R")] + DownstreamFirstSupplier, + + [EdiFieldValue("9S")] + Co_Investigator, + + [EdiFieldValue("9T")] + TelephoneAnsweringServiceBureau, + + [EdiFieldValue("9U")] + Author, + + [EdiFieldValue("9V")] + FirstSupplier, + + [EdiFieldValue("9W")] + UltimateParentCompany, + + [EdiFieldValue("9X")] + ContractualReceiptMeter, + + [EdiFieldValue("9Y")] + ContractualDeliveryMeter, + + [EdiFieldValue("9Z")] + Co_debtor, + + [EdiFieldValue("A1")] + Adjuster, + + [EdiFieldValue("A2")] + Woman_OwnedBusiness, + + [EdiFieldValue("A3")] + LaborSurplusAreaFirm, + + [EdiFieldValue("A4")] + OtherDisadvantagedBusiness, + + [EdiFieldValue("A5")] + Veteran_OwnedBusiness, + + [EdiFieldValue("A6")] + Section8a_ProgramParticipantFirm, + + [EdiFieldValue("A7")] + ShelteredWorkshop, + + [EdiFieldValue("A8")] + NonprofitInstitution, + + [EdiFieldValue("A9")] + SalesOffice, + + [EdiFieldValue("AA")] + AuthorityForShipment, + + [EdiFieldValue("AB")] + AdditionalPickUpAddress, + + [EdiFieldValue("AC")] + AirCargoCompany, + + [EdiFieldValue("AD")] + PartyToBeadvised_Writtenorders, + + [EdiFieldValue("AE")] + AdditionalDeliveryAddress, + + [EdiFieldValue("AF")] + AuthorizedAcceptingOfficial, + + [EdiFieldValue("AG")] + AgentAgency, + + [EdiFieldValue("AH")] + Advertiser, + + [EdiFieldValue("AI")] + Airline, + + [EdiFieldValue("AJ")] + AllegedDebtor, + + [EdiFieldValue("AK")] + PartyToWhomAcknowledgmentShouldBeSent, + + [EdiFieldValue("AL")] + AllotmentCustomer, + + [EdiFieldValue("AM")] + AssistantUSTrustee, + + [EdiFieldValue("AN")] + AuthorizedFrom, + + [EdiFieldValue("AO")] + AccountOf, + + [EdiFieldValue("AP")] + AccountOf_OriginParty, + + [EdiFieldValue("AQ")] + AccountOf_DestinationParty, + + [EdiFieldValue("AR")] + ArmedServicesLocationDesignation, + + [EdiFieldValue("AS")] + PostsecondaryEducationSender, + + [EdiFieldValue("AT")] + PostsecondaryEducationRecipient, + + [EdiFieldValue("AU")] + PartyAuthorizingDisposition, + + [EdiFieldValue("AV")] + AuthorizedTo, + + [EdiFieldValue("AW")] + Accountant, + + [EdiFieldValue("AX")] + Plaintiff, + + [EdiFieldValue("AY")] + Clearinghouse, + + [EdiFieldValue("AZ")] + PreviousName, + + [EdiFieldValue("B1")] + ConstructionFirm, + + [EdiFieldValue("B2")] + OtherUnlistedTypeOfOrganizationalEntity, + + [EdiFieldValue("B3")] + PreviousNameOfFirm, + + [EdiFieldValue("B4")] + ParentCompany, + + [EdiFieldValue("B5")] + AffiliatedCompany, + + [EdiFieldValue("B6")] + RegisteringParentParty, + + [EdiFieldValue("B7")] + RegisteringNonparentParty, + + [EdiFieldValue("B8")] + RegularDealer, + + [EdiFieldValue("B9")] + LargeBusiness, + + [EdiFieldValue("BA")] + Battery, + + [EdiFieldValue("BB")] + BusinessPartner, + + [EdiFieldValue("BC")] + Broadcaster, + + [EdiFieldValue("BD")] + Bill_toPartyforDiversionCharges, + + [EdiFieldValue("BE")] + Beneficiary, + + [EdiFieldValue("BF")] + BilledFrom, + + [EdiFieldValue("BG")] + BuyingGroup, + + [EdiFieldValue("BH")] + InterimTrustee, + + [EdiFieldValue("BI")] + TrusteesAttorney, + + [EdiFieldValue("BJ")] + CoCounsel, + + [EdiFieldValue("BK")] + Bank, + + [EdiFieldValue("BL")] + PartyToReceiveBillOfLading, + + [EdiFieldValue("BM")] + Brakeman, + + [EdiFieldValue("BN")] + BeneficialOwner, + + [EdiFieldValue("BO")] + BrokerOrSalesOffice, + + [EdiFieldValue("BP")] + SpecialCounsel, + + [EdiFieldValue("BQ")] + AttorneyforDefendantPrivate, + + [EdiFieldValue("BR")] + Broker, + + [EdiFieldValue("BS")] + BillAndShipTo, + + [EdiFieldValue("BT")] + BillToParty, + + [EdiFieldValue("BU")] + PlaceOfBusiness, + + [EdiFieldValue("BV")] + BillingService, + + [EdiFieldValue("BW")] + Borrower, + + [EdiFieldValue("BX")] + AttorneyforPlaintiff, + + [EdiFieldValue("BY")] + BuyingParty_Purchaser, + + [EdiFieldValue("BZ")] + BusinessAssociate, + + [EdiFieldValue("C1")] + InCareOfPartyno1, + + [EdiFieldValue("C2")] + InCareOfPartyno2, + + [EdiFieldValue("C3")] + CircuitLocationIdentifier, + + [EdiFieldValue("C4")] + ContractAdministrationOffice, + + [EdiFieldValue("C5")] + PartySubmittingQuote, + + [EdiFieldValue("C6")] + Municipality, + + [EdiFieldValue("C7")] + County, + + [EdiFieldValue("C8")] + City, + + [EdiFieldValue("C9")] + ContractHolder, + + [EdiFieldValue("CA")] + Carrier, + + [EdiFieldValue("CB")] + CustomsBroker, + + [EdiFieldValue("CC")] + Claimant, + + [EdiFieldValue("CD")] + Consignee_ToReceiveMailAndSmallParcels, + + [EdiFieldValue("CE")] + Consignee_ToreceivelargeparcelsAndfreight, + + [EdiFieldValue("CF")] + SubsidiaryDivision, + + [EdiFieldValue("CG")] + CarnetIssuer, + + [EdiFieldValue("CH")] + ChassisProvider, + + [EdiFieldValue("CI")] + Consignor, + + [EdiFieldValue("CJ")] + AutomatedDataProcessing_ADP_Point, + + [EdiFieldValue("CK")] + Pharmacist, + + [EdiFieldValue("CL")] + ContainerLocation, + + [EdiFieldValue("CM")] + Customs, + + [EdiFieldValue("CN")] + Consignee, + + [EdiFieldValue("CO")] + OceanTariffConference, + + [EdiFieldValue("CP")] + PartyToReceiveCertOfCompliance, + + [EdiFieldValue("CQ")] + CorporateOffice, + + [EdiFieldValue("CR")] + ContainerReturnCompany, + + [EdiFieldValue("CS")] + Consolidator, + + [EdiFieldValue("CT")] + CountryOfOrigin, + + [EdiFieldValue("CU")] + CoatingOrPaintSupplier, + + [EdiFieldValue("CV")] + Converter, + + [EdiFieldValue("CW")] + AccountingStation, + + [EdiFieldValue("CX")] + ClaimAdministrator, + + [EdiFieldValue("CY")] + Country, + + [EdiFieldValue("CZ")] + AdmittingSurgeon, + + [EdiFieldValue("D1")] + Driver, + + [EdiFieldValue("D2")] + CommercialInsurer, + + [EdiFieldValue("D3")] + Defendant, + + [EdiFieldValue("D4")] + Debtor, + + [EdiFieldValue("D5")] + DebtorInPossession, + + [EdiFieldValue("D6")] + ConsolidatedDebtor, + + [EdiFieldValue("D7")] + PetitioningCreditor, + + [EdiFieldValue("D8")] + Dispatcher, + + [EdiFieldValue("D9")] + CreditorsAttorney, + + [EdiFieldValue("DA")] + DeliveryAddress, + + [EdiFieldValue("DB")] + DistributorBranch, + + [EdiFieldValue("DC")] + DestinationCarrier, + + [EdiFieldValue("DD")] + AssistantSurgeon, + + [EdiFieldValue("DE")] + Depositor, + + [EdiFieldValue("DF")] + MaterialDispositionAuthorizationLocation, + + [EdiFieldValue("DG")] + DesignEngineering, + + [EdiFieldValue("DH")] + DoingBusinessAs, + + [EdiFieldValue("DI")] + DifferentPremiseAddress_DPA, + + [EdiFieldValue("DJ")] + ConsultingPhysician, + + [EdiFieldValue("DK")] + OrderingPhysician, + + [EdiFieldValue("DL")] + Dealer, + + [EdiFieldValue("DM")] + DestinationMailFacility, + + [EdiFieldValue("DN")] + ReferringProvider, + + [EdiFieldValue("DO")] + DependentName, + + [EdiFieldValue("DP")] + PartyToProvideDiscount, + + [EdiFieldValue("DQ")] + SupervisingPhysician, + + [EdiFieldValue("DR")] + DestinationDrayman, + + [EdiFieldValue("DS")] + Distributor, + + [EdiFieldValue("DT")] + DestinationTerminal, + + [EdiFieldValue("DU")] + ResaleDealer, + + [EdiFieldValue("DV")] + Division, + + [EdiFieldValue("DW")] + DownstreamParty, + + [EdiFieldValue("DX")] + Distiller, + + [EdiFieldValue("DY")] + DefaultForeclosureSpecialist, + + [EdiFieldValue("DZ")] + DeliveryZone, + + [EdiFieldValue("E1")] + PersonOrOtherEntityLegallyResponsibleforaChild, + + [EdiFieldValue("E2")] + PersonOrOtherEntityWithWhomaChildResides, + + [EdiFieldValue("E3")] + PersonOrOtherEntityLegallyResponsibleforAndWithWhomaChildResides, + + [EdiFieldValue("E4")] + OtherPersonOrEntityAssociatedwithStudent, + + [EdiFieldValue("E5")] + Examiner, + + [EdiFieldValue("E6")] + Engineering, + + [EdiFieldValue("E7")] + PreviousEmployer, + + [EdiFieldValue("E8")] + InquiringParty, + + [EdiFieldValue("E9")] + ParticipatingLaboratory, + + [EdiFieldValue("EA")] + StudySubmitter, + + [EdiFieldValue("EB")] + EligiblePartyToTheContract, + + [EdiFieldValue("EC")] + Exchanger, + + [EdiFieldValue("ED")] + ExcludedParty, + + [EdiFieldValue("EE")] + LocationOfGoodsforCustomsExaminationBeforeClearance, + + [EdiFieldValue("EF")] + ElectronicFiler, + + [EdiFieldValue("EG")] + Engineer, + + [EdiFieldValue("EH")] + Exhibitor, + + [EdiFieldValue("EI")] + ExecutorOfEstate, + + [EdiFieldValue("EJ")] + PrincipalPerson, + + [EdiFieldValue("EK")] + AnimalSource, + + [EdiFieldValue("EL")] + EstablishedLocation, + + [EdiFieldValue("EM")] + PartyToReceiveElectronicMemoOfInvoice, + + [EdiFieldValue("EN")] + EndUser, + + [EdiFieldValue("EO")] + LimitedLiabilityPartnership, + + [EdiFieldValue("EP")] + EligiblePartyTotheRate, + + [EdiFieldValue("EQ")] + OldDebtor, + + [EdiFieldValue("ER")] + NewDebtor, + + [EdiFieldValue("ES")] + EmployerName, + + [EdiFieldValue("ET")] + PlanAdministrator, + + [EdiFieldValue("EU")] + OldSecuredParty, + + [EdiFieldValue("EV")] + SellingAgent, + + [EdiFieldValue("EW")] + ServicingBroker, + + [EdiFieldValue("EX")] + Exporter, + + [EdiFieldValue("EY")] + EmployeeName, + + [EdiFieldValue("EZ")] + NewSecuredParty, + + [EdiFieldValue("F1")] + Company_OwnedOilField, + + [EdiFieldValue("F2")] + EnergyInformationAdministration_DepartmentOfEnergy__OwnedOilField, + + [EdiFieldValue("F3")] + SpecializedMobileRadioService_SMRS_Licensee, + + [EdiFieldValue("F4")] + FormerResidence, + + [EdiFieldValue("F5")] + RadioControlStationLocation, + + [EdiFieldValue("F6")] + SmallControlStationLocation, + + [EdiFieldValue("F7")] + SmallBaseStationLocation, + + [EdiFieldValue("F8")] + AntennaSite, + + [EdiFieldValue("F9")] + AreaOfOperation, + + [EdiFieldValue("FA")] + Facility, + + [EdiFieldValue("FB")] + FirstBreakTerminal, + + [EdiFieldValue("FC")] + CustomerIdentificationFile_CIF_CustomerIdentifier, + + [EdiFieldValue("FD")] + PhysicalAddress, + + [EdiFieldValue("FE")] + MailAddress, + + [EdiFieldValue("FF")] + ForeignLanguageSynonym, + + [EdiFieldValue("FG")] + TradeNameSynonym, + + [EdiFieldValue("FH")] + PartyToReceiveLimitationsOfHeavyElementsReport, + + [EdiFieldValue("FI")] + NameVariationSynonym, + + [EdiFieldValue("FJ")] + FirstContact, + + [EdiFieldValue("FL")] + PrimaryControlPointLocation, + + [EdiFieldValue("FM")] + Fireman, + + [EdiFieldValue("FN")] + FilerName, + + [EdiFieldValue("FO")] + FieldOrBranchOffice, + + [EdiFieldValue("FP")] + NameonCreditCard, + + [EdiFieldValue("FQ")] + PierName, + + [EdiFieldValue("FR")] + MessageFrom, + + [EdiFieldValue("FS")] + FinalScheduledDestination, + + [EdiFieldValue("FT")] + NewAssignee, + + [EdiFieldValue("FU")] + OldAssignee, + + [EdiFieldValue("FV")] + VesselName, + + [EdiFieldValue("FW")] + Forwarder, + + [EdiFieldValue("FX")] + ClosedDoorPharmacy, + + [EdiFieldValue("FY")] + VeterinaryHospital, + + [EdiFieldValue("FZ")] + ChildrensDayCareCenter, + + [EdiFieldValue("G0")] + DependentInsured, + + [EdiFieldValue("G1")] + BankruptcyTrustee, + + [EdiFieldValue("G2")] + Annuitant, + + [EdiFieldValue("G3")] + Clinic, + + [EdiFieldValue("G5")] + ContingentBeneficiary, + + [EdiFieldValue("G6")] + EntityHoldingtheInformation, + + [EdiFieldValue("G7")] + EntityProvidingtheService, + + [EdiFieldValue("G8")] + EntityResponsibleforFollow_up, + + [EdiFieldValue("G9")] + FamilyMember, + + [EdiFieldValue("GA")] + GasPlant, + + [EdiFieldValue("GB")] + OtherInsured, + + [EdiFieldValue("GC")] + PreviousCreditGrantor, + + [EdiFieldValue("GD")] + Guardian, + + [EdiFieldValue("GE")] + GeneralAgency, + + [EdiFieldValue("GF")] + InspectionCompany, + + [EdiFieldValue("GG")] + Intermediary, + + [EdiFieldValue("GH")] + MotorVehicleReportProviderCompany, + + [EdiFieldValue("GI")] + Paramedic, + + [EdiFieldValue("GJ")] + ParamedicalCompany, + + [EdiFieldValue("GK")] + PreviousInsured, + + [EdiFieldValue("GL")] + PreviousResidence, + + [EdiFieldValue("GM")] + SpouseInsured, + + [EdiFieldValue("GN")] + Garnishee, + + [EdiFieldValue("GO")] + PrimaryBeneficiary, + + [EdiFieldValue("GP")] + GatewayProvider, + + [EdiFieldValue("GQ")] + ProposedInsured, + + [EdiFieldValue("GR")] + Reinsurer, + + [EdiFieldValue("GS")] + GaragedLocation, + + [EdiFieldValue("GT")] + CreditGrantor, + + [EdiFieldValue("GU")] + GuaranteeAgency, + + [EdiFieldValue("GV")] + GasTransactionEndingPoint, + + [EdiFieldValue("GW")] + Group, + + [EdiFieldValue("GX")] + Retrocessionaire, + + [EdiFieldValue("GY")] + TreatmentFacility, + + [EdiFieldValue("GZ")] + Grandparent, + + [EdiFieldValue("H1")] + Representative, + + [EdiFieldValue("H2")] + Sub_Office, + + [EdiFieldValue("H3")] + District, + + [EdiFieldValue("H5")] + PayingAgent, + + [EdiFieldValue("H6")] + SchoolDistrict, + + [EdiFieldValue("H7")] + GroupAffiliate, + + [EdiFieldValue("H8")] + ServicingAgent_H8, + + [EdiFieldValue("H9")] + Designer, + + [EdiFieldValue("HA")] + Owner_HA, + + [EdiFieldValue("HB")] + HistoricallyBlackCollegeOrUniversity, + + [EdiFieldValue("HC")] + JointAnnuitant, + + [EdiFieldValue("HD")] + ContingentAnnuitant, + + [EdiFieldValue("HE")] + ContingentOwner, + + [EdiFieldValue("HF")] + HealthcareProfessionalShortageArea_HPSA_Facility, + + [EdiFieldValue("HG")] + BrokerOpinionOrAnalysisRequester, + + [EdiFieldValue("HH")] + HomeHealthAgency, + + [EdiFieldValue("HI")] + ListingCompany, + + [EdiFieldValue("HJ")] + AutomatedUnderwritingSystem, + + [EdiFieldValue("HK")] + Subscriber, + + [EdiFieldValue("HL")] + DocumentCustodian, + + [EdiFieldValue("HM")] + CompetitivePropertyListing, + + [EdiFieldValue("HN")] + CompetingProperty, + + [EdiFieldValue("HO")] + ComparablePropertyListing, + + [EdiFieldValue("HP")] + ClosedSale, + + [EdiFieldValue("HQ")] + SourcePartyOfInformation, + + [EdiFieldValue("HR")] + SubjectOfInquiry, + + [EdiFieldValue("HS")] + HighSchool, + + [EdiFieldValue("HT")] + StateCharteredFacility, + + [EdiFieldValue("HU")] + Subsidiary, + + [EdiFieldValue("HV")] + TaxAddress, + + [EdiFieldValue("HW")] + DesignatedHazardousWasteFacility, + + [EdiFieldValue("HX")] + TransporterOfHazardousWaste, + + [EdiFieldValue("HY")] + Charity, + + [EdiFieldValue("HZ")] + HazardousWasteGenerator, + + [EdiFieldValue("I1")] + InterestedParty, + + [EdiFieldValue("I3")] + IndependentPhysiciansAssociation_IPA, + + [EdiFieldValue("I4")] + IntellectualPropertyOwner, + + [EdiFieldValue("I9")] + Interviewer, + + [EdiFieldValue("IA")] + InstalledAt, + + [EdiFieldValue("IB")] + IndustryBureau, + + [EdiFieldValue("IC")] + IntermediateConsignee, + + [EdiFieldValue("ID")] + IssuerOfDebitOrCreditMemo, + + [EdiFieldValue("IE")] + OtherIndividualDisabilityCarrier, + + [EdiFieldValue("IF")] + InternationalFreightForwarder, + + [EdiFieldValue("II")] + IssuerOfInvoice, + + [EdiFieldValue("IJ")] + InjectionPoint, + + [EdiFieldValue("IK")] + IntermediateCarrier, + + [EdiFieldValue("IL")] + InsuredOrSubscriber, + + [EdiFieldValue("IM")] + Importer, + + [EdiFieldValue("IN")] + Insurer, + + [EdiFieldValue("IO")] + Inspector, + + [EdiFieldValue("IP")] + IndependentAdjuster, + + [EdiFieldValue("IQ")] + In_patientPharmacy, + + [EdiFieldValue("IR")] + SelfInsured, + + [EdiFieldValue("IS")] + PartyToReceiveCertifiedInspectionReport, + + [EdiFieldValue("IT")] + InstallationonSite, + + [EdiFieldValue("IU")] + Issuer, + + [EdiFieldValue("IV")] + Renter, + + [EdiFieldValue("J1")] + AssociateGeneralAgent, + + [EdiFieldValue("J2")] + AuthorizedEntity, + + [EdiFieldValue("J3")] + BrokersAssistant, + + [EdiFieldValue("J4")] + Custodian, + + [EdiFieldValue("J5")] + IrrevocableBeneficiary, + + [EdiFieldValue("J6")] + PowerOfAttorney, + + [EdiFieldValue("J7")] + TrustOfficer, + + [EdiFieldValue("J8")] + BrokerDealer, + + [EdiFieldValue("J9")] + CommunityAgent, + + [EdiFieldValue("JA")] + DairyDepartment, + + [EdiFieldValue("JB")] + DelicatessenDepartment, + + [EdiFieldValue("JC")] + DryGroceryDepartment, + + [EdiFieldValue("JD")] + Judge, + + [EdiFieldValue("JE")] + FrozenDepartment, + + [EdiFieldValue("JF")] + GeneralMerchandiseDepartment, + + [EdiFieldValue("JG")] + HealthAndBeautyDepartment, + + [EdiFieldValue("JH")] + AlcoholBeverageDepartment, + + [EdiFieldValue("JI")] + MeatDepartment, + + [EdiFieldValue("JJ")] + ProduceDepartment, + + [EdiFieldValue("JK")] + BakeryDepartment, + + [EdiFieldValue("JL")] + VideoDepartment, + + [EdiFieldValue("JM")] + CandyAndConfectionsDepartment, + + [EdiFieldValue("JN")] + CigarettesAndTobaccoDepartment, + + [EdiFieldValue("JO")] + In_StoreBakeryDepartment, + + [EdiFieldValue("JP")] + FloralDepartment, + + [EdiFieldValue("JQ")] + PharmacyDepartment, + + [EdiFieldValue("JR")] + Bidder, + + [EdiFieldValue("JS")] + JointDebtorAttorney_JS, + + [EdiFieldValue("JT")] + JointDebtor, + + [EdiFieldValue("JU")] + Jurisdiction, + + [EdiFieldValue("JV")] + JointOwner, + + [EdiFieldValue("JW")] + JointVenture, + + [EdiFieldValue("JX")] + ClosingAgent, + + [EdiFieldValue("JY")] + FinancialPlanner, + + [EdiFieldValue("JZ")] + ManagingGeneralAgent, + + [EdiFieldValue("K1")] + ContractorCognizantSecurityOffice, + + [EdiFieldValue("K2")] + SubcontractorCognizantSecurityOffice, + + [EdiFieldValue("K3")] + PlaceOfPerformanceCognizantSecurityOffice, + + [EdiFieldValue("K4")] + PartyAuthorizingReleaseOfSecurityInformation, + + [EdiFieldValue("K5")] + PartyToReceiveContractSecurityClassificationSpecification, + + [EdiFieldValue("K6")] + PolicyWritingAgent, + + [EdiFieldValue("K7")] + RadioStation, + + [EdiFieldValue("K8")] + FilingLocation, + + [EdiFieldValue("K9")] + PreviousDistributor, + + [EdiFieldValue("KA")] + ItemManager, + + [EdiFieldValue("KB")] + CustomerforWhomSameOrSimilarWorkWasPerformed, + + [EdiFieldValue("KC")] + PartyThatReceivedDisclosureStatement, + + [EdiFieldValue("KD")] + Proposer, + + [EdiFieldValue("KE")] + ContactOffice, + + [EdiFieldValue("KF")] + AuditOffice, + + [EdiFieldValue("KG")] + ProjectManager, + + [EdiFieldValue("KH")] + OrganizationHavingSourceControl, + + [EdiFieldValue("KI")] + UnitedStatesOverseasSecurityAdministrationOffice, + + [EdiFieldValue("KJ")] + QualifyingOfficer, + + [EdiFieldValue("KK")] + RegisteringParty, + + [EdiFieldValue("KL")] + ClerkOfCourt, + + [EdiFieldValue("KM")] + Coordinator, + + [EdiFieldValue("KN")] + FormerAddress, + + [EdiFieldValue("KO")] + PlantClearanceOfficer, + + [EdiFieldValue("KP")] + NameUnderWhichFiled, + + [EdiFieldValue("KQ")] + Licensee, + + [EdiFieldValue("KR")] + Pre_kindergartenToGrade12Recipient, + + [EdiFieldValue("KS")] + Pre_kindergartenToGrade12Sender, + + [EdiFieldValue("KT")] + Court, + + [EdiFieldValue("KU")] + ReceiverSite, + + [EdiFieldValue("KV")] + DisbursingOfficer, + + [EdiFieldValue("KW")] + BidOpeningLocation, + + [EdiFieldValue("KX")] + FreeonBoardPoint, + + [EdiFieldValue("KY")] + TechnicalOffice, + + [EdiFieldValue("KZ")] + AcceptanceLocation, + + [EdiFieldValue("L1")] + InspectionLocation, + + [EdiFieldValue("L2")] + LocationOfPrincipalAssets, + + [EdiFieldValue("L3")] + LoanCorrespondent, + + [EdiFieldValue("L5")] + Contact, + + [EdiFieldValue("L8")] + HeadOffice, + + [EdiFieldValue("L9")] + InformationProvider, + + [EdiFieldValue("LA")] + Attorney, + + [EdiFieldValue("LB")] + LastBreakTerminal, + + [EdiFieldValue("LC")] + LocationOfSpotforStorage, + + [EdiFieldValue("LD")] + LiabilityHolder, + + [EdiFieldValue("LE")] + Lessor, + + [EdiFieldValue("LF")] + LimitedPartner, + + [EdiFieldValue("LG")] + LocationOfGoods, + + [EdiFieldValue("LH")] + Pipeline, + + [EdiFieldValue("LI")] + IndependentLab, + + [EdiFieldValue("LJ")] + LimitedLiabilityCompany, + + [EdiFieldValue("LK")] + JuvenileOwner, + + [EdiFieldValue("LL")] + LocationOfLoadExchange_Export, + + [EdiFieldValue("LM")] + LendingInstitution, + + [EdiFieldValue("LN")] + Lender, + + [EdiFieldValue("LO")] + LoanOriginator, + + [EdiFieldValue("LP")] + LoadingParty, + + [EdiFieldValue("LQ")] + LawFirm, + + [EdiFieldValue("LR")] + LegalRepresentative, + + [EdiFieldValue("LS")] + Lessee, + + [EdiFieldValue("LT")] + Long_termDisabilityCarrier, + + [EdiFieldValue("LU")] + MasterAgent, + + [EdiFieldValue("LV")] + LoanServicer, + + [EdiFieldValue("LW")] + Customer, + + [EdiFieldValue("LY")] + Labeler, + + [EdiFieldValue("LZ")] + LocalChain, + + [EdiFieldValue("M1")] + SourceMeterLocation, + + [EdiFieldValue("M2")] + ReceiptMeterLocation, + + [EdiFieldValue("M3")] + UpstreamMeterLocation, + + [EdiFieldValue("M4")] + DownstreamMeterLocation, + + [EdiFieldValue("M5")] + MigrantHealthClinic, + + [EdiFieldValue("M6")] + Landlord, + + [EdiFieldValue("M7")] + ForeclosingLender, + + [EdiFieldValue("M8")] + EducationalInstitution, + + [EdiFieldValue("M9")] + Manufacturing, + + [EdiFieldValue("MA")] + PartyforwhomItemisUltimatelyIntended, + + [EdiFieldValue("MB")] + CompanyInterviewerWorksFor, + + [EdiFieldValue("MC")] + MotorCarrier, + + [EdiFieldValue("MD")] + VeteransAdministrationLoanGuarantyAuthority, + + [EdiFieldValue("ME")] + VeteransAdministrationLoanAuthorizedSupplier, + + [EdiFieldValue("MF")] + ManufacturerOfGoods, + + [EdiFieldValue("MG")] + GovernmentLoanAgencySponsorOrAgent, + + [EdiFieldValue("MH")] + MortgageInsurer, + + [EdiFieldValue("MI")] + PlanningScheduleMaterialReleaseIssuer, + + [EdiFieldValue("MJ")] + FinancialInstitution, + + [EdiFieldValue("MK")] + LoanHolderforRealEstateAsset, + + [EdiFieldValue("ML")] + ConsumerCreditAccountCompany, + + [EdiFieldValue("MM")] + MortgageCompany, + + [EdiFieldValue("MN")] + AuthorizedMarketer, + + [EdiFieldValue("MO")] + ReleaseDrayman, + + [EdiFieldValue("MP")] + ManufacturingPlant, + + [EdiFieldValue("MQ")] + MeteringLocation, + + [EdiFieldValue("MR")] + MedicalInsuranceCarrier, + + [EdiFieldValue("MS")] + BureauOfLandManagement_MineralsManagementService_PropertyUnit, + + [EdiFieldValue("MT")] + Material, + + [EdiFieldValue("MU")] + MeetingLocation, + + [EdiFieldValue("MV")] + Mainline, + + [EdiFieldValue("MW")] + MarineSurveyor, + + [EdiFieldValue("MX")] + JuvenileWitness, + + [EdiFieldValue("MY")] + MasterGeneralAgent, + + [EdiFieldValue("MZ")] + Minister, + + [EdiFieldValue("N1")] + NotifyPartyNo1, + + [EdiFieldValue("N2")] + NotifyPartyNo2, + + [EdiFieldValue("N3")] + IneligibleParty, + + [EdiFieldValue("N4")] + PriceAdministration, + + [EdiFieldValue("N5")] + PartyWhoSignedtheDeliveryReceipt, + + [EdiFieldValue("N6")] + NonemploymentIncomeSource, + + [EdiFieldValue("N7")] + PreviousNeighbor, + + [EdiFieldValue("N8")] + Relative, + + [EdiFieldValue("N9")] + Neighborhood, + + [EdiFieldValue("NB")] + Neighbor, + + [EdiFieldValue("NC")] + Cross_TownSwitch, + + [EdiFieldValue("ND")] + NextDestination, + + [EdiFieldValue("NE")] + Newspaper, + + [EdiFieldValue("NF")] + OwnerAnnuitant, + + [EdiFieldValue("NG")] + Administrator, + + [EdiFieldValue("NH")] + Association, + + [EdiFieldValue("NI")] + Non_insured, + + [EdiFieldValue("NJ")] + TrustOrEstate, + + [EdiFieldValue("NK")] + NationalChain, + + [EdiFieldValue("NL")] + Non_railroadEntity, + + [EdiFieldValue("NM")] + Physician_Specialists, + + [EdiFieldValue("NN")] + NetworkName, + + [EdiFieldValue("NP")] + NotifyPartyforShippersOrder, + + [EdiFieldValue("NQ")] + PipelineSegmentBoundary, + + [EdiFieldValue("NR")] + GasTransactionStartingPoint, + + [EdiFieldValue("NS")] + Non_TemporaryStorageFacility, + + [EdiFieldValue("NT")] + MagistrateJudge, + + [EdiFieldValue("NU")] + FormerlyKnownAs, + + [EdiFieldValue("NV")] + FormerlyDoingBusinessAs, + + [EdiFieldValue("NW")] + MaidenName, + + [EdiFieldValue("NX")] + PrimaryOwner, + + [EdiFieldValue("NY")] + BirthName, + + [EdiFieldValue("NZ")] + PrimaryPhysician, + + [EdiFieldValue("O1")] + OriginatingBank, + + [EdiFieldValue("O2")] + OriginatingCompany, + + [EdiFieldValue("O3")] + ReceivingCompany, + + [EdiFieldValue("O4")] + Factor, + + [EdiFieldValue("O5")] + MerchantBanker, + + [EdiFieldValue("O6")] + NonRegisteredBusinessName, + + [EdiFieldValue("O7")] + RegisteredBusinessName, + + [EdiFieldValue("O8")] + Registrar, + + [EdiFieldValue("OA")] + ElectronicReturnOriginator, + + [EdiFieldValue("OB")] + OrderedBy, + + [EdiFieldValue("OC")] + OriginCarrier, + + [EdiFieldValue("OD")] + DoctorOfOptometry, + + [EdiFieldValue("OE")] + BookingOffice, + + [EdiFieldValue("OF")] + OffsetOperator, + + [EdiFieldValue("OG")] + CoOwner, + + [EdiFieldValue("OH")] + OtherDepartments, + + [EdiFieldValue("OI")] + OutsideInspectionAgency, + + [EdiFieldValue("OK")] + Owner_OK, + + [EdiFieldValue("OL")] + Officer, + + [EdiFieldValue("OM")] + OriginMailFacility, + + [EdiFieldValue("ON")] + ProductPositionHolder, + + [EdiFieldValue("OO")] + OrderOf_ShippersOrders_Transportation, + + [EdiFieldValue("OP")] + OperatorOfpropertyOrunit, + + [EdiFieldValue("OR")] + OriginDrayman, + + [EdiFieldValue("OS")] + OverrideInstitution, + + [EdiFieldValue("OT")] + OriginTerminal, + + [EdiFieldValue("OU")] + OutsideProcessor, + + [EdiFieldValue("OV")] + OwnerOfVessel, + + [EdiFieldValue("OW")] + OwnerOfPropertyOrUnit, + + [EdiFieldValue("OX")] + OxygenTherapyFacility, + + [EdiFieldValue("OY")] + OwnerOfVehicle, + + [EdiFieldValue("OZ")] + OutsideTestingAgency, + + [EdiFieldValue("P0")] + PatientFacility, + + [EdiFieldValue("P1")] + Preparer, + + [EdiFieldValue("P2")] + PrimaryInsuredOrSubscriber, + + [EdiFieldValue("P3")] + PrimaryCareProvider, + + [EdiFieldValue("P4")] + PriorInsuranceCarrier, + + [EdiFieldValue("P5")] + PlanSponsor, + + [EdiFieldValue("P6")] + ThirdPartyReviewingPreferredProviderOrganization_PPO, + + [EdiFieldValue("P7")] + ThirdPartyRepricingPreferredProviderOrganization_PPO, + + [EdiFieldValue("P8")] + PersonnelOffice, + + [EdiFieldValue("P9")] + PrimaryInterexchangeCarrier_PIC, + + [EdiFieldValue("PA")] + PartyToReceiveInspectionReport, + + [EdiFieldValue("PB")] + PayingBank, + + [EdiFieldValue("PC")] + PartyToReceiveCertOfConformance_CAA, + + [EdiFieldValue("PD")] + PurchasersDepartmentBuyer, + + [EdiFieldValue("PE")] + Payee, + + [EdiFieldValue("PF")] + PartyToReceiveFreightBill, + + [EdiFieldValue("PG")] + PrimeContractor, + + [EdiFieldValue("PH")] + Printer, + + [EdiFieldValue("PI")] + Publisher, + + [EdiFieldValue("PJ")] + PartyToReceiveCorrespondence, + + [EdiFieldValue("PK")] + PartyToReceiveCopy, + + [EdiFieldValue("PL")] + PartyToReceivePurchaseOrder, + + [EdiFieldValue("PM")] + PartyToreceivepaperMemoOfInvoice, + + [EdiFieldValue("PN")] + PartyToReceiveShippingNotice, + + [EdiFieldValue("PO")] + PartyToReceiveInvoiceforGoodsOrServices, + + [EdiFieldValue("PP")] + Property, + + [EdiFieldValue("PQ")] + PartyToReceiveInvoiceforLeasePayments, + + [EdiFieldValue("PR")] + Payer, + + [EdiFieldValue("PS")] + PreviousStation, + + [EdiFieldValue("PT")] + PartyToReceiveTestReport, + + [EdiFieldValue("PU")] + PartyatPick_upLocation, + + [EdiFieldValue("PV")] + Partyperformingcertification, + + [EdiFieldValue("PW")] + PickUpAddress, + + [EdiFieldValue("PX")] + PartyPerformingCount, + + [EdiFieldValue("PY")] + PartyToFilePersonalPropertyTax, + + [EdiFieldValue("PZ")] + PartyToReceiveEquipment, + + [EdiFieldValue("Q1")] + ConductorPilot, + + [EdiFieldValue("Q2")] + EngineerPilot, + + [EdiFieldValue("Q3")] + RetailAccount, + + [EdiFieldValue("Q4")] + CooperativeBuyingGroup, + + [EdiFieldValue("Q5")] + AdvertisingGroup, + + [EdiFieldValue("Q6")] + Interpreter, + + [EdiFieldValue("Q7")] + Partner, + + [EdiFieldValue("Q8")] + BasePeriodEmployer, + + [EdiFieldValue("Q9")] + LastEmployer, + + [EdiFieldValue("QA")] + Pharmacy, + + [EdiFieldValue("QB")] + PurchaseServiceProvider, + + [EdiFieldValue("QC")] + Patient, + + [EdiFieldValue("QD")] + ResponsibleParty, + + [EdiFieldValue("QE")] + Policyholder, + + [EdiFieldValue("QF")] + Passenger, + + [EdiFieldValue("QG")] + Pedestrian, + + [EdiFieldValue("QH")] + Physician, + + [EdiFieldValue("QI")] + PartyinPossession, + + [EdiFieldValue("QJ")] + MostRecentEmployer_Chargeable, + + [EdiFieldValue("QK")] + ManagedCare, + + [EdiFieldValue("QL")] + Chiropractor, + + [EdiFieldValue("QM")] + DialysisCenters, + + [EdiFieldValue("QN")] + Dentist, + + [EdiFieldValue("QO")] + DoctorOfOsteopathy, + + [EdiFieldValue("QP")] + PrincipalBorrower, + + [EdiFieldValue("QQ")] + QualityControl, + + [EdiFieldValue("QR")] + BuyersQualityReviewBoard, + + [EdiFieldValue("QS")] + Podiatrist, + + [EdiFieldValue("QT")] + Psychiatrist, + + [EdiFieldValue("QU")] + Veterinarian, + + [EdiFieldValue("QV")] + GroupPractice, + + [EdiFieldValue("QW")] + Government, + + [EdiFieldValue("QX")] + HomeHealthCorporation, + + [EdiFieldValue("QY")] + MedicalDoctor, + + [EdiFieldValue("QZ")] + Co_borrower, + + [EdiFieldValue("R0")] + RoyaltyOwner, + + [EdiFieldValue("R1")] + PartyToReceiveScaleTicket, + + [EdiFieldValue("R2")] + ReportingOfficer, + + [EdiFieldValue("R3")] + NextScheduledDestination, + + [EdiFieldValue("R4")] + Regulatory_State_District, + + [EdiFieldValue("R5")] + Regulatory_State_Entity, + + [EdiFieldValue("R6")] + Requester, + + [EdiFieldValue("R7")] + ConsumerReferralContact, + + [EdiFieldValue("R8")] + CreditReportingAgency, + + [EdiFieldValue("R9")] + RequestedLender, + + [EdiFieldValue("RA")] + AlternateReturnAddress, + + [EdiFieldValue("RB")] + ReceivingBank, + + [EdiFieldValue("RC")] + ReceivingLocation, + + [EdiFieldValue("RD")] + DestinationIntermodalRamp, + + [EdiFieldValue("RE")] + PartyToReceiveCommercialInvoiceRemittance, + + [EdiFieldValue("RF")] + Refinery, + + [EdiFieldValue("RG")] + ResponsibleInstallation_Origin, + + [EdiFieldValue("RH")] + ResponsibleInstallation_Destination, + + [EdiFieldValue("RI")] + RemitTo, + + [EdiFieldValue("RJ")] + ResidenceOrDomicile, + + [EdiFieldValue("RK")] + RefineryOperator, + + [EdiFieldValue("RL")] + ReportingLocation, + + [EdiFieldValue("RM")] + Partythatremitspayment, + + [EdiFieldValue("RN")] + RepairOrRefurbishLocation, + + [EdiFieldValue("RO")] + OriginalIntermodalRamp, + + [EdiFieldValue("RP")] + ReceivingPointforCustomerSamples, + + [EdiFieldValue("RQ")] + ResaleCustomer, + + [EdiFieldValue("RR")] + Railroad, + + [EdiFieldValue("RS")] + ReceivingFacilityScheduler, + + [EdiFieldValue("RT")] + Returnedto, + + [EdiFieldValue("RU")] + ReceivingSub_Location, + + [EdiFieldValue("RV")] + Reservoir, + + [EdiFieldValue("RW")] + RuralHealthClinic, + + [EdiFieldValue("RX")] + ResponsibleExhibitor, + + [EdiFieldValue("RY")] + SpecifiedRepository, + + [EdiFieldValue("RZ")] + ReceiptZone, + + [EdiFieldValue("S0")] + SoleProprietor, + + [EdiFieldValue("S1")] + Parent, + + [EdiFieldValue("S2")] + Student, + + [EdiFieldValue("S3")] + CustodialParent, + + [EdiFieldValue("S4")] + SkilledNursingFacility, + + [EdiFieldValue("S5")] + SecuredParty, + + [EdiFieldValue("S6")] + AgencyGrantingSecurityClearance, + + [EdiFieldValue("S7")] + SecuredPartyCompany, + + [EdiFieldValue("S8")] + SecuredPartyIndividual, + + [EdiFieldValue("S9")] + Sibling, + + [EdiFieldValue("SA")] + SalvageCarrier, + + [EdiFieldValue("SB")] + StorageArea, + + [EdiFieldValue("SC")] + StoreClass, + + [EdiFieldValue("SD")] + SoldToAndShipTo, + + [EdiFieldValue("SE")] + SellingParty, + + [EdiFieldValue("SF")] + ShipFrom, + + [EdiFieldValue("SG")] + StoreGroup, + + [EdiFieldValue("SH")] + Shipper, + + [EdiFieldValue("SI")] + ShippingScheduleIssuer, + + [EdiFieldValue("SJ")] + ServiceProvider, + + [EdiFieldValue("SK")] + SecondaryLocationAddress_SLA, + + [EdiFieldValue("SL")] + OriginSublocation, + + [EdiFieldValue("SM")] + PartyToReceiveShippingManifest, + + [EdiFieldValue("SN")] + Store, + + [EdiFieldValue("SO")] + SoldToIfDifferentFromBillTo, + + [EdiFieldValue("SP")] + PartyfillingShippersOrder, + + [EdiFieldValue("SQ")] + ServiceBureau, + + [EdiFieldValue("SR")] + SamplesToBeReturnedTo, + + [EdiFieldValue("SS")] + SteamshipCompany, + + [EdiFieldValue("ST")] + ShipTo, + + [EdiFieldValue("SU")] + SupplierManufacturer, + + [EdiFieldValue("SV")] + ServicePerformanceSite, + + [EdiFieldValue("SW")] + SealingCompany, + + [EdiFieldValue("SX")] + School_basedServiceProvider, + + [EdiFieldValue("SY")] + SecondaryTaxpayer, + + [EdiFieldValue("SZ")] + Supervisor, + + [EdiFieldValue("T1")] + OperatorOftheTransferPoint, + + [EdiFieldValue("T2")] + OperatorOftheSourceTransferPoint, + + [EdiFieldValue("T3")] + TerminalLocation, + + [EdiFieldValue("T4")] + TransferPoint, + + [EdiFieldValue("T6")] + TerminalOperator, + + [EdiFieldValue("T8")] + PreviousTitleCompany, + + [EdiFieldValue("T9")] + PriorTitleEvidenceHolder, + + [EdiFieldValue("TA")] + TitleInsuranceServicesProvider, + + [EdiFieldValue("TB")] + Tooling, + + [EdiFieldValue("TC")] + ToolSource, + + [EdiFieldValue("TD")] + ToolingDesign, + + [EdiFieldValue("TE")] + Theatre, + + [EdiFieldValue("TF")] + TankFarm, + + [EdiFieldValue("TG")] + ToolingFabrication, + + [EdiFieldValue("TH")] + TheaterCircuit, + + [EdiFieldValue("TI")] + TariffIssuer, + + [EdiFieldValue("TJ")] + Cosigner, + + [EdiFieldValue("TK")] + TestSponsor, + + [EdiFieldValue("TL")] + TestingLaboratory, + + [EdiFieldValue("TM")] + Transmitter, + + [EdiFieldValue("TN")] + Tradename, + + [EdiFieldValue("TO")] + MessageTo, + + [EdiFieldValue("TP")] + PrimaryTaxpayer, + + [EdiFieldValue("TQ")] + ThirdPartyReviewingOrganization_TPO, + + [EdiFieldValue("TR")] + Terminal, + + [EdiFieldValue("TS")] + PartyToReceiveCertifiedTestResults, + + [EdiFieldValue("TT")] + TransferTo, + + [EdiFieldValue("TU")] + ThirdPartyRepricingOrganization_TPO, + + [EdiFieldValue("TV")] + ThirdPartyAdministrator_TPA, + + [EdiFieldValue("TW")] + TransitAuthority, + + [EdiFieldValue("TX")] + TaxAuthority, + + [EdiFieldValue("TY")] + Trustee, + + [EdiFieldValue("TZ")] + SignificantOther, + + [EdiFieldValue("U1")] + GasTransactionPoint1, + + [EdiFieldValue("U2")] + GasTransactionPoint2, + + [EdiFieldValue("U3")] + ServicingAgent_U3, + + [EdiFieldValue("U4")] + Team, + + [EdiFieldValue("U5")] + Underwriter, + + [EdiFieldValue("U6")] + TitleUnderwriter, + + [EdiFieldValue("U7")] + Psychologist, + + [EdiFieldValue("U8")] + Reference, + + [EdiFieldValue("U9")] + Non_RegisteredInvestmentAdvisor, + + [EdiFieldValue("UA")] + PlaceOfBottling, + + [EdiFieldValue("UB")] + PlaceOfDistilling, + + [EdiFieldValue("UC")] + UltimateConsignee, + + [EdiFieldValue("UD")] + Region, + + [EdiFieldValue("UE")] + TestingService, + + [EdiFieldValue("UF")] + HealthMiscellaneous, + + [EdiFieldValue("UG")] + NursingHomeChain, + + [EdiFieldValue("UH")] + NursingHome, + + [EdiFieldValue("UI")] + RegisteredInvestmentAdvisor, + + [EdiFieldValue("UJ")] + SalesAssistant, + + [EdiFieldValue("UK")] + System, + + [EdiFieldValue("UL")] + SpecialAccount, + + [EdiFieldValue("UM")] + CurrentEmployer_Primary, + + [EdiFieldValue("UN")] + Union, + + [EdiFieldValue("UO")] + CurrentEmployer_Secondary, + + [EdiFieldValue("UP")] + UnloadingParty, + + [EdiFieldValue("UQ")] + SubsequentOwner, + + [EdiFieldValue("UR")] + Surgeon, + + [EdiFieldValue("US")] + UpstreamParty, + + [EdiFieldValue("UT")] + USTrustee, + + [EdiFieldValue("UU")] + AnnuitantPayor, + + [EdiFieldValue("UW")] + UnassignedAgent, + + [EdiFieldValue("UX")] + BaseJurisdiction, + + [EdiFieldValue("UY")] + Vehicle, + + [EdiFieldValue("UZ")] + Signer, + + [EdiFieldValue("V1")] + Surety, + + [EdiFieldValue("V2")] + Grantor, + + [EdiFieldValue("V3")] + WellPadConstructionContractor, + + [EdiFieldValue("V4")] + OilAndGasRegulatoryAgency, + + [EdiFieldValue("V5")] + SurfaceDischargeAgency, + + [EdiFieldValue("V6")] + WellCasingDepthAuthority, + + [EdiFieldValue("V8")] + MarketTimer, + + [EdiFieldValue("V9")] + OwnerAnnuitantPayor, + + [EdiFieldValue("VA")] + SecondContact, + + [EdiFieldValue("VB")] + Candidate, + + [EdiFieldValue("VC")] + VehicleCustodian, + + [EdiFieldValue("VD")] + MultipleListingService, + + [EdiFieldValue("VE")] + BoardOfRealtors, + + [EdiFieldValue("VF")] + SellingOffice, + + [EdiFieldValue("VG")] + ListingAgent, + + [EdiFieldValue("VH")] + ShowingAgent, + + [EdiFieldValue("VI")] + ContactPerson, + + [EdiFieldValue("VJ")] + OwnerJointAnnuitantPayor, + + [EdiFieldValue("VK")] + PropertyOrBuildingManager, + + [EdiFieldValue("VL")] + BuilderName, + + [EdiFieldValue("VM")] + Occupant, + + [EdiFieldValue("VN")] + Vendor, + + [EdiFieldValue("VO")] + ElementarySchool, + + [EdiFieldValue("VP")] + PartywithPowerToVoteSecurities, + + [EdiFieldValue("VQ")] + MiddleSchool, + + [EdiFieldValue("VR")] + JuniorHighSchool, + + [EdiFieldValue("VS")] + VehicleSalvageAssignment, + + [EdiFieldValue("VT")] + ListingOffice, + + [EdiFieldValue("VU")] + SecondContactOrganization, + + [EdiFieldValue("VV")] + OwnerPayor, + + [EdiFieldValue("VW")] + Winner, + + [EdiFieldValue("VX")] + ProductionManager_VX, + + [EdiFieldValue("VY")] + OrganizationCompletingConfigurationChange, + + [EdiFieldValue("VZ")] + ProductionManager_VZ, + + [EdiFieldValue("W1")] + WorkTeam, + + [EdiFieldValue("W2")] + SupplierWorkTeam, + + [EdiFieldValue("W3")] + ThirdPartyInvestmentAdvisor, + + [EdiFieldValue("W4")] + Trust, + + [EdiFieldValue("W8")] + InterlineServiceCommitmentCustomer, + + [EdiFieldValue("W9")] + SamplingLocation, + + [EdiFieldValue("WA")] + WritingAgent, + + [EdiFieldValue("WB")] + AppraiserName, + + [EdiFieldValue("WC")] + ComparableProperty, + + [EdiFieldValue("WD")] + StorageFacilityatDestination, + + [EdiFieldValue("WE")] + SubjectProperty, + + [EdiFieldValue("WF")] + TankFarmOwner, + + [EdiFieldValue("WG")] + WageEarner, + + [EdiFieldValue("WH")] + Warehouse, + + [EdiFieldValue("WI")] + Witness, + + [EdiFieldValue("WJ")] + SupervisoryAppraiserName, + + [EdiFieldValue("WL")] + Wholesaler, + + [EdiFieldValue("WN")] + CompanyAssignedWell, + + [EdiFieldValue("WO")] + StorageFacilityatOrigin, + + [EdiFieldValue("WP")] + WitnessforPlaintiff, + + [EdiFieldValue("WR")] + WithdrawalPoint, + + [EdiFieldValue("WS")] + WaterSystem, + + [EdiFieldValue("WT")] + WitnessforDefendant, + + [EdiFieldValue("WU")] + PrimarySupportOrganization, + + [EdiFieldValue("WV")] + PreliminaryMaintenancePeriodDesignatingOrganization, + + [EdiFieldValue("WW")] + PreliminaryMaintenanceOrganization, + + [EdiFieldValue("WX")] + PreliminaryReferredToOrganization, + + [EdiFieldValue("WY")] + FinalMaintenancePeriodDesignatingOrganization, + + [EdiFieldValue("WZ")] + FinalMaintenanceOrganization, + + [EdiFieldValue("X1")] + Mailto, + + [EdiFieldValue("X2")] + PartyToPerformPackaging, + + [EdiFieldValue("X3")] + UtilizationManagementOrganization, + + [EdiFieldValue("X4")] + Spouse, + + [EdiFieldValue("X5")] + DurableMedicalEquipmentSupplier, + + [EdiFieldValue("X6")] + InternationalOrganization, + + [EdiFieldValue("X7")] + Inventor, + + [EdiFieldValue("X8")] + HispanicServiceInstitute, + + [EdiFieldValue("XA")] + Creditor, + + [EdiFieldValue("XC")] + DebtorsAttorney, + + [EdiFieldValue("XD")] + Alias, + + [EdiFieldValue("XE")] + ClaimRecipient, + + [EdiFieldValue("XF")] + Auctioneer, + + [EdiFieldValue("XG")] + EventLocation, + + [EdiFieldValue("XH")] + FinalReferredToOrganization, + + [EdiFieldValue("XI")] + OriginalClaimant, + + [EdiFieldValue("XJ")] + ActualReferredByOrganization, + + [EdiFieldValue("XK")] + ActualReferredToOrganization, + + [EdiFieldValue("XL")] + BorrowersEmployer, + + [EdiFieldValue("XM")] + MaintenanceOrganizationUsedforEstimate, + + [EdiFieldValue("XN")] + PlanningMaintenanceOrganization, + + [EdiFieldValue("XO")] + PreliminaryCustomerOrganization, + + [EdiFieldValue("XP")] + PartyToReceiveSolicitation, + + [EdiFieldValue("XQ")] + CanadianCustomsBroker, + + [EdiFieldValue("XR")] + MexicanCustomsBroker, + + [EdiFieldValue("XS")] + SCorporation, + + [EdiFieldValue("XT")] + FinalCustomerOrganization, + + [EdiFieldValue("XU")] + UnitedStatesCustomsBroker, + + [EdiFieldValue("XV")] + CrossClaimant, + + [EdiFieldValue("XW")] + CounterClaimant, + + [EdiFieldValue("XX")] + BusinessArea, + + [EdiFieldValue("XY")] + TribalGovernment, + + [EdiFieldValue("XZ")] + AmericanIndian_OwnedBusiness, + + [EdiFieldValue("Y2")] + ManagedCareOrganization, + + [EdiFieldValue("YA")] + Affiant, + + [EdiFieldValue("YB")] + Arbitrator, + + [EdiFieldValue("YC")] + BailPayor, + + [EdiFieldValue("YD")] + DistrictJustice, + + [EdiFieldValue("YE")] + ThirdParty, + + [EdiFieldValue("YF")] + WitnessforProsecution, + + [EdiFieldValue("YG")] + ExpertWitness, + + [EdiFieldValue("YH")] + CrimeVictim, + + [EdiFieldValue("YI")] + JuvenileVictim, + + [EdiFieldValue("YJ")] + JuvenileDefendant, + + [EdiFieldValue("YK")] + Bondsman, + + [EdiFieldValue("YL")] + CourtAppointedAttorney, + + [EdiFieldValue("YM")] + ComplainantsAttorney, + + [EdiFieldValue("YN")] + DistrictAttorney, + + [EdiFieldValue("YO")] + AttorneyforDefendant_Public, + + [EdiFieldValue("YP")] + ProBonoAttorney, + + [EdiFieldValue("YQ")] + ProSeCounsel, + + [EdiFieldValue("YR")] + PartyToAppearBefore, + + [EdiFieldValue("YS")] + Appellant, + + [EdiFieldValue("YT")] + Appellee, + + [EdiFieldValue("YU")] + ArrestingOfficer, + + [EdiFieldValue("YV")] + HostileWitness, + + [EdiFieldValue("YW")] + DischargePoint, + + [EdiFieldValue("YX")] + FloodCertifier, + + [EdiFieldValue("YY")] + FloodDeterminationProvider, + + [EdiFieldValue("YZ")] + ElectronicRegistrationUtility, + + [EdiFieldValue("Z1")] + PartyToReceiveStatus, + + [EdiFieldValue("Z2")] + UnserviceableMaterialConsignee, + + [EdiFieldValue("Z3")] + PotentialSourceOfSupply, + + [EdiFieldValue("Z4")] + OwningInventoryControlPoint, + + [EdiFieldValue("Z5")] + ManagementControlActivity, + + [EdiFieldValue("Z6")] + TransferringParty, + + [EdiFieldValue("Z7")] + Mark_forParty, + + [EdiFieldValue("Z8")] + LastKnownSourceOfSupply, + + [EdiFieldValue("Z9")] + Banker, + + [EdiFieldValue("ZA")] + CorrectedAddress, + + [EdiFieldValue("ZB")] + PartyToReceiveCredit, + + [EdiFieldValue("ZC")] + RentPayor, + + [EdiFieldValue("ZD")] + PartyToReceiveReports, + + [EdiFieldValue("ZE")] + EndItemManufacturer, + + [EdiFieldValue("ZF")] + BreakBulkPoint, + + [EdiFieldValue("ZG")] + PresentAddress, + + [EdiFieldValue("ZH")] + Child, + + [EdiFieldValue("ZJ")] + Branch, + + [EdiFieldValue("ZK")] + Reporter, + + [EdiFieldValue("ZL")] + PartyPassingtheTransaction, + + [EdiFieldValue("ZM")] + LeaseLocation, + + [EdiFieldValue("ZN")] + LosingInventoryManager, + + [EdiFieldValue("ZO")] + MinimumRoyaltyPayor, + + [EdiFieldValue("ZP")] + GainingInventoryManager, + + [EdiFieldValue("ZQ")] + ScreeningPoint, + + [EdiFieldValue("ZR")] + ValidatingParty, + + [EdiFieldValue("ZS")] + MonitoringParty, + + [EdiFieldValue("ZT")] + ParticipatingArea, + + [EdiFieldValue("ZU")] + Formation, + + [EdiFieldValue("ZV")] + AllowableRecipient, + + [EdiFieldValue("ZW")] + Field, + + [EdiFieldValue("ZX")] + AttorneyOfRecord, + + [EdiFieldValue("ZY")] + AmicusCuriae, + + [EdiFieldValue("ZZ")] + MutuallyDefined, + + [EdiFieldValue("001")] + Pumper, + + [EdiFieldValue("002")] + SurfaceManagementEntity, + + [EdiFieldValue("003")] + ApplicationParty, + + [EdiFieldValue("004")] + SiteOperator, + + [EdiFieldValue("005")] + ConstructionContractor, + + [EdiFieldValue("006")] + DrillingContractor, + + [EdiFieldValue("007")] + SpudContractor, + + [EdiFieldValue("AAA")] + Sub_account, + + [EdiFieldValue("AAB")] + ManagementNon_Officer, + + [EdiFieldValue("AAC")] + IncorporatedLocation, + + [EdiFieldValue("AAD")] + NamenotToBeConfusedwith, + + [EdiFieldValue("AAE")] + Lot, + + [EdiFieldValue("AAF")] + PreviousOccupant, + + [EdiFieldValue("AAG")] + GroundAmbulanceServices, + + [EdiFieldValue("AAH")] + AirAmbulanceServices, + + [EdiFieldValue("AAI")] + WaterAmbulanceServices, + + [EdiFieldValue("AAJ")] + AdmittingServices, + + [EdiFieldValue("AAK")] + PrimarySurgeon, + + [EdiFieldValue("AAL")] + MedicalNurse, + + [EdiFieldValue("AAM")] + CardiacRehabilitationServices, + + [EdiFieldValue("AAN")] + SkilledNursingServices, + + [EdiFieldValue("AAO")] + ObservationRoomServices, + + [EdiFieldValue("AAP")] + Employee, + + [EdiFieldValue("AAQ")] + AnesthesiologyServices, + + [EdiFieldValue("AAS")] + PriorBaseJurisdiction, + + [EdiFieldValue("AAT")] + IncorporationJurisdiction, + + [EdiFieldValue("AAU")] + MarkerOwner, + + [EdiFieldValue("AAV")] + ReclamationCenter, + + [EdiFieldValue("ABB")] + MasterProperty, + + [EdiFieldValue("ABC")] + ProjectProperty, + + [EdiFieldValue("ABD")] + UnitProperty, + + [EdiFieldValue("ABE")] + AdditionalAddress, + + [EdiFieldValue("ABF")] + SocietyOfPropertyInformationCompilersAndAnalysts, + + [EdiFieldValue("ABG")] + Organization, + + [EdiFieldValue("ABH")] + JointOwnerAnnuitant, + + [EdiFieldValue("ABI")] + JointAnnuitantOwner, + + [EdiFieldValue("ABJ")] + JointOwnerAnnuitantPayor, + + [EdiFieldValue("ABK")] + JointOwnerJointAnnuitant, + + [EdiFieldValue("ABL")] + JointOwnerJointAnnuitantPayor, + + [EdiFieldValue("ABM")] + JointOwnerPayor, + + [EdiFieldValue("ALA")] + AlternativeAddressee, + + [EdiFieldValue("BAL")] + Bailiff, + + [EdiFieldValue("BKR")] + Bookkeeper, + + [EdiFieldValue("BRN")] + BrandName, + + [EdiFieldValue("BUS")] + Business, + + [EdiFieldValue("CMW")] + CompanyMergedWith, + + [EdiFieldValue("COL")] + CollateralAssignee, + + [EdiFieldValue("COR")] + CorrectedName, + + [EdiFieldValue("DCC")] + ChiefDeputyClerkOfCourt, + + [EdiFieldValue("DIR")] + DistributionRecipient, + + [EdiFieldValue("ENR")] + Enroller, + + [EdiFieldValue("EXS")] + Ex_spouse, + + [EdiFieldValue("FRL")] + ForeignRegistrationLocation, + + [EdiFieldValue("FSR")] + FinancialStatementRecipient, + + [EdiFieldValue("GIR")] + GiftRecipient, + + [EdiFieldValue("HMI")] + MaterialSafetyDataSheet_MSDS_Recipient, + + [EdiFieldValue("HOM")] + HomeOffice, + + [EdiFieldValue("IAA")] + BusinessEntity, + + [EdiFieldValue("IAC")] + PrincipalExecutiveOffice, + + [EdiFieldValue("IAD")] + ForeignOffice, + + [EdiFieldValue("IAE")] + Member, + + [EdiFieldValue("IAF")] + ExecutiveCommitteeMember, + + [EdiFieldValue("IAG")] + Director, + + [EdiFieldValue("IAH")] + Clerk, + + [EdiFieldValue("IAI")] + PartywithKnowledgeOfAffairsOftheCompany, + + [EdiFieldValue("IAK")] + PartyToReceiveStatementOfFeesDue, + + [EdiFieldValue("IAL")] + CompanyinwhichInterestHeld, + + [EdiFieldValue("IAM")] + CompanywhichHoldsInterest, + + [EdiFieldValue("IAN")] + Notary, + + [EdiFieldValue("IAO")] + Manager, + + [EdiFieldValue("IAP")] + AlienAffiliate, + + [EdiFieldValue("IAQ")] + IncorporationStatePrincipalOffice, + + [EdiFieldValue("IAR")] + IncorporationStatePlaceOfBusiness, + + [EdiFieldValue("IAS")] + Out_of_StatePrincipalOffice, + + [EdiFieldValue("IAT")] + PartyExecutingAndVerifying, + + [EdiFieldValue("IAU")] + Felon, + + [EdiFieldValue("IAV")] + OtherRelatedParty, + + [EdiFieldValue("IAW")] + Record_KeepingAddress, + + [EdiFieldValue("IAY")] + InitialSubscriber, + + [EdiFieldValue("IAZ")] + OriginalJurisdiction, + + [EdiFieldValue("INV")] + InvestmentAdvisor, + + [EdiFieldValue("LGS")] + LocalGovernmentSponsor, + + [EdiFieldValue("LYM")] + AmendedName, + + [EdiFieldValue("LYN")] + Stockholder, + + [EdiFieldValue("LYO")] + ManagingAgent, + + [EdiFieldValue("LYP")] + Organizer, + + [EdiFieldValue("MSC")] + MammographyScreeningCenter, + + [EdiFieldValue("NCT")] + NameChangedTo, + + [EdiFieldValue("NPC")] + NotaryPublic, + + [EdiFieldValue("ORI")] + OriginalName, + + [EdiFieldValue("PLR")] + PayerOfLastResort, + + [EdiFieldValue("PMF")] + PartyManufacturedFor, + + [EdiFieldValue("PPS")] + PersonforWhoseBenefitPropertywasSeized, + + [EdiFieldValue("PRE")] + PreviousOwner, + + [EdiFieldValue("PRP")] + PrimaryPayer, + + [EdiFieldValue("PUR")] + PurchasedCompany, + + [EdiFieldValue("RCR")] + RecoveryRoom, + + [EdiFieldValue("REC")] + ReceiverManager, + + [EdiFieldValue("RGA")] + ResponsibleGovernmentAgency, + + [EdiFieldValue("SEP")] + SecondaryPayer, + + [EdiFieldValue("TPM")] + ThirdPartyMarketer, + + [EdiFieldValue("TSE")] + ConsigneeCourierTransferStation, + + [EdiFieldValue("TSR")] + ConsignorCourierTransferStation, + + [EdiFieldValue("TTP")] + TertiaryPayer, + } +} diff --git a/src/X12.Shared/Enumerations/EntityTypeQualifier.cs b/src/X12.Shared/Enumerations/EntityTypeQualifier.cs new file mode 100644 index 00000000..d4128892 --- /dev/null +++ b/src/X12.Shared/Enumerations/EntityTypeQualifier.cs @@ -0,0 +1,52 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum EntityTypeQualifier + { + [EdiFieldValue("")] + Undefined, + + [EdiFieldValue("1")] + Person, + + [EdiFieldValue("2")] + NonPersonEntity, + + [EdiFieldValue("3")] + Unknown, + + [EdiFieldValue("4")] + Corporation, + + [EdiFieldValue("5")] + Trust, + + [EdiFieldValue("6")] + Organization, + + [EdiFieldValue("7")] + LimitedLiabilityCorporation, + + [EdiFieldValue("8")] + Partnership, + + [EdiFieldValue("9")] + SCorporation, + + [EdiFieldValue("C")] + Custodial, + + [EdiFieldValue("D")] + NonProfitOrganization, + + [EdiFieldValue("E")] + SoleProprietorship, + + [EdiFieldValue("G")] + Government, + + [EdiFieldValue("L")] + LimitedPartnership + } +} diff --git a/src/X12.Shared/Enumerations/Gender.cs b/src/X12.Shared/Enumerations/Gender.cs new file mode 100644 index 00000000..1d56872c --- /dev/null +++ b/src/X12.Shared/Enumerations/Gender.cs @@ -0,0 +1,10 @@ +namespace X12.Shared.Enumerations +{ + public enum Gender + { + Undefined, + Female, + Male, + Unknown + } +} \ No newline at end of file diff --git a/src/OopFactory.X12/Parsing/Model/Typed/IdentificationCodeQualifier.cs b/src/X12.Shared/Enumerations/IdentificationCodeQualifier.cs similarity index 55% rename from src/OopFactory.X12/Parsing/Model/Typed/IdentificationCodeQualifier.cs rename to src/X12.Shared/Enumerations/IdentificationCodeQualifier.cs index c45319e4..c1f0e9da 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/IdentificationCodeQualifier.cs +++ b/src/X12.Shared/Enumerations/IdentificationCodeQualifier.cs @@ -1,443 +1,652 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Attributes; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum IdentificationCodeQualifier - { - [EDIFieldValue("1")] - DunsNumber_DunAndBradstreet, - [EDIFieldValue("2")] - StandardCarrierAlphaCode_SCAC, - [EDIFieldValue("3")] - FederalMaritimeCommission_Ocean__FMC, - [EDIFieldValue("4")] - InternationalAirTransportAssociation_IATA, - [EDIFieldValue("5")] - SIRET, - [EDIFieldValue("6")] - PlantCode, - [EDIFieldValue("7")] - LoadingDock, - [EDIFieldValue("8")] - UCC_EANGlobalProductIdentificationPrefix, - [EDIFieldValue("9")] - DunsPlus4, DunsNumberwithFourCharacterSuffix, - [EDIFieldValue("A")] - UsCustomsCarrierIdentification, - [EDIFieldValue("C")] - InsuredsChangedUniqueIdentificationNumber, - [EDIFieldValue("D")] - CensusScheduleD, - [EDIFieldValue("E")] - HazardInsurancePolicyNumber, - [EDIFieldValue("F")] - DocumentCustodianIdentificationNumber, - [EDIFieldValue("G")] - PayeeIdentificationNumber, - [EDIFieldValue("I")] - SecondaryMarketingInvestorAssignedNumber, - [EDIFieldValue("J")] - MortgageElectronicRegistrationSystemOrganizationIdentifier, - [EDIFieldValue("K")] - CensusScheduleK, - [EDIFieldValue("L")] - InvestorAssignedIdentificationNumber, - [EDIFieldValue("N")] - InsuredsUniqueIdentificationNumber, - [EDIFieldValue("S")] - TitleInsurancePolicyNumber, - [EDIFieldValue("10")] - DepartmentofDefenseActivityAddressCode_DODAAC, - [EDIFieldValue("11")] - DrugEnforcementAdministration_DEA, - [EDIFieldValue("12")] - TelephoneNumber_Phone, - [EDIFieldValue("13")] - FederalReserveRoutingCode_FRRC, - [EDIFieldValue("14")] - UCC_EANLocationCodePrefix, - [EDIFieldValue("15")] - StandardAddressNumber_SAN, - [EDIFieldValue("16")] - ZIPCode, - [EDIFieldValue("17")] - AutomatedBrokerInterface_ABI_RoutingCode, - [EDIFieldValue("18")] - AutomotiveIndustryActionGroup_AIAG, - [EDIFieldValue("19")] - FIPS_55_NamedPopulatedPlaces, - [EDIFieldValue("20")] - StandardPointLocationCode_SPLC, - [EDIFieldValue("21")] - HealthIndustryNumber_HIN, - [EDIFieldValue("22")] - CouncilofPetroleumAccountingSocietiescode_COPAS, - [EDIFieldValue("23")] - JournalofCommerce_JOC, - [EDIFieldValue("24")] - EmployersIdentificationNumber, - [EDIFieldValue("25")] - CarriersCustomerCode, - [EDIFieldValue("26")] - PetroleumAccountantsSocietyofCanadaCompanyCode, - [EDIFieldValue("27")] - GovernmentBillOfLadingOfficeCode_GBLOC, - [EDIFieldValue("28")] - AmericanPaperInstitute, - [EDIFieldValue("29")] - GridLocationandFacilityCode, - [EDIFieldValue("30")] - AmericanPetroleumInstituteLocationCode, - [EDIFieldValue("31")] - BankIdentificationCode, - [EDIFieldValue("32")] - AssignedbyPropertyOperator, - [EDIFieldValue("33")] - CommercialandGovernmentEntity_CAGE, - [EDIFieldValue("34")] - SocialSecurityNumber, - [EDIFieldValue("35")] - ElectronicMailInternalSystemAddressCode, - [EDIFieldValue("36")] - CustomsHouseBrokerLicenseNumber, - [EDIFieldValue("37")] - UnitedNationsVendorCode, - [EDIFieldValue("38")] - CountryCode, - [EDIFieldValue("39")] - LocalUnionNumber, - [EDIFieldValue("40")] - ElectronicMailUserCode, - [EDIFieldValue("41")] - TelecommunicationsCarrierIdentificationCode, - [EDIFieldValue("42")] - TelecommunicationsPseudoCarrierIdentificationCode, - [EDIFieldValue("43")] - AlternateSocialSecurityNumber, - [EDIFieldValue("44")] - ReturnSequenceNumber, - [EDIFieldValue("45")] - DeclarationControlNumber, - [EDIFieldValue("46")] - ElectronicTransmitterIdentificationNumber_ETIN, - [EDIFieldValue("47")] - TaxAuthorityIdentification, - [EDIFieldValue("48")] - ElectronicFilerIdentificationNumber_EFIN, - [EDIFieldValue("49")] - StateIdentificationNumber, - [EDIFieldValue("50")] - BusinessLicenseNumber, - [EDIFieldValue("53")] - Building, - [EDIFieldValue("54")] - Warehouse, - [EDIFieldValue("55")] - PostOfficeBox, - [EDIFieldValue("56")] - Division, - [EDIFieldValue("57")] - Department, - [EDIFieldValue("58")] - OriginatingCompanyNumber, - [EDIFieldValue("59")] - ReceivingCompanyNumber, - [EDIFieldValue("61")] - HoldingMortgageeNumber, - [EDIFieldValue("62")] - ServicingMortgageeNumber, - [EDIFieldValue("63")] - Servicer_holderMortgageeNumber, - [EDIFieldValue("64")] - OneCallAgency, - [EDIFieldValue("71")] - IntegratedPostsecondaryEducationDataSystem_IPEDS, - [EDIFieldValue("72")] - TheCollegeBoardsAdmissionTestingProgram_ATP, - [EDIFieldValue("73")] - FederalInteragencyCommissiononEducation_FICE, - [EDIFieldValue("74")] - AmericanCollegeTesting_ACT_listofpostsecondaryeducationalinstitutions, - [EDIFieldValue("75")] - StateorProvinceAssignedNumber, - [EDIFieldValue("76")] - LocalSchoolDistrictorJurisdictionNumber, - [EDIFieldValue("77")] - NationalCenterforEducationStatistics_NCES_CommonCoreofData_CCD_number, - [EDIFieldValue("78")] - TheCollegeBoardandACT6digitcodelistofsecondaryeducationalinstitutions, - [EDIFieldValue("81")] - ClassificationofInstructionalPrograms_CIP_codingstructuremaintainedbytheUsDepartme, - [EDIFieldValue("82")] - HigherEducationGeneralInformationSurvey_HEGIS_maintainedbytheUsDepartmentofEducat, - [EDIFieldValue("90")] - CaliforniaEthnicSubgroupsCodeTable, - [EDIFieldValue("91")] - AssignedbySellerorSellersAgent, - [EDIFieldValue("92")] - AssignedbyBuyerorBuyersAgent, - [EDIFieldValue("93")] - Codeassignedbytheorganizationoriginatingthetransactionset, - [EDIFieldValue("94")] - Codeassignedbytheorganizationthatistheultimatedestinationofthetransactionset, - [EDIFieldValue("95")] - AssignedByTransporter, - [EDIFieldValue("96")] - AssignedByPipelineOperator, - [EDIFieldValue("97")] - ReceiversCode, - [EDIFieldValue("98")] - PurchasingOffice, - [EDIFieldValue("99")] - OfficeofWorkersCompensationPrograms_OWCP_AgencyCode, - [EDIFieldValue("A1")] - ApproverID, - [EDIFieldValue("A2")] - MilitaryAssistanceProgramAddressCode_MAPAC, - [EDIFieldValue("A3")] - AssignedbyThirdParty, - [EDIFieldValue("A4")] - AssignedbyClearinghouse, - [EDIFieldValue("A5")] - CommitteeforUniformSecurityIdentificationProcedures_CUSIP_Number, - [EDIFieldValue("A6")] - FinancialIdentificationNumberingSystem_FINS_Number, - [EDIFieldValue("AA")] - PostalServiceCode, - [EDIFieldValue("AB")] - USEnvironmentalProtectionAgency_EPA_IdentificationNumber, - [EDIFieldValue("AC")] - AttachmentControlNumber, - [EDIFieldValue("AD")] - BlueCrossBlueShieldAssociationPlanCode, - [EDIFieldValue("AE")] - AlbertaEnergyResourcesConservationBoard, - [EDIFieldValue("AL")] - AnesthesiaLicenseNumber, - [EDIFieldValue("AP")] - AlbertaPetroleumMarketingCommission, - [EDIFieldValue("BC")] - BritishColumbiaMinistryofEnergyMinesandPetroleumResources, - [EDIFieldValue("BD")] - BlueCrossProviderNumber, - [EDIFieldValue("BE")] - CommonLanguageLocationIdentification_CLLI, - [EDIFieldValue("BG")] - BadgeNumber, - [EDIFieldValue("BP")] - BenefitPlan, - [EDIFieldValue("BS")] - BlueShieldProviderNumber, - [EDIFieldValue("C1")] - InsuredorSubscriber, - [EDIFieldValue("C2")] - HealthMaintenanceOrganization_HMO_ProviderNumber, - [EDIFieldValue("C5")] - CustomerIdentificationFile, - [EDIFieldValue("CA")] - StatisticsCanadaCanadianCollegeStudentInformationSystemCourseCodes, - [EDIFieldValue("CB")] - StatisticsCanadaCanadianCollegeStudentInformationSystemInstitutionCodes, - [EDIFieldValue("CC")] - StatisticsCanadaUniversityStudentInformationSystemCurriculumCodes, - [EDIFieldValue("CD")] - ContractDivision, - [EDIFieldValue("CE")] - BureauoftheCensusFilerIdentificationCode, - [EDIFieldValue("CF")] - CanadianFinancialInstitutionRoutingNumber, - [EDIFieldValue("CI")] - CHAMPUS_CivilianHealthandMedicalProgramoftheUniformedServices_IdentificationNumber, - [EDIFieldValue("CL")] - CorrectedLoanNumber, - [EDIFieldValue("CM")] - UsCustomsService_USCS_ManufacturerIdentifier_MID, - [EDIFieldValue("CP")] - CanadianPetroleumAssociation, - [EDIFieldValue("CR")] - CreditRepository, - [EDIFieldValue("CS")] - StatisticsCanadaUniversityStudentInformationSystemUniversityCodes, - [EDIFieldValue("CT")] - CourtIdentificationCode, - [EDIFieldValue("DG")] - UnitedStatesDepartmentofEducationGuarantorIdentificationCode, - [EDIFieldValue("DL")] - UnitedStatesDepartmentofEducationLenderIdentificationCode, - [EDIFieldValue("DN")] - DentistLicenseNumber, - [EDIFieldValue("DP")] - DataProcessingPoint, - [EDIFieldValue("DS")] - UnitedStatesDepartmentofEducationSchoolIdentificationCode, - [EDIFieldValue("EC")] - ARIElectronicCommerceLocationIDCode, - [EDIFieldValue("EH")] - TheatreNumber, - [EDIFieldValue("EI")] - EmployeeIdentificationNumber, - [EDIFieldValue("EP")] - UsEnvironmentalProtectionAgency_EPA_, - [EDIFieldValue("EQ")] - InsuranceCompanyAssignedIdentificationNumber, - [EDIFieldValue("ER")] - MortgageeAssignedIdentificationNumber, - [EDIFieldValue("ES")] - AutomatedExportSystem_AES_FilerIdentificationCode, - [EDIFieldValue("FA")] - FacilityIdentification, - [EDIFieldValue("FB")] - FieldCode, - [EDIFieldValue("FC")] - FederalCourtJurisdictionIdentifier, - [EDIFieldValue("FD")] - FederalCourtDivisionalOfficeNumber, - [EDIFieldValue("FI")] - FederalTaxpayersIdentificationNumber, - [EDIFieldValue("FJ")] - FederalJurisdiction, - [EDIFieldValue("FN")] - UsEnvironmentalProtectionAgency_EPA_LaboratoryCertificationIdentification, - [EDIFieldValue("GA")] - PrimaryAgentIdentification, - [EDIFieldValue("GC")] - GasCode, - [EDIFieldValue("HC")] - HealthCareFinancingAdministration, - [EDIFieldValue("HN")] - HealthInsuranceClaim_HIC_Number, - [EDIFieldValue("LC")] - AgencyLocationCode_UsGovernment, - [EDIFieldValue("LD")] - NISOZ39_53LanguageCodes, - [EDIFieldValue("LE")] - ISO639LanguageCodes, - [EDIFieldValue("LI")] - LabelerIdentificationCode_LIC, - [EDIFieldValue("LN")] - LoanNumber, - [EDIFieldValue("M3")] - DisbursingStation, - [EDIFieldValue("M4")] - DepartmentofDefenseRoutingIdentifierCode_RIC, - [EDIFieldValue("M5")] - JurisdictionCode, - [EDIFieldValue("M6")] - DivisionOfficeCode, - [EDIFieldValue("MA")] - MailStop, - [EDIFieldValue("MB")] - MedicalInformationBureau, - [EDIFieldValue("MC")] - MedicaidProviderNumber, - [EDIFieldValue("MD")] - ManitobaDepartmentofMinesandResources, - [EDIFieldValue("MI")] - MemberIdentificationNumber, - [EDIFieldValue("MK")] - Market, - [EDIFieldValue("ML")] - MultipleListingServiceVendor_MultipleListingServiceIdentification, - [EDIFieldValue("MN")] - MortgageIdentificationNumber, - [EDIFieldValue("MP")] - MedicareProviderNumber, - [EDIFieldValue("MR")] - MedicaidRecipientIdentificationNumber, - [EDIFieldValue("NA")] - NationalAssociationofRealtors_MultipleListingServiceIdentification, - [EDIFieldValue("ND")] - ModeDesignator, - [EDIFieldValue("NI")] - NationalAssociationofInsuranceCommissioners_NAIC_Identification, - [EDIFieldValue("NO")] - NationalCriminalInformationCenterOriginatingAgency, - [EDIFieldValue("OC")] - OccupationCode, - [EDIFieldValue("OP")] - On_linePaymentandCollection, - [EDIFieldValue("PA")] - SecondaryAgentIdentification, - [EDIFieldValue("PB")] - PublicIdentification, - [EDIFieldValue("PC")] - ProviderCommercialNumber, - [EDIFieldValue("PI")] - PayorIdentification, - [EDIFieldValue("PP")] - PharmacyProcessorNumber, - [EDIFieldValue("PR")] - Pier, - [EDIFieldValue("RA")] - RegulatoryAgencyNumber, - [EDIFieldValue("RB")] - RealEstateAgent, - [EDIFieldValue("RC")] - RealEstateCompany, - [EDIFieldValue("RD")] - RealEstateBrokerIdentification, - [EDIFieldValue("RE")] - RealEstateLicenseNumber, - [EDIFieldValue("RT")] - RailroadTrack, - [EDIFieldValue("SA")] - TertiaryAgentIdentification, - [EDIFieldValue("SB")] - SocialInsuranceNumber, - [EDIFieldValue("SD")] - SaskatchewanDepartmentofEnergyMinesandResources, - [EDIFieldValue("SF")] - SuffixCode, - [EDIFieldValue("SI")] - StandardIndustryCode_SIC, - [EDIFieldValue("SJ")] - StateJurisdiction, - [EDIFieldValue("SL")] - StateLicenseNumber, - [EDIFieldValue("SP")] - SpecialtyLicenseNumber, - [EDIFieldValue("ST")] - State_ProvinceLicenseTag, - [EDIFieldValue("SV")] - ServiceProviderNumber, - [EDIFieldValue("SW")] - SocietyforWorldwideInterbankFinancialTelecommunications_SWIFT_Address, - [EDIFieldValue("TA")] - TaxpayerIDNumber, - [EDIFieldValue("TC")] - InternalRevenueServiceTerminalCode, - [EDIFieldValue("TZ")] - DepartmentCode, - [EDIFieldValue("UC")] - ConsumerCreditIdentificationNumber, - [EDIFieldValue("UL")] - UCC_EANLocationCode, - [EDIFieldValue("UM")] - UCC_EANLocationCodeSuffix, - [EDIFieldValue("UP")] - UniquePhysicianIdentificationNumber_UPIN, - [EDIFieldValue("UR")] - UniformResourceLocator_URL, - [EDIFieldValue("US")] - UniqueSupplierIdentificationNumber_USIN, - [EDIFieldValue("WR")] - WineRegionCode, - [EDIFieldValue("XV")] - HealthCareFinancingAdministrationNationalPayerIdentificationNumber_PAYERID, - [EDIFieldValue("XX")] - HealthCareFinancingAdministrationNationalProviderIdentifier, - [EDIFieldValue("ZC")] - ContractorEstablishmentCode, - [EDIFieldValue("ZN")] - Zone, - [EDIFieldValue("ZY")] - TemporaryIdentificationNumber, - [EDIFieldValue("ZZ")] - MutuallyDefined, - - } -} +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum IdentificationCodeQualifier + { + [EdiFieldValue("1")] + DunsNumber_DunAndBradstreet, + + [EdiFieldValue("2")] + StandardCarrierAlphaCode_SCAC, + + [EdiFieldValue("3")] + FederalMaritimeCommission_Ocean__FMC, + + [EdiFieldValue("4")] + InternationalAirTransportAssociation_IATA, + + [EdiFieldValue("5")] + SIRET, + + [EdiFieldValue("6")] + PlantCode, + + [EdiFieldValue("7")] + LoadingDock, + + [EdiFieldValue("8")] + UCC_EANGlobalProductIdentificationPrefix, + + [EdiFieldValue("9")] + DunsPlus4, DunsNumberwithFourCharacterSuffix, + + [EdiFieldValue("A")] + UsCustomsCarrierIdentification, + + [EdiFieldValue("C")] + InsuredsChangedUniqueIdentificationNumber, + + [EdiFieldValue("D")] + CensusScheduleD, + + [EdiFieldValue("E")] + HazardInsurancePolicyNumber, + + [EdiFieldValue("F")] + DocumentCustodianIdentificationNumber, + + [EdiFieldValue("G")] + PayeeIdentificationNumber, + + [EdiFieldValue("I")] + SecondaryMarketingInvestorAssignedNumber, + + [EdiFieldValue("J")] + MortgageElectronicRegistrationSystemOrganizationIdentifier, + + [EdiFieldValue("K")] + CensusScheduleK, + + [EdiFieldValue("L")] + InvestorAssignedIdentificationNumber, + + [EdiFieldValue("N")] + InsuredsUniqueIdentificationNumber, + + [EdiFieldValue("S")] + TitleInsurancePolicyNumber, + + [EdiFieldValue("10")] + DepartmentofDefenseActivityAddressCode_DODAAC, + + [EdiFieldValue("11")] + DrugEnforcementAdministration_DEA, + + [EdiFieldValue("12")] + TelephoneNumber_Phone, + + [EdiFieldValue("13")] + FederalReserveRoutingCode_FRRC, + + [EdiFieldValue("14")] + UCC_EANLocationCodePrefix, + + [EdiFieldValue("15")] + StandardAddressNumber_SAN, + + [EdiFieldValue("16")] + ZIPCode, + + [EdiFieldValue("17")] + AutomatedBrokerInterface_ABI_RoutingCode, + + [EdiFieldValue("18")] + AutomotiveIndustryActionGroup_AIAG, + + [EdiFieldValue("19")] + FIPS_55_NamedPopulatedPlaces, + + [EdiFieldValue("20")] + StandardPointLocationCode_SPLC, + + [EdiFieldValue("21")] + HealthIndustryNumber_HIN, + + [EdiFieldValue("22")] + CouncilofPetroleumAccountingSocietiescode_COPAS, + + [EdiFieldValue("23")] + JournalofCommerce_JOC, + + [EdiFieldValue("24")] + EmployersIdentificationNumber, + + [EdiFieldValue("25")] + CarriersCustomerCode, + + [EdiFieldValue("26")] + PetroleumAccountantsSocietyofCanadaCompanyCode, + + [EdiFieldValue("27")] + GovernmentBillOfLadingOfficeCode_GBLOC, + + [EdiFieldValue("28")] + AmericanPaperInstitute, + + [EdiFieldValue("29")] + GridLocationandFacilityCode, + + [EdiFieldValue("30")] + AmericanPetroleumInstituteLocationCode, + + [EdiFieldValue("31")] + BankIdentificationCode, + + [EdiFieldValue("32")] + AssignedbyPropertyOperator, + + [EdiFieldValue("33")] + CommercialandGovernmentEntity_CAGE, + + [EdiFieldValue("34")] + SocialSecurityNumber, + + [EdiFieldValue("35")] + ElectronicMailInternalSystemAddressCode, + + [EdiFieldValue("36")] + CustomsHouseBrokerLicenseNumber, + + [EdiFieldValue("37")] + UnitedNationsVendorCode, + + [EdiFieldValue("38")] + CountryCode, + + [EdiFieldValue("39")] + LocalUnionNumber, + + [EdiFieldValue("40")] + ElectronicMailUserCode, + + [EdiFieldValue("41")] + TelecommunicationsCarrierIdentificationCode, + + [EdiFieldValue("42")] + TelecommunicationsPseudoCarrierIdentificationCode, + + [EdiFieldValue("43")] + AlternateSocialSecurityNumber, + + [EdiFieldValue("44")] + ReturnSequenceNumber, + + [EdiFieldValue("45")] + DeclarationControlNumber, + + [EdiFieldValue("46")] + ElectronicTransmitterIdentificationNumber_ETIN, + + [EdiFieldValue("47")] + TaxAuthorityIdentification, + + [EdiFieldValue("48")] + ElectronicFilerIdentificationNumber_EFIN, + + [EdiFieldValue("49")] + StateIdentificationNumber, + + [EdiFieldValue("50")] + BusinessLicenseNumber, + + [EdiFieldValue("53")] + Building, + + [EdiFieldValue("54")] + Warehouse, + + [EdiFieldValue("55")] + PostOfficeBox, + + [EdiFieldValue("56")] + Division, + + [EdiFieldValue("57")] + Department, + + [EdiFieldValue("58")] + OriginatingCompanyNumber, + + [EdiFieldValue("59")] + ReceivingCompanyNumber, + + [EdiFieldValue("61")] + HoldingMortgageeNumber, + + [EdiFieldValue("62")] + ServicingMortgageeNumber, + + [EdiFieldValue("63")] + Servicer_holderMortgageeNumber, + + [EdiFieldValue("64")] + OneCallAgency, + + [EdiFieldValue("71")] + IntegratedPostsecondaryEducationDataSystem_IPEDS, + + [EdiFieldValue("72")] + TheCollegeBoardsAdmissionTestingProgram_ATP, + + [EdiFieldValue("73")] + FederalInteragencyCommissiononEducation_FICE, + + [EdiFieldValue("74")] + AmericanCollegeTesting_ACT_listofpostsecondaryeducationalinstitutions, + + [EdiFieldValue("75")] + StateorProvinceAssignedNumber, + + [EdiFieldValue("76")] + LocalSchoolDistrictorJurisdictionNumber, + + [EdiFieldValue("77")] + NationalCenterforEducationStatistics_NCES_CommonCoreofData_CCD_number, + + [EdiFieldValue("78")] + TheCollegeBoardandACT6digitcodelistofsecondaryeducationalinstitutions, + + [EdiFieldValue("81")] + ClassificationofInstructionalPrograms_CIP_codingstructuremaintainedbytheUsDepartme, + + [EdiFieldValue("82")] + HigherEducationGeneralInformationSurvey_HEGIS_maintainedbytheUsDepartmentofEducat, + + [EdiFieldValue("90")] + CaliforniaEthnicSubgroupsCodeTable, + + [EdiFieldValue("91")] + AssignedbySellerorSellersAgent, + + [EdiFieldValue("92")] + AssignedbyBuyerorBuyersAgent, + + [EdiFieldValue("93")] + Codeassignedbytheorganizationoriginatingthetransactionset, + + [EdiFieldValue("94")] + Codeassignedbytheorganizationthatistheultimatedestinationofthetransactionset, + + [EdiFieldValue("95")] + AssignedByTransporter, + + [EdiFieldValue("96")] + AssignedByPipelineOperator, + + [EdiFieldValue("97")] + ReceiversCode, + + [EdiFieldValue("98")] + PurchasingOffice, + + [EdiFieldValue("99")] + OfficeofWorkersCompensationPrograms_OWCP_AgencyCode, + + [EdiFieldValue("A1")] + ApproverID, + + [EdiFieldValue("A2")] + MilitaryAssistanceProgramAddressCode_MAPAC, + + [EdiFieldValue("A3")] + AssignedbyThirdParty, + + [EdiFieldValue("A4")] + AssignedbyClearinghouse, + + [EdiFieldValue("A5")] + CommitteeforUniformSecurityIdentificationProcedures_CUSIP_Number, + + [EdiFieldValue("A6")] + FinancialIdentificationNumberingSystem_FINS_Number, + + [EdiFieldValue("AA")] + PostalServiceCode, + + [EdiFieldValue("AB")] + USEnvironmentalProtectionAgency_EPA_IdentificationNumber, + + [EdiFieldValue("AC")] + AttachmentControlNumber, + + [EdiFieldValue("AD")] + BlueCrossBlueShieldAssociationPlanCode, + + [EdiFieldValue("AE")] + AlbertaEnergyResourcesConservationBoard, + + [EdiFieldValue("AL")] + AnesthesiaLicenseNumber, + + [EdiFieldValue("AP")] + AlbertaPetroleumMarketingCommission, + + [EdiFieldValue("BC")] + BritishColumbiaMinistryofEnergyMinesandPetroleumResources, + + [EdiFieldValue("BD")] + BlueCrossProviderNumber, + + [EdiFieldValue("BE")] + CommonLanguageLocationIdentification_CLLI, + + [EdiFieldValue("BG")] + BadgeNumber, + + [EdiFieldValue("BP")] + BenefitPlan, + + [EdiFieldValue("BS")] + BlueShieldProviderNumber, + + [EdiFieldValue("C1")] + InsuredorSubscriber, + + [EdiFieldValue("C2")] + HealthMaintenanceOrganization_HMO_ProviderNumber, + + [EdiFieldValue("C5")] + CustomerIdentificationFile, + + [EdiFieldValue("CA")] + StatisticsCanadaCanadianCollegeStudentInformationSystemCourseCodes, + + [EdiFieldValue("CB")] + StatisticsCanadaCanadianCollegeStudentInformationSystemInstitutionCodes, + + [EdiFieldValue("CC")] + StatisticsCanadaUniversityStudentInformationSystemCurriculumCodes, + + [EdiFieldValue("CD")] + ContractDivision, + + [EdiFieldValue("CE")] + BureauoftheCensusFilerIdentificationCode, + + [EdiFieldValue("CF")] + CanadianFinancialInstitutionRoutingNumber, + + [EdiFieldValue("CI")] + CHAMPUS_CivilianHealthandMedicalProgramoftheUniformedServices_IdentificationNumber, + + [EdiFieldValue("CL")] + CorrectedLoanNumber, + + [EdiFieldValue("CM")] + UsCustomsService_USCS_ManufacturerIdentifier_MID, + + [EdiFieldValue("CP")] + CanadianPetroleumAssociation, + + [EdiFieldValue("CR")] + CreditRepository, + + [EdiFieldValue("CS")] + StatisticsCanadaUniversityStudentInformationSystemUniversityCodes, + + [EdiFieldValue("CT")] + CourtIdentificationCode, + + [EdiFieldValue("DG")] + UnitedStatesDepartmentofEducationGuarantorIdentificationCode, + + [EdiFieldValue("DL")] + UnitedStatesDepartmentofEducationLenderIdentificationCode, + + [EdiFieldValue("DN")] + DentistLicenseNumber, + + [EdiFieldValue("DP")] + DataProcessingPoint, + + [EdiFieldValue("DS")] + UnitedStatesDepartmentofEducationSchoolIdentificationCode, + + [EdiFieldValue("EC")] + ARIElectronicCommerceLocationIDCode, + + [EdiFieldValue("EH")] + TheatreNumber, + + [EdiFieldValue("EI")] + EmployeeIdentificationNumber, + + [EdiFieldValue("EP")] + UsEnvironmentalProtectionAgency_EPA_, + + [EdiFieldValue("EQ")] + InsuranceCompanyAssignedIdentificationNumber, + + [EdiFieldValue("ER")] + MortgageeAssignedIdentificationNumber, + + [EdiFieldValue("ES")] + AutomatedExportSystem_AES_FilerIdentificationCode, + + [EdiFieldValue("FA")] + FacilityIdentification, + + [EdiFieldValue("FB")] + FieldCode, + + [EdiFieldValue("FC")] + FederalCourtJurisdictionIdentifier, + + [EdiFieldValue("FD")] + FederalCourtDivisionalOfficeNumber, + + [EdiFieldValue("FI")] + FederalTaxpayersIdentificationNumber, + + [EdiFieldValue("FJ")] + FederalJurisdiction, + + [EdiFieldValue("FN")] + UsEnvironmentalProtectionAgency_EPA_LaboratoryCertificationIdentification, + + [EdiFieldValue("GA")] + PrimaryAgentIdentification, + + [EdiFieldValue("GC")] + GasCode, + + [EdiFieldValue("HC")] + HealthCareFinancingAdministration, + + [EdiFieldValue("HN")] + HealthInsuranceClaim_HIC_Number, + + [EdiFieldValue("LC")] + AgencyLocationCode_UsGovernment, + + [EdiFieldValue("LD")] + NISOZ39_53LanguageCodes, + + [EdiFieldValue("LE")] + ISO639LanguageCodes, + + [EdiFieldValue("LI")] + LabelerIdentificationCode_LIC, + + [EdiFieldValue("LN")] + LoanNumber, + + [EdiFieldValue("M3")] + DisbursingStation, + + [EdiFieldValue("M4")] + DepartmentofDefenseRoutingIdentifierCode_RIC, + + [EdiFieldValue("M5")] + JurisdictionCode, + + [EdiFieldValue("M6")] + DivisionOfficeCode, + + [EdiFieldValue("MA")] + MailStop, + + [EdiFieldValue("MB")] + MedicalInformationBureau, + + [EdiFieldValue("MC")] + MedicaidProviderNumber, + + [EdiFieldValue("MD")] + ManitobaDepartmentofMinesandResources, + + [EdiFieldValue("MI")] + MemberIdentificationNumber, + + [EdiFieldValue("MK")] + Market, + + [EdiFieldValue("ML")] + MultipleListingServiceVendor_MultipleListingServiceIdentification, + + [EdiFieldValue("MN")] + MortgageIdentificationNumber, + + [EdiFieldValue("MP")] + MedicareProviderNumber, + + [EdiFieldValue("MR")] + MedicaidRecipientIdentificationNumber, + + [EdiFieldValue("NA")] + NationalAssociationofRealtors_MultipleListingServiceIdentification, + + [EdiFieldValue("ND")] + ModeDesignator, + + [EdiFieldValue("NI")] + NationalAssociationofInsuranceCommissioners_NAIC_Identification, + + [EdiFieldValue("NO")] + NationalCriminalInformationCenterOriginatingAgency, + + [EdiFieldValue("OC")] + OccupationCode, + + [EdiFieldValue("OP")] + On_linePaymentandCollection, + + [EdiFieldValue("PA")] + SecondaryAgentIdentification, + + [EdiFieldValue("PB")] + PublicIdentification, + + [EdiFieldValue("PC")] + ProviderCommercialNumber, + + [EdiFieldValue("PI")] + PayorIdentification, + + [EdiFieldValue("PP")] + PharmacyProcessorNumber, + + [EdiFieldValue("PR")] + Pier, + + [EdiFieldValue("RA")] + RegulatoryAgencyNumber, + + [EdiFieldValue("RB")] + RealEstateAgent, + + [EdiFieldValue("RC")] + RealEstateCompany, + + [EdiFieldValue("RD")] + RealEstateBrokerIdentification, + + [EdiFieldValue("RE")] + RealEstateLicenseNumber, + + [EdiFieldValue("RT")] + RailroadTrack, + + [EdiFieldValue("SA")] + TertiaryAgentIdentification, + + [EdiFieldValue("SB")] + SocialInsuranceNumber, + + [EdiFieldValue("SD")] + SaskatchewanDepartmentofEnergyMinesandResources, + + [EdiFieldValue("SF")] + SuffixCode, + + [EdiFieldValue("SI")] + StandardIndustryCode_SIC, + + [EdiFieldValue("SJ")] + StateJurisdiction, + + [EdiFieldValue("SL")] + StateLicenseNumber, + + [EdiFieldValue("SP")] + SpecialtyLicenseNumber, + + [EdiFieldValue("ST")] + State_ProvinceLicenseTag, + + [EdiFieldValue("SV")] + ServiceProviderNumber, + + [EdiFieldValue("SW")] + SocietyforWorldwideInterbankFinancialTelecommunications_SWIFT_Address, + + [EdiFieldValue("TA")] + TaxpayerIDNumber, + + [EdiFieldValue("TC")] + InternalRevenueServiceTerminalCode, + + [EdiFieldValue("TZ")] + DepartmentCode, + + [EdiFieldValue("UC")] + ConsumerCreditIdentificationNumber, + + [EdiFieldValue("UL")] + UCC_EANLocationCode, + + [EdiFieldValue("UM")] + UCC_EANLocationCodeSuffix, + + [EdiFieldValue("UP")] + UniquePhysicianIdentificationNumber_UPIN, + + [EdiFieldValue("UR")] + UniformResourceLocator_URL, + + [EdiFieldValue("US")] + UniqueSupplierIdentificationNumber_USIN, + + [EdiFieldValue("WR")] + WineRegionCode, + + [EdiFieldValue("XV")] + HealthCareFinancingAdministrationNationalPayerIdentificationNumber_PAYERID, + + [EdiFieldValue("XX")] + HealthCareFinancingAdministrationNationalProviderIdentifier, + + [EdiFieldValue("ZC")] + ContractorEstablishmentCode, + + [EdiFieldValue("ZN")] + Zone, + + [EdiFieldValue("ZY")] + TemporaryIdentificationNumber, + + [EdiFieldValue("ZZ")] + MutuallyDefined, + } +} diff --git a/src/X12.Shared/Enumerations/PricingMethodology.cs b/src/X12.Shared/Enumerations/PricingMethodology.cs new file mode 100644 index 00000000..71ffdcb9 --- /dev/null +++ b/src/X12.Shared/Enumerations/PricingMethodology.cs @@ -0,0 +1,52 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum PricingMethodology + { + [EdiFieldValue("00")] + ZeroPricing_NotCoveredUnderContract, + + [EdiFieldValue("01")] + PricedAsBilledAt100Percent, + + [EdiFieldValue("02")] + PricedAtTheStandardFeeSchedule, + + [EdiFieldValue("03")] + PricedAtAContractualPercentage, + + [EdiFieldValue("04")] + BundledPricing, + + [EdiFieldValue("05")] + PeerReviewPricing, + + [EdiFieldValue("06")] + PerDiemPricing, + + [EdiFieldValue("07")] + FlatRatePricing, + + [EdiFieldValue("08")] + CombinationPricing, + + [EdiFieldValue("09")] + MaternityPricing, + + [EdiFieldValue("10")] + OtherPricing, + + [EdiFieldValue("11")] + LowerOfCost, + + [EdiFieldValue("12")] + RatioOfCost, + + [EdiFieldValue("13")] + CostReimbursed, + + [EdiFieldValue("14")] + AdjustmentPricing + } +} diff --git a/src/X12.Shared/Enumerations/RelationshipCode.cs b/src/X12.Shared/Enumerations/RelationshipCode.cs new file mode 100644 index 00000000..476f98e5 --- /dev/null +++ b/src/X12.Shared/Enumerations/RelationshipCode.cs @@ -0,0 +1,22 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum RelationshipCode + { + [EdiFieldValue("A")] + Add, + + [EdiFieldValue("D")] + Delete, + + [EdiFieldValue("I")] + Include, + + [EdiFieldValue("O")] + InformationOnly, + + [EdiFieldValue("S")] + Substituted + } +} diff --git a/src/X12.Shared/Enumerations/TimeCode.cs b/src/X12.Shared/Enumerations/TimeCode.cs new file mode 100644 index 00000000..5589a01d --- /dev/null +++ b/src/X12.Shared/Enumerations/TimeCode.cs @@ -0,0 +1,160 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum TimeCode + { + [EdiFieldValue("01")] + EquivalentToIsoP01, + + [EdiFieldValue("02")] + EquivalentToIsoP02, + + [EdiFieldValue("03")] + EquivalentToIsoP03, + + [EdiFieldValue("04")] + EquivalentToIsoP04, + + [EdiFieldValue("05")] + EquivalentToIsoP05, + + [EdiFieldValue("06")] + EquivalentToIsoP06, + + [EdiFieldValue("07")] + EquivalentToIsoP07, + + [EdiFieldValue("08")] + EquivalentToIsoP08, + + [EdiFieldValue("09")] + EquivalentToIsoP09, + + [EdiFieldValue("10")] + EquivalentToIsoP10, + + [EdiFieldValue("11")] + EquivalentToIsoP11, + + [EdiFieldValue("12")] + EquivalentToIsoP12, + + [EdiFieldValue("13")] + EquivalentToIsoM12, + + [EdiFieldValue("14")] + EquivalentToIsoM11, + + [EdiFieldValue("15")] + EquivalentToIsoM10, + + [EdiFieldValue("16")] + EquivalentToIsoM09, + + [EdiFieldValue("17")] + EquivalentToIsoM08, + + [EdiFieldValue("18")] + EquivalentToIsoM07, + + [EdiFieldValue("19")] + EquivalentToIsoM06, + + [EdiFieldValue("20")] + EquivalentToIsoM05, + + [EdiFieldValue("21")] + EquivalentToIsoM04, + + [EdiFieldValue("22")] + EquivalentToIsoM03, + + [EdiFieldValue("23")] + EquivalentToIsoM02, + + [EdiFieldValue("24")] + EquivalentToIsoM01, + + [EdiFieldValue("AD")] + AlaskaDaylightTime, + + [EdiFieldValue("AS")] + AlaskaStandardTime, + + [EdiFieldValue("AT")] + AlaskaTime, + + [EdiFieldValue("CD")] + CentralDaylightTime, + + [EdiFieldValue("CS")] + CentralStandardTime, + + [EdiFieldValue("CT")] + CentralTime, + + [EdiFieldValue("ED")] + EasternDaylightTime, + + [EdiFieldValue("ES")] + EasternStandardTime, + + [EdiFieldValue("ET")] + EasternTime, + + [EdiFieldValue("GM")] + GreenwichMeanTime, + + [EdiFieldValue("HD")] + Hawaii_AleutianDaylightTime, + + [EdiFieldValue("HS")] + Hawaii_AleutianStandardTime, + + [EdiFieldValue("HT")] + Hawaii_AleutianTime, + + [EdiFieldValue("LT")] + LocalTime, + + [EdiFieldValue("MD")] + MountainDaylightTime, + + [EdiFieldValue("MS")] + MountainStandardTime, + + [EdiFieldValue("MT")] + MountainTime, + + [EdiFieldValue("ND")] + NewfoundlandDaylightTime, + + [EdiFieldValue("NS")] + NewfoundlandStandardTime, + + [EdiFieldValue("NT")] + NewfoundlandTime, + + [EdiFieldValue("PD")] + PacificDaylightTime, + + [EdiFieldValue("PS")] + PacificStandardTime, + + [EdiFieldValue("PT")] + PacificTime, + + [EdiFieldValue("TD")] + AtlanticDaylightTime, + + [EdiFieldValue("TS")] + AtlanticStandardTime, + + [EdiFieldValue("TT")] + AtlanticTime, + + [EdiFieldValue("UT")] + UniversalTimeCoordinate + } +} diff --git a/src/X12.Shared/Enumerations/UnitOrBasisOfMeasurementCode.cs b/src/X12.Shared/Enumerations/UnitOrBasisOfMeasurementCode.cs new file mode 100644 index 00000000..92045be0 --- /dev/null +++ b/src/X12.Shared/Enumerations/UnitOrBasisOfMeasurementCode.cs @@ -0,0 +1,2389 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + public enum UnitOrBasisOfMeasurementCode + { + [EdiFieldValue("01")] + ActualPounds, + + [EdiFieldValue("02")] + StatuteMile, + + [EdiFieldValue("03")] + Seconds, + + [EdiFieldValue("04")] + SmallSpray, + + [EdiFieldValue("05")] + Lifts, + + [EdiFieldValue("06")] + Digits, + + [EdiFieldValue("07")] + Strand, + + [EdiFieldValue("08")] + HeatLots, + + [EdiFieldValue("09")] + Tire, + + [EdiFieldValue("10")] + Group, + + [EdiFieldValue("11")] + Outfit, + + [EdiFieldValue("12")] + Packet, + + [EdiFieldValue("13")] + Ration, + + [EdiFieldValue("14")] + Shot, + + [EdiFieldValue("15")] + Stick, + + [EdiFieldValue("16")] + _115KilogramDrum, + + [EdiFieldValue("17")] + _100PoundDrum, + + [EdiFieldValue("18")] + _55GallonDrum, + + [EdiFieldValue("19")] + TankTruck, + + [EdiFieldValue("1A")] + CarMile, + + [EdiFieldValue("1B")] + CarCount, + + [EdiFieldValue("1C")] + LocomotiveCount, + + [EdiFieldValue("1D")] + CabooseCount, + + [EdiFieldValue("1E")] + EmptyCar, + + [EdiFieldValue("1F")] + TrainMile, + + [EdiFieldValue("1G")] + FuelUsage_Gallons, + + [EdiFieldValue("1H")] + CabooseMile, + + [EdiFieldValue("1I")] + FixedRate, + + [EdiFieldValue("1J")] + TonMiles, + + [EdiFieldValue("1K")] + LocomotiveMile, + + [EdiFieldValue("1L")] + TotalCarCount, + + [EdiFieldValue("1M")] + TotalCarMile, + + [EdiFieldValue("1N")] + Count, + + [EdiFieldValue("1O")] + Season, + + [EdiFieldValue("1P")] + TankCar, + + [EdiFieldValue("1Q")] + Frames, + + [EdiFieldValue("1R")] + Transactions, + + [EdiFieldValue("1X")] + QuarterMile, + + [EdiFieldValue("20")] + _20FootContainer, + + [EdiFieldValue("21")] + _40FootContainer, + + [EdiFieldValue("22")] + DeciliterperGram, + + [EdiFieldValue("23")] + GramsPerCubicCentimeter, + + [EdiFieldValue("24")] + TheoreticalPounds, + + [EdiFieldValue("25")] + GramsPerSquareCentimeter, + + [EdiFieldValue("26")] + ActualTons, + + [EdiFieldValue("27")] + TheoreticalTons, + + [EdiFieldValue("28")] + KilogramsPerSquareMeter, + + [EdiFieldValue("29")] + PoundsPer1000SquareFeet, + + [EdiFieldValue("2A")] + RadiansPerSecond, + + [EdiFieldValue("2B")] + RadiansPerSecondSquared, + + [EdiFieldValue("2C")] + Roentgen, + + [EdiFieldValue("2F")] + VoltsPerMeter, + + [EdiFieldValue("2G")] + Volts_AlternatingCurrent, + + [EdiFieldValue("2H")] + Volts_DirectCurrent, + + [EdiFieldValue("2I")] + BritishThermalUnitsPerHour, + + [EdiFieldValue("2J")] + CubicCentimetersPerSecond, + + [EdiFieldValue("2K")] + CubicFeetPerHour, + + [EdiFieldValue("2L")] + CubicFeetPerMinute, + + [EdiFieldValue("2M")] + CentimetersPerSecond, + + [EdiFieldValue("2N")] + Decibels, + + [EdiFieldValue("2P")] + Kilobyte, + + [EdiFieldValue("2Q")] + Kilobecquerel, + + [EdiFieldValue("2R")] + Kilocurie, + + [EdiFieldValue("2U")] + Megagram, + + [EdiFieldValue("2V")] + MegagramsPerHour, + + [EdiFieldValue("2W")] + Bin, + + [EdiFieldValue("2X")] + MetersPerMinute, + + [EdiFieldValue("2Y")] + Milliroentgen, + + [EdiFieldValue("2Z")] + Millivolts, + + [EdiFieldValue("30")] + HorsepowerDaysPerAirDryMetricTons, + + [EdiFieldValue("31")] + Catchweight, + + [EdiFieldValue("32")] + KilogramsPerAirDryMetricTons, + + [EdiFieldValue("33")] + KilopascalSquareMetersPerGram, + + [EdiFieldValue("34")] + KilopascalsPerMillimeter, + + [EdiFieldValue("35")] + MillilitersPerSquareCentimeterSecond, + + [EdiFieldValue("36")] + CubicFeetPerMinutePerSquareFoot, + + [EdiFieldValue("37")] + OuncesPerSquareFoot, + + [EdiFieldValue("38")] + OuncesPerSquareFootPerOneHundredthOfAnInch, + + [EdiFieldValue("39")] + BasisPoints, + + [EdiFieldValue("3B")] + Megajoule, + + [EdiFieldValue("3C")] + Manmonth, + + [EdiFieldValue("3E")] + PoundsPerPoundofProduct, + + [EdiFieldValue("3F")] + KilogramsPerLiterOfProduct, + + [EdiFieldValue("3G")] + PoundsPerPieceOfProduct, + + [EdiFieldValue("3H")] + KilogramsPerKilogramOfProduct, + + [EdiFieldValue("3I")] + KilogramsPerPieceOfProduct, + + [EdiFieldValue("40")] + MilliliterPerSecond, + + [EdiFieldValue("41")] + MilliliterPerMinute, + + [EdiFieldValue("43")] + SuperBulkBag, + + [EdiFieldValue("44")] + _500KilogramBulkBag, + + [EdiFieldValue("45")] + _300KilogramBulkBag, + + [EdiFieldValue("46")] + _25KilogramBulkBag, + + [EdiFieldValue("47")] + _50PoundBag, + + [EdiFieldValue("48")] + BulkCarLoad, + + [EdiFieldValue("4A")] + Bobbin, + + [EdiFieldValue("4B")] + Cap, + + [EdiFieldValue("4C")] + Centistokes, + + [EdiFieldValue("4D")] + Curie, + + [EdiFieldValue("4E")] + _20Pack, + + [EdiFieldValue("4F")] + _100Pack, + + [EdiFieldValue("4G")] + Microliter, + + [EdiFieldValue("4H")] + Micrometer, + + [EdiFieldValue("4I")] + MetersPerSecond, + + [EdiFieldValue("4J")] + MetersPerSecondPerSecond, + + [EdiFieldValue("4K")] + Milliamperes, + + [EdiFieldValue("4L")] + Megabyte, + + [EdiFieldValue("4M")] + MilligramsPerHour, + + [EdiFieldValue("4N")] + Megabecquerel, + + [EdiFieldValue("4O")] + Microfarad, + + [EdiFieldValue("4P")] + NewtonsPerMeter, + + [EdiFieldValue("4Q")] + OunceInch, + + [EdiFieldValue("4R")] + OunceFoot, + + [EdiFieldValue("4S")] + Pascal, + + [EdiFieldValue("4T")] + Picofarad, + + [EdiFieldValue("4U")] + PoundsPerHour, + + [EdiFieldValue("4V")] + CubicMeterPerHour, + + [EdiFieldValue("4W")] + TonPerHour, + + [EdiFieldValue("4X")] + KiloliterPerHour, + + [EdiFieldValue("50")] + ActualKilograms, + + [EdiFieldValue("51")] + ActualTonnes, + + [EdiFieldValue("52")] + Credits, + + [EdiFieldValue("53")] + TheoreticalKilograms, + + [EdiFieldValue("54")] + TheoreticalTonnes, + + [EdiFieldValue("56")] + Sitas, + + [EdiFieldValue("57")] + Mesh, + + [EdiFieldValue("58")] + NetKilograms, + + [EdiFieldValue("59")] + PartsPerMillion, + + [EdiFieldValue("5A")] + BarrelsPerMinute, + + [EdiFieldValue("5B")] + Batch, + + [EdiFieldValue("5C")] + GallonsPerThousand, + + [EdiFieldValue("5E")] + MMSCFPerDay, + + [EdiFieldValue("5F")] + PoundsPerThousand, + + [EdiFieldValue("5G")] + Pump, + + [EdiFieldValue("5H")] + Stage, + + [EdiFieldValue("5I")] + StandardCubicFoot, + + [EdiFieldValue("5J")] + HydraulicHorsePower, + + [EdiFieldValue("5K")] + CountPerMinute, + + [EdiFieldValue("5P")] + SeismicLevel, + + [EdiFieldValue("5Q")] + SeismicLine, + + [EdiFieldValue("60")] + PercentWeight, + + [EdiFieldValue("61")] + PartsPerBillion, + + [EdiFieldValue("62")] + PercentPer1000Hours, + + [EdiFieldValue("63")] + FailureRateInTime, + + [EdiFieldValue("64")] + PoundsPerSquareInchGauge, + + [EdiFieldValue("65")] + Coulomb, + + [EdiFieldValue("66")] + Oersteds, + + [EdiFieldValue("67")] + Siemens, + + [EdiFieldValue("68")] + Ampere, + + [EdiFieldValue("69")] + TestSpecificScale, + + [EdiFieldValue("70")] + Volt, + + [EdiFieldValue("71")] + VoltAmperePerPound, + + [EdiFieldValue("72")] + WattsPerPound, + + [EdiFieldValue("73")] + AmpereTurnPerCentimeter, + + [EdiFieldValue("74")] + MilliPascals, + + [EdiFieldValue("76")] + Gauss, + + [EdiFieldValue("77")] + Mil, + + [EdiFieldValue("78")] + Kilogauss, + + [EdiFieldValue("79")] + ElectronVolt, + + [EdiFieldValue("80")] + PoundsPerSquareInchAbsolute, + + [EdiFieldValue("81")] + Henry, + + [EdiFieldValue("82")] + Ohm, + + [EdiFieldValue("83")] + Farad, + + [EdiFieldValue("84")] + KiloPoundsPerSquareInch_KSI, + + [EdiFieldValue("85")] + FootPounds, + + [EdiFieldValue("86")] + Joules, + + [EdiFieldValue("87")] + PoundsPerCubicFoot, + + [EdiFieldValue("89")] + Poise, + + [EdiFieldValue("8C")] + Cord, + + [EdiFieldValue("8D")] + Duty, + + [EdiFieldValue("8P")] + Project, + + [EdiFieldValue("8R")] + Program, + + [EdiFieldValue("8S")] + Session, + + [EdiFieldValue("8U")] + SquareKilometer, + + [EdiFieldValue("90")] + SayboldUniversalSecond, + + [EdiFieldValue("91")] + Stokes, + + [EdiFieldValue("92")] + CaloriesPerCubicCentimeter, + + [EdiFieldValue("93")] + CaloriesPerGram, + + [EdiFieldValue("94")] + CurlUnits, + + [EdiFieldValue("95")] + _20kGallonTankcar, + + [EdiFieldValue("96")] + _10kGallonTankcar, + + [EdiFieldValue("97")] + _10KilogramDrum, + + [EdiFieldValue("98")] + _15KilogramDrum, + + [EdiFieldValue("99")] + Watt, + + [EdiFieldValue("A8")] + DollarsPerHours, + + [EdiFieldValue("AA")] + Ball, + + [EdiFieldValue("AB")] + BulkPack, + + [EdiFieldValue("AC")] + Acre, + + [EdiFieldValue("AD")] + Bytes, + + [EdiFieldValue("AE")] + AmperesPerMeter, + + [EdiFieldValue("AF")] + Centigram, + + [EdiFieldValue("AG")] + Angstrom, + + [EdiFieldValue("AH")] + AdditionalMinutes, + + [EdiFieldValue("AI")] + AverageMinutesPerCall, + + [EdiFieldValue("AJ")] + Cop, + + [EdiFieldValue("AK")] + Fathom, + + [EdiFieldValue("AL")] + AccessLines, + + [EdiFieldValue("AM")] + Ampoule, + + [EdiFieldValue("AN")] + MinutesOrMessages, + + [EdiFieldValue("AO")] + Ampereturn, + + [EdiFieldValue("AP")] + AluminumPoundsOnly, + + [EdiFieldValue("AQ")] + AntihemophilicFactorUnits, + + [EdiFieldValue("AR")] + Suppository, + + [EdiFieldValue("AS")] + Assortment, + + [EdiFieldValue("AT")] + Atmosphere, + + [EdiFieldValue("AU")] + OcularInsertSystem, + + [EdiFieldValue("AV")] + Capsule, + + [EdiFieldValue("AW")] + PowderFilledVials, + + [EdiFieldValue("AX")] + Twenty, + + [EdiFieldValue("AY")] + Assembly, + + [EdiFieldValue("AZ")] + BritishThermalUnitsPerPound, + + [EdiFieldValue("B0")] + BritishThermalUnitsPerCubicFoot, + + [EdiFieldValue("B1")] + BarrelsPerDay, + + [EdiFieldValue("B2")] + Bunks, + + [EdiFieldValue("B3")] + BattingPound, + + [EdiFieldValue("B4")] + BarrelImperial, + + [EdiFieldValue("B5")] + Billet, + + [EdiFieldValue("B6")] + Bun, + + [EdiFieldValue("B7")] + Cycles, + + [EdiFieldValue("B8")] + Board, + + [EdiFieldValue("B9")] + Batt, + + [EdiFieldValue("BA")] + Bale, + + [EdiFieldValue("BB")] + BaseBox, + + [EdiFieldValue("BC")] + Bucket, + + [EdiFieldValue("BD")] + Bundle, + + [EdiFieldValue("BE")] + Beam, + + [EdiFieldValue("BF")] + BoardFeet, + + [EdiFieldValue("BG")] + Bag, + + [EdiFieldValue("BH")] + Brush, + + [EdiFieldValue("BI")] + Bar, + + [EdiFieldValue("BJ")] + Band, + + [EdiFieldValue("BK")] + Book, + + [EdiFieldValue("BL")] + Block, + + [EdiFieldValue("BM")] + Bolt, + + [EdiFieldValue("BN")] + Bulk, + + [EdiFieldValue("BO")] + Bottle, + + [EdiFieldValue("BP")] + _100BoardFeet, + + [EdiFieldValue("BQ")] + Brakehorsepower, + + [EdiFieldValue("BR")] + Barrel, + + [EdiFieldValue("BS")] + Basket, + + [EdiFieldValue("BT")] + Belt, + + [EdiFieldValue("BU")] + Bushel, + + [EdiFieldValue("BV")] + BushelDryImperial, + + [EdiFieldValue("BW")] + BaseWeight, + + [EdiFieldValue("BX")] + Box, + + [EdiFieldValue("BY")] + BritishThermalUnit, + + [EdiFieldValue("BZ")] + MillionBTUs, + + [EdiFieldValue("C0")] + Calls, + + [EdiFieldValue("C1")] + CompositeProductPounds_TotalWeight, + + [EdiFieldValue("C2")] + Carset, + + [EdiFieldValue("C3")] + Centiliter, + + [EdiFieldValue("C4")] + Carload, + + [EdiFieldValue("C5")] + Cost, + + [EdiFieldValue("C6")] + Cell, + + [EdiFieldValue("C7")] + Centipoise_CPS, + + [EdiFieldValue("C8")] + CubicDecimeter, + + [EdiFieldValue("C9")] + CoilGroup, + + [EdiFieldValue("CA")] + Case, + + [EdiFieldValue("CB")] + Carboy, + + [EdiFieldValue("CC")] + CubicCentimeter, + + [EdiFieldValue("CD")] + Carat, + + [EdiFieldValue("CE")] + CentigradeCelsius, + + [EdiFieldValue("CF")] + CubicFeet, + + [EdiFieldValue("CG")] + Card, + + [EdiFieldValue("CH")] + Container, + + [EdiFieldValue("CI")] + CubicInches, + + [EdiFieldValue("CJ")] + Cone, + + [EdiFieldValue("CK")] + Connector, + + [EdiFieldValue("CL")] + Cylinder, + + [EdiFieldValue("CM")] + Centimeter, + + [EdiFieldValue("CN")] + Can, + + [EdiFieldValue("CO")] + CubicMeters_Net, + + [EdiFieldValue("CP")] + Crate, + + [EdiFieldValue("CQ")] + Cartridge, + + [EdiFieldValue("CR")] + CubicMeter, + + [EdiFieldValue("CS")] + Cassette, + + [EdiFieldValue("CT")] + Carton, + + [EdiFieldValue("CU")] + Cup, + + [EdiFieldValue("CV")] + Cover, + + [EdiFieldValue("CW")] + HundredPounds_CWT, + + [EdiFieldValue("CX")] + Coil, + + [EdiFieldValue("CY")] + CubicYard, + + [EdiFieldValue("CZ")] + Combo, + + [EdiFieldValue("D2")] + Shares, + + [EdiFieldValue("D3")] + SquareDecimeter, + + [EdiFieldValue("D5")] + KilogramPerSquareCentimeter, + + [EdiFieldValue("D8")] + DraizeScore, + + [EdiFieldValue("D9")] + DynePerSquareCentimeter, + + [EdiFieldValue("DA")] + Days, + + [EdiFieldValue("DB")] + DryPounds, + + [EdiFieldValue("DC")] + Disk, + + [EdiFieldValue("DD")] + Degree, + + [EdiFieldValue("DE")] + Deal, + + [EdiFieldValue("DF")] + Dram, + + [EdiFieldValue("DG")] + Decigram, + + [EdiFieldValue("DH")] + Miles, + + [EdiFieldValue("DI")] + Dispenser, + + [EdiFieldValue("DJ")] + Decagram, + + [EdiFieldValue("DK")] + Kilometers, + + [EdiFieldValue("DL")] + Deciliter, + + [EdiFieldValue("DM")] + Decimeter, + + [EdiFieldValue("DN")] + DeciNewtonMeter, + + [EdiFieldValue("DO")] + DollarsUS, + + [EdiFieldValue("DP")] + DozenPair, + + [EdiFieldValue("DQ")] + DataRecords, + + [EdiFieldValue("DR")] + Drum, + + [EdiFieldValue("DS")] + Display, + + [EdiFieldValue("DT")] + DryTon, + + [EdiFieldValue("DU")] + Dyne, + + [EdiFieldValue("DW")] + CalendarDays, + + [EdiFieldValue("DX")] + DynesPerCentimeter, + + [EdiFieldValue("DY")] + DirectoryBooks, + + [EdiFieldValue("DZ")] + Dozen, + + [EdiFieldValue("E1")] + Hectometer, + + [EdiFieldValue("E3")] + Inches_FractionAverage, + + [EdiFieldValue("E4")] + Inches_FractionMinimum, + + [EdiFieldValue("E5")] + Inches_FractionActual, + + [EdiFieldValue("E7")] + Inches_DecimalAverage, + + [EdiFieldValue("E8")] + Inches_DecimalActual, + + [EdiFieldValue("E9")] + English_FeetInches, + + [EdiFieldValue("EA")] + Each, + + [EdiFieldValue("EB")] + ElectronicMailBoxes, + + [EdiFieldValue("EC")] + EachPerMonth, + + [EdiFieldValue("ED")] + Inches_DecimalNominal, + + [EdiFieldValue("EE")] + Employees, + + [EdiFieldValue("EF")] + Inches_FractionNominal, + + [EdiFieldValue("EG")] + DoubletimeHours, + + [EdiFieldValue("EH")] + Knots, + + [EdiFieldValue("EJ")] + Locations, + + [EdiFieldValue("EM")] + Inches_DecimalMinimum, + + [EdiFieldValue("EP")] + ElevenPack, + + [EdiFieldValue("EQ")] + EquivalentGallons, + + [EdiFieldValue("EV")] + Envelope, + + [EdiFieldValue("EX")] + Feet_InchesAndFraction, + + [EdiFieldValue("EY")] + Feet_InchesAndDecimal, + + [EdiFieldValue("EZ")] + FeetAndDecimal, + + [EdiFieldValue("F1")] + ThousandCubicFeetPerDay, + + [EdiFieldValue("F2")] + InternationalUnit, + + [EdiFieldValue("F3")] + Equivalent, + + [EdiFieldValue("F4")] + Minim, + + [EdiFieldValue("F5")] + MOL, + + [EdiFieldValue("F6")] + PricePerShare, + + [EdiFieldValue("F9")] + FibersPerCubicCentimeterOfAir, + + [EdiFieldValue("FA")] + Fahrenheit, + + [EdiFieldValue("FB")] + Fields, + + [EdiFieldValue("FC")] + _1000CubicFeet, + + [EdiFieldValue("FD")] + MillionParticlesPerCubicFoot, + + [EdiFieldValue("FE")] + TrackFoot, + + [EdiFieldValue("FF")] + HundredCubicMeters, + + [EdiFieldValue("FG")] + TransdermalPatch, + + [EdiFieldValue("FH")] + Micromolar, + + [EdiFieldValue("FJ")] + SizingFactor, + + [EdiFieldValue("FK")] + Fibers, + + [EdiFieldValue("FL")] + FlakeTon, + + [EdiFieldValue("FM")] + MillionCubicFeet, + + [EdiFieldValue("FO")] + FluidOunce, + + [EdiFieldValue("FP")] + PoundsPerSqFt, + + [EdiFieldValue("FR")] + FeetPerMinute, + + [EdiFieldValue("FS")] + FeetPerSecond, + + [EdiFieldValue("FT")] + Foot, + + [EdiFieldValue("FZ")] + FluidOunce_Imperial, + + [EdiFieldValue("G2")] + USGallonsPerMinute, + + [EdiFieldValue("G3")] + ImperialGallonsPerMinute, + + [EdiFieldValue("G4")] + Gigabecquerel, + + [EdiFieldValue("G5")] + Gill_Imperial, + + [EdiFieldValue("G7")] + MicroficheSheet, + + [EdiFieldValue("GA")] + Gallon, + + [EdiFieldValue("GB")] + GallonsPerDay, + + [EdiFieldValue("GC")] + GramsPer100Grams, + + [EdiFieldValue("GD")] + GrossBarrels, + + [EdiFieldValue("GE")] + PoundsPerGallon, + + [EdiFieldValue("GF")] + GramsPer100Centimeters, + + [EdiFieldValue("GG")] + GreatGross_DozenGross, + + [EdiFieldValue("GH")] + HalfGallon, + + [EdiFieldValue("GI")] + ImperialGallons, + + [EdiFieldValue("GJ")] + GramsPerMilliliter, + + [EdiFieldValue("GK")] + GramsPerKilogram, + + [EdiFieldValue("GL")] + GramsPerLiter, + + [EdiFieldValue("GM")] + GramsPerSqMeter, + + [EdiFieldValue("GN")] + GrossGallons, + + [EdiFieldValue("GO")] + MilligramsPerSquareMeter, + + [EdiFieldValue("GP")] + MilligramsPerCubicMeter, + + [EdiFieldValue("GQ")] + MicrogramsPerCubicMeter, + + [EdiFieldValue("GR")] + Gram, + + [EdiFieldValue("GS")] + Gross, + + [EdiFieldValue("GT")] + GrossKilogram, + + [EdiFieldValue("GU")] + GaussPerOersteds, + + [EdiFieldValue("GV")] + Gigajoules, + + [EdiFieldValue("GW")] + GallonsPerThousandCubicFeet, + + [EdiFieldValue("GX")] + Grain, + + [EdiFieldValue("GY")] + GrossYard, + + [EdiFieldValue("GZ")] + GageSystems, + + [EdiFieldValue("H1")] + HalfPages_Electronic, + + [EdiFieldValue("H2")] + HalfLiter, + + [EdiFieldValue("H4")] + Hectoliter, + + [EdiFieldValue("HA")] + Hank, + + [EdiFieldValue("HB")] + HundredBoxes, + + [EdiFieldValue("HC")] + HundredCount, + + [EdiFieldValue("HD")] + HalfDozen, + + [EdiFieldValue("HE")] + HundredthOfACarat, + + [EdiFieldValue("HF")] + HundredFeet, + + [EdiFieldValue("HG")] + Hectogram, + + [EdiFieldValue("HH")] + HundredCubicFeet, + + [EdiFieldValue("HI")] + HundredSheets, + + [EdiFieldValue("HJ")] + Horsepower, + + [EdiFieldValue("HK")] + HundredKilograms, + + [EdiFieldValue("HL")] + HundredFeet_Linear, + + [EdiFieldValue("HM")] + MilesPerHour, + + [EdiFieldValue("HN")] + MillimetersOfMercury, + + [EdiFieldValue("HO")] + HundredTroyOunces, + + [EdiFieldValue("HP")] + MillimeterH20, + + [EdiFieldValue("HQ")] + Hectare, + + [EdiFieldValue("HR")] + Hours, + + [EdiFieldValue("HS")] + HundredSquareFeet, + + [EdiFieldValue("HT")] + HalfHour, + + [EdiFieldValue("HU")] + Hundred, + + [EdiFieldValue("HV")] + HundredWeight_Short, + + [EdiFieldValue("HW")] + HundredWeight_Long, + + [EdiFieldValue("HY")] + HundredYards, + + [EdiFieldValue("HZ")] + Hertz, + + [EdiFieldValue("IA")] + InchPound, + + [EdiFieldValue("IB")] + InchesPerSecond_VibrationVelocity, + + [EdiFieldValue("IC")] + CountsPerInch, + + [EdiFieldValue("IE")] + Person, + + [EdiFieldValue("IF")] + InchesOfWater, + + [EdiFieldValue("IH")] + Inhaler, + + [EdiFieldValue("II")] + ColumnInches, + + [EdiFieldValue("IK")] + PeaksPerInch_PPI, + + [EdiFieldValue("IL")] + InchesPerMinute, + + [EdiFieldValue("IM")] + Impressions, + + [EdiFieldValue("IN")] + Inch, + + [EdiFieldValue("IP")] + InsurancePolicy, + + [EdiFieldValue("IT")] + CountsPerCentimeter, + + [EdiFieldValue("IU")] + InchesPerSecond_LinearSpeed, + + [EdiFieldValue("IV")] + InchesPerSecondPerSecond_Acceleration, + + [EdiFieldValue("IW")] + InchesPerSecondPerSecond_VibrationAcceleration, + + [EdiFieldValue("J2")] + JoulePerKilogram, + + [EdiFieldValue("JA")] + Job, + + [EdiFieldValue("JB")] + Jumbo, + + [EdiFieldValue("JE")] + JoulePerKelvin, + + [EdiFieldValue("JG")] + JoulePerGram, + + [EdiFieldValue("JK")] + MegaJoulePerKilogram, + + [EdiFieldValue("JM")] + MegajoulePerCubicMeter, + + [EdiFieldValue("JO")] + Joint, + + [EdiFieldValue("JR")] + Jar, + + [EdiFieldValue("JU")] + Jug, + + [EdiFieldValue("K1")] + KilowattDemand, + + [EdiFieldValue("K2")] + KilovoltAmperesReactiveDemand, + + [EdiFieldValue("K3")] + KilovoltAmperesReactiveHour, + + [EdiFieldValue("K4")] + KilovoltAmperes, + + [EdiFieldValue("K5")] + KilovoltAmperesReactive, + + [EdiFieldValue("K6")] + Kiloliter, + + [EdiFieldValue("K7")] + Kilowatt, + + [EdiFieldValue("K9")] + KilogramsPerMillimeterSquared_KGPerMM2, + + [EdiFieldValue("KA")] + Cake, + + [EdiFieldValue("KB")] + Kilocharacters, + + [EdiFieldValue("KC")] + KilogramsPerCubicMeter, + + [EdiFieldValue("KD")] + KilogramsDecimal, + + [EdiFieldValue("KE")] + Keg, + + [EdiFieldValue("KF")] + Kilopackets, + + [EdiFieldValue("KG")] + Kilogram, + + [EdiFieldValue("KH")] + KilowattHour, + + [EdiFieldValue("KI")] + KilogramsPerMillimeterWidth, + + [EdiFieldValue("KJ")] + Kilosegments, + + [EdiFieldValue("KK")] + _100Kilograms, + + [EdiFieldValue("KL")] + KilogramsPerMeter, + + [EdiFieldValue("KM")] + KilogramsPerSquareMeter_Kilograms_Decimal, + + [EdiFieldValue("KO")] + MillequivalenceCausticPotashPerGramOfProduct, + + [EdiFieldValue("KP")] + KilometersPerHour, + + [EdiFieldValue("KQ")] + Kilopascal, + + [EdiFieldValue("KR")] + Kiloroentgen, + + [EdiFieldValue("KS")] + _1000PoundsPerSquareInch, + + [EdiFieldValue("KT")] + Kit, + + [EdiFieldValue("KU")] + _Task, + + [EdiFieldValue("KV")] + Kelvin, + + [EdiFieldValue("KW")] + KilogramsPerMillimeter, + + [EdiFieldValue("KX")] + MillilitersPerKilogram, + + [EdiFieldValue("L2")] + LitersPerMinute, + + [EdiFieldValue("LA")] + PoundsPerCubicInch, + + [EdiFieldValue("LB")] + Pound, + + [EdiFieldValue("LC")] + LinearCentimeter, + + [EdiFieldValue("LE")] + Lite, + + [EdiFieldValue("LF")] + LinearFoot, + + [EdiFieldValue("LG")] + LongTon, + + [EdiFieldValue("LH")] + LaborHours, + + [EdiFieldValue("LI")] + LinearInch, + + [EdiFieldValue("LJ")] + LargeSpray, + + [EdiFieldValue("LK")] + Link, + + [EdiFieldValue("LL")] + Lifetime, + + [EdiFieldValue("LM")] + LinearMeter, + + [EdiFieldValue("LN")] + Length, + + [EdiFieldValue("LO")] + Lot, + + [EdiFieldValue("LP")] + LiquidPounds, + + [EdiFieldValue("LQ")] + LitersPerDay, + + [EdiFieldValue("LR")] + Layers, + + [EdiFieldValue("LS")] + LumpSum, + + [EdiFieldValue("LT")] + Liter, + + [EdiFieldValue("LX")] + LinearYardsPerPound, + + [EdiFieldValue("LY")] + LinearYard, + + [EdiFieldValue("M0")] + MagneticTapes, + + [EdiFieldValue("M1")] + MilligramsperLiter, + + [EdiFieldValue("M2")] + MillimeterActual, + + [EdiFieldValue("M3")] + Mat, + + [EdiFieldValue("M4")] + MonetaryValue, + + [EdiFieldValue("M5")] + Microcurie, + + [EdiFieldValue("M6")] + Millibar, + + [EdiFieldValue("M7")] + MicroInch, + + [EdiFieldValue("M8")] + MegaPascals, + + [EdiFieldValue("M9")] + MillionBritishThermalUnitsperOneThousandCubicFeet, + + [EdiFieldValue("MA")] + MachinePerUnit, + + [EdiFieldValue("MB")] + MillimeterNominal, + + [EdiFieldValue("MC")] + Microgram, + + [EdiFieldValue("MD")] + AirDryMetricTon, + + [EdiFieldValue("ME")] + Milligram, + + [EdiFieldValue("MF")] + MilligramPerSqFtperSide, + + [EdiFieldValue("MG")] + MetricGrossTon, + + [EdiFieldValue("MH")] + Microns_Micrometers, + + [EdiFieldValue("MI")] + Metric, + + [EdiFieldValue("MJ")] + Minutes, + + [EdiFieldValue("MK")] + MilligramsPerSquareInch, + + [EdiFieldValue("ML")] + Milliliter, + + [EdiFieldValue("MM")] + Millimeter, + + [EdiFieldValue("MN")] + MetricNetTon, + + [EdiFieldValue("MO")] + Months, + + [EdiFieldValue("MP")] + MetricTon, + + [EdiFieldValue("MQ")] + _1000Meters, + + [EdiFieldValue("MR")] + Meter, + + [EdiFieldValue("MS")] + SquareMillimeter, + + [EdiFieldValue("MT")] + MetricLongTon, + + [EdiFieldValue("MU")] + Millicurie, + + [EdiFieldValue("MV")] + NumberOfMults, + + [EdiFieldValue("MW")] + MetricTonKilograms, + + [EdiFieldValue("MX")] + Mixed, + + [EdiFieldValue("MY")] + MillimeterAverage, + + [EdiFieldValue("MZ")] + MillimeterMinimum, + + [EdiFieldValue("N1")] + PenCalories, + + [EdiFieldValue("N2")] + NumberOfLines, + + [EdiFieldValue("N3")] + PrintPoint, + + [EdiFieldValue("N4")] + PenGrams_Protein, + + [EdiFieldValue("N6")] + Megahertz, + + [EdiFieldValue("N7")] + Parts, + + [EdiFieldValue("N9")] + CartridgeNeedle, + + [EdiFieldValue("NA")] + MilligramsPerKilogram, + + [EdiFieldValue("NB")] + Barge, + + [EdiFieldValue("NC")] + Car, + + [EdiFieldValue("ND")] + NetBarrels, + + [EdiFieldValue("NE")] + NetLiters, + + [EdiFieldValue("NF")] + Messages, + + [EdiFieldValue("NG")] + NetGallons, + + [EdiFieldValue("NH")] + MessageHours, + + [EdiFieldValue("NI")] + NetImperialGallons, + + [EdiFieldValue("NJ")] + NumberOfScreens, + + [EdiFieldValue("NL")] + Load, + + [EdiFieldValue("NM")] + NauticalMile, + + [EdiFieldValue("NN")] + Train, + + [EdiFieldValue("NQ")] + Mho, + + [EdiFieldValue("NR")] + MicroMho, + + [EdiFieldValue("NS")] + ShortTon, + + [EdiFieldValue("NT")] + Trailer, + + [EdiFieldValue("NU")] + NewtonMeter, + + [EdiFieldValue("NV")] + Vehicle, + + [EdiFieldValue("NW")] + Newton, + + [EdiFieldValue("NX")] + PartsPerThousand, + + [EdiFieldValue("NY")] + PoundsPerAirDryMetricTon, + + [EdiFieldValue("OA")] + Panel, + + [EdiFieldValue("OC")] + Billboard, + + [EdiFieldValue("ON")] + OuncesPerSquareYard, + + [EdiFieldValue("OP")] + TwoPack, + + [EdiFieldValue("OT")] + OvertimeHours, + + [EdiFieldValue("OZ")] + Ounce_Av, + + [EdiFieldValue("P0")] + Pages_Electronic, + + [EdiFieldValue("P1")] + Percent, + + [EdiFieldValue("P2")] + Pounds_PerFoot, + + [EdiFieldValue("P3")] + ThreePack, + + [EdiFieldValue("P4")] + FourPack, + + [EdiFieldValue("P5")] + FivePack, + + [EdiFieldValue("P6")] + SixPack, + + [EdiFieldValue("P7")] + SevenPack, + + [EdiFieldValue("P8")] + EightPack, + + [EdiFieldValue("P9")] + NinePack, + + [EdiFieldValue("PA")] + Pail, + + [EdiFieldValue("PB")] + PairInches, + + [EdiFieldValue("PC")] + Piece, + + [EdiFieldValue("PD")] + Pad, + + [EdiFieldValue("PE")] + PoundsEquivalent, + + [EdiFieldValue("PF")] + Pallet_Lift, + + [EdiFieldValue("PG")] + PoundsGross, + + [EdiFieldValue("PH")] + Pack, + + [EdiFieldValue("PI")] + Pitch, + + [EdiFieldValue("PJ")] + Pounds_Decimal_PoundsPerSquareFoot_PoundGage, + + [EdiFieldValue("PK")] + Package, + + [EdiFieldValue("PL")] + Pallet_UnitLoad, + + [EdiFieldValue("PM")] + PoundsPercentage, + + [EdiFieldValue("PN")] + PoundsNet, + + [EdiFieldValue("PO")] + PoundsPerInchOfLength, + + [EdiFieldValue("PP")] + Plate, + + [EdiFieldValue("PQ")] + PagesPerInch, + + [EdiFieldValue("PR")] + Pair, + + [EdiFieldValue("PS")] + PoundsPerSqInch, + + [EdiFieldValue("PT")] + Pint, + + [EdiFieldValue("PU")] + MassPounds, + + [EdiFieldValue("PV")] + HalfPint, + + [EdiFieldValue("PW")] + PoundsPerInchOfWidth, + + [EdiFieldValue("PX")] + Pint_Imperial, + + [EdiFieldValue("PY")] + Peck_DryUS, + + [EdiFieldValue("PZ")] + Peck_DryImperial, + + [EdiFieldValue("Q1")] + Quarter_Time, + + [EdiFieldValue("Q2")] + Pint_USDry, + + [EdiFieldValue("Q3")] + Meal, + + [EdiFieldValue("Q4")] + Fifty, + + [EdiFieldValue("Q5")] + TwentyFive, + + [EdiFieldValue("Q6")] + ThirtySix, + + [EdiFieldValue("Q7")] + TwentyFour, + + [EdiFieldValue("QA")] + Pages_Facsimile, + + [EdiFieldValue("QB")] + Pages_Hardcopy, + + [EdiFieldValue("QC")] + Channel, + + [EdiFieldValue("QD")] + QuarterDozen, + + [EdiFieldValue("QE")] + Photographs, + + [EdiFieldValue("QH")] + QuarterHours, + + [EdiFieldValue("QK")] + QuarterKilogram, + + [EdiFieldValue("QR")] + Quire, + + [EdiFieldValue("QS")] + Quart_DryUS, + + [EdiFieldValue("QT")] + Quart, + + [EdiFieldValue("QU")] + Quart_Imperial, + + [EdiFieldValue("R1")] + Pica, + + [EdiFieldValue("R2")] + Becquerel, + + [EdiFieldValue("R3")] + RevolutionsPerMinute, + + [EdiFieldValue("R4")] + Calorie, + + [EdiFieldValue("R5")] + ThousandsOfDollars, + + [EdiFieldValue("R6")] + MillionsOfDollars, + + [EdiFieldValue("R7")] + BillionsOfDollars, + + [EdiFieldValue("R8")] + RoentgenEquivalentInMan_REM, + + [EdiFieldValue("R9")] + ThousandCubicMeters, + + [EdiFieldValue("RA")] + Rack, + + [EdiFieldValue("RB")] + Radian, + + [EdiFieldValue("RC")] + Rod_area_16Pt25SquareYards, + + [EdiFieldValue("RD")] + Rod_length_5Pt5Yards, + + [EdiFieldValue("RE")] + Reel, + + [EdiFieldValue("RG")] + Ring, + + [EdiFieldValue("RH")] + RunningOrOperatingHours, + + [EdiFieldValue("RK")] + RollMetricMeasure, + + [EdiFieldValue("RL")] + Roll, + + [EdiFieldValue("RM")] + Ream, + + [EdiFieldValue("RN")] + ReamMetricMeasure, + + [EdiFieldValue("RO")] + Round, + + [EdiFieldValue("RP")] + PoundsPerReam, + + [EdiFieldValue("RS")] + Resets, + + [EdiFieldValue("RT")] + RevenueTonMiles, + + [EdiFieldValue("RU")] + Run, + + [EdiFieldValue("S1")] + Semester, + + [EdiFieldValue("S2")] + Trimester, + + [EdiFieldValue("S3")] + SquareFeetPerSecond, + + [EdiFieldValue("S4")] + SquareMetersPerSecond, + + [EdiFieldValue("S5")] + SixtyFourthsOfAnInch, + + [EdiFieldValue("S6")] + Sessions, + + [EdiFieldValue("S7")] + StorageUnits, + + [EdiFieldValue("S8")] + StandardAdvertisingUnits_SAUs, + + [EdiFieldValue("S9")] + SlipSheet, + + [EdiFieldValue("SA")] + Sandwich, + + [EdiFieldValue("SB")] + SquareMile, + + [EdiFieldValue("SC")] + SquareCentimeter, + + [EdiFieldValue("SD")] + SolidPounds, + + [EdiFieldValue("SE")] + Section, + + [EdiFieldValue("SF")] + SquareFoot, + + [EdiFieldValue("SG")] + Segment, + + [EdiFieldValue("SH")] + Sheet, + + [EdiFieldValue("SI")] + SquareInch, + + [EdiFieldValue("SJ")] + Sack, + + [EdiFieldValue("SK")] + SplitTanktruck, + + [EdiFieldValue("SL")] + Sleeve, + + [EdiFieldValue("SM")] + SquareMeter, + + [EdiFieldValue("SN")] + SquareRod, + + [EdiFieldValue("SO")] + Spool, + + [EdiFieldValue("SP")] + ShelfPackage, + + [EdiFieldValue("SQ")] + Square, + + [EdiFieldValue("SR")] + Strip, + + [EdiFieldValue("SS")] + SheetMetricMeasure, + + [EdiFieldValue("ST")] + Set, + + [EdiFieldValue("SV")] + Skid, + + [EdiFieldValue("SW")] + Skein, + + [EdiFieldValue("SX")] + Shipment, + + [EdiFieldValue("SY")] + SquareYard, + + [EdiFieldValue("SZ")] + Syringe, + + [EdiFieldValue("T0")] + TelecommunicationsLinesInService, + + [EdiFieldValue("T1")] + ThousandPoundsGross, + + [EdiFieldValue("T2")] + ThousandthsOfAnInch, + + [EdiFieldValue("T3")] + ThousandPieces, + + [EdiFieldValue("T4")] + ThousandBags, + + [EdiFieldValue("T5")] + ThousandCasings, + + [EdiFieldValue("T6")] + ThousandGallons, + + [EdiFieldValue("T7")] + ThousandImpressions, + + [EdiFieldValue("T8")] + ThousandLinearInches, + + [EdiFieldValue("T9")] + ThousandKilowattHours, + + [EdiFieldValue("TA")] + TenthCubicFoot, + + [EdiFieldValue("TB")] + Tube, + + [EdiFieldValue("TC")] + Truckload, + + [EdiFieldValue("TD")] + Therms, + + [EdiFieldValue("TE")] + Tote, + + [EdiFieldValue("TF")] + TenSquareYards, + + [EdiFieldValue("TG")] + GrossTon, + + [EdiFieldValue("TH")] + Thousand, + + [EdiFieldValue("TI")] + ThousandSquareInches, + + [EdiFieldValue("TJ")] + ThousandSqCentimeters, + + [EdiFieldValue("TK")] + Tank, + + [EdiFieldValue("TL")] + ThousandFeet_Linear, + + [EdiFieldValue("TM")] + ThousandFeet_Board, + + [EdiFieldValue("TN")] + NetTon, + + [EdiFieldValue("TO")] + TroyOunce, + + [EdiFieldValue("TP")] + TenPack, + + [EdiFieldValue("TQ")] + ThousandFeet, + + [EdiFieldValue("TR")] + TenSquareFeet, + + [EdiFieldValue("TS")] + ThousandSquareFeet, + + [EdiFieldValue("TT")] + ThousandLinearMeters, + + [EdiFieldValue("TU")] + ThousandLinearYards, + + [EdiFieldValue("TV")] + ThousandKilograms, + + [EdiFieldValue("TW")] + ThousandSheets, + + [EdiFieldValue("TX")] + TroyPound, + + [EdiFieldValue("TY")] + Tray, + + [EdiFieldValue("TZ")] + ThousandCubicFeet, + + [EdiFieldValue("U1")] + Treatments, + + [EdiFieldValue("U2")] + Tablet, + + [EdiFieldValue("U3")] + Ten, + + [EdiFieldValue("U5")] + TwoHundredFifty, + + [EdiFieldValue("UA")] + Torr, + + [EdiFieldValue("UB")] + TelecommunicationsLinesInService_Average, + + [EdiFieldValue("UC")] + TelecommunicationsPorts, + + [EdiFieldValue("UD")] + TenthMinutes, + + [EdiFieldValue("UE")] + TenthHours, + + [EdiFieldValue("UF")] + UsagePerTelecommunicationsLine_Average, + + [EdiFieldValue("UH")] + TenThousandYards, + + [EdiFieldValue("UL")] + Unitless, + + [EdiFieldValue("UM")] + MillionUnits, + + [EdiFieldValue("UN")] + Unit, + + [EdiFieldValue("UP")] + Troche, + + [EdiFieldValue("UQ")] + Wafer, + + [EdiFieldValue("UR")] + Application, + + [EdiFieldValue("US")] + DosageForm, + + [EdiFieldValue("UT")] + Inhalation, + + [EdiFieldValue("UU")] + Lozenge, + + [EdiFieldValue("UV")] + PercentTopicalOnly, + + [EdiFieldValue("UW")] + Milliequivalent, + + [EdiFieldValue("UX")] + Dram_Minim, + + [EdiFieldValue("UY")] + FiftySquareFeet, + + [EdiFieldValue("UZ")] + FiftyCount, + + [EdiFieldValue("V1")] + Flat, + + [EdiFieldValue("V2")] + Pouch, + + [EdiFieldValue("VA")] + VoltAmperePerKilogram, + + [EdiFieldValue("VC")] + FiveHundred, + + [EdiFieldValue("VI")] + Vial, + + [EdiFieldValue("VP")] + PercentVolume, + + [EdiFieldValue("VR")] + VoltAmpereReactive, + + [EdiFieldValue("VS")] + Visit, + + [EdiFieldValue("W2")] + WetKilo, + + [EdiFieldValue("WA")] + WattsPerKilogram, + + [EdiFieldValue("WB")] + WetPound, + + [EdiFieldValue("WD")] + WorkDays, + + [EdiFieldValue("WE")] + WetTon, + + [EdiFieldValue("WG")] + WineGallon, + + [EdiFieldValue("WH")] + Wheel, + + [EdiFieldValue("WI")] + WeightPerSquareInch, + + [EdiFieldValue("WK")] + Week, + + [EdiFieldValue("WM")] + WorkingMonths, + + [EdiFieldValue("WP")] + Pennyweight, + + [EdiFieldValue("WR")] + Wrap, + + [EdiFieldValue("WW")] + MillilitersOfWater, + + [EdiFieldValue("X1")] + Chains_LandSurvey, + + [EdiFieldValue("X2")] + Bunch, + + [EdiFieldValue("X3")] + Clove, + + [EdiFieldValue("X4")] + Drop, + + [EdiFieldValue("X5")] + Head, + + [EdiFieldValue("X6")] + Heart, + + [EdiFieldValue("X7")] + Leaf, + + [EdiFieldValue("X8")] + Loaf, + + [EdiFieldValue("X9")] + Portion, + + [EdiFieldValue("XP")] + BaseBoxPerPound, + + [EdiFieldValue("Y1")] + Slice, + + [EdiFieldValue("Y2")] + Tablespoon, + + [EdiFieldValue("Y3")] + Teaspoon, + + [EdiFieldValue("Y4")] + Tub, + + [EdiFieldValue("YD")] + Yard, + + [EdiFieldValue("YL")] + _100LinealYards, + + [EdiFieldValue("YR")] + Years, + + [EdiFieldValue("YT")] + TenYards, + + [EdiFieldValue("Z1")] + LiftVan, + + [EdiFieldValue("Z2")] + Chest, + + [EdiFieldValue("Z3")] + Cask, + + [EdiFieldValue("Z4")] + Hogshead, + + [EdiFieldValue("Z5")] + Lug, + + [EdiFieldValue("Z6")] + ConferencePoints, + + [EdiFieldValue("Z8")] + NewspaperAgateLine, + + [EdiFieldValue("ZA")] + Bimonthly, + + [EdiFieldValue("ZB")] + Biweekly, + + [EdiFieldValue("ZC")] + Semiannual, + + [EdiFieldValue("ZP")] + Page, + + [EdiFieldValue("ZZ")] + MutuallyDefined + } +} diff --git a/src/X12.Shared/Enumerations/YesNoConditionOrResponseCode.cs b/src/X12.Shared/Enumerations/YesNoConditionOrResponseCode.cs new file mode 100644 index 00000000..2768759e --- /dev/null +++ b/src/X12.Shared/Enumerations/YesNoConditionOrResponseCode.cs @@ -0,0 +1,34 @@ +namespace X12.Shared.Enumerations +{ + using X12.Shared.Attributes; + + /// + /// Condition or response codes + /// + public enum YesNoConditionOrResponseCode + { + /// + /// No condition response + /// + [EdiFieldValue("N")] + No, + + /// + /// Unknown condition response + /// + [EdiFieldValue("U")] + Unknown, + + /// + /// Not applicable condition response + /// + [EdiFieldValue("W")] + NotApplicable, + + /// + /// Yes condition response + /// + [EdiFieldValue("Y")] + Yes + } +} diff --git a/src/X12.Shared/Extensions/EnumExtensions.cs b/src/X12.Shared/Extensions/EnumExtensions.cs new file mode 100644 index 00000000..1cbe55cb --- /dev/null +++ b/src/X12.Shared/Extensions/EnumExtensions.cs @@ -0,0 +1,61 @@ +namespace X12.Shared.Extensions +{ + using System; + using System.Linq; + + using X12.Shared.Attributes; + using X12.Shared.Properties; + + /// + /// Represents a collection of extensions for Enumerations + /// + public static class EnumExtensions + { + /// + /// Gets the from the referenced Enum value + /// + /// Value to get EdiFieldValue from + /// EdiFieldValueAttribute parsed from Enum + /// Thrown if Enum cannot be parsed + public static string EdiFieldValue(this Enum enumValue) + { + var attributes = (EdiFieldValueAttribute[])enumValue + .GetType() + .GetField(enumValue.ToString()) + .GetCustomAttributes(typeof(EdiFieldValueAttribute), false); + + if (attributes.Length > 0) + { + return attributes[0].Value; + } + + throw new InvalidOperationException(string.Format(Resources.EDIValueNotFound, enumValue)); + } + + /// + /// Parses the EdiFieldValue to its equivalent Enum + /// + /// Enum value to parse to + /// EdiFieldValue to be parsed + /// Enum representation of value + /// Thrown if the value is not valid + public static T ToEnumFromEdiFieldValue(this string itemValue) + { + var type = typeof(T); + if (!type.IsEnum) + { + throw new InvalidOperationException(); + } + + foreach (var field in from field in type.GetFields() + let attributes = (EdiFieldValueAttribute[])field.GetCustomAttributes(typeof(EdiFieldValueAttribute), false) + where attributes.Length > 0 && attributes[0].Value == itemValue + select field) + { + return (T)field.GetValue(null); + } + + throw new InvalidOperationException(string.Format(Resources.EDIFieldNotFound, itemValue)); + } + } +} diff --git a/src/X12.Shared/Models/Container.cs b/src/X12.Shared/Models/Container.cs new file mode 100644 index 00000000..f27eb13f --- /dev/null +++ b/src/X12.Shared/Models/Container.cs @@ -0,0 +1,214 @@ +namespace X12.Shared.Models +{ + using System.Collections.Generic; + using System.Linq; + using System.Text; + + using X12.Specifications; + + /// + /// Container segment that can hold other segments, and trailer segments. This class is abstract + /// + public abstract class Container : Segment + { + private Segment terminatingTrailerSegment; + + /// + /// Initializes a new instance of the class with the provided parent, delimiters, and segment string. + /// + /// Parent container + /// Delimiter set for separating segment elements and segments + /// Segment string representing container + internal Container(Container parent, X12DelimiterSet delimiters, string segment) + : base(parent, delimiters, segment) + { + } + + /// + /// Gets or sets the collection of objects + /// + public IList Segments { get; protected set; } + + /// + /// Gets the collection of objects representing the trailer segments + /// + public IEnumerable TrailerSegments + { + get + { + var list = new List(); + if (this.terminatingTrailerSegment != null) + { + list.Add(this.terminatingTrailerSegment); + } + + return list; + } + } + + /// + /// Gets the container's transaction loop + /// + public Transaction Transaction + { + get + { + Container container = this; + while (!(container is Transaction)) + { + container = container.Parent; + if (container == null) + { + return null; + } + } + + return (Transaction)container; + } + } + + /// + /// Gets the collection of segments allowed by the + /// + internal abstract IList AllowedChildSegments { get; } + + /// + /// Gets the collection of trailer segment ID strings + /// + internal abstract IEnumerable TrailerSegmentIds { get; } + + /// + /// Adds provided segment to container's collection of segments, forced if indicated + /// + /// Segment string to be added + /// Segment object represented by the provided segment string + public Segment AddSegment(string segmentString) + { + return this.AddSegment(segmentString, false); + } + + /// + /// Adds provided segment to container's collection of segments, forced if indicated + /// + /// Segment string to be added + /// Indicates whether the segment should be forced + /// Segment object represented by the provided segment string + public Segment AddSegment(string segmentString, bool forceAdd) + { + var segment = new Segment(this, this.DelimiterSet, segmentString); + SegmentSpecification spec = this.AllowedChildSegments.FirstOrDefault(acs => acs.SegmentId == segment.SegmentId); + if (spec != null || segmentString.StartsWith("TA1") || forceAdd) + { + this.Segments.Add(segment); + return segment; + } + + if (this.SegmentId == "NM1" && new[] { "N3", "N4", "PER", "REF" }.Contains(segment.SegmentId)) + { + this.Segments.Add(segment); + return segment; + } + + return null; + } + + /// + /// Adds a object to the container + /// + /// Segment type + /// Segment to be added to the collection + /// Object reference to segment, if added; otherwise, null + public T AddSegment(T segment) where T : TypedSegment + { + segment.Initialize(this, this.DelimiterSet); + SegmentSpecification spec = this.AllowedChildSegments.FirstOrDefault(acs => acs.SegmentId == segment.Segment.SegmentId); + if (spec != null) + { + this.Segments.Add(segment.Segment); + return segment; + } + + return null; + } + + /// + /// Sets the provided segment string as the terminating trailer segment + /// + /// Segment string to set as terminating trailer segment + public void SetTerminatingTrailerSegment(string segmentString) + { + this.terminatingTrailerSegment = new Segment(this, this.DelimiterSet, segmentString); + } + + /// + /// Writes data to an X12 string + /// + /// Indicates whether additional whitespace should be added + /// X12 string representing the object + public override string ToX12String(bool addWhitespace) + { + var sb = new StringBuilder(base.ToX12String(addWhitespace)); + + foreach (Segment segment in this.Segments.Where(seg => !this.TrailerSegmentIds.Contains(seg.SegmentId))) + { + sb.Append(addWhitespace + ? segment.ToX12String(addWhitespace).Replace(System.Environment.NewLine, $"{System.Environment.NewLine} ") + : segment.ToX12String(addWhitespace)); + } + + sb.Append(addWhitespace + ? this.SerializeBodyToX12(addWhitespace).Replace(System.Environment.NewLine, $"{System.Environment.NewLine} ") + : this.SerializeBodyToX12(addWhitespace)); + + foreach (Segment segment in this.Segments.Where(seg => this.TrailerSegmentIds.Contains(seg.SegmentId))) + { + sb.Append(addWhitespace + ? segment.ToX12String(addWhitespace).Replace(System.Environment.NewLine, $"{System.Environment.NewLine} ") + : segment.ToX12String(addWhitespace)); + } + + foreach (var segment in this.TrailerSegments) + { + var wrapperSegments = new[] { "SE", "GE", "IEA" }; + if (addWhitespace && !wrapperSegments.Contains(segment.SegmentId)) + { + sb.Append(segment.ToX12String(addWhitespace).Replace(System.Environment.NewLine, $"{System.Environment.NewLine} ")); + } + else + { + sb.Append(segment.ToX12String(addWhitespace)); + } + } + + return sb.ToString(); + } + + internal override void Initialize(string segment) + { + base.Initialize(segment); + this.Segments = new List(); + } + + internal virtual int CountTotalSegments() + { + return 1 + this.Segments.Count() + this.TrailerSegments.Count(); + } + + internal bool UpdateTrailerSegmentCount(string segmentId, int elementNumber, int count) + { + Segment segment = this.terminatingTrailerSegment; + if (segment != null) + { + if (segment.ElementCount >= elementNumber) + { + segment.SetElement(elementNumber, count.ToString()); + return true; + } + } + + return false; + } + + internal abstract string SerializeBodyToX12(bool addWhitespace); + } +} diff --git a/src/X12.Shared/Models/DateTimePeriod.cs b/src/X12.Shared/Models/DateTimePeriod.cs new file mode 100644 index 00000000..6e570e67 --- /dev/null +++ b/src/X12.Shared/Models/DateTimePeriod.cs @@ -0,0 +1,33 @@ +namespace X12.Shared.Models +{ + using System; + + /// + /// Move this class in seperate file if being used by other classes. + /// + public class DateTimePeriod + { + /// + /// Initializes a new instance of the class with the specified + /// + /// DateTime to initialize object with + public DateTimePeriod(DateTime date) + { + this.StartDate = date; + this.IsDateRange = false; + } + + public bool IsDateRange { get; } + + public DateTime StartDate { get; } + + public DateTime EndDate { get; } + + public DateTimePeriod(DateTime startDate, DateTime endDate) + { + this.StartDate = startDate; + this.EndDate = endDate; + this.IsDateRange = true; + } + } +} diff --git a/src/X12.Shared/Models/DetachedSegment.cs b/src/X12.Shared/Models/DetachedSegment.cs new file mode 100644 index 00000000..e5c6c9d6 --- /dev/null +++ b/src/X12.Shared/Models/DetachedSegment.cs @@ -0,0 +1,223 @@ +namespace X12.Shared.Models +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Text; + + using X12.Shared.Properties; + + /// + /// Represents a segment that's not a part of any transaction or interchange + /// + public class DetachedSegment + { + internal X12DelimiterSet DelimiterSet; + + /// + /// Initializes a new instance of the class + /// + /// Delimiter set for the segment to use + /// Segment string to initialize with + public DetachedSegment(X12DelimiterSet delimiters, string segment) + { + this.DelimiterSet = delimiters; + this.Initialize(segment); + } + + /// + /// Gets the segment ID string + /// + public string SegmentId { get; private set; } + + /// + /// Gets the used by the segment + /// + public X12DelimiterSet Delimiters => this.DelimiterSet; + + /// + /// Gets the number of elements stored on the segment + /// + public int ElementCount => this.DataElements.Count; + + /// + /// Gets the segment string representing the object + /// + public string SegmentString + { + get + { + var sb = new StringBuilder(this.SegmentId); + int lastContentIndex = this.DataElements.Count - 1; + while (lastContentIndex >= 0) + { + if (!string.IsNullOrWhiteSpace(this.DataElements[lastContentIndex])) + { + break; + } + + lastContentIndex--; + } + + for (int i = 0; i <= lastContentIndex; i++) + { + sb.Append(this.DelimiterSet.ElementSeparator); + sb.Append(this.DataElements[i]); + } + + return sb.ToString(); + } + } + + /// + /// Gets or sets the collection of data element strings in the segment + /// + protected List DataElements { get; set; } + + public string GetElement(int elementNumber) + { + return this.DataElements.ElementAtOrDefault(elementNumber - 1); + } + + public decimal? GetDecimalElement(int elementNumber) + { + decimal element; + if (decimal.TryParse(this.GetElement(elementNumber), out element)) + { + return element; + } + + return null; + } + + public int? GetIntElement(int elementNumber) + { + int element; + if (int.TryParse(this.GetElement(elementNumber), out element)) + { + return element; + } + + return null; + } + + public DateTime? GetDate8Element(int elementNumber) + { + string element = this.GetElement(elementNumber); + if (element.Length == 8) + { + return DateTime.ParseExact(element, "yyyyMMdd", null); + } + + return null; + } + + /// + /// Sets the provided element at the position indicated by the elementNumber + /// + /// Position in segment to set value + /// Data to be stored + public void SetElement(int elementNumber, string value) + { + string elementId = $"{this.SegmentId}{elementNumber:00}"; + this.ValidateContentFreeOfDelimiters(elementId, value); + this.ValidateAgainstSegmentSpecification(elementId, elementNumber, value); + if (elementNumber > this.DataElements.Count) + { + for (int i = this.DataElements.Count; i < elementNumber; i++) + { + this.DataElements.Add(string.Empty); + } + } + + this.DataElements[elementNumber - 1] = value; + } + + public void SetElement(int elementNumber, decimal? value) + { + this.SetElement(elementNumber, $"{value}"); + } + + public void SetElement(int elementNumber, int? value) + { + this.SetElement(elementNumber, $"{value}"); + } + + public void SetDate8Element(int elementNumber, DateTime? value) + { + this.SetElement(elementNumber, $"{value:yyyyMMdd}"); + } + + internal virtual void Initialize(string segment) + { + if (segment == null) + { + throw new ArgumentNullException(nameof(segment)); + } + + this.DataElements = new List(); + int separatorIndex = segment.IndexOf(this.DelimiterSet.ElementSeparator); + if (separatorIndex >= 0) + { + this.SegmentId = segment.Substring(0, separatorIndex); + if (this.SegmentId == "BIN") + { + int binaryStartIndex; + int size = Segment.ParseBinarySize(this.DelimiterSet.ElementSeparator, segment, out binaryStartIndex); + this.DataElements.Add(size.ToString()); + this.DataElements.Add(segment.Substring(binaryStartIndex, size)); + } + else if (this.SegmentId == "BDS") + { + int nextIndex = segment.IndexOf(this.DelimiterSet.ElementSeparator, separatorIndex + 1); + if (nextIndex > separatorIndex + 1) + { + this.DataElements.Add(segment.Substring(separatorIndex + 1, nextIndex - separatorIndex - 1)); + + int binaryStartIndex; + int size = Segment.ParseBinarySize(this.DelimiterSet.ElementSeparator, segment, out binaryStartIndex); + this.DataElements.Add(size.ToString()); + this.DataElements.Add(segment.Substring(binaryStartIndex, size)); + } + } + else + { + foreach (string element in segment.TrimEnd(this.DelimiterSet.SegmentTerminator).Substring(separatorIndex + 1).Split(this.DelimiterSet.ElementSeparator)) + { + this.DataElements.Add(element); + } + } + } + else + { + this.SegmentId = segment; + } + } + + protected virtual void ValidateAgainstSegmentSpecification(string elementId, int elementNumber, string value) + { + // This method only applies once the segment is attached to an x12 interchange + } + + private void ValidateContentFreeOfDelimiters(string elementId, string value) + { + if (value.Contains(this.DelimiterSet.SegmentTerminator)) + { + throw new ElementValidationException( + Resources.ElementSegmentTerminatorError, + elementId, + value, + this.DelimiterSet.SegmentTerminator); + } + + if (value.Contains(this.DelimiterSet.ElementSeparator)) + { + throw new ElementValidationException( + "Element {0} cannot contain the value '{1}' with the element separator {2}.", + elementId, + value, + this.DelimiterSet.ElementSeparator); + } + } + } +} diff --git a/src/X12.Shared/Models/ElementValidationException.cs b/src/X12.Shared/Models/ElementValidationException.cs new file mode 100644 index 00000000..fea38810 --- /dev/null +++ b/src/X12.Shared/Models/ElementValidationException.cs @@ -0,0 +1,42 @@ +namespace X12.Shared.Models +{ + using System; + + /// + /// Represents a validation exception of an X12 element + /// + public class ElementValidationException : ArgumentException + { + /// + /// Initializes a new instance of the class + /// + /// Base string to format into Message + /// Element id when exception was thrown + /// Value of element when exception was thrown + /// Additional exception arguments + public ElementValidationException(string formatString, string elementId, string value, params object[] args) + : base( + string.Format( + formatString, + elementId, + value, + args.Length > 0 ? args[0] : null, + args.Length > 1 ? args[1] : null, + args.Length > 2 ? args[2] : null), + elementId) + { + this.ElementId = elementId; + this.Value = value; + } + + /// + /// Gets the id of element at time of exception + /// + public string ElementId { get; } + + /// + /// Gets the value of element at time of exception + /// + public string Value { get; } + } +} diff --git a/src/X12.Shared/Models/FunctionGroup.cs b/src/X12.Shared/Models/FunctionGroup.cs new file mode 100644 index 00000000..91785479 --- /dev/null +++ b/src/X12.Shared/Models/FunctionGroup.cs @@ -0,0 +1,260 @@ +namespace X12.Shared.Models +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Text; + using System.Xml; + using System.Xml.Serialization; + + using X12.Shared.Properties; + using X12.Specifications; + using X12.Specifications.Interfaces; + + /// + /// Represents an interchange function group container + /// + public class FunctionGroup : Container + { + /// + /// Initializes a new instance of the class + /// + internal FunctionGroup() + : base(null, null, "GS") + { + } + + /// + /// Initializes a new instance of the class with the provided parameters + /// + /// Specification finder for the container + /// FunctionGroup parent container + /// Delimiter set for segregating segments and elements + /// Container segment string + internal FunctionGroup(ISpecificationFinder specFinder, Container parent, X12DelimiterSet delimiters, string segment) + : base(parent, delimiters, segment) + { + this.SpecFinder = specFinder; + this.Transactions = new List(); + } + + /// + /// Gets the collection of transactions within the function group container + /// + public List Transactions { get; } + + /// + /// Gets the parent interchange + /// + public Interchange Interchange => (Interchange)this.Parent; + + /// + /// Gets or sets the containers identifier code + /// + public string FunctionalIdentifierCode + { + get { return this.GetElement(1); } + set { this.SetElement(1, value); } + } + + /// + /// Gets or sets the application senders code + /// + public string ApplicationSendersCode + { + get { return this.GetElement(2); } + set { this.SetElement(2, value); } + } + + /// + /// Gets or sets the application receivers code + /// + public string ApplicationReceiversCode + { + get { return this.GetElement(3); } + set { this.SetElement(3, value); } + } + + /// + /// Gets or sets the date stamp + /// + public DateTime Date + { + get + { + DateTime date; + if (DateTime.TryParseExact(this.GetElement(4) + this.GetElement(5), "yyyyMMddHHmm", null, System.Globalization.DateTimeStyles.None, out date)) + { + return date; + } + + if (DateTime.TryParseExact(this.GetElement(4), "yyyyMMdd", null, System.Globalization.DateTimeStyles.None, out date)) + { + return date; + } + + throw new ArgumentException(string.Format(Resources.DateTimeParsingError, this.GetElement(4), this.GetElement(5))); + } + + set + { + this.SetElement(4, $"{value:yyyyMMdd}"); + this.SetElement(5, $"{value:HHmm}"); + } + } + + /// + /// Gets or sets the function groups control number + /// + public int ControlNumber + { + get { return int.Parse(this.GetElement(6)); } + set { this.SetElement(6, value.ToString()); } + } + + /// + /// Gets or sets the agency code + /// + public string ResponsibleAgencyCode + { + get { return this.GetElement(7); } + set { this.SetElement(7, value); } + } + + /// + /// Gets or sets the version id code + /// + public string VersionIdentifierCode + { + get { return this.GetElement(8); } + set { this.SetElement(8, value); } + } + + /// + /// Gets the specification finder for the container + /// + internal ISpecificationFinder SpecFinder { get; } + + /// + /// Gets the collection of allowed child objects + /// + internal override IList AllowedChildSegments => new List(); + + /// + /// Gets the collection of trailer segment id strings + /// + internal override IEnumerable TrailerSegmentIds => new List(); + + /// + /// Returns the first transaction found with the provided control number + /// + /// Control number for identifying the desired transaction + /// The transaction with the match control number; otherwise, null + public Transaction FindTransaction(string controlNumber) + { + return this.Transactions.FirstOrDefault(t => t.ControlNumber == controlNumber); + } + + /// + /// Adds a provided segment string representing a transaction into the function group + /// + /// Transaction segment string to add + /// The transaction that's added to the function group + public Transaction AddTransaction(string segmentString) + { + string transactionType = new Segment(null, this.DelimiterSet, segmentString).GetElement(1); + + TransactionSpecification spec = this.SpecFinder.FindTransactionSpec(this.FunctionalIdentifierCode, this.VersionIdentifierCode, transactionType); + + var transaction = new Transaction(this, this.DelimiterSet, segmentString, spec); + this.Transactions.Add(transaction); + return transaction; + } + + /// + /// Adds a transaction with the provided id code and control number into the function group + /// + /// Id code for the transaction + /// Transaction control number + /// The transaction that's added to the function group + public Transaction AddTransaction(string identifierCode, string controlNumber) + { + TransactionSpecification spec = this.SpecFinder.FindTransactionSpec(this.FunctionalIdentifierCode, this.VersionIdentifierCode, identifierCode); + var transaction = new Transaction(this, this.DelimiterSet, string.Format("ST{0}{0}{1}", this.DelimiterSet.ElementSeparator, this.DelimiterSet.SegmentTerminator), spec) + { + IdentifierCode = identifierCode, + ControlNumber = controlNumber + }; + transaction.SetTerminatingTrailerSegment( + string.Format("SE{0}0{0}{2}{1}", this.DelimiterSet.ElementSeparator, this.DelimiterSet.SegmentTerminator, controlNumber)); + + this.Transactions.Add(transaction); + return transaction; + } + + /// + /// Serializes the function group to the a string + /// + /// String representation of function group object + public virtual string Serialize() + { + var xmlSerializer = new XmlSerializer(this.GetType()); + var memoryStream = new MemoryStream(); + + xmlSerializer.Serialize(memoryStream, this); + memoryStream.Seek(0, SeekOrigin.Begin); + var streamReader = new StreamReader(memoryStream); + return streamReader.ReadToEnd(); + } + + /// + /// Writes the function group object to an X12 string + /// + /// Indicates whether additional whitespace should be added + /// X12 string representation of function group + public override string ToX12String(bool addWhitespace) + { + this.UpdateTrailerSegmentCount("GE", 1, this.Transactions.Count()); + return base.ToX12String(addWhitespace); + } + + internal override string SerializeBodyToX12(bool addWhitespace) + { + var sb = new StringBuilder(); + foreach (var transaction in this.Transactions) + { + sb.Append(transaction.ToX12String(addWhitespace)); + } + + return sb.ToString(); + } + + internal override void WriteXml(XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + writer.WriteStartElement("FunctionGroup"); + + base.WriteXml(writer); + + foreach (var segment in this.Segments) + { + segment.WriteXml(writer); + } + + foreach (var transaction in this.Transactions) + { + transaction.WriteXml(writer); + } + + foreach (var segment in this.TrailerSegments) + { + segment.WriteXml(writer); + } + + writer.WriteEndElement(); + } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/HierarchicalLoop.cs b/src/X12.Shared/Models/HierarchicalLoop.cs similarity index 50% rename from src/OopFactory.X12/Parsing/Model/HierarchicalLoop.cs rename to src/X12.Shared/Models/HierarchicalLoop.cs index 3ba51717..b5910781 100644 --- a/src/OopFactory.X12/Parsing/Model/HierarchicalLoop.cs +++ b/src/X12.Shared/Models/HierarchicalLoop.cs @@ -1,117 +1,101 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public class HierarchicalLoop : HierarchicalLoopContainer - { - internal HierarchicalLoop(Container parent, X12DelimiterSet delimiters, string segment) - : base(parent, delimiters, segment) - { - } - - public HierarchicalLoopSpecification Specification { get; internal set; } - - internal override IList AllowedChildLoops - { - get - { - if (Specification != null) - return Specification.LoopSpecifications; - else - return new List(); - } - } - - internal override IList AllowedChildSegments - { - get - { - if (Specification != null) - return Specification.SegmentSpecifications; - else - return new List(); - } - } - - [XmlAttribute("Id")] - public string Id - { - get { return GetElement(1); } - } - - [XmlAttribute("ParentId")] - public string ParentId - { - get { return GetElement(2); } - } - - public string LevelCode - { - get { return GetElement(3); } - } - - public string HierarchicalChildCode - { - get { return GetElement(4); } - internal set { SetElement(4, value); } - } - - public override bool AllowsHierarchicalLoop(string levelCode) - { - return true; - } - - public override HierarchicalLoop AddHLoop(string id, string levelCode, bool? willHoldChildHLoops) - { - var hloop = base.AddHLoop(string.Format("HL{0}{1}{0}{2}{0}{3}{0}", _delimiters.ElementSeparator, id, this.Id, levelCode)); - if (willHoldChildHLoops.HasValue) - hloop.HierarchicalChildCode = willHoldChildHLoops.Value ? "1" : "0"; - return hloop; - } - - internal override IEnumerable TrailerSegmentIds - { - get - { - var list = new List(); - - foreach (var spec in Specification.SegmentSpecifications.Where(ss => ss.Trailer == true)) - list.Add(spec.SegmentId); - return list; - } - } - - internal override void WriteXml(System.Xml.XmlWriter writer) - { - if (!string.IsNullOrEmpty(base.SegmentId)) - { - writer.WriteStartElement("HierarchicalLoop"); - - if (Specification != null) - { - writer.WriteAttributeString("LoopId", Specification.LoopId); - writer.WriteAttributeString("LoopName", Specification.Name); - } - - writer.WriteAttributeString("Id", this.Id); - writer.WriteAttributeString("ParentId", this.ParentId); - - base.WriteXml(writer); - - writer.WriteEndElement(); - } - } - - public override string ToString() - { - return String.Format("Loop(Id={0},ParentId={1},Level={2},ChildLoops={3}, ChildSegments={4})", Id, ParentId, LevelCode, Loops.Count(), Segments.Count()); - } - } -} +namespace X12.Shared.Models +{ + using System.Collections.Generic; + using System.Linq; + using System.Xml.Serialization; + + using X12.Specifications; + + public class HierarchicalLoop : HierarchicalLoopContainer + { + /// + /// Initializes a new instance of the class with the provided parameters + /// + /// Parent container + /// Delimiter set indicating how to segregate segments and elements + /// Segment string for the loop + internal HierarchicalLoop(Container parent, X12DelimiterSet delimiters, string segment) + : base(parent, delimiters, segment) + { + } + + public HierarchicalLoopSpecification Specification { get; internal set; } + + internal override IList AllowedChildLoops => + this.Specification != null ? this.Specification.LoopSpecifications : new List(); + + internal override IList AllowedChildSegments => + this.Specification != null ? this.Specification.SegmentSpecifications : new List(); + + [XmlAttribute("Id")] + public string Id => this.GetElement(1); + + [XmlAttribute("ParentId")] + public string ParentId => this.GetElement(2); + + public string LevelCode => this.GetElement(3); + + public string HierarchicalChildCode + { + get { return this.GetElement(4); } + internal set { this.SetElement(4, value); } + } + + public override bool AllowsHierarchicalLoop(string levelCode) + { + return true; + } + + public override HierarchicalLoop AddHLoop(string id, string levelCode, bool? willHoldChildHLoops) + { + var hloop = base.AddHLoop(string.Format("HL{0}{1}{0}{2}{0}{3}{0}", this.DelimiterSet.ElementSeparator, id, this.Id, levelCode)); + if (willHoldChildHLoops.HasValue) + { + hloop.HierarchicalChildCode = willHoldChildHLoops.Value ? "1" : "0"; + } + + return hloop; + } + + internal override IEnumerable TrailerSegmentIds + { + get + { + var list = new List(); + + foreach (var spec in this.Specification.SegmentSpecifications.Where(ss => ss.Trailer)) + { + list.Add(spec.SegmentId); + } + + return list; + } + } + + internal override void WriteXml(System.Xml.XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + writer.WriteStartElement("HierarchicalLoop"); + + if (this.Specification != null) + { + writer.WriteAttributeString("LoopId", this.Specification.LoopId); + writer.WriteAttributeString("LoopName", this.Specification.Name); + } + + writer.WriteAttributeString("Id", this.Id); + writer.WriteAttributeString("ParentId", this.ParentId); + + base.WriteXml(writer); + + writer.WriteEndElement(); + } + } + + public override string ToString() + { + return $"Loop(Id={this.Id},ParentId={this.ParentId},Level={this.LevelCode},ChildLoops={this.Loops.Count()}, ChildSegments={this.Segments.Count})"; + } + } +} diff --git a/src/X12.Shared/Models/HierarchicalLoopContainer.cs b/src/X12.Shared/Models/HierarchicalLoopContainer.cs new file mode 100644 index 00000000..35fc4eaa --- /dev/null +++ b/src/X12.Shared/Models/HierarchicalLoopContainer.cs @@ -0,0 +1,188 @@ +namespace X12.Shared.Models +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Text; + + using X12.Shared.Properties; + + /// + /// Represents a with hierarchical structure and data + /// + public abstract class HierarchicalLoopContainer : LoopContainer + { + private Dictionary hLoops; + + public IEnumerable HLoops => this.hLoops.Values; + + protected Dictionary AllHLoops { get; set; } + + public abstract bool AllowsHierarchicalLoop(string levelCode); + + public abstract HierarchicalLoop AddHLoop(string id, string levelCode, bool? existingHierarchalLoops); + + public HierarchicalLoop FindHLoop(string id) + { + return this.AllHLoops.ContainsKey(id) ? this.AllHLoops[id] : null; + } + + public bool HasHierachicalSpecs() + { + if (this is Transaction) + { + return true; + } + + if (this is HierarchicalLoop) + { + return false; + } + + if (this is Loop) + { + return ((Loop)this).Specification.HierarchicalLoopSpecifications.Count > 0; + } + + return false; + } + + /// + /// Adds to the current container with the provided segment string + /// + /// String of loop to be added + /// Loop created from segment string + /// Thrown if the transaction has been previously added + /// of if the transaction specification is null + /// Thrown if the current loop container doesn't have a valid + /// parent + public HierarchicalLoop AddHLoop(string segmentString) + { + Transaction transaction = this.Transaction; + + var hl = new HierarchicalLoop(this, this.DelimiterSet, segmentString); + + HierarchicalLoopContainer specContainer = this; + while (!(specContainer is HierarchicalLoopContainer && specContainer.HasHierachicalSpecs())) + { + if (specContainer.Parent is HierarchicalLoopContainer) + { + specContainer = (HierarchicalLoopContainer)specContainer.Parent; + } + else + { + throw new InvalidOperationException( + string.Format(Resources.InvalidHLSpecError, segmentString)); + } + } + + if (specContainer is Transaction) + { + hl.Specification = transaction.Specification.HierarchicalLoopSpecifications.FirstOrDefault( + hls => hls.LevelCode == null || hls.LevelCode.ToString() == hl.LevelCode); + } + + if (specContainer is HierarchicalLoop hLoopWithSpec) + { + hl.Specification = hLoopWithSpec.Specification.HierarchicalLoopSpecifications.FirstOrDefault( + hls => hls.LevelCode == null || hls.LevelCode.ToString() == hl.LevelCode); + } + + if (specContainer is Loop loopWithSpec) + { + hl.Specification = loopWithSpec.Specification.HierarchicalLoopSpecifications.FirstOrDefault( + hls => hls.LevelCode == null || hls.LevelCode.ToString() == hl.LevelCode); + } + + if (hl.Specification == null) + { + throw new TransactionValidationException( + Resources.TransactionHLCodeError, + transaction.IdentifierCode, + transaction.ControlNumber, + "HL03", + hl.LevelCode); + } + + this.hLoops.Add(hl.Id, hl); + + // loop id must be unique throughout the transaction + try + { + specContainer.AddToHLoopDictionary(hl); + } + catch (ArgumentException) + { + throw new TransactionValidationException( + Resources.UnableToAddHLoop, + transaction.IdentifierCode, + transaction.ControlNumber, + "HL01", + hl.Id); + } + + return hl; + } + + /// + /// Adds a provided to the container + /// + /// Loop to be added + /// Thrown if the loop ID is not unique + internal void AddToHLoopDictionary(HierarchicalLoop hloop) + { + this.AllHLoops.Add(hloop.Id, hloop); + } + + internal HierarchicalLoopContainer(Container parent, X12DelimiterSet delimiters, string startingSegment) + : base(parent, delimiters, startingSegment) + { + this.AllHLoops = new Dictionary(); + } + + internal override void Initialize(string segment) + { + base.Initialize(segment); + this.hLoops = new Dictionary(); + } + + internal override int CountTotalSegments() + { + return base.CountTotalSegments() + this.HLoops.Sum(hl => hl.CountTotalSegments()); + } + + internal override string SerializeBodyToX12(bool addWhitespace) + { + var sb = new StringBuilder(base.SerializeBodyToX12(addWhitespace)); + foreach (var hloop in this.HLoops) + { + sb.Append(hloop.ToX12String(addWhitespace)); + } + + return sb.ToString(); + } + + internal override void WriteXml(System.Xml.XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + base.WriteXml(writer); + + foreach (var segment in this.Segments) + { + segment.WriteXml(writer); + } + + foreach (var hloop in this.HLoops) + { + hloop.WriteXml(writer); + } + + foreach (var segment in this.TrailerSegments) + { + segment.WriteXml(writer); + } + } + } + } +} diff --git a/src/X12.Shared/Models/Interchange.cs b/src/X12.Shared/Models/Interchange.cs new file mode 100644 index 00000000..22b1b313 --- /dev/null +++ b/src/X12.Shared/Models/Interchange.cs @@ -0,0 +1,322 @@ +namespace X12.Shared.Models +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Text; + using System.Xml; + using System.Xml.Serialization; + + using X12.Shared.Properties; + using X12.Specifications; + using X12.Specifications.Finders; + using X12.Specifications.Interfaces; + + public class Interchange : Container + { + private readonly List functionGroups; + + public Interchange(ISpecificationFinder specFinder, string segmentString) + : base(null, new X12DelimiterSet(segmentString.ToCharArray()), segmentString) + { + this.SpecFinder = specFinder; + this.functionGroups = new List(); + } + + public Interchange(ISpecificationFinder specFinder, DateTime date, int controlNumber, bool production, X12DelimiterSet delimiters) + : base(null, delimiters, string.Format( + "ISA{1}00{1} {1}00{1} {1}01{1}SENDERID HERE {1}01{1}RECIEVERID HERE{1}{3:yyMMdd}{1}{3:HHmm}{1}U{1}00401{1}{4:000000000}{1}1{1}{5}{1}{2}{0}", + delimiters.SegmentTerminator, + delimiters.ElementSeparator, + delimiters.SubElementSeparator, + date, + controlNumber, + production ? "P" : "T")) + { + this.SpecFinder = specFinder; + if (controlNumber > 999999999 || controlNumber < 1) + { + throw new ElementValidationException( + Resources.InterchangeValueOutOfRange, + "ISA00", + controlNumber.ToString()); + } + + this.functionGroups = new List(); + this.SetTerminatingTrailerSegment(string.Format("IEA{0}0{0}{2:000000000}{1}", delimiters.ElementSeparator, delimiters.SegmentTerminator, controlNumber)); + } + + public Interchange(DateTime date, int controlNumber, bool production) + : this(new SpecificationFinder(), date, controlNumber, production, new X12DelimiterSet('~', '*', ':')) + { + } + + public Interchange(DateTime date, int controlNumber, bool production, char segmentTerminator, char elementSeparator, char subElementSeparator) + : this(new SpecificationFinder(), date, controlNumber, production, new X12DelimiterSet(segmentTerminator, elementSeparator, subElementSeparator)) + { + } + + internal Interchange() + : base(null, null, "GS") + { + } + + public string AuthorInfoQualifier + { + get { return this.GetElement(1); } + set { this.SetElement(1, $"{value,-2}"); } + } + + public string AuthorInfo + { + get { return this.GetElement(2); } + set { this.SetElement(2, $"{value,-10}"); } + } + + public string SecurityInfoQualifier + { + get { return this.GetElement(3); } + set { this.SetElement(3, $"{value,-2}"); } + } + + public string SecurityInfo + { + get { return this.GetElement(4); } + set { this.SetElement(4, $"{value,-10}"); } + } + + public string InterchangeSenderIdQualifier + { + get { return this.GetElement(5); } + set { this.SetElement(5, $"{value,-2}"); } + } + + public string InterchangeSenderId + { + get { return this.GetElement(6); } + set { this.SetElement(6, $"{value,-15}"); } + } + + public string InterchangeReceiverIdQualifier + { + get { return this.GetElement(7); } + set { this.SetElement(7, $"{value,-2}"); } + } + + public string InterchangeReceiverId + { + get { return this.GetElement(8); } + set { this.SetElement(8, $"{value,-15}"); } + } + + /// + /// Gets or sets the interchange date + /// + /// Thrown if ISA date time elements cannot be parsed + public DateTime InterchangeDate + { + get + { + DateTime date; + if (DateTime.TryParseExact(this.GetElement(9) + this.GetElement(10), "yyMMddHHmm", null, System.Globalization.DateTimeStyles.None, out date)) + { + return date; + } + + if (DateTime.TryParseExact(this.GetElement(9), "yyMMdd", null, System.Globalization.DateTimeStyles.None, out date)) + { + return date; + } + + throw new ArgumentException( + string.Format( + Resources.IsaDateTimeParsingError, + this.GetElement(9), + this.GetElement(10))); + } + + set + { + this.SetElement(9, $"{value:yyMMdd}"); + this.SetElement(10, $"{value:HHmm}"); + } + } + + public string InterchangeControlNumber => this.GetElement(13); + + public IEnumerable FunctionGroups => this.functionGroups; + + internal ISpecificationFinder SpecFinder { get; } + + internal override IList AllowedChildSegments => new List(); + + internal override IEnumerable TrailerSegmentIds => new List(); + + public FunctionGroup AddFunctionGroup(string segmentString) + { + var fg = new FunctionGroup(this.SpecFinder, this, this.DelimiterSet, segmentString); + this.functionGroups.Add(fg); + return fg; + } + + public FunctionGroup AddFunctionGroup(string functionIdCode, DateTime date, int controlNumber) + { + return this.AddFunctionGroup(functionIdCode, date, controlNumber, "004010X096A1"); + } + + /// + /// Adds a new to the interchange + /// + /// Id code of new FunctionGroup + /// DateTime for function group + /// FunctionGroup control number + /// Version for FunctionGroup + /// New FunctionGroup object + /// Thrown if the control number is not within acceptable range + public FunctionGroup AddFunctionGroup(string functionIdCode, DateTime date, int controlNumber, string version) + { + if (controlNumber > 999999999 || controlNumber < 1) + { + throw new ElementValidationException( + Resources.ElementValueOutOfRange, + "GS06", + controlNumber.ToString()); + } + + var fg = new FunctionGroup( + this.SpecFinder, + this, + this.DelimiterSet, + string.Format("GS{0}{0}{0}{0}{0}{0}{0}X{0}{2}{1}", this.DelimiterSet.ElementSeparator, this.DelimiterSet.SegmentTerminator, version)) + { + FunctionalIdentifierCode = functionIdCode, + Date = date, + ControlNumber = controlNumber + }; + + fg.SetTerminatingTrailerSegment(string.Format("GE{0}0{0}{2}{1}", this.DelimiterSet.ElementSeparator, this.DelimiterSet.SegmentTerminator, controlNumber)); + this.functionGroups.Add(fg); + return fg; + } + + public override string ToX12String(bool addWhitespace) + { + this.UpdateTrailerSegmentCount("IEA", 1, this.functionGroups.Count); + return base.ToX12String(addWhitespace); + } + + public string Serialize() + { + return this.Serialize(false); + } + + public virtual string Serialize(bool suppressComments) + { + var memoryStream = new MemoryStream(); + this.Serialize(memoryStream); + memoryStream.Seek(0, SeekOrigin.Begin); + var streamReader = new StreamReader(memoryStream); + string xml = streamReader.ReadToEnd(); + + if (suppressComments) + { + var doc = new XmlDocument + { + PreserveWhitespace = true + }; + doc.LoadXml(xml); + this.RemoveComments((XmlElement)doc.SelectSingleNode("Interchange")); + xml = doc.OuterXml; + } + + return xml; + } + + public void Serialize(Stream stream) + { + var xmlSerializer = new XmlSerializer(this.GetType()); + xmlSerializer.Serialize(stream, this); + } + + internal override string SerializeBodyToX12(bool addWhitespace) + { + var sb = new StringBuilder(); + foreach (var fg in this.functionGroups) + { + sb.Append(fg.ToX12String(addWhitespace)); + } + + return sb.ToString(); + } + + internal override void WriteXml(XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + switch (this.DelimiterSet.SegmentTerminator) + { + case '\x1D': + string terminator = Convert.ToBase64String(Encoding.ASCII.GetBytes(this.DelimiterSet.SegmentTerminator.ToString())); + writer.WriteAttributeString("segment-terminator", terminator); + break; + default: + writer.WriteAttributeString("segment-terminator", this.DelimiterSet.SegmentTerminator.ToString()); + break; + } + + writer.WriteAttributeString("element-separator", this.DelimiterSet.ElementSeparator.ToString()); + writer.WriteAttributeString("sub-element-separator", this.DelimiterSet.SubElementSeparator.ToString()); + base.WriteXml(writer); + + foreach (var segment in this.Segments) + { + segment.WriteXml(writer); + } + + foreach (var functionGroup in this.FunctionGroups) + { + functionGroup.WriteXml(writer); + } + + foreach (var segment in this.TrailerSegments) + { + segment.WriteXml(writer); + } + } + } + + private void RemoveComments(XmlElement element) + { + var comments = new List(); + + foreach (XmlNode childElement in element.ChildNodes) + { + if (childElement is XmlComment xmlComment) + { + comments.Add(xmlComment); + } + } + + foreach (XmlComment comment in comments) + { + XmlWhitespace prev = comment.PreviousSibling as XmlWhitespace; + XmlWhitespace next = comment.NextSibling as XmlWhitespace; + if (prev?.Value != null && prev.Value.StartsWith(Environment.NewLine) + && next?.Value != null && next.Value.StartsWith(Environment.NewLine)) + { + element.RemoveChild(next); + } + + element.RemoveChild(comment); + } + + foreach (XmlNode childElement in element.ChildNodes) + { + if (childElement is XmlElement xmlElement && childElement.HasChildNodes) + { + this.RemoveComments(xmlElement); + } + } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Loop.cs b/src/X12.Shared/Models/Loop.cs similarity index 52% rename from src/OopFactory.X12/Parsing/Model/Loop.cs rename to src/X12.Shared/Models/Loop.cs index 4f114b46..d4809b1c 100644 --- a/src/OopFactory.X12/Parsing/Model/Loop.cs +++ b/src/X12.Shared/Models/Loop.cs @@ -1,78 +1,74 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Serialization; -using System.IO; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Parsing.Model -{ - public class Loop : HierarchicalLoopContainer - { - internal Loop(Container parent, X12DelimiterSet delimiters, string startingSegment, LoopSpecification loopSpecification) - : base(parent, delimiters, startingSegment) - { - Specification = loopSpecification; - } - - public LoopSpecification Specification { get; private set; } - - internal override IList AllowedChildLoops - { - get { return Specification.LoopSpecifications; } - } - - internal override IList AllowedChildSegments - { - get { return Specification.SegmentSpecifications; } - } - - internal override IEnumerable TrailerSegmentIds - { - get - { - var list = new List(); - - foreach (var spec in Specification.SegmentSpecifications.Where(ss => ss.Trailer == true)) - list.Add(spec.SegmentId); - return list; - } - } - - public override bool AllowsHierarchicalLoop(string levelCode) - { - return this.Specification.HierarchicalLoopSpecifications.Exists(hl => hl.LevelCode == levelCode || hl.LevelCode == null || hl.LevelCode == ""); - } - - public override HierarchicalLoop AddHLoop(string id, string levelCode, bool? willHoldChildHLoops) - { - var hloop = base.AddHLoop(string.Format("HL{0}{1}{0}{2}{0}{3}{0}", _delimiters.ElementSeparator, id, "", levelCode)); - if (willHoldChildHLoops.HasValue) - hloop.HierarchicalChildCode = willHoldChildHLoops.Value ? "1" : "0"; - return hloop; - } - - #region IXmlSerializable Members - - internal override void WriteXml(System.Xml.XmlWriter writer) - { - if (!string.IsNullOrEmpty(SegmentId)) - { - writer.WriteStartElement("Loop"); - - if (Specification != null) - { - writer.WriteAttributeString("LoopId", Specification.LoopId); - writer.WriteAttributeString("Name", Specification.Name); - } - - base.WriteXml(writer); - - writer.WriteEndElement(); - } - } - #endregion - } -} +namespace X12.Shared.Models +{ + using System.Collections.Generic; + using System.Linq; + + using X12.Specifications; + + public class Loop : HierarchicalLoopContainer + { + internal Loop(Container parent, X12DelimiterSet delimiters, string startingSegment, LoopSpecification loopSpecification) + : base(parent, delimiters, startingSegment) + { + this.Specification = loopSpecification; + } + + public LoopSpecification Specification { get; } + + internal override IList AllowedChildLoops => this.Specification.LoopSpecifications; + + internal override IList AllowedChildSegments => this.Specification.SegmentSpecifications; + + internal override IEnumerable TrailerSegmentIds + { + get + { + var list = new List(); + + foreach (var spec in this.Specification.SegmentSpecifications.Where(ss => ss.Trailer)) + { + list.Add(spec.SegmentId); + } + + return list; + } + } + + public override bool AllowsHierarchicalLoop(string levelCode) + { + return this.Specification + .HierarchicalLoopSpecifications + .Exists(hl => hl.LevelCode == levelCode + || hl.LevelCode == null + || hl.LevelCode == string.Empty); + } + + public override HierarchicalLoop AddHLoop(string id, string levelCode, bool? willHoldChildHLoops) + { + var hloop = base.AddHLoop(string.Format("HL{0}{1}{0}{2}{0}{3}{0}", this.DelimiterSet.ElementSeparator, id, string.Empty, levelCode)); + if (willHoldChildHLoops.HasValue) + { + hloop.HierarchicalChildCode = willHoldChildHLoops.Value ? "1" : "0"; + } + + return hloop; + } + + internal override void WriteXml(System.Xml.XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + writer.WriteStartElement("Loop"); + + if (this.Specification != null) + { + writer.WriteAttributeString("LoopId", this.Specification.LoopId); + writer.WriteAttributeString("Name", this.Specification.Name); + } + + base.WriteXml(writer); + writer.WriteEndElement(); + } + } + } +} diff --git a/src/X12.Shared/Models/LoopContainer.cs b/src/X12.Shared/Models/LoopContainer.cs new file mode 100644 index 00000000..d2bae237 --- /dev/null +++ b/src/X12.Shared/Models/LoopContainer.cs @@ -0,0 +1,106 @@ +namespace X12.Shared.Models +{ + using System.Collections.Generic; + using System.Linq; + + using X12.Specifications; + + public abstract class LoopContainer : Container + { + internal LoopContainer(Container parent, X12DelimiterSet delimiters, string startingSegment) + : base(parent, delimiters, startingSegment) + { + } + + public IList Loops { get; private set; } + + internal abstract IList AllowedChildLoops { get; } + + /// + /// Adds a loop specified by the provided segment string to the + /// + /// String representing the loop to be added + /// Loop added to the container; otherwise, null + public Loop AddLoop(string segmentString) + { + LoopSpecification loopSpec = this.GetLoopSpecification(segmentString); + + if (loopSpec != null) + { + var loop = new Loop(this, this.DelimiterSet, segmentString, loopSpec); + this.Segments.Add(loop); + this.Loops.Add(loop); + return loop; + } + + return null; + } + + public T AddLoop(T loop) where T : TypedLoop + { + string segmentString = loop.GetSegmentString(this.DelimiterSet); + LoopSpecification loopSpec = this.GetLoopSpecification(segmentString); + + if (loopSpec != null) + { + loop.Initialize(this, this.DelimiterSet, loopSpec); + this.Segments.Add(loop.Loop); + this.Loops.Add(loop.Loop); + return loop; + } + + throw new TransactionValidationException( + "Loop {3} could not be added because it could not be found in the specification for {2}", + null, + null, + this.SegmentId, + segmentString); + } + + internal override void Initialize(string segment) + { + base.Initialize(segment); + this.Loops = new List(); + } + + private LoopSpecification GetLoopSpecification(string segmentString) + { + var segment = new Segment(this, this.DelimiterSet, segmentString); + + IList matchingLoopSpecs = this.AllowedChildLoops + .Where(cl => cl.StartingSegment.SegmentId == segment.SegmentId) + .ToList(); + + if (matchingLoopSpecs.Count == 0) + { + return null; + } + + if (segment.SegmentId == "NM1" || segment.SegmentId == "N1") + { + LoopSpecification spec = matchingLoopSpecs.FirstOrDefault(ls => ls.StartingSegment.EntityIdentifiers.Any(ei => ei.Code == segment.GetElement(1) || ei.Code == "Item" + segment.GetElement(1))); + if (spec == null) + { + if (matchingLoopSpecs.Count(ls => ls.StartingSegment.SegmentId == segment.SegmentId) == 1) + { + spec = matchingLoopSpecs.First(ls => ls.StartingSegment.SegmentId == segment.SegmentId); + } + } + + return spec; + } + + return matchingLoopSpecs.FirstOrDefault(); + } + + internal override int CountTotalSegments() + { + return base.CountTotalSegments() + this.Loops.Sum(l => l.CountTotalSegments()) - this.Loops.Count(); + } + + internal override string SerializeBodyToX12(bool addWhitespace) + { + return string.Empty; + } + } +} diff --git a/src/X12.Shared/Models/Segment.cs b/src/X12.Shared/Models/Segment.cs new file mode 100644 index 00000000..f61f3612 --- /dev/null +++ b/src/X12.Shared/Models/Segment.cs @@ -0,0 +1,301 @@ +namespace X12.Shared.Models +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Text; + using System.Xml; + using System.Xml.Serialization; + + using X12.Shared.Properties; + using X12.Specifications; + using X12.Specifications.Enumerations; + using X12.Specifications.Interfaces; + + public class Segment : DetachedSegment, IXmlSerializable + { + public Segment(Container parent, X12DelimiterSet delimiters, string segment) + : base(delimiters, segment) + { + this.Parent = parent; + this.Initialize(segment); + this.DelimiterSet = delimiters; + } + + public Container Parent { get; } + + private SegmentSpecification SegmentSpec => + this.SpecFinder.FindSegmentSpec(this.FunctionGroup != null ? this.FunctionGroup.VersionIdentifierCode : string.Empty, this.SegmentId); + + private FunctionGroup FunctionGroup + { + get + { + if (this is Interchange) + { + return null; + } + + if (this is FunctionGroup) + { + return (FunctionGroup)this; + } + + if (this is Transaction) + { + return ((Transaction)this).FunctionGroup; + } + + if (this.Parent is FunctionGroup functionGroup) + { + return functionGroup; + } + + if (this.Parent is Interchange) + { + return null; + } + + return (FunctionGroup)this.Parent.Transaction.Parent; + } + } + + private ISpecificationFinder SpecFinder + { + get + { + if (this.FunctionGroup != null) + { + return this.FunctionGroup.SpecFinder; + } + + if (this is Interchange) + { + return ((Interchange)this).SpecFinder; + } + + return ((Interchange)this.Parent).SpecFinder; + } + } + + public static int ParseBinarySize(char elementSeparator, string segment, out int binaryStart) + { + binaryStart = -1; + int firstIndex = segment.IndexOf(elementSeparator); + string segmentId = segment.Substring(0, firstIndex); + + if (segmentId == "BDS") + { + firstIndex = segment.IndexOf(elementSeparator, firstIndex + 1); + } + + int nextIndex = segment.IndexOf(elementSeparator, firstIndex + 1); + + if (nextIndex > firstIndex) + { + string slength = segment.Substring(firstIndex + 1, nextIndex - firstIndex - 1); + binaryStart = nextIndex + 1; + int length; + if (int.TryParse(slength, out length)) + { + return length; + } + } + + return 0; + } + + public virtual string ToX12String(bool addWhitespace) + { + var sb = new StringBuilder(); + if (addWhitespace) + { + sb.AppendLine(); + } + + sb.Append(this.SegmentString); + if (this.DelimiterSet.SegmentTerminator != '\r' && this.DelimiterSet.SegmentTerminator != '\n') + { + sb.Append(this.DelimiterSet.SegmentTerminator); + } + + return sb.ToString(); + } + + public string SerializeToX12(bool addWhitespace) + { + return this.ToX12String(addWhitespace).Trim(); + } + + public override string ToString() + { + return this.SegmentString; + } + + internal virtual void WriteXml(XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + writer.WriteStartElement(this.SegmentId); + for (int i = 0; i < this.DataElements.Count; i++) + { + string elementName = string.Format("{0}{1:00}", this.SegmentId, i + 1); + var identifiers = new List(); + + if (this.SegmentSpec != null + && this.SegmentSpec.Elements.Count > i + && !string.IsNullOrEmpty(this.DataElements[i])) + { + writer.WriteComment(this.SegmentSpec.Elements[i].Name); + identifiers = this.SegmentSpec.Elements[i].AllowedIdentifiers; + } + + if (this.DataElements[i].IndexOf(this.DelimiterSet.SubElementSeparator) < 0 + || this.SegmentId == "BIN" + || this.SegmentId == "BDS") + { + writer.WriteStartElement(elementName); + writer.WriteValue(this.DataElements[i]); + if (this.SegmentSpec != null + && this.SegmentSpec.Elements.Count > i + && this.SegmentSpec.Elements[i].Type == ElementDataType.Identifier) + { + var allowedValue = identifiers.FirstOrDefault(ai => ai.ID == this.DataElements[i]); + if (allowedValue != null) + { + writer.WriteComment(allowedValue.Description); + } + } + + writer.WriteEndElement(); + } + else + { + writer.WriteStartElement(elementName); + var subElements = this.DataElements[i].Split(this.DelimiterSet.SubElementSeparator); + for (int j = 0; j < subElements.Length; j++) + { + string subElementName = string.Format("{0}{1:00}", elementName, j + 1); + writer.WriteStartElement(subElementName); + writer.WriteValue(subElements[j]); + if (this.SegmentSpec != null + && this.SegmentSpec.Elements.Count > i + && this.SegmentSpec.Elements[i].Type == ElementDataType.Identifier) + { + var allowedValue = identifiers.FirstOrDefault(ai => ai.ID == subElements[j]); + if (allowedValue != null) + { + writer.WriteComment(allowedValue.Description); + } + } + + writer.WriteEndElement(); + } + + writer.WriteEndElement(); + } + } + + writer.WriteEndElement(); + } + } + + protected override void ValidateAgainstSegmentSpecification(string elementId, int elementNumber, string value) + { + ElementSpecification spec = this.SegmentSpec?.Elements[elementNumber - 1]; + + if (spec != null) + { + if (value.Length == 0 && spec.Required) + { + throw new ElementValidationException(Resources.ElementRequiredError, elementId, value); + } + + if (value.Length > 0) + { + if (value.Length < spec.MinLength || spec.MaxLength > 0 && value.Length > spec.MaxLength) + { + throw new ElementValidationException( + "Element {0} cannot contain the value '{1}' because it must be between {2} and {3} characters in length.", + elementId, + value, + spec.MinLength, + spec.MaxLength); + } + } + + switch (spec.Type) + { + case ElementDataType.Numeric: + int number; + if (!int.TryParse(value, out number)) + { + throw new ElementValidationException( + "Element {0} cannot contain the value '{1}' because it is constrained to be an implied decimal.", + elementId, + value); + } + + break; + case ElementDataType.Decimal: + decimal decNumber; + if (!decimal.TryParse(value, out decNumber)) + { + throw new ElementValidationException( + "Element {0} cannot contain the value '{1}' because it is constrained to be a decimal.", + elementId, + value); + } + + break; + case ElementDataType.Identifier: + if (spec.AllowedListInclusive && spec.AllowedIdentifiers.Count > 0) + { + if (spec.AllowedIdentifiers.FirstOrDefault(ai => ai.ID == value) == null) + { + string[] ids = new string[spec.AllowedIdentifiers.Count]; + for (int i = 0; i < spec.AllowedIdentifiers.Count; i++) + { + ids[i] = spec.AllowedIdentifiers[i].ID; + } + + string expected = string.Empty; + if (ids.Length > 1) + { + expected = string.Join(", ", ids, 0, ids.Length - 1); + expected += " or " + ids[ids.Length - 1]; + } + else + { + expected = ids[0]; + } + + throw new ElementValidationException( + "Element '{0}' cannot contain the value '{1}'. Specification restricts this to {2}.", + elementId, + value, + expected); + } + } + + break; + } + } + } + + System.Xml.Schema.XmlSchema IXmlSerializable.GetSchema() + { + throw new NotImplementedException(); + } + + void IXmlSerializable.ReadXml(XmlReader reader) + { + throw new NotImplementedException(); + } + + void IXmlSerializable.WriteXml(XmlWriter writer) + { + this.WriteXml(writer); + } + } +} diff --git a/src/X12.Shared/Models/Transaction.cs b/src/X12.Shared/Models/Transaction.cs new file mode 100644 index 00000000..29b66828 --- /dev/null +++ b/src/X12.Shared/Models/Transaction.cs @@ -0,0 +1,89 @@ +namespace X12.Shared.Models +{ + using System.Collections.Generic; + using System.Linq; + using System.Xml; + + using X12.Specifications; + + public class Transaction : HierarchicalLoopContainer + { + internal Transaction(Container parent, X12DelimiterSet delimiters, string segment, TransactionSpecification spec) + : base(parent, delimiters, segment) + { + this.Specification = spec; + } + + public FunctionGroup FunctionGroup => (FunctionGroup)this.Parent; + + public TransactionSpecification Specification { get; } + + public string IdentifierCode + { + get { return this.GetElement(1); } + set { this.SetElement(1, value); } + } + public string ControlNumber + { + get { return this.GetElement(2); } + set { this.SetElement(2, value); } + } + + internal override IList AllowedChildLoops => + this.Specification != null ? this.Specification.LoopSpecifications : new List(); + + internal override IList AllowedChildSegments => + this.Specification != null ? this.Specification.SegmentSpecifications : new List(); + + public override bool AllowsHierarchicalLoop(string levelCode) + { + return this.Specification + .HierarchicalLoopSpecifications + .Exists(hl => hl.LevelCode == levelCode || hl.LevelCode == null || hl.LevelCode == string.Empty); + } + + public override HierarchicalLoop AddHLoop(string id, string levelCode, bool? willHoldChildHLoops) + { + var hloop = base.AddHLoop(string.Format("HL{0}{1}{0}{0}{2}{0}", this.DelimiterSet.ElementSeparator, id, levelCode)); + if (willHoldChildHLoops.HasValue) + { + hloop.HierarchicalChildCode = willHoldChildHLoops.Value ? "1" : "0"; + } + return hloop; + } + + internal override IEnumerable TrailerSegmentIds + { + get + { + var list = new List(); + + foreach (var spec in this.Specification.SegmentSpecifications.Where(ss => ss.Trailer)) + { + list.Add(spec.SegmentId); + } + + return list; + } + } + + public override string ToX12String(bool addWhitespace) + { + this.UpdateTrailerSegmentCount("SE", 1, this.CountTotalSegments()); + return base.ToX12String(addWhitespace); + } + + internal override void WriteXml(XmlWriter writer) + { + if (!string.IsNullOrEmpty(this.SegmentId)) + { + writer.WriteStartElement("Transaction"); + writer.WriteAttributeString("ControlNumber", this.ControlNumber); + + base.WriteXml(writer); + + writer.WriteEndElement(); + } + } + } +} diff --git a/src/X12.Shared/Models/TransactionValidationException.cs b/src/X12.Shared/Models/TransactionValidationException.cs new file mode 100644 index 00000000..9d9ba4df --- /dev/null +++ b/src/X12.Shared/Models/TransactionValidationException.cs @@ -0,0 +1,51 @@ +namespace X12.Shared.Models +{ + using System; + + public class TransactionValidationException : ArgumentException + { + /// + /// Initializes a new instance of the class + /// + /// String message to be printed + /// Transaction code + /// Transaction control number + /// Element ID + /// Element value + /// Additional arguments + public TransactionValidationException( + string formatString, + string transactionCode, + string controlNumber, + string elementId, + string value, + params object[] args) + : base(string.Format(formatString, transactionCode, controlNumber, elementId, value, args.Length > 0 ? args[0] : null, args.Length > 1 ? args[1] : null), transactionCode) + { + this.TransactionCode = transactionCode; + this.ControlNumber = controlNumber; + this.ElementId = elementId; + this.Value = value; + } + + /// + /// Gets the transaction code when the exception was thrown + /// + public string TransactionCode { get; } + + /// + /// Gets the control number for the transaction + /// + public string ControlNumber { get; } + + /// + /// Gets the element id when the exception was thrown + /// + public string ElementId { get; } + + /// + /// Gets a value that the exception was thrown with + /// + public string Value { get; } + } +} diff --git a/src/X12.Shared/Models/TypedElements/TypedElementContextIdentification.cs b/src/X12.Shared/Models/TypedElements/TypedElementContextIdentification.cs new file mode 100644 index 00000000..b514a79e --- /dev/null +++ b/src/X12.Shared/Models/TypedElements/TypedElementContextIdentification.cs @@ -0,0 +1,52 @@ +namespace X12.Shared.Models.TypedElements +{ + public class TypedElementContextIdentification + { + private readonly int elementNumber; + private readonly Segment segment; + private string name; + private string reference; + + internal TypedElementContextIdentification(Segment segment, int elementNumber) + { + this.segment = segment; + this.elementNumber = elementNumber; + } + + private void UpdateElement() + { + string value = + $"{this.name}{this.segment.Delimiters.SubElementSeparator}{this.reference}"; + value = value.TrimEnd(this.segment.Delimiters.SubElementSeparator); + this.segment.SetElement(this.elementNumber, value); + } + + public string _1_ContextName + { + get + { + return this.name; + } + + set + { + this.name = value; + this.UpdateElement(); + } + } + + public string _2_ContextReference + { + get + { + return this.reference; + } + + set + { + this.reference = value; + this.UpdateElement(); + } + } + } +} diff --git a/src/X12.Shared/Models/TypedElements/TypedElementHealthCareCodeInfo.cs b/src/X12.Shared/Models/TypedElements/TypedElementHealthCareCodeInfo.cs new file mode 100644 index 00000000..c7860c63 --- /dev/null +++ b/src/X12.Shared/Models/TypedElements/TypedElementHealthCareCodeInfo.cs @@ -0,0 +1,18 @@ +namespace X12.Shared.Models.TypedElements +{ + public class TypedElementHealthCareCodeInfo + { + private readonly int elementNumber; + private readonly Segment segment; + + internal TypedElementHealthCareCodeInfo(Segment segment, int elementNumber) + { + this.segment = segment; + this.elementNumber = elementNumber; + } + + private void UpdateElement() + { + } + } +} diff --git a/src/X12.Shared/Models/TypedElements/TypedElementPositionInSegment.cs b/src/X12.Shared/Models/TypedElements/TypedElementPositionInSegment.cs new file mode 100644 index 00000000..f0f9065d --- /dev/null +++ b/src/X12.Shared/Models/TypedElements/TypedElementPositionInSegment.cs @@ -0,0 +1,75 @@ +namespace X12.Shared.Models.TypedElements +{ + public class TypedElementPositionInSegment + { + private readonly int elementNumber; + + private readonly Segment segment; + + private int? elementPositionInSegment; + + private int? componentDataElementPositionInComposite; + + private int? repeatingDataElementPosition; + + internal TypedElementPositionInSegment(Segment segment, int elementNumber) + { + this.segment = segment; + this.elementNumber = elementNumber; + } + + private void UpdateElement() + { + string value = string.Format( + "{1}{0}{2}{0}{3}", + this.segment.Delimiters.SubElementSeparator, + this.elementPositionInSegment, + this.componentDataElementPositionInComposite, + this.repeatingDataElementPosition); + value = value.TrimEnd(this.segment.Delimiters.SubElementSeparator); + this.segment.SetElement(this.elementNumber, value); + } + + public int? _1_ElementPositionInSegment + { + get + { + return this.elementPositionInSegment; + } + + set + { + this.elementPositionInSegment = value; + this.UpdateElement(); + } + } + + public int? _2_ComponentDataElementPositionInComposite + { + get + { + return this.componentDataElementPositionInComposite; + } + + set + { + this.componentDataElementPositionInComposite = value; + this.UpdateElement(); + } + } + + public int? _3_RepeatingDataElementPosition + { + get + { + return this.repeatingDataElementPosition; + } + + set + { + this.repeatingDataElementPosition = value; + this.UpdateElement(); + } + } + } +} diff --git a/src/X12.Shared/Models/TypedElements/TypedElementReferenceInSegment.cs b/src/X12.Shared/Models/TypedElements/TypedElementReferenceInSegment.cs new file mode 100644 index 00000000..2dd7251c --- /dev/null +++ b/src/X12.Shared/Models/TypedElements/TypedElementReferenceInSegment.cs @@ -0,0 +1,6 @@ +namespace X12.Shared.Models.TypedElements +{ + public class TypedElementReferenceInSegment + { + } +} diff --git a/src/X12.Shared/Models/TypedElements/TypedElementRelatedCausesInfo.cs b/src/X12.Shared/Models/TypedElements/TypedElementRelatedCausesInfo.cs new file mode 100644 index 00000000..f25432c5 --- /dev/null +++ b/src/X12.Shared/Models/TypedElements/TypedElementRelatedCausesInfo.cs @@ -0,0 +1,109 @@ +namespace X12.Shared.Models.TypedElements +{ + public class TypedElementRelatedCausesInfo + { + private readonly int elementNumber; + + private readonly Segment segment; + + private string relatedCausesCode1; + + private string relatedCausesCode2; + + private string relatedCausesCode3; + + private string stateOrProviceCode; + + private string countryCode; + + internal TypedElementRelatedCausesInfo(Segment segment, int elementNumber) + { + this.segment = segment; + this.elementNumber = elementNumber; + } + + private void UpdateElement() + { + string value = string.Format( + "{1}{0}{2}{0}{3}{0}{4}{0}{5}", + this.segment.Delimiters.SubElementSeparator, + this.relatedCausesCode1, + this.relatedCausesCode2, + this.relatedCausesCode3, + this.stateOrProviceCode, + this.countryCode); + value = value.TrimEnd(this.segment.Delimiters.SubElementSeparator); + this.segment.SetElement(this.elementNumber, value); + } + + public string _1_RelatedCausesCode + { + get + { + return this.relatedCausesCode1; + } + + set + { + this.relatedCausesCode1 = value; + this.UpdateElement(); + } + } + + public string _2_RelatedCausesCode + { + get + { + return this.relatedCausesCode2; + } + + set + { + this.relatedCausesCode2 = value; + this.UpdateElement(); + } + } + + public string _3_RelatedCausesCode + { + get + { + return this.relatedCausesCode3; + } + + set + { + this.relatedCausesCode3 = value; + this.UpdateElement(); + } + } + + public string _4_StateOrProvidenceCode + { + get + { + return this.stateOrProviceCode; + } + + set + { + this.stateOrProviceCode = value; + this.UpdateElement(); + } + } + + public string _5_CountryCode + { + get + { + return this.countryCode; + } + + set + { + this.countryCode = value; + this.UpdateElement(); + } + } + } +} diff --git a/src/X12.Shared/Models/TypedElements/TypedElementServiceLocationInfo.cs b/src/X12.Shared/Models/TypedElements/TypedElementServiceLocationInfo.cs new file mode 100644 index 00000000..579800e1 --- /dev/null +++ b/src/X12.Shared/Models/TypedElements/TypedElementServiceLocationInfo.cs @@ -0,0 +1,75 @@ +namespace X12.Shared.Models.TypedElements +{ + public class TypedElementServiceLocationInfo + { + private readonly int elementNumber; + + private readonly Segment segment; + + private string facilityCodeValue; + + private string facilityCodeQualifier; + + private string claimFrequencyTypeCode; + + internal TypedElementServiceLocationInfo(Segment segment, int elementNumber) + { + this.segment = segment; + this.elementNumber = elementNumber; + } + + private void UpdateElement() + { + string value = string.Format( + "{1}{0}{2}{0}{3}", + this.segment.Delimiters.SubElementSeparator, + this.facilityCodeValue, + this.facilityCodeQualifier, + this.claimFrequencyTypeCode); + value = value.TrimEnd(this.segment.Delimiters.SubElementSeparator); + this.segment.SetElement(this.elementNumber, value); + } + + public string _1_FacilityCodeValue + { + get + { + return this.facilityCodeValue; + } + + set + { + this.facilityCodeValue = value; + this.UpdateElement(); + } + } + + public string _2_FacilityCodeQualifier + { + get + { + return this.facilityCodeQualifier; + } + + set + { + this.facilityCodeQualifier = value; + this.UpdateElement(); + } + } + + public string _3_ClaimFrequencyTypeCode + { + get + { + return this.claimFrequencyTypeCode; + } + + set + { + this.claimFrequencyTypeCode = value; + this.UpdateElement(); + } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoop.cs b/src/X12.Shared/Models/TypedLoop.cs new file mode 100644 index 00000000..68b5f54c --- /dev/null +++ b/src/X12.Shared/Models/TypedLoop.cs @@ -0,0 +1,70 @@ +namespace X12.Shared.Models +{ + using X12.Specifications; + + /// + /// Represents a loop with a specified type + /// + public abstract class TypedLoop + { + /// + /// Initializes a new instance of the class with the provided segment id + /// + /// Segment id of the loop + protected TypedLoop(string segmentId) + { + this.SegmentId = segmentId; + } + + /// + /// Gets or sets the loop segment id + /// + internal string SegmentId { get; set; } + + /// + /// Gets or sets the containing loop + /// + internal Loop Loop { get; set; } + + /// + /// Adds a loop specified by the provided segment string to the + /// + /// Loop segment string to add + /// Loop created from the provied segment string + public Loop AddLoop(string segmentString) + { + return this.Loop.AddLoop(segmentString); + } + + /// + /// Inserts the loop, of + /// + /// Loop which derives TypedLoop + /// Loop to be added + /// Loop that was inserted + public T AddLoop(T loop) where T : TypedLoop + { + return this.Loop.AddLoop(loop); + } + + public Segment AddSegment(string segmentString) + { + return this.Loop.AddSegment(segmentString); + } + + public T AddSegment(T segment) where T : TypedSegment + { + return this.Loop.AddSegment(segment); + } + + internal virtual string GetSegmentString(X12DelimiterSet delimiters) + { + return $"{this.SegmentId}{delimiters.ElementSeparator}"; + } + + internal virtual void Initialize(Container parent, X12DelimiterSet delimiters, LoopSpecification loopSpecification) + { + this.Loop = new Loop(parent, delimiters, this.SegmentId, loopSpecification); + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopAK2.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopAK2.cs new file mode 100644 index 00000000..1e9a5a28 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopAK2.cs @@ -0,0 +1,27 @@ +namespace X12.Shared.Models.TypedLoops +{ + public class TypedLoopAK2 : TypedLoop + { + public TypedLoopAK2() : base("AK2") + { + } + + public string AK201_TransactionSetIdentifierCode + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public string AK202_TransactionSetControlNumber + { + get { return this.Loop.GetElement(2); } + set { this.Loop.SetElement(2, value); } + } + + public string AK203_ImplementationConventionReference + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopCLM.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopCLM.cs new file mode 100644 index 00000000..a9e908e7 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopCLM.cs @@ -0,0 +1,126 @@ +namespace X12.Shared.Models.TypedLoops +{ + using System; + + using X12.Shared.Models.TypedElements; + using X12.Specifications; + + public class TypedLoopCLM : TypedLoop + { + + public TypedLoopCLM() + : base("CLM") + { + } + + public TypedElementServiceLocationInfo CLM05 { get; private set; } + + public TypedElementRelatedCausesInfo CLM11 { get; private set; } + + internal override void Initialize(Container parent, X12DelimiterSet delimiters, LoopSpecification loopSpecification) + { + base.Initialize(parent, delimiters, loopSpecification); + this.CLM05 = new TypedElementServiceLocationInfo(this.Loop, 5); + this.CLM11 = new TypedElementRelatedCausesInfo(this.Loop, 11); + } + + public string CLM01_PatientControlNumber + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public decimal CLM02_TotalClaimChargeAmount + { + get + { + decimal amount; + return decimal.TryParse(this.Loop.GetElement(2), out amount) ? amount : 0; + } + + set + { + if (value < 0) + { + throw new ArgumentOutOfRangeException( + "Total Claim Charge Amount must be greater than or equal to zero."); + } + + this.Loop.SetElement(2, value.ToString().TrimStart('0')); + } + } + + public string CLM03_ClaimFilingIndicatorCode + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public string CLM04_NonInstitutionalClaimTypeCode + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + + public bool? CLM06_ProviderOrSupplierSignatureIndicator + { + get + { + switch (this.Loop.GetElement(6)) + { + case "Y": return true; + case "N": return false; + default: return null; + } + } + + set + { + if (value.HasValue) + { + this.Loop.SetElement(6, value.Value ? "Y" : "N"); + } + else + { + this.Loop.SetElement(6, string.Empty); + } + } + } + + public string CLM07_ProviderAcceptAssignmentCode + { + get { return this.Loop.GetElement(7); } + set { this.Loop.SetElement(7, value); } + } + + public string CLM08_BenefitsAssignmentCerficationIndicator + { + get { return this.Loop.GetElement(8); } + set { this.Loop.SetElement(8, value); } + } + + public string CLM09_ReleaseOfInformationCode + { + get { return this.Loop.GetElement(9); } + set { this.Loop.SetElement(9, value); } + } + + public string CLM10_PatientSignatureSourceCode + { + get { return this.Loop.GetElement(10); } + set { this.Loop.SetElement(10, value); } + } + + public string CLM12_SpecialProgramCode + { + get { return this.Loop.GetElement(12); } + set { this.Loop.SetElement(12, value); } + } + + public string CLM20_DelayReasonCode + { + get { return this.Loop.GetElement(20); } + set { this.Loop.SetElement(20, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopIK3.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopIK3.cs new file mode 100644 index 00000000..afe15b12 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopIK3.cs @@ -0,0 +1,47 @@ +namespace X12.Shared.Models.TypedLoops +{ + public class TypedLoopIK3 : TypedLoop + { + public TypedLoopIK3() + : base("IK3") + { + } + + public string IK301_SegmentIdCode + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public int? IK302_SegmentPositionInTransactionSet + { + get + { + int position; + if (int.TryParse(this.Loop.GetElement(2), out position)) + { + return position; + } + + return null; + } + + set + { + this.Loop.SetElement(2, value.HasValue ? value.ToString() : string.Empty); + } + } + + public string IK303_LoopIdentifierCode + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public string IK304_SyntaxErrorCode + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopIK4.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopIK4.cs new file mode 100644 index 00000000..c1880002 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopIK4.cs @@ -0,0 +1,39 @@ +namespace X12.Shared.Models.TypedLoops +{ + using X12.Shared.Models.TypedElements; + using X12.Specifications; + + public class TypedLoopIK4 : TypedLoop + { + public TypedElementPositionInSegment IK401 { get; private set; } + + public TypedLoopIK4() + : base("IK4") + { + } + + internal override void Initialize(Container parent, X12DelimiterSet delimiters, LoopSpecification loopSpecification) + { + base.Initialize(parent, delimiters, loopSpecification); + this.IK401 = new TypedElementPositionInSegment(this.Loop, 1); + } + + public string IK402_DataElementReferenceNumber + { + get { return this.Loop.GetElement(2); } + set { this.Loop.SetElement(2, value); } + } + + public string IK403_SyntaxErrorCode + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public string IK404_CopyOfBaDataElement + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopIT1.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopIT1.cs new file mode 100644 index 00000000..02ca2275 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopIT1.cs @@ -0,0 +1,118 @@ +namespace X12.Shared.Models.TypedLoops +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Baseline Item Data (Invoice) + /// + public class TypedLoopIT1 : TypedLoop + { + public TypedLoopIT1() + : base("IT1") + { + } + + public string IT101_AssignedIdentification + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public decimal? IT102_QuantityInvoiced + { + get { return this.Loop.GetDecimalElement(2); } + set { this.Loop.SetElement(2, value); } + } + + public UnitOrBasisOfMeasurementCode IT103_UnitOrBasisForMeasurementCode + { + get { return this.Loop.GetElement(3).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(3, value.EdiFieldValue()); } + } + + public decimal? IT104_UnitPrice + { + get { return this.Loop.GetDecimalElement(4); } + set { this.Loop.SetElement(4, value); } + } + + public string IT106_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(6); } + set { this.Loop.SetElement(6, value); } + } + + public string IT107_ProductServiceId + { + get { return this.Loop.GetElement(7); } + set { this.Loop.SetElement(7, value); } + } + public string IT108_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(8); } + set { this.Loop.SetElement(8, value); } + } + + public string IT109_ProductServiceId + { + get { return this.Loop.GetElement(9); } + set { this.Loop.SetElement(9, value); } + } + public string IT110_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(10); } + set { this.Loop.SetElement(10, value); } + } + + public string IT111_ProductServiceId + { + get { return this.Loop.GetElement(11); } + set { this.Loop.SetElement(11, value); } + } + public string IT112_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(12); } + set { this.Loop.SetElement(12, value); } + } + + public string IT113_ProductServiceId + { + get { return this.Loop.GetElement(13); } + set { this.Loop.SetElement(13, value); } + } + public string IT114_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(14); } + set { this.Loop.SetElement(14, value); } + } + + public string IT115_ProductServiceId + { + get { return this.Loop.GetElement(15); } + set { this.Loop.SetElement(15, value); } + } + public string IT116_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(16); } + set { this.Loop.SetElement(16, value); } + } + + public string IT117_ProductServiceId + { + get { return this.Loop.GetElement(17); } + set { this.Loop.SetElement(17, value); } + } + public string IT118_ProductServiceIdQualifier + { + get { return this.Loop.GetElement(18); } + set { this.Loop.SetElement(18, value); } + } + + public string IT119_ProductServiceId + { + get { return this.Loop.GetElement(19); } + set { this.Loop.SetElement(19, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopLX.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopLX.cs new file mode 100644 index 00000000..8c2e9f92 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopLX.cs @@ -0,0 +1,28 @@ +namespace X12.Shared.Models.TypedLoops +{ + using X12.Specifications; + + public class TypedLoopLX : TypedLoop + { + private readonly string entityIdentifer; + + public TypedLoopLX(string entityIdentifier) + : base("LX") + { + this.entityIdentifer = entityIdentifier; + } + + internal override void Initialize(Container parent, X12DelimiterSet delimiters, LoopSpecification loopSpecification) + { + string segmentString = this.GetSegmentString(delimiters); + + this.Loop = new Loop(parent, delimiters, segmentString, loopSpecification); + } + + public string LX01_AssignedNumber + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopN1.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopN1.cs new file mode 100644 index 00000000..45b16068 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopN1.cs @@ -0,0 +1,68 @@ +namespace X12.Shared.Models.TypedLoops +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + public class TypedLoopN1 : TypedLoop + { + public TypedLoopN1() + : base("N1") + { + } + + public string N101_EntityIdentifierCode + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public EntityIdentifierCode N101_EntityIdentifierCodeEnum + { + get { return this.Loop.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(1, value.EdiFieldValue()); } + } + + public string N102_Name + { + get { return this.Loop.GetElement(2); } + set { this.Loop.SetElement(2, value); } + } + + public string N103_IdentificationCodeQualifier + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public IdentificationCodeQualifier N103_IdentificationCodeQualifierEnum + { + get { return this.Loop.GetElement(3).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(3, value.EdiFieldValue()); } + + } + + public string N104_IdentificationCode + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + + public string N105_EntityRelationshipCode + { + get { return this.Loop.GetElement(5); } + set { this.Loop.SetElement(5, value); } + } + + public string N106_EntityIdentifierCode + { + get { return this.Loop.GetElement(6); } + set { this.Loop.SetElement(6, value); } + } + + public EntityIdentifierCode N106_EntityIdentifierCodeEnum + { + get { return this.Loop.GetElement(6).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(6, value.EdiFieldValue()); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopNM1.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopNM1.cs new file mode 100644 index 00000000..31041fad --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopNM1.cs @@ -0,0 +1,118 @@ +namespace X12.Shared.Models.TypedLoops +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + using X12.Specifications; + + public class TypedLoopNM1 : TypedLoop + { + private readonly string entityIdentifier; + + public TypedLoopNM1(string entityIdentifier) + : base("NM1") + { + this.entityIdentifier = entityIdentifier; + } + + internal override string GetSegmentString(X12DelimiterSet delimiters) + { + return $"{this.SegmentId}{delimiters.ElementSeparator}{this.entityIdentifier}"; + } + + internal override void Initialize(Container parent, X12DelimiterSet delimiters, LoopSpecification loopSpecification) + { + string segmentString = this.GetSegmentString(delimiters); + this.Loop = new Loop(parent, delimiters, segmentString, loopSpecification); + } + + public string NM101_EntityIdCode + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public EntityIdentifierCode NM101_EntityIdentifierCodeEnum + { + get { return this.Loop.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(1, value.EdiFieldValue()); } + } + + public EntityTypeQualifier NM102_EntityTypeQualifier + { + get { return this.Loop.GetElement(2).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(2,value.EdiFieldValue()); } + } + + public string NM103_NameLastOrOrganizationName + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public string NM104_NameFirst + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + + public string NM105_NameMiddle + { + get { return this.Loop.GetElement(5); } + set { this.Loop.SetElement(5, value); } + } + + public string NM106_NamePrefix + { + get { return this.Loop.GetElement(6); } + set { this.Loop.SetElement(6, value); } + } + + public string NM107_NameSuffix + { + get { return this.Loop.GetElement(7); } + set { this.Loop.SetElement(7, value); } + } + + public string NM108_IdCodeQualifier + { + get { return this.Loop.GetElement(8); } + set { this.Loop.SetElement(8, value); } + } + + public IdentificationCodeQualifier NM108_IdCodeQualifierEnum + { + get { return this.Loop.GetElement(8).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(8, value.EdiFieldValue()); } + } + + public string NM109_IdCode + { + get { return this.Loop.GetElement(9); } + set { this.Loop.SetElement(9, value); } + } + + public string NM110_EntityRelationshipCode + { + get { return this.Loop.GetElement(10); } + set { this.Loop.SetElement(10, value); } + } + + public string NM111_EntityIdentifierCode + { + get { return this.Loop.GetElement(11); } + set { this.Loop.SetElement(11, value); } + } + + public EntityIdentifierCode NM111_EntityIdentifierCodeEnum + { + get { return this.Loop.GetElement(11).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(11, value.EdiFieldValue()); } + } + + public string NM112_NameLastOrOrganizationName + { + get { return this.Loop.GetElement(12); } + set { this.Loop.SetElement(12, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopPID.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopPID.cs new file mode 100644 index 00000000..52ea0ec1 --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopPID.cs @@ -0,0 +1,70 @@ +namespace X12.Shared.Models.TypedLoops +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + public class TypedLoopPID : TypedLoop + { + public TypedLoopPID() + : base("PID") + { + } + + /// + /// F = Free form + /// + public string PID01_ItemDescriptionType + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public string PID02_ProductProcessCharacteristicCode + { + get { return this.Loop.GetElement(2); } + set { this.Loop.SetElement(2, value); } + } + + public string PID03_AgencyQualifierCode + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public string PID04_ProductDescriptionCode + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + + public string PID05_Description + { + get { return this.Loop.GetElement(5); } + set { this.Loop.SetElement(5, value); } + } + + public string PID06_SurfaceLayerPositionCode + { + get { return this.Loop.GetElement(6); } + set { this.Loop.SetElement(6, value); } + } + + public string PID07_SourceSubqualifier + { + get { return this.Loop.GetElement(7); } + set { this.Loop.SetElement(7, value); } + } + + public YesNoConditionOrResponseCode PID08_YesNoConditionOrResponseCode + { + get { return this.Loop.GetElement(8).ToEnumFromEdiFieldValue(); } + set { this.Loop.SetElement(8, value.EdiFieldValue()); } + } + + public string PID09_LanguageCode + { + get { return this.Loop.GetElement(9); } + set { this.Loop.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedLoops/TypedLoopSBR.cs b/src/X12.Shared/Models/TypedLoops/TypedLoopSBR.cs new file mode 100644 index 00000000..0734d6ff --- /dev/null +++ b/src/X12.Shared/Models/TypedLoops/TypedLoopSBR.cs @@ -0,0 +1,64 @@ +namespace X12.Shared.Models.TypedLoops +{ + public class TypedLoopSBR : TypedLoop + { + public TypedLoopSBR() + : base("SBR") + { + } + + public string SBR01_PayerResponsibilitySequenceNumberCode + { + get { return this.Loop.GetElement(1); } + set { this.Loop.SetElement(1, value); } + } + + public string SBR02_IndividualRelationshipCode + { + get { return this.Loop.GetElement(2); } + set { this.Loop.SetElement(2, value); } + } + + public string SBR03_PolicyOrGroupNumber + { + get { return this.Loop.GetElement(3); } + set { this.Loop.SetElement(3, value); } + } + + public string SBR04_GroupName + { + get { return this.Loop.GetElement(4); } + set { this.Loop.SetElement(4, value); } + } + + public string SBR05_InsuranceTypeCode + { + get { return this.Loop.GetElement(5); } + set { this.Loop.SetElement(5, value); } + } + + public string SBR06_CoordinationOfBenefitsCode + { + get { return this.Loop.GetElement(6); } + set { this.Loop.SetElement(6, value); } + } + + public string SBR07_YesNoCode + { + get { return this.Loop.GetElement(7); } + set { this.Loop.SetElement(7, value); } + } + + public string SBR08_EmploymentStatusCode + { + get { return this.Loop.GetElement(8); } + set { this.Loop.SetElement(8, value); } + } + + public string SBR09_ClaimFilingIndicatorCode + { + get { return this.Loop.GetElement(9); } + set { this.Loop.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegment.cs b/src/X12.Shared/Models/TypedSegment.cs new file mode 100644 index 00000000..fa0a70a8 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegment.cs @@ -0,0 +1,37 @@ +namespace X12.Shared.Models +{ + using System; + + public abstract class TypedSegment + { + private readonly string segmentId; + + public event EventHandler Initializing; + + public event EventHandler Initialized; + + protected TypedSegment(string segmentId) + { + this.segmentId = segmentId; + } + + internal Segment Segment { get; set; } + + internal void Initialize(Container parent, X12DelimiterSet delimiters) + { + this.OnInitializing(new EventArgs()); + this.Segment = new Segment(parent, delimiters, this.segmentId); + this.OnInitialized(new EventArgs()); + } + + protected virtual void OnInitializing(EventArgs e) + { + this.Initializing?.Invoke(this, e); + } + + protected virtual void OnInitialized(EventArgs e) + { + this.Initialized?.Invoke(this, e); + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentAK1.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentAK1.cs new file mode 100644 index 00000000..21a13bb3 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentAK1.cs @@ -0,0 +1,28 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentAK1 : TypedSegment + { + public TypedSegmentAK1() + : base("AK1") + { + } + + public string AK101_FunctionalIdCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string AK102_GroupControlNumber + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string AK103_VersionIdentifierCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentAK9.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentAK9.cs new file mode 100644 index 00000000..5a110a3b --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentAK9.cs @@ -0,0 +1,88 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentAK9 : TypedSegment + { + public TypedSegmentAK9() + : base("AK9") + { + } + + public string AK901_FunctionalGroupAcknowledgeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public int AK902_NumberOfTransactionSetsIncluded + { + get + { + int count; + return int.TryParse(this.Segment.GetElement(2), out count) ? count : 0; + } + + set + { + this.Segment.SetElement(2, value.ToString()); + } + } + + public int AK903_NumberOfReceivedTransactionSets + { + get + { + int count; + return int.TryParse(this.Segment.GetElement(3), out count) ? count : 0; + } + + set + { + this.Segment.SetElement(3, value.ToString()); + } + } + + public int AK904_NumberOfAcceptedTransactionSets + { + get + { + int count; + return int.TryParse(this.Segment.GetElement(4), out count) ? count : 0; + } + + set + { + this.Segment.SetElement(4, value.ToString()); + } + } + + public string AK905_FunctionalGroupSyntaxErrorCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string AK906_FunctionalGroupSyntaxErrorCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string AK907_FunctionalGroupSyntaxErrorCode + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string AK908_FunctionalGroupSyntaxErrorCode + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string AK909_FunctionalGroupSyntaxErrorCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentAMT.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentAMT.cs new file mode 100644 index 00000000..4b4b87a6 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentAMT.cs @@ -0,0 +1,28 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentAMT : TypedSegment + { + public TypedSegmentAMT() + : base("AMT") + { + } + + public string AMT01_AmountQualifierCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string AMT02_MonetaryAmount + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string AMT03_CreditDebigFlagCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentBHT.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentBHT.cs new file mode 100644 index 00000000..3a89e9de --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentBHT.cs @@ -0,0 +1,48 @@ +namespace X12.Shared.Models.TypedSegments +{ + using System; + + public class TypedSegmentBHT : TypedSegment + { + public TypedSegmentBHT() + : base("BHT") + { + } + + public string BHT01_HierarchicalStructureCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string BHT02_TransactionSetPurposeCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string BHT03_ReferenceIdentification + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public DateTime? BHT04_Date + { + get { return this.Segment.GetDate8Element(4); } + set { this.Segment.SetDate8Element(4, value); } + } + + public string BHT05_Time + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string BHT06_TransactionTypeCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentBIG.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentBIG.cs new file mode 100644 index 00000000..d3040c18 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentBIG.cs @@ -0,0 +1,69 @@ +namespace X12.Shared.Models.TypedSegments +{ + using System; + + /// + /// Beginning Segment for Invoice + /// + public class TypedSegmentBIG : TypedSegment + { + public TypedSegmentBIG() + : base("BIG") + { + } + + public DateTime? BIG01_InvoiceDate + { + get { return this.Segment.GetDate8Element(1); } + set { this.Segment.SetDate8Element(1, value); } + } + + public string BIG02_InvoiceNumber + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public DateTime? BIG03_PurchaseOrderDate + { + get { return this.Segment.GetDate8Element(3); } + set { this.Segment.SetDate8Element(3, value); } + } + + public string BIG04_PurchaseOrderNumber + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + /// + /// CN = Credit Invoice + /// CR = Credit Memo + /// DI = Debit Invoice + /// DR = Debit Memo + /// + public string BIG07_TransactionTypeCode + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string BIG08_TransactionSetPurposeCode + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string BIG09_ActionCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string BIG10_InvoiceNumber + { + get { return this.Segment.GetElement(10); } + set { this.Segment.SetElement(10, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentCAD.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentCAD.cs new file mode 100644 index 00000000..3ce5c67f --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentCAD.cs @@ -0,0 +1,74 @@ +namespace X12.Shared.Models.TypedSegments +{ + /// + /// Carrier Detail + /// + public class TypedSegmentCAD : TypedSegment + { + public TypedSegmentCAD() + : base("CAD") + { + } + + /// + /// K = Back Haul + /// M = Motor (Common Carrier) + /// R = Rail + /// U = Private Parcel Service + /// ZZ = Mutually Defined + /// + public string CAD01_TransportationMethodTypeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string CAD02_EquipmentInitial + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string CAD03_EquipmentNumber + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string CAD04_StandardCarrierAlphaCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string CAD05_Routing + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string CAD06_ShipmentOrderStatusCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string CAD07_ReferenceIdentificationQualifier + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string CAD08_ReferenceIdentification + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string CAD09_ServiceLevelCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentCN1.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentCN1.cs new file mode 100644 index 00000000..c974dac0 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentCN1.cs @@ -0,0 +1,55 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + public class TypedSegmentCN1 : TypedSegment + { + public TypedSegmentCN1() + : base("CN1") + { + } + + public string CN101_ContractTypeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public ContractTypeCode CN101_ContractTypeCodeEnum + { + get { return this.Segment.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(1, value.EdiFieldValue()); } + } + + public decimal? CN102_MonetaryAmount + { + get { return this.Segment.GetDecimalElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? CN103_Percent + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string CN104_ReferenceIdentification + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public decimal? CN105_TermsDiscountPercent + { + get { return this.Segment.GetDecimalElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string CN106_VersionIdentifier + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentCTP.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentCTP.cs new file mode 100644 index 00000000..2bb0df9b --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentCTP.cs @@ -0,0 +1,79 @@ +namespace X12.Shared.Models.TypedSegments +{ + /// + /// Pricing Infomration + /// + public class TypedSegmentCTP : TypedSegment + { + public TypedSegmentCTP() + : base("CTP") + { + } + + public string CTP01_ClassOfTradeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string CTP02_PriceIDCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? CTP03_UnitPrice + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public decimal? CTIP04_Quantity + { + get { return this.Segment.GetDecimalElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string CTP05_CompositeUnitOfMeasure + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string CTP06_PriceMultiplierQualifier + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public decimal? CTP07_Multiplier + { + get { return this.Segment.GetDecimalElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public decimal? CTP08_MonetaryAmount + { + get { return this.Segment.GetDecimalElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string CTP09_BaseUnitPriceCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string CTP10_ConditionValue + { + get { return this.Segment.GetElement(10); } + set { this.Segment.SetElement(10, value); } + } + + public int? CTP11_MultiplePriceQuantity + { + get { return this.Segment.GetIntElement(11); } + set { this.Segment.SetElement(11, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentCTT.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentCTT.cs new file mode 100644 index 00000000..7837c51e --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentCTT.cs @@ -0,0 +1,58 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Transaction Totals + /// + public class TypedSegmentCTT : TypedSegment + { + public TypedSegmentCTT() + : base("CTT") + { + } + + public int? CTT01_NumberOfLineItems + { + get { return this.Segment.GetIntElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public decimal? CTT02_HashTotal + { + get { return this.Segment.GetDecimalElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? CTT03_Weight + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public UnitOrBasisOfMeasurementCode CTT04_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(4).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(4, value.EdiFieldValue()); } + } + + public decimal? CTT05_Volume + { + get { return this.Segment.GetDecimalElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public UnitOrBasisOfMeasurementCode CTT06_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(6).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(6, value.EdiFieldValue()); } + } + + public string CTT07_Description + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentCTX.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentCTX.cs new file mode 100644 index 00000000..080e1d14 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentCTX.cs @@ -0,0 +1,48 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Models.TypedElements; + + public class TypedSegmentCTX : TypedSegment + { + public TypedElementContextIdentification CTX01 { get; } + + public TypedElementPositionInSegment CTX05 { get; } + + public TypedSegmentCTX() : base("CTX") + { + this.CTX01 = new TypedElementContextIdentification(this.Segment, 1); + this.CTX05 = new TypedElementPositionInSegment(this.Segment, 5); + } + + public string CTX02_SegmentIdCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public int? CTX03_SegmentPositionInTransactionSet + { + get + { + int position; + if (int.TryParse(this.Segment.GetElement(3), out position)) + { + return position; + } + + return null; + } + + set + { + this.Segment.SetElement(3, $"{value}"); + } + } + + public string CTX04_LoopIdentifierCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCUR.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentCUR.cs similarity index 50% rename from src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCUR.cs rename to src/X12.Shared/Models/TypedSegments/TypedSegmentCUR.cs index 01669e5f..1b5a6c06 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentCUR.cs +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentCUR.cs @@ -1,62 +1,57 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Currency - /// - public class TypedSegmentCUR : TypedSegment - { - public TypedSegmentCUR() - : base("CUR") - { - } - - /// - /// BY = Buying Party (Purchaser) - /// SE = Selling Party - /// - public string CUR01_EntityIdentifierCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - /// - /// CAD = Canadian dollars - /// USD = US Dollars - /// - public string CUR02_CurrencyCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public decimal? CUR03_ExchangeRate - { - get { return _segment.GetDecimalElement(3); } - set { _segment.SetElement(3, value); } - } - - public string CUR04_EntityIdentifierCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string CUR05_CurrencyCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string CUR06_CurrencyMarketExchangeCode - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - } -} +namespace X12.Shared.Models.TypedSegments +{ + /// + /// Currency + /// + public class TypedSegmentCUR : TypedSegment + { + public TypedSegmentCUR() + : base("CUR") + { + } + + /// + /// BY = Buying Party (Purchaser) + /// SE = Selling Party + /// + public string CUR01_EntityIdentifierCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + /// + /// CAD = Canadian dollars + /// USD = US Dollars + /// + public string CUR02_CurrencyCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? CUR03_ExchangeRate + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string CUR04_EntityIdentifierCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string CUR05_CurrencyCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string CUR06_CurrencyMarketExchangeCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentDMG.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentDMG.cs new file mode 100644 index 00000000..85cfd2fe --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentDMG.cs @@ -0,0 +1,126 @@ +namespace X12.Shared.Models.Typed +{ + using System; + + using X12.Shared.Enumerations; + + public class TypedSegmentDMG : TypedSegment + { + public TypedSegmentDMG() + : base("DMG") + { + } + + protected override void OnInitialized(EventArgs e) + { + base.OnInitialized(e); + this.DMG01_DateTimePeriodFormatQualifier = "D8"; + } + + public string DMG01_DateTimePeriodFormatQualifier + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public DateTime? DMG02_DateOfBirth + { + get + { + string element = this.Segment.GetElement(2); + if (element.Length == 8) + { + return DateTime.ParseExact(element, "yyyyMMdd", null); + } + + return null; + } + + set + { + this.Segment.SetElement(2, $"{value:yyyyMMdd}"); + } + } + + public Gender DMG03_Gender + { + get + { + switch (this.Segment.GetElement(3)) + { + case "F": return Gender.Female; + case "M": return Gender.Male; + case "U": return Gender.Unknown; + default: return Gender.Undefined; + } + } + + set + { + switch (value) + { + case Gender.Female: + this.Segment.SetElement(3, "F"); + break; + case Gender.Male: + this.Segment.SetElement(3, "M"); + break; + case Gender.Unknown: + this.Segment.SetElement(3, "U"); + break; + default: + this.Segment.SetElement(3, string.Empty); + break; + } + } + } + + public string DMG04_MaritalStatusCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string DMG05_CompositeRaceOrEthnicityInformation + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string DMG06_CitizenStatusCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string DMG07_CountryCode + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string DMG08_BasisOfVerificationCode + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string DMG09_Quantity + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string DMG10_CodeListQualifierCode + { + get { return this.Segment.GetElement(10); } + set { this.Segment.SetElement(10, value); } + } + + public string DMG11_IndustryCode + { + get { return this.Segment.GetElement(11); } + set { this.Segment.SetElement(11, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentDTM.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentDTM.cs new file mode 100644 index 00000000..c2e6bf62 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentDTM.cs @@ -0,0 +1,52 @@ +namespace X12.Shared.Models.TypeSegment +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Date/Time Reference + /// + public class TypedSegmentDTM : TypedSegment + { + public TypedSegmentDTM() + : base("DTM") + { + } + + public DTPQualifier DTM01_DateTimeQualifier + { + get { return this.Segment.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(1, value.EdiFieldValue()); } + } + + public string DTM02_Date + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string DTM03_Time + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public TimeCode DTM04_TimeCode + { + get { return this.Segment.GetElement(4).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(4, value.EdiFieldValue()); } + } + + public DTPFormatQualifier DTM05_DateTimePeriodFormatQualifier + { + get { return this.Segment.GetElement(5).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(5, value.EdiFieldValue()); } + } + + public string DTM06_DateTimePeriod + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentDTP.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentDTP.cs new file mode 100644 index 00000000..1857c264 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentDTP.cs @@ -0,0 +1,57 @@ +namespace X12.Shared.Models.TypedSegments +{ + using System; + + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + public class TypedSegmentDTP : TypedSegment + { + + public TypedSegmentDTP() + : base("DTP") + { + } + + public DTPQualifier DTP01_DateTimeQualifier + { + get { return this.Segment.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(1, value.EdiFieldValue()); } + } + + public DTPFormatQualifier DTP02_DateTimePeriodFormatQualifier + { + get { return this.Segment.GetElement(2).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(2, value.EdiFieldValue()); } + } + + public DateTimePeriod DTP03_Date + { + get + { + string element = this.Segment.GetElement(3); + if (element.Length == 8) + { + return new DateTimePeriod(DateTime.ParseExact(element, "yyyyMMdd", null)); + } + + if (element.Length == 17) + { + return new DateTimePeriod( + DateTime.ParseExact(element.Substring(0, 8), "yyyyMMdd", null), + DateTime.ParseExact(element.Substring(9), "yyyyMMdd", null)); + } + + return null; + } + + set + { + string date = value.IsDateRange + ? $"{value.StartDate:yyyyMMdd}-{value.EndDate:yyyyMMdd}" + : $"{value.StartDate:yyyyMMdd}"; + this.Segment.SetElement(3, date); + } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentFOB.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentFOB.cs similarity index 62% rename from src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentFOB.cs rename to src/X12.Shared/Models/TypedSegments/TypedSegmentFOB.cs index 56b768f1..af31e435 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentFOB.cs +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentFOB.cs @@ -1,103 +1,98 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// F.O.B. RElated Instructions - /// - public class TypedSegmentFOB : TypedSegment - { - public TypedSegmentFOB() - : base("FOB") - { - } - - /// - /// 11 = Rule 11 Shipment - /// BP = Paid by Buyer - /// CA = Advance Collect - /// CC = Collect - /// CD = Collect on Delivery - /// CF = Collect, Freight Credited Back to Customer - /// DE = Per Contract - /// DF = Defined by Buyer and Seller - /// FO = FOB Port of Call - /// HP = Half Prepaid - /// MX = Mixed - /// NC = Service Freight, No Charge - /// NR = Non Revenue - /// PA = Advance Prepaid - /// PB = Customer Pickup/Backhaul - /// PC = Prepaid but charged to Customer - /// PD = Prepaid by Processor - /// PE = Prepaid and Summary Bill - /// PL = Prepaid Local, Collect Outstate - /// PO = Prepaid Only - /// PP = Prepaid (by Seller) - /// PS = Paid by Seller - /// PU = Pickup - /// RC = Return Container Freight Paid by Customer - /// RF = Return Container Freight Free - /// RS = Return Container Freight Paid by Supplier - /// TP = Third Party Pay - /// WC = Weight Condition - /// ZZ = Mutually Defined - /// - public string FOB01_ShipmentMethodOfPayment - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string FOB02_LocationQualifier - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string FOB03_Description - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string FOB04_TransportationTermsQualifierCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string FOB05_TransportationTermsCode - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public string FOB06_LocationQualifier - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public string FOB07_Description - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public string FOB08_RiskOfLossCode - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string FOB09_Description - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} +namespace X12.Shared.Models.TypeSegment +{ + /// + /// F.O.B. RElated Instructions + /// + public class TypedSegmentFOB : TypedSegment + { + public TypedSegmentFOB() + : base("FOB") + { + } + + /// + /// 11 = Rule 11 Shipment + /// BP = Paid by Buyer + /// CA = Advance Collect + /// CC = Collect + /// CD = Collect on Delivery + /// CF = Collect, Freight Credited Back to Customer + /// DE = Per Contract + /// DF = Defined by Buyer and Seller + /// FO = FOB Port of Call + /// HP = Half Prepaid + /// MX = Mixed + /// NC = Service Freight, No Charge + /// NR = Non Revenue + /// PA = Advance Prepaid + /// PB = Customer Pickup/Backhaul + /// PC = Prepaid but charged to Customer + /// PD = Prepaid by Processor + /// PE = Prepaid and Summary Bill + /// PL = Prepaid Local, Collect Outstate + /// PO = Prepaid Only + /// PP = Prepaid (by Seller) + /// PS = Paid by Seller + /// PU = Pickup + /// RC = Return Container Freight Paid by Customer + /// RF = Return Container Freight Free + /// RS = Return Container Freight Paid by Supplier + /// TP = Third Party Pay + /// WC = Weight Condition + /// ZZ = Mutually Defined + /// + public string FOB01_ShipmentMethodOfPayment + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string FOB02_LocationQualifier + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string FOB03_Description + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string FOB04_TransportationTermsQualifierCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string FOB05_TransportationTermsCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string FOB06_LocationQualifier + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string FOB07_Description + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string FOB08_RiskOfLossCode + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string FOB09_Description + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentHCP.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentHCP.cs new file mode 100644 index 00000000..7d24849a --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentHCP.cs @@ -0,0 +1,118 @@ +namespace X12.Shared.Models.TypeSegment +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Health Care Pricing, to specify pricing or repricing information about a health care claim or line item + /// + public class TypedSegmentHCP : TypedSegment + { + public TypedSegmentHCP() + : base("HCP") + { + } + + public string HCP01_PricingMethodology + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public PricingMethodology HCP01_PricingMethodologyEnum + { + get { return this.Segment.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(1, value.EdiFieldValue()); } + } + + public decimal? HCP02_AllowedAmount + { + get { return this.Segment.GetDecimalElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? HCP03_SavingsAmount + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string HCP04_RepricingOrganizationIdentificationNumber + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public decimal? HCP05_Rate + { + get { return this.Segment.GetDecimalElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string HCP06_ApprovedDrgCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public decimal? HCP07_ApprovedDrgAmount + { + get { return this.Segment.GetDecimalElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string HCP08_ApprovedRevenueCode + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string HCP09_Qualifier + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string HCP10_ApprovedProcedureCode + { + get { return this.Segment.GetElement(10); } + set { this.Segment.SetElement(10, value); } + } + + public string HCP11_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(11); } + set { this.Segment.SetElement(11, value); } + } + + public UnitOrBasisOfMeasurementCode HCP11_UnitOrBasisOfMeasurementCodeEnum + { + get { return this.Segment.GetElement(11).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(11, value.EdiFieldValue()); } + } + + public decimal? HCP12_Quantity + { + get { return this.Segment.GetDecimalElement(12); } + set { this.Segment.SetElement(12, value); } + } + + public string HCP13_RejectReasonCode + { + get { return this.Segment.GetElement(13); } + set { this.Segment.SetElement(13, value); } + } + + public string HCP14_PolicyComplianceCode + { + get { return this.Segment.GetElement(14); } + set { this.Segment.SetElement(14, value); } + } + + public string HCP15_ExceptionCode + { + get { return this.Segment.GetElement(15); } + set { this.Segment.SetElement(15, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentHI.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentHI.cs new file mode 100644 index 00000000..4a3fa77b --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentHI.cs @@ -0,0 +1,76 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentHI : TypedSegment + { + public TypedSegmentHI() : base("HI") + { + } + + public string HI01_HealthCareCodeInformation + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string HI02_HealthCareCodeInformation + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + public string HI03_HealthCareCodeInformation + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string HI04_HealthCareCodeInformation + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + public string HI05_HealthCareCodeInformation + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string HI06_HealthCareCodeInformation + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + public string HI07_HealthCareCodeInformation + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string HI08_HealthCareCodeInformation + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + public string HI09_HealthCareCodeInformation + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string HI10_HealthCareCodeInformation + { + get { return this.Segment.GetElement(10); } + set { this.Segment.SetElement(10, value); } + } + public string HI11_HealthCareCodeInformation + { + get { return this.Segment.GetElement(11); } + set { this.Segment.SetElement(11, value); } + } + + public string HI12_HealthCareCodeInformation + { + get { return this.Segment.GetElement(12); } + set { this.Segment.SetElement(12, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentIK5.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentIK5.cs new file mode 100644 index 00000000..b5d4d221 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentIK5.cs @@ -0,0 +1,40 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentIK5 : TypedSegment + { + public TypedSegmentIK5() : base("IK5") { } + + public string IK501_TransactionSetAcknowledgmentCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string IK502_SyntaxErrorCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string IK503_SyntaxErrorCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + public string IK504_SyntaxErrorCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + public string IK505_SyntaxErrorCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + public string IK506_SyntaxErrorCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentISS.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentISS.cs new file mode 100644 index 00000000..0fa419d6 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentISS.cs @@ -0,0 +1,58 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Invoice Shipment Summary + /// + public class TypedSegmentISS : TypedSegment + { + public TypedSegmentISS() + : base("ISS") + { + } + + public decimal? ISS01_NumberOfUnitsShipped + { + get { return this.Segment.GetDecimalElement(1); } + set { this.Segment.SetElement(1, value); } + } + + /// + /// CA = Case + /// + public UnitOrBasisOfMeasurementCode ISS02_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(2).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(2, value.EdiFieldValue()); } + } + + public decimal? ISS03_Weight + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + /// + /// LB = Pounds + /// + public UnitOrBasisOfMeasurementCode ISS04_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(4).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(4, value.EdiFieldValue()); } + } + + public decimal? ISS05_Volume + { + get { return this.Segment.GetDecimalElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public UnitOrBasisOfMeasurementCode ISS06_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(6).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(6, value.EdiFieldValue()); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentITD.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentITD.cs new file mode 100644 index 00000000..34814c0b --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentITD.cs @@ -0,0 +1,134 @@ +namespace X12.Shared.Models.TypedSegments +{ + using System; + + /// + /// Terms of Sale/Deferred Terms of Sale + /// + public class TypedSegmentITD : TypedSegment + { + public TypedSegmentITD() + : base("ITD") + { + } + + public string ITD01_TermsTypeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + /// + /// 1 = Ship Date + /// 2 = Delivery Date + /// 3 = Invoice Date + /// + public string ITD02_TermsBasisDateCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? ITD03_TermsDiscountPercent + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public DateTime? ITD04_TermsDiscountDueDate + { + get { return this.Segment.GetDate8Element(4); } + set { this.Segment.SetDate8Element(4, value); } + } + + public int? ITD05_TermsDiscountDaysDue + { + get { return this.Segment.GetIntElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public DateTime? ITD06_TermsNetDueDate + { + get { return this.Segment.GetDate8Element(6); } + set { this.Segment.SetDate8Element(6, value); } + } + + public int? ITD07_TermsNetDays + { + get { return this.Segment.GetIntElement(7); } + set { this.Segment.SetElement(7, value); } + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? ITD08_TermsDiscountAmountN2 + { + get { return this.Segment.GetIntElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public DateTime? ITD09_TermsDeferredDueDate + { + get { return this.Segment.GetDate8Element(9); } + set { this.Segment.SetDate8Element(9, value); } + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? ITD10_DeferredAmountDueN2 + { + get { return this.Segment.GetIntElement(10); } + set { this.Segment.SetElement(10, value); } + } + + public decimal? ITD11_PercentOfInvoicePayable + { + get { return this.Segment.GetDecimalElement(11); } + set { this.Segment.SetElement(11, value); } + } + + public string ITD12_Description + { + get { return this.Segment.GetElement(12); } + set { this.Segment.SetElement(12, value); } + } + + public int? ITD13_DayOfMonth + { + get + { + return this.Segment.GetIntElement(13); + } + + set + { + if (value >= 1 && value <= 31) + { + this.Segment.SetElement(13, value); + } + else + { + throw new ArgumentOutOfRangeException( + nameof(this.ITD13_DayOfMonth), + $"{value} is not a value between 1 and 31."); + } + } + } + + public string ITD14_PaymentMethodCode + { + get { return this.Segment.GetElement(14); } + set { this.Segment.SetElement(14, value); } + } + + public decimal? ITD15_Percent + { + get { return this.Segment.GetDecimalElement(15); } + set { this.Segment.SetElement(15, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentMSG.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentMSG.cs new file mode 100644 index 00000000..a75cfb16 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentMSG.cs @@ -0,0 +1,31 @@ +namespace X12.Shared.Models.TypedSegments +{ + /// + /// Message Text + /// + public class TypedSegmentMSG : TypedSegment + { + public TypedSegmentMSG() + : base("MSG") + { + } + + public string MSG01_FreeFormMessageText + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string MSG02_PrinterCarriageControlCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public int? MSG03_Number + { + get { return this.Segment.GetIntElement(3); } + set { this.Segment.SetElement(3, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentN2.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentN2.cs new file mode 100644 index 00000000..fc0bda57 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentN2.cs @@ -0,0 +1,23 @@ +using System; +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentN2 : TypedSegment + { + public TypedSegmentN2() + : base("N2") + { + } + + public string N201_Name + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string N202_Name + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentN3.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentN3.cs new file mode 100644 index 00000000..17fbcb35 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentN3.cs @@ -0,0 +1,22 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentN3 : TypedSegment + { + public TypedSegmentN3() + : base("N3") + { + } + + public string N301_AddressInformation + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string N302_AddressInformation + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentN4.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentN4.cs new file mode 100644 index 00000000..fd2facab --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentN4.cs @@ -0,0 +1,52 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentN4 : TypedSegment + { + public TypedSegmentN4() + : base("N4") + { + } + + public string N401_CityName + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string N402_StateOrProvinceCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string N403_PostalCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string N404_CountryCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string N405_LocationQualifier + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string N406_LocationIdentifier + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string N407_CountrySubdivisionCode + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentN9.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentN9.cs new file mode 100644 index 00000000..4d3186f5 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentN9.cs @@ -0,0 +1,22 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentN9 : TypedSegment + { + public TypedSegmentN9() + : base("N9") + { + } + + public string N901_ReferenceIdentificationQualifier + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string N902_ReferenceIdentification + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentNTE.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentNTE.cs similarity index 53% rename from src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentNTE.cs rename to src/X12.Shared/Models/TypedSegments/TypedSegmentNTE.cs index ac38634f..2f4d4ac3 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentNTE.cs +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentNTE.cs @@ -1,33 +1,28 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Note/Secial Instruction - /// - public class TypedSegmentNTE : TypedSegment - { - public TypedSegmentNTE() - : base("NTE") - { - } - - /// - /// GEN = Entire Transaction Set - /// - public string NTE01_NoteReferenceCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string NTE02_Description - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - } -} +namespace X12.Shared.Models.TypedSegments +{ + /// + /// Note/Secial Instruction + /// + public class TypedSegmentNTE : TypedSegment + { + public TypedSegmentNTE() + : base("NTE") + { + } + + /// + /// GEN = Entire Transaction Set + /// + public string NTE01_NoteReferenceCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string NTE02_Description + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPAT.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentPAT.cs similarity index 52% rename from src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPAT.cs rename to src/X12.Shared/Models/TypedSegments/TypedSegmentPAT.cs index 7968dbe2..29e82eb3 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPAT.cs +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentPAT.cs @@ -1,106 +1,117 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public class TypedSegmentPAT : TypedSegment - { - public TypedSegmentPAT() - : base("PAT") - { - } - - protected override void OnInitialized(EventArgs e) - { - base.OnInitialized(e); - //PAT05_DateTimePeriodFormatQualifier = "D8"; - } - - public string PAT01_IndividualRelationshipCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string PAT02_PatientLocationCode - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - public string PAT03_EmploymentStatusCode - { - get { return _segment.GetElement(3); } - set { _segment.SetElement(3, value); } - } - - public string PAT04_StudentStatusCode - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public string PAT05_DateTimePeriodFormatQualifier - { - get { return _segment.GetElement(5); } - set { _segment.SetElement(5, value); } - } - - public DateTime? PAT06_DateOfDeath - { - get - { - string element = _segment.GetElement(6); - if (element.Length == 8) - return DateTime.ParseExact(element, "yyyyMMdd", null); - else - return null; - } - set - { - _segment.SetElement(6, String.Format("{0:yyyyMMdd}", value)); - } - } - - public string PAT07_UnitOrBasisForMeasurementCode - { - get { return _segment.GetElement(7); } - set { _segment.SetElement(7, value); } - } - - public decimal? PAT08_PatientWeight - { - get - { - decimal weight; - if (decimal.TryParse(_segment.GetElement(8), out weight)) - return weight; - else - return null; - } - set { _segment.SetElement(8, String.Format("{0}", value)); } - } - - public bool? PAT09_PregnancyIndicator - { - get - { - switch (_segment.GetElement(9)) - { - case "Y": return true; - case "N": return false; - default: return null; - } - } - set - { - if (value.HasValue) - _segment.SetElement(9, value.Value ? "Y" : "N"); - else - _segment.SetElement(9, ""); - } - } - } -} +namespace X12.Shared.Models.TypedSegments +{ + using System; + + public class TypedSegmentPAT : TypedSegment + { + public TypedSegmentPAT() + : base("PAT") + { + } + + protected override void OnInitialized(EventArgs e) + { + base.OnInitialized(e); + //PAT05_DateTimePeriodFormatQualifier = "D8"; + } + + public string PAT01_IndividualRelationshipCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string PAT02_PatientLocationCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string PAT03_EmploymentStatusCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string PAT04_StudentStatusCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string PAT05_DateTimePeriodFormatQualifier + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public DateTime? PAT06_DateOfDeath + { + get + { + string element = this.Segment.GetElement(6); + if (element.Length == 8) + { + return DateTime.ParseExact(element, "yyyyMMdd", null); + } + + return null; + } + + set + { + this.Segment.SetElement(6, $"{value:yyyyMMdd}"); + } + } + + public string PAT07_UnitOrBasisForMeasurementCode + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public decimal? PAT08_PatientWeight + { + get + { + decimal weight; + if (decimal.TryParse(this.Segment.GetElement(8), out weight)) + { + return weight; + } + + return null; + } + + set + { + this.Segment.SetElement(8, value); + } + } + + public bool? PAT09_PregnancyIndicator + { + get + { + switch (this.Segment.GetElement(9)) + { + case "Y": return true; + case "N": return false; + default: return null; + } + } + + set + { + if (value.HasValue) + { + this.Segment.SetElement(9, value.Value ? "Y" : "N"); + } + else + { + this.Segment.SetElement(9, string.Empty); + } + } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPER.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentPER.cs similarity index 54% rename from src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPER.cs rename to src/X12.Shared/Models/TypedSegments/TypedSegmentPER.cs index 06072b21..6874e975 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentPER.cs +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentPER.cs @@ -1,106 +1,100 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - public enum CommunicationNumberQualifer - { - Undefined, - ElectronicMail, - TelephoneExtension, - Facsimile, - Telephone - } - public class TypedSegmentPER : TypedSegment - { - public TypedSegmentPER() - : base("PER") - { - } - - public string PER01_ContactFunctionCode - { - get { return _segment.GetElement(1); } - set { _segment.SetElement(1, value); } - } - - public string PER02_Name - { - get { return _segment.GetElement(2); } - set { _segment.SetElement(2, value); } - } - - private CommunicationNumberQualifer GetQualifier(int elementNumber) - { - switch (_segment.GetElement(elementNumber)) - { - case "EM": return CommunicationNumberQualifer.ElectronicMail; - case "EX": return CommunicationNumberQualifer.TelephoneExtension; - case "FX": return CommunicationNumberQualifer.Facsimile; - case "TE": return CommunicationNumberQualifer.Telephone; - default: return CommunicationNumberQualifer.Undefined; - } - } - - private void SetQualifier(int elementNumber, CommunicationNumberQualifer value) - { - switch (value) - { - case CommunicationNumberQualifer.ElectronicMail: - _segment.SetElement(elementNumber, "EM"); break; - case CommunicationNumberQualifer.TelephoneExtension: - _segment.SetElement(elementNumber, "EX"); break; - case CommunicationNumberQualifer.Facsimile: - _segment.SetElement(elementNumber, "FX"); break; - case CommunicationNumberQualifer.Telephone: - _segment.SetElement(elementNumber, "TE"); break; - default: - _segment.SetElement(elementNumber, ""); break; - } - } - - public CommunicationNumberQualifer PER03_CommunicationNumberQualifier - { - get { return GetQualifier(3); } - set { SetQualifier(3, value); } - } - - public string PER04_CommunicationNumber - { - get { return _segment.GetElement(4); } - set { _segment.SetElement(4, value); } - } - - public CommunicationNumberQualifer PER05_CommunicationNumberQualifier - { - get { return GetQualifier(5); } - set { SetQualifier(5, value); } - } - - public string PER06_CommunicationNumber - { - get { return _segment.GetElement(6); } - set { _segment.SetElement(6, value); } - } - - public CommunicationNumberQualifer PER07_CommunicationNumberQualifier - { - get { return GetQualifier(7); } - set { SetQualifier(7, value); } - } - - public string PER08_CommunicationNumber - { - get { return _segment.GetElement(8); } - set { _segment.SetElement(8, value); } - } - - public string PER09_ContactInquiryReference - { - get { return _segment.GetElement(9); } - set { _segment.SetElement(9, value); } - } - } -} +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + + public class TypedSegmentPER : TypedSegment + { + public TypedSegmentPER() + : base("PER") + { + } + + public string PER01_ContactFunctionCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string PER02_Name + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + private CommunicationNumberQualifer GetQualifier(int elementNumber) + { + switch (this.Segment.GetElement(elementNumber)) + { + case "EM": return CommunicationNumberQualifer.ElectronicMail; + case "EX": return CommunicationNumberQualifer.TelephoneExtension; + case "FX": return CommunicationNumberQualifer.Facsimile; + case "TE": return CommunicationNumberQualifer.Telephone; + default: return CommunicationNumberQualifer.Undefined; + } + } + + private void SetQualifier(int elementNumber, CommunicationNumberQualifer value) + { + switch (value) + { + case CommunicationNumberQualifer.ElectronicMail: + this.Segment.SetElement(elementNumber, "EM"); + break; + case CommunicationNumberQualifer.TelephoneExtension: + this.Segment.SetElement(elementNumber, "EX"); + break; + case CommunicationNumberQualifer.Facsimile: + this.Segment.SetElement(elementNumber, "FX"); + break; + case CommunicationNumberQualifer.Telephone: + this.Segment.SetElement(elementNumber, "TE"); + break; + default: + this.Segment.SetElement(elementNumber, string.Empty); + break; + } + } + + public CommunicationNumberQualifer PER03_CommunicationNumberQualifier + { + get { return this.GetQualifier(3); } + set { this.SetQualifier(3, value); } + } + + public string PER04_CommunicationNumber + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public CommunicationNumberQualifer PER05_CommunicationNumberQualifier + { + get { return this.GetQualifier(5); } + set { this.SetQualifier(5, value); } + } + + public string PER06_CommunicationNumber + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public CommunicationNumberQualifer PER07_CommunicationNumberQualifier + { + get { return GetQualifier(7); } + set { SetQualifier(7, value); } + } + + public string PER08_CommunicationNumber + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string PER09_ContactInquiryReference + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentPID.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentPID.cs new file mode 100644 index 00000000..0d1292b8 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentPID.cs @@ -0,0 +1,73 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Product/Item Description + /// + public class TypedSegmentPID : TypedSegment + { + public TypedSegmentPID() + : base("PID") + { + } + + /// + /// F = Free form + /// + public string PID01_ItemDescriptionType + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string PID02_ProductProcessCharacteristicCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string PID03_AgencyQualifierCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string PID04_ProductDescriptionCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string PID05_Description + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string PID06_SurfaceLayerPositionCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string PID07_SourceSubqualifier + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public YesNoConditionOrResponseCode PID08_YesNoConditionOrResponseCode + { + get { return this.Segment.GetElement(8).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(8, value.EdiFieldValue()); } + } + + public string PID09_LanguageCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentPRV.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentPRV.cs new file mode 100644 index 00000000..f41c332f --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentPRV.cs @@ -0,0 +1,46 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentPRV : TypedSegment + { + public TypedSegmentPRV() + : base("PRV") + { + } + + public string PRV01_ProviderCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string PRV02_ReferenceIdQualifier + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string PRV03_ProviderTaxonomyCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string PRV04_StateOrProvinceCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string PRV05_ProviderSpecialtyInformation + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string PRV06_ProviderOrganizationCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentPS1.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentPS1.cs new file mode 100644 index 00000000..8b921561 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentPS1.cs @@ -0,0 +1,28 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentPS1 : TypedSegment + { + public TypedSegmentPS1() + : base("PS1") + { + } + + public string PS101_ReferenceId + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string PS102_MonentaryAmount + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string PS103_StateOrProvinceCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentPWK.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentPWK.cs new file mode 100644 index 00000000..348631a6 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentPWK.cs @@ -0,0 +1,79 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + public class TypedSegmentPWK : TypedSegment + { + public TypedSegmentPWK() + : base("PWK") + { + } + + public string PWK01_ReportTypeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string PWK02_ReportTransmissionCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public int? PWK03_ReportCopiesNeeded + { + get { return this.Segment.GetIntElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string PWK04_EntityIdentifierCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public EntityIdentifierCode PWK04_EntityIdentiferCodeEnum + { + get { return this.Segment.GetElement(4).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(4, value.EdiFieldValue()); } + } + + public string PWK05_IdentificationCodeQualifier + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public IdentificationCodeQualifier PWK05_IdentificationCodeQualifierEnum + { + get { return this.Segment.GetElement(5).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(5, value.EdiFieldValue()); } + } + + public string PWK06_IdentificationCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string PWK07_Description + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string PWK08_ActionsIndicated + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string PWK09_RequestCategoryCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentREF.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentREF.cs new file mode 100644 index 00000000..b81cef2f --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentREF.cs @@ -0,0 +1,34 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentREF : TypedSegment + { + public TypedSegmentREF() + : base("REF") + { + } + + public string REF01_ReferenceIdQualifier + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string REF02_ReferenceId + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string REF03_Description + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string REF04_ReferenceId + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentSAC.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentSAC.cs new file mode 100644 index 00000000..3ff797c2 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentSAC.cs @@ -0,0 +1,103 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Service, Promotion, Allowance, or Charge Information + /// + public class TypedSegmentSAC : TypedSegment + { + public TypedSegmentSAC() + : base("SAC") + { + } + + public AllowanceOrChargeIndicator SAC01_AllowanceOrChargeIndicator + { + get { return this.Segment.GetElement(1).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(1, value.EdiFieldValue()); } + } + + public string SAC02_ServicePromotionAllowanceOrChargeCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string SAC03_AgencyQualifierCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string SAC04_AgencyServicePromotionAllowanceOrChageCode + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? SAC05_AmountN2 + { + get + { + int element; + if (int.TryParse(this.Segment.GetElement(5), out element)) + { + return element; + } + + return null; + } + + set + { + this.Segment.SetElement(5, value); + } + } + + /// + /// 3 = Discount/Gross + /// Z = Mutually Defined + /// + public string SAC06_AllowanceChargePercentQualifier + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public decimal? SAC07_Percent + { + get { return this.Segment.GetDecimalElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string SAC13_ReferenceIdentification + { + get { return this.Segment.GetElement(13); } + set { this.Segment.SetElement(13, value); } + } + + public string SAC14_OptionNumber + { + get { return this.Segment.GetElement(14); } + set { this.Segment.SetElement(14, value); } + } + + public string SAC15_Description + { + get { return this.Segment.GetElement(15); } + set { this.Segment.SetElement(15, value); } + } + + public string SAC16_LanguageCode + { + get { return this.Segment.GetElement(16); } + set { this.Segment.SetElement(16, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentSBR.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentSBR.cs new file mode 100644 index 00000000..637def0d --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentSBR.cs @@ -0,0 +1,64 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentSBR : TypedSegment + { + public TypedSegmentSBR() + : base("SBR") + { + } + + public string SBR01_PayerResponsibilitySequenceNumberCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string SBR02_IndividualRelationshipCode + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string SBR03_PolicyOrGroupNumber + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string SBR04_GroupName + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string SBR05_InsuranceTypeCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string SBR06_CoordinationOfBenefitsCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public string SBR07_YesNoCode + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string SBR08_EmploymentStatusCode + { + get { return this.Segment.GetElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string SBR09_ClaimFilingIndicatorCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentSV1.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentSV1.cs new file mode 100644 index 00000000..70be1bb6 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentSV1.cs @@ -0,0 +1,68 @@ +namespace X12.Shared.Models.TypedSegments +{ + public class TypedSegmentSV1 : TypedSegment + { + public TypedSegmentSV1() : base("SV1") + { + } + + public string SV101_CompositeMedicalProcedure + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public string SV102_MonetaryAmount + { + get { return this.Segment.GetElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public string SV103_UnitBasisMeasCode + { + get { return this.Segment.GetElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string SV104_Quantity + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + public string SV105_FacilityCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string SV107_CompDiagCodePoint + { + get { return this.Segment.GetElement(7); } + set { this.Segment.SetElement(7, value); } + } + + public string SV109_YesNoCondRespCode + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string SV111_YesNoCondRespCode + { + get { return this.Segment.GetElement(11); } + set { this.Segment.SetElement(11, value); } + } + + public string SV112_YesNoCondRespCode + { + get { return this.Segment.GetElement(12); } + set { this.Segment.SetElement(12, value); } + } + + public string SV115_CopayStatusCode + { + get { return this.Segment.GetElement(15); } + set { this.Segment.SetElement(15, value); } + } + } +} diff --git a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentTDS.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentTDS.cs similarity index 64% rename from src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentTDS.cs rename to src/X12.Shared/Models/TypedSegments/TypedSegmentTDS.cs index 21911321..ae7d0c70 100644 --- a/src/OopFactory.X12/Parsing/Model/Typed/TypedSegmentTDS.cs +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentTDS.cs @@ -1,58 +1,53 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Parsing.Model.Typed -{ - /// - /// Total Monetary Value Summary - /// - public class TypedSegmentTDS : TypedSegment - { - public TypedSegmentTDS() - : base("TDS") - { - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? TDS01_AmountN2 - { - get { return _segment.GetIntElement(1); } - set { _segment.SetElement(1, value); } - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? TDS02_AmountN2 - { - get { return _segment.GetIntElement(2); } - set { _segment.SetElement(2, value); } - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? TDS03_AmountN2 - { - get { return _segment.GetIntElement(3); } - set { _segment.SetElement(3, value); } - } - - /// - /// This is an implied decimal with 2 decimal points, - /// multiply your decimal by 100 to assign here - /// - public int? TDS04_AmountN2 - { - get { return _segment.GetIntElement(4); } - set { _segment.SetElement(4, value); } - } - } -} +namespace X12.Shared.Models.TypedSegments +{ + /// + /// Total Monetary Value Summary + /// + public class TypedSegmentTDS : TypedSegment + { + public TypedSegmentTDS() + : base("TDS") + { + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? TDS01_AmountN2 + { + get { return this.Segment.GetIntElement(1); } + set { this.Segment.SetElement(1, value); } + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? TDS02_AmountN2 + { + get { return this.Segment.GetIntElement(2); } + set { this.Segment.SetElement(2, value); } + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? TDS03_AmountN2 + { + get { return this.Segment.GetIntElement(3); } + set { this.Segment.SetElement(3, value); } + } + + /// + /// This is an implied decimal with 2 decimal points, + /// multiply your decimal by 100 to assign here + /// + public int? TDS04_AmountN2 + { + get { return this.Segment.GetIntElement(4); } + set { this.Segment.SetElement(4, value); } + } + } +} diff --git a/src/X12.Shared/Models/TypedSegments/TypedSegmentTXI.cs b/src/X12.Shared/Models/TypedSegments/TypedSegmentTXI.cs new file mode 100644 index 00000000..54755307 --- /dev/null +++ b/src/X12.Shared/Models/TypedSegments/TypedSegmentTXI.cs @@ -0,0 +1,76 @@ +namespace X12.Shared.Models.TypedSegments +{ + using X12.Shared.Enumerations; + using X12.Shared.Extensions; + + /// + /// Tax Information + /// + public class TypedSegmentTXI : TypedSegment + { + public TypedSegmentTXI() + : base("TXI") + { + } + + public string TXI01_TaxTypeCode + { + get { return this.Segment.GetElement(1); } + set { this.Segment.SetElement(1, value); } + } + + public decimal? TXI02_MonetaryAmount + { + get { return this.Segment.GetDecimalElement(2); } + set { this.Segment.SetElement(2, value); } + } + + public decimal? TXI03_Percent + { + get { return this.Segment.GetDecimalElement(3); } + set { this.Segment.SetElement(3, value); } + } + + public string TXI04_TaxJurisdictionCodeQualifier + { + get { return this.Segment.GetElement(4); } + set { this.Segment.SetElement(4, value); } + } + + public string TXI05_TaxJurisdictionCode + { + get { return this.Segment.GetElement(5); } + set { this.Segment.SetElement(5, value); } + } + + public string TXI06_TaxExemptCode + { + get { return this.Segment.GetElement(6); } + set { this.Segment.SetElement(6, value); } + } + + public RelationshipCode TXI07_RelationshipCode + { + get { return this.Segment.GetElement(7).ToEnumFromEdiFieldValue(); } + set { this.Segment.SetElement(7, value.EdiFieldValue()); } + } + + public decimal? TXI08_DollarBasisForPercent + { + get { return this.Segment.GetDecimalElement(8); } + set { this.Segment.SetElement(8, value); } + } + + public string TXI09_TaxIdentificationNumber + { + get { return this.Segment.GetElement(9); } + set { this.Segment.SetElement(9, value); } + } + + public string TXI10_AssignedIdentification + { + get { return this.Segment.GetElement(10); } + set { this.Segment.SetElement(10, value); } + } + } +} diff --git a/src/X12.Shared/Models/X12DelimiterSet.cs b/src/X12.Shared/Models/X12DelimiterSet.cs new file mode 100644 index 00000000..a596f7d2 --- /dev/null +++ b/src/X12.Shared/Models/X12DelimiterSet.cs @@ -0,0 +1,83 @@ +namespace X12.Shared.Models +{ + using System; + + using X12.Shared.Properties; + + /// + /// Represents the collection of delimiters used in X12 interchanges + /// + public class X12DelimiterSet + { + /// + /// Initializes a new instance of the class + /// + /// Desired segment terminator + /// Desired element separator + /// Desired sub-element separator + public X12DelimiterSet(char segmentTerminator, char elementSeparator, char subElementSeparator) + { + this.SegmentTerminator = segmentTerminator; + this.ElementSeparator = elementSeparator; + this.SubElementSeparator = subElementSeparator; + } + + /// + /// Initializes a new instance of the class with the provided ISA Segment + /// + /// ISA Segment and terminator to parse delimiter set from + /// Thrown if the ISA segment or terminator are invalid + public X12DelimiterSet(char[] isaSegmentAndTerminator) + { + var prefix = new string(isaSegmentAndTerminator).Substring(0, 3); + + if (isaSegmentAndTerminator.Length < 105) + { + throw new ArgumentException(Resources.IsaLengthMismatchError); + } + + if (prefix.ToUpper() != "ISA") + { + throw new ArgumentException(Resources.IsaSegmentMissingPrefixError); + } + + this.ElementSeparator = isaSegmentAndTerminator[3]; + this.SubElementSeparator = isaSegmentAndTerminator[104]; + + if (isaSegmentAndTerminator.Length >= 106) + { + this.SegmentTerminator = isaSegmentAndTerminator[105]; + } + + if (char.IsLetterOrDigit(this.ElementSeparator)) + { + throw new ArgumentException(string.Format(Resources.InvalidElementSeparatorError, this.ElementSeparator)); + } + + if (char.IsLetterOrDigit(this.SubElementSeparator)) + { + throw new ArgumentException(string.Format(Resources.InvalidSubelementSeparatorError, this.SubElementSeparator)); + } + + if (char.IsLetterOrDigit(this.SegmentTerminator)) + { + throw new ArgumentException(string.Format(Resources.InvalidSegmentTerminatorError, this.SegmentTerminator)); + } + } + + /// + /// Gets the segment terminator character + /// + public char SegmentTerminator { get; } + + /// + /// Gets the element separator character + /// + public char ElementSeparator { get; } + + /// + /// Gets the sub-element separator character + /// + public char SubElementSeparator { get; } + } +} diff --git a/src/X12.Shared/Properties/AssemblyInfo.cs b/src/X12.Shared/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..aacdb506 --- /dev/null +++ b/src/X12.Shared/Properties/AssemblyInfo.cs @@ -0,0 +1,32 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Shared")] +[assembly: AssemblyDescription("Open Source C# .NET X12 Parser")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Bradley Van Fleet")] +[assembly: AssemblyProduct("X12.Shared")] +[assembly: AssemblyCopyright("Copyright © Bradley Van Fleet 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("9b269deb-e247-403c-9ec2-75677ef10035")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/src/X12.Shared/Properties/Resources.Designer.cs b/src/X12.Shared/Properties/Resources.Designer.cs new file mode 100644 index 00000000..57b3cacb --- /dev/null +++ b/src/X12.Shared/Properties/Resources.Designer.cs @@ -0,0 +1,216 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace X12.Shared.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("X12.Shared.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to {0} and {1} cannot be converted into a date and time.. + /// + internal static string DateTimeParsingError { + get { + return ResourceManager.GetString("DateTimeParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No EDI Field Value found for '{0}'. + /// + internal static string EDIFieldNotFound { + get { + return ResourceManager.GetString("EDIFieldNotFound", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No EDIValue Attribute defined for '{0}'. + /// + internal static string EDIValueNotFound { + get { + return ResourceManager.GetString("EDIValueNotFound", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Element {0} is required.. + /// + internal static string ElementRequiredError { + get { + return ResourceManager.GetString("ElementRequiredError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Element {0} cannot contain the value '{1}' with the segment terminator {2}. + /// + internal static string ElementSegmentTerminatorError { + get { + return ResourceManager.GetString("ElementSegmentTerminatorError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Element {0} cannot containe the value '{1}' because it must be a positive number between 1 and 999999999.. + /// + internal static string ElementValueOutOfRange { + get { + return ResourceManager.GetString("ElementValueOutOfRange", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} Interchange Control Number must be a positive number between 1 and 999999999.. + /// + internal static string InterchangeValueOutOfRange { + get { + return ResourceManager.GetString("InterchangeValueOutOfRange", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} is not a valid element separator in position 4 of the file.. + /// + internal static string InvalidElementSeparatorError { + get { + return ResourceManager.GetString("InvalidElementSeparatorError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot find specification for hierarichal loop {0}. + /// + internal static string InvalidHLSpecError { + get { + return ResourceManager.GetString("InvalidHLSpecError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} is not a valid segment terminator in position 106 of the file.. + /// + internal static string InvalidSegmentTerminatorError { + get { + return ResourceManager.GetString("InvalidSegmentTerminatorError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} is not a valid subelement separator in position 105 of the file.. + /// + internal static string InvalidSubelementSeparatorError { + get { + return ResourceManager.GetString("InvalidSubelementSeparatorError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} and {1} in ISA09 and ISA10 cannot be converted into a date and time.. + /// + internal static string IsaDateTimeParsingError { + get { + return ResourceManager.GetString("IsaDateTimeParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ISA segment and terminator is expected to be exactly 106 characters.. + /// + internal static string IsaLengthMismatchError { + get { + return ResourceManager.GetString("IsaLengthMismatchError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to First segment must start with ISA. + /// + internal static string IsaSegmentMissingPrefixError { + get { + return ResourceManager.GetString("IsaSegmentMissingPrefixError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value cannot be null or whitespace. + /// + internal static string NullStringArgument { + get { + return ResourceManager.GetString("NullStringArgument", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} Transaction does not expect {2} level code value {3} that appears in transaction control number {1}.. + /// + internal static string TransactionHLCodeError { + get { + return ResourceManager.GetString("TransactionHLCodeError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hierarchical Loop ID {3} cannot be added to {0} transaction with control number {1} because it already exists.. + /// + internal static string UnableToAddHLoop { + get { + return ResourceManager.GetString("UnableToAddHLoop", resourceCulture); + } + } + } +} diff --git a/src/X12.Shared/Properties/Resources.resx b/src/X12.Shared/Properties/Resources.resx new file mode 100644 index 00000000..406e8ff5 --- /dev/null +++ b/src/X12.Shared/Properties/Resources.resx @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0} and {1} cannot be converted into a date and time. + Format parameter(s): date, time + + + No EDI Field Value found for '{0}' + Format parameter(s): value + + + No EDIValue Attribute defined for '{0}' + Format parameter(s): value + + + Element {0} is required. + Format parameter(s): elementId + + + Element {0} cannot contain the value '{1}' with the segment terminator {2} + Format parameter(s): elementId, value, segmentTerminator + + + Element {0} cannot containe the value '{1}' because it must be a positive number between 1 and 999999999. + Format parameter(s): elementId, value + + + {0} Interchange Control Number must be a positive number between 1 and 999999999. + Format parameter(s): isaSegment + + + {0} is not a valid element separator in position 4 of the file. + Format parameter(s): elementSeparator + + + Cannot find specification for hierarichal loop {0} + Format parameter(s): segmentString + + + {0} is not a valid segment terminator in position 106 of the file. + Format parameter(s): segmentTerminator + + + {0} is not a valid subelement separator in position 105 of the file. + Format parameter(s): subelementSeparator + + + {0} and {1} in ISA09 and ISA10 cannot be converted into a date and time. + Format parameter(s): date, time + + + ISA segment and terminator is expected to be exactly 106 characters. + Format parameter(s): + + + First segment must start with ISA + Format parameter(s): + + + Value cannot be null or whitespace + Format parameter(s): + + + {0} Transaction does not expect {2} level code value {3} that appears in transaction control number {1}. + Format parameter(s): idCode, controlNumber, hlSpec, hlCodeLevel + + + Hierarchical Loop ID {3} cannot be added to {0} transaction with control number {1} because it already exists. + Format parameter(s): idCode, controlNumber, loopId + + \ No newline at end of file diff --git a/src/X12.Shared/X12.Shared.csproj b/src/X12.Shared/X12.Shared.csproj new file mode 100644 index 00000000..27546544 --- /dev/null +++ b/src/X12.Shared/X12.Shared.csproj @@ -0,0 +1,153 @@ + + + + + Debug + AnyCPU + {74A34062-7CF9-41B5-9F36-A0367C9AFA2F} + Library + Properties + X12.Shared + X12.Shared + v4.6.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + lib\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + + \ No newline at end of file diff --git a/src/X12.Shared/package.nuspec b/src/X12.Shared/package.nuspec new file mode 100644 index 00000000..44170878 --- /dev/null +++ b/src/X12.Shared/package.nuspec @@ -0,0 +1,25 @@ + + + + X12.Shared + $version$ + X12.Shared + Bradley Van Fleet + Bradley Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open source models for X12 files which can conform to given specifications + + * Segregated package from other X12 assemblies + * Added documentation to several code files + * Split several files with nested types and enumerations + + Copyright © Brad Van Fleet 2018 + X12 Parser + + + + + \ No newline at end of file diff --git a/src/X12.Specifications/AllowedIdentifier.cs b/src/X12.Specifications/AllowedIdentifier.cs new file mode 100644 index 00000000..705153c0 --- /dev/null +++ b/src/X12.Specifications/AllowedIdentifier.cs @@ -0,0 +1,26 @@ +namespace X12.Specifications +{ + using System.Xml.Serialization; + + /// + /// Gets or sets the allowed ID on a segment + /// + public class AllowedIdentifier + { + /// + /// Gets or sets the allowed Id + /// + /// + /// Name must remain in all caps. + /// Otherwise, ISA allowed qualifiers won't be properly identified + /// + [XmlAttribute] + public string ID { get; set; } + + /// + /// Gets or sets the Id description + /// + [XmlText] + public string Description { get; set; } + } +} diff --git a/src/X12.Specifications/ElementSpecification.cs b/src/X12.Specifications/ElementSpecification.cs new file mode 100644 index 00000000..39a62ecc --- /dev/null +++ b/src/X12.Specifications/ElementSpecification.cs @@ -0,0 +1,102 @@ +namespace X12.Specifications +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + + /// + /// Represents the element information + /// + public class ElementSpecification + { + /// + /// Initializes a new instance of the class + /// + public ElementSpecification() + { + if (this.AllowedIdentifiers == null) + { + this.AllowedIdentifiers = new List(); + } + } + + /// + /// Gets or sets the element name + /// + [XmlAttribute] + public string Name { get; set; } + + /// + /// Gets or sets the element reference + /// + [XmlAttribute] + public string Reference { get; set; } + + /// + /// Gets or sets a value indicating whether the element is required + /// + [XmlAttribute] + public bool Required { get; set; } + + /// + /// Gets or sets the element data type + /// + [XmlAttribute] + public ElementDataType Type { get; set; } + + /// + /// Gets or sets the implied decimal places, for decimal elements + /// + [XmlAttribute] + public int ImpliedDecimalPlaces { get; set; } + + /// + /// Gets or sets the minimum length of the element + /// + [XmlAttribute] + public int MinLength { get; set; } + + /// + /// Gets or sets the max length of the element + /// + [XmlAttribute] + public int MaxLength { get; set; } + + /// + /// Gets or sets a value indicating whether the element is composite + /// + [XmlAttribute] + public bool IsComposite { get; set; } + + /// + /// Gets or sets the max number of components in the element + /// + [XmlAttribute] + public int MaxComponents { get; set; } + + /// + /// Gets or sets a value indicating whether the allowed identifiers list is inclusive + /// + [XmlAttribute] + public bool AllowedListInclusive { get; set; } + + /// + /// Gets or sets the qualifier set reference string + /// + [XmlAttribute] + public string QualifierSetRef { get; set; } + + /// + /// Gets or sets the qualifier set Id string + /// + [XmlAttribute] + public string QualifierSetId { get; set; } + + /// + /// Gets or sets the collection of allowed identifiers + /// + [XmlElement(ElementName = X12Elements.Allowed)] + public List AllowedIdentifiers { get; set; } + } +} diff --git a/src/X12.Specifications/Enumerations/Enumerations.cs b/src/X12.Specifications/Enumerations/Enumerations.cs new file mode 100644 index 00000000..b8043915 --- /dev/null +++ b/src/X12.Specifications/Enumerations/Enumerations.cs @@ -0,0 +1,93 @@ +namespace X12.Specifications.Enumerations +{ + using System.Xml.Serialization; + + /// + /// Collection of segment requirement indicators + /// + [XmlType(AnonymousType = true)] + public enum Requirement + { + /// + /// Segment is mandatory + /// + Mandatory, + + /// + /// Segment is optional + /// + Optional + } + + /// + /// Collection of segment usage indicators + /// + [XmlType(AnonymousType = true)] + public enum Usage + { + /// + /// Segment is required + /// + Required, + + /// + /// Segment may be required depending on situation + /// + Situational, + + /// + /// Segment is not used + /// + [XmlEnum("Not Used")] + NotUsed + } + + /// + /// Collection of data type indicators + /// + [XmlType(AnonymousType = true)] + public enum ElementDataType + { + /// + /// String data type + /// + [XmlEnum("AN")] + String, + + /// + /// Numeric data type + /// + [XmlEnum("N")] + Numeric, + + /// + /// Decimal data type + /// + [XmlEnum("R")] + Decimal, + + /// + /// Identifier data type + /// + [XmlEnum("ID")] + Identifier, + + /// + /// Date data type + /// + [XmlEnum("DT")] + Date, + + /// + /// Time data type + /// + [XmlEnum("TM")] + Time, + + /// + /// Binary data type + /// + [XmlEnum("B")] + Binary + } +} diff --git a/src/X12.Specifications/Enumerations/X12Elements.cs b/src/X12.Specifications/Enumerations/X12Elements.cs new file mode 100644 index 00000000..63f6ab4e --- /dev/null +++ b/src/X12.Specifications/Enumerations/X12Elements.cs @@ -0,0 +1,43 @@ +namespace X12.Specifications.Enumerations +{ + /// + /// Represents a collection of X12 element strings + /// + public static class X12Elements + { + /// + /// Segment string + /// + public const string Segment = "Segment"; + + /// + /// Loop string + /// + public const string Loop = "Loop"; + + /// + /// HierarchicalLoop string + /// + public const string HierarchicalLoop = "HierarchicalLoop"; + + /// + /// EntityIdentifier string + /// + public const string EntityIdentifier = "EntityIdentifier"; + + /// + /// Element string + /// + public const string Element = "Element"; + + /// + /// Allowed string + /// + public const string Allowed = "Allowed"; + + /// + /// QualifierSet string + /// + public const string QualifierSet = "QualifierSet"; + } +} diff --git a/src/X12.Specifications/Finders/DentalClaimSpecificationFinder.cs b/src/X12.Specifications/Finders/DentalClaimSpecificationFinder.cs new file mode 100644 index 00000000..906c675d --- /dev/null +++ b/src/X12.Specifications/Finders/DentalClaimSpecificationFinder.cs @@ -0,0 +1,25 @@ +namespace X12.Specifications.Finders +{ + using X12.Specifications; + + /// + /// Provides methods for finding dental claims specifications + /// + public class DentalClaimSpecificationFinder : SpecificationFinder + { + /// + /// Gets the transaction specification for the provided codes + /// + /// Function code + /// Specification version code + /// Transaction set code + /// Transaction specification which matches the codes provided + /// Thrown if the codes provided do not map to a known specification + public override TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) + { + return transactionSetCode == "837" + ? SpecificationFinder.GetSpecification("837D-4010") + : base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode); + } + } +} diff --git a/src/X12.Specifications/Finders/InstitutionalClaimSpecificationFinder.cs b/src/X12.Specifications/Finders/InstitutionalClaimSpecificationFinder.cs new file mode 100644 index 00000000..5f096c68 --- /dev/null +++ b/src/X12.Specifications/Finders/InstitutionalClaimSpecificationFinder.cs @@ -0,0 +1,30 @@ +namespace X12.Specifications.Finders +{ + using X12.Specifications; + + /// + /// Provides methods for finding institutional claims specifications + /// + public class InstitutionalClaimSpecificationFinder : SpecificationFinder + { + /// + /// Gets the transaction specification for the provided codes + /// + /// Function code + /// Specification version code + /// Transaction set code + /// Transaction specification which matches the codes provided + /// Thrown if the codes provided do not map to a known specification + public override TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) + { + if (transactionSetCode == "837") + { + return transactionSetCode == "837" + ? SpecificationFinder.GetSpecification("837I-5010") + : SpecificationFinder.GetSpecification("837I-4010"); + } + + return base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode); + } + } +} diff --git a/src/X12.Specifications/Finders/ProfessionalClaimSpecificationFinder.cs b/src/X12.Specifications/Finders/ProfessionalClaimSpecificationFinder.cs new file mode 100644 index 00000000..a4530c5e --- /dev/null +++ b/src/X12.Specifications/Finders/ProfessionalClaimSpecificationFinder.cs @@ -0,0 +1,30 @@ +namespace X12.Specifications.Finders +{ + using X12.Specifications; + + /// + /// Provides methods for finding professional claims specifications + /// + public class ProfessionalClaimSpecificationFinder : SpecificationFinder + { + /// + /// Gets the transaction specification for the provided codes + /// + /// Function code + /// Specification version code + /// Transaction set code + /// Transaction specification which matches the codes provided + /// Thrown if the codes provided do not map to a known specification + public override TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) + { + if (transactionSetCode == "837") + { + return versionCode.Contains("5010") + ? SpecificationFinder.GetSpecification("837P-5010") + : SpecificationFinder.GetSpecification("837-4010"); + } + + return base.FindTransactionSpec(functionalCode, versionCode, transactionSetCode); + } + } +} diff --git a/src/X12.Specifications/Finders/SpecificationFinder.cs b/src/X12.Specifications/Finders/SpecificationFinder.cs new file mode 100644 index 00000000..59f6035f --- /dev/null +++ b/src/X12.Specifications/Finders/SpecificationFinder.cs @@ -0,0 +1,208 @@ +namespace X12.Specifications.Finders +{ + using System; + using System.Collections.Concurrent; + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Reflection; + + using X12.Specifications.Enumerations; + using X12.Specifications.Interfaces; + using X12.Specifications.Sets; + + public class SpecificationFinder : ISpecificationFinder + { + private static readonly object SyncObject = new object(); + + private static readonly ConcurrentDictionary Specifications; + + private static Dictionary _4010Specification; + + private static Dictionary _5010Specification; + + /// + /// Initializes static members of the class + /// + static SpecificationFinder() + { + Specifications = new ConcurrentDictionary(); + } + + /// + /// Gets the transaction specification for the provided codes + /// + /// Function code + /// Specification version code + /// Transaction set code + /// Transaction specification which matches the codes provided + /// Thrown if the codes provided do not map to a known specification + public virtual TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode) + { + switch (transactionSetCode) + { + case "270": + return versionCode.Contains("5010") + ? GetSpecification("270-5010") + : GetSpecification("270-4010"); + case "271": + return versionCode.Contains("5010") + ? GetSpecification("271-5010") + : GetSpecification("271-4010"); + case "275": + return GetSpecification("275-4050"); + case "276": + case "277": + return GetSpecification("276-5010"); + case "278": + return versionCode.Contains("5010") + ? GetSpecification("278-5010") + : GetSpecification("278-4010"); + case "834": + return versionCode.Contains("5010") + ? GetSpecification("834-5010") + : GetSpecification("834-4010"); + case "835": + return versionCode.Contains("5010") + ? GetSpecification("835-5010") + : GetSpecification("835-4010"); + case "837": + return versionCode.Contains("5010") + ? GetSpecification("837-5010") + : GetSpecification("837-4010"); + case "875": + return GetSpecification("875-5010"); + case "880": + return versionCode.Contains("5010") + ? GetSpecification("880-5010") + : GetSpecification("880-4010"); + case "999": + return GetSpecification("999-5010"); + default: + Stream specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream($"X12.Specifications.Resource.Ansi-{transactionSetCode}-4010Specification.xml"); + if (specStream != null) + { + return GetSpecification(transactionSetCode + "-4010"); + } + + specStream = Assembly.GetExecutingAssembly().GetManifestResourceStream($"X12.Specifications.Resource.Ansi-{transactionSetCode}-Specification.xml"); + if (specStream != null) + { + return GetSpecification(transactionSetCode + "-"); + } + + throw new NotSupportedException(string.Format(Properties.Resources.UnsupportedTransactionSet, transactionSetCode)); + } + } + + /// + /// Gets the segment specification for the version code and ID provided + /// + /// Specification version + /// Segment ID + /// Segment specification which matches the parameters provided; otherwise, null + public virtual SegmentSpecification FindSegmentSpec(string versionCode, string segmentId) + { + if (versionCode.Contains("5010")) + { + var idMap5010 = Get5010Spec(); + if (idMap5010.ContainsKey(segmentId)) + { + return idMap5010[segmentId]; + } + } + + var idMap4010 = Get4010Spec(); + return idMap4010.ContainsKey(segmentId) ? idMap4010[segmentId] : null; + } + + /// + /// Gets the transaction specification for the provided key + /// + /// Specification key to filter + /// Transaction specification found with the key + /// Thrown if the key is invalid, or cannot be found in the collection of specifications + internal static TransactionSpecification GetSpecification(string specKey) + { + return Specifications.GetOrAdd( + specKey, + key => + { + Stream specStream = Assembly.GetExecutingAssembly() + .GetManifestResourceStream($"X12.Specifications.Resource.Ansi-{key}Specification.xml"); + return TransactionSpecification.Deserialize(new StreamReader(specStream).ReadToEnd()); + }); + } + + private static Dictionary Get4010Spec() + { + lock (SyncObject) + { + if (_4010Specification == null) + { + Stream specStream = Assembly.GetExecutingAssembly() + .GetManifestResourceStream("X12.Specifications.Resource.Ansi-4010Specification.xml"); + var reader = new StreamReader(specStream); + SegmentSet set = SegmentSet.Deserialize(reader.ReadToEnd()); + _4010Specification = new Dictionary(); + foreach (var segment in set.Segments) + { + foreach (var element in segment.Elements) + { + if (element.Type == ElementDataType.Identifier + && !string.IsNullOrEmpty(element.QualifierSetRef)) + { + var qualifierSet = + set.QualifierSets.FirstOrDefault(qs => qs.Name == element.QualifierSetRef); + if (qualifierSet != null) + { + element.AllowedIdentifiers.AddRange(qualifierSet.AllowedIdentifiers); + } + } + } + + _4010Specification.Add(segment.SegmentId, segment); + } + } + } + + return _4010Specification; + } + + private static Dictionary Get5010Spec() + { + lock (SyncObject) + { + if (_5010Specification == null) + { + Stream specStream = Assembly.GetExecutingAssembly() + .GetManifestResourceStream("X12.Specifications.Resource.Ansi-5010Specification.xml"); + var reader = new StreamReader(specStream); + SegmentSet set = SegmentSet.Deserialize(reader.ReadToEnd()); + _5010Specification = new Dictionary(); + foreach (var segment in set.Segments) + { + foreach (var element in segment.Elements) + { + if (element.Type == ElementDataType.Identifier + && !string.IsNullOrEmpty(element.QualifierSetRef)) + { + var qualifierSet = + set.QualifierSets.FirstOrDefault(qs => qs.Name == element.QualifierSetRef); + if (qualifierSet != null) + { + element.AllowedIdentifiers.AddRange(qualifierSet.AllowedIdentifiers); + element.QualifierSetId = qualifierSet.Id; + } + } + } + + _5010Specification.Add(segment.SegmentId, segment); + } + } + } + + return _5010Specification; + } + } +} \ No newline at end of file diff --git a/src/X12.Specifications/HierarchicalLoopSpecification.cs b/src/X12.Specifications/HierarchicalLoopSpecification.cs new file mode 100644 index 00000000..2b081c8f --- /dev/null +++ b/src/X12.Specifications/HierarchicalLoopSpecification.cs @@ -0,0 +1,58 @@ +namespace X12.Specifications +{ + using System.Collections.Generic; + using System.Diagnostics; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + using X12.Specifications.Interfaces; + + /// + /// Provides definition and base structure for Hierarchical Loops + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + public class HierarchicalLoopSpecification : IContainerSpecification + { + /// + /// Gets or sets the ID of the loop + /// + [XmlAttribute] + public string LoopId { get; set; } + + /// + /// Gets or sets the loop level code + /// + [XmlAttribute] + public string LevelCode { get; set; } + + /// + /// Gets or sets the usage indicators for the loop + /// + [XmlAttribute] + public Usage Usage { get; set; } + + /// + /// Gets or sets the loop segment name + /// + public string Name { get; set; } + + /// + /// Gets or sets the collection of segment specifications + /// + [XmlElement(X12Elements.Segment)] + public List SegmentSpecifications { get; set; } + + /// + /// Gets or sets the collection of loop specifications + /// + [XmlElement(X12Elements.Loop)] + public List LoopSpecifications { get; set; } + + /// + /// Gets or sets the collection of hierarchical loop specifications + /// + [XmlElement(X12Elements.HierarchicalLoop)] + public List HierarchicalLoopSpecifications { get; set; } + } +} diff --git a/src/X12.Specifications/Interfaces/IContainerSpecification.cs b/src/X12.Specifications/Interfaces/IContainerSpecification.cs new file mode 100644 index 00000000..62f2fef0 --- /dev/null +++ b/src/X12.Specifications/Interfaces/IContainerSpecification.cs @@ -0,0 +1,27 @@ +namespace X12.Specifications.Interfaces +{ + using System.Collections.Generic; + + using X12.Specifications; + + /// + /// Provides an interface for container objects + /// + public interface IContainerSpecification + { + /// + /// Gets the loop ID of the container + /// + string LoopId { get; } + + /// + /// Gets the collection of segment specifications + /// + List SegmentSpecifications { get; } + + /// + /// Gets the collection of loop specifications + /// + List LoopSpecifications { get; } + } +} diff --git a/src/X12.Specifications/Interfaces/ISpecificationFinder.cs b/src/X12.Specifications/Interfaces/ISpecificationFinder.cs new file mode 100644 index 00000000..7914b3a0 --- /dev/null +++ b/src/X12.Specifications/Interfaces/ISpecificationFinder.cs @@ -0,0 +1,28 @@ +namespace X12.Specifications.Interfaces +{ + using X12.Specifications; + + /// + /// Provides an interface with methods for finding transaction and segment specifications + /// + public interface ISpecificationFinder + { + /// + /// Gets the transaction specification for the provided codes + /// + /// Function code + /// Specification version code + /// Transaction set code + /// Transaction specification which matches the codes provided + /// Thrown if the codes provided do not map to a known specification + TransactionSpecification FindTransactionSpec(string functionalCode, string versionCode, string transactionSetCode); + + /// + /// Gets the segment specification for the version code and ID provided + /// + /// Specification version + /// Segment ID + /// Segment specification which matches the parameters provided; otherwise, null + SegmentSpecification FindSegmentSpec(string versionCode, string segmentId); + } +} diff --git a/src/X12.Specifications/Lookup.cs b/src/X12.Specifications/Lookup.cs new file mode 100644 index 00000000..fa89b899 --- /dev/null +++ b/src/X12.Specifications/Lookup.cs @@ -0,0 +1,19 @@ +namespace X12.Specifications +{ + using System.Diagnostics; + using System.Xml.Serialization; + + /// + /// Represents a lookup object with an associated lookup code + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + public class Lookup + { + /// + /// Gets or sets the lookup code + /// + [XmlAttribute] + public string Code { get; set; } + } +} diff --git a/src/X12.Specifications/LoopSpecification.cs b/src/X12.Specifications/LoopSpecification.cs new file mode 100644 index 00000000..9ea2765c --- /dev/null +++ b/src/X12.Specifications/LoopSpecification.cs @@ -0,0 +1,85 @@ +namespace X12.Specifications +{ + using System.Collections.Generic; + using System.Diagnostics; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + using X12.Specifications.Interfaces; + + /// + /// Represents an X12 loop + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + public class LoopSpecification : IContainerSpecification + { + /// + /// Initializes a new instance of the class + /// + public LoopSpecification() + { + if (this.SegmentSpecifications == null) + { + this.SegmentSpecifications = new List(); + } + + if (this.LoopSpecifications == null) + { + this.LoopSpecifications = new List(); + } + } + + /// + /// Gets or sets the loop Id + /// + [XmlAttribute] + public string LoopId { get; set; } + + /// + /// Gets or sets the loop usage indicator + /// + [XmlAttribute] + public Usage Usage { get; set; } + + /// + /// Gets or sets the number of times the loop repeats + /// + [XmlAttribute] + public int LoopRepeat { get; set; } + + /// + /// Gets or sets a value indicating whether or not loop repeat is specified + /// + [XmlIgnore] + public bool LoopRepeatSpecified { get; set; } + + /// + /// Gets or sets the loop name + /// + public string Name { get; set; } + + /// + /// Gets or sets the loop starting segment + /// + public StartingSegment StartingSegment { get; set; } + + /// + /// Gets or sets the collection of segments contained in the loop + /// + [XmlElement(X12Elements.Segment)] + public List SegmentSpecifications { get; set; } + + /// + /// Gets or sets the collection of nested loops + /// + [XmlElement(X12Elements.Loop)] + public List LoopSpecifications { get; set; } + + /// + /// Gets or sets the collection of hierarchical loops + /// + [XmlElement(X12Elements.HierarchicalLoop)] + public List HierarchicalLoopSpecifications { get; set; } + } +} diff --git a/src/X12.Specifications/Properties/AssemblyInfo.cs b/src/X12.Specifications/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..f1e81595 --- /dev/null +++ b/src/X12.Specifications/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Specifications")] +[assembly: AssemblyDescription("Open Source C# .NET X12 Parser")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Bradley Van Fleet")] +[assembly: AssemblyProduct("X12.Specifications")] +[assembly: AssemblyCopyright("Copyright © Bradley Van Fleet 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/src/X12.Specifications/Properties/Resources.Designer.cs b/src/X12.Specifications/Properties/Resources.Designer.cs new file mode 100644 index 00000000..211bfa7c --- /dev/null +++ b/src/X12.Specifications/Properties/Resources.Designer.cs @@ -0,0 +1,72 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace X12.Specifications.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("X12.Specifications.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Transaction Set {0} is not supported.. + /// + internal static string UnsupportedTransactionSet { + get { + return ResourceManager.GetString("UnsupportedTransactionSet", resourceCulture); + } + } + } +} diff --git a/src/X12.Specifications/Properties/Resources.resx b/src/X12.Specifications/Properties/Resources.resx new file mode 100644 index 00000000..f087ab10 --- /dev/null +++ b/src/X12.Specifications/Properties/Resources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Transaction Set {0} is not supported. + Format parameter(s): transactionSetId + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-100-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-100-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-100-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-100-4010Specification.xml index 78115ea3..cfe82298 100644 --- a/src/OopFactory.X12/Specifications/Ansi-100-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-100-4010Specification.xml @@ -1,80 +1,80 @@ - - - - - - - - Individual or Organizational Name - - - - - - - - Name - - - - - - - - - Administrative Communications Contact - - - - - - Product/Item Description - - - - - - Baseline Item Data - - - - - - - Service Characteristic Identification - - - - - - - Informational Values - - - - - Baseline Item Data - - - - - - - Geographic Location - - - - Informational Values - - - - - Baseline Item Data - - - - - - - + + + + + + + + Individual or Organizational Name + + + + + + + + Name + + + + + + + + + Administrative Communications Contact + + + + + + Product/Item Description + + + + + + Baseline Item Data + + + + + + + Service Characteristic Identification + + + + + + + Informational Values + + + + + Baseline Item Data + + + + + + + Geographic Location + + + + Informational Values + + + + + Baseline Item Data + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-101-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-101-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-101-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-101-4010Specification.xml index 817fcda7..e7fb626f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-101-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-101-4010Specification.xml @@ -1,19 +1,19 @@ - - - - - - Date/Time Reference - - - - Assigned Number - - - - - - - - + + + + + + Date/Time Reference + + + + Assigned Number + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-102-Specification.xml b/src/X12.Specifications/Resource/Ansi-102-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-102-Specification.xml rename to src/X12.Specifications/Resource/Ansi-102-Specification.xml index acdba776..ed9f1531 100644 --- a/src/OopFactory.X12/Specifications/Ansi-102-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-102-Specification.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-103-Specification.xml b/src/X12.Specifications/Resource/Ansi-103-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-103-Specification.xml rename to src/X12.Specifications/Resource/Ansi-103-Specification.xml index d6746c6c..9f4ee62c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-103-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-103-Specification.xml @@ -1,69 +1,69 @@ - - - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - Party Identification - - - - - - - - - - - - - - Administrative Communications Contact - - - - - - - Transaction Set Line Number - - - - - - - - Security Holding Information - - - - - - - - Individual or Organization Name - - - - - - - - - - + + + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + Party Identification + + + + + + + + + + + + + + Administrative Communications Contact + + + + + + + Transaction Set Line Number + + + + + + + + Security Holding Information + + + + + + + + Individual or Organization Name + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-104-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-104-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-104-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-104-4010Specification.xml index b4324bd0..64f247ef 100644 --- a/src/OopFactory.X12/Specifications/Ansi-104-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-104-4010Specification.xml @@ -1,48 +1,48 @@ - - - - - - - - - - - - - - - - FOB - - - - - - - - - - - - - - - - Name - - - - - - - - - Description, Marks and Numbers - - - - - - + + + + + + + + + + + + + + + + FOB + + + + + + + + + + + + + + + + Name + + + + + + + + + Description, Marks and Numbers + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-105-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-105-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-105-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-105-4010Specification.xml index 670695af..3fea0c4e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-105-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-105-4010Specification.xml @@ -1,112 +1,112 @@ - - - - - - - - - Monetary Amount - - - - - - - - Individual or Organizational Name - - - - - - - - - - Code Source Information - - - - - - - - Code Source Information - - - - - Individual or Organizational Name - - - - - - - - - - - - - - Monetary Amount - - - - - - Location ID Component - - - - - - - Reference Identification - - - - - Assigned Number - - - - - - - - Code Source Information - - - Industry Code - - - - - - - - - - - - - - Reference Identification - - - - - - - - - - Electronic Format Identification - - - - + + + + + + + + + Monetary Amount + + + + + + + + Individual or Organizational Name + + + + + + + + + + Code Source Information + + + + + + + + Code Source Information + + + + + Individual or Organizational Name + + + + + + + + + + + + + + Monetary Amount + + + + + + Location ID Component + + + + + + + Reference Identification + + + + + Assigned Number + + + + + + + + Code Source Information + + + Industry Code + + + + + + + + + + + + + + Reference Identification + + + + + + + + + + Electronic Format Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-106-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-106-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-106-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-106-4010Specification.xml index 3f4453d5..c16387a7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-106-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-106-4010Specification.xml @@ -1,78 +1,78 @@ - - - - - - - - - - - - - - - Equipment or Container Owner and Type - - - - - Tariff Information - - - - - Party Identification - - - - - - - - Transaction Set Line Number - - - - - - - - Equipment or Container Owner and Type - - - - - Tariff Information - - - - - - Rate Request Identifier - - - - - - - - - Equipment or Container Owner and Type - - - - - Freight Rate Information - - - - - Tariff Information - - - - - - + + + + + + + + + + + + + + + Equipment or Container Owner and Type + + + + + Tariff Information + + + + + Party Identification + + + + + + + + Transaction Set Line Number + + + + + + + + Equipment or Container Owner and Type + + + + + Tariff Information + + + + + + Rate Request Identifier + + + + + + + + + Equipment or Container Owner and Type + + + + + Freight Rate Information + + + + + Tariff Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-107-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-107-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-107-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-107-4010Specification.xml index a66b9b42..5f9c1079 100644 --- a/src/OopFactory.X12/Specifications/Ansi-107-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-107-4010Specification.xml @@ -1,72 +1,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-108-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-108-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-108-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-108-4010Specification.xml index ddf116e2..318a131d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-108-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-108-4010Specification.xml @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-109-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-109-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-109-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-109-4010Specification.xml index 3df50fa2..76b75878 100644 --- a/src/OopFactory.X12/Specifications/Ansi-109-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-109-4010Specification.xml @@ -1,19 +1,19 @@ - - - - - - - - - Port or Terminal - - - - - Reference Identification - - - - + + + + + + + + + Port or Terminal + + + + + Reference Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-110-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-110-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-110-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-110-4010Specification.xml index a639fa78..b2c18d12 100644 --- a/src/OopFactory.X12/Specifications/Ansi-110-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-110-4010Specification.xml @@ -1,56 +1,56 @@ - - - - - - - - - - - - - - - N1 - - - - - - - - - LX - - - Name - - - - - - - - - - - - - - - - Description - - - - - - - - Rates and Charges - - - - + + + + + + + + + + + + + + + N1 + + + + + + + + + LX + + + Name + + + + + + + + + + + + + + + + Description + + + + + + + + Rates and Charges + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-111-Specification.xml b/src/X12.Specifications/Resource/Ansi-111-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-111-Specification.xml rename to src/X12.Specifications/Resource/Ansi-111-Specification.xml index d34a64e1..bfee3a9a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-111-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-111-Specification.xml @@ -1,74 +1,74 @@ - - - - - - Individual or Organization Name - - - - - - - - - - - - - - - - - - - - - - - - - Payment Details - - - - - Information - - - - - Information Values - - - - - - - - - - - - Individual or Organizational Name - - - - - Party Location - - - - - - - Property or Entity Identifications - - - - - - - - + + + + + + Individual or Organization Name + + + + + + + + + + + + + + + + + + + + + + + + + Payment Details + + + + + Information + + + + + Information Values + + + + + + + + + + + + Individual or Organizational Name + + + + + Party Location + + + + + + + Property or Entity Identifications + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-112-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-112-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-112-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-112-4010Specification.xml index b71424f8..c6c65daa 100644 --- a/src/OopFactory.X12/Specifications/Ansi-112-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-112-4010Specification.xml @@ -1,55 +1,55 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-113-Specification.xml b/src/X12.Specifications/Resource/Ansi-113-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-113-Specification.xml rename to src/X12.Specifications/Resource/Ansi-113-Specification.xml index 79daa501..ff53ec05 100644 --- a/src/OopFactory.X12/Specifications/Ansi-113-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-113-Specification.xml @@ -1,73 +1,73 @@ - - - - - - - - - - Individual or Organizational Name - - - - - - - - - Amount with Description - - - - - - Hierarchical Level - - Extended Reference Information - - - - - - - - Individual or Organizational Name - - - - - - - - - - - - - - - - Industry Code Identification - - - - - - - - - Amount with Description - - - - - - - - - - - - + + + + + + + + + + Individual or Organizational Name + + + + + + + + + Amount with Description + + + + + + Hierarchical Level + + Extended Reference Information + + + + + + + + Individual or Organizational Name + + + + + + + + + + + + + + + + Industry Code Identification + + + + + + + + + Amount with Description + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-120-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-120-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-120-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-120-4010Specification.xml index c1538590..2dba42e3 100644 --- a/src/OopFactory.X12/Specifications/Ansi-120-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-120-4010Specification.xml @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-121-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-121-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-121-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-121-4010Specification.xml index c2f2799e..9955d65c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-121-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-121-4010Specification.xml @@ -1,15 +1,15 @@ - - - - - - - - Motor Vehich Control - - - - - - + + + + + + + + Motor Vehich Control + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-123-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-123-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-123-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-123-4010Specification.xml index 4362c496..4866b0a9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-123-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-123-4010Specification.xml @@ -1,15 +1,15 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-124-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-124-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-124-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-124-4010Specification.xml index 5016a062..157bd457 100644 --- a/src/OopFactory.X12/Specifications/Ansi-124-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-124-4010Specification.xml @@ -1,115 +1,115 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-125-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-125-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-125-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-125-4010Specification.xml index 5ba70e90..c7c7ca9b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-125-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-125-4010Specification.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-126-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-126-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-126-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-126-4010Specification.xml index 23b04bf8..e64d0d58 100644 --- a/src/OopFactory.X12/Specifications/Ansi-126-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-126-4010Specification.xml @@ -1,15 +1,15 @@ - - - - - Beginning Vehicle Advice - - - - - Vehicle Advice Detail - - - - + + + + + Beginning Vehicle Advice + + + + + Vehicle Advice Detail + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-127-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-127-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-127-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-127-4010Specification.xml index a093ba21..3d88ebdc 100644 --- a/src/OopFactory.X12/Specifications/Ansi-127-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-127-4010Specification.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-128-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-128-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-128-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-128-4010Specification.xml index c7080e4e..eef622b7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-128-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-128-4010Specification.xml @@ -1,13 +1,13 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-129-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-129-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-129-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-129-4010Specification.xml index c7908d8f..983a9c79 100644 --- a/src/OopFactory.X12/Specifications/Ansi-129-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-129-4010Specification.xml @@ -1,11 +1,11 @@ - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-130-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-130-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-130-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-130-4010Specification.xml index 7e777a47..465dbac2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-130-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-130-4010Specification.xml @@ -1,131 +1,131 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-131-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-131-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-131-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-131-4010Specification.xml index df1716f7..cef1ad5b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-131-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-131-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-132-Specification.xml b/src/X12.Specifications/Resource/Ansi-132-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-132-Specification.xml rename to src/X12.Specifications/Resource/Ansi-132-Specification.xml index 0bb520d0..c9b2f536 100644 --- a/src/OopFactory.X12/Specifications/Ansi-132-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-132-Specification.xml @@ -1,103 +1,103 @@ - - - - - - Party Identification - - - - - - - - - Hierarchical Level - - - - - - - - - Individual or Organizational Name - - - - Party Location - - - - - - - Credentials and Qualification - - - - - - - - Degree Record - - - - - - Course Record - - - - - Party Identification - - - - - - - - - Employment Position - - - - - - - - - - - - - - Extended Reference Information - - - - - Party Identification - - - - - Academic Session Header - - - - Workload Detail - - - - - - - - - - - + + + + + + Party Identification + + + + + + + + + Hierarchical Level + + + + + + + + + Individual or Organizational Name + + + + Party Location + + + + + + + Credentials and Qualification + + + + + + + + Degree Record + + + + + + Course Record + + + + + Party Identification + + + + + + + + + Employment Position + + + + + + + + + + + + + + Extended Reference Information + + + + + Party Identification + + + + + Academic Session Header + + + + Workload Detail + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-133-Specification.xml b/src/X12.Specifications/Resource/Ansi-133-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-133-Specification.xml rename to src/X12.Specifications/Resource/Ansi-133-Specification.xml index 451d7bcb..f27a0f0f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-133-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-133-Specification.xml @@ -1,78 +1,78 @@ - - - - - - - Party Identification - - - - - - - - - Hieararchical Level - - - - - - - - - - Party Identification - - - - - - - - - YES/NO Question - - - - - - Field of Study - - - - - - Special Program - - - - - - School Accreditation and Licensing - - - - - Party Identification - - - - - - - - School Enrollment Data - - - - - - - Student Activities and Awards - - - - + + + + + + + Party Identification + + + + + + + + + Hieararchical Level + + + + + + + + + + Party Identification + + + + + + + + + YES/NO Question + + + + + + Field of Study + + + + + + Special Program + + + + + + School Accreditation and Licensing + + + + + Party Identification + + + + + + + + School Enrollment Data + + + + + + + Student Activities and Awards + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-135-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-135-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-135-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-135-4010Specification.xml index 3f50b162..524a532a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-135-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-135-4010Specification.xml @@ -1,69 +1,69 @@ - - - - - - - - - - - - - - - - - - - - - - Entity - - - - - - - - - - - - Name - - - - - - - - Previous Loan Information - - - - - - - Individual Identification - - - - - - Assigned Number - - - - - - - - - Code Source Information - - - - + + + + + + + + + + + + + + + + + + + + + + Entity + + + + + + + + + + + + Name + + + + + + + + Previous Loan Information + + + + + + + Individual Identification + + + + + + Assigned Number + + + + + + + + + Code Source Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-138-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-138-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-138-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-138-4010Specification.xml index 9dbab20c..a4549e4d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-138-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-138-4010Specification.xml @@ -1,102 +1,102 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-139-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-139-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-139-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-139-4010Specification.xml index e351e1d0..c8a10d69 100644 --- a/src/OopFactory.X12/Specifications/Ansi-139-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-139-4010Specification.xml @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-140-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-140-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-140-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-140-4010Specification.xml index d8420fbe..cf4996fe 100644 --- a/src/OopFactory.X12/Specifications/Ansi-140-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-140-4010Specification.xml @@ -1,94 +1,94 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-141-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-141-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-141-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-141-4010Specification.xml index 89ef156d..f3df659e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-141-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-141-4010Specification.xml @@ -1,33 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-142-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-142-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-142-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-142-4010Specification.xml index a7460f4e..6a936e65 100644 --- a/src/OopFactory.X12/Specifications/Ansi-142-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-142-4010Specification.xml @@ -1,121 +1,121 @@ - - - - - - - Name - - - - - - - - - Assigned Number - - - Reference Identification - - - - - Item Identification - - - - - - - - - - - - Code Source Information - - - - - Name - - - - - - - - - Problem Report - - - - - - - - - - - - Characteristic/Class ID - - - - Measurements - - - - - - - - Repair Action - - - - - - - - - - - - Code Source Information - - - - - Measurements - - - - - - Baseline Item Data (Invoice) - - - - - - - - - - - - Monetary Amount - - - - - - - Total Monetary Value Summary - - - - + + + + + + + Name + + + + + + + + + Assigned Number + + + Reference Identification + + + + + Item Identification + + + + + + + + + + + + Code Source Information + + + + + Name + + + + + + + + + Problem Report + + + + + + + + + + + + Characteristic/Class ID + + + + Measurements + + + + + + + + Repair Action + + + + + + + + + + + + Code Source Information + + + + + Measurements + + + + + + Baseline Item Data (Invoice) + + + + + + + + + + + + Monetary Amount + + + + + + + Total Monetary Value Summary + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-143-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-143-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-143-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-143-4010Specification.xml index 152c025c..9af1de96 100644 --- a/src/OopFactory.X12/Specifications/Ansi-143-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-143-4010Specification.xml @@ -1,115 +1,115 @@ - - - - - - - - Name - - - - - - - - - Item Identification - - - - - - - - - - Name - - - - - - - - - - Problem Report - - - - Reference Identification - - - - - Repair Action - - - - - Reference Identification - - - - - - Part Disposition - - - - - - - - - - Allowance, Charge or Service - - - - - - Subline Item Detail - - - - - - Name - - - - - - - - - Problem Report - - - - Repair Action - - - - - - Part Disposition - - - - - - - - - - Allowance, Charge or Service - - - - - - + + + + + + + + Name + + + + + + + + + Item Identification + + + + + + + + + + Name + + + + + + + + + + Problem Report + + + + Reference Identification + + + + + Repair Action + + + + + Reference Identification + + + + + + Part Disposition + + + + + + + + + + Allowance, Charge or Service + + + + + + Subline Item Detail + + + + + + Name + + + + + + + + + Problem Report + + + + Repair Action + + + + + + Part Disposition + + + + + + + + + + Allowance, Charge or Service + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-144-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-144-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-144-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-144-4010Specification.xml index c47db65a..9e75ebaa 100644 --- a/src/OopFactory.X12/Specifications/Ansi-144-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-144-4010Specification.xml @@ -1,19 +1,19 @@ - - - - - - - - - - - - Entity - - - - - - + + + + + + + + + + + + Entity + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-146-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-146-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-146-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-146-4010Specification.xml index 556f0013..62f7c402 100644 --- a/src/OopFactory.X12/Specifications/Ansi-146-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-146-4010Specification.xml @@ -1,27 +1,27 @@ - - - - - - - - - - - - - Name - - - - - - - - Individual Identification - - - - - + + + + + + + + + + + + + Name + + + + + + + + Individual Identification + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-147-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-147-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-147-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-147-4010Specification.xml index 98043668..a2f1d8bd 100644 --- a/src/OopFactory.X12/Specifications/Ansi-147-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-147-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - - - - - - Name - - - - - - - - Individual Identification - - - + + + + + + + + + + Name + + + + + + + + Individual Identification + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-148-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-148-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-148-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-148-4010Specification.xml index bb333b08..544f771c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-148-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-148-4010Specification.xml @@ -1,231 +1,231 @@ - - - - - - - - - - Assigned Number - - - - - Individual or Organizational Name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - - - - Employment Status Information - - - - - - - - - - - - Income - - - - - - - - - - - - - - - - - - - - - - Loan Information - - - - Vehicle Information - - - - - - Monetary Amount - - - - - - Individual or Organizational Name - - - - - - - - - - - - Information - - - - - - Code Source Information - - - - - Individual or Organizational Name - - - - - - - - - - - - Adjustment Amount - - - - - - - Individual or Organizational Name - - - - - - - - - - - - - - - - - - - Information - - - - - - - - Code Source Information - - - - - Individual or Organizational Name - - - - - - - - - - - - - - - - - - - - - - - - - Adjustment Amount - - - - - - Individual or Organizational Name - - - - - - - - - - - - + + + + + + + + + + Assigned Number + + + + + Individual or Organizational Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + + + + Employment Status Information + + + + + + + + + + + + Income + + + + + + + + + + + + + + + + + + + + + + Loan Information + + + + Vehicle Information + + + + + + Monetary Amount + + + + + + Individual or Organizational Name + + + + + + + + + + + + Information + + + + + + Code Source Information + + + + + Individual or Organizational Name + + + + + + + + + + + + Adjustment Amount + + + + + + + Individual or Organizational Name + + + + + + + + + + + + + + + + + + + Information + + + + + + + + Code Source Information + + + + + Individual or Organizational Name + + + + + + + + + + + + + + + + + + + + + + + + + Adjustment Amount + + + + + + Individual or Organizational Name + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-149-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-149-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-149-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-149-4010Specification.xml index 245b7860..d86c006e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-149-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-149-4010Specification.xml @@ -1,55 +1,55 @@ - - - - - - - - - - Name - - - - - - - - - Tax Form - - - - - - Name - - - - - - - - Form Group - - - - - - - - Monetary Amount - - - - - Name - - - - - - - - + + + + + + + + + + Name + + + + + + + + + Tax Form + + + + + + Name + + + + + + + + Form Group + + + + + + + + Monetary Amount + + + + + Name + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-150-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-150-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-150-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-150-4010Specification.xml index c6362222..47525f5a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-150-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-150-4010Specification.xml @@ -1,44 +1,44 @@ - - - - - - - - - - - - Tax Form - - - - - Tax Rate - - - - - Name - - - - - - Form Group - - - - Tax Rate - - - - - Name - - - - - - + + + + + + + + + + + + Tax Form + + + + + Tax Rate + + + + + Name + + + + + + Form Group + + + + Tax Rate + + + + + Name + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-151-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-151-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-151-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-151-4010Specification.xml index 85d2525f..e3f42e59 100644 --- a/src/OopFactory.X12/Specifications/Ansi-151-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-151-4010Specification.xml @@ -1,37 +1,37 @@ - - - - - - - - - - - Problem Identification - - - - - Tax Form - - - - - Problem Identification - - - - - Form Group - - - - - Problem Identification - - - - - + + + + + + + + + + + Problem Identification + + + + + Tax Form + + + + + Problem Identification + + + + + Form Group + + + + + Problem Identification + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-152-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-152-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-152-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-152-4010Specification.xml index 08b9de3a..5a832efc 100644 --- a/src/OopFactory.X12/Specifications/Ansi-152-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-152-4010Specification.xml @@ -1,34 +1,34 @@ - - - - - - - - Name - - - - - - - - - - Statistical Government Information - - - - - - Name - - - - - - - - - + + + + + + + + Name + + + + + + + + + + Statistical Government Information + + + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-153-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-153-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-153-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-153-4010Specification.xml index 74090f03..6a3a1dee 100644 --- a/src/OopFactory.X12/Specifications/Ansi-153-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-153-4010Specification.xml @@ -1,35 +1,35 @@ - - - - - - Name - - - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - Period Amount - - - - - + + + + + + Name + + + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + Period Amount + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-154-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-154-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-154-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-154-4010Specification.xml index 0f0622c3..7ffc8ee4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-154-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-154-4010Specification.xml @@ -1,42 +1,42 @@ - - - - - - - - Name - - - - - - - - - - Asset Item Identification - - - - - - - - - - - - - - Name - - - - - - - - - + + + + + + + + Name + + + + + + + + + + Asset Item Identification + + + + + + + + + + + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-155-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-155-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-155-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-155-4010Specification.xml index d1212519..ee676a15 100644 --- a/src/OopFactory.X12/Specifications/Ansi-155-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-155-4010Specification.xml @@ -1,201 +1,201 @@ - - - - - - Name - - - - - - - - - - Hierarchical Level - - - - - - - - Individual or Organizational Name - - - - - - - Property or Entity Identification - - - - - - - - - Request Information - - - - - - - - - - - - - - - Information Request - - - - - - - - - - - - - - - - - - Credit Inquiry Details - - - - - - - - - - - - - - - Assigned Number - - - - - - - - - - - - - - - - - - - Code Source Information - - - - - Assigned Number - - - - - - - Individual or Organizational Name - - - - - - - - Request Information - - - - - - - - - - - Activity or Process Information - - - - - - - - - - - - - Code Source Information - - - - - Conditions Indicator - - - - - Individual or Organizational Name - - - - - - - - - - - - - Individual Identification - - - - - - - - - - Administration of Justice Event Description - - - - - - - Code Source Information - - - - - - + + + + + + Name + + + + + + + + + + Hierarchical Level + + + + + + + + Individual or Organizational Name + + + + + + + Property or Entity Identification + + + + + + + + + Request Information + + + + + + + + + + + + + + + Information Request + + + + + + + + + + + + + + + + + + Credit Inquiry Details + + + + + + + + + + + + + + + Assigned Number + + + + + + + + + + + + + + + + + + + Code Source Information + + + + + Assigned Number + + + + + + + Individual or Organizational Name + + + + + + + + Request Information + + + + + + + + + + + Activity or Process Information + + + + + + + + + + + + + Code Source Information + + + + + Conditions Indicator + + + + + Individual or Organizational Name + + + + + + + + + + + + + Individual Identification + + + + + + + + + + Administration of Justice Event Description + + + + + + + Code Source Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-157-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-157-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-157-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-157-4010Specification.xml index 13718637..59dede70 100644 --- a/src/OopFactory.X12/Specifications/Ansi-157-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-157-4010Specification.xml @@ -1,43 +1,43 @@ - - - - - - Name - - - - - - - - - - Hierarchical Level - - Individual or Organizational Name - - - - - - - - - - Scope of Power of Attorney - - - - - - - - - - + + + + + + Name + + + + + + + + + + Hierarchical Level + + Individual or Organizational Name + + + + + + + + + + Scope of Power of Attorney + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-158-Specification.xml b/src/X12.Specifications/Resource/Ansi-158-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-158-Specification.xml rename to src/X12.Specifications/Resource/Ansi-158-Specification.xml index ce0bc9a1..08a164bf 100644 --- a/src/OopFactory.X12/Specifications/Ansi-158-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-158-Specification.xml @@ -1,18 +1,18 @@ - - - - - - - Date or Time or Period - - - Transaction Set Line Number - - - - - - - + + + + + + + Date or Time or Period + + + Transaction Set Line Number + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-159-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-159-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-159-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-159-4010Specification.xml index 2fb2692d..19581d5b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-159-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-159-4010Specification.xml @@ -1,50 +1,50 @@ - - - - - - - Assigned Number - - - - Screen Theater Identification - - - - - - - - - - Date or Time or Period - - - - - Reference Identification - - - - - - - - - Period - - - - - Reference Identification - - - - - - - - - + + + + + + + Assigned Number + + + + Screen Theater Identification + + + + + + + + + + Date or Time or Period + + + + + Reference Identification + + + + + + + + + Period + + + + + Reference Identification + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-160-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-160-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-160-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-160-4010Specification.xml index bcd27153..6a209a40 100644 --- a/src/OopFactory.X12/Specifications/Ansi-160-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-160-4010Specification.xml @@ -1,29 +1,29 @@ - - - - - - - - - - - - Automatic Equipment Identification - - - - - - Automatic Equipment Tag Status Informat - - - - - Quantity - - - - - + + + + + + + + + + + + Automatic Equipment Identification + + + + + + Automatic Equipment Tag Status Informat + + + + + Quantity + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-161-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-161-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-161-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-161-4010Specification.xml index fd8afb6d..e9ebc514 100644 --- a/src/OopFactory.X12/Specifications/Ansi-161-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-161-4010Specification.xml @@ -1,16 +1,16 @@ - - - - - - - - - - - - Individual or Organizational Name - - - + + + + + + + + + + + + Individual or Organizational Name + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-163-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-163-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-163-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-163-4010Specification.xml index 2f439cbc..4db47036 100644 --- a/src/OopFactory.X12/Specifications/Ansi-163-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-163-4010Specification.xml @@ -1,57 +1,57 @@ - - - - - - - - - - - - - - Name - - - - - - - - - - Shipment Purchase Order Detail - - - - - Order Information Detail - - - - - - Stop Off Details - - - - - - - - - - - - Shipment Purchase Order Detail - - - - - Order Information Detail - - - - + + + + + + + + + + + + + + Name + + + + + + + + + + Shipment Purchase Order Detail + + + + + Order Information Detail + + + + + + Stop Off Details + + + + + + + + + + + + Shipment Purchase Order Detail + + + + + Order Information Detail + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-170-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-170-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-170-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-170-4010Specification.xml index 45ea57dc..246776c0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-170-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-170-4010Specification.xml @@ -1,20 +1,20 @@ - - - - - - - Screen Theater Identification - - - Assigned Number - - - - Date/Time Reference - - - - - + + + + + + + Screen Theater Identification + + + Assigned Number + + + + Date/Time Reference + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-175-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-175-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-175-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-175-4010Specification.xml index a596e742..49d60528 100644 --- a/src/OopFactory.X12/Specifications/Ansi-175-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-175-4010Specification.xml @@ -1,60 +1,60 @@ - - - - - - - Case Description - - - - - - Loop Header - - - - Administration of Justice Event Descrip - - - - - - - - - - - - Code Source Information - - - - - Individual or Organizational Name - - - - - - - - - - - - Assigned Number - - - - - Code Source Information - - - - - - - - + + + + + + + Case Description + + + + + + Loop Header + + + + Administration of Justice Event Descrip + + + + + + + + + + + + Code Source Information + + + + + Individual or Organizational Name + + + + + + + + + + + + Assigned Number + + + + + Code Source Information + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-176-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-176-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-176-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-176-4010Specification.xml index 1fe450f0..81c4600f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-176-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-176-4010Specification.xml @@ -1,68 +1,68 @@ - - - - - - - Form Group - - - - - - - - - - - - - Code Source Information - - - - - - - Monetary Amount - - - - - - - - Legal Claims - - - - - Individual or Organizational Name - - - - - - - - - - - - Legal Claims - - - - - Date/Time Reference - - - - - - Electronic Format Identification - - - - + + + + + + + Form Group + + + + + + + + + + + + + Code Source Information + + + + + + + Monetary Amount + + + + + + + + Legal Claims + + + + + Individual or Organizational Name + + + + + + + + + + + + Legal Claims + + + + + Date/Time Reference + + + + + + Electronic Format Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-179-Specification.xml b/src/X12.Specifications/Resource/Ansi-179-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-179-Specification.xml rename to src/X12.Specifications/Resource/Ansi-179-Specification.xml index 9a9e862a..b25857ef 100644 --- a/src/OopFactory.X12/Specifications/Ansi-179-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-179-Specification.xml @@ -1,138 +1,138 @@ - - - - - - - - - Code Source Information - - - - - Individual or Organizational Name - - - - - - - - - - - - Code Source Information - - - Industry Code Identification - - - - - - - Quantity Information - - - - - Associated Object Type Identification - - - - - - Hierarchical Level - - - - - - - - Individual or Organizational Name - - - - - - - - - - Code SOurce Information - - - Industry Code Identification - - - - - - - - Information - - - - - - - - Extended Reference Information - - - - - - Quantity Information - - - - - - Code Source Information - - - Industry Code Identification - - - - - - - - - - - - - - Individual or Organization Name - - - - - - - - Quantity Information - - - - - Code Source Information - - - - - - - Associated Object Type Identification - - - - + + + + + + + + + Code Source Information + + + + + Individual or Organizational Name + + + + + + + + + + + + Code Source Information + + + Industry Code Identification + + + + + + + Quantity Information + + + + + Associated Object Type Identification + + + + + + Hierarchical Level + + + + + + + + Individual or Organizational Name + + + + + + + + + + Code SOurce Information + + + Industry Code Identification + + + + + + + + Information + + + + + + + + Extended Reference Information + + + + + + Quantity Information + + + + + + Code Source Information + + + Industry Code Identification + + + + + + + + + + + + + + Individual or Organization Name + + + + + + + + Quantity Information + + + + + Code Source Information + + + + + + + Associated Object Type Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-180-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-180-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-180-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-180-4010Specification.xml index 62562e26..a12af219 100644 --- a/src/OopFactory.X12/Specifications/Ansi-180-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-180-4010Specification.xml @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - Name - - - - - - - - Code Source Information - - - - - Baseline Item Data - - - - - - - - - - - - - - - - - Code Source Information - - - - - Name - - - - - - - - Quantity - - - - - - Code Source Information - - - - - Assigned Number - - - - - - Code Source Information - - - - - - - Type of Financial Accounting Data - - - - + + + + + + + + + + + + + + + + + Name + + + + + + + + Code Source Information + + + + + Baseline Item Data + + + + + + + + + + + + + + + + + Code Source Information + + + + + Name + + + + + + + + Quantity + + + + + + Code Source Information + + + + + Assigned Number + + + + + + Code Source Information + + + + + + + Type of Financial Accounting Data + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-185-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-185-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-185-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-185-4010Specification.xml index ddb7f778..54dc868c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-185-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-185-4010Specification.xml @@ -1,60 +1,60 @@ - - - - - - - Name - - - - - - - - - Code Source Information - - - - - Assigned Number - - - - - - - - - - Code Source Information - - - - - Product/Item Description - - - - - - - Industry Code - - - - - - - - Loop Header - - - - Amount and Settlement Method - - - - + + + + + + + Name + + + + + + + + + Code Source Information + + + + + Assigned Number + + + + + + + + + + Code Source Information + + + + + Product/Item Description + + + + + + + Industry Code + + + + + + + + Loop Header + + + + Amount and Settlement Method + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-186-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-186-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-186-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-186-4010Specification.xml index dea0d9cf..72a6a863 100644 --- a/src/OopFactory.X12/Specifications/Ansi-186-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-186-4010Specification.xml @@ -1,133 +1,133 @@ - - - - - - - - Individual or Organizational Name - - - - - - - - Account Identification - - - Assigned Number - - - Individual or Organizational Name - - - - - - - - - - - - - - Beginning of Report - - - - - Individual or Organizational Name - - - - - - - - - - Specimen Kit Information - - - - - - - Individual or Organizational Name - - - - - - Laboratory Test Results - - - - - - - - Underwriting Category - - - Hierarchical Level - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Electronic Format Identification - - - - - - - Loop Header - - - - Underwriting Status - - - - - - - Electronic Format Identification - - - - - - - - + + + + + + + + Individual or Organizational Name + + + + + + + + Account Identification + + + Assigned Number + + + Individual or Organizational Name + + + + + + + + + + + + + + Beginning of Report + + + + + Individual or Organizational Name + + + + + + + + + + Specimen Kit Information + + + + + + + Individual or Organizational Name + + + + + + Laboratory Test Results + + + + + + + + Underwriting Category + + + Hierarchical Level + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Electronic Format Identification + + + + + + + Loop Header + + + + Underwriting Status + + + + + + + Electronic Format Identification + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-187-Specification.xml b/src/X12.Specifications/Resource/Ansi-187-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-187-Specification.xml rename to src/X12.Specifications/Resource/Ansi-187-Specification.xml index befc39cf..5ac09914 100644 --- a/src/OopFactory.X12/Specifications/Ansi-187-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-187-Specification.xml @@ -1,145 +1,145 @@ - - - - - - - - - - - Party Identification - - - - - - - - - Allowance, Charge or Service - - - - - - - Balance Detail - - - - - Party Identification - - - Balance Detail - - - - - Allwance, Charge or Service - - - - - - - - Hierarchical Level - - Transaction Set Line Number - - - - - - - - - - - - - - Quantity Information - - - - - Electronic Format Identification - - - - - - Individual or Organizational Name - - - - - - - - - - - - - Information - - - - - - - - - - - - - - - - Supplemental Information - - - - - - - - - Quantity Information - - - - - Industry Code Identification - - - - - - - Individual or Organizational Name - - - - - - - - - - - - Allowance, Charge or Service - - - - - - - + + + + + + + + + + + Party Identification + + + + + + + + + Allowance, Charge or Service + + + + + + + Balance Detail + + + + + Party Identification + + + Balance Detail + + + + + Allwance, Charge or Service + + + + + + + + Hierarchical Level + + Transaction Set Line Number + + + + + + + + + + + + + + Quantity Information + + + + + Electronic Format Identification + + + + + + Individual or Organizational Name + + + + + + + + + + + + + Information + + + + + + + + + + + + + + + + Supplemental Information + + + + + + + + + Quantity Information + + + + + Industry Code Identification + + + + + + + Individual or Organizational Name + + + + + + + + + + + + Allowance, Charge or Service + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-188-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-188-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-188-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-188-4010Specification.xml index 44df425e..23c81172 100644 --- a/src/OopFactory.X12/Specifications/Ansi-188-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-188-4010Specification.xml @@ -1,21 +1,21 @@ - - - - - - Name - - - - - - - - Educational Course Information - - - - - - + + + + + + Name + + + + + + + + Educational Course Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-189-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-189-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-189-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-189-4010Specification.xml index 1f3638f9..a3d35a73 100644 --- a/src/OopFactory.X12/Specifications/Ansi-189-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-189-4010Specification.xml @@ -1,165 +1,165 @@ - - - - - - Name - - - - - - - - Reference Identification - - - - - - - Individual Identification - - - - - - - - - - - - Address Information - - - - - - Communication Contact Information - - - - - Name - - - - - - Employment Position - - - - - - - - - Student Activities and Awards - - - - - Monetary Amount - - - - - Entry and Exit Information - - - - - - Industry Code Identification - - - - - Residency Information - - - - - - - - Request for Information - - - - - Student Academic Status - - - - - - - - - - Academic Session Header - - - Course Record - - - - - - - Test Score Record - - - Subtest - - - - - - - Previous College - - - - - - - - - Academic Session Header - - - Course Record - - - - - Degree Record - - - - - - - - - Assigned Number - - - - - Letter of Recommendation - - - - - - - - - - + + + + + + Name + + + + + + + + Reference Identification + + + + + + + Individual Identification + + + + + + + + + + + + Address Information + + + + + + Communication Contact Information + + + + + Name + + + + + + Employment Position + + + + + + + + + Student Activities and Awards + + + + + Monetary Amount + + + + + Entry and Exit Information + + + + + + Industry Code Identification + + + + + Residency Information + + + + + + + + Request for Information + + + + + Student Academic Status + + + + + + + + + + Academic Session Header + + + Course Record + + + + + + + Test Score Record + + + Subtest + + + + + + + Previous College + + + + + + + + + Academic Session Header + + + Course Record + + + + + Degree Record + + + + + + + + + Assigned Number + + + + + Letter of Recommendation + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-190-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-190-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-190-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-190-4010Specification.xml index 9cf18c13..33fc4726 100644 --- a/src/OopFactory.X12/Specifications/Ansi-190-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-190-4010Specification.xml @@ -1,46 +1,46 @@ - - - - - - - - - - - - Monetary Amount Information - - - - - Name - - - - - - - - Entity - - - - - - - - Academic Session Header - - - - - - - - Degree Record - - - - + + + + + + + + + + + + Monetary Amount Information + + + + + Name + + + + + + + + Entity + + + + + + + + Academic Session Header + + + + + + + + Degree Record + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-191-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-191-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-191-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-191-4010Specification.xml index 476bb421..60cf460d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-191-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-191-4010Specification.xml @@ -1,48 +1,48 @@ - - - - - - Entity - - - - - - - - - - - - Individual Identification - - - - - - - - - - Reference Identification - - - - - - - - - - Individual Identification - - - - - - - - - + + + + + + Entity + + + + + + + + + + + + Individual Identification + + + + + + + + + + Reference Identification + + + + + + + + + + Individual Identification + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-194-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-194-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-194-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-194-4010Specification.xml index 419e2de4..eaa0607d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-194-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-194-4010Specification.xml @@ -1,106 +1,106 @@ - - - - - - - - - Reference Identification - - - - - - Individual or Organizational Name - - - - - - - - - Hierarchical Level - - - - - - - - - Reference Identification - - - - - Index Detail - - - - - - Baseline Item Data - - - - - Price Support Data - - - - Pricing Data - - - - - Proposal Cost Logic - - - - - - - - Pricing Data - - - - - - - - - - - Assigned Number - - - - - - - - - - Reference Identification - - - - - - Degree Record - - - - - - Administrative Message - - - - - - + + + + + + + + + Reference Identification + + + + + + Individual or Organizational Name + + + + + + + + + Hierarchical Level + + + + + + + + + Reference Identification + + + + + Index Detail + + + + + + Baseline Item Data + + + + + Price Support Data + + + + Pricing Data + + + + + Proposal Cost Logic + + + + + + + + Pricing Data + + + + + + + + + + + Assigned Number + + + + + + + + + + Reference Identification + + + + + + Degree Record + + + + + + Administrative Message + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-195-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-195-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-195-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-195-4010Specification.xml index 8d01f91d..a8be47ec 100644 --- a/src/OopFactory.X12/Specifications/Ansi-195-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-195-4010Specification.xml @@ -1,94 +1,94 @@ - - - - - - - - - Conditions Indicator - - - - - Monetary Amount - - - - - Name - - - - - - - - - - Reference Identification - - - - - - Conditions Indicator - - - - - Code Source Information - - - - - - - - Baseline Item Data - - - - Measurements - - - - - Reference Identification - - - - - Code Source Information - - - - - - - Name - - - - - - - Conditions Indicator - - - - - - Code Source Information - - - - - Name - - - - - - + + + + + + + + + Conditions Indicator + + + + + Monetary Amount + + + + + Name + + + + + + + + + + Reference Identification + + + + + + Conditions Indicator + + + + + Code Source Information + + + + + + + + Baseline Item Data + + + + Measurements + + + + + Reference Identification + + + + + Code Source Information + + + + + + + Name + + + + + + + Conditions Indicator + + + + + + Code Source Information + + + + + Name + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-196-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-196-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-196-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-196-4010Specification.xml index 9a983a55..54808382 100644 --- a/src/OopFactory.X12/Specifications/Ansi-196-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-196-4010Specification.xml @@ -1,42 +1,42 @@ - - - - - - - - Name - - - - - - - Contact - - - - - Hierarchical Level - - - - - - - - - - - - - - - Pricing Data - - - - - - + + + + + + + + Name + + + + + + + Contact + + + + + Hierarchical Level + + + + + + + + + + + + + + + Pricing Data + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-197-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-197-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-197-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-197-4010Specification.xml index b0a3d60b..a6341fa7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-197-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-197-4010Specification.xml @@ -1,75 +1,75 @@ - - - - - - Name - - - - - - - - - Product/Item Description - - - - - - Individual or Organizational Name - - - - - - Electronic Format Identification - - - - - - Property or Entity Identification - - - - - - - Form Group - - - - - - - Individual Identification - - - - - - - - Industry Code - - - - - - Individual Identification - - - - - - - - - Assigned Number - - - - + + + + + + Name + + + + + + + + + Product/Item Description + + + + + + Individual or Organizational Name + + + + + + Electronic Format Identification + + + + + + Property or Entity Identification + + + + + + + Form Group + + + + + + + Individual Identification + + + + + + + + Industry Code + + + + + + Individual Identification + + + + + + + + + Assigned Number + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-198-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-198-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-198-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-198-4010Specification.xml index 0e9dee61..8d11862a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-198-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-198-4010Specification.xml @@ -1,86 +1,86 @@ - - - - - - Name - - - - - - - - - Individual Identification - - - - - - - Activity or Process Information - - - Name - - - - - - - - - - Paperwork - - - - - - - - Income - - - - - Property or Entity Identification - - - - - - - - - - - - - - Financial Asset Account - - - - - - - Date or Time or Period - - - - - - Consumer Credit Account - - - - - - - - - - + + + + + + Name + + + + + + + + + Individual Identification + + + + + + + Activity or Process Information + + + Name + + + + + + + + + + Paperwork + + + + + + + + Income + + + + + Property or Entity Identification + + + + + + + + + + + + + + Financial Asset Account + + + + + + + Date or Time or Period + + + + + + Consumer Credit Account + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-199-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-199-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-199-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-199-4010Specification.xml index c008ae6e..08871600 100644 --- a/src/OopFactory.X12/Specifications/Ansi-199-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-199-4010Specification.xml @@ -1,53 +1,53 @@ - - - - - - Name - - - - - - - - - Assigned Number - - - - - - - - - Property or Entity Identification - - - - - - - Individual Identification - - - - - - - - Form Group - - - Monetary Amount - - - - - - - - - - + + + + + + Name + + + + + + + + + Assigned Number + + + + + + + + + Property or Entity Identification + + + + + + + Individual Identification + + + + + + + + Form Group + + + Monetary Amount + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-200-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-200-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-200-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-200-4010Specification.xml index d8d2d190..87fe437c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-200-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-200-4010Specification.xml @@ -1,179 +1,179 @@ - - - - - - - - - - - - - Name - - - - - - - - - Assigned Number - - - - Individual Identification - - - - - - - - - - - Property or Entity Identification - - - - - - - - - - Name - - - - - - - - - - - - Source of Income - - - - - - - Income - - - - - - - Tradeline - - - - - - - - - - - - - - Monetary Amount - - - - - - Public Record or Obligation - - - - - - - - Monetary Amount - - - - - Name - - - - - - - - Credit Counseling Information - - - - - - Credit Inquiry Details - - - - - - - - - - - - - Credit File Variation - - - - - - - - Property or Entity Identification - - - - - Name - - - - - - - - - - - Credit Score Model - - - - - - Loop Header - - - - Note/Special Instruction - - - - - - Reference Identification - - - - - + + + + + + + + + + + + + Name + + + + + + + + + Assigned Number + + + + Individual Identification + + + + + + + + + + + Property or Entity Identification + + + + + + + + + + Name + + + + + + + + + + + + Source of Income + + + + + + + Income + + + + + + + Tradeline + + + + + + + + + + + + + + Monetary Amount + + + + + + Public Record or Obligation + + + + + + + + Monetary Amount + + + + + Name + + + + + + + + Credit Counseling Information + + + + + + Credit Inquiry Details + + + + + + + + + + + + + Credit File Variation + + + + + + + + Property or Entity Identification + + + + + Name + + + + + + + + + + + Credit Score Model + + + + + + Loop Header + + + + Note/Special Instruction + + + + + + Reference Identification + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-201-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-201-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-201-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-201-4010Specification.xml index 4ff28ad9..c12e7ee7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-201-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-201-4010Specification.xml @@ -1,153 +1,153 @@ - - - Residential Loan Application - - - Party Identification - - - - - - - - - Mortgage Characteristics Requested - - - - - - - - - - - - - - - - Property or Entity Identification - - - - - - - - - - Property or Housing Expense - - - - - Monetary Amount Information - - - - - - Individual Identification - - - - - - - - - - - - - - - - Income - - - - - Property or Housing Expense - - - - - Property or Entity Identification - - - - - - - Party Identification - - - - - - - - - - - - Real Estate Property Information - - - - - - - Individual or Organizational Name - - - - - Consumer Credit Account - - - - - - - - - - - Financial Asset Account - - - - - - - - - - Loop Header - - - - Monetary Amount Information - - - - - - - - - Transaction Set Line Number - - - - - - - - - + + + Residential Loan Application + + + Party Identification + + + + + + + + + Mortgage Characteristics Requested + + + + + + + + + + + + + + + + Property or Entity Identification + + + + + + + + + + Property or Housing Expense + + + + + Monetary Amount Information + + + + + + Individual Identification + + + + + + + + + + + + + + + + Income + + + + + Property or Housing Expense + + + + + Property or Entity Identification + + + + + + + Party Identification + + + + + + + + + + + + Real Estate Property Information + + + + + + + Individual or Organizational Name + + + + + Consumer Credit Account + + + + + + + + + + + Financial Asset Account + + + + + + + + + + Loop Header + + + + Monetary Amount Information + + + + + + + + + Transaction Set Line Number + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-202-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-202-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-202-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-202-4010Specification.xml index 4e1a6d1d..b31b0f45 100644 --- a/src/OopFactory.X12/Specifications/Ansi-202-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-202-4010Specification.xml @@ -1,113 +1,113 @@ - - - Secondary Mortgage Market Loan Delivery - - - - - - Party Identification - - - - - - - - - Extended Reference Information - - - Delivery Execution Information - - - - - - - - - - - - Amount and Settlement Method - - - - - - Individual or Organizational Name - - - Transaction Set Line Number - - - - - - - - - - - - - - - - - - Insurer or Guarantor Information - - - - - - Property or Entity Identification - - - - - - - Loan Specific Data - - - - - - - Conditions Indicator - - - - - - - - - - - Credit Score Model - - - - - - Period Amount - - - - - - Underwriting Information - - - - - - - - - + + + Secondary Mortgage Market Loan Delivery + + + + + + Party Identification + + + + + + + + + Extended Reference Information + + + Delivery Execution Information + + + + + + + + + + + + Amount and Settlement Method + + + + + + Individual or Organizational Name + + + Transaction Set Line Number + + + + + + + + + + + + + + + + + + Insurer or Guarantor Information + + + + + + Property or Entity Identification + + + + + + + Loan Specific Data + + + + + + + Conditions Indicator + + + + + + + + + + + Credit Score Model + + + + + + Period Amount + + + + + + Underwriting Information + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-203-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-203-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-203-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-203-4010Specification.xml index dce5632e..a8ef2b18 100644 --- a/src/OopFactory.X12/Specifications/Ansi-203-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-203-4010Specification.xml @@ -1,48 +1,48 @@ - - - Secondary Mortgage Market Investor Report - - - - - Party Identification - - - - - - - - Transaction Set Line Number - - - - - - - - - Real Estate Loan Type - - - - - - - - - - Party Identification - - - - - - Monetary Amount Information - - - - - - + + + Secondary Mortgage Market Investor Report + + + + + Party Identification + + + + + + + + Transaction Set Line Number + + + + + + + + + Real Estate Loan Type + + + + + + + + + + Party Identification + + + + + + Monetary Amount Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-204-Specification.xml b/src/X12.Specifications/Resource/Ansi-204-Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-204-Specification.xml rename to src/X12.Specifications/Resource/Ansi-204-Specification.xml index 1a525f71..44a2de61 100644 --- a/src/OopFactory.X12/Specifications/Ansi-204-Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-204-Specification.xml @@ -1,133 +1,133 @@ - - - Motor Carrier Load Tender - - - - - - - - - Bill of Lading Handling Requirements - - - - - - - - - Party Identification - - - - - - - - - Equipment Details - - - - - - - - Stop-off Details - - - - - - - Bill of Lading Handling Requirements - - - - - - - - Party Identification - - - - - - - - Description, Marks and Numbers - - - - Bill of Lading Handling Requirements - - - - - - - - - - Contact - - - - - Hazardous Identification Information - - - - - - - - - - - - Order Information Detail - - - - - Description, Marks and Numbers - - - - - Contact - - - - - Hazardous Identification Information - - - - - - - - - - - - - Equipment Details - - - - - - - - - Transaction Set Line Number - - - + + + Motor Carrier Load Tender + + + + + + + + + Bill of Lading Handling Requirements + + + + + + + + + Party Identification + + + + + + + + + Equipment Details + + + + + + + + Stop-off Details + + + + + + + Bill of Lading Handling Requirements + + + + + + + + Party Identification + + + + + + + + Description, Marks and Numbers + + + + Bill of Lading Handling Requirements + + + + + + + + + + Contact + + + + + Hazardous Identification Information + + + + + + + + + + + + Order Information Detail + + + + + Description, Marks and Numbers + + + + + Contact + + + + + Hazardous Identification Information + + + + + + + + + + + + + Equipment Details + + + + + + + + + Transaction Set Line Number + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-205-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-205-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-205-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-205-4010Specification.xml index d166a950..19818ead 100644 --- a/src/OopFactory.X12/Specifications/Ansi-205-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-205-4010Specification.xml @@ -1,57 +1,57 @@ - - - Mortgage Note - - - - - Individual or Organizational Name - - - - - - - - - Mortgage Note Characteristics - - - - - - - - - - - - - Change Detail Information - - - Transaction Set Line Number - - - - - - - - - - - Individual Identification - - - - - - Property or Entity Identification - - - - - - + + + Mortgage Note + + + + + Individual or Organizational Name + + + + + + + + + Mortgage Note Characteristics + + + + + + + + + + + + + Change Detail Information + + + Transaction Set Line Number + + + + + + + + + + + Individual Identification + + + + + + Property or Entity Identification + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-206-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-206-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-206-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-206-4010Specification.xml index 25cdc82c..128e69b6 100644 --- a/src/OopFactory.X12/Specifications/Ansi-206-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-206-4010Specification.xml @@ -1,72 +1,72 @@ - - - Real Estate Inspection - - - - - Party Identification - - - - - - - - - Service Characteristic Identification - - - - - - - - - - - - - Individual Identification - - - - - - - - - Property or Entity Identification - - - - - - - - - - - - - - - - Party Identification - - - - - - - - - - - - - - - - + + + Real Estate Inspection + + + + + Party Identification + + + + + + + + + Service Characteristic Identification + + + + + + + + + + + + + Individual Identification + + + + + + + + + Property or Entity Identification + + + + + + + + + + + + + + + + Party Identification + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-210-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-210-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-210-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-210-4010Specification.xml index 7464346b..615c9649 100644 --- a/src/OopFactory.X12/Specifications/Ansi-210-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-210-4010Specification.xml @@ -1,99 +1,99 @@ - - - - - - - - - - - - - - - - Name - - - - - - - - Equipment Details - - - - - Shipment Purchase Order Detail - - - - - Stop Off Details - - - - - - Shipment Purchase Order Detail - - - - - Name - - - - - - - Equipment Details - - - - - - - Assigned Number - - - - - - - - - - - - - Shipment Purchase Order Detail - - - - - Name - - - - - - - Carton (Package) Detail - - - - - - - - - Shipment Purchase Order Detail - - - - - + + + + + + + + + + + + + + + + Name + + + + + + + + Equipment Details + + + + + Shipment Purchase Order Detail + + + + + Stop Off Details + + + + + + Shipment Purchase Order Detail + + + + + Name + + + + + + + Equipment Details + + + + + + + Assigned Number + + + + + + + + + + + + + Shipment Purchase Order Detail + + + + + Name + + + + + + + Carton (Package) Detail + + + + + + + + + Shipment Purchase Order Detail + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-211-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-211-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-211-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-211-4010Specification.xml index c4904810..de449c0b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-211-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-211-4010Specification.xml @@ -1,56 +1,56 @@ - - - - - - - - - - - - - Name - - - - - - - - Bill of Lading Line Item Number - - - - - - Bill of Lading Line Item Detail - - - - - - Assigned Number - - - - - - Contact - - - - - Hazardous Identification Information - - - - - - - - - - - + + + + + + + + + + + + + Name + + + + + + + + Bill of Lading Line Item Number + + + + + + Bill of Lading Line Item Detail + + + + + + Assigned Number + + + + + + Contact + + + + + Hazardous Identification Information + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-212-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-212-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-212-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-212-4010Specification.xml index d6a3b9a9..b2f33f01 100644 --- a/src/OopFactory.X12/Specifications/Ansi-212-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-212-4010Specification.xml @@ -1,52 +1,52 @@ - - - - - - - - Name - - - - - - - - - - Shipment Status Details - - - - - Equipment or Container Owner and Type - - - - - - - Assigned Number - - - - - - - - - Shipment Purchase Order Detail - - - - - Name - - - - - - - + + + + + + + + Name + + + + + + + + + + Shipment Status Details + + + + + Equipment or Container Owner and Type + + + + + + + Assigned Number + + + + + + + + + Shipment Purchase Order Detail + + + + + Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-213-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-213-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-213-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-213-4010Specification.xml index 5b712b1d..8647c108 100644 --- a/src/OopFactory.X12/Specifications/Ansi-213-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-213-4010Specification.xml @@ -1,18 +1,18 @@ - - - - - - - - - - Name - - - - - - - + + + + + + + + + + Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-214-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-214-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-214-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-214-4010Specification.xml index 6dfd7cda..243db554 100644 --- a/src/OopFactory.X12/Specifications/Ansi-214-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-214-4010Specification.xml @@ -1,92 +1,92 @@ - - - - - - - - - Name - - - - - - - - - - - Assigned Number - - - Shipment Status Details - - - - - - - - - - - - Carton (Package) Detail - - - - Shipment Status Details - - - - - - - - - - Name - - - - - - - - - Purchase Order Reference - - - Name - - - - - - - - Carton (Package) Detail - - - - Shipment Status Details - - - - - - - - - Shipment Purchase Order Detail - - - - - Electronic Format Identification - - - - + + + + + + + + + Name + + + + + + + + + + + Assigned Number + + + Shipment Status Details + + + + + + + + + + + + Carton (Package) Detail + + + + Shipment Status Details + + + + + + + + + + Name + + + + + + + + + Purchase Order Reference + + + Name + + + + + + + + Carton (Package) Detail + + + + Shipment Status Details + + + + + + + + + Shipment Purchase Order Detail + + + + + Electronic Format Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-215-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-215-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-215-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-215-4010Specification.xml index b5351f56..dc6cfaa0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-215-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-215-4010Specification.xml @@ -1,74 +1,74 @@ - - - - - - - - - - Name - - - - - - - - - - - Consolidated Shipment Manifest Data - - - - - - - - - - Name - - - - - - - - - - - - Carton (Package) Detail - - - - - - - - - - International Manifest Information - - - - - - - - - - - Subline Item Detail - - - - - - - - - - + + + + + + + + + + Name + + + + + + + + + + + Consolidated Shipment Manifest Data + + + + + + + + + + Name + + + + + + + + + + + + Carton (Package) Detail + + + + + + + + + + International Manifest Information + + + + + + + + + + + Subline Item Detail + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-216-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-216-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-216-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-216-4010Specification.xml index bb1b0d72..dd71609e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-216-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-216-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - - - Name - - - - - + + + + + + + + Name + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-218-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-218-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-218-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-218-4010Specification.xml index d6ea9a82..66101afa 100644 --- a/src/OopFactory.X12/Specifications/Ansi-218-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-218-4010Specification.xml @@ -1,180 +1,180 @@ - - - - - - - - Name - - - - - - - - - Tariff Section - - - - - - - - - Loop Header - - - - Rate Basis/Scales - - - - - - - Loop Header - - - - Rate Basis/Scales - - - - Class - - - - - - - Loop Header - - - - Assigned Number - - - - Loop Header - - - - Assigned Number - - - - - - - - Loop Header - - - - Rate Basis/Scales - - - - - - - - - - Loop Header - - - - Assigned Number - - - - Loop Header - - - - Assigned Number - - - - Rate Basis/Scales - - - - - Class - - - - - - - - - - Loop Header - - - - Assigned Number - - - - - - - Loop Header - - - - Assigned Number - - - - Loop Header - - - - Assigned Number - - - - - - - - - - Loop Header - - - - Rate Basis/Scales - - - Loop Header - - - - Class - - - - - - - - - Loop Header - - - - Assigned Number - - - - - + + + + + + + + Name + + + + + + + + + Tariff Section + + + + + + + + + Loop Header + + + + Rate Basis/Scales + + + + + + + Loop Header + + + + Rate Basis/Scales + + + + Class + + + + + + + Loop Header + + + + Assigned Number + + + + Loop Header + + + + Assigned Number + + + + + + + + Loop Header + + + + Rate Basis/Scales + + + + + + + + + + Loop Header + + + + Assigned Number + + + + Loop Header + + + + Assigned Number + + + + Rate Basis/Scales + + + + + Class + + + + + + + + + + Loop Header + + + + Assigned Number + + + + + + + Loop Header + + + + Assigned Number + + + + Loop Header + + + + Assigned Number + + + + + + + + + + Loop Header + + + + Rate Basis/Scales + + + Loop Header + + + + Class + + + + + + + + + Loop Header + + + + Assigned Number + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-219-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-219-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-219-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-219-4010Specification.xml index d34d9c2a..1d27e9f9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-219-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-219-4010Specification.xml @@ -1,102 +1,102 @@ - - - - - - - - - - - - Equipment Details - - - - - - - Stop Off Details - - - - - - Name - - - - - - - - Contact - - - - - Hazardous Identification Information - - - - - - - - - - - Assigned Number - - - - - - - - - Contact - - - - - Hazardous Identification Information - - - - - - - - - - - Lading Detail - - - - - - - - - - Contact - - - - - Hazardous Identification Information - - - - - - - - - - - - + + + + + + + + + + + + Equipment Details + + + + + + + Stop Off Details + + + + + + Name + + + + + + + + Contact + + + + + Hazardous Identification Information + + + + + + + + + + + Assigned Number + + + + + + + + + Contact + + + + + Hazardous Identification Information + + + + + + + + + + + Lading Detail + + + + + + + + + + Contact + + + + + Hazardous Identification Information + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-220-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-220-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-220-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-220-4010Specification.xml index 19fc94bd..86756ef2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-220-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-220-4010Specification.xml @@ -1,59 +1,59 @@ - - - - - - - - - - - Place/Location Description - - - - - - - - Equipment Details - - - - - - - - Stop Off Details - - - - - - Name - - - - - - - - Assigned Number - - - - - - - - Lading Detail - - - - - - - - - + + + + + + + + + + + Place/Location Description + + + + + + + + Equipment Details + + + + + + + + Stop Off Details + + + + + + Name + + + + + + + + Assigned Number + + + + + + + + Lading Detail + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-222-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-222-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-222-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-222-4010Specification.xml index 78e670cf..c3b416bc 100644 --- a/src/OopFactory.X12/Specifications/Ansi-222-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-222-4010Specification.xml @@ -1,81 +1,81 @@ - - - - - - - - - Name - - - - - - - - Equipment Placement Information - - - - - - - - - Assigned Number - - - - - - - Stop Off Details - - - - - - - - - - Name - - - - - - - - - Lading Detail - - - - - Contact - - - - - - - Hazardous Identification Information - - - - - - - - - - - Assigned Number - - - - - + + + + + + + + + Name + + + + + + + + Equipment Placement Information + + + + + + + + + Assigned Number + + + + + + + Stop Off Details + + + + + + + + + + Name + + + + + + + + + Lading Detail + + + + + Contact + + + + + + + Hazardous Identification Information + + + + + + + + + + + Assigned Number + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-223-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-223-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-223-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-223-4010Specification.xml index 435b71a0..84160702 100644 --- a/src/OopFactory.X12/Specifications/Ansi-223-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-223-4010Specification.xml @@ -1,43 +1,43 @@ - - - - - - - Name - - - - - - - - Equipment Details - - - - - Assigned Number - - - - Shipment Purchase Order Detail - - - - - Name - - - - - - - - Shipment Purchase Order Detail - - - - - + + + + + + + Name + + + + + + + + Equipment Details + + + + + Assigned Number + + + + Shipment Purchase Order Detail + + + + + Name + + + + + + + + Shipment Purchase Order Detail + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-224-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-224-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-224-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-224-4010Specification.xml index 9f0ab98e..710d91b8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-224-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-224-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - - Summary Freight Bill Detail - - - + + + + + + Summary Freight Bill Detail + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-225-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-225-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-225-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-225-4010Specification.xml index 5b82a221..a0513400 100644 --- a/src/OopFactory.X12/Specifications/Ansi-225-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-225-4010Specification.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-240-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-240-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-240-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-240-4010Specification.xml index 3c2cfbc7..1ab2f124 100644 --- a/src/OopFactory.X12/Specifications/Ansi-240-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-240-4010Specification.xml @@ -1,54 +1,54 @@ - - - - - - Party Identification - - - - - - - Transaction Set Line Number - - - Party Identification - - - - - - - - - Electronic Format Identification - - - - - Business Instructions and Reference Number - - - - Loop - - - - Marks and Numbers Information - - - - - - - - - - Electronic Format Identification - - - - - + + + + + + Party Identification + + + + + + + Transaction Set Line Number + + + Party Identification + + + + + + + + + Electronic Format Identification + + + + + Business Instructions and Reference Number + + + + Loop + + + + Marks and Numbers Information + + + + + + + + + + Electronic Format Identification + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-242-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-242-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-242-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-242-4010Specification.xml index dc51376a..e15ff366 100644 --- a/src/OopFactory.X12/Specifications/Ansi-242-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-242-4010Specification.xml @@ -1,24 +1,24 @@ - - - - - - - - - - Hierarchical Level - - - - - - Interchange Status Segment - - - - - - - + + + + + + + + + + Hierarchical Level + + + + + + Interchange Status Segment + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-244-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-244-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-244-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-244-4010Specification.xml index f9a7cd5a..c4723418 100644 --- a/src/OopFactory.X12/Specifications/Ansi-244-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-244-4010Specification.xml @@ -1,29 +1,29 @@ - - - - - - Individual or Organizational Name - - - - Name - - - - Business Function - - - Location ID Component - - - - - Product/Item Description - - - - - - + + + + + + Individual or Organizational Name + + + + Name + + + + Business Function + + + Location ID Component + + + + + Product/Item Description + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-248-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-248-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-248-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-248-4010Specification.xml index 5dc86052..39fbf971 100644 --- a/src/OopFactory.X12/Specifications/Ansi-248-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-248-4010Specification.xml @@ -1,36 +1,36 @@ - - - - - - Individual or Organizational Name - - - - - - - - - Hierarchical Level - - - - - - - - - - - - Date or Time or Period - - - - - - - - + + + + + + Individual or Organizational Name + + + + + + + + + Hierarchical Level + + + + + + + + + + + + Date or Time or Period + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-249-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-249-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-249-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-249-4010Specification.xml index 2a1cf7e0..996921af 100644 --- a/src/OopFactory.X12/Specifications/Ansi-249-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-249-4010Specification.xml @@ -1,70 +1,70 @@ - - - - - - - Name - - - - - - - - Group Identification - - - - - - - Name - - - - - - - Animal Identification - - - - - - - Animal Observation Location - - - - Animal Observation Result - - - - - - - Animal Reproductive Status - - - - - - Animal Offspring/Fetus Identification - - - - Animal Observation Location - - - - Animal Observation Result - - - - - - - - + + + + + + + Name + + + + + + + + Group Identification + + + + + + + Name + + + + + + + Animal Identification + + + + + + + Animal Observation Location + + + + Animal Observation Result + + + + + + + Animal Reproductive Status + + + + + + Animal Offspring/Fetus Identification + + + + Animal Observation Location + + + + Animal Observation Result + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-250-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-250-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-250-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-250-4010Specification.xml index f82a54c0..5001be85 100644 --- a/src/OopFactory.X12/Specifications/Ansi-250-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-250-4010Specification.xml @@ -1,26 +1,26 @@ - - - - - - - - Purchase Order Reference - - - - - - - - Name - - - - - - - - - + + + + + + + + Purchase Order Reference + + + + + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-251-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-251-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-251-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-251-4010Specification.xml index 7d2ea253..23d034f8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-251-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-251-4010Specification.xml @@ -1,84 +1,84 @@ - - - - - - - - - - Reference Identification - - - - - Name - - - - - - - - - Price Support Data - - - Reference Identification - - - - - Pricing Data - - - - - Proposal Cost Logic - - - - - - - - Pricing Data - - - - - - - - - - Baseline Item Data - - - - - - Monetary Amount - - - - - - Assigned Number - - - - - - - - - Name - - - - - - - + + + + + + + + + + Reference Identification + + + + + Name + + + + + + + + + Price Support Data + + + Reference Identification + + + + + Pricing Data + + + + + Proposal Cost Logic + + + + + + + + Pricing Data + + + + + + + + + + Baseline Item Data + + + + + + Monetary Amount + + + + + + Assigned Number + + + + + + + + + Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-252-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-252-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-252-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-252-4010Specification.xml index 14dc078b..719fe9c3 100644 --- a/src/OopFactory.X12/Specifications/Ansi-252-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-252-4010Specification.xml @@ -1,106 +1,106 @@ - - - - - - - Individual or Organizational Name - - - - - - - - Entity - - - - - - - - - - - Individual or Organizational Name - - - - - - Address Information - - - - - - - - Reference Identification - - - - Reference Identification - - - - - - Underwriting Category - - - - - - - - - - - - - - - - License Information - - - - Item Identification - - - - - - Name - - - Status of Product or Activity - - - - - - - - Item Identification - - - - - - - Paperwork - - - - - - Electronic Format Identification - - - - - + + + + + + + Individual or Organizational Name + + + + + + + + Entity + + + + + + + + + + + Individual or Organizational Name + + + + + + Address Information + + + + + + + + Reference Identification + + + + Reference Identification + + + + + + Underwriting Category + + + + + + + + + + + + + + + + License Information + + + + Item Identification + + + + + + Name + + + Status of Product or Activity + + + + + + + + Item Identification + + + + + + + Paperwork + + + + + + Electronic Format Identification + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-255-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-255-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-255-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-255-4010Specification.xml index 460acc08..dc4de8e1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-255-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-255-4010Specification.xml @@ -1,80 +1,80 @@ - - - - - - - Individual or Organizational Name - - - - - - - - Account Identification - - - - - - - - - - Individual or Organizational Name - - - - Assigned Number - - - - - - - - - - - - Electronic Format Identification - - - - - Baseline Item Data - - - - - - - - Loop Header - - - - Assigned Number - - - - - - - - - - - - - - - - - - - - - + + + + + + + Individual or Organizational Name + + + + + + + + Account Identification + + + + + + + + + + Individual or Organizational Name + + + + Assigned Number + + + + + + + + + + + + Electronic Format Identification + + + + + Baseline Item Data + + + + + + + + Loop Header + + + + Assigned Number + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-256-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-256-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-256-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-256-4010Specification.xml index b57151bc..bd216815 100644 --- a/src/OopFactory.X12/Specifications/Ansi-256-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-256-4010Specification.xml @@ -1,76 +1,76 @@ - - - - - - - - - Individual or Organizational Name - - - - - - - - Name - - - - - - - - Baseline Item Data - - - - - - - - Individual or Organizational Name - - - - - - - - - - Informational Values - - - - - - Monetary Amount - - - - - Rate Amounts or Percents - - - - - - - - Entity - - - - - - - - - - - - - + + + + + + + + + Individual or Organizational Name + + + + + + + + Name + + + + + + + + Baseline Item Data + + + + + + + + Individual or Organizational Name + + + + + + + + + + Informational Values + + + + + + Monetary Amount + + + + + Rate Amounts or Percents + + + + + + + + Entity + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-260-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-260-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-260-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-260-4010Specification.xml index 68b86a1a..7dde50ed 100644 --- a/src/OopFactory.X12/Specifications/Ansi-260-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-260-4010Specification.xml @@ -1 +1 @@ - + diff --git a/src/OopFactory.X12/Specifications/Ansi-261-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-261-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-261-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-261-4010Specification.xml index 7f21ad58..44602273 100644 --- a/src/OopFactory.X12/Specifications/Ansi-261-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-261-4010Specification.xml @@ -1,70 +1,70 @@ - - - - - - - Name - - - - - - - - - Assigned Number - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - Property or Entity Identification - - - - - - - - - - - - - - - - - - - Paperwork - - - - - Individual Identification - - - - - - - - - + + + + + + + Name + + + + + + + + + Assigned Number + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + Property or Entity Identification + + + + + + + + + + + + + + + + + + + Paperwork + + + + + Individual Identification + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-262-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-262-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-262-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-262-4010Specification.xml index b95e20d4..a5f8b9a1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-262-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-262-4010Specification.xml @@ -1,113 +1,113 @@ - - - - - - - Individual or Organizational Name - - - - - - - - - Assigned Number - - - - - - - Property or Entity Identification - - - - - - - - - - - - - - - Measurements - - - - - - Information - - - - - Property or Housing Expense - - - - - - Industry Code - - - - - - - - - - - - Real Estate Transaction - - - - - - - - Individual or Organizational Name - - - - - - - - - Existing Real Estate Loan Specific Data - - - - - - - - Individual Identification - - - - - - - - - Yes/No Question - - - - - Information - - - - - - + + + + + + + Individual or Organizational Name + + + + + + + + + Assigned Number + + + + + + + Property or Entity Identification + + + + + + + + + + + + + + + Measurements + + + + + + Information + + + + + Property or Housing Expense + + + + + + Industry Code + + + + + + + + + + + + Real Estate Transaction + + + + + + + + Individual or Organizational Name + + + + + + + + + Existing Real Estate Loan Specific Data + + + + + + + + Individual Identification + + + + + + + + + Yes/No Question + + + + + Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-263-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-263-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-263-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-263-4010Specification.xml index 9f222360..0336bca7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-263-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-263-4010Specification.xml @@ -1,24 +1,24 @@ - - - - - - - Assigned Number - - - - Reference Identification - - - - - - - Period - - - - - + + + + + + + Assigned Number + + + + Reference Identification + + + + + + + Period + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-264-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-264-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-264-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-264-4010Specification.xml index 3eb47b12..0a97490f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-264-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-264-4010Specification.xml @@ -1,62 +1,62 @@ - - - - - - - - - Name - - - - - - - - Assigned Number - - - - - - - - - - - - Date or Time or Period - - - - Name - - - - - - - - - - Loop Header - - - - Real Estate Condition - - - - - - - - - - - - - - + + + + + + + + + Name + + + + + + + + Assigned Number + + + + + + + + + + + + Date or Time or Period + + + + Name + + + + + + + + + + Loop Header + + + + Real Estate Condition + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-265-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-265-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-265-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-265-4010Specification.xml index 656d7d9d..63d9829b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-265-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-265-4010Specification.xml @@ -1,81 +1,81 @@ - - - - - - Name - - - - - - - - - Assigned Number - - - - - - - - - - - - Individual Identification - - - - - - Geographic Location - - - - - - - Mortgage Closing Data - - - - - Name - - - - - - - - - - Title Insurance Services - - - - - Paperwork - - - - - - - - - - - Loop Header - - - - Title Insurance Services - - - - - + + + + + + Name + + + + + + + + + Assigned Number + + + + + + + + + + + + Individual Identification + + + + + + Geographic Location + + + + + + + Mortgage Closing Data + + + + + Name + + + + + + + + + + Title Insurance Services + + + + + Paperwork + + + + + + + + + + + Loop Header + + + + Title Insurance Services + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-266-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-266-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-266-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-266-4010Specification.xml index 60d3ecea..0c9cd0dd 100644 --- a/src/OopFactory.X12/Specifications/Ansi-266-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-266-4010Specification.xml @@ -1,60 +1,60 @@ - - - - - - Party Identification - - - - - - - - - Transaction Set Line Number - - - - - - - Party Identification - - - - - - - - - Extended Reference Information - - - Individual or Organizational Name - - - - - - - - - Activity or Process Information - - - - - - - - - - - - - - - - + + + + + + Party Identification + + + + + + + + + Transaction Set Line Number + + + + + + + Party Identification + + + + + + + + + Extended Reference Information + + + Individual or Organizational Name + + + + + + + + + Activity or Process Information + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-267-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-267-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-267-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-267-4010Specification.xml index b36a8943..bbb37805 100644 --- a/src/OopFactory.X12/Specifications/Ansi-267-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-267-4010Specification.xml @@ -1,522 +1,522 @@ - - - - - - - Individual or Organizational Name - - - - - - - - Party Identification - - - - - - - - Account Identification - - - - - - - - - - - - - - - Industry Code Identification - - - - - - Service Characteristic Identification - - - - - - - - - - Product/Item Description - - - - - - - - - - - - Investment Vehicle Selection - - - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - - - - Entity - - - - - - - - - - - - - - - - - Individual or Organizational Name - - - - - - Address Information - - - - - - - - - Industry Code - - - - - - Individual or Organizational Name - - - - - - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - - - - Product/Item Description - - - - - - - - - - Payment Details - - - - - Investment Vehicle Selection - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - - - - - Underwriting Category - - - Hierarchical Level - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Paperwork - - - - - - - - Electronic Format Identification - - - - - - Assigned Number - - - Payment Details - - - - Loop - - - - Monetary Amount - - - - - - - - - - Information Values - - - Investment Vehicle Selection - - - - - - - - - - - - Administrative Message - - - - - - - - Account Identification - - - - - - - - - - - - - - - Service Characteristic Identification - - - - - - - - - - Product/Item Description - - - - - - - - - - - - Investment Vehicle Selection - - - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - - - - Entity - - - - - - - - - - - - - Individual or Organizational Name - - - - - Address Information - - - - - - - - Industry Code - - - - - - Individual or Organizational Name - - - - - - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - - - Product/Item Description - - - - - - - - - Payment Details - - - - - Investment Vehicle Selection - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - - - - Underwriting Category - - - Hierarchical Level - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Paperwork - - - - - - - - Electronic Format Identification - - - - - - Assigned Number - - - Payment Details - - - - Monetary Amount - - - - - - - - - - - - - Administrative Message - - - - - + + + + + + + Individual or Organizational Name + + + + + + + + Party Identification + + + + + + + + Account Identification + + + + + + + + + + + + + + + Industry Code Identification + + + + + + Service Characteristic Identification + + + + + + + + + + Product/Item Description + + + + + + + + + + + + Investment Vehicle Selection + + + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + + + + Entity + + + + + + + + + + + + + + + + + Individual or Organizational Name + + + + + + Address Information + + + + + + + + + Industry Code + + + + + + Individual or Organizational Name + + + + + + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + + + + Product/Item Description + + + + + + + + + + Payment Details + + + + + Investment Vehicle Selection + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + + + + + Underwriting Category + + + Hierarchical Level + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Paperwork + + + + + + + + Electronic Format Identification + + + + + + Assigned Number + + + Payment Details + + + + Loop + + + + Monetary Amount + + + + + + + + + + Information Values + + + Investment Vehicle Selection + + + + + + + + + + + + Administrative Message + + + + + + + + Account Identification + + + + + + + + + + + + + + + Service Characteristic Identification + + + + + + + + + + Product/Item Description + + + + + + + + + + + + Investment Vehicle Selection + + + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + + + + Entity + + + + + + + + + + + + + Individual or Organizational Name + + + + + Address Information + + + + + + + + Industry Code + + + + + + Individual or Organizational Name + + + + + + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + + + Product/Item Description + + + + + + + + + Payment Details + + + + + Investment Vehicle Selection + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + + + + Underwriting Category + + + Hierarchical Level + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Paperwork + + + + + + + + Electronic Format Identification + + + + + + Assigned Number + + + Payment Details + + + + Monetary Amount + + + + + + + + + + + + + Administrative Message + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-268-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-268-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-268-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-268-4010Specification.xml index f4b29fa1..845d1f6b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-268-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-268-4010Specification.xml @@ -1,123 +1,123 @@ - - - - - - - - Individual or Organizational Name - - - - - - - - Name - - - - - - - - Product/Item Description - - - - - - - Baseline Item Data - - - - - - - Account Identification - - - - - - - - - - - Contract Number Detail - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - Baseline Item Data - - - - - - - - Baseline Item Data (Invoice) - - - - - - - - Account Identification - - - - - - - - - Individual or Organizational Name - - - - - Electronic Format Identification - - - - - - - Assigned Number - - - - - Rate Amounts or Percents - - - - Monetary Amount - - - - - - - + + + + + + + + Individual or Organizational Name + + + + + + + + Name + + + + + + + + Product/Item Description + + + + + + + Baseline Item Data + + + + + + + Account Identification + + + + + + + + + + + Contract Number Detail + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + Baseline Item Data + + + + + + + + Baseline Item Data (Invoice) + + + + + + + + Account Identification + + + + + + + + + Individual or Organizational Name + + + + + Electronic Format Identification + + + + + + + Assigned Number + + + + + Rate Amounts or Percents + + + + Monetary Amount + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-270-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-270-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-270-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-270-4010Specification.xml index 279483d5..864876c1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-270-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-270-4010Specification.xml @@ -1,129 +1,129 @@ - - - - - Information Source Level - - - Information Source Name - - - - - - - - - - - - - - Information Receiver Level - - - Information Receiver Name - - - - - - - - - - - - - - - - - - - - Subscriber Level - - - Subscriber Name - - - - - - - - - - - - - - - - Subscriber Eligibility or Benefit Inquiry - - - - - - - - Subscriber Eligibility or Benefit Inquiry - - - - - - - - - Subscriber Eligibility or Benefit Information - - - - Loop - - - - Subscriber Benefit Related Entity Name - - - - - - - - - - - - - - - - Dependent Level - - - Dependent Name - - - - - - - - - - - - - Dependent Eligibility or Benefit Inquiry - - - - - - - - + + + + + Information Source Level + + + Information Source Name + + + + + + + + + + + + + + Information Receiver Level + + + Information Receiver Name + + + + + + + + + + + + + + + + + + + + Subscriber Level + + + Subscriber Name + + + + + + + + + + + + + + + + Subscriber Eligibility or Benefit Inquiry + + + + + + + + Subscriber Eligibility or Benefit Inquiry + + + + + + + + + Subscriber Eligibility or Benefit Information + + + + Loop + + + + Subscriber Benefit Related Entity Name + + + + + + + + + + + + + + + + Dependent Level + + + Dependent Name + + + + + + + + + + + + + Dependent Eligibility or Benefit Inquiry + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-270-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-270-5010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-270-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-270-5010Specification.xml index a40322fe..0da997a1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-270-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-270-5010Specification.xml @@ -1,88 +1,88 @@ - - - - - Information Source Level - - Information Source Name - - - - - - - - - - - Information Receiver Level - - Information Receiver Name - - - - - - - - - - - - - - - - - - Subscriber Level - - - Subscriber Name - - - - - - - - - - - - - Subscriber Eligibility or Benefit Inquiry - - - - - - - - - - Dependent Level - - - Dependent Name - - - - - - - - - - - - - Dependent Eligibility or Benefit Inquiry - - - - - - - - + + + + + Information Source Level + + Information Source Name + + + + + + + + + + + Information Receiver Level + + Information Receiver Name + + + + + + + + + + + + + + + + + + Subscriber Level + + + Subscriber Name + + + + + + + + + + + + + Subscriber Eligibility or Benefit Inquiry + + + + + + + + + + Dependent Level + + + Dependent Name + + + + + + + + + + + + + Dependent Eligibility or Benefit Inquiry + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-271-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-271-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-271-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-271-4010Specification.xml index 6b58c5fd..3aca199c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-271-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-271-4010Specification.xml @@ -1,112 +1,112 @@ - - - - - Information Source Level - - - Information Source Name - - - - - - - Information Receiver Level - - Information Receiver Name - - - - - - - - Subscriber Level - - - Subscriber Name - - - - - - - - - - - - - Subscriber Eligibility or Benefit Information - - - - - - - - Subscriber Eligibility Or Benefit Additional Information - - - - Loop - - - - Subscriber Benefit Related Entity Name - - - - - - - - - - - - Dependent Level - - - Dependent Name - - - - - - - - - - - - - Dependent Eligibility or Benefit Information - - - - - - - - Dependent Eligibility Or Benefit Additional Information - - - - Loop - - - - Dependent Benefit Related Entity Name - - - - - - - - - - - + + + + + Information Source Level + + + Information Source Name + + + + + + + Information Receiver Level + + Information Receiver Name + + + + + + + + Subscriber Level + + + Subscriber Name + + + + + + + + + + + + + Subscriber Eligibility or Benefit Information + + + + + + + + Subscriber Eligibility Or Benefit Additional Information + + + + Loop + + + + Subscriber Benefit Related Entity Name + + + + + + + + + + + + Dependent Level + + + Dependent Name + + + + + + + + + + + + + Dependent Eligibility or Benefit Information + + + + + + + + Dependent Eligibility Or Benefit Additional Information + + + + Loop + + + + Dependent Benefit Related Entity Name + + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-271-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-271-5010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-271-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-271-5010Specification.xml index 6b58c5fd..3aca199c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-271-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-271-5010Specification.xml @@ -1,112 +1,112 @@ - - - - - Information Source Level - - - Information Source Name - - - - - - - Information Receiver Level - - Information Receiver Name - - - - - - - - Subscriber Level - - - Subscriber Name - - - - - - - - - - - - - Subscriber Eligibility or Benefit Information - - - - - - - - Subscriber Eligibility Or Benefit Additional Information - - - - Loop - - - - Subscriber Benefit Related Entity Name - - - - - - - - - - - - Dependent Level - - - Dependent Name - - - - - - - - - - - - - Dependent Eligibility or Benefit Information - - - - - - - - Dependent Eligibility Or Benefit Additional Information - - - - Loop - - - - Dependent Benefit Related Entity Name - - - - - - - - - - - + + + + + Information Source Level + + + Information Source Name + + + + + + + Information Receiver Level + + Information Receiver Name + + + + + + + + Subscriber Level + + + Subscriber Name + + + + + + + + + + + + + Subscriber Eligibility or Benefit Information + + + + + + + + Subscriber Eligibility Or Benefit Additional Information + + + + Loop + + + + Subscriber Benefit Related Entity Name + + + + + + + + + + + + Dependent Level + + + Dependent Name + + + + + + + + + + + + + Dependent Eligibility or Benefit Information + + + + + + + + Dependent Eligibility Or Benefit Additional Information + + + + Loop + + + + Dependent Benefit Related Entity Name + + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-272-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-272-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-272-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-272-4010Specification.xml index dcb5804f..f940627a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-272-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-272-4010Specification.xml @@ -1,202 +1,202 @@ - - - - - - - Extended Reference Information - - - - - Individual or Organizational Name - - - - - - - - - Loss Information Description - - - - - - - - Individual or Event Location - - - - - - Extended Reference Information - - - - - Paperwork - - - - - - - - - - - - - Indifidual or Organizational Name - - - - - - - - Individual or Event Location - - - - - - - - Reference Informatin - - - - - - - - - - - Individual or Event Location - - - - - - - - Transaction Set Line Number - - - - - - - - - - - - - - - - - - Loop - - - - Administrative Message - - - - - - - - - - Property or Entity Identification - - - - - - - - - - - - Industry Code Identification - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Previous Incident - - - - - - Paperwork - - - - - - - - - - + + + + + + + Extended Reference Information + + + + + Individual or Organizational Name + + + + + + + + + Loss Information Description + + + + + + + + Individual or Event Location + + + + + + Extended Reference Information + + + + + Paperwork + + + + + + + + + + + + + Indifidual or Organizational Name + + + + + + + + Individual or Event Location + + + + + + + + Reference Informatin + + + + + + + + + + + Individual or Event Location + + + + + + + + Transaction Set Line Number + + + + + + + + + + + + + + + + + + Loop + + + + Administrative Message + + + + + + + + + + Property or Entity Identification + + + + + + + + + + + + Industry Code Identification + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Previous Incident + + + + + + Paperwork + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-273-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-273-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-273-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-273-4010Specification.xml index f78ddd99..c5cb7a5e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-273-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-273-4010Specification.xml @@ -1,114 +1,114 @@ - - - - - - - - Individual or Organizational Name - - - - - - - - Account Identification - - - - - - - - - - - Assigned Number - - - - - - - - - - Beneficiary or Owner Information - - - - - - - - - Entity - - - - - - - - - - - - - - - - Industry Code - - - - - - Individual or Organizational Name - - - - - - - - Beneficiary or Owner Information - - - - - - - - - Baseline Item Data - - - - - - - - - - - Beneficiary or Owner Information - - - - - - - - - - - - Message Text - - - - - + + + + + + + + Individual or Organizational Name + + + + + + + + Account Identification + + + + + + + + + + + Assigned Number + + + + + + + + + + Beneficiary or Owner Information + + + + + + + + + Entity + + + + + + + + + + + + + + + + Industry Code + + + + + + Individual or Organizational Name + + + + + + + + Beneficiary or Owner Information + + + + + + + + + Baseline Item Data + + + + + + + + + + + Beneficiary or Owner Information + + + + + + + + + + + + Message Text + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-274-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-274-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-274-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-274-4010Specification.xml index e7018191..c3e37d2e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-274-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-274-4010Specification.xml @@ -1,81 +1,81 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Property or Entity Identificaion - - - - - - - - - Industry Code Identification - - - - - - - - - - Health Care Provider License - - - - - - Reference Information - - - - - - Employment Position - - - - - Transaction Set Line Number - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Property or Entity Identificaion + + + + + + + + + Industry Code Identification + + + + + + + + + + Health Care Provider License + + + + + + Reference Information + + + + + + Employment Position + + + + + Transaction Set Line Number + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-275-4050Specification.xml b/src/X12.Specifications/Resource/Ansi-275-4050Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-275-4050Specification.xml rename to src/X12.Specifications/Resource/Ansi-275-4050Specification.xml index 29ce2de3..43f34391 100644 --- a/src/OopFactory.X12/Specifications/Ansi-275-4050Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-275-4050Specification.xml @@ -1,56 +1,56 @@ - - - - - - - - TRANSACTION RECEIVER - - - - - - - SUBMITTER INFORMATION - - - - - - SERVICE PROVIDER INFORMATION - - - - - - - PATIENT NAME - - - - - - - - ASSIGNED NUMBER - - - - - - - - - Date or Time or Period - - - - - ELECTRONIC FORMAT IDENTIFICATION - - - - - - + + + + + + + + TRANSACTION RECEIVER + + + + + + + SUBMITTER INFORMATION + + + + + + SERVICE PROVIDER INFORMATION + + + + + + + PATIENT NAME + + + + + + + + ASSIGNED NUMBER + + + + + + + + + Date or Time or Period + + + + + ELECTRONIC FORMAT IDENTIFICATION + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-276-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-276-5010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-276-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-276-5010Specification.xml index 8e6a9906..debe5059 100644 --- a/src/OopFactory.X12/Specifications/Ansi-276-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-276-5010Specification.xml @@ -1,144 +1,144 @@ - - - - - - Individual or Organizational Name - - - - - - - - - INFORMATION SOURCE LEVEL - - Payer Name - - - - - - - - CLAIM SUBMITTER TRACE NUMBER - - - - - - INFORMATION RECEIVER LEVEL - - Information Receiver Name - - - - - - Information Receiver Trace - - - - - - - - - - SERVICE PROVIDER LEVEL - - Provider Name - - - - - - Provider of Service Trace Identifier - - - - - - - - - - SUBSCRIBER LEVEL - - - Subscriber Name - - - - - - Claim Status Tracking Number - - - - - - - - - Service Level Information - - - - - - - - - DEPENDENT LEVEL - - - Dependent Name - - - - - - Claim Status Tracking Number - - - - - - - - - Service Line Information - - - - - - - - - - PATIENT LEVEL - - Patient Name - - - - - Claim Status Tracking Number - - - - - - - Service Line Information - - - - - - - + + + + + + Individual or Organizational Name + + + + + + + + + INFORMATION SOURCE LEVEL + + Payer Name + + + + + + + + CLAIM SUBMITTER TRACE NUMBER + + + + + + INFORMATION RECEIVER LEVEL + + Information Receiver Name + + + + + + Information Receiver Trace + + + + + + + + + + SERVICE PROVIDER LEVEL + + Provider Name + + + + + + Provider of Service Trace Identifier + + + + + + + + + + SUBSCRIBER LEVEL + + + Subscriber Name + + + + + + Claim Status Tracking Number + + + + + + + + + Service Level Information + + + + + + + + + DEPENDENT LEVEL + + + Dependent Name + + + + + + Claim Status Tracking Number + + + + + + + + + Service Line Information + + + + + + + + + + PATIENT LEVEL + + Patient Name + + + + + Claim Status Tracking Number + + + + + + + Service Line Information + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-277-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-277-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-277-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-277-4010Specification.xml index b7977fb2..a9912eba 100644 --- a/src/OopFactory.X12/Specifications/Ansi-277-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-277-4010Specification.xml @@ -1,58 +1,58 @@ - - - - - - - Individual or Organizational Name - - - - - - - - - Hierarchical Level - - - - - Individual or Organizational Name - - - - - - - Trace - - - - - - Paperwork - - - - - - - - Service Information - - - - - - Paperwork - - - - - - - - - + + + + + + + Individual or Organizational Name + + + + + + + + + Hierarchical Level + + + + + Individual or Organizational Name + + + + + + + Trace + + + + + + Paperwork + + + + + + + + Service Information + + + + + + Paperwork + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-278-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-278-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-278-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-278-4010Specification.xml index c7fd0d63..a150f3e4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-278-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-278-4010Specification.xml @@ -1,41 +1,41 @@ - - - - - - Hierarchical Level - - - - - - - - - - - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - - - + + + + + + Hierarchical Level + + + + + + + + + + + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-278-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-278-5010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-278-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-278-5010Specification.xml index 77c80807..a2166a7c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-278-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-278-5010Specification.xml @@ -1,151 +1,151 @@ - - - - - Utilization Management Organization (UMO) Detail - - - Utilization Management Organization (UMO) Name - - - - - - - Requester Detail - - - Requester Name - - - - - - - - - - - Subscriber Detail - - - Subscriber Name - - - - - - - - - - - Dependent Detail - - - Dependent Name - - - - - - - - - - - Patient Event Detail - - - - - - - - - - - - - - - - - - Patient Event Provider Name - - Attending Physician - Operating Physician - Other Physician - Service Location - Admitting Services - Assistant Surgeon - Ordering Physician - Referring Provider - Facility - Clinic - Primary Care Provider - Purchase Service Provider - Group Practice - Service Provider - - - - - - - - - - Patient Event Transport Information - - Drop-off Location - Final Scheduled Destination - Next Destination - Pickup Address - Next Scheduled Destination - - - - - - Patient Event Other UMO Name - - Alternate Insurer - Carrier - Intermediary - - - - - - - - - - Service Detail - - - - - - - - - - - - - - - - Service Provider Name - - - - - - - - + + + + + Utilization Management Organization (UMO) Detail + + + Utilization Management Organization (UMO) Name + + + + + + + Requester Detail + + + Requester Name + + + + + + + + + + + Subscriber Detail + + + Subscriber Name + + + + + + + + + + + Dependent Detail + + + Dependent Name + + + + + + + + + + + Patient Event Detail + + + + + + + + + + + + + + + + + + Patient Event Provider Name + + Attending Physician + Operating Physician + Other Physician + Service Location + Admitting Services + Assistant Surgeon + Ordering Physician + Referring Provider + Facility + Clinic + Primary Care Provider + Purchase Service Provider + Group Practice + Service Provider + + + + + + + + + + Patient Event Transport Information + + Drop-off Location + Final Scheduled Destination + Next Destination + Pickup Address + Next Scheduled Destination + + + + + + Patient Event Other UMO Name + + Alternate Insurer + Carrier + Intermediary + + + + + + + + + + Service Detail + + + + + + + + + + + + + + + + Service Provider Name + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-280-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-280-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-280-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-280-4010Specification.xml index c4d880e7..a19e779f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-280-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-280-4010Specification.xml @@ -1,44 +1,44 @@ - - - - - - Name - - - - - - - - - - Paperwork - - - - - - - - Individual Identification - - - - - - - Property or Entity Identification - - - - - - - - Electronic Format Identification - - - - + + + + + + Name + + + + + + + + + + Paperwork + + + + + + + + Individual Identification + + + + + + + Property or Entity Identification + + + + + + + + Electronic Format Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-285-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-285-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-285-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-285-4010Specification.xml index 74b445db..9ad651a5 100644 --- a/src/OopFactory.X12/Specifications/Ansi-285-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-285-4010Specification.xml @@ -1,65 +1,65 @@ - - - - - - - Property or Entity Identification - - - - Code Source Information - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - Loop Header - - - - Code Source Information - - - - - - - - - - - - - - - Commodity - - - - - Geographic Location - - - - - - - + + + + + + + Property or Entity Identification + + + + Code Source Information + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + Loop Header + + + + Code Source Information + + + + + + + + + + + + + + + Commodity + + + + + Geographic Location + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-286-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-286-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-286-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-286-4010Specification.xml index 1bfce925..f6e036a9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-286-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-286-4010Specification.xml @@ -1,59 +1,59 @@ - - - - - - - Individual or Organizational Name - - - - - - - - - - Specifcation Identifier - - - Hierarchical Level - - Code Source Information - - - Industry Code Identification - - - - - - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - - - - - - - + + + + + + + Individual or Organizational Name + + + + + + + + + + Specifcation Identifier + + + Hierarchical Level + + Code Source Information + + + Industry Code Identification + + + + + + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-288-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-288-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-288-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-288-4010Specification.xml index 85f052b4..1633e170 100644 --- a/src/OopFactory.X12/Specifications/Ansi-288-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-288-4010Specification.xml @@ -1,50 +1,50 @@ - - - - - - - - Name - - - - - - - - - Date/Time Reference - - - - - - - Code Source Information - - - - - - Assigned Number - - - - - Name - - - - - - - Code Source Information - - - - - - - + + + + + + + + Name + + + + + + + + + Date/Time Reference + + + + + + + Code Source Information + + + + + + Assigned Number + + + + + Name + + + + + + + Code Source Information + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-290-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-290-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-290-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-290-4010Specification.xml index 3f183260..08a55e56 100644 --- a/src/OopFactory.X12/Specifications/Ansi-290-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-290-4010Specification.xml @@ -1,29 +1,29 @@ - - - - - - - - - - Name - - - - - - - - - Media Information - - - - Name - - - - - + + + + + + + + + + Name + + + + + + + + + Media Information + + + + Name + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-300-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-300-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-300-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-300-4010Specification.xml index 0d17e239..28f44eb7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-300-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-300-4010Specification.xml @@ -1,51 +1,51 @@ - - - - - - - - - - Container Details - - - - - - - Name - - - - - - - - Port or Terminal - - - - - - - - Assigned Number - - - - - - - - - - Hazardous Material - - - - - - - + + + + + + + + + + Container Details + + + + + + + Name + + + + + + + + Port or Terminal + + + + + + + + Assigned Number + + + + + + + + + + Hazardous Material + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-301-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-301-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-301-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-301-4010Specification.xml index b692829c..242b1898 100644 --- a/src/OopFactory.X12/Specifications/Ansi-301-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-301-4010Specification.xml @@ -1,49 +1,49 @@ - - - - - - - - - Container Release - - - - - - - Name - - - - - - - - Port or Terminal - - - - - - - - Assigned Number - - - - - - - - - - Hazardous Material - - - - - - + + + + + + + + + Container Release + + + + + + + Name + + + + + + + + Port or Terminal + + + + + + + + Assigned Number + + + + + + + + + + Hazardous Material + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-303-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-303-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-303-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-303-4010Specification.xml index aeccaa80..702f987a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-303-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-303-4010Specification.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-304-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-304-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-304-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-304-4010Specification.xml index fdf8a1c5..0e369c8c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-304-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-304-4010Specification.xml @@ -1,214 +1,214 @@ - - - - - - - - - - - - - - - - - Insurance - - - - - - - - - Name - - - - - - - - Port or Terminal - - - - - - - - - - - - - Certifications and Clauses - - - - - - Assigned Number - - - - Equipment Details - - - - - - - - - - Rate and Charges - - - - - - - - - Hazardous Material - - - - - Hazardous Identification Information - - - - - - - - - - - - - - - Item Physical Details - - - - - - - Line Item - Quantity and Weight - - - - Item Physical Details - - - - - - - - - - Pallet Information - - - - - Pricing Information - - - - - - - - - - Rate and Charges - - - - - - Service, Promotion, Allowance, or Charg - - - - - Charge Detail - - - - - - - Certifications and Clauses - - - - - - Hazardous Material - - - - - Hazardous Identification Information - - - - - - - - - - - - Name - - - - - - - - - - Total Weight and Charges - - - - - s - - Rate and Charges - - - - - Total Monetary Value Summary - - - - - Service, Promotion, Allowance, or Charg - - - - - Charge Detail - - - - - - - - + + + + + + + + + + + + + + + + + Insurance + + + + + + + + + Name + + + + + + + + Port or Terminal + + + + + + + + + + + + + Certifications and Clauses + + + + + + Assigned Number + + + + Equipment Details + + + + + + + + + + Rate and Charges + + + + + + + + + Hazardous Material + + + + + Hazardous Identification Information + + + + + + + + + + + + + + + Item Physical Details + + + + + + + Line Item - Quantity and Weight + + + + Item Physical Details + + + + + + + + + + Pallet Information + + + + + Pricing Information + + + + + + + + + + Rate and Charges + + + + + + Service, Promotion, Allowance, or Charg + + + + + Charge Detail + + + + + + + Certifications and Clauses + + + + + + Hazardous Material + + + + + Hazardous Identification Information + + + + + + + + + + + + Name + + + + + + + + + + Total Weight and Charges + + + + + s + + Rate and Charges + + + + + Total Monetary Value Summary + + + + + Service, Promotion, Allowance, or Charg + + + + + Charge Detail + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-309-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-309-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-309-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-309-4010Specification.xml index 6d2623df..364acb82 100644 --- a/src/OopFactory.X12/Specifications/Ansi-309-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-309-4010Specification.xml @@ -1,43 +1,43 @@ - - - - - - U.S. Port Information - - - Assigned Number - - - - - - Name - - - - - - - - In-bond Identifying Information - - - - - Conveyance Identification - - - - Quantity and Description - - - Hazardous Material - - - - - - - + + + + + + U.S. Port Information + + + Assigned Number + + + + + + Name + + + + + + + + In-bond Identifying Information + + + + + Conveyance Identification + + + + Quantity and Description + + + Hazardous Material + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-310-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-310-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-310-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-310-4010Specification.xml index b0dcd84b..e5a54693 100644 --- a/src/OopFactory.X12/Specifications/Ansi-310-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-310-4010Specification.xml @@ -1,99 +1,99 @@ - - - - - - - - - - - - - - - - Name - - - - - - - - Port or Terminal - - - - - - - - - - Certifications and Clauses - - - - - Assigned Number - - - Equipment Details - - - - - - - - Rate and Charges - - - - - - - - - Hazardous Material - - - - - - Line Item - Quantity and Weight - - - - Rate and Charges - - - - - - - - Certifications and Clauses - - - - - Hazardous Material - - - - - - - - - Rate and Charges - - - - - - - + + + + + + + + + + + + + + + + Name + + + + + + + + Port or Terminal + + + + + + + + + + Certifications and Clauses + + + + + Assigned Number + + + Equipment Details + + + + + + + + Rate and Charges + + + + + + + + + Hazardous Material + + + + + + Line Item - Quantity and Weight + + + + Rate and Charges + + + + + + + + Certifications and Clauses + + + + + Hazardous Material + + + + + + + + + Rate and Charges + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-311-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-311-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-311-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-311-4010Specification.xml index 05a0cb35..8334f25b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-311-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-311-4010Specification.xml @@ -1,43 +1,43 @@ - - - - - - - - - - - - Name - - - - - - - - - Assigned Number - - - - Equipment Description - - - - - - - - Line Item - Quantity and Weight - - - - - - - - - + + + + + + + + + + + + Name + + + + + + + + + Assigned Number + + + + Equipment Description + + + + + + + + Line Item - Quantity and Weight + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-312-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-312-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-312-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-312-4010Specification.xml index 14511826..2cee0764 100644 --- a/src/OopFactory.X12/Specifications/Ansi-312-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-312-4010Specification.xml @@ -1,70 +1,70 @@ - - - - - - - - - - - - - - Name - - - - - - - Port or Terminal - - - - - - - Assigned Number - - - Equipment Details - - - - - - - - Hazardous Material - - - - - - Line Item - Quantity and Weight - - - - Rate and Charges - - - - - - Hazardous Material - - - - - - - - - Rate and Charges - - - - - + + + + + + + + + + + + + + Name + + + + + + + Port or Terminal + + + + + + + Assigned Number + + + Equipment Details + + + + + + + + Hazardous Material + + + + + + Line Item - Quantity and Weight + + + + Rate and Charges + + + + + + Hazardous Material + + + + + + + + + Rate and Charges + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-313-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-313-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-313-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-313-4010Specification.xml index 290805fc..9cbd97dd 100644 --- a/src/OopFactory.X12/Specifications/Ansi-313-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-313-4010Specification.xml @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-315-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-315-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-315-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-315-4010Specification.xml index 925e1487..9d223648 100644 --- a/src/OopFactory.X12/Specifications/Ansi-315-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-315-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - - - - Port or Terminal - - - - + + + + + + + + + Port or Terminal + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-317-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-317-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-317-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-317-4010Specification.xml index 1e0a93df..2be48028 100644 --- a/src/OopFactory.X12/Specifications/Ansi-317-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-317-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - Name - - - - - - - - - - - - Line Item - Quantity and Weight - - - - + + + + + Name + + + + + + + + + + + + Line Item - Quantity and Weight + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-319-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-319-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-319-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-319-4010Specification.xml index 29c350bd..323bedff 100644 --- a/src/OopFactory.X12/Specifications/Ansi-319-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-319-4010Specification.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-322-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-322-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-322-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-322-4010Specification.xml index c77ca49c..f3c95566 100644 --- a/src/OopFactory.X12/Specifications/Ansi-322-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-322-4010Specification.xml @@ -1,40 +1,40 @@ - - - - - - - Equipment Details - - - - - - - - - - - - Port or Terminal - - - - - - Name - - - - - - - - Line Item - Quantity and Weight - - - - - - + + + + + + + Equipment Details + + + + + + + + + + + + Port or Terminal + + + + + + Name + + + + + + + + Line Item - Quantity and Weight + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-323-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-323-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-323-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-323-4010Specification.xml index 61421ae2..906e4a9e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-323-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-323-4010Specification.xml @@ -1,12 +1,12 @@ - - - - - - - Port or Terminal - - - - + + + + + + + Port or Terminal + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-324-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-324-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-324-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-324-4010Specification.xml index 342770cd..e59cf6f7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-324-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-324-4010Specification.xml @@ -1,23 +1,23 @@ - - - - - - Port or Terminal - - - - - Equipment Details - - - - - - - - - - - + + + + + + Port or Terminal + + + + + Equipment Details + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-325-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-325-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-325-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-325-4010Specification.xml index 7db817ff..a12eb872 100644 --- a/src/OopFactory.X12/Specifications/Ansi-325-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-325-4010Specification.xml @@ -1,49 +1,49 @@ - - - - - - - - - - - - - - - Bill of Lading - - - - - - - Name - - - - - - - Item Identification - - - - - - Hazardous Material - - - - - - - - - - - - - + + + + + + + + + + + + + + + Bill of Lading + + + + + + + Name + + + + + + + Item Identification + + + + + + Hazardous Material + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-326-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-326-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-326-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-326-4010Specification.xml index c15f32e8..294ab768 100644 --- a/src/OopFactory.X12/Specifications/Ansi-326-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-326-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - Vessel Identification - - - - - - - Equipment Details - - - - - Port or Terminal - - - - + + + + + Vessel Identification + + + + + + + Equipment Details + + + + + Port or Terminal + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-350-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-350-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-350-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-350-4010Specification.xml index 5af1196e..28b2dce4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-350-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-350-4010Specification.xml @@ -1,31 +1,31 @@ - - - - - - U.S. Port Information - - - - - Reference Identification - - - - - Customs Release Information - - - - - - - Export Shipment Identifying Information - - - Customs Release Information - - - - + + + + + + U.S. Port Information + + + + + Reference Identification + + + + + Customs Release Information + + + + + + + Export Shipment Identifying Information + + + Customs Release Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-352-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-352-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-352-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-352-4010Specification.xml index dac908fe..2283e793 100644 --- a/src/OopFactory.X12/Specifications/Ansi-352-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-352-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - U.S. Port Information - - - General Order Status Information - - - - + + + + + + U.S. Port Information + + + General Order Status Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-353-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-353-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-353-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-353-4010Specification.xml index eb1e9552..97449087 100644 --- a/src/OopFactory.X12/Specifications/Ansi-353-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-353-4010Specification.xml @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-354-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-354-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-354-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-354-4010Specification.xml index e1a4dea2..538a9c85 100644 --- a/src/OopFactory.X12/Specifications/Ansi-354-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-354-4010Specification.xml @@ -1,11 +1,11 @@ - - - - - - U.S. Port Information - - - - + + + + + + U.S. Port Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-355-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-355-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-355-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-355-4010Specification.xml index 03eef89f..084e3289 100644 --- a/src/OopFactory.X12/Specifications/Ansi-355-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-355-4010Specification.xml @@ -1,116 +1,116 @@ - - - - - - - U.S. Port Information - - - - Assigned Number - - - Manifest Amendment Details - - - - Manifest Bill of Lading Details - - - - - Reference Identification - - - - - Name - - - - Address Information - - - - - Geographic Location - - - - - Administrative Communications Contact - - - - - - In-bond Identifying Information - - - - Port Information - - - - - Supplementary In-Bond Information - - - - - - - General Order Status Information - - - - - U.S. Customs Events Advisory Details - - - - - Permit to Transfer Request Details - - - - - Conveyance Identification - - - - Bill of Lading - - - - Manifest Amendment Details - - - - - - Motor Vehicle Control - - - - - Quantity and Description - - - - Hazardous Material - - - - Additional Hazardous Material Descripti - - - - - - - - - + + + + + + + U.S. Port Information + + + + Assigned Number + + + Manifest Amendment Details + + + + Manifest Bill of Lading Details + + + + + Reference Identification + + + + + Name + + + + Address Information + + + + + Geographic Location + + + + + Administrative Communications Contact + + + + + + In-bond Identifying Information + + + + Port Information + + + + + Supplementary In-Bond Information + + + + + + + General Order Status Information + + + + + U.S. Customs Events Advisory Details + + + + + Permit to Transfer Request Details + + + + + Conveyance Identification + + + + Bill of Lading + + + + Manifest Amendment Details + + + + + + Motor Vehicle Control + + + + + Quantity and Description + + + + Hazardous Material + + + + Additional Hazardous Material Descripti + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-356-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-356-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-356-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-356-4010Specification.xml index 54b6a774..74a74943 100644 --- a/src/OopFactory.X12/Specifications/Ansi-356-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-356-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - - U.S. Port Information - - - + + + + + + U.S. Port Information + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-357-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-357-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-357-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-357-4010Specification.xml index a5a8649d..e1408d71 100644 --- a/src/OopFactory.X12/Specifications/Ansi-357-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-357-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - U.S. Port Information - - - Supplementary In-Bond Information - - - - + + + + + + U.S. Port Information + + + Supplementary In-Bond Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-358-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-358-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-358-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-358-4010Specification.xml index 1ec302ab..58c2389d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-358-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-358-4010Specification.xml @@ -1,20 +1,20 @@ - - - - - - U.S. Port Information - - - Assigned Number - - - - Bill of Lading - - - - - - + + + + + + U.S. Port Information + + + Assigned Number + + + + Bill of Lading + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-361-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-361-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-361-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-361-4010Specification.xml index a764ddba..52b60e6e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-361-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-361-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - - Carrier Interchange Agreement - - - + + + + + + Carrier Interchange Agreement + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-362-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-362-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-362-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-362-4010Specification.xml index 0c4643a9..3b35ea4d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-362-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-362-4010Specification.xml @@ -1,37 +1,37 @@ - - - - - - - - - - - Description, Marks and Numbers - - - - - - - - - - Port or Terminal - - - - - Monetary Amount - - - - Industry Code - - - - - - + + + + + + + + + + + Description, Marks and Numbers + + + + + + + + + + Port or Terminal + + + + + Monetary Amount + + + + Industry Code + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-4010Specification.xml index 35d3b18b..ca90a44b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-4010Specification.xml @@ -1,2189 +1,2189 @@ - - - 4010 - - No - Unknown - Not Applicable - Yes - - - Duns (Dun & Bradstreet) - Matress Retailer - Duns Plus Suffix - - Health Insurance Number (HIN) - Carrier Identification Number as assigned by Health Care Financing Administration (HCFA) - Fiscal Intermediary Identification Number as assigned by Health Care Financing Administration (HCFA) - Medicare Provider and Supplier Identification Number as assigned by Health Care Financing Administration (HCFA) - U.S. Federal Tax Identification Number - National Association of Insurance Commissioners Company Code (NAIC) - Mutually Defined - - - Invoice Date - Effective - Shipped - Check - Report Start - Report End - Discharge - Transaction Creation - Issue - Postmark - Test Performed - Closing Date (Date used as effective date.) - Effective Date of Change - Period Start - Period End - Completion - Retirement - Coordination of Benefits - Plan - Benefit - Primary Care Provider - Return to Work - Date Last Worked - Enrollment Signature Date - Consolidated Omnibus Budget Reconciliation Act (COBRA) Qualifying Event - Maintenance Effective - Latest Visit or Consultation - Eligibility - Added - Employment Begin - Employment End - Medicare Begin - Medicare End - Consolidated Omnibus Budget Reconciliation Act (COBRA) Begin - Consolidated Omnibus Budget Reconciliation Act (COBRA) End - Premium Paid to Date Begin - Premium Paid to Date End - Plan Begin - Plan End - Benefit Begin - Benefit End - Education Begin - Education End - Eligibility Begin - Eligibility End - Disability Begin - Disability End - Enrollment - Adjusted Hire - Payment Commencement - Plan Participation Suspension - Rehire - Onset of Current Symptoms or Illness - Statement - Admission - Onset of Similar Symptoms or Illness - Accident - Date of Death - Acute Manifestation of a Chronic Condition - Initial Treatment - Last X-Ray - Certification - Last Certification - Begin Therapy - Prescription - Service - Medicaid Begin - Medicaid End - Arterial Blood Gas Test - Oxygen Saturation Test - Last Menstrual Period - Policy Effective - Policy Expiration - Date Claim Paid - Certification Revision - Date of Last Update - Most Recent Hemoglobin or Hematocrit or Both - Most Recent Serum Creatine - Status - Posted - Payment Due Date - Examination - - - Date Expression in Format CCYYMMDD - Date and Time Expressed in Format CCYYMMDDHHMM - - - Hour - Day - 24 Hours - Years - Service Year - Calendar Year - Year to Date - Contract - Episode - Visit - Outlier - Remaining - Exceeded - Not Exceeded - Lifetime - Lifetime Remaining - Month - Week - Admission - - - Minimum - Quantity Used - Covered - Actual - Covered - Estimated - Number of Co-insurance Days - Deductible Blood Units - Days - Hours - Life-time Reserve - Actual - Life-time Reserve - Estimated - Maximum - Month - Number of Services or Procedures - Quantity Approved - Age, High Value - Age, Low Value - Visits - Years - - - Beeper Number - Electronic Data Interchange Access Number - Electronic Mail - Telephone Extension - Facsimile - Home Phone Number - Telephone - Work Phone Number - - - Bale - Board Feet - Bag - Bottle - Barrel - Box - Cubic Decimeter - Case - Carboy - Cubic Feet - Card - Container - Cylinder - Centimeter - Can - Cubic Meters (Net) - Cartridge - Cubic Meter - Carton - Hundred Pounds (CWT) - Coil - Cubic Yard - Days - Decimeter - Drum - Dozen - Each - Foot - Gallon - Imperial Gallons - Gram - Gross - Hours - Hundred - Inch - Jar - Kilogram - Kit - Pound - Liter - Minutes - Millimeter - Months - Meter - Ounce - Av - Pail - Piece - Package - Pallet/Unit Load - Pair - Pint - Quart - Roll - Rea - Square Foot - Sheet - Square Meter - Spool - Set - Square Yard - Tube - Thousand - Tank - Tray - Unit - Vial - Week - Yard - Years - Mutually Defined - - - System Number - State License Number - Subscriber Number - Billing Account - Blue Cross Provider Number - Blue Shield Provider Number - Medicare Provider Number - Medicaid Provider Number - Client Reporting Category - Plan Number - Family Unit Number - Provider UPIN Number - CHAMPUS Identification Number - Facility ID Number - Group or Policy Number - Ambulatory Patient Group (APG) Number - Member Identification Number - Client Number - Payer Identification Number - Master Policy Number - Service Load Number - Case Number - Special Payment Reference Number - Cross Reference Number - Group Number - Provider Control Number - Functional Category - Bank Assigned Security Identifier - Repriced Claim Reference Number - Repriced Line Item Reference Number - Adjusted Repriced Claim Reference Number - Adjusted Repriced Line Item Reference Number - Referral Number - Acceptable Source Purchase ID - Alternative List ID - Preferred Provider Organization Number - Authorization Number - Health Maintenance Organization Code Number - Batch Number - Check Number - Coverage List ID - Credit Memo - Claim Number - Debit Memo - Department/Agency Number - Medical Record Identification Number - Employer’s Identification Number - Patient Account Number - Electronic Payment Reference Number - Mammography Certification Number - Facility Certification Number - Medicare Version Code - Health Insurance Claim (HIC) Number - Original Reference Number - Clinic Number - Drug Formulary Number - Claim Office Number - Prior Authorization Number - Provider Commercial Number - Provider Site Number - Insurance Certificate Number - Insurance Policy Number - Standard Industry Classification (SIC) Code - Seller's Invoice Number - Loan Number - Location Number - Qualified Products List - Medical Assistance Category - Microfilm Number - Mortgage ID Number - Provider Plan Network Identification Number - Plan Network Identification Number - National Association of Insurance Commissioners (NAIC) Code - Medicaid Recipient Identification Number - Outbound-from Party - Product Number - Project Code - Purchase Order Number - Prior Identitifier Number - Unit Number - Rate code number - Receiving Number - Returned Goods Authorization Number - Store Number - Social Security Number - Signal Code - Federal Taxpayer’s Identification Number - Transaction Reference Number - Test Specification Number Oxygen Flow Rate - Terminal Code - Unique Supplier Identification Number (USIN) - Section Number - Vendor Product Number - Vendor ID Number - Link Sequence Number - Clinical Laboratory Improvement Amendment Number - State Industrial Accident Provider Number - Pharmacy Prescription Number - Agency Claim Number - Mutually Defined - - - Assembly - Aggregation Code (Used to Consolidate Part Families) - Bar-Coded Serial Number - Buyer's Part Number - Case - Country of Origin Code - Contract Number - Engineering Change Level - Manufacturer - - Model Number - Major Product/Material/Machine Type - Company Part Number - Product ID Attribute Code - Serial Number - Product Type Code - Vendor's (Seller's) Part Number - - - Provider - Third-Party Administrator - Employer - Receiver - Submitter - Drop-off Location - Attending Physician - Operating Physician - Corrected Insured - Service Location - Pipeline Segment - Hospital - Rendering Provider - Billing Provider - Pay-to Provider - Investor - New Service Provider - Account Of - Buying Group - Broker or Sales Office - Borrower - Buying Party (Purchaser) - Carrier - Consolidator/Shipper - Ordering Physician - Referring Provider - Supervising Physician - Distributor - Facility - Gateway Provider - Insured or Subscriber - Insurer - Location of Goods - Manufacturer - Mortgage Insurer - Operator of property of Unit - Primary Care Provider - Plan Sponsor - Payee - Payer - Pickup Address - Purchase Service Provider - Patient - Responsible Party - Selling Party - Ship From - Ship To - Plan Sponsor - Tank Farm - Testing Laboratory - Third Party Administrator (TPA) - Warehouse - - - Disability - Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan - Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an E - Medicare Secondary, No-fault Insurance including Auto is Primary - Medicare Secondary Worker's Compensation - Medicare Secondary Public Health Service (PHS)or Other Federal Agency - Medicare Secondary Black Lung - Medicare Secondary Veteran's Administration - Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) - Medicare Secondary, Other Liability Insurance is Primary - Auto Insurance Policy - Commercial - Consolidated Omnibus Budget Reconciliation Act (COBRA) - Medicare Conditionally Primary - Disability Benefits - Exclusive Provider Organization - Family or Friends - Group Policy - Health Maintenance Organization (HMO) - Health Maintenance Organization (HMO) - Medicare Risk - Special Low Income Medicare Beneficiary - Indemnity - Individual Policy - Long Term Care - Long Term Policy - Life Insurance - Litigation - Medicare Part A - Medicare Part B - Medicaid - Medigap Part A - Medigap Part B - Medicare Primary - Other - Property Insurance - Personal - Personal - Personal Payment (Cash - No Insurance) - Preferred Provider Organization (PPO) - Point of Service (POS) - Qualified Medicare Beneficiary - Property Insurance - Real - Supplemental Policy - Tax Equity Fiscal Responsibility Act (TEFRA) - Workers Compensation - Wrap Up Policy - - - - Hospital - Rural Health Clinic - - Attending - Billing - Consulting - Covering - Home Health Care - Laboratory - Other Physician - Pharmacist - Pharmacy - Primary Care Physician - Performing - Referring - Submitting - Skilled Nursing Facility - Supervising - - - Office - Home - Inpatient Hospital - Outpatient Hospital - Emergency Room - Hospital - Ambulatory Surgical Center - Birthing Center - Military Treatment Facility - Skilled Nursing Facility - Nursing Facility - Custodial Care Facility - Hospice - Ambulance - Land - Ambulance - Air or Water - Federally Qualified Health Center - Inpatient Psychiatric Facility - Psychiatric Facility Partial Hospitalization - Community Mental Health Center - Intermediate Care Facility/Mentally Retarded - Residential Substance Abuse Treatment Facility - Psychiatric Residential Treatment Center - Mass Immunization Center - Comprehensive Inpatient Rehabilitation Facility - Comprehensive Outpatient Rehabilitation Facility - End Stage Renal Disease Treatment Facility - State or Local Public Health Clinic - Rural Health Clinic - Independent Laboratory - Other Unlisted Facility - - - Medical Care - Surgical - Consultation - Diagnostic X-Ray - Diagnostic Lab - Radiation Therapy - Anesthesia - Surgical Assistance - Other Medical - Blood Charges - Used Durable Medical Equipment - Durable Medical Equipment Purchase - Ambulatory Service Center Facility - Renal Supplies in the Home - Alternate Method Dialysis - Chronic Renal Disease (CRD) Equipment - Pre-Admission Testing - Durable Medical Equipment Rental - Pneumonia Vaccine - Second Surgical Opinion - Third Surgical Opinion - Social Work - Diagnostic Dental - Periodontics - Restorative - Endodontics - Maxillofacial Prosthetics - Adjunctive Dental Services - Health Benefit Plan Coverage - Plan Waiting Period - Chiropractic - Chiropractic Office Visits - Dental Care - Dental Crowns - Dental Accident - Orthodontics - Prosthodontics - Oral Surgery - Routine (Preventive) Dental - Home Health Care - Home Health Prescriptions - Home Health Visits - Hospice - Respite Care - Hospital - Hospital - Inpatient - Hospital - Room and Board - Hospital - Outpatient - Hospital - Emergency Accident - Hospital - Emergency Medical - Hospital - Ambulatory Surgical - Long Term Care - Major Medical - Medically Related Transportation - Air Transportation - Cabulance - Licensed Ambulance - General Benefits - In-vitro Fertilization - MRI/CAT Scan - Donor Procedures - Acupuncture - Newborn Care - Pathology - Smoking Cessation - Well Baby Care - Maternity - Transplants - Audiology Exam - Inhalation Therapy - Diagnostic Medical - Private Duty Nursing - Prosthetic Device - Dialysis - Otological Exam - Chemotherapy - Allergy Testing - Immunizations - Routine Physical - Family Planning - Infertility - Abortion - AIDS - Emergency Services - Cancer - Pharmacy - Free Standing Prescription Drug - Mail Order Prescription Drug - Brand Name Prescription Drug - Generic Prescription Drug - Podiatry - Podiatry - Office Visits - Podiatry - Nursing Home Visits - Professional (Physician) - Anesthesiologist - Professional (Physician) Visit - Office - Professional (Physician) Visit - Inpatient - Professional (Physician) Visit - Outpatient - Professional (Physician) Visit - Nursing Home - Professional (Physician) Visit - Skilled Nursing Facility - Professional (Physician) Visit - Home - Psychiatric - Psychiatric - Room and Board - Psychotherapy - Psychiatric - Inpatient - Psychiatric - Outpatient - Rehabilitation - Rehabilitation - Room and Board - Rehabilitation - Inpatient - Rehabilitation - Outpatient - - Physical Medicine - Speech Therapy - Skilled Nursing Care - Skilled Nursing Care - Room and Board - Substance Abuse - Alcoholism - Drug Addiction - Vision (Optometry) - Frames - Routine Exam - Lenses - Nonmedically Necessary Physical - Experimental Drug Therapy - Burn Care - Brand Name Prescription Drug - Formulary - Brand Name Prescription Drug - Non-Formulary - Independent Medical Evaluation - Partial Hospitalization (Psychiatric) - Day Care (Psychiatric) - Cognitive Therapy - Massage Therapy - Pulmonary Rehabilitation - Cardiac Rehabilitation - Pediatric - Nursery - Skin - Orthopedic - Cardiac - Lymphatic - Gastrointestinal - Endocrine - Neurology - Eye - Invasive Procedures - Gynecological - Obstetrical - Obstetrical/Gynecological - Mail Order Prescription Drug: Brand Name - Mail Order Prescription Drug: Generic - Physician Visit - Office: Sick - Physician Visit - Office: Well - Coronary Care - Private Duty Nursing - Inpatient - Private Duty Nursing - Home - Surgical Benefits - Professional (Physician) - Surgical Benefits - Facility - Mental Health Provider - Inpatient - Mental Health Provider - Outpatient - Mental Health Facility - Inpatient - Mental Health Facility - Outpatient - Substance Abuse Facility - Inpatient - Substance Abuse Facility - Outpatient - Screening X-ray - Screening laboratory - Mammogram, High Risk Patient - Mammogram, Low Risk Patient - Flu Vaccination - Eyewear and Eyewear Accessories - Case Management - Dermatology - Durable Medical Equipment - Diabetic Supplies - Generic Prescription Drug - Formulary - Generic Prescription Drug - Non-Formulary - Allergy - Intensive Care - Mental Health - Neonatal Intensive Care - Oncology - Physical Therapy - Pulmonary - Renal - Residential Psychiatric Treatment - Transitional Care - Transitional Nursery Care - Urgent Care - - - Payer Responsibility Four - Payer Responsibility Five - Payer Responsibility Six - Payer Responsibility Seven - Payer Responsibility Eight - Payer Responsibility Nine - Payer Responsibility Ten - Payer Responsibility Eleven - Primary - Secondary - Tertiary - Unknown - - - Spouse - Father or Mother - Grandfather or Grandmother - Grandson or Granddaughter - Uncle or Aunt - Nephew or Niece - Cousin - Adopted Child - Foster Child - Son-in-law or Daughter-in-law - Brother-in-law or Sister-in-law - Mother-in-law or Fater-in-law - Brother or Sister - Ward - Stepson or Stepdaughter - Self - Child - Employee - Unknown - Sponsored Dependent - Dependent of a Minor Dependent - Ex-spouse - Guardian - Court Appointed Guardian - Mother - Father - Collateral Dependent - Organ Donor - Cadaver Donor - Stepfather - Stepmother - Life Partner - Other Relationship - - - - - No Authorization Information Present - Additional Data Identification - - - - No Security Information Present - Password - - - - - - - - - - U.S. EDI Community of ASC X12, TDCC, and UCS - - - - - No Acknowledgment Requested - Interchange Acknowledgment Requested - - - Production Data - Test Data - - - - - - - - - - - - - Accept - Interchange accepted with errors - Interchange rejected/suspended - - - - - - Benefit Enrollment - Functional Acknowledgment (997) - Eligibility, Coverage or Benefit Information - Eligibility, Coverage or Benefit Inquiry - Health Care - Inventory Inquiry/Advice (846) - Payment Order/Remittance Advice (820) - - - - - - - - Accredited Standards Committee X12 - - - - - - - - - - - Health Care Claim - - - - - - - - - - - Approved Amount - Coverage Amount - Allowed-Actual - Payor Amount Paid - Discount Amount - Per Day Limit - Patient Responsibility-Actual - Postage Claimed - Patient Amount Paid - Maximum Amount - Net Billed - Tax - Total Claim Before Taxes - Total Submitted Charges - - - - - - - - - Information Source, Information Receiver, Subscriber, Dependent - - - Cancellation - Request - - - - - - Chargeable - Reporting - Spend Down - - - - - Date Expressed in Format CCYYMMDD - - - - Female - Male - Unknown - - - Registered Domestic Partner - Divorced - Single - Married - Unreported - Separated - Unmarried - Widowed - Legally Separated - - - Not Provided - Not Applicable - Asian or Pacific Islander - Black - Caucasian - Subcontinent Asian American - Other Race or Ethnicity - Asian Pacific American - Native American - Hispanic - American Indian or Alaskan Native - Native Hawaiian - Black (Non-Hispanic) - White (Non-Hispanic) - Pacific Islander - Mutually Defined - - - U.S. Citizen - Non-Resident Alien - Resident Alien - Illegal Alien - Alien - U.S. Citizen - Non-Resident - U.S. Citizen - Resident - - - - - - - - - - - Central Time - Eastern Time - Mountain Time - Pacific Time - - - - - - - - - - - - - Information Source - Information Receiver - Subscriber - Dependent - - - No Subordinate HL Segment in This Hiearchical Structure - Additional Subordinate HL Data Segment in This Hierarchical Structure - - - - - - - D-U-N-S Number,Dun & Bradstreet - D-U-N-S+4,D-U-N-S Number with Four Character Suffix - Standard Point Location Code (SPLC) - Assigned by Seller or Seller's Agent - Assigned by Buyer or Buyer's Agent - Code assigned by the organization that is the ultimate destimation of the transaction set - Federal Taxpayer's Identification Number - Transport4 Location Code - Transport4 Shipper Code - Health Care Financing Administration National PlanID - Mutually Defined - - - - - - - - - - - - - - - - Area - County/Parish - - - - - - - Person - Non-Person Entity - - - - - - - - Employer’s Identification Number - Social Security Number - Electronic Transmitter Identification Number (ETIN) - Federal Taxpayer’s Identification Number - Standard Unique Health Identifier for each Individual in the United States - Member Identification Number - National Association of Insurance Commissioners (NAIC) - Payor Identification - Pharmacy Processor Number - Service Provider Number - Centers for Medicare and Medicaid Services Plan ID - Centers for Medicare and Medicaid Services National Provider Identifier - Mutually Defined - - - - - - - - - - - Buyer Name or Department - Computer Systems Contact - Information Contact - Insured Party - Order Contact - Supplier Contact - - - - - - - - - - - - - - - - - - Current Transaction Trace Numbers - Financial Reassociation Trace Number - - - - - - - - Discrete Quantity - Quantity on Hand - Total Inventory - Projected Available Inventory - Quantity Available for Sale (stock quantity) - Ending Inventory Balance - Minimum Stock Level - Maximum Stock Level - Quantity Received into Hub - Quantity Used - Daily Adjustments - Verified Receipts - Due-In - Issued Quantity from Hub - On Hold Quantity - Reorder Point Quantity - - - - - Bale - Board Feet - Bag - Bottle - Barrel - Box - Cubic Decimeter - Case - Carboy - Cubic Feet - Card - Container - Cylinder - Centimeter - Can - Cubic Meters (Net) - Cartridge - Cubic Meter - Carton - Hundred Pounds (CWT) - Coil - Cubic Yard - Days - Decimeter - Drum - Dozen - Each - Foot - Gallon - Imperial Gallons - Gram - Gross - Hours - Hundred - Inch - Jar - Kilogram - Kit - Pound - Liter - Minutes - Millimeter - Months - Meter - Ounce - Av - Pail - Piece - Package - Pallet/Unit Load - Pair - Pint - Quart - Roll - Rea - Square Foot - Sheet - Square Meter - Spool - Set - Square Yard - Tube - Thousand - Tank - Tray - Unit - Vial - Week - Yard - Years - Mutually Defined - - - - - - - No - Yes - - - - Authorized Quantity Exceeded - Required application data missing - Input Errors - Out of Network - Authorization/Access Restrictions - Unable to Respond at Current Time - Invalid/Missing Provider Identification - Invalid/Missing Provider Name - Invalid/Missing Provider Specialty - Invalid/Missing Provider Phone Number - Invalid/Missing Provider State - Invalid/Missing Referring Provider Identification Number - Provider is Not Primary Care Physician - Provider Ineligible for Inquiries - Provider Not on File - Service Dates Not Within Provider Plan Enrollment - Inquired Benefit Inconsistent with Provider Type - Inappropriate Product/Service ID Qualifier - Inappropriate Product/Service ID - Inappropriate Date - Invalid/Missing Date(s) of Service - Invalid/Missing Date-of-Birth - Date of Birth Follows Date(s) of Service - Date of Death Precedes Date(s) of Service - Date of Service Not Within Allowable Inquiry Period - Date of Service in Future - Invalid/Missing Patient ID - Invalid/Missing Patient Name - Invalid/Missing Patient Gender Code - Patient Not Found - Duplicate Patient ID Number - Inconsistent with Patient’s Age - Inconsistent with Patient’s Gender - Patient Birth Date Does Not Match That for the Patient on the Database - Invalid/Missing Subscriber/Insured ID - Invalid/Missing Subscriber/Insured Name - Invalid/Missing Subscriber/Insured Gender Code - Subscriber/Insured Not Found - Duplicate Subscriber/Insured ID Number - Subscriber Found, Patient Not Found - Subscriber/Insured Not in Group/Plan Identified - Invalid Participant Identification - No Response received - Transaction Terminated - Invalid or Missing Provider Address - Experimental Service or Procedure - Authorization Number Not Found - Requires Primary Care Physician Authorization - Invalid/Missing Diagnosis Code(s) - Invalid/Missing Procedure Code(s) - Additional Patient Condition Information Required - Certification Information Does Not Match Patient - Requires Medical Review - Invalid Authorization Number Format - Missing Authorization Number - Payer Name or Identifier Missing - - - - Please Correct and Resubmit - Resubmission Not Allowed - Please Resubmit Original Transaction - Resubmission Allowed - Do Not Resubmit; Inquiry Initiated to a Third Party - Please Wait 30 Days and Resubmit - Please Wait 10 Days and Resubmit - Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly - - - - - Active Coverage - Active - Full Risk Capitation - Active - Services Capitated - Active - Services Capitated to Primary Care Physician - Active - Pending Investigation - Inactive - Inactive - Pending Eligibility Update - Inactive - Pending Investigation - Co-Insurance - Co-Payment - Deductible - Benefit Description - Exclusions - Limitations - Out of Pocket (Stop Loss) - Unlimited - Non-Covered - Cost Containment - Reserve - Primary Care Provider - Pre-existing Condition - Services Restricted to Following Provider - Not Deemed a Medical Necessity - Benefit Disclaimer - Second Surgical Opinion Required - Other or Additional Payor - Prior Year(s) History - Card(s) Reported Lost/Stolen - Contact Following Entity for Eligibility or Benefit Information - Cannot Process - Other Source of Data - Health Care Facility - Spend Down - Coverage Basis - Managed Care Coordinator - - - Children Only - Dependents Only - Employee and Children - Employee Only - Employee and Spouse - Family - Individual - Spouse and Children - Spouse Only - - - - - - - - - - - - - - Current Procedural Terminology (CPT) Codes - HCPCS Codes - ICD-9-CM Procedure - HIEC Code - National Drug Code in 5-4-2 Format - Mutually Defined - - - - - - - - Current Procedure Terminology (CPT) Codes - Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes - Internation Classification of Diseases, 9th Revision, Clinical Modication (ICD-9-CM) - Procedure - Home Infusion EDI Coalition (HIEC) Product/Service Code - National Drug Code in 5-4-2 Format - Mutually Defined - - - - - - - - - Jurisdiction Specific Procedure and Supply Codes - Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes - Health Insurance Prospective Payment System (HIPPS) Skilled Nursing Facility Rate Code - Home Infusion EDI Coalition (HIEC) Product/Service Code - National Drug Code in 5-4-2 Format - National Uniform Billing Committee (NUBC) UB92 Codes - Advanced Billing Concepts (ABC) Codes - - - - - - - - - - - - - - - - - - - Payment Accompanies Remittance Advice - Remittance Information Only - - - - Credit - - - Automated Clearing House - Check - Federal Reserve Fund/Wire Transfer - Repetitive - Federal Reserve Fund/Wire Transfer - Nonrepetitive - Non-Payment Data - - - Cash Concentration/Disbursement plus Addenda (820 with ACH to follow) - Corporate Trade Exchange (820 bundled with ACH) - Commercial/Corporate Check (820 with paper check to follow) - - - ABA Transit Routing Number including Check Digits (9 digits) - - - - Checking Account - - - - - - ABA Transit Routing # w/ Check Digits (9 digits) - - - - Checking Account - - - - - Vendor Payment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Payment on Account - - - - - - - - - - No Allowance or Change - - - Tax - - - - - - - - - - - - - - - - - - - All Taxes - - - - - - - - - - - - - - - HIBC (Health Care Industry Bar Code) - U.P.C./EAN Shipping Container Code (1-2-5-5-1) - - - - - - - - - - - - - - - - - - Original - Re-Submission - Information Copy - - - - - - - - - Change (Update) - Verify - - - - - No - Yes - - - - Change - Addition - Cancellation or Termination - Reinstatement - Audit or Compare - - - Divorce - Birth - Death - Retirement - Adoption - Strike - Termination of Benefits - Termination of Employmemt - Consolidation Omnibus Budget Reconciliation Act (COBRA) - Consolidation Omnibus Budget Reconciliation Act (COBRA) Premium Paid - Surviving Spouse - Voluntary Withdrawal - Primary Care Provider (PCP) Change - Quit - Fired - Suspended - Active - Disability - Plan Change - Change in Identifying Data Elements - Declined Coverage - Pre-Enrollment - Initial Enrollment - Benefit Selection - Legal Separation - Marriage - Personnel Data - Leave of Absence with Benefits - Leave of Absence without Benefits - Lay Off with Benefits - Lay Off without Benefits - Re-enrollment - No Reason Given - Notification Given - Transfer - - - Active - Consolidated Omnibus Budget Reconciliation Act (COBRA) - Surviving Insured - Tax Equity and Fiscal Responsibility Act (TEFRA) - - - Medicare Part A - Medicare Part B - Medicare Part A and B - Medicare - Part Unknown - No Medicare - - - Termination of Employment - Reduction of work hours - Medicare - Death - Divorce - Separation - Ineligible Child - Bankruptcy of a Retired Employee - - - Active Military - Overseas - Active Military - USA - Full-time active employee - Leave of Absence - Part-time Active Employee - Retired - Terminated - - - Full-time - Not a Student - Part-time - - - No - Yes - - - Date Expressed in Format CCYYMMDD - - - - - - - - - - - Change - Delete - Addition - Cancellation or Termination - Reinstatment - Correction - Audit or Compare - Employee Information Not Applicable - - - - Preventitive Care/Wellness - 24 Hour Care - Medicare Risk - Mental Health - Dental Capitation - Dental - Exclusive Provider Organization - Facility - Hearing - Health - Health Maintenance Organization - Long Term Care - Long-Term Disability - Major Medical - Mail Order Drug - Prescription Drug - Point of Service - Preferred Provider Organization - Practitioners - Short-Term Disability - Utilization Review - Vision - - - - Children Only - Dependents Only - Employee and One Dependent - Employee and Two Dependents - Employee and Three Dependents - Employee and One or More Dependents - Employee and Two or More Dependents - Employee and Three or More Dependents - Employee and Four or More Dependents - Employee and Five or More Dependents - Employee and Children - Employee Only - Employee and Spouse - Family - Individual - Spouse and Children - - - - - - - - - Coordination of Benefits - Unknown - No Coordination of Benefits - - - - - - - - Health Care Provider Taxonomy Code - - - - - - - - - - - - - - - - - Self-pay - Central Certification - Other Non-Federal Programs - Preferred Provider Organization (PPO) - Point of Service (POS) - Exclusive Provider Organization (EPO) - Indemnity Insurance - Health Maintenance Organization (HMO) MedicareRisk - Dental Maintenance Organization - Automobile Medical - Blue Cross/Blue Shield - Champus - Commercial Insurance Co. - Disability - Federal Employees Program - Health Maintenance Organization - Liability - Liability Medical - Medicare Part A - Medicare Part B - Medicaid - Other Federal Program - Title V - Veterans Affairs Plan - Workers’ Compensation Health Claim - Mutually Defined - - - - - - - - - Date Expressed in Format CCYYMMDD - - - - Actual Pounds - - - - Yes - - - - - - - - - Office - Home - Inpatient Hospital - Outpatient Hospital - Emergency Room - Hospital - Ambulatory Surgical Center - Birthing Center - Military Treatment Facility - Skilled Nursing Facility - Nursing Facility - Custodial Care Facility - Hospice - Ambulance - Land - Ambulance - Air or Water - Inpatient Psychiatric Facility - Psychiatric Facility Partial Hospitalization - Community Mental Health Center - Intermediate Care Facility/Mentally Retarded - Residential Substance Abuse Treatment Facility - Psychiatric Residential Treatment Center - Federally Qualified Health Center - Mass Immunization Center - Comprehensive Inpatient Rehabilitation Facility - Comprehensive Outpatient Rehabilitation Facility - End Stage Renal Disease Treatment Facility - State or Local Public Health Clinic - Rural Health Clinic - Independent Laboratory - Other Unlisted Facility - - - No - Yes - - - Assigned - Assignment Accepted on Clinical Lab Services Only - Not Assigned - Patient Refuses to Assign Benefits - - - No - Yes - - - Appropriate Release of Information on File at Health Care Service Provider or at Utilization Review - Informed Consent to Release Medical Information for Conditions or Diagnoses Regulated by Federal Sta - The Provider has Limited or Restricted Ability to Release Data Related to a Claim - No, Provider is Not Allowed to Release Data - On file at Payor or at Plan Sponsor - Yes, Provider has a Signed Statement Permitting Release of Medical Billing Data Related to a Claim - - - Signed signature authorization form or forms for both HCFA-1500 Claim Form block 12 and block 13 are - Signed HCFA-1500 Claim Form on file - Signed signature authorization form for HCFA-1500 Claim Form block 13 on file - Signature generated by provider because the patient was not physically present for services - Signed signature authorization form for HCFA-1500 Claim Form block 12 on file - - - - Auto Accident - Another Party Responsible - Employment - Other Accident - - - Early & Periodic Screening, Diagnosis, and Treatment (EPSDT) or Child Health Assessment Program (CHAP) - Physically Handicapped Children’s Program - Special Federal Funding - Disability - Induced Abortion - Danger to Life - Induced Abortion - Rape or Incest - Second Opinion or Surgery - - - - - - - - - - Proof of Eligibility Unknown or Unavailable - Litigation - Authorization Delays - Delay in Certifying Provider - Delay in Supplying Billing Forms - Delay in Delivery of Custom-made Appliances - Third Party Processing Delay - Delay in Eligibility Determination - Original Claim Rejected or Denied Due to a Reason Unrelated to the Billing Limitation Rules - Administration Delay in the Prior Approval Process - Other - - - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - Value - Diagnosis (ICD-9) - Condition - Occurrence - Occurrence Span - Admitting Diagnosis (ICD-9) - Principal Diagnosis (ICD-9) - United States Department of Health and Human Services, Office of Vital Statistics E-code - Health Care Financing Administration Common Procedural Coding System - Health Care Financing Administration Common Procedural Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure - Diagnosis Related Group (DRG) - Treatment Codes - Mutually Defined - Date Expressed in Format CCYYMMDD - - - - - - - - Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes - Home Infusion EDI Coalition (HIEC) Product/Service Code - Mutually Defined - - - - International Unit - Minutes - Unit - - - - - - - - Yes - - - - Yes - - - Yes - - - - - Copay exempt - - - - - - - - - - - - - Distributor - Manufacturer - Wholesaler - - - Changed Price - Unit cost price - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Original - Cancellation - Add - Delete - Replace - Duplicate - Status - Proposed - Seller initiated change - - - Customer/Distributor Inventory Report - Customer/Manufacturer Inventory Report - Inventory Parameter Report - Location Inventory Report - Manufacturer Inventory Report - Process Change Notice - Pipeline/Shipper Inventory Report - Supply Status Report - Seller Inventory Report - - - - - - - Approved - - + + + 4010 + + No + Unknown + Not Applicable + Yes + + + Duns (Dun & Bradstreet) + Matress Retailer + Duns Plus Suffix + + Health Insurance Number (HIN) + Carrier Identification Number as assigned by Health Care Financing Administration (HCFA) + Fiscal Intermediary Identification Number as assigned by Health Care Financing Administration (HCFA) + Medicare Provider and Supplier Identification Number as assigned by Health Care Financing Administration (HCFA) + U.S. Federal Tax Identification Number + National Association of Insurance Commissioners Company Code (NAIC) + Mutually Defined + + + Invoice Date + Effective + Shipped + Check + Report Start + Report End + Discharge + Transaction Creation + Issue + Postmark + Test Performed + Closing Date (Date used as effective date.) + Effective Date of Change + Period Start + Period End + Completion + Retirement + Coordination of Benefits + Plan + Benefit + Primary Care Provider + Return to Work + Date Last Worked + Enrollment Signature Date + Consolidated Omnibus Budget Reconciliation Act (COBRA) Qualifying Event + Maintenance Effective + Latest Visit or Consultation + Eligibility + Added + Employment Begin + Employment End + Medicare Begin + Medicare End + Consolidated Omnibus Budget Reconciliation Act (COBRA) Begin + Consolidated Omnibus Budget Reconciliation Act (COBRA) End + Premium Paid to Date Begin + Premium Paid to Date End + Plan Begin + Plan End + Benefit Begin + Benefit End + Education Begin + Education End + Eligibility Begin + Eligibility End + Disability Begin + Disability End + Enrollment + Adjusted Hire + Payment Commencement + Plan Participation Suspension + Rehire + Onset of Current Symptoms or Illness + Statement + Admission + Onset of Similar Symptoms or Illness + Accident + Date of Death + Acute Manifestation of a Chronic Condition + Initial Treatment + Last X-Ray + Certification + Last Certification + Begin Therapy + Prescription + Service + Medicaid Begin + Medicaid End + Arterial Blood Gas Test + Oxygen Saturation Test + Last Menstrual Period + Policy Effective + Policy Expiration + Date Claim Paid + Certification Revision + Date of Last Update + Most Recent Hemoglobin or Hematocrit or Both + Most Recent Serum Creatine + Status + Posted + Payment Due Date + Examination + + + Date Expression in Format CCYYMMDD + Date and Time Expressed in Format CCYYMMDDHHMM + + + Hour + Day + 24 Hours + Years + Service Year + Calendar Year + Year to Date + Contract + Episode + Visit + Outlier + Remaining + Exceeded + Not Exceeded + Lifetime + Lifetime Remaining + Month + Week + Admission + + + Minimum + Quantity Used + Covered - Actual + Covered - Estimated + Number of Co-insurance Days + Deductible Blood Units + Days + Hours + Life-time Reserve - Actual + Life-time Reserve - Estimated + Maximum + Month + Number of Services or Procedures + Quantity Approved + Age, High Value + Age, Low Value + Visits + Years + + + Beeper Number + Electronic Data Interchange Access Number + Electronic Mail + Telephone Extension + Facsimile + Home Phone Number + Telephone + Work Phone Number + + + Bale + Board Feet + Bag + Bottle + Barrel + Box + Cubic Decimeter + Case + Carboy + Cubic Feet + Card + Container + Cylinder + Centimeter + Can + Cubic Meters (Net) + Cartridge + Cubic Meter + Carton + Hundred Pounds (CWT) + Coil + Cubic Yard + Days + Decimeter + Drum + Dozen + Each + Foot + Gallon + Imperial Gallons + Gram + Gross + Hours + Hundred + Inch + Jar + Kilogram + Kit + Pound + Liter + Minutes + Millimeter + Months + Meter + Ounce - Av + Pail + Piece + Package + Pallet/Unit Load + Pair + Pint + Quart + Roll + Rea + Square Foot + Sheet + Square Meter + Spool + Set + Square Yard + Tube + Thousand + Tank + Tray + Unit + Vial + Week + Yard + Years + Mutually Defined + + + System Number + State License Number + Subscriber Number + Billing Account + Blue Cross Provider Number + Blue Shield Provider Number + Medicare Provider Number + Medicaid Provider Number + Client Reporting Category + Plan Number + Family Unit Number + Provider UPIN Number + CHAMPUS Identification Number + Facility ID Number + Group or Policy Number + Ambulatory Patient Group (APG) Number + Member Identification Number + Client Number + Payer Identification Number + Master Policy Number + Service Load Number + Case Number + Special Payment Reference Number + Cross Reference Number + Group Number + Provider Control Number + Functional Category + Bank Assigned Security Identifier + Repriced Claim Reference Number + Repriced Line Item Reference Number + Adjusted Repriced Claim Reference Number + Adjusted Repriced Line Item Reference Number + Referral Number + Acceptable Source Purchase ID + Alternative List ID + Preferred Provider Organization Number + Authorization Number + Health Maintenance Organization Code Number + Batch Number + Check Number + Coverage List ID + Credit Memo + Claim Number + Debit Memo + Department/Agency Number + Medical Record Identification Number + Employer’s Identification Number + Patient Account Number + Electronic Payment Reference Number + Mammography Certification Number + Facility Certification Number + Medicare Version Code + Health Insurance Claim (HIC) Number + Original Reference Number + Clinic Number + Drug Formulary Number + Claim Office Number + Prior Authorization Number + Provider Commercial Number + Provider Site Number + Insurance Certificate Number + Insurance Policy Number + Standard Industry Classification (SIC) Code + Seller's Invoice Number + Loan Number + Location Number + Qualified Products List + Medical Assistance Category + Microfilm Number + Mortgage ID Number + Provider Plan Network Identification Number + Plan Network Identification Number + National Association of Insurance Commissioners (NAIC) Code + Medicaid Recipient Identification Number + Outbound-from Party + Product Number + Project Code + Purchase Order Number + Prior Identitifier Number + Unit Number + Rate code number + Receiving Number + Returned Goods Authorization Number + Store Number + Social Security Number + Signal Code + Federal Taxpayer’s Identification Number + Transaction Reference Number + Test Specification Number Oxygen Flow Rate + Terminal Code + Unique Supplier Identification Number (USIN) + Section Number + Vendor Product Number + Vendor ID Number + Link Sequence Number + Clinical Laboratory Improvement Amendment Number + State Industrial Accident Provider Number + Pharmacy Prescription Number + Agency Claim Number + Mutually Defined + + + Assembly + Aggregation Code (Used to Consolidate Part Families) + Bar-Coded Serial Number + Buyer's Part Number + Case + Country of Origin Code + Contract Number + Engineering Change Level + Manufacturer + + Model Number + Major Product/Material/Machine Type + Company Part Number + Product ID Attribute Code + Serial Number + Product Type Code + Vendor's (Seller's) Part Number + + + Provider + Third-Party Administrator + Employer + Receiver + Submitter + Drop-off Location + Attending Physician + Operating Physician + Corrected Insured + Service Location + Pipeline Segment + Hospital + Rendering Provider + Billing Provider + Pay-to Provider + Investor + New Service Provider + Account Of + Buying Group + Broker or Sales Office + Borrower + Buying Party (Purchaser) + Carrier + Consolidator/Shipper + Ordering Physician + Referring Provider + Supervising Physician + Distributor + Facility + Gateway Provider + Insured or Subscriber + Insurer + Location of Goods + Manufacturer + Mortgage Insurer + Operator of property of Unit + Primary Care Provider + Plan Sponsor + Payee + Payer + Pickup Address + Purchase Service Provider + Patient + Responsible Party + Selling Party + Ship From + Ship To + Plan Sponsor + Tank Farm + Testing Laboratory + Third Party Administrator (TPA) + Warehouse + + + Disability + Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan + Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an E + Medicare Secondary, No-fault Insurance including Auto is Primary + Medicare Secondary Worker's Compensation + Medicare Secondary Public Health Service (PHS)or Other Federal Agency + Medicare Secondary Black Lung + Medicare Secondary Veteran's Administration + Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) + Medicare Secondary, Other Liability Insurance is Primary + Auto Insurance Policy + Commercial + Consolidated Omnibus Budget Reconciliation Act (COBRA) + Medicare Conditionally Primary + Disability Benefits + Exclusive Provider Organization + Family or Friends + Group Policy + Health Maintenance Organization (HMO) + Health Maintenance Organization (HMO) - Medicare Risk + Special Low Income Medicare Beneficiary + Indemnity + Individual Policy + Long Term Care + Long Term Policy + Life Insurance + Litigation + Medicare Part A + Medicare Part B + Medicaid + Medigap Part A + Medigap Part B + Medicare Primary + Other + Property Insurance - Personal + Personal + Personal Payment (Cash - No Insurance) + Preferred Provider Organization (PPO) + Point of Service (POS) + Qualified Medicare Beneficiary + Property Insurance - Real + Supplemental Policy + Tax Equity Fiscal Responsibility Act (TEFRA) + Workers Compensation + Wrap Up Policy + + + + Hospital + Rural Health Clinic + + Attending + Billing + Consulting + Covering + Home Health Care + Laboratory + Other Physician + Pharmacist + Pharmacy + Primary Care Physician + Performing + Referring + Submitting + Skilled Nursing Facility + Supervising + + + Office + Home + Inpatient Hospital + Outpatient Hospital + Emergency Room - Hospital + Ambulatory Surgical Center + Birthing Center + Military Treatment Facility + Skilled Nursing Facility + Nursing Facility + Custodial Care Facility + Hospice + Ambulance - Land + Ambulance - Air or Water + Federally Qualified Health Center + Inpatient Psychiatric Facility + Psychiatric Facility Partial Hospitalization + Community Mental Health Center + Intermediate Care Facility/Mentally Retarded + Residential Substance Abuse Treatment Facility + Psychiatric Residential Treatment Center + Mass Immunization Center + Comprehensive Inpatient Rehabilitation Facility + Comprehensive Outpatient Rehabilitation Facility + End Stage Renal Disease Treatment Facility + State or Local Public Health Clinic + Rural Health Clinic + Independent Laboratory + Other Unlisted Facility + + + Medical Care + Surgical + Consultation + Diagnostic X-Ray + Diagnostic Lab + Radiation Therapy + Anesthesia + Surgical Assistance + Other Medical + Blood Charges + Used Durable Medical Equipment + Durable Medical Equipment Purchase + Ambulatory Service Center Facility + Renal Supplies in the Home + Alternate Method Dialysis + Chronic Renal Disease (CRD) Equipment + Pre-Admission Testing + Durable Medical Equipment Rental + Pneumonia Vaccine + Second Surgical Opinion + Third Surgical Opinion + Social Work + Diagnostic Dental + Periodontics + Restorative + Endodontics + Maxillofacial Prosthetics + Adjunctive Dental Services + Health Benefit Plan Coverage + Plan Waiting Period + Chiropractic + Chiropractic Office Visits + Dental Care + Dental Crowns + Dental Accident + Orthodontics + Prosthodontics + Oral Surgery + Routine (Preventive) Dental + Home Health Care + Home Health Prescriptions + Home Health Visits + Hospice + Respite Care + Hospital + Hospital - Inpatient + Hospital - Room and Board + Hospital - Outpatient + Hospital - Emergency Accident + Hospital - Emergency Medical + Hospital - Ambulatory Surgical + Long Term Care + Major Medical + Medically Related Transportation + Air Transportation + Cabulance + Licensed Ambulance + General Benefits + In-vitro Fertilization + MRI/CAT Scan + Donor Procedures + Acupuncture + Newborn Care + Pathology + Smoking Cessation + Well Baby Care + Maternity + Transplants + Audiology Exam + Inhalation Therapy + Diagnostic Medical + Private Duty Nursing + Prosthetic Device + Dialysis + Otological Exam + Chemotherapy + Allergy Testing + Immunizations + Routine Physical + Family Planning + Infertility + Abortion + AIDS + Emergency Services + Cancer + Pharmacy + Free Standing Prescription Drug + Mail Order Prescription Drug + Brand Name Prescription Drug + Generic Prescription Drug + Podiatry + Podiatry - Office Visits + Podiatry - Nursing Home Visits + Professional (Physician) + Anesthesiologist + Professional (Physician) Visit - Office + Professional (Physician) Visit - Inpatient + Professional (Physician) Visit - Outpatient + Professional (Physician) Visit - Nursing Home + Professional (Physician) Visit - Skilled Nursing Facility + Professional (Physician) Visit - Home + Psychiatric + Psychiatric - Room and Board + Psychotherapy + Psychiatric - Inpatient + Psychiatric - Outpatient + Rehabilitation + Rehabilitation - Room and Board + Rehabilitation - Inpatient + Rehabilitation - Outpatient + + Physical Medicine + Speech Therapy + Skilled Nursing Care + Skilled Nursing Care - Room and Board + Substance Abuse + Alcoholism + Drug Addiction + Vision (Optometry) + Frames + Routine Exam + Lenses + Nonmedically Necessary Physical + Experimental Drug Therapy + Burn Care + Brand Name Prescription Drug - Formulary + Brand Name Prescription Drug - Non-Formulary + Independent Medical Evaluation + Partial Hospitalization (Psychiatric) + Day Care (Psychiatric) + Cognitive Therapy + Massage Therapy + Pulmonary Rehabilitation + Cardiac Rehabilitation + Pediatric + Nursery + Skin + Orthopedic + Cardiac + Lymphatic + Gastrointestinal + Endocrine + Neurology + Eye + Invasive Procedures + Gynecological + Obstetrical + Obstetrical/Gynecological + Mail Order Prescription Drug: Brand Name + Mail Order Prescription Drug: Generic + Physician Visit - Office: Sick + Physician Visit - Office: Well + Coronary Care + Private Duty Nursing - Inpatient + Private Duty Nursing - Home + Surgical Benefits - Professional (Physician) + Surgical Benefits - Facility + Mental Health Provider - Inpatient + Mental Health Provider - Outpatient + Mental Health Facility - Inpatient + Mental Health Facility - Outpatient + Substance Abuse Facility - Inpatient + Substance Abuse Facility - Outpatient + Screening X-ray + Screening laboratory + Mammogram, High Risk Patient + Mammogram, Low Risk Patient + Flu Vaccination + Eyewear and Eyewear Accessories + Case Management + Dermatology + Durable Medical Equipment + Diabetic Supplies + Generic Prescription Drug - Formulary + Generic Prescription Drug - Non-Formulary + Allergy + Intensive Care + Mental Health + Neonatal Intensive Care + Oncology + Physical Therapy + Pulmonary + Renal + Residential Psychiatric Treatment + Transitional Care + Transitional Nursery Care + Urgent Care + + + Payer Responsibility Four + Payer Responsibility Five + Payer Responsibility Six + Payer Responsibility Seven + Payer Responsibility Eight + Payer Responsibility Nine + Payer Responsibility Ten + Payer Responsibility Eleven + Primary + Secondary + Tertiary + Unknown + + + Spouse + Father or Mother + Grandfather or Grandmother + Grandson or Granddaughter + Uncle or Aunt + Nephew or Niece + Cousin + Adopted Child + Foster Child + Son-in-law or Daughter-in-law + Brother-in-law or Sister-in-law + Mother-in-law or Fater-in-law + Brother or Sister + Ward + Stepson or Stepdaughter + Self + Child + Employee + Unknown + Sponsored Dependent + Dependent of a Minor Dependent + Ex-spouse + Guardian + Court Appointed Guardian + Mother + Father + Collateral Dependent + Organ Donor + Cadaver Donor + Stepfather + Stepmother + Life Partner + Other Relationship + + + + + No Authorization Information Present + Additional Data Identification + + + + No Security Information Present + Password + + + + + + + + + + U.S. EDI Community of ASC X12, TDCC, and UCS + + + + + No Acknowledgment Requested + Interchange Acknowledgment Requested + + + Production Data + Test Data + + + + + + + + + + + + + Accept + Interchange accepted with errors + Interchange rejected/suspended + + + + + + Benefit Enrollment + Functional Acknowledgment (997) + Eligibility, Coverage or Benefit Information + Eligibility, Coverage or Benefit Inquiry + Health Care + Inventory Inquiry/Advice (846) + Payment Order/Remittance Advice (820) + + + + + + + + Accredited Standards Committee X12 + + + + + + + + + + + Health Care Claim + + + + + + + + + + + Approved Amount + Coverage Amount + Allowed-Actual + Payor Amount Paid + Discount Amount + Per Day Limit + Patient Responsibility-Actual + Postage Claimed + Patient Amount Paid + Maximum Amount + Net Billed + Tax + Total Claim Before Taxes + Total Submitted Charges + + + + + + + + + Information Source, Information Receiver, Subscriber, Dependent + + + Cancellation + Request + + + + + + Chargeable + Reporting + Spend Down + + + + + Date Expressed in Format CCYYMMDD + + + + Female + Male + Unknown + + + Registered Domestic Partner + Divorced + Single + Married + Unreported + Separated + Unmarried + Widowed + Legally Separated + + + Not Provided + Not Applicable + Asian or Pacific Islander + Black + Caucasian + Subcontinent Asian American + Other Race or Ethnicity + Asian Pacific American + Native American + Hispanic + American Indian or Alaskan Native + Native Hawaiian + Black (Non-Hispanic) + White (Non-Hispanic) + Pacific Islander + Mutually Defined + + + U.S. Citizen + Non-Resident Alien + Resident Alien + Illegal Alien + Alien + U.S. Citizen - Non-Resident + U.S. Citizen - Resident + + + + + + + + + + + Central Time + Eastern Time + Mountain Time + Pacific Time + + + + + + + + + + + + + Information Source + Information Receiver + Subscriber + Dependent + + + No Subordinate HL Segment in This Hiearchical Structure + Additional Subordinate HL Data Segment in This Hierarchical Structure + + + + + + + D-U-N-S Number,Dun & Bradstreet + D-U-N-S+4,D-U-N-S Number with Four Character Suffix + Standard Point Location Code (SPLC) + Assigned by Seller or Seller's Agent + Assigned by Buyer or Buyer's Agent + Code assigned by the organization that is the ultimate destimation of the transaction set + Federal Taxpayer's Identification Number + Transport4 Location Code + Transport4 Shipper Code + Health Care Financing Administration National PlanID + Mutually Defined + + + + + + + + + + + + + + + + Area + County/Parish + + + + + + + Person + Non-Person Entity + + + + + + + + Employer’s Identification Number + Social Security Number + Electronic Transmitter Identification Number (ETIN) + Federal Taxpayer’s Identification Number + Standard Unique Health Identifier for each Individual in the United States + Member Identification Number + National Association of Insurance Commissioners (NAIC) + Payor Identification + Pharmacy Processor Number + Service Provider Number + Centers for Medicare and Medicaid Services Plan ID + Centers for Medicare and Medicaid Services National Provider Identifier + Mutually Defined + + + + + + + + + + + Buyer Name or Department + Computer Systems Contact + Information Contact + Insured Party + Order Contact + Supplier Contact + + + + + + + + + + + + + + + + + + Current Transaction Trace Numbers + Financial Reassociation Trace Number + + + + + + + + Discrete Quantity + Quantity on Hand + Total Inventory + Projected Available Inventory + Quantity Available for Sale (stock quantity) + Ending Inventory Balance + Minimum Stock Level + Maximum Stock Level + Quantity Received into Hub + Quantity Used + Daily Adjustments + Verified Receipts + Due-In + Issued Quantity from Hub + On Hold Quantity + Reorder Point Quantity + + + + + Bale + Board Feet + Bag + Bottle + Barrel + Box + Cubic Decimeter + Case + Carboy + Cubic Feet + Card + Container + Cylinder + Centimeter + Can + Cubic Meters (Net) + Cartridge + Cubic Meter + Carton + Hundred Pounds (CWT) + Coil + Cubic Yard + Days + Decimeter + Drum + Dozen + Each + Foot + Gallon + Imperial Gallons + Gram + Gross + Hours + Hundred + Inch + Jar + Kilogram + Kit + Pound + Liter + Minutes + Millimeter + Months + Meter + Ounce - Av + Pail + Piece + Package + Pallet/Unit Load + Pair + Pint + Quart + Roll + Rea + Square Foot + Sheet + Square Meter + Spool + Set + Square Yard + Tube + Thousand + Tank + Tray + Unit + Vial + Week + Yard + Years + Mutually Defined + + + + + + + No + Yes + + + + Authorized Quantity Exceeded + Required application data missing + Input Errors + Out of Network + Authorization/Access Restrictions + Unable to Respond at Current Time + Invalid/Missing Provider Identification + Invalid/Missing Provider Name + Invalid/Missing Provider Specialty + Invalid/Missing Provider Phone Number + Invalid/Missing Provider State + Invalid/Missing Referring Provider Identification Number + Provider is Not Primary Care Physician + Provider Ineligible for Inquiries + Provider Not on File + Service Dates Not Within Provider Plan Enrollment + Inquired Benefit Inconsistent with Provider Type + Inappropriate Product/Service ID Qualifier + Inappropriate Product/Service ID + Inappropriate Date + Invalid/Missing Date(s) of Service + Invalid/Missing Date-of-Birth + Date of Birth Follows Date(s) of Service + Date of Death Precedes Date(s) of Service + Date of Service Not Within Allowable Inquiry Period + Date of Service in Future + Invalid/Missing Patient ID + Invalid/Missing Patient Name + Invalid/Missing Patient Gender Code + Patient Not Found + Duplicate Patient ID Number + Inconsistent with Patient’s Age + Inconsistent with Patient’s Gender + Patient Birth Date Does Not Match That for the Patient on the Database + Invalid/Missing Subscriber/Insured ID + Invalid/Missing Subscriber/Insured Name + Invalid/Missing Subscriber/Insured Gender Code + Subscriber/Insured Not Found + Duplicate Subscriber/Insured ID Number + Subscriber Found, Patient Not Found + Subscriber/Insured Not in Group/Plan Identified + Invalid Participant Identification + No Response received - Transaction Terminated + Invalid or Missing Provider Address + Experimental Service or Procedure + Authorization Number Not Found + Requires Primary Care Physician Authorization + Invalid/Missing Diagnosis Code(s) + Invalid/Missing Procedure Code(s) + Additional Patient Condition Information Required + Certification Information Does Not Match Patient + Requires Medical Review + Invalid Authorization Number Format + Missing Authorization Number + Payer Name or Identifier Missing + + + + Please Correct and Resubmit + Resubmission Not Allowed + Please Resubmit Original Transaction + Resubmission Allowed + Do Not Resubmit; Inquiry Initiated to a Third Party + Please Wait 30 Days and Resubmit + Please Wait 10 Days and Resubmit + Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly + + + + + Active Coverage + Active - Full Risk Capitation + Active - Services Capitated + Active - Services Capitated to Primary Care Physician + Active - Pending Investigation + Inactive + Inactive - Pending Eligibility Update + Inactive - Pending Investigation + Co-Insurance + Co-Payment + Deductible + Benefit Description + Exclusions + Limitations + Out of Pocket (Stop Loss) + Unlimited + Non-Covered + Cost Containment + Reserve + Primary Care Provider + Pre-existing Condition + Services Restricted to Following Provider + Not Deemed a Medical Necessity + Benefit Disclaimer + Second Surgical Opinion Required + Other or Additional Payor + Prior Year(s) History + Card(s) Reported Lost/Stolen + Contact Following Entity for Eligibility or Benefit Information + Cannot Process + Other Source of Data + Health Care Facility + Spend Down + Coverage Basis + Managed Care Coordinator + + + Children Only + Dependents Only + Employee and Children + Employee Only + Employee and Spouse + Family + Individual + Spouse and Children + Spouse Only + + + + + + + + + + + + + + Current Procedural Terminology (CPT) Codes + HCPCS Codes + ICD-9-CM Procedure + HIEC Code + National Drug Code in 5-4-2 Format + Mutually Defined + + + + + + + + Current Procedure Terminology (CPT) Codes + Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes + Internation Classification of Diseases, 9th Revision, Clinical Modication (ICD-9-CM) - Procedure + Home Infusion EDI Coalition (HIEC) Product/Service Code + National Drug Code in 5-4-2 Format + Mutually Defined + + + + + + + + + Jurisdiction Specific Procedure and Supply Codes + Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes + Health Insurance Prospective Payment System (HIPPS) Skilled Nursing Facility Rate Code + Home Infusion EDI Coalition (HIEC) Product/Service Code + National Drug Code in 5-4-2 Format + National Uniform Billing Committee (NUBC) UB92 Codes + Advanced Billing Concepts (ABC) Codes + + + + + + + + + + + + + + + + + + + Payment Accompanies Remittance Advice + Remittance Information Only + + + + Credit + + + Automated Clearing House + Check + Federal Reserve Fund/Wire Transfer - Repetitive + Federal Reserve Fund/Wire Transfer - Nonrepetitive + Non-Payment Data + + + Cash Concentration/Disbursement plus Addenda (820 with ACH to follow) + Corporate Trade Exchange (820 bundled with ACH) + Commercial/Corporate Check (820 with paper check to follow) + + + ABA Transit Routing Number including Check Digits (9 digits) + + + + Checking Account + + + + + + ABA Transit Routing # w/ Check Digits (9 digits) + + + + Checking Account + + + + + Vendor Payment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Payment on Account + + + + + + + + + + No Allowance or Change + + + Tax + + + + + + + + + + + + + + + + + + + All Taxes + + + + + + + + + + + + + + + HIBC (Health Care Industry Bar Code) + U.P.C./EAN Shipping Container Code (1-2-5-5-1) + + + + + + + + + + + + + + + + + + Original + Re-Submission + Information Copy + + + + + + + + + Change (Update) + Verify + + + + + No + Yes + + + + Change + Addition + Cancellation or Termination + Reinstatement + Audit or Compare + + + Divorce + Birth + Death + Retirement + Adoption + Strike + Termination of Benefits + Termination of Employmemt + Consolidation Omnibus Budget Reconciliation Act (COBRA) + Consolidation Omnibus Budget Reconciliation Act (COBRA) Premium Paid + Surviving Spouse + Voluntary Withdrawal + Primary Care Provider (PCP) Change + Quit + Fired + Suspended + Active + Disability + Plan Change + Change in Identifying Data Elements + Declined Coverage + Pre-Enrollment + Initial Enrollment + Benefit Selection + Legal Separation + Marriage + Personnel Data + Leave of Absence with Benefits + Leave of Absence without Benefits + Lay Off with Benefits + Lay Off without Benefits + Re-enrollment + No Reason Given + Notification Given + Transfer + + + Active + Consolidated Omnibus Budget Reconciliation Act (COBRA) + Surviving Insured + Tax Equity and Fiscal Responsibility Act (TEFRA) + + + Medicare Part A + Medicare Part B + Medicare Part A and B + Medicare - Part Unknown + No Medicare + + + Termination of Employment + Reduction of work hours + Medicare + Death + Divorce + Separation + Ineligible Child + Bankruptcy of a Retired Employee + + + Active Military - Overseas + Active Military - USA + Full-time active employee + Leave of Absence + Part-time Active Employee + Retired + Terminated + + + Full-time + Not a Student + Part-time + + + No + Yes + + + Date Expressed in Format CCYYMMDD + + + + + + + + + + + Change + Delete + Addition + Cancellation or Termination + Reinstatment + Correction + Audit or Compare + Employee Information Not Applicable + + + + Preventitive Care/Wellness + 24 Hour Care + Medicare Risk + Mental Health + Dental Capitation + Dental + Exclusive Provider Organization + Facility + Hearing + Health + Health Maintenance Organization + Long Term Care + Long-Term Disability + Major Medical + Mail Order Drug + Prescription Drug + Point of Service + Preferred Provider Organization + Practitioners + Short-Term Disability + Utilization Review + Vision + + + + Children Only + Dependents Only + Employee and One Dependent + Employee and Two Dependents + Employee and Three Dependents + Employee and One or More Dependents + Employee and Two or More Dependents + Employee and Three or More Dependents + Employee and Four or More Dependents + Employee and Five or More Dependents + Employee and Children + Employee Only + Employee and Spouse + Family + Individual + Spouse and Children + + + + + + + + + Coordination of Benefits + Unknown + No Coordination of Benefits + + + + + + + + Health Care Provider Taxonomy Code + + + + + + + + + + + + + + + + + Self-pay + Central Certification + Other Non-Federal Programs + Preferred Provider Organization (PPO) + Point of Service (POS) + Exclusive Provider Organization (EPO) + Indemnity Insurance + Health Maintenance Organization (HMO) MedicareRisk + Dental Maintenance Organization + Automobile Medical + Blue Cross/Blue Shield + Champus + Commercial Insurance Co. + Disability + Federal Employees Program + Health Maintenance Organization + Liability + Liability Medical + Medicare Part A + Medicare Part B + Medicaid + Other Federal Program + Title V + Veterans Affairs Plan + Workers’ Compensation Health Claim + Mutually Defined + + + + + + + + + Date Expressed in Format CCYYMMDD + + + + Actual Pounds + + + + Yes + + + + + + + + + Office + Home + Inpatient Hospital + Outpatient Hospital + Emergency Room - Hospital + Ambulatory Surgical Center + Birthing Center + Military Treatment Facility + Skilled Nursing Facility + Nursing Facility + Custodial Care Facility + Hospice + Ambulance - Land + Ambulance - Air or Water + Inpatient Psychiatric Facility + Psychiatric Facility Partial Hospitalization + Community Mental Health Center + Intermediate Care Facility/Mentally Retarded + Residential Substance Abuse Treatment Facility + Psychiatric Residential Treatment Center + Federally Qualified Health Center + Mass Immunization Center + Comprehensive Inpatient Rehabilitation Facility + Comprehensive Outpatient Rehabilitation Facility + End Stage Renal Disease Treatment Facility + State or Local Public Health Clinic + Rural Health Clinic + Independent Laboratory + Other Unlisted Facility + + + No + Yes + + + Assigned + Assignment Accepted on Clinical Lab Services Only + Not Assigned + Patient Refuses to Assign Benefits + + + No + Yes + + + Appropriate Release of Information on File at Health Care Service Provider or at Utilization Review + Informed Consent to Release Medical Information for Conditions or Diagnoses Regulated by Federal Sta + The Provider has Limited or Restricted Ability to Release Data Related to a Claim + No, Provider is Not Allowed to Release Data + On file at Payor or at Plan Sponsor + Yes, Provider has a Signed Statement Permitting Release of Medical Billing Data Related to a Claim + + + Signed signature authorization form or forms for both HCFA-1500 Claim Form block 12 and block 13 are + Signed HCFA-1500 Claim Form on file + Signed signature authorization form for HCFA-1500 Claim Form block 13 on file + Signature generated by provider because the patient was not physically present for services + Signed signature authorization form for HCFA-1500 Claim Form block 12 on file + + + + Auto Accident + Another Party Responsible + Employment + Other Accident + + + Early & Periodic Screening, Diagnosis, and Treatment (EPSDT) or Child Health Assessment Program (CHAP) + Physically Handicapped Children’s Program + Special Federal Funding + Disability + Induced Abortion - Danger to Life + Induced Abortion - Rape or Incest + Second Opinion or Surgery + + + + + + + + + + Proof of Eligibility Unknown or Unavailable + Litigation + Authorization Delays + Delay in Certifying Provider + Delay in Supplying Billing Forms + Delay in Delivery of Custom-made Appliances + Third Party Processing Delay + Delay in Eligibility Determination + Original Claim Rejected or Denied Due to a Reason Unrelated to the Billing Limitation Rules + Administration Delay in the Prior Approval Process + Other + + + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + Value + Diagnosis (ICD-9) + Condition + Occurrence + Occurrence Span + Admitting Diagnosis (ICD-9) + Principal Diagnosis (ICD-9) + United States Department of Health and Human Services, Office of Vital Statistics E-code + Health Care Financing Administration Common Procedural Coding System + Health Care Financing Administration Common Procedural Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure + Diagnosis Related Group (DRG) + Treatment Codes + Mutually Defined + Date Expressed in Format CCYYMMDD + + + + + + + + Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes + Home Infusion EDI Coalition (HIEC) Product/Service Code + Mutually Defined + + + + International Unit + Minutes + Unit + + + + + + + + Yes + + + + Yes + + + Yes + + + + + Copay exempt + + + + + + + + + + + + + Distributor + Manufacturer + Wholesaler + + + Changed Price + Unit cost price + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Original + Cancellation + Add + Delete + Replace + Duplicate + Status + Proposed + Seller initiated change + + + Customer/Distributor Inventory Report + Customer/Manufacturer Inventory Report + Inventory Parameter Report + Location Inventory Report + Manufacturer Inventory Report + Process Change Notice + Pipeline/Shipper Inventory Report + Supply Status Report + Seller Inventory Report + + + + + + + Approved + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-404-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-404-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-404-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-404-4010Specification.xml index 1928cb29..613cebf8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-404-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-404-4010Specification.xml @@ -1,132 +1,132 @@ - - - - - - - - - - - - - Equipment Details - - - - Motor Vehicle Control - - - Name - - - - - - - - - - - - Empty Car Disposition - Pended Destinat - - - - - - - - Reference Identification - - - - Name - - - - - - - - - - - - Name - - - - - - - - - - Stop-off Name - - - - - - - - - - - - - Empty Car Disposition - Pended Destinat - - - - - - - - - Assigned Number - - - - Line Item - Quantity and Weight - - - - - - - - - Transit Inbound Origin - - - - - - - - - Loop Header - - - - Hazardous Identification Information - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + Equipment Details + + + + Motor Vehicle Control + + + Name + + + + + + + + + + + + Empty Car Disposition - Pended Destinat + + + + + + + + Reference Identification + + + + Name + + + + + + + + + + + + Name + + + + + + + + + + Stop-off Name + + + + + + + + + + + + + Empty Car Disposition - Pended Destinat + + + + + + + + + Assigned Number + + + + Line Item - Quantity and Weight + + + + + + + + + Transit Inbound Origin + + + + + + + + + Loop Header + + + + Hazardous Identification Information + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-410-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-410-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-410-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-410-4010Specification.xml index e5e7b61f..462a7874 100644 --- a/src/OopFactory.X12/Specifications/Ansi-410-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-410-4010Specification.xml @@ -1,65 +1,65 @@ - - - - - - - - - - Equipment Details - - - - - - - - - - - - - - - Name - - - - - - - - - Stop-off Name - - - - - - - - - Assigned Number - - - - Line Item - Quantity and Weight - - - - - - - - - Transit Inbound Origin - - - - - - - - + + + + + + + + + + Equipment Details + + + + + + + + + + + + + + + Name + + + + + + + + + Stop-off Name + + + + + + + + + Assigned Number + + + + Line Item - Quantity and Weight + + + + + + + + + Transit Inbound Origin + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-412-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-412-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-412-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-412-4010Specification.xml index c3f4fa25..8e2afbd9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-412-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-412-4010Specification.xml @@ -1,37 +1,37 @@ - - - - - - - - Party Identification - - - - - - - - Work Order Information - - - - - - Party Identification - - - - - - Line Item Repair - - - - - - - - + + + + + + + + Party Identification + + + + + + + + Work Order Information + + + + + + Party Identification + + + + + + Line Item Repair + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-414-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-414-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-414-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-414-4010Specification.xml index 36745222..3a22fd25 100644 --- a/src/OopFactory.X12/Specifications/Ansi-414-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-414-4010Specification.xml @@ -1,25 +1,25 @@ - - - - - - Car Hire Transaction Control - - - Car Information Control - - - - Assigned Number - - - - - - - - - - - + + + + + + Car Hire Transaction Control + + + Car Information Control + + + + Assigned Number + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-417-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-417-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-417-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-417-4010Specification.xml index 18c6c9a2..13001f92 100644 --- a/src/OopFactory.X12/Specifications/Ansi-417-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-417-4010Specification.xml @@ -1,132 +1,132 @@ - - - - - - - - - - - Equipment Details - - - - Motor Vehicle Control - - - Name - - - - - - - - - - - - - - - Empty Car Disposition - Pended Destinat - - - - - - - - Reference Identification - - - - Name - - - - - - - - - - - - - - Name - - - - - - - - - - Stop-off Name - - - - - - - - - - - - - Empty Car Disposition - Pended Destinat - - - - - - - - - Assigned Number - - - - Line Item - Quantity and Weight - - - - - - - - Transit Inbound Origin - - - - - - - - Loop Header - - - - Hazardous Identification Information - - - - - - - - - - - - - - - - + + + + + + + + + + + Equipment Details + + + + Motor Vehicle Control + + + Name + + + + + + + + + + + + + + + Empty Car Disposition - Pended Destinat + + + + + + + + Reference Identification + + + + Name + + + + + + + + + + + + + + Name + + + + + + + + + + Stop-off Name + + + + + + + + + + + + + Empty Car Disposition - Pended Destinat + + + + + + + + + Assigned Number + + + + Line Item - Quantity and Weight + + + + + + + + Transit Inbound Origin + + + + + + + + Loop Header + + + + Hazardous Identification Information + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-418-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-418-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-418-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-418-4010Specification.xml index c9e26690..9d6f83b7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-418-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-418-4010Specification.xml @@ -1,41 +1,41 @@ - - - - - - Block Identification - - - - Equipment Identification - - - - - - - - - - Loop Header - - - - Hazardous Identification Information - - - - - - - - - - - - - - - - + + + + + + Block Identification + + + + Equipment Identification + + + + + + + + + + Loop Header + + + + Hazardous Identification Information + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-419-4010Specifcation.xml b/src/X12.Specifications/Resource/Ansi-419-4010Specifcation.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-419-4010Specifcation.xml rename to src/X12.Specifications/Resource/Ansi-419-4010Specifcation.xml index 96fde7c6..fee2569f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-419-4010Specifcation.xml +++ b/src/X12.Specifications/Resource/Ansi-419-4010Specifcation.xml @@ -1,10 +1,10 @@ - - - - - Advance Car Disposition - - - - + + + + + Advance Car Disposition + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-420-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-420-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-420-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-420-4010Specification.xml index 435cec3a..8736f9d2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-420-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-420-4010Specification.xml @@ -1,9 +1,9 @@ - - - - - Advance Car Disposition - - - + + + + + Advance Car Disposition + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-421-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-421-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-421-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-421-4010Specification.xml index 4e560a58..289047d7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-421-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-421-4010Specification.xml @@ -1,44 +1,44 @@ - - - - - - - - - - - - - - - - - - - - - - Stop-off Name - - - - - Loop Header - - - - Hazardous Identification Information - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Stop-off Name + + + + + Loop Header + + + + Hazardous Identification Information + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-422-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-422-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-422-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-422-4010Specification.xml index ac68af0d..fe276508 100644 --- a/src/OopFactory.X12/Specifications/Ansi-422-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-422-4010Specification.xml @@ -1,40 +1,40 @@ - - - - - - - - - Name - - - - - - - - Assigned Number - - - - - Origin Station - - - - - Shipper's Car Ordered - - - - - Equipment Details - - - - - - - + + + + + + + + + Name + + + + + + + + Assigned Number + + + + + Origin Station + + + + + Shipper's Car Ordered + + + + + Equipment Details + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-423-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-423-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-423-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-423-4010Specification.xml index d777570e..27757813 100644 --- a/src/OopFactory.X12/Specifications/Ansi-423-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-423-4010Specification.xml @@ -1,40 +1,40 @@ - - - - - - - - - - - Assigned Number - - - - - Equipment Details - - - - - - - - - - - Hazardous Identification Information - - - - - - - - - - - - + + + + + + + + + + + Assigned Number + + + + + Equipment Details + + + + + + + + + + + Hazardous Identification Information + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-425-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-425-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-425-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-425-4010Specification.xml index 996f89be..88af5256 100644 --- a/src/OopFactory.X12/Specifications/Ansi-425-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-425-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - Waybill Request Information - - - - + + + + + Waybill Request Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-426-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-426-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-426-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-426-4010Specification.xml index 15c1c957..50b495ba 100644 --- a/src/OopFactory.X12/Specifications/Ansi-426-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-426-4010Specification.xml @@ -1,83 +1,83 @@ - - - - - - - - - - - - Rail Shipment Information - - - - - Equipment Details - - - - - - - - - - - - - - - Name - - - - - - - - - Stop-off Name - - - - - - Route Information - - - Junctions and Proportions - - - - - - - - - - Assigned Number - - - - Line Item - Quantity and Weight - - - - - - - - - Transit Inbound Origin - - - - - - - - - + + + + + + + + + + + + Rail Shipment Information + + + + + Equipment Details + + + + + + + + + + + + + + + Name + + + + + + + + + Stop-off Name + + + + + + Route Information + + + Junctions and Proportions + + + + + + + + + + Assigned Number + + + + Line Item - Quantity and Weight + + + + + + + + + Transit Inbound Origin + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-429-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-429-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-429-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-429-4010Specification.xml index 7d9bac7f..fdf8a097 100644 --- a/src/OopFactory.X12/Specifications/Ansi-429-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-429-4010Specification.xml @@ -1,11 +1,11 @@ - - - - - - Employing Carrier Response - - - - + + + + + + Employing Carrier Response + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-431-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-431-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-431-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-431-4010Specification.xml index eed0844b..2e02b635 100644 --- a/src/OopFactory.X12/Specifications/Ansi-431-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-431-4010Specification.xml @@ -1,12 +1,12 @@ - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-432-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-432-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-432-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-432-4010Specification.xml index eb7251f5..ee6cdf13 100644 --- a/src/OopFactory.X12/Specifications/Ansi-432-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-432-4010Specification.xml @@ -1,21 +1,21 @@ - - - - - - - - - - Assigned Number - - - - - Car Information Control - - - - - + + + + + + + + + + Assigned Number + + + + + Car Information Control + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-433-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-433-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-433-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-433-4010Specification.xml index b96047dd..3c00ff17 100644 --- a/src/OopFactory.X12/Specifications/Ansi-433-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-433-4010Specification.xml @@ -1,13 +1,13 @@ - - - - - - - - Name - - - - + + + + + + + + Name + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-434-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-434-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-434-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-434-4010Specification.xml index a36bc6bb..7d3972c2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-434-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-434-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - - Name - - - - - - + + + + + + + Name + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-435-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-435-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-435-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-435-4010Specification.xml index 71a6cf57..10a9d26e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-435-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-435-4010Specification.xml @@ -1,26 +1,26 @@ - - - - - Standard Transportation Commodity Code - - - - - Industry Code - - - - - Assigned Number - - - - - - - - - - + + + + + Standard Transportation Commodity Code + + + + + Industry Code + + + + + Assigned Number + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-436-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-436-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-436-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-436-4010Specification.xml index ff7cc136..5af0b444 100644 --- a/src/OopFactory.X12/Specifications/Ansi-436-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-436-4010Specification.xml @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-437-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-437-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-437-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-437-4010Specification.xml index fa631f8e..f2d58bd7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-437-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-437-4010Specification.xml @@ -1,13 +1,13 @@ - - - - - - - - Rail Junction Settlement Role Informati - - - - + + + + + + + + Rail Junction Settlement Role Informati + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-440-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-440-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-440-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-440-4010Specification.xml index 27a90f60..962bebd7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-440-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-440-4010Specification.xml @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-451-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-451-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-451-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-451-4010Specification.xml index 7f178ef9..b8d9d8a3 100644 --- a/src/OopFactory.X12/Specifications/Ansi-451-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-451-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - Equipment Description - - - - - - - + + + + + + Equipment Description + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-452-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-452-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-452-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-452-4010Specification.xml index 1b172a62..a341e5ec 100644 --- a/src/OopFactory.X12/Specifications/Ansi-452-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-452-4010Specification.xml @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-453-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-453-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-453-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-453-4010Specification.xml index fffa3b87..8f0063d6 100644 --- a/src/OopFactory.X12/Specifications/Ansi-453-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-453-4010Specification.xml @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - Requested Service Schedule - - - Assigned Number - - - - - + + + + + + + + + + + + + + + Requested Service Schedule + + + Assigned Number + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-455-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-455-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-455-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-455-4010Specification.xml index 6b91676e..e8ff68f4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-455-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-455-4010Specification.xml @@ -1,19 +1,19 @@ - - - - - - - - - - - Assigned Number - - - - - - - + + + + + + + + + + + Assigned Number + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-456-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-456-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-456-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-456-4010Specification.xml index 56d46f20..afb83673 100644 --- a/src/OopFactory.X12/Specifications/Ansi-456-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-456-4010Specification.xml @@ -1,41 +1,41 @@ - - - - - - - Assigned Number - - - - - - - - - - - - - - - Stop-off Name - - - - - - Estimated Time of Arrival and Car Sched - - - - - - - Rail Event Reporting - - - - - + + + + + + + Assigned Number + + + + + + + + + + + + + + + Stop-off Name + + + + + + Estimated Time of Arrival and Car Sched + + + + + + + Rail Event Reporting + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-460-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-460-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-460-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-460-4010Specification.xml index fbefb7d7..98889fe1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-460-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-460-4010Specification.xml @@ -1,47 +1,47 @@ - - - - - - - - - - - - - Patron - - - - - - - Docket Level - - - - Docket Sub-level - - - - - - Assigned Number - - - - - Route Code - - - - Junctions and Proportions - - - - - - - + + + + + + + + + + + + + Patron + + + + + + + Docket Level + + + + Docket Sub-level + + + + + + Assigned Number + + + + + Route Code + + + + Junctions and Proportions + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-463-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-463-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-463-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-463-4010Specification.xml index 51bd5383..f410b1c5 100644 --- a/src/OopFactory.X12/Specifications/Ansi-463-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-463-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - Docket Header - - - Industry Code - - - - + + + + + + Docket Header + + + Industry Code + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-466-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-466-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-466-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-466-4010Specification.xml index 54521451..36c2ceee 100644 --- a/src/OopFactory.X12/Specifications/Ansi-466-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-466-4010Specification.xml @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-468-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-468-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-468-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-468-4010Specification.xml index e3f79024..61caeefa 100644 --- a/src/OopFactory.X12/Specifications/Ansi-468-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-468-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - - Journal Identification - - - + + + + + + Journal Identification + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-470-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-470-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-470-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-470-4010Specification.xml index 04d5bc5e..a064fc3d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-470-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-470-4010Specification.xml @@ -1,34 +1,34 @@ - - - - - - - - - - - - Load and Equipment Type - - - - - - - - Assigned Number - - - - - - - Name - - - - - - + + + + + + + + + + + + Load and Equipment Type + + + + + + + + Assigned Number + + + + + + + Name + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-475-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-475-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-475-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-475-4010Specification.xml index 5fde29cd..6e3f79c6 100644 --- a/src/OopFactory.X12/Specifications/Ansi-475-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-475-4010Specification.xml @@ -1,12 +1,12 @@ - - - - - - Route Code - - - - - + + + + + + Route Code + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-485-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-485-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-485-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-485-4010Specification.xml index 6d611ac0..df58d6a2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-485-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-485-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - - - - Docket Sub-level - - - Rate Header - - - - Miscellaneous and Accessorial Charges - - - - - - + + + + + + + + Docket Sub-level + + + Rate Header + + + + Miscellaneous and Accessorial Charges + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-486-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-486-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-486-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-486-4010Specification.xml index 34168592..dd824bdf 100644 --- a/src/OopFactory.X12/Specifications/Ansi-486-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-486-4010Specification.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-490-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-490-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-490-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-490-4010Specification.xml index 99e5da71..b7458483 100644 --- a/src/OopFactory.X12/Specifications/Ansi-490-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-490-4010Specification.xml @@ -1,19 +1,19 @@ - - - - - - - - - - - - - Patron - - - - - + + + + + + + + + + + + + Patron + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-492-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-492-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-492-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-492-4010Specification.xml index 1fdd485b..539eab00 100644 --- a/src/OopFactory.X12/Specifications/Ansi-492-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-492-4010Specification.xml @@ -1,12 +1,12 @@ - - - - - - - - Docket Sub-level - - - + + + + + + + + Docket Sub-level + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-494-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-494-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-494-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-494-4010Specification.xml index cca6d990..f8c0c97a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-494-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-494-4010Specification.xml @@ -1,34 +1,34 @@ - - - - - - - - - - - - - - - Assigned Number - - - - - - Route Code - - - Junctions and Proportions - - - - - - Rate Basis/Scales - - - + + + + + + + + + + + + + + + Assigned Number + + + + + + Route Code + + + Junctions and Proportions + + + + + + Rate Basis/Scales + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-500-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-500-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-500-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-500-4010Specification.xml index 04254a2a..926f7178 100644 --- a/src/OopFactory.X12/Specifications/Ansi-500-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-500-4010Specification.xml @@ -1,83 +1,83 @@ - - - - - - Individual or Organizational Name - - - - - - - - - - - Code Source Information - - - - - - Hierarchical Level - - Code Source Information - - - Industry Code - - - - - - - - - Item Identification - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - - - Quantity - - - Code Source Information - - - - - - Product/Item Description - - - - - - Text - - - - - - + + + + + + Individual or Organizational Name + + + + + + + + + + + Code Source Information + + + + + + Hierarchical Level + + Code Source Information + + + Industry Code + + + + + + + + + Item Identification + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + + + Quantity + + + Code Source Information + + + + + + Product/Item Description + + + + + + Text + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-501-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-501-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-501-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-501-4010Specification.xml index 7d1b619a..0d2f6ee4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-501-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-501-4010Specification.xml @@ -1,78 +1,78 @@ - - - - - - - Name - - - - - - - - - Code Source Information - - - - - - Contractor Report Type - - - Reference Identification - - - - - - Name - - - - - - - Date or Time or Period - - - - - Code Source Information - - - - - - Loop Header - - - - Quantity - - - - - - - - Reference Identification - - - Quantity - - - - - - Code Source Information - - - - - - - + + + + + + + Name + + + + + + + + + Code Source Information + + + + + + Contractor Report Type + + + Reference Identification + + + + + + Name + + + + + + + Date or Time or Period + + + + + Code Source Information + + + + + + Loop Header + + + + Quantity + + + + + + + + Reference Identification + + + Quantity + + + + + + Code Source Information + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-5010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-5010Specification.xml index d6b21220..2efbd754 100644 --- a/src/OopFactory.X12/Specifications/Ansi-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-5010Specification.xml @@ -1,51457 +1,51457 @@ - - - - Detail Cycle Reporting - File/Ground Summary (without detail) - Summary - - - Lease Rate Factor - Early Termination Rate - Renewal Rate - Renewal Rate Cap - One Family - 2-4 Family - Multifamily - Commercial - Other - Non-recoverable Depreciation - Recoverable Depreciation - Depreciation - Overhead on Recoverable Depreciation - Profit on Recoverable Depreciation - Overhead - Net Sales to Fixed Assets Ratio - Total Liabilities to Total Assets Ratio - Discount - Non-current Assets to Net Worth - Non-current Assets to Total Assets - Miscellaneous Ownership Percentage - Net Profit Payment Ownership Percentage - Overriding Royalty Payment Ownership Percentage - Production Payment Ownership Percentage - Percent Relative to Industry Average - Royalty Ownership Percentage - Special Overriding Royalty Ownership Percentage - Tax Ownership Percentage - Sales to Current Assets - Working Capital to Sales - Working Ownership Percentage - Purchase Ownership Percentage - Percent Relative to National Average - Guaranteed Interest Rate - Locked Interest Rate - Creditors to Sales Costs - Interest Payable to Sales - Target Fee or Profit - Current Schedule Variance - Current Cost Variance - Cumulative Schedule Variance - Cumulative Cost Variance - Complete - Remaining - Vacant - Owner Occupancy - Availability Factor - Efficiency Factor - Scrap or Rework Yield - Physical (Percent) Completed - Percent of Value - Premium Rate - Loan-to-Value Balance Remaining - Annual Demand Quantity Weighting Factor - Annual Demand Value Weighting Factor - Essentiality Weighting Factor - Procurement Lead-time Weighting Factor - Months To Procurement Weighting Factor - Annual Demand Frequency Weighting Factor - Tenant Occupancy - Occupancy Rate - Working Capital Need to Sales - Active Contracts Delinquent-Contractor Caused - Active Contracts Delinquent-All Causes - Active Line Items Delinquent-Contractor Caused - Active Line Items Delinquent-All Causes - Contracts Completed Delinquent-Contractor Caused - Contracts Completed Delinquent-All Causes - Line Items Completed Delinquent-Contractor Caused - Line Items Completed Delinquent-All Causes - Delinquent Active Line Items in the Aging Population - Liquid Assets to Sales - Participation - Servicing Fee - Percentage of Original Loan Amount - Percentage of Principal Balance - Percentage of Principal and Interest Payment - Percentage of Total Mortgage Payment - Guarantee Fee Per Contract - Guarantee Fee After Alternate Payment Method - Guarantee Fee After Buyup or Buydown - Buyup or Buydown Rate per Basis Point - Security Margin - Insurance Coverage - Guarantee Amount - Participation Retained or Owned - Inventory to Cost of Goods Sold - Net Profit Margin - Financial Expenses to Sales - Return on Value Added - Employee Costs to Value Added - Basement Finished - Late Charge Rate - Total Assets to Total Liability - Indebtedness - Liquid Ratio - Net Worth to Total Assets - Subcontracted - Percent of Points Paid by Borrower - Percent of Points Paid by Seller - Percent of Points Paid by Other - Cooperative - Markup - Sales per Employee - Sales to Net Working Capital - Tax Percentage Factor - Total Liability to Net Worth - Percentage of Time - Predominant Occupancy Vacant - Asset to Sales - Capital per Employee - Cash Sales - Collection Period (Days) - Costs per Employee - Accounts Payable (Creditors) to Sales - Current Liabilities to Net Worth - Current Liabilities to Inventory (Stock) - Current Ratio - Fixed Assets to Net Worth - Inventory (Stock) Turnover - Profit per Employee - Quick Ratio (Acid Test) - Retainage Required for Project - Return on Assets - Return on Sales (Profit Margin) - Return on Capital - Shareholders' Return (Return on Net Worth) - Contracts Obtained by Negotiation - Cost Plus Basis - - Purchases on Letter of Credit - Purchases on Floor Plan - Change in Sales - Change in Profit - Damage - Interest on Liabilities - Risk Margin - Liability Ratio - Interest Cover - Annual Limit - Allocation - Ordinance Percentage - Accounts Receivable Turnover - Annual Interest - Apartments - Minimum Purchase Liability - Assessment Ratio - Annual Yield - Students Enrolled in Postsecondary Programs - All Shares of Stock Owned - Class of Stock Owned - Voting Shares Issued - Property in County - Property in State - Apportionment - Bid Guarantee - Ownership - Fixed Assets to Total Assets - Inventory to Total Assets - Accounts Receivable to Total Assets - Industry Probability of Distress - Inventory Financing - Total Base Period Wages - Business Portion - Betterment Percentage - Built-up - Contribution - Commission - Change - Charge - Condominium - Corporate - Contract to Lease - Contractor Share Ratio - Customer Share Ratio - Capacity Used - Current Bad Debt Provision - Decrement Factor - Per Day Limit - Estimate Accuracy - Escalation Factor - Actual Direct Federal Support - Actual Direct Non-Federal Support - Estimated Direct Federal Support - Estimated Direct Non-Federal Support - Federal - Federal Allocation - Fixed Federal - Minimum - Non-Federal - Expense Percentage - Non-Federal Allocation - Prime Interest Rate - Inflation - Probability of Distress - Fault Isolation Time - Forecasted Vacancy and Collection Loss - Gross Adjustment - Intersell - Industrial - Variation in Quantity Over - Variation in Quantity Under - Limit - Maximum Allowable Withholding from Disposable Income - Monthly Limit - Market Share - Maximum Owned by Small Shareholders - Net Adjustment - New Homes - Overall Capitalization Rate - Offtake - Outside Hours - Option Percentage - Lease Production - Previous Bad Debt Provision - Primary Coverage - Paid in Capital - Per Person Deductible - Per Occurrence Deductible - Per Person Monthly Limit - Per Occurrence Monthly Limit - Per Person Limit - Per Occurrence Limit - Previous Participation - Percent of Value of Real Estate Taxes - Percent of Funding - Percent of Day Employed - Percent of Time Employed - Percent of Time Employed in This District - Percent of Time Spent in This Assignment - Percent of Time Spent as Administrator - Above Share - Below Share - Contractor Above Share - Contractor Below Share - Percent Removed - Fixed Fee Rate - Progress Payment Rate - Incentive Fee Rate - Progress Payment Liquidation Rate - Real Estate Owned and Foreclosures - Royalty - Estimated - Alternate Progress Payment Liquidation Rate - Resale - Set Aside - Subcontracted Costs - Moisture Content - Protein Content - Percent Dockage - Test Weight - Percent from Stormwater - Change in Ordinary Income - Change in Taxable Income - Common Stock Reported - Earnings per Share - Equity to Deposit - Equity to Loan - Invested Capital - Loan to Deposit - Operates at Capacity - Ordinary Profit to Sales - Payment Period - Preferred Stock Reported - Previous Percent of Value - Return on Equity of Minority Interest - Tract - Current Liabilities to Total Liabilities - Gross Profit Margin - Current Assets to Total Liabilities - Tax Rate - Working Interest - Per Week Limit - Interest - Percent of Day - Percent of Week - Percent of Year - Asset Turnover - Mutually Defined - - - Shipment, Order, Packaging, Item - Shipment, Order, Item, Packaging - Shipment, Packaging, Order, Item - Shipment, Order, Item - Financial Institution; Client or Party; Contract; Component; Account; Item; Coverage, Rider or Supplementary Benefit - Financial Institution; Client or Party; Contract; Account; Coverage, Rider or Supplementary Benefit - Information Source, Information Receiver, Subscriber, Dependent, Event, Services - Shipment, Order, Tare, Pack - Shipment, Order, Tare, Pack, Batch, Item - Information Source, Information Receiver, Provider of Service, Subscriber, Dependent - Information Receiver, Information Source, Provider of Service, Subscriber, Dependent - Information Source, Provider of Service, Subscriber, Dependent - Provider of Service, Information Source, Subscriber, Dependent - Provider of Service, Information Source, Information Receiver, Subscriber, Dependent - Information Receiver, Provider of Service, Subscriber, Dependent - Provider of Service, Subscriber, Dependent - Subscriber, Dependent - Information Receiver, Subscriber, Dependent - Information Source, Subscriber, Dependent - Information Source, Information Receiver, Group Coverage Options, Subscriber, Dependent - Information Source, Information Receiver, Group Coverage Options - Information Source, Information Receiver, Subscriber, Dependent - Information Receiver, Information Source, Subscriber, Dependent - Information Source, Information Receiver, Provider, Group, Site of Service - Information Source, Information Receiver, Group, Provider, Site of Service - Information Source, Information Receiver, Site of Service, Provider, Group - Information Source, Information Receiver, Provider, Site of Service, Group - Information Source, Information Receiver, Group, Site of Service, Provider - Information Source, Information Receiver, Site of Service, Group, Provider - Address, Shipment, Order - Address, Transaction Reference Number, Suffix, Serial Number - Supergroup, Group, Subgroup, Member - Supergroup, subgroup, member, ancillary facility or department - Supergroup, subgroup, member - Group, member, ancillary facility or department - Group, member - Hospital, ancillary facility or department - Health Industry Business Communications Council (HIBCC) Health Industry Number (HIN) database, facility record, location record - Franchisor, franchisee - Franchisee association, franchisee - Company, Company - Company, Operating Unit - Operating Unit, Operating Unit - Company, Property - Company, Property Property, Property - Operating Unit, Property - Property, Property - Company, Tradename - Operating Unit, Tradename - Property, Tradename - Company, Operating Unit, Operating Unit, Operating Unit - Operating Unit, Operating Unit, Operating Unit, Operating Unit - Company, Operating Unit, Operating Unit, Property - Tradename, Property - Information Source, Information Receiver, Subscriber, Dependent, Provider of Service, Services - Information Source, Information Receiver, Company/Corporation, Operating Unit - Information Source, Employer, Patient - Information Source, Patient - Information Source, Employer, Subscriber, Dependent - Information Source, Information Receiver, Subscriber, Dependent, Referring Provider, Provider of Service, Services - Report, Site, Sample, Test - Information Source, Information Receiver, Provider of Service, Patient - Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Fleet (FL), Jurisdiction (JU) - Credential Action (AP), Company/Corporation (35), Transportation Equipment (E) - Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Jurisdiction (JU) - Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E) - Report (RP), Jurisdiction (JU), Company/Corporation (35) - Report (RP), Company/Corporation (35), Fleet (FL), Jurisdiction (JU), Transportation Equipment (E) - Credential Action (AP), Company/Corporation (35), Jurisdiction (JU), Transportation Equipment (E) - Credential Action (AP), Company/Corporation (35), Transportation Equipment (E), Component (F), Measurement (M), Jurisdiction (JU) - Credential Action (AP), Company/Corporation (35), Cost Type (CT), Jurisdiction (JU) - Credential Action (AP), Company/Corporation (35) - Credential Action (AP) - Reporting Agency, Claim Administrator, Insurer, Insured, Employer, Claimant, Payment - Reporting Agency, Employer, Claimant - Reporting Agency, Claim Administrator, Employer, Claimant - Information Source, Information Receiver, Response Details - Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Fleet (FL), Jurisdiction (JU), Payment Detail (PY) - Credential Action (AP), Company/Corporation (35), Transportation Equipment (E), Payment Detail (PY) - Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Jurisdiction (JU), Payment Detail (PY) - Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Payment Detail (PY) - Credential Action (AP), Company/Corporation (35), Transportation Equipment (E), Component (F), Measurement (M), Jurisdiction (JU), Payment Detail (PY) - Mutually Defined - - - Regular: Current (40 Day Limit) - Regular: First Adjustment (70 Day Limit) - Regular: Prior Adjustment (Claim Settlement) - Regular: Registration Adjustment - Reclaim: Initial Statement - Reclaim: Supplemental Statement - Reclaim: Counter Statement - Alpha State Code - - - Agreed (Rated by Agreement) - Contract (Rated by Contractual Agreement) - Tariff (Rated by Published Tariff) - Universal Machine Language Equipment Register (Rated by UMLER database) - - - Magistrate - Bankruptcy Chapter 7 - Bankruptcy Chapter 9 - Bankruptcy Chapter 11 - Bankruptcy Chapter 12 - Bankruptcy Chapter 13 - Bankruptcy Section 304 - Suspension of Payments - Felony - Misdemeanor - Administrative Agency Appeal - Bankruptcy Adversary Proceeding - Cases for Other Courts - Criminal - Civil - Domestic - Foreign Bankruptcy - Industrial Health and Safety - Juvenile - License - Miscellaneous - Motor Vehicle - Non-Traffic - Other Unlisted Case Type - Private Complaint - Student Aid - Sealed Criminal - Sealed Civil - Traffic - Cross Complaint - Mutually Defined - - - U.S. Circuit Court of Appeals - U.S. Bankruptcy Court - U.S. Claims Court - U.S. District Court - Federal Bureau of Investigation - International Trade Court - U.S. Attorney - U.S. Military Appeals Court - Probation - U.S. Supreme Court - U.S. Department of Transportation - U.S. Commissioner - U.S. Veteran's Appeals Court - Multi District Litigation Panel - Atomic Safety and Licensing Board Panel (ASLBP) - - State Attorney General - Administrative Law Court - Alderman's Court - American Association of Motor Vehicle Administrators (AAMVA) - Associate Court - Court of Criminal Appeals - Corporation Court - Chancery Court - Circuit Court - County Court at Law - Court of Claims - Conciliation Court - Common Claims Court - Court of Common Pleas - Commission - Criminal Court - Constitutional County Court - County Court - Civil Court - City Court - District Attorney - District Court - District Justice Court - State Department of Motor Vehicles - Domestic Court - District Judge System Court - Family Court - General Session Court - Housing Court - Highway Patrol - Hustings Court - Inferior Court - Justice Court - Justice of the Peace - Juvenile Court - Land Court - Law and Equity Court - General Court Martial - Special Court Martial - Summary Court Martial - Magistrate Court - Magisterial Court - Military Police - Municipal Court - Mayor's Court - Orphan's Court - Other Unlisted Administration of Justice Organization Type - Parish Court - U.S. Park Police - Police - Police Court - Park Police - Probate Court - Prosecutor - State Appellate Court - State Bureau of Investigation - Small Claims Court - Appellate Division of Superior Court - Sheriff - Special Justice Court - Single Presiding Officer - State Police - Surrogate Court - State Supreme Court - State Court - Superior Court - Tax Court - Tribal Court - Trial Justice Court - Town Court - Traffic Court - Water Court - Mutually Defined - - - Appearance - Case Status - Disposition - Hearing - Incident - Marriage - Notice - Offense - Pleading - Judge Sentence - Warrant - Accident - Asset Status - Claim Status - Document - Opinion - Order - Other Unlisted Event Type - Plea - Payment - Petition - Party Status - Jury Sentence - Summons - Trial - Mutually Defined - - - Case Information Statement - Sheriff Return of Service - Intent to File Pleading - Appearance - Opinion - Generic Dismissal of Bankruptcy Case - Order of Bifurcation and Dismissal of Joint Bankruptcy - Generic Conversion, Refile Claims in New Case - Generic Conversion, Do Not Refile Claims in New Case - Trustee's Notice of Filing of Final Account - Section 341 Notice, Chapter 7, Individual (Joint), No Asset - Section 341 Notice, Chapter 7, Corporation (Partnership), No Asset - Section 341 Notice, Chapter 7, Individual (Joint), Asset - Section 341 Notice, Chapter 7, Corporation (Partnership), Asset - Section 341 Notice, Chapter 11, Individual (Joint) - Section 341 Notice, Chapter 11, Corporation (Partnership) - Section 341 Notice, Chapter 12, Individual (Joint) - Section 341 Notice, Chapter 12, Corporation (Partnership) - Section 341 Notice, Chapter 13, Individual (Joint) - Proposed Abandonment - Consent Judgment - Notice to Debtor and Debtor's Counsel to Commence Payments - Default Judgment - Foreign Judgment - Judgment Confession - Judgment Note - Summary Judgment - Declaratory Judgment - New Claims Bar Date - Postconversion 341, Chapter 11, Business - Postconversion 341, Chapter 11, Individual - Postconversion 341, Chapter 12, Business - Postconversion 341, Chapter 12, Individual - Hardship Discharge of Chapter 12 Debtor, Plan Not Completed - Discharge of Chapter 12 Debtor After Completion of Plan - Discharge of Chapter 13 Debtor in a Pre-11/5/90 Case - Postconversion 341, Chapter 13, Individual - Hardship Discharge of Chapter 13 Debtor, Plan Not Completed - Summary of Chapter 13 Plan - Discharge of Chapter 13 Debtor After Completion of Plan - Discharge of Joint Chapter 7, Both Debtors Discharged - Discharge of Joint Chapter 7, One Debtor Discharged - Conversion of Chapter 13 to Chapter 7, by Debtor - Conversion Chapter 13 to Chapter 7, by Trustee (Creditor) - Dismissal of Chapter 13 Case - Order of Execution - Levy - Civil Action Hearing - Execution Sale - Recovery of Real Property Hearing - Order for Possession - Judgment - Warrant of Arrest - Summary Conviction - Guardian Notice to Represent Minor Party - Trial Summary Case - Hearing - Continuance - Fugitive - Conviction - Intent to Defend - Transfer - Bail Hearing - Preliminary Hearing - Preliminary Arraignment - Indigency Hearing - Withdrawal of Suspension - Determination of Property Claims - Disposition - Trustee Report of Surplus - Postconversion 341, Chapter 7, Business, Asset - Postconversion 341, Chapter 7, Individual, Asset - Deficiency Notice - Discharge of Debtor, Chapter 7 (11), Individual - Order Approving Account, Discharging Trustee and Closing Estate - Order of Dismissal for Failure to Appear at the Section 341 First Meeting of Creditors - File Claims in Lead Case - Order of Dismissal for Failure to Timely File Schedules - Notice of Appointment of Interim Trustee and Approval of Blanket Bond - Notice of Assets - Order Confirming Plan - Order Dismissing Case - Order for Relief - Proof of Claim - Notice of Deadline for Filing Schedules - Mutually Defined - - - Loaded or Empty Actual Operating Miles, Not Subject to Equalization, Pay Loaded and Empty - Loaded or Empty Actual Operating Miles, Subject to Equalization, Pay Loaded Only. - Loaded Short Route Miles, Empty Actual Miles, Not Subject to Equalization, Pay Loaded Only. - Loaded or Empty Actual Operating Miles, Not Subject to Equalization, Pay Loaded Only. - Revenue Billing Miles Not Paid, Not Subject to Equalization - Equalization Adjustments Only. - - - 0% (No Penalty- Current Reporting) - 10% Trailer/Container - 15% Freight Car/Rack - 20% Trailer/Container - 30% Freight Car/Rack - 0% (No Penalty- Prior Reporting) - - - Allowed Claim - Protested Draft - Combined Wage Claim - Pre-protested Bill - Interstate - Prepetition Charges - Regular - Total Claim - Unsecured Nonpriority Claim - Agricultural Lien - Arrearage - Basis of Claim: Goods Sold - Basis of Claim: Money Loaned - Other Basis of Claim - Basis of Claim: Personal Injury - Basis of Claim: Retiree Benefits per 11 USC - Basis of Claim: Services Performed - Basis of Claim: Taxes - Basis of Claim: Wages - Charge - Chattel Mortgage - Disaster Unemployment Assistance - Debenture - Extended Benefits - Emergency Unemployment Compensation - General Charge - Attachment Lien - Judgment Lien - Mortgage - Mechanics Lien - North American Free Trade Agreement Affected Unemployment Insurance - Other Lien - Official Promise - Unsecured Priority Claim: Alimony and Support - Unsecured Priority Claim: Employee Benefits - Unsecured Priority Claim: Commitments to Maintain Capital - Unsecured Priority Claim: Deposits - Unsecured Priority Claim: Extensions of Credit - Unsecured Priority Claim: Farmers or Fishermen - Protested Check - Other Unsecured Priority Claim - Personal Property Lien - Unsecured Priority Claim: Taxes - Unsecured Priority Claim: Wages - Protested Bill - Secured Claim: Motor Vehicle - Other Secured Claim - Secured Claim: Real Estate - Social Security Claim - Treasury Claim - Tax Lien - Trade Affected Unemployment Insurance - Extended Trade Affected Unemployment Insurance - Value Added Tax (VAT) - Warrant Pledging - - - Invoice By Mail - Invoice Electronically - Invoice Not Required (Such As Evaluated Receipts Settlements) - - - Railroad Leased - Not Customer Owned or Leased - Seller Owned, Returnable - Customer Owned or Leased - Trip Leased - - - Grade Change - Process Start-up - Process Upset - - - Hazard Zone A - Hazard Zone B - Hazard Zone C - Hazard Zone D - - - Bottom - Center - Rear - - - Other Material - Aluminum - Carbon Steel - Fiberglass - Nickel - Stainless Steel - Titanium - - - Processed as Primary - Processed as Secondary - Processed as Tertiary - Denied - Pended - Approved as amended - Approved as submitted - Cancelled due to inactivity - Pending - under investigation - Initial - Received, but not in process - Rejected, duplicate claim - Rejected, please resubmit with corrections - Suspended - Suspended - incomplete claim - Suspended - investigation with field - Suspended - return with material - Suspended - review pending - Suspended Product Registration - Processed as Primary, Forwarded to Additional Payer(s) - Processed as Secondary, Forwarded to Additional Payer(s) - Processed as Tertiary, Forwarded to Additional Payer(s) - Reversal of Previous Payment - Not Our Claim, Forwarded to Additional Payer(s) - Transferred to Proper Carrier - Predetermination Pricing Only - No Payment - Documentation Claim - No Payment Associated - Reviewed - Repriced - Audited - Processed as Conditional - Not Our Claim, Unable to Forward - - Appealed - Weekly Certification - Closed - Open - Reaudited - Reissue - Reopened and Closed - Redetermination - Reopened - - - Aluminum - Hard Wood - As Specified by the DOT - Soft Wood - Burlap - Chemically Hardened Fibre - Cloth - Cloth Top - Cloth or Fabric - Compressed - Corrugated or Solid - Double-wall Paper - Fibre - Fibre (Paperboard) - Fiberboard - Fiberboard Metal - Glass - In Inner Containers - Wire/Cord - Insulated - Steel - Vinyl Coated - Wire Mesh - Iron or Steel - Jumbo - Special Jumbo - Lead - Metal - Metal Cans - Moisture Resistant - Molded Plastic - Multiple-wall Paper (2 or more walls) - Multiple-wall Paper (3 or more walls) - Not Otherwise Specified - Paper - VCI - Other than Glass - Other than Metal or Plastic Tubes, or Glass - Plastic - Vacuum Formed - Paper - Plastic - Structural Foam - Plastic - Injection Molded - Plastic - Polyethylene Lined - Plastic - Virgin - Pulpboard - Plastic - Regrind - Polystyrene - Rubber - Foam - Polycoated - Rubber and Fabric - Special - Standard - Stainless Steel - Tubes, Metal or Plastic - Wood - Single Wall Corrugated Board - Double Wall Corrugated Board - Triple Wall Corrugated Board - Polyvinyl Chloride (PVC) - Polyethylene Terephthalate (PET) - Pallet, Returnable - Splash Blend - Ammo Pack - Ampoule - Attachment - Bag - Bale - Barrel - Banding - Bundle - Beam - Bing Chest - Bin - Bulk - Belting - Bobbin - Bottle - Box - Bracing - Barge - Brick Pack - Basket or hamper - Box, with inner container - Bucket - Cabinet - Cage - Can - Carrier - Case - Containers of Bulk Cargo - Carboy - Can Case - Cheeses - Chest - Car Load, Rail - Household Goods Container, Wood - Container, MAC-ISO, LT. WGT. 8x8x20 Foot Air - Container, Navy Cargo Transporter - Container, Commercial Highway Lift - Container, Engine - Container, Multi-walled, Secured to Warehouse Pallet - Container - Coil - Cones - Core - Cradle - Corner Reinforcement - Crate - Cask - Carton - CONEX - Cylinder - Dry Bulk - Double-length Rack - Drum - Double-length Skid - Double-length Tote Bin - Duffelbag - Egg Crating - Envelope - Edge Protection - Firkin - Flo-bin - Frame - Flask - Forward Reel - Gable Top - Heads of Beef - Hogshead - Hamper - Hopper Truck - On Hanger or Rack in Boxes - Half-Standard Rack - Half-Standard Tote Bin - Intermediate Container - Jar - Jug - Keg - Kit - Knockdown Rack - Knockdown Tote Bin - Liquid Bulk - Lip/Top - Lifts - Liners - Log - Loose - Lug - Lift Van - Mixed Container Types - MILVAN - Multi-Roll Pack - MSCVAN - Mixed - Noil - Pallet - 4 Way - Pail - Pallet - 2 Way - Packed - not otherwise specified - Pieces - Pirns - Package - Primary Lift Container - Platform - Pipeline - Pallet - Pouch - Private Vehicle - Pipe Rack - Partitioning - Plastic-Wrapped Tray - Quarter of Beef - Rail (Semiconductor) - Rack - Reel - Reinforcement - Roll - Reverse Reel - Sachet - Sack - Suitcase - Shaker - Shook - Sheet - Side of Beef - Skid - Skid, elevating or lift truck - Slip Sheet - Sleeve - Spin Cylinders - Spool - Separator/Divider - Shrink Wrap - Single Serving Cup - Stretch Wrap - SEAVAN - Tube - Tote Bin - Tank Car - Tank Truck - Intermodal Trailer/Container Load (Rail) - Tank - Tierce - Trunk and Chest - Truck - Tray - Trunk, Salesmen Sample - Tub - Unpacked - Unit - Vehicles - Vial - Vehicle in Operating Condition - Van Pack - On Own Wheel - Wheeled Carrier - Wrapped - - - Other Gasket Type - Asbestos - Buna - Butyl Rubber - Ethylene Propylene (EPDM) - FDA White-Food Grade - Hypolon - Kalrez - Leather - Natural Rubber - Neoprene - Santoprene - Teflon - Viton - - - Other Trailer Lining Type - Butyl Rubber - Ceramic - Chlorinated Polyethylene Elastomer - Derekane - Halor - Herosite - Kynar - Natural Rubber - Nickel Cladding - Polypropylene - Teflon - Viton - - - Property Conveyance - Mortgage Assignment - Automatic Mortgage Assignment - Mortgage Coinsurance - Supplemental Claim - Property Nonconveyance (Claim without Conveyance of Title) - Property Preforeclosure Sale - Initial Claim - Self-pay - Central Certification - Other Non-Federal Programs - Preferred Provider Organization (PPO) - Point of Service (POS) - Exclusive Provider Organization (EPO) - Indemnity Insurance - Health Maintenance Organization (HMO) Medicare Risk - Dental Maintenance Organization - Deed-in-Lieu Property Sold - Deed-in-Lieu Property Not Sold - Foreclosure Complete Property Sold - Foreclosure Complete Property Not Sold - Liability Insurance - Special Forbearance - Loan Modifications - Partial Claim - Managed Dental - Automobile Medical - Blue Cross/Blue Shield - Champus - Commercial Insurance Co. - Contractual - Disability - Federal Employees Program - Health Maintenance Organization - Liability - Liability Medical - Medicare Part A - Medicare Part B - Medicaid - Medicare Part D - Medicare Advantage Plan - Managed Care Non-HMO - Other Federal Program - Self-administered Group - Title V - Unknown - Veterans Affairs Plan - Workers' Compensation First Report of Injury - Workers' Compensation Health Claim - Workers' Compensation Subsequent Report of Injury - Workers' Compensation Combined First and Subsequent Report - Mutually Defined - - - Contractual Obligations - Correction and Reversals - Denials - Medicare Adjustments - Disallowed charges and noncovered services - Other adjustments - Payor Initiated Reductions - Patient Responsibility - Regulatory Requirement - - - Chapter 07 - Chapter 11 - Chapter 12 - Chapter 13 - - - Air Compressor - Blower - Blower, Stainless Steel - Pump, Stainless Steel - Pump - - - Anhydrous Ammonia - Acid - Cement Discharge - Cross Link Polyethylene (Chemical-Solvent) - FDA Tube (Food Grade) - Galvanized Steel (Hot Asphalt and Tar) - Hot Air Blower - Liquid Propane Gas - Nitrile Tube (Petroleum) - Nitrile Tube (Hot Asphalt and Tar) - Pure Gum Tube (Food Grade, Dry Bulk) - Stainless Steel - Teflon (Fluorocarbon) - Viton (Fluoroelastomer) - - - Aluminum - Brass - Iron - Steel, Nonstainless - Stainless Steel - - - Four Bolt Flange - Dry Disconnect, Female - Dry Disconnect, Male - Quick Fit (Camlock), Female - Quick Fit (Camlock), Male - Threaded, Female - Threaded, Male - - - - Air Filter - Air Dryer - Cyclone - Dry Bulk Filter - Dry Brake Valve - Meter - Nozzle, Drumming - Nozzle, Boxing - Pressure and or Vacuum Valve - Self Contained Breathing Apparatus (SCBA) - Service Truck - Vibrator (Dry Bulk) - - - Collection, Receipts - Consumer Third Party Consolidated Payment - Debt Collection Payment - Payment of Child Support - Pension Payment - Payroll Payment - Royalty Payment - Tax Payment - Third Party Tax Payment - Vendor Payment - - - London (England) Exchange - First Closing - London (England) Exchange - Second Closing - - - Silver - Gold - Platinum - - - Add Fuel - Booking - Charge Battery - Communications Charge - Clearance - Interior Cleaning - Dealer Pickup - Loading - Property Lease - Miscellaneous - Paper Handling - Placarding - Releasing - Replace Placards - Remote Storage - Shuttle Within Yard - Rail Switching - Unloading - Wharfage - Wash and Wax - - - Person - Non-Person Entity - Unknown - Corporation - Trust - Organization - Limited Liability Corporation - Partnership - S Corporation - Federally Chartered Financial Institution - State Chartered Financial Institution - Custodial - Non-Profit Organization - Sole Proprietorship - Government - Non-Profit Government Agency - Limited Partnership - - - U.S. Citizen - Non-Resident Alien - Resident Alien - Illegal Alien - Alien - U.S. Citizen - Non-Resident - U.S. Citizen - Resident - Citizen - Non-citizen with Student Authorization - Non-permanent Resident Alien - Permanent Visa - Temporary Visa - Work Permit - Nordic Citizen - Non-Nordic Citizen - Naturalized Citizen - Eligible Non-citizen - Ineligible Non-citizen - - - Common Law - Registered Domestic Partner - Not Applicable - Divorced - Single - Unknown - Married - Unreported - Separated - Unmarried (Single or Divorced or Widowed) - Widowed - Legally Separated - - - Not Provided - Not Applicable - Female - Male - Non-sexed - Unknown - Unsexable - - - Spouse - Son or Daughter - Father or Mother - Grandfather or Grandmother - Grandson or Granddaughter - Uncle or Aunt - Nephew or Niece - Cousin - Adopted Child - Foster Child - Son-in-law or Daughter-in-law - Brother-in-law or Sister-in-law - Mother-in-law or Father-in-law - Brother or Sister - Ward - Stepparent - Stepson or Stepdaughter - Self - Child - Employee - Unknown - Handicapped Dependent - Sponsored Dependent - Dependent of a Minor Dependent - Ex-spouse - Guardian - Student - Friend - Significant Other - Both Parents - Court Appointed Guardian - Mother - Father - Other Adult - Emancipated Minor - Agency Representative - Collateral Dependent - Organ Donor - Cadaver Donor - Injured Plaintiff - Child Where Insured Has No Financial Responsibility - Widow - Widower - State Fund - Stepfather - Stepmother - Foster Parent - Emergency Contact - Employer - Life Partner - Adopted Daughter - Adopted Son - Adoptive Father - Adoptive Mother - Adoptive Parents - Annuitant - Aunt - Brother - Brother-in-Law - Business - Business Associate - Business Insurance Trust - Business Partner - Charity - Children of Marriage - Company - Corporation - Creditor - Daughter - Daughter-in-Law - Dependent - Estate - Ex-wife - Family Member - Father-in-Law - Fiancé (Male) - Financée (Female) - Fiduciary - Foster Daughter - Foster Father - Foster Mother - Foster Son - God Daughter - God Father - God Parents - God Son - Grandchildren - Granddaughter - Grandfather - Grandmother - Grandparents - Grandson - Great Aunt - Ex-husband - Half Brother - Half Sister - Husband - Institution - Mortgage Holder - Mother-in-Law - Nephew - Niece - Parents-in-Law - Partnership - Partner - Personal Insurance Trust - Sister - Sister-in-Law - Sole Proprietorship - Son - Son-in-Law - Step Brother - Step Children - Step Daughter - Step Sister - Step Son - Trust - Trustee - Uncle - Wife - Teacher - School Counselor - School Principal - Other School Administrator - Coach - Child of a Domestic Partner - Activity Sponsor - Supervisor - Co-worker - Minister or Priest - Ecclesiastical or Religious Leader - God Mother - Probation Officer - Accountant - Advisor - Alma Mater - Applicant - Banker - Clergyman - Client - Club or Organization Officer - Doctor - Educator/Teacher/Instructor - Betrothed - Insured - Lawyer - Medical Care Provider - Neighbor - Other Relationship - Other Relative - Owner - Payor - None - Non-applicable Individual Relationship Category - Mutually Defined - - - Graduated - Income Sensitive - Income Contingent - Level (Sum Constant) - Credit Account - Private Netting Agreement, Pay by Wire Transfer - Compensation by Balance - Pay By Check - Debited - Electronic Payment System - Freight Payment Bank - CCD (NACHA Cash Concentration/Disbursement - Funds Transacted without Remittance Information) - CCD+(NACHA Cash Concentration/Disbursement - Funds Transacted Plus an 80 Record Remittance Detail) - Invoiced Separately - CTX (NACHA Corporate Trade Exchange - Transaction Plus Remittance Detail in ANSI Standard Flexible Format) - Private Netting, Pay by Check - Letter of Credit - Deduction from Film Rental - Billing Account - CTP (NACHA Corporate Trade Payment - Transaction Plus Remittance Detail in Fixed Format) - Previously Charged - Petroleum Clearinghouse Bank - Related Detail Account - Summary Account - Wire Transfer - Direct Pay to Others - Lock Box - Waived - In Kind Payment - Credit - Bank Draft - Cash - Credit Card - - Money Order - Special Account - Travelers Check - - - Primary Residence - Second Home - Additional Residence beyond Second Home - Vacation Home - Non-Owner Occupied Residence - Not Specified - Acute Care Facility - Boarding Home - Sub-Acute Care Facility - Investment Property - Former Residence - Hospice - Intermediate Care Facility - Long Term or Extended Care Facility - Nursing Home - - - Hazard Insurance - Mortgage Insurance - Renters Insurance - Flood Insurance - Homeowners Insurance - Homeowners Association Dues - Termite Insurance - Gas - Electricity - Sewers - Septic Tank - Ground Rent - Water - Real Estate Tax - Front Foot Tax - Sewer Tax - Garbage, School and Other Service Taxes - Easement Tax - Surcharges - Condominium Fee - Principal, Interest, Taxes, and Insurance (PITI) - Other Financing Principal and Interest - Other General Expenses - Total Proposed Housing - Rent - First Mortgage Principal and Interest - Total Present Housing Expense - Estimated Taxes - Special Assessment - Actual Real Estate Taxes - Estimated Real Estate Taxes - Tax Rate per $100 - Other Taxes or Assessment - Licenses - Fuel - Water and Sewer - Trash Removal - Pest Control - Building Maintenance and Repair - Interior and Exterior Decorating - Cleaning Expenses - Supplies - Elevator Maintenance - Pool Maintenance - Parking Area Maintenance and Snow Removal - Gardening - Nonresident Manager - Resident Manager's Apartment Allowance - Custodian's Apartment Allowance - Advertising - Telephone - Leased Furniture - Carpeting and Drapes - Ranges and Refrigerators - Dishwashers and Disposals - Individual Heating and Air Conditioning Units - Association Fee - Club House Fee - Pool Usage Fee - Dockage Fee - Optional Services Fee - Total - Management - Net Operating - Build-out Allowance - Maintenance Fee - Unit Charge - Earthquake Insurance - Leasehold Payments - Insurance - Total - Public Utility - Total - Taxes - Total - Community Fees - Total - Total Monthly Debt - First Mortgage Monthly Principal and Interest - Second Mortgage Monthly Principal and Interest - Other Principal and Interest - - - Round to Nearest (Rule of Fives) - Round Down - Truncate - Round Up - - - No - Unknown - Not Applicable - Yes - - - Manufactured - Commercial - Non-Residential - Commercial - Residential - Condominium - Farm - Home & Business Combined - Land and Lots - Mobile Home - Deminimus Planned Unit Development (PUD) - Attached - Detached - Cooperative - Single-family Residence - Two-to-Four-unit Residence - Townhouse - Apartment Condominium - Multifamily (More than Four Units) - Twin Home - Bridges - Dams - Towers - Tunnels - Pipelines - Drilling Rigs - Antennas - Storage Tanks - Billboards and Signs - Fixed Machinery - Planned Unit Development - Site Built - High-rise - Subdivision - Stacked - Zero Lot Line - Row House - Modular - Yard - Factory - Garage - Office - Premises - Shop - Showroom - Warehouse - Works - Workshop - Residential - Commercial - Seasonal - Timeshare - Business Opportunity - Industrial - Ranch - Industrial Building - Semi Detached Building - Detached Building - Industrial Mall - Shopping Plaza - Shopping Mall - Apartment Building - Residential Buildings - Other Property Type - Coldstore - Complex - Forecourt - Hotel - Laboratory - Stadium - Store - Low Rise - Vacant Lot - Mixed Use Residential - Unknown - Mutually Defined - - - For Sale - For Lease - For Rent - Trade - Timeshare - Property Still Under Developer's Control, Project not Completed - Project is Complete - Will Remain or Become Primary or Additional - Project is Completed and Controlled by Home Owner's Association Greater Than Two Years - Pending Sale - Rental Being Held for Income - Already Sold - Retained - - - Deed to Secure Debt - Deed of Trust - Land Contract (Contract for Deed) - Mortgage - - - Appraised Value as Determined by Agency - Value as Determined by Applicant or Loan Originator - Appraised Value Determined by Appraiser - Reasonable Value as Determined by Agency - - - Restricted Fee (Tribal Lands) - Inclusionary Zoning - Co-Operative - Trust Land - Co-own - Fee Simple - Other Ownership Rights - Shares - Unassigned - Leasehold - Own - Rent - Condominium - Uses as Collateral - Unknown - Living Rent Free - - - Electronic Data Interchange - Face-to-Face - Mail - Telephone - - - Sunday and Holiday Pickup Service - Saturday Pickup Service - Multiple Shipment - Other - Cut Flowers - Special Pickup Service - Container Shipment - High Value Shipment - Airport Terminal - Canadian Business Delivery - Carrier Advance - Business Delivery (Contracted) - Convenience Center - Customer Counter Pickup - Residential Delivery (Contracted) - Contract Shipment Delivery - City Terminal - Drop Box - Drop Trailer - International Business Delivery - International Residential Delivery - Live Delivery - Live Load - On-call Pickup - Other Carrier's Terminal - Private Box - Business Delivery (Regular) - Canadian Residential Delivery - Residential Door - Regular Pickup - Residential Delivery (Regular) - Shippers Door - - - Assumption Allowed, Liability Released - Assumption Allowed, Liability Not Released - Qualifying - Non-Qualifying - - - Purchase Existing Home Previously Occupied - Purchase Existing Home Not Previously Occupied - Finance Improvement to Existing Property - Construct Home - Refinance - Purchase New Condominium Unit - Purchase Existing Condominium Unit - Finance Co-Operative Purchase - Manufactured Home - Manufactured Home and Lot - Manufactured Home and To Buy Lot - Manufactured Home and Lot Loan Refinanced - Construct New Home and Convert to Permanent - Purchase Unimproved Land - Other Loan Purpose - Purchase, Purpose Unidentified - Single Family - Multifamily Construction - Multifamily Project - Single Family Serial Note - All Terrain Vehicle - Dirt Bike - Farm Equipment - Jet Ski - Truck - Motorcycle - Snowmobile - Home Equity - Purchase Money Mortgage - Additional Financing - Auto Lease - Airplane - Automobile - Boat - Charge Cards - Charged Off - Camper or Trailer - First Mortgage Real Estate - Mobile Home - Personal - Real Estate - Recreation Vehicle - Student Loan - Second Mortgage Real Estate - Sharedraft Overdraft - - - Cash - Change in Rate or Term or Both - Home Improvement - Education - Medical - Increase Rate - Reduce Term - Adjustable Rate to Fixed Rate - Debt Consolidation - Change in Loan Type - Other Purpose - Purchase - Reduce Rate - Equity Takeout - Construction to Permanent - Construction - Combined Construction and Permanent - Increase Term - Balloon Satisfaction - Rate or Term Refinance with Cash Out - Mutually Defined - - - Cash-Borrowed - Cash - Equity from Pending Sale of Property - Cash-Gift - Non-Cash - Sweat Equity - Trade Equity - Secondary Financing Secured by Same Property - Lot Equity - Lease Payments - Pledged Collateral - Sale of Chattel - Grant - Proceeds of Loan Fully Secured by Borrower's Own Assets - Grant From Non-Profit Organization - Grant From Federal Government - Grant From State Government Organization - Grant From Local Government - Grant From Employer - Unsecured Loan - Not Applicable - Premium Pricing - Closed End Second Mortgage - Seller Take Back - Affordable Second Mortgage - Home Equity Line of Credit - Gift of Equity - Mortgage Insurance Premium or Veteran Administration Funding Fee Refund - Commitment or Origination Fee - Buydown Funds - Closing Costs - Discount Points - Relocation Funds - Employer Assisted Housing - Lease Purchase Funds - Other - Savings - Equity on Sold Property - Equity from Subject Property - Certificate of Deposit - Financial Arrangement - Stocks and Bonds - Equity from Pending Home Sale - Trust Funds - Retirement Funds - Life Insurance - Secured Borrowed Funds - Earnest Money - Mutually Defined - - - Permanent - Temporary - - - Adjustable Payment Based on Index - Fixed Payment with Balloon Option - Pledged - Growing Equity Mortgage (GEM) - Fixed Payment - Graduated Payment Mortgage (GPM) - Interest Only with Balloon - Graduated Payment Adjustable Rate Mortgage - Extended Term - Wraparound Mortgage - Collateral Pledge Graduated Payment Mortgage - Fixed Payment With Buydown - Other Loan Payment Type - Step Rate - Tiered - Renegotiated Rate - Reverse Annuity - Reverse Installment Buydown - Shared Appreciation - Second Mortgage - Interest Only - Non-level - Biweekly - Five-year Balloon - Seven-year Balloon - Regular Reducing - Skip - Balloon - Single - Fixed Principal Payment - Start Up Mortgage - - - Fixed - Adjustable or Variable - Student Loan Split - Student Loan Variable - Simple - Compound - Discount - - - Treasury Bill - 1 Year - Treasury Bill - 3 Year - Treasury Bill - 6 Months - Treasury Bill - 5 Year - Treasury Bill: 3 Month Index (Weekly Auction) - Treasury Bill: 6 Month Index (Weekly Auction) - Treasury Bill: 6 Month Index (Monthly Auction) - Treasury Bill: 6 Month (Invest) (Weekly) - Treasury Bill: 6 Month (Invest) (Monthly) - Cumulative Average Previous 4 Weeks of 6 Month T Bills - Cumulative Average Previous 26 Weeks of 6 Month T Bills - Cumulative Average Previous 12 Months of 6 Month T Bills - Treasury Sec.: 1 Year (Weekly Average) - Treasury Sec.: 2 Year (Weekly Average) - Treasury Sec.: 3 Year (Weekly Average) - Treasury Sec.: 5 Year (Weekly Average) - Treasury Sec.: 7 year (Weekly Average) - Treasury Sec.: 10 Year (Weekly Average) - Treasury Sec.: 1 Year (Monthly Average) - Treasury Sec.: 3 Year (Monthly Average) - Treasury Sec.: 5 Year (Monthly Average) - Cumulative Average Previous 12 Months of 1 Year Treasury Secretary - Federal Home Loan Bank District 11 Index - OTS: Average Contract Rate - OTS: Series of Closed Loan Index - OTS: Fixed Rate, Closed Loan All Lenders - OTS: S & L Average Quarterly Cost of Funds - OTS: S & L Median Monthly Cost of Funds - OTS: 11th Dist. Cost of Funds (Monthly) - OTS: 4th Dist. Cost of Funds (Monthly) - OTS: 7th Dist. Cost of Funds (Monthly) - OTS: 1 Year 1st Dist. Advance Rate (Daily) - OTS: 11th Dist. Daily Guarantee 30 Day Comm 5 Year - Federal Home Loan Bank Index - OTS: 4 Year 2nd Dist. Advance Rate (Daily) - OTS: 5 Year 2nd Dist. Advance Rate (Daily) - OTS: Average Previous 12 Month Series Closed Loans - OTS: Average Previous 12 Month 11th Dist. Cost of Funds - OTS: Semi-Annual Cost of Funds for CA Members - OTS: Nat. Mon. Median Cost of Funds Ratio - OTS: Federal Cost of Funds - OTS: Quarterly National Average Cost of Funds - OTS: Semi-annual National Average Cost of Funds - London Interbank Offered Rate (LIBOR) - Libor: 1 Month Rate - Libor.: 3 Month Rate - Libor.: 6 Month Rate - Libor.: 1 Year Rate - Libor.: 1 Month Fannie Mae Index (Monthly) - Libor: 3 Month Fannie Mae Index (Monthly) - Libor.: 6 Month Fannie Mae Index (Monthly) - Libor: 12 Month Fannie Mae Index (Monthly) - Libor: 1 Month Wall Street Journal Rate - Libor: 6 Month Wall Street Journal Rate - National Cost of Funds - Prime - National Average Contract Rate on Previous Occ. Homes - Wall Street Journal Prime Rate - 6 Month Certificate of Deposit Rate - NY Federal Res. 6 Month Jumbo CD Rate (Daily) - 6 Month Money Market-Comml. Bank (Weekly) - 6 Month Treasury Bill Secondary Market - 6 Month CDS-Secondary Market (Weekly) - 6 Month CDS-Secondary Market (Monthly) - Fannie Mae: Blend 50% Frm./50% 1 Year Treas. - Fannie Mae: Blend 75% Frm./25% 1 Year Treas. - Fannie Mae: 30 Day Frm. Yield Actual/Actl. - Fannie Mae: 30 Day Frm. Yield Schl./Actual - Fannie Mae: 60 Day Frm. Yield Actual/Actl. - Fannie Mae: 60 Day Frm. Yield Schl./Actual - Mutually Defined - - - Completed - In Process - Pending - - - Seller - Builder or Developer - Borrower - Not Financed - Lender - Borrower - Financed - Parent - Non-Parent Relative - Unrelated Friend - Employer - Other Source - Borrower - Paid Outside of Closing - Real Estate Agent - - - Conventional - Veterans Administration Loan - Federal Housing Administration Loan - Farmers Home Administration Loan - State Agency - Local Agency - Other Real Estate Loan - Federal Housing Administration Multifamily Loan - Conventional Uninsured - Commercial - U.S. Department of Housing and Urban Development - Rural Housing Services - Federal Housing Administration Title 1 - Contract for Deed or Land Contract - Owner Financed - Bond - Residential - Mutually Defined - - - Standard Application - Delegated - Prequalification - Reduced Documentation - - - Cash - Deferred Premium - Financed - - - Both - No Coverage - Pool - Primary - - - Temporarily Articulated Load - Straight Plan - Average Agreement - Switch Bill - Storage - Detention - Store in Transit - For Furtherance of Transit - Flat Car Composite Billing - Multiple Shipment Billing - Paired Trailer Shipment - Multi-car Transit - Rule 24 Lead and Trailer Equipment on Single Revenue Bill - Single Shipment Billing - Transit Billing - Unit Train Billing - Normal Bill of Lading - Negotiable Bill of Lading - Straight Consignment Bill of Lading - Route Code Bill of Lading - - - Batch Accept - Batch Accept with Data Content Change - Batch Accept with Error - Batch Partial Accept/Reject - Batch Reject - Functional Group Accept - Functional Group Accept with Data Content Change - Functional Group Accept with Error - Functional Group on Hold - Functional Group Partial Accept/Reject - Functional Group Reject - Item Accept - Item Accept with Data Content Change - Item Accept with Error - Item Partial Accept/Reject - Item Reject - Transaction Set Accept - Transaction Set Accept with Data Content Change - Transaction Set Accept with Error - Transaction Set on Hold - Transaction Set Partial Accept/Reject - Transaction Set Reject - - - Adjusting - Standard - Pool - Level Annual Coverage - Primary - Risk Sharing - Second Layer - Second Layer Standard - Mutually Defined - - - First (Primary) - Second - Third - Fourth - Unsecured - Wrap-Around - Mutually Defined - - - Constant - Declining - No Renewals - - - Alternative - Streamlined Refinance - No Document - No Deposit Verification - No Employment or Income Verification - Full - No Deposit, Employment, or Income Verification - Reduced - - - Prefix - First Name - First Middle Name - Second Middle Name - Last Name - First Initial - First Middle Initial - Second Middle Initial - Suffix - Generation - Doing Business As (DBA) or Trading As (T/A) - Combined (Unstructured) Name - Combined Name and Account Number - Name of an agency - Maiden or former name - Composite name (used if the name cannot be broken into separate parts, formatted with last name sent first) - Middle Names - Preferred First Name or Nickname - Corporation - Corporation Suffix - Professional Title - Organization Name - - - 1 Year - Periodic - Single (One Time) - Life-of-Loan - Loan to Value Percent - - - Street Number - Street Name - Prefix Direction - Suffix Direction - P.O. Box Number - Rural Route Number - City Name - State Name - State Postal Code - Zip Code (5 Digit) - Zip Code Addendum (4 Digit) - Building Name - Apartment Number - Suite Number - Unstructured Street Address - Unstructured City and State and Zip Code - Unstructured City and State - Unstructured Mailing Address - Zip Code (9 Digit) - County - Subdivision - Map Coordinates and Directions - Continent - State or Province Abbreviation - Township - Municipality - Sub-barrio - Association Name - Parking Unit Number - Pier - Wing - Floor - Driveway - Lot - Room - Slip - Unit - Property Address - Unstructured Property - Street Suffix - Country - House Number Prefix - House Number Suffix - Drawer Number - Foreign Region or Province - Postal District - Street Number Alpha - Province - Cross Street - International Postal Code - Street Number Low - Street Number High - Street Number Fraction - Street Name Suffix - Secondary Unit Identifier - Secondary Unit Number - ZIP Code Delivery Point Addendum - ZIP Code Delivery Point BarCode (DPBC) Checkdigit - Postal Service Carrier Route - Postal Service Carrier Route Line of Travel (LOT) - Postal Service Address Change Service (ACS) Keyline - Congressional District Code - Zip Code (11 digit) - International Organization for Standardization (ISO) Country Code - Street Name Prefix - Private Mail Box (PMB) - Urbanization - Access Customer Terminal Location (ACTL) - Additional Point of Termination (APOT) - Local Service Termination (LST) - Specific Point of Interface (XPOI) - Section - Range - Geographical Area - High Even Street Number - High Odd Street Number - Low Even Street Number - - Secondary Address High - Secondary Address Low - High Even Secondary Address - High Odd Secondary Address - Low Even Secondary Address - Low Odd Secondary Address - Building Number - - - Given Name (Name at Birth) - Current Legal - Alias - Name of Record - Previous Name - Name of Record Requestor - Married Name - Professional Name - Doing Business As (DBA) and Trading As (T/A) - Spouse - Combined Name and Account Number - Beneficiary - Primary Care Provider - Corrected Insured - Prior Incorrect Insured - Corrected Name - - - January - February - March - April - May - June - July - August - September - October - November - December - - - Not Provided - Not Applicable - Asian or Pacific Islander - Black - Caucasian - Subcontinent Asian American - Other Race or Ethnicity - Asian Pacific American - Native American - Hispanic - American Indian or Alaskan Native - Native Hawaiian - Black (Non-Hispanic) - White (Non-Hispanic) - Pacific Islander - Black or African American (Office of Management and Budget 1997) - Hispanic or Latino (Office of Management and Budget 1997) - White (Office of Management and Budget 1997) - American Indian or Alaska Native (Office of Management and Budget 1997) - Asian (Office of Management and Budget 1997) - Native Hawaiian or Other Pacific Islander (Office of Management and Budget 1997) - Not Hispanic or Latino (Office of Management and Budget 1997) - Mutually Defined - - - Bounceback - Direct Home Delivery - Direct Mail - Electronic - Free Standing Insert - Handout - Sample - Instant Redeemable - In Pack - Magazine - Customer Relations - Newspaper - On Pack - Retail In-ad - Shelf Pad - Theme Promotion - - - Vent 25% Open - Vent 50% Open - Vent 75% Open - Vent 100% Open - Closed - Vent 10% Open - Carrier to Set Based on Commodity Type - - - Age Rated - All Aviation Excluded - No Differentiation on Tobacco Use - Facultative - - Super Preferred - Uninsurable - Declined - Exclusion - Flat Extra - Military Aviation Excluded - Non-smoker - Non-tobacco - Preferred - Standard - Smoker - Tobacco - Table Rated - Mutually Defined - - - Carrier Initiated Revenue Waybill Cancel - System Initiated Cancelled and Fully Concurred - System Initiated Cancelled Disputed Status - Carrier Initiated Challenge - Carrier Initiated Concurrence Without Opinion - Carrier Initiated Concurrence With Opinion - System Initiated Settlement, Child Settled, Parent in Dispute Status - Carrier Initiated Concurrence to Date Change Only - Currency Dispute - System Initiated Settlement, Active Road on Silent Concurrence, Divisions Generated - System Initiated Settlement, Silent Road on Silent Concurrence, Divisions Generated - System Initiated Deletion From Route by Another Carrier - Carrier Initiated Deletion from Route (Not in Interline Movement) - Carrier Initiated Settlement Date Change - System Initiated Government Dispute - Delay Shipment Dispute - Null Settled Due to AAR Rule 11 Parent Null Settled - New Road, Route Dispute - Carrier Initiated Waybill Opinion - Carrier Initiated Revenue Waybill - System Initiated Postponement to Settlement Due to AAR Rule 11 Notify Party - Prepaid or Collect Dispute - Route Dispute - System Initiated Settlement, Active Road on Silent Concurrence - System Initiated Settlement, Composite Version Due to Forced Settlement - System Initiated Settlement, Force Settled on Dispute - System Initiated Settlement, Null Value - System Initiated Settlement, Silent Road on Silent Concurrence - System Initiated Settlement, Fully Concurred - System Initiated Trace for Concurrence to AAR Rule 11 Notify - Transit Dispute - System Initiated Trace for Concurrence to Revenue Waybill - AAR Rule 11 Dispute - - - Primary Disability - Frozen - Primary Disability - Non-frozen - Dependent Disability - Frozen - Dependent Disability - Non-frozen - Retirement - Frozen - Retirement - Non-frozen - Permanent - Temporary - Canadian - Joint - Deferred - Eligible - Applied - Receiving - Defense Medical Evaluation - Delayed Reporting Penalty (Insured) - Engineering Services - Expert Test (Trial) - Expert Fees and Expenses (excluding tests and testimony) - Fee Schedule Savings - Fatal - Permanent Total - Permanent Total Supplemental - Permanent Partial Scheduled - Permanent Partial Unscheduled - Temporary Total - Temporary Partial - Employer Liability - Permanent Partial Disfigurement - Unspecified Employer Payments - Funeral Expenses - Penalties - Interest - Employer's Legal Expenses - Claimant's Legal Expenses - Payments to Physicians - Hospital Costs - Other Medical - Vocational Rehabilitation Evaluation - Vocational Rehabilitation Education - Other Vocational Rehabilitation - Total Temporary Catastrophic - Unknown Payment Type - Vocational Rehabilitation Maintenance - Claim Value Recovery - Deductible Recovery - Additional Living Expense - Alternative Dispute Resolution Services - Anesthesiologist - Annuity - Attorney Expenses - Attorney Fees - Auto Liability Subrogation - Not Eligible - Catastrophic Benefits - Central Index Bureau Filing Fees - Chiropractor - Indemnity Reserves - Medical Reserves - Expense Reserves - Vocational Rehabilitation Reserves - Indemnity Payments - Medical Payments - Expense Payments - Vocational Rehabilitation Payments - Claim Payment - Claim Reserve - Bodily Injury Payment - Bodily Injury Reserve - Property Damage Payment - Property Damage Reserve - Comprehensive Payment - Comprehensive Reserve - Collision Payment - Collision Reserve - Salvage - Expert Witness Fees - Claimant Legal Expense - Claimant Medical Evaluation - Commercial Photographers - Mandated Medical Exam - Death Benefits - Defense Attorney Fees and Expenses - Funeral Benefits - Hearing Attendance or Representation Fees - Hospital - Inpatient Charges - Hospital - Outpatient Charges - Hospital Bill Audit - Impairment Income Benefits - Independent Adjustor Expense - Independent Medical Exam - Legal Expenses - Miscellaneous - Chiropractic Expenses - Dental Expenses - Physical Therapy Costs - - Durable Medical Costs - Medical Travel Costs - Employee Medical-Legal Costs - Employer-Claim Administrator Medical-Legal Costs - Agreed upon or Directed Medical-Legal Costs - Unallocated Funds - Future Credit Recovery - Liability Settlement - Life Pension - Lump Sum Remarriage Payment - Lump Sum Settlement Amount - Major Case of Individual Case Reporting - Medical Equipment - Peer Review Board Expenses - Medical Management Services - Medical Records or Reports - Medical Rehabilitation - Medical Test (Trial) - No-fault benefit or expense (Non-Workers Compensation) - Nursing Care - Extended Care Facility - State Fund - Other - Penalties Paid on Medical Benefits - Penalties Paid on Indemnity Benefits - Pension Indemnity Benefit - Personal Property or Contents - Pharmacy - Photographs other than Commercial - Physiotherapy - PPO (Preferred Provider Organization) Fees or Expenses - Product Liability Subrogation - Property Adjustment - Provider Bill Audit Expense - Radiology - Time and Expense Fees - Scheduled Award - Social Security - State Second Injury Fund - State Supplemental Fund - Supplemental Permanent Total Benefits - Employee Interest - Testing Lab - Third Party Contribution - Transportation - Other - Transportation - Medical Treatment - Treating or Panel Physician - Utilization Review - Hospital - Utilization Review - Physician - Unallocated Indemnity - Unallocated Medical - Witness Fees and Expenses - Other than Expert Witness - Vocational Rehabilitation Training - Appraisal Fees - Autopsy Fees - Surveillance Special Investigation Fees and Expenses - Temporary Income Benefits - Federal Second Injury Fund - Federal Supplemental Fund - Flat Rate - Employer Paid Temporary Total Disability - Employer Paid Temporary Partial Disability - Court Reporter Fees - Private Investigator Fees - - - Contingent - Primary - - - First grade - Second grade - Third grade - Fourth grade - Fifth grade - Sixth grade - Seventh grade - Eighth grade - Ninth grade - Administrative - Kindergarten - Tenth grade - Eleventh grade - Twelfth grade - Managerial - Other Professional - Clerical - Technical - Skilled Crafts - Service Maintenance - Non-Degree or Temporary Undergraduate in Postsecondary school - Postsecondary First Year Student - Postsecondary Sophomore - Postsecondary Junior - Postsecondary Senior - Postsecondary Post-Baccalaureate Student - Postsecondary Non-Degree Graduate Student - Postsecondary Professional Student - Postsecondary Master's Degree Student - Postsecondary Doctoral Student - Postdoctoral Student - Postsecondary Bachelor Preliminary Year - Postsecondary Fifth Year Student - Postsecondary Masters Qualifying Year - First-year Graduate - Second-year Graduate - Third-year Graduate - Beyond Third-year Graduate - First-year, Attended College Before - First-year Professional - Second-year Professional - Third-year Professional - Beyond Third-year Professional - High School - Middle School - Junior High School - - Associate Degree - Baccalaureate (Bachelor's) Degree - Medical Test (Trial) - Clinical Medicine - Doctoral Degree - Elementary School - Employment - Executive - Fall Term First Professional - First Professional - Fall Term Graduate - Full-time First-time Degree-seeking Undergraduate - First-time Degree-seeking Undergraduate - Graduate - High School Graduate or Equivalent - Attended high school, but did not graduate. - Infant (0 to age 2) - Intramural - Local Education Agency (LEA) - Master's Degree - Mixed Grades - Middle or Junior High School - None - Pre-Kindergarten Level 0 - Pre-Kindergarten Level 1 - Pre-Kindergarten Level 2 - Pre-Kindergarten Level 3 - Pre-Kindergarten Level 4 - Pre-Kindergarten Level 5 - Postsecondary Certificate or Diploma - Professional Degree or Certification - Professional - Pre-Kindergarten - Pre-clinical Medicine - Postsecondary - Some Postsecondary (e.g., college) - School - Instructional - Secondary School - Support Services - Twelve Month First Professional - Twelve Month Graduate - Undergraduate - Ungraded - Varsity - Vocational School - - - Self-contained (Regular Class) - Resource Class - Separate Class - Public Separate School Facility - Private Separate School Facility - Public Residential Facility - Private Residential Facility - Correction Facility - Homebound or Hospital Environment - Bilingual Class - Departmentalized (Regular Class) - Center-based Instruction - Televised Instruction - Individualized Instruction - Independent Study - Laboratory - English as a Second Language (ESL) Class - Discussion - Residency - Internship - Practicum - Work Study - Co-operative Education - Clinic - Lecture and Laboratory - Lecture and Discussion - Lecture - Other - Classroom - Home Study - On-line Instruction - Distance Learning - Seminar - Field Work Experience - Group Projects - Applied Learning - Recital - In-Service Training - Workshop - Self-contained Combined Resource - Experiential Learning - - - Alternative Education - Gifted or Talented - Limited English Proficiency - Migrant Program - Pre-Kindergarten - Remedial or Compensatory Program - Vocational Program - General Education Development (GED) Preparation - At-Risk or Dropout Prevention Program - Discipline or Disruptive Program - English as a Second Language Program - Bilingual Education Program - Adult High School Education Program - Adult Basic Education Program - Title 1 or Chapter 1 Program, Elementary and Secondary Act of 1965 (ESEA) (P.L 89-10) - State Compensatory Education - Indian Education - Transitional Bilingual Education - Specially Designed Academic Instruction in English (Sheltered English) - Primary Language Support (Bilingual Aide) - Academic Subjects through Primary Language - Early Intervention Services - Related Services - Individual and Small Group Instruction - Tutorial Services - Note-taking Assistance - Test-taking Assistance - Educational Therapy - Study Skills Assistance - Instruction in the Home or Hospital - School Clothing - Child Care or Center Services - Language, Speech Development and Remediation - Audiological Services - Orientation and Mobility Instruction - Adapted Physical Education - Vision Services - Specialized Driver Training Instruction - Counseling and Guidance - Psychological Services Other than Assessment and Development of the Individualized Education Program (IEP) - Family Counseling and Training - Health and Nursing Services - Social Worker Services - Specially Designed Vocational Education and Career Development - Recreation Services - Specialized Services for Low-incidence Disabilities such as Readers, Transcribers and Vision and Hearing Services - Transportation - Children's Protective Services - Substance Abuse Education and Prevention - Teen or Adolescent Family Planning - Speech Therapy - Occupational Therapy - Physical Therapy - Music Therapy - Art Therapy - Dance Therapy - Interpreter for the Hearing Impaired - Rehabilitation Counseling Services - Orientation and Mobility Services - Case Management Services - Mental Health Services - Vocational Rehabilitation Training and Job Placement - Supported Employment Services - Independent Living Services - Residential Services - Communication Services - Technological Aids - Community Recreational Services - Community-based Instruction - Pre-College Development Program - State or Province Defined Program - Local or District Defined Program - Other Program - Lender Provided Counseling Program - Non-profit Organization Counseling Program - Public or Government Agency - Other Organization Program - Borrower Counseling Program Not Provided - Third Party Provided Counseling Program - American Homeowner Education Institute Approved Counseling Program - Academic or Career Counseling - Employment Services for Current Students - Placement Services for Completers - Library - Shared Library - - - Federal - State - Local - Private - Combination - Regional - Territory - State Non-resident - Not Applicable - - - Academic Record - Behavioral Performance - Physical Condition - Test Scores - Age - Limited English Proficiency (LEP) - Family Background - Residence - High School Graduation - Open Admission - Evidence of ability to benefit from institution - Class Standing - Other - - - Employee Mobility - Pre-existing Conditions - Diagnosis - Condition - Occurrence - Occurrence Span - Value - Ambulance Certification - Chiropractic Certification - Durable Medical Equipment Certification - Enteral or Parenteral Therapy Certification - Oxygen Therapy Certification - Admitting Diagnosis - Principal Diagnosis - Pre-Existing Physical Condition - Pre-Existing Mental Condition - Routine Foot Care Class Finding - Systemic Condition for Routine Foot Care - Co-op Advertising - Commercial Advertising - Specimen Kit Type Code - Laboratory Test Condition Code - Automobile Loss - Laboratory Results Identification Code - Line of Business Code - United States Department of Vital Statistics E-Code - Employment Status Information - Income - Loan Information - Injury or Illness - Benefit Adjustment - Claimant - Contractholder Branch - Contractholder - Secondary Claim Administrator - Primary Claim Administrator - Reporting Agency - Process - Hazardous Material - Activity - Accident - Initial Treatment - Cause of Injury - Part of Body - Nature of Injury - Source of Injury - Job - Loss Prevention - Managed Care - Risk Management - Claim Handling - Event or Exposure - Equipment or Materials or Chemicals - Coverage - Overbite - Overjet - Profile - Crossbite - Arch Asymmetry - Dentition Midline - Crowding - Molars - Cuspids - Interviewee - Verification of Deposit - Verification of Mortgage - Verification of Income or Employment or Both - Verification of Rent - Verification of Loan or Installment Debt or Both - Anti-fungal Therapy - Hospice - Primary Diagnosis - Secondary Diagnosis - Tertiary Diagnosis - Procedure Code - Functional Limitations - Activities Permitted - Mental Status - Manner Property Title Held - Property Improvements - Complete Appraisal - Limited Appraisal - Restricted Appraisal Report Limiting Conditions - Route of Administration - Borrower Information - Contract Information - Fannie Mae (Federal National Mortgage Association) - Freddie Mac (Federal Home Loan Mortgage Corporation) - Deductible - Advertising Copy - Private Remarks - Compensation Notes - Open House Notes - Tour Notes - Terms of Sale - Restrictions - Disclosures - Exceptions - Inclusions - Lease Type - Contracting District Type - Mortgage Record Change - Mortgage Insurance Termination - Mortgage Insurance Cancellation - Mortgage Servicing Transfer - Appraisal - State License Disciplinary Action - Source of Data - Endorsement - Notification - All - Agent's Questions - Agent's Share - - Contact or Reference Information - Cost Basis - Driving Infractions - Excess Dividend Use - Home Health Aide - Existing Coverage Information - Hospitalization - Activity Limitations - Juvenile Information - Occupation Information - Personal Finance and Business Information - Appearance - Rating Information - Arrest - Replaced Amount - Authority - Automated Underwriting Information - Aviation - Surgery - Travel Information - Age Remark - Property Remark - Audit Data - Declaration Sheet Indicator - Servicing Data - Single Family - Multifamily - Payment Handling - Ginnie Mae 1 - Ginnie Mae 2 - Ginnie Mae 2 Custom - Bankruptcy - Business Beneficiary - Building Condition - Buydown - Beneficiary - Tax Agency Parcel Identifier - Historical Performance - Product Rules - Commercial Property - Unimproved Land - Banking - New Contract - Original Contract - Access - Bond - Bankruptcy Petition - Agent Sales Trend - Broker's Price Opinion - Bankruptcy Statement of Financial Affairs - Billings Trend - Assets - Cash Flow - Competition - Credit Line - Creditors Arrangement - Creditors Meeting - Depreciation Conditions - Adverse Environment Conditions - Miscellaneous Adverse Conditions - Site Conditions - Subject Property Conditions - Board of Directors - Reserve - Payment - Comorbidity - Citizenship - Continuing Education - Compensation Calculation - Cause of Death - Condominium - Cooperative - Conviction - Direct Sales Trend - Export Trend - Financial Embarrassment - Indebtedness - Cancellation - Claim Amounts - Comparison - County - Complications - Initial Capital - Current Ratio - Common Stock - Commission Trend - Stockholders - Damage - Working Capital - Compensation Allocation - Dividend Use - Excess Premium Use - Unpaid Invoices - Withdrawals - Imports - Placed for Collection - Drug Adjudication Information - Liquidation Proceedings - Location - Discharge Diagnosis - Departmental - Profit Margin - Proposal - Receivership - Driver Identification Information - Provider Characteristics and Resources - Secondary Source of Injury - Petitiions - Registered Charges - Criminal Proceedings - Historical Criminal Proceedings - Directions to Property - Driving - Driver Record Information - Spectacle Lenses - Contact Lenses - Spectacle Frames - Employment - Examiner's Comments - Intercompany Relations - Judgments - Liens - Operating Surplus Trend - Participating Interest - Protested Bills - Subcontracting Details - Suits - Uniform Commercial Code (UCC) Filings - Detrimental Legal Filings - Customer Details - Supplier Detail - Early & Periodic Screening, Diagnosis and Treatment (EPSDT) Claim - Employee Relocation - Education or Training - Financial - Family Coverage - Family History - Financing - Flood Determination - Franchise Tax Payments - Financial Remarks - Foreign Travel - Demonstrations - Shelf Format - Guarantees - Fixed - Adjustable - Rate Adjustment - Payment Adjustment - Life of Loan - Periodic Interest Rate - Principal and Interest - Health or Medical - Late Charge - Default Note Holder's Cost - Prepayment - Limited Payment - Rate Lookback - Payment Lookback - Index - Mortgage Margin - Single Family 2-4 Units - Amortization - Rate Conversion - Interest Only - Premium Audit Key Question - History - Hazardous Sports - Issued Capital - Identification - Insurance History or Other Coverage - Impairment - Insurance - License Revocation - Location Status - Level Remarks - Liability Status - Local Language Description - Listing Remarks - Life Style - Legal Type - Loss Trend - Marital Status - Miscellaneous - Multiple Listing Service - Management - Modification - Medication or Prescription - Medical Social Worker - Military Status - Nominal Capital - New Licensed Staff - Nature of Suit - Not Work Related - Owner Pays Notes - Occupation Class - Outside Financing - Other Investor - Operations Trend - Operations - Occupational Therapy - Operations Outlook - Performance - Profitability - Paid in Capital - Public Records - Penalty - Profit Trend - Possession Notes - Photo Instructions - Patient Subjective Complaints - Parking Notes - Profit Outlook - Property - Preferred Stock - Physical Therapy - Physician Examination Results - Reason for Weight Loss - Association of American Railroads Special Proper Shipping Name Flag - Association of American Railroads Intermodal Indicator - Association of American Railroads U.S. to Canada Flag - Residential Status - Revocation - Recovery - Real Estate Property Information - Radio License Application - Remedy - Related Entities - Retirement Plan Type - Reinstatement - Reason Last Seen - Registration Type - Results - Revenue Trend - Investment Trend - Royalty Trend - Purchases Trend - Labor Infraction - Debentures - Source Fund - Starting Details - Summary and Evaluation - Showing Instructions - Suits, Judgments & Liens - Supplement Note or Line - Skilled Nursing - Statement Preparation - Sales Trend - Suspension - Speech Therapy - Substance Use - Reported Statement of Witness - Size - Tobacco - Tests - Target Fund - Therapy - Action - Terms - Trend - Tenant Pays Notes - Treatment - Two to Four Units - Tax Service - Production Capacity - Actual Production - Branch Trend - Retail Locations - Net Profit - Ordinary Profit - Declared Profit to Local Tax Office - Market Trend - Pre Tax Profit - Net Worth - Debt to Equity - Equity Return - Stability - Efficiency - Outlook - Update - Corporate Registration - Voter Registration Application - Voter Registration Application Disposition - Violation - Warning - Prognosis - Treatment Plan - Work Restrictions - Witness Statement - Conditions Affecting Total Employees and Hours - Injury Work Related - Illness Work Related - Controvert Reason - Supervisor's Comments - Willful Misconduct - Supervisor's Exception - Claim Related Work Assignment Changes - 30 Day Delay Reason - Employee Comment - Employee Comment Not Provided Reason - Medical Records Not Attached Reason - Work Exposures and Duration - Letter of Credit Overdrawn - Cargo Receipt Not Signed - Customs Statement Missing from Invoice - Purchase Order Not on Letter of Credit (Except Masters) - Reduced Draft - Time Drafts - Demand for Payment - Early Presentation of Documents - Physician - Patient Report Inconsistency - Physician Test Results - Mutually Defined - - - Payer Responsibility Four - Payer Responsibility Five - Payer Responsibility Six - Payer Responsibility Seven - Payer Responsibility Eight - Payer Responsibility Nine - Payer Responsibility Ten - Payer Responsibility Eleven - Unconfirmed - Noncapitated Agreement - Primary - Non-specified - Secondary - Tertiary - Unknown - - - Full year - Semester - Trimester - Quarter - Quinmester - Mini-term - Summer Session - Intersession (Year Round Schools) - Long session which is longer than a semester or quarter or trimester, but shorter than a full year - Fall Session - Four-One-Four Plan - Continuous - Differs by Program - Other - Twelve Month - - - Cushioned - Depressed Bottom - Flat Bottom - Steel - Wood - - - Trimester Hour Credit - Quinmester Hour Credit - Adult Credits - Continuing Education Unit - Carnegie Units - Intersession Hour Credit - Long Session Hour Credit - Mini-term Hour Credit - No Credit - Quarter Hour Credit - Summer Term Hour Credit - Semester Hour Credit - Twelve-month Hour Credit - Units - Vocational Credits - Other Type of Credit - - - Remedial - Basic - Teacher's Aide - General - Applied - Survey - Regular - Specialized Topics - Advanced - Summary of all courses taken at all institutions - Summary of all courses taken at sending institution - Dual Level (Upper Division and Graduate) - Summary of All Courses Taken at All Institutions, Excluding Repeated and/or Forgiven Courses - Summary of All Courses Taken at the Sending Institution, Excluding Repeated and/or Forgiven Courses - Graduate (postsecondary) - Higher or Upper division (postsecondary) - Institutional Credit - Lower division (postsecondary) - Work in the Major or Program - Professional - Remedial (postsecondary) - Summary of Transfer Work Only - Undergraduate (postsecondary) - Summary of Transfer Work Only, Excluding Repeated and/or Forgiven Courses - Honors - Gifted and Talented - Advanced Placement - Special Education - Vocational Education - Independent Study - Work Experience - Adult Basic - Adult Secondary - International Baccalaureate - Academic Renewal - Dual Level (Graduate and Professional) - Elementary - Secondary - - - Coordination of Benefits - Coordination of Benefits applies to Spouse Only - Coordination of Benefits applies to Spouse and Dependents - Coordination of Benefits applies to Dependents Only - Unknown - No Coordination of Benefits - Coordination of Benefits Applies to Subscriber Only - Conflict in Coordination of Benefit - Coordination of Benefits Applies to Whole Family - - - Short Term Disability - Long Term Disability - Permanent or Total Disability - No Disability - Partial Disability - Mutually Defined - - - Non-Credit Participation - The College Board's Advance Placement (AP) Program - Credit by Exam - College Level Examination Program (CLEP) - Credit Awarded for US Department of Defense DANTES Program - Departmental or Institutional Credit based on experience (Life Experience) - Study Abroad - The College Board's (CEEB) Credit - Completion or Removal of an Incomplete Grade - International Baccalaureate - Military Credit - Correspondence - American Council on Education Program on Noncollegiate Sponsored Instruction (ACE/PONSI) Credit Recommendation - Regular Enrollment - Academic Credits Transferred in From Another Institution - Audit or Visitor Status (No Credit Awarded) - Work Experience - Not Applicable - Unknown - Mutually Defined - - - Final Port of Discharge (Operational) - Collect Charge Location (Operational) - Customs Office of Manifest Origin - Customs Office of Manifest Destination - Activity Location (Operational) - Origin Rail Intermodal Terminal - Destination Rail Intermodal Terminal - First Optional Port of Discharge - Second Optional Port of Discharge - Place of Acceptance (Operational) - Reconsolidation Point (Operational) - De-Consolidation Point (Operational) - Port of Discharge (Operational) - Place of Delivery (Contractual) - Freight Payable At (Contractual) - Port of Entry (Operational) - Port of Exit (Operational) - Interim Point (Operational) - Bill of Lading Port of Loading (Contractual) - Bill of Lading Port of Discharge (Contractual) - Port of Loading (Operational) - Destination (Operational) - Final Destination (Operational) - Origin (Operational) - Dispatching Pool (Operational) - Bill of Lading Origin of Goods (Contractual) - Place of Receipt (Contractual) - Return Pool (Operational) - Transshipment Port (Contractual) - Prepaid Charge Location (Operational) - Bill of Lading Release Office (Operational) - Third Optional Port of Discharge - Relay Port (Operational) - - - Repeated, Not counted in student's grade point average - Repeated, Counted in student's grade point average - Other, not counted in student's grade point average - - - Institutional Agreement - Multiple Campus Course Offering - Transfer Credit - - - Course - Concentration - Endorsement - Graduate Non-degree - Licensing - Major - Minor - Program - Specialization - Teaching - Visiting Scholar - Course Taken - Course In Progress - Course Planned - - - Heavy - Light - Medium - Regular - - - National Probability Sample - Annual User Norms - State Norms - Regional Norms - Private School Norms - Catholic School Norms - Urban Norms - High Socio Economic Status Norms - Low Socio Economic Status Norms - Equated National Norms - Mutually Defined - - - Fall - Midyear - Spring - Interpolated for Time of Testing - - - Special Circumstances (Something unusual occurred during testing that may have affected how the student performed) - Nonstandard Administration Procedure (Braille, Signing, Extended Time, etc.) - Experience Only - Diagnostic Only - Experience and Diagnostic - Reader or Signer - Large Type Booklet, write or mark on booklet or separate paper, untimed - Large Type Booklet, type on typewriter, braillewriter, or computer, untimed - Large Type Booklet, scribe marks responses, untimed - Untimed, with breaks - One and a half times the normal time, no break - One and a half times the normal time, one break only - Self-determined review of audio/videotape, untimed - Reader or Signer, examinee marks on answer document, booklet, or separate paper, standard administration type - Special Furniture - Use of scripts for videotape scenarios only - Foreign language dictionary and standard timing - Special Lighting - Head Mouse - Adjustable table height - Enlarged Keyboard - Adjustable swivel arm - Track ball - Separate room - Amanuensis or Recorder - Sign Language Interpreter - Extra time - Multi-day - Exempt - - - Scaled Score - Grade Equivalent or Grade Level Indicator - Standard Score - Raw Score - Percent of Items Correct - Mastery Score - Adjective Classification or Locally Defined Score - Stanine - Percentile - Normal Curve Equivalent - Equated Score (pre-test and post-test were different) - Pass/Fail - Equivalent Score - Locally Defined - - - Pretax - Post-tax - Qualified - Non-qualified - 401K - Individual Retirement Account - Keogh - Simplified Employee Pension - Single Premium - First to Die - Last to Die - Child Rider - Discontinue One-Bill Submission - Benefit Continuation - One-Bill Submission - Salary Continuation - Flexible Premium - Variable Premium - Fixed Premium - Registered under the Income Tax Act of Canada - Non-Registered under the Income Tax Act of Canada - Registered Spousal Case - Exclusive - Shopped - Lead Reinsurer - Facultative Excess - Bank Account - Government Allocation - One-Bill Submission Not Chosen - Payroll Deduction - - - Evening - First Show - Late Afternoon - Late Night - Last Show - Matinee - Not Reported - Special Show - - - - Child - Discount Coupon Exchange - Group Rate - Not Reported - Reduced Rate - Any Pass - Student - - - Logic Network Arrow Diagramming Method - Logic Network Precedence Diagramming Method - Bar Chart (Gantt Chart) - Milestone - Line of Balance (LOB) - Task List - Flow Diagram - Cost Account Plan - Mutually Defined - - - Other Restrictions - Restricted Access - Unrestricted Access - - - Diagnosis Related Group (DRG) - Per Diem - Variable Per Diem - Flat - Capitated - Percent - Other - Negotiated Growing Equity Mortgage (GEM) - Anticipated Contract - - Federal Housing Authority Veterans Affairs Fixed Rate Mortgage (including standard Growing Equity Mortgages) - Conventional Second Mortgages - Conventional Fixed Rate Mortgages - Federal Housing Authority Veterans Affairs Graduated Payment Mortgage - Negotiated Conventional, Graduated Payment, or Step Rate Mortgage - Conventional Adjustable Rate Mortgage - Cost Plus Incentive Fee (With Performance Incentives) - Cost Plus Incentive Fee (Without Performance Incentives) - Cost Sharing - Cost Plus - Cost - Cost Plus Award Fee - Cost Plus Fixed Fee - Cost Plus Incentive Fee - Distributor - Exclusive Agency - Exclusive Right - Firm or Actual Contract - Fixed Price Incentive Firm Target (With Performance Incentive) - Fixed Price Incentive Firm Target (Without Performance Incentive) - Fixed Price Redetermination - Fixed Price with Escalation - Fixed Price Incentive Successive Target (With Performance Incentive) - Fixed Price Incentive Successive Target (Without Performance Incentive) - Fixed Price Award Fee - Fixed Price Incentive - Fixed Price Level of Effort - No Cost - Flat Amount - Retroactive Fixed Price Redetermination - Firm Fixed Price - Fixed Price with Economic Price Adjustment - Labor - Level of Effort - Labor Hours - Other Contract Type - Prospect Reservation - Same Percentage as Film Rental Earned (SPFRE) - Time and Materials - Mutually Defined - - - (Boxcar) Sliding Door, Less than 9 Ft. - (Boxcar) Sliding Door, Equal to 9 Ft. or Less than 11 Ft. - (Boxcar) Sliding Door, Equal to or Greater than 11 Ft. - (Boxcar) Plug Door Less than 9 Ft. - (Boxcar) Plug Door Equal to 9 Ft. or Less than 11 Ft. - (Boxcar) Plug Door Equal to 11 Ft. or Over 11 Ft. - (Boxcar) Sliding and Plug - (Boxcar) Any Other Type Door - (Unequipped Boxcar) Door Less than 8 Ft. - (Unequipped Boxcar) Door Equal to 8 Ft. and Less than 9 Ft. - (Unequipped Boxcar) Door Equal to 9 Ft. and Less than 10 Ft. - (Unequipped Boxcar) Door Equal to 10 Ft. and Less than 11 Ft. - (Unequipped Boxcar) Door Equal to 11 Ft. and Less than 13 Ft. - (Unequipped Boxcar) Door Equal to 13 Ft. and Less than 15 Ft. - (Unequipped Boxcar) Door Equal to 1 Square Foot and Greater - (Unequipped Boxcar) Door Any Other Door Type - - - Inappropriate Standard Repair Time Used - Date on Claim Different than Supporting Document - Submit as Field Service Claim - Missing Part Number - Must Submit Serial Number of Major Component - Submit as Product Improvement Claim - Amount Claimed Exceeds Authorization Amount - Claim Cancelled By Claimant - Core Charge Not Allowed - Claim Pending - Subject to Supplier Approval - Claim Submitted Too Late to Accept - Duplicate Charge - Deductible Exceeds Claimed Amount - Damages Caused by Improper Vehicle Operation - Discrepancy Not Noted on Delivery Receipt - Excess Freight Charges - Excess Lube Charges - Expired Warranty - File Claim Directly to Supplier - Handling Disallowed or Reduced - Incorrect Associate Account - Invalid Standard Repair Time Used - Incorrect Labor Rate - Improper Repair Procedures - Invalid Vehicle Identification Number (VIN) - Lubricant Charge Not Allowed - Labor Disallowed - Labor Overlap - Mileage on Claim Different Than Supporting Document - Must Submit Model Number of Major Component - Need Fuel Tank Scrap Form - Other Charges Not Allowed - Only One Repair Allowed Per Section - Product Built to Spec - Part Damaged - Cannot Establish Defect - Photo Required - Resubmit Claim and Mail Photo - Replacement Part Information is Incorrect - Resubmit as Transporter Claim - Special Adjustment - Submit as Recall Claim - Submit as a Replacement Parts Claim - Storage Related Problem - Not Our Responsibility - Submit as Warranty Claim - Towing Charge Exceeds Warranty Allowance - Unauthorized Repair - Vehicle Not Built to Order - Vehicle Modification - Vehicle Already Paid Per Specified Claim - Wrong Causal Part Number - Wrong Part Number - Customer Damage or Responsibility - Customer Must Pay Deductible - Excessive Labor Hours - Excessive Labor Rate - Excessive Part Cost - Excessive Sublet Cost - Factory Required Service - Full Warranty Credit - Insufficient Information Supplied - Item Reported as Stolen - Insufficient Warranty Information Supplied - Manufacturer's Agreed Price - Mileage Less Than Previously Stated - No Charge Repair - No Defect Found - Not Eligible for Warranty - Not Our Product - Not a Recall Item - Not a Service Bulletin Item - No Warranty Record - Original Equipment Manufacturer (OEM) or Manufacturer's Responsibility - Part not Proper for Specified Repair - Part or Documentation Not Returned or Received Within Time Limit - Part Received Damaged Due to Dealer Poor Packaging - Partial Warranty Approved - Repair Description Does Not Agree With Product - Repair Facility's Responsibility - Submitted Too Late - Unrelated To Previous Repair - Unauthorized Repair Facility - Vehicle Previously Wrecked, System Not Warranted - Warranted By Seller - - - Beginning Activity - Ending Activity - Activity - Interface Activity (when 2 or more separate networks are combined to create 1 network) - Summary Activity - Milestone - Event - Constraint - Finish to Start - Constraint - Start to Finish - Constraint - Finish to Finish - Constraint - Start to Start - Constraint - Dummy - Cost Account Activity - Work Package Activity - Data Item - Maintenance Period Identifier - Proposed Maintenance Action - Scheduled Maintenance Action - Mutually Defined - - - Union - Non-Union - Executive - Non-Executive - Management - Non-Management - Hourly - Salaried - Administrative - Non-Administrative - Exempt - Non-Exempt - Seasonal - Commissioned - Collective Bargaining - Officer - Highly Compensated - Key-Employee - Bargaining - Non-Bargaining - Owner - President - Vice President - Physician - Retiree - Treasurer - Attorney - Partner - Controller - Engineer - Associate - Principal - Consultant - Excluded From Top Paid - Owner in Prior Plan Year - Officer in Prior Plan Year - Corporate Officer or Owner - Open End Contract - Partnership - Regular Company Employee - Self Employed - Closed End Contract - Professional - Semi-Professional - Skilled - Unskilled - Contractor - Part Time - Temporary - Unemployed - Board of Directors - Driving - Keyboard - Manual or Physical - Sales - Supervisory - Travel - Lobbyist - Teacher - Research Professionals - Specialist - Support Professionals - Technical - Clerical - Crafts - Service - Faculty - Trades - Other - Mutually Defined - - - Consumption Entry - Warehouse Entry - - - Consumable - Recurring - One of - Travel and Living Expenses, Actual - Equipment Founded - Travel and Living Expenses, Per Diem - Equipment Unfounded - Flat Rate - Labor - Labor Double Time - Lease - Labor Overtime (Time and a Half) - Labor Premium - Labor Straight Time - Material - Material, Consumable - Material, Nonconsumable - Other - Subcontract - - - Foreclosure - Law Suit - Outstanding Judgment - Tax Lien - Support Debt - Bankruptcy - Garnishment - Repossession - Collection - Divorce Decree - Custody Agreement - Financing Statement (Secured Loan) - Lien - Non-responsibility - Financial Counseling - Fictitious Name - Notice of Default - Forcible Detainer - Unlawful Detainer - Other Public Record or Obligation Type - Mutually Defined - - - Monthly Clothing Income - Monthly Pro Pay - Monthly Quarters - Overseas Annual Income - Monthly Ration - Bonus Income - Overtime Income - Commission Income - Income From Tips - Alimony - Child Support - Law Suit - Next Pay Increase - Stock Options - Dividends - Profit Sharing - Interest - Base Employment Income - Base Employment Income plus Overtime - Base Employment Income plus Commissions, Bonus or Both - Self-Employment Income - W-2 Wage and Tax Statement - W-2 Wage and Tax Statement with Deferred Compensation - Income Eligible for Employer Matching - Compensation Required for Nondiscrimination Testing - Compensation Required for Internal Revenue Code 415 Testing - Employment - Real Estate - Nonemployment - Unknown Type of Income - Net Rental Income - Total Gross Income - Total Monthly Income - Veteran Affairs Benefits - Mortgage Differential Payments - Unemployment Compensation - Pension - Social Security - Welfare - Sale of Stocks and Bonds - Other Type of Income - Notes Receivable Income - Toke Income (Gambling Tips) - Last Pay Increase - Monthly Variable Housing Allowance - Highest Verified Income - Salary at Termination - Automobile Allowance - Aid for Dependent Children Benefits - Partnership Income - Corporation Income - "S" Corporation Income - Lottery Winnings - Trust Income - Expense Account Payments - Average Rent - Net Operating Income - Income Per Unit - Income Per Building - Income Per Area - Income Per Suite - Income Per Bay - Income Per Slip or Dock - Gross Sales - Continuation of Pay - Long Term Disability - Short Term Disability - Lump Sum Payment (Disability Event) - Lump Sum Payment (Fatality Event) - American Payroll Association Code - Primary Employment Wage - Concurrent Employment Wage - Discontinued Fringe Benefit Income - Continued Fringe Benefit Income - Average Employment Wage - Dividend and Interest - Gross Rental Income on Existing Rental Property - Insurance Payments - Workman's Compensation - Military Base Pay - Foster Care - Mortgage Credit Certificate - Military Flight Pay - Military Hazard Pay - Employment - Total - Earnings From Financial Assets - Total - Windfall Income - Total - Civil Action Income - Total - Monthly Overseas Pay - Military Combat Pay - Actual Income - Base Fringe Benefits - Budgeted Earnings - Beginning Salary Amount - Base Compensation - Supplemental Compensation - Estimated Income - Hourly Wage - K1 Earnings - Per Diem - Sick Pay - Supplement Excluding Fringe Benefits - Fringe Benefits Supplement - Co-curricular Activities Supplement - Extra-curricular Activities Supplement - Other Supplement - Summer Salary - Extended Salary - Selected Benefits - Salary - Salary Plus Bonus - Salary Plus Commission - Sabbatical - Separation Pay - Total Annual Compensation - Vacation Pay - Mutually Defined - - - Sole (Individual) - Joint Ownership or Obligation in Severalty - Joint Owner or Obligation with the Right of Survivorship - Trust - Custodial - Corporate - Partnership - Authorized User - On Behalf Of - Terminated - Shared - Undesignated - Lessee - Contract for Deed Purchaser - Life Estate - Joint Contractual Liability - Joint Ownership - Nonapplicant Spouse - Participant - Maker (With Co-maker) - Co-maker - Borrower - Co-borrower - Borrower and Co-borrower - Joint with Spouse - Joint with Non-Spouse - Fee Simple - Leasehold - Charitable Institution - Estate - Export Account - Import Account - Local Account - - - Vehicle - Furniture - Boat - Trailer - Investment Art - Collection of Objects - Airplane - Jewelery - Antiques - Other Property - Livestock - Camera Equipment - Business Equipment - Computer Equipment - Currency (Cash) - Silverware - Clothing - Furs - Sports Equipment - Guns - Tools - Electronics - Appliance - Liquor - All Contents - Service Truck - Tanker - Tractor - Truck - Accounts - Accounts Receivable - All Assets - Aqua Culture Stock - Building Materials - Building(s) - Capital Stock - Chattel Paper - Communications Equipment - Consigned Merchandise - Construction Equipment or Machinery or Both - Contract Rights - Endorsements - Equipment - Farm Products or Crops or Both - Fixtures - General Intangible(s) - Guarantor - Industrial Machinery or Equipment or both - Inventory - Lease - Life Insurance - Livestock Products or Crops or Both - Machinery - Mobile Homes - Negotiable Instruments - Notes Receivable - Oil, Gas and Minerals - Partnership Interest - Proceeds - Products - Products and Proceeds - Real Estate - Real Property - Savings - Specified Assets - Textile Goods - Timber - Transportation Equipment - Unspecified Assets - Agricultural Machinery or Equipment or both - Debentures - Guarantee from Affiliated Company - Guarantee from Parent - Personal Guarantees - Pumps - Security Agreement - Service Bays - Fixed Assets - Land - Agricultural Land - Ambulance - Automobile - Barge - Bus - Business Assets - Cement Truck - Common Stock - Delivery Vehicle - Double Wheel Truck - Freight Container - Freight Train Car - Industrial Vehicle - Intangible Assets - Lorry - Motorcycle - Passenger Vehicle - Personal Assets - Pick up Truck - Preferred Stock - Tractor Trailer Truck - Van - Shipping Containers - - Office Fixtures - Ships - Residential Units - Commercial Units - Industrial Units - Non-Voting Shares - Goods and Chattels Effects - Floating Charge - Canada Bank Act Section 427 Assets - Timberland - Other Liquid Assets - Other Non-Liquid Assets - Voting Shares - Mutually Defined - - - Credit Line - Home Equity Line of Credit - Installment - Mortgage - Open - Revolving - - - Research, Development, Test & Evaluation (RDT&E) - Production - Both RDT&E and Production - Other - Procurement - Advanced Design - Full Scale Development - Engineering and Manufacturing Development (EMD) - Single Family - Multifamily Construction - Multifamily Project - Single Family Serial Note - Concept Exploration - Demonstration Validation - Deployment - Low Rate Initial Production - Multiple - Single - Allowance - Contract Price - Equipment Agreement - Growth - Margin - Mark-Up - Merchandising - Services Agreement - Free-Goods - Drop Size - Fee Per Case - Adjustable Rate Mortgage with Off-Cycle Interest Charges - Adjustable Rate Mortgages - Custom Adjustable Rate Mortgage - Buydowns - Construction Loan; Multifamily - Construction Loan with Split Interest Rate - Growing Equity Mortgage-Monthly Payments Increase 4% Annually Over the Life of the Loan - Growing Equity Mortgage-Monthly Payments Increase Annually at any Rate over the life of the Loan - Graduated Payment Mortgage-Monthly Payments Increase Annually for no more than the first 5 years of the Mortgage - Graduated Payment Mortgage-Monthly Payments Increase Annually for no more than the first 10 years of the Mortgage - Manufactured Housing - Project Loan; Multifamily - Project Loan with Non-Level Payments - Single Family Level Payment Mortgage - Serial Notes - Straight Pass-Through - - - Labor - Material - Other Direct Costs (ODC) - Subcontract - Labor and Material - Labor Overhead - Material Overhead - Other Overhead - Total Overhead - Total General and Administrative - Engineering Labor - Engineering Overhead - Manufacturing Labor - Manufacturing Overhead - Interdivisional Work Authorization - Intercomponent Work Authorization - Change Document Number - Funds Appropriation - Nonrecurring Labor - Nonrecurring Material - Nonrecurring Other Direct Costs - Nonrecurring Subcontract - Nonrecurring Labor and Material - Nonrecurring Engineering Labor - Nonrecurring Manufacturing Labor - Recurring - Nonrecurring - Total - Nonrecurring and Total - Recurring and Total - Direct Cost or Hours - Plant-wide Overhead - General & Administrative - Cost of Money - Profit or Fee - Total Price - Total Cost Less General & Administrative - Total Cost Plus General & Administrative - Other Costs - Standard - Variance - Purchased Equipment - Materials and Purchased Items - Quality Control Labor - Other Government Effort - Commercial Effort - Total Direct Cost Base - Indirect Labor - Employee Benefits - Payroll Taxes - Employment - Communications and Travel - Production Related - Facilities - Building and Land - Facilities - Furniture and Equipment - Administration - Future Business - Credits - Government Furnished Equipment - Government Furnished Material - Government Furnished Property - Engineering - Tooling - Tooling Design - Tooling Fabrication - Quality Control - Manufacturing - Total Salaries and Wages - Total Salaries and Wages and Employee Benefits - Total Purchased Equipment - Travel - Domestic - Travel - Foreign - Participant Stipends - Participant Travel - Participant Other - Participant Total - Publication Costs - Consultant Services - Computer Automated Data Processing (ADP) Services - Funding From Non-Federal Sources - Total Direct Costs - Human Subject Costs - Animal Costs - Alternations and Renovations - Cost Sharing - Project/Task - Advanced Procurement Indicator - Department Indicator - Transfer from Department - Fiscal Year Indicator - Basic Symbol Number - Sub-class - Sub-Account Symbol - Subhead or Limit - Air Force Transportation Account Code (ATAC) - Budget Activity Number - Budget Sub-activity Number - Budget Line Item Identification - Project/Task/Budget Sub-Line - Advance Procurement Year - Fund Code - Billings - Base Year Costs - Program Element - Budgetary Restrictions - Funding Type - Commitments - Current Year Costs - Defense Agency Level Organization - Major Command Level Organization - Field Level Organization - Work Center - Allotment Recipient - Sub-allotment Recipient - Work Center Recipient - Major Reimbursement Source Code - Detail Reimbursement Source Code - Customer Indicator - Equipment Maintenance - Escalation - Expenditures - Object Class - Object Sub-class - Government or Public Sector Identifier - Foreign Currency Code - Country Code - Participant Fees - Fixed Price - Forward Priced - Program or Planning Code - Special Interest Code or Special Program Cost Code - Cost Code - Labor Type Code - Cost Allocation Code - Classification Code - Abbreviated Department of Defense (DoD) Budget and Accounting Classification Code (BACC) - Insurance - Document or Record Reference Number - Standard Document Reference Number (SDRN) Line Item Number (SLIN) - Standard Document Reference Number (SDRN) Sub Line Item Number (SSLIN) - Accounting Classification Reference Code - Accounting Installation Number - Labor - Military - Local Installation Data - Movement Designator Code (MDC) - Management Reserve - Transaction Type - Non-production - Disbursing Station Number - International Balance of Payments (IBOP) Code - Disbursing Office Voucher Number - Rental or Lease of Equipment or Facilities - Service Contracts - Transportation Account Code (TAC) - Termination Costs - Technical Data - Training - Participant Tuition - Undistributed Budget - Mutually Defined - - - Canceled or Voided - Miscellaneous Debit - Miscellaneous Credit - Outstanding - Paid - Reconciled - Payment Stopped - - Authorized - Back Value, Transactions had been Posted to Incorrect Account - Back Value, Miscellaneous - Back Value, Only Partial Amount Credited/Debited to Account - Back Value, Transaction Not Received by Bank - Nonauthorized - Return, Insufficient Data - Re-deposit - Return, Insufficient Funds - Return - Truncated - - - Multi-Year Procurement - Incrementally Funded Contract (INC) - Contract for a Single Year (SYC) - - - Research, Development, Test & Evaluation (RDT&E) - Procurement (PROC) - Operations and Maintenance (O&M) - Military Construction (MILCOM) - Mutually Defined - - - Rail - Air - Association of American Railroads Accounting Rule 260 - Motor - - - Partial - Low Industry Score - Current - Medium Industry Score - High Industry Score - Latest - Oldest - Prior - Second Most Current - Third Most Current - - - Dependent Care - Education - Healthcare - Legal - Mutually Defined - - - Divorce - Birth - Death - Retirement - Adoption - Strike - Termination of Benefits - Termination of Employment - Consolidation Omnibus Budget Reconciliation Act (COBRA) - Consolidation Omnibus Budget Reconciliation Act (COBRA) Premium Paid - Surviving Spouse - Lay Off - Leave of Absence - Voluntary Withdrawal - Primary Care Provider (PCP) Change - Quit - Fired - Suspended - Sabbatical - Active - Disability - Plan Change - Furloughed - Resigned - Change in Identifying Data Elements - Declined Coverage - Pre-Enrollment - Initial Enrollment - Benefit Selection - Discrimination Test - Legal Separation - Marriage - Personnel Data - Investment Elections and Contribution Rates - Loan Repayment - Contribution or Plan Allocation - Leave of Absence with Benefits - Leave of Absence without Benefits - Lay Off with Benefits - Lay Off without Benefits - Re-enrollment - New Entity - Change of Location - Change of Telephone Number - Went Out of Business - Current Customer Information File in Error - Account Balance Reporting - Fees Processing - Interfund Transfer - Business Name Change - Business Name Correction - Physical or Mailing Address Correction - Loan Request - Enrollment in Subsequent Benefit Plan - Health Care Facility Change - Name Synonym Add - Sub Location Add - Sub Location Change - Sub Location Expire - Buyout - Merger - Non Payment - Coverage Placed Elsewhere - Duplicate Coverage - Change in Ownership - Business Sold - Underwriting Reason - No Employees, Exposure or Operations - Revocation of Voluntary Market Acceptance - Include Primary Business Management - Exclude Primary Business Management - Failure to Pay Deductible - Misrepresented Information - Rewritten - Adding a Jurisdiction - Deleting a Jurisdiction - Occupational Illness - Change Insured Federal Employer Identification Number (FEIN) - Change Employer Federal Employer Identification Number (FEIN) - Change Employer Unemployment Insurance (UI) Code - Change Policy Number - Modification without a Specific Operating Unit Location in Jurisdiction - Change Policy Effective Date - Change Policy Expiration Date - Change Insurer Federal Employer Identification Number (FEIN) - No Eligible Employees - Reinstatement - Canceled in Error - Change in Insured Information - Change in Employer Information - Parent Identification Change - Change to Expiration Date - Phone Verify Only - Name Synonym Delete - Duplicate Entry on Customer Identification File - Removal of the Customer Identification File Merge ID - Removal of the Customer Identification File Buyout ID - Removal of the Customer Identification File in Error ID - Re-activation of an Out-of-Business Customer - Sub-location Reinstatement - Dissatisfaction with Office Staff - Dissatisfaction with Medical Care/Services Rendered - Inconvenient Office Location - - Unable to Schedule Appointments in a Timely Manner - Dissatisfaction with Physician's Referral Policy - Less Respect and Attention Time Given than to Other Patients - Patient Moved to a New Location - No Reason Given - Appointment Times not Met in a Timely Manner - Algorithm Assigned Benefit Selection - Member Benefit Selection - Became Medical Only - Indemnity - Became Lost Time - Medical Only - Notification Only - Transfer - Mutually Defined - - - Basic Life - Supplemental Life - Preventative Care/Wellness - 24 Hour Care - Workers Compensation - Medicare Risk - Mental Health - Alternative Medicine - Paid Up Life - Dependent Life - Acupuncture - Death and Dismemberment - Supplemental Death and Dismemberment - Weekly Indemnity - Weekly Indemnity - New York Employees - Chiropractic Care - Employee Comprehensive - Hearing - Lifestyle Life (Individualized Basic Life) - Major Medical - Non-Qualified - Universal Life - Utilization Review - 403(B) Tax Sheltered Annuity - Durable Medical Equipment - Foot Care - Substance Abuse - Accidental Death or Dismemberment - 403(C) Church Exempt Annuity Plans Covered by ERISA - Contributory Life - Dental Capitation - Dental - 408(K) Employer Sponsored Qualified Defined Distribution Plans Funded with Individual IRA's - Exclusive Provider Organization - Facility - Flexible Spending - 457(B) Government Deferred Compensation - Health - Health Maintenance Organization - Group Individual Retirement Account - 408(B) Individual Retirement Account (IRA) Annuity Contract - Long-Term Care - Long-Term Disability - Mail Order Drug - 457(F) Non-Government Deferred Compensation - Prescription Drug - Point of Service - Preferred Provider Organization - Practitioners - Profit-Sharing Plan - 401(K) Qualified Cash or Deferred Arrangement - 401(A) Qualified Defined Contribution - Short-Term Disability - Vision - Mutually Defined - - - Children Only - Dependents Only - Employee and One Dependent - Employee and Two Dependents - Employee and Three Dependents - Employee and One or More Dependents - Employee and Two or More Dependents - Employee and Three or More Dependents - Employee and Four or More Dependents - Employee and Five or More Dependents - Employee and Children - Employee Only - Employee and Spouse - Family - Individual - Subscriber and 1 child - Subscriber and 1 or more children - Subscriber and 2 or more children - Spouse and Children - Spouse Only - Subscriber, spouse, and 1 child - Subscriber, spouse, and 1 or more children - Subscriber, spouse, and 2 or more children - Subscriber and spouse - Two Party - - - Approved - Approved after Reevaluation - Conditioned - Declined - Certified - Not Medically Underwritten - Suspended - - - Alternate Rating - Specific Commodity Rate - Weight in Excess of Pivot Weight and Applicable Rate - Overflow - Charter - Class Not Identifiable - Class Rate - Minimum - Normal Under 45 KG Rate - Column Commodity Rate - Quantity 45 KG Over Rate - Class Rate (Less than Normal Rate) - Class Rate (More than Normal Rate) - Sender Rate - Pivot Weight and Applicable Pivot Weight Charge - Excess Rate - IATA Container or Unit Load Device (ULD) - Exception Rating - Backhaul Rate - Contract Rate - Demurrage Period 1 - Demurrage Period 2 - Demurrage Period 3 - Econo Rate - Quoted Rate - - - Americas - National Pharmacy - Mutually Defined - Baxter-Travenol - Flex Rx - Health Case Services - Pharmaceutical Card System (PCS) - Thrift - - - Obesity - Eating Disorder - None - Substance Abuse - Tobacco Use - Unknown - - - Acute - Stable - Chronic - Systemic - Localized - Mild Disease - Normal, Healthy - Severe Systemic disease - Severe Systemic Disease that is a Constant Threat to Life - Excellent - Fair - Good - Poor - - - Dental Insurance - Hearing Benefit - Health Insurance - Prescription Drug Service Drug Insurance - Vision Benefit - - - Active - Black Lung - Consolidated Omnibus Budget Reconciliation Act (COBRA) - Involuntary - Surviving Insured - Tax Equity and Fiscal Responsibility Act (TEFRA) - Voluntary - - - Medicare Part A - Medicare Part B - Medicare Part A and B - Medicare - No Medicare - Medicare Part D - Medicare Part A and D - Medicare Part B and D - Medicare Part A, B and D - - - Termination of Employment - Reduction of work hours - Medicare - Death - Divorce - Separation - Ineligible Child - Bankruptcy of Retiree's Former Employer (26 U.S.C. 4980B(f)(3)(F)) - Layoff - Leave of Absence - Mutually Defined - - - Percent Of Amount Advanced - Accelerated - Percent Of Amount Of Collection - - Percent of Outstanding Principal Balance - Percent of Original Principal Balance - Percentage - Effective Payment Rate - Fixed Dollar Amount - Ad Valorum (Per Cent of Value) - Per Board Feet - Per 100 Board Feet - Per 1,000 Board Feet - Bill of Lading Declared Value - Per Barrel - Per 50 Cubic Feet - Commodity Based - Per Car Per Day - Ceiling - Per 40 Cubic Feet (Measurement Ton) - Per Cubic Meter - Cost per Unit - Computer Units - Per Special Charge - Charge or Credit Based on Percentage of Total - Per Hundred Weight - Department of Defense Unique Codes - Decrease - Per Hundred Dollars - Divisor - Flat Division - Per $1000 - Per Dromedary Service Shipment - Per Hundredweight Per Mile Per Dromedary Service Shipment - Per Day Per Vehicle - Ex Parte Increase - Per Each Request - Floor - Full - Flat Charge - Percent Of Tariff Rate - First - Per Flat Bed - Per Two Weeks - Flat Rate - Per Foot - Loaded to Full Visible Capacity - Per Gross Ton - Per Hundredweight Per Dromedary Service Shipment - Per Hour Per Load - Rate Per Hundred Weight Per Mile - Per Half Month - Hundredweight Per Day - Per Half Year - Increase - Intermodal Unit - Per Inch - Per Kilograms - Per Kiloliter - Per Kilometer - Per Kilotons - Per Pound Per Article - Per Pound - Per Loaded 436L Pallet - Liability per Pound per Piece - Life of Loan - Per Label - Per Litre - Lump Sum - Per Long Ton - Per Pound Per Vehicle - Minimum Per Person - Minimum per Service - Per Mile per Service - Minimum Per Car - Per Man Per Day - Multiple Equipment - Maximum - Miles Per Week Per Driver - Per Man Per Hour - Negative Charge - Per Metric Ton (Tonne) - Minimum - Per Month - Maximum Per Shipment - Per Mile Per Vehicle Used Per Round Trip - Minimum Per Shipment - Per Permit - Multiplier - Per Mile Per Vehicle (Rail Car) Moved - Minimum Per Vehicle - Mixed Shipment Rule - Per Mile Per Shipment - Negative - Nonamortizing - Minimum Per Driver - Net Package Charge - Per Mile Per Person - Minimum Per Day Per Person - Minimum Per Day Per Vehicle - Optional Value - Per Season - One-Time Charge - Per Year per Square Foot - Per Advancement - Per Person Per Night - Per Car Including Special Equipment Charges - Per Hundred Weight Including Special Equipment Charges - Potential - Partial - Per Container - Per Barge - Per Car - Per Day - Per 20 Foot Equivalent (TEU) - Per Cubic Foot - Per Gallon - Per Hundred (of Basic Unit) - Hourly Rate Per Vehicle - Projected - Per Cord - Per Load - Per Mile - Per Night - Positive - Per Piece - Per Period - Per Hour - Per Shipment - Per Net Ton - Per Unit - Per Vehicle - Percentage of Charges - Payment - Per Gallon Per Mile - Per Package Charge - Per Quarter Year - Rate per Thousand - Rate per Hundred - Rate - Per Relocation - Percent Of Rate - Per Vehicle Used Per Round Trip - Per 1000 Square Feet - Per 100 Square Feet - Subtraction - Subsequent - Per Stencil - Shipper's Export Declaration Value - Second - Per Square Feet - Stated - Scheduled - Per Stop - Per Short Ton - Per Stack Car Unit - Per Vehicle Per Stop - Square Yard - Per Day Per Shipment - Per 2 Trailers Same Day - Per 3 Trailers Same Day - Per 4 Trailers Same Day - Per Mile Per Ton - Per Train Rate - Per Tag - Per Trailer (Per Train) - Per Vehicle Moved - Per Vehicle Used - Volume - Maximum Per Vehicle - Per Rail Car Used - Various - Per Mile per Vehicle - Per Mile Per Vehicle (Rail Car) Used - Per Vehicle per State - Per Week - Weight or Measurement - Maximum Per Person - Per Year - Mutually Defined - - - Full-time - Not a Student - Part-time - - - Hospital - Rural Health Clinic - - Assistant Surgeon - Attending - Billing - Billing Service - Consulting - Covering - Home Health Care - Laboratory - On Staff - Operating - Ordering - Other Physician - Pharmacist - Pharmacy - Primary Care Physician - Performing - Pay-To - Purchasing - Referring - Reporting Provider - Submitting - Skilled Nursing Facility - Supervising - - - Denturist - Dental General Practice - Endodontics - Independent Hygienist - Oral Pathology - Orthodontics - Oral Surgery - Periodontics - Pediatric Dentistry - Public Health Dentistry - Prosthodontics - - - Single Practice - Partnership - Professional Association (PA) - Clinic - Single Entity Facility or Hospital - Distinct Part Facility or Hospital - Individual - Corporation - - - All Categories of Contribution - Employer Contribution Amount - Employee Pretax Basic - Employee Post-Tax Basic - Employer Discretionary (Profit Sharing) - Employee Pretax Individual Retirement Account - Employer Discretionary - Employee Pretax - Employee Post-Tax Individual Retirement Account - Employee Pretax Supplemental - Employee Post-Tax - Employee Post-Tax Supplemental - Claimant Contribution Amount - Employer Pretax Match Basic - Employer Pretax Match Supplemental - Employer Post-Tax Match Basic - Employer Post-Tax Match Supplemental - Nonqualified Matching Contribution - Non-Qualified Voluntary Employee Contribution - Prior Plan Employee Pretax Basic - Prior Plan Employee Post-Tax Supplemental - Prior Plan Employee Post-Tax Basic - Employer Qualified Nonelective Contribution - Qualified Voluntary Employee Contribution - Qualified Matching Contribution - Qualified Employee Stock Option Plan - Rollover 401(A) - Rollover 401(K) - Rollover - Employer Pretax - Prior Plan Employee Pretax Supplemental - Employer Post-Tax - Salary Deferral - Spousal Individual Retirement Account - Mutually Defined - - - Exchange - Field Stock Only - Hold - Modify - Rework to Equivalent to New Status - Repair - Return - Rework - Salvage - Scrap and Recycle - Scrap - Use As Is - - - Align - Calibrate - Clean - Install - Lubricate - Modify - No Trouble Found - Remove - Repair - Replace - Rewire - Scrap - Solder - Tighten - Update - Weld - - - Difficult Access Part - Intermediate - Major - Minor - Overhaul - Overhaul, Repair and Replace - Repair and Replace - - - Broken - Contaminated - Dead - Defective on Arrival - Modification Required - - - Authorized Field Change - Lease - Purchase - Life of Contract - Campaign - Call Back - Customer Courtesy - Customer Goodwill Parts Adjustment - Customer Goodwill Policy Adjustment - Credit for In-house Repair - Labor and Material - Customer Goodwill Sales Adjustment - Customer Warranty - Dealer Demonstration Warranty - Dealer Warranty - Engineering Change Activity - Extended Dealer Warranty - Extended Equipment Coverage - Engineering Field Test - Emissions Warranty - Extended Vendor Warranty - Fleet Contract - Full Warranty - Government Contract - Government Mandated - Government Recall - Information Only - Lifetime Warranty - Lifetime Limited Warranty - Labor Only - Life Percentage - Limited Warranty - Money Back Guarantee - Military Contract - Maintenance Cost Guarantee/Warranty - Material Inspection - Manufacturer Recall - Manufacturer Standard - New Equipment Warranty - Option Warranty - Prior to Delivery - Performance Guarantee/Warranty - Parts and Labor - Parts Only - Purchase Warranty - Quality Problem Referral - Return for Warranty Claim - Received Damage - Recall Notice - Replacement Part Warranty - Return for Warranty Repair - Repeat Service - Return Warranty Replacement - Service Bulletin - Service Contract - Shipment Damage - Special Program - Special Sales Allowance - Standard Warranty - Software Warranty - Transportation Claim - Third Party Repair - Used Equipment Warranty - Warranty Concession - - - Commercial - Harsh - Hazardous - Highway - Household - Industrial - Lease - Military - Normal - Off-road - Vehicle Mounted - - - Architect and Engineering - Construction - Demolish, Dismantle or Replace - Education - Equipment Rental - Extension - Facilities - Fellowship - Hardware - Inspect and Repair as Necessary - Modification - Overhaul - Public Service - Research and Development - Repair - Shipbuilding - Student Financial Aid - Supplies - Student Services - Subsistence - Services - Test and Evaluation - Utilities - - - Design Defect - New Feature - Change in Functionality - New Feature - No Change in Functionality - Safety Problem - Safety and Reliability Improvement - Performance Improvement - Reliability Improvement - Conditional Design Defect - Change of Requirements - Cost Reduction - Customer Request - Customer Reported Condition - Documentation Error - Expense - Fire - Legal Requirement - Loss of Revenue - Material or Component Availability - Packaging Improvement - Serviceability Improvement - Standards Requirements - Unscheduled or Unplanned Incident or Repair Action - - - Urgent - Requires Immediate Attention - Severe - Requires Quick Attention - Routine - When Next Serviced - Defer - may be deferred until next release - - - Balance Due Payment Advice - Original Payment Advice - Invoice Summary for Voucher - Check/Voucher Cross Reference - - - Final Delivery - Shuttle - Proportional - Refused - Transfer - - - Standard Bay - Perpendicular - Load Line - Standard Bay - Herringbone - - - Number of Vehicles Tightly Spaced - Available - Number of Vehicles Tightly Spaced - Used - Number of Vehicles Standard Spaced - Available - Number of Vehicles Standard Spaced - Used - Percentage Filled Tightly Spaced - Percentage Filled Standard Spaced - Percentage Empty Tightly Spaced - Percentage Empty Standard Spaced - Acreage - - - Asphalt - Concrete - Dirt - Gravel - .25 Mile - .50 Mile - 1 Mile - More Than 1 Mile - No - Unknown - Yes - One Gate - Two or More Gates - Asphalt, Frost Law Restrictions - Brick or Cement Block - Barbed Wire - Chain Link - Concrete, Frost Law Restrictions - Direct Dial Access - Fax Machine - Guard on Site - Gravel, Frost Law Restrictions - Lock on Gates - Not Fenced - No Restrictions - Office - 13 Feet 6 Inches or Less - Rail Ramp - Telephone - Truckaway Ramp - - - Highway Access (United States or Interstate) - Access Roads - Communications - Facilities - Height Restrictions - Lights - Hazardous Materials in Area - Surface (Pavement Surface) - Security - - - Backhaul - Roundtrip - Truck in Area - - - Note - Bond - Common Stock - Debentures - Convertible Stock - Foreign Government Bond - Mutual Fund - Foreign Stock - Corporate Bond - Treasury Bill - Municipal Bond - Non-Voting Preferred Stock - Options - Preferred Stock - Participating Stock - Treasury Bond - Utility Bond - Voting Preferred Stock - Warrants - Mutually Defined - - - First Two Digits of Year Expressed in Format CCYY - Month and Year Expressed in Format MMMYYYY - Date in Format CCYYMM - Date in Format CCYYQ - Year Expressed in Format CCYY - Date Expressed in Format YYMMDD - Date Expressed in Format CCYYMMDD - Range of Dates within a Single Month Expressed in Format DD-DD - Date Expressed in Format MMDDCCYY - Day of Month in Numeric Format - Date and Time Expressed in Format CCYYMMDDHHMM - Last Digit of Year and Julian Date Expressed in Format YDDD - Date Expressed in Format YYMMMDD - Month of Year and Day of Month Expressed in Format MMDD - Month of Year in Numeric Format - Range of Dates Expressed in Format MMDDCCYY-MMDDCCYY - Julian Date Expressed in Format DDD - Time Expressed in Format HHMM - Date Expressed in Format MMYY - Date and Time Expressed in Format DDMMYYHHMM - Time Expressed in Format HHMMSS - Date Expressed in Format MMDDYY - Date Expressed in Format YYDDD - Unstructured - Year and Month Expressed in Format YYMM - Last Two Digits of Year Expressed in Format CCYY - Range of Dates and Time, Expressed in CCYYMMDD-CCYYMMDDHHMM - Range of Dates and Time, Expressed in CCYYMMDDHHMM-CCYYMMDD - Range of Date and Time Expressed in Format CCYYMMDDHHMMSS-CCYYMMDDHHMMSS - MMCCYY - Range of Years Expressed in Format YY-YY - Range of Years Expressed in Format CCYY-CCYY - Range of Years and Months Expressed in Format CCYYMM-CCYYMM - Range of Dates Expressed in Format YYMMDD-YYMMDD - Range of Dates Expressed in Format CCYYMMDD-CCYYMMDD - Range of Dates Expressed in Format YYMMDD-MMDD - Range of Date and Time, Expressed in Format CCYYMMDDHHMM-CCYYMMDDHHMM - Range of Months and Days Expressed in Format MMDD-MMDD - Range of Years and Months Expressed in Format YYMM-YYMM - Range of Time Expressed in Format HHMM-HHMM - Date and Time Expressed in Format CCYYMMDDHHMMSS - Range of Year and Months, Expressed in CCYYMMM-MMM Format - - - First Inoculation - Second Inoculation - Third Inoculation - Fourth Inoculation - Fifth Inoculation - Sixth Inoculation - Seventh Inoculation - Eighth Inoculation - Ninth Inoculation - Medical Exemption - Personal Exemption - Religious Exemption - Had the Disease - Has Not Had the Disease - - - Learning Disabled - Speech Impaired - Communication Disordered or Impaired - Educable Mentally Retarded - Trainable Mentally Retarded - Severely or Profoundly Mentally Retarded - Emotionally Disturbed - Emotionally Vulnerable - Socially Maladjusted - Behaviorally Disordered - Hard of Hearing or Hearing Impaired - Deaf - Visually Handicapped - Blind - Deaf and Blind - Multi-handicapped - Orthopedically Impaired - Other Health Impaired - Traumatic Brain Injury - Autistic - Early Childhood - Developmentally Delayed - Other Special Education Program - Other Program (not Special Education) - Not Determined - - - Subsidized Federal Stafford - Federal Supplemental Loans for Students (SLS) - Federal PLUS Loan to Parents - Unsubsidized Federal Stafford - Federal Consolidated Loan - Residential Loan - Personal Loan - Automobile - Unsecured - Secured - Partially Secured - Home Improvement - FHA Home Improvement - Installment Sales Contract - Charge Account - Real Estate, Specific Type Unknown - Secured by Co-signer - Business - Recreational - Educational - Lease - Co-maker - Check Credit or Line of Credit - FHA Co-maker (Not Borrower) - Mobile Home - Credit Card - FHA Real Estate Mortgage - Note Loan - Note Loan with Co-maker - Household Good (Secured) - Household Goods and Other Collateral Auto - Veterans Administration Real Estate Mortgage - Conventional Real Estate Mortgage - Real Estate Mortgage without Other Collateral - Rental Agreement - Summary of Accounts with Same Status - Unknown Loan Type - Debt Counseling Service - Employment - Combined Credit Plan - Debit Card - Credit Line - Secured - Collection Attorney - Insurance Claims - Child Support - Government Unsecured Guarantee Loan - Government Secured Guarantee Loan - Government Secured Direct Loan - Government Grant - Government Overpayment - Government Fine - Government Fee for Service - Government Employee Advance - Government Miscellaneous Debt - Government Benefit - Returned Check - Installment Loan - Fully Amortized First - Balloon First - Subordinate Mortgage - Home Equity Line of Credit - Wrap Around - Tax - Mortgage - Rehabilitation - One to Four Servicing - Special Service - Other - Refinance - Sale - Wholesale - - - Full-Time Student - At Least Half-time Student - Graduate Fellowship - Internship or Residency - Rehabilitation Training - Armed Forces or Public Health Services or National Oceanic and Atmospheric Administration - Peace Corps - Tax-Exempt Organization Volunteer - Teacher Shortage - Temporarily Totally Disabled - Parental Leave - Mother of Preschool Child Re-entering Workforce - Unemployment - 36 months - Unemployment - 24 months - Persian Gulf War Active Duty - Pre-Bankruptcy - Bankruptcy - Special Case - Economic Hardship - Incarceration - Intent to Re-Enroll in School - ACTION Programs - Pre-deferment Delinquency - Late Repayment Start - Medical Problems - Interval between Disbursements - National Emergency (Military or Natural) - Due Diligence Cure - Conform Differing Due Dates - National Community Service - Education Loan Debt Burden - Revoked Deferment - - - In-school Interest Paid Monthly by Borrower - In-school Interest Capitalized Quarterly - In-school Interest Paid Quarterly by Borrower - In-school Interest Capitalized Annually - In-school Interest Capitalized at Repayment - In Advance - In Arrears - - - Agriculture - Architecture - Art - Biological Sciences - Business or Commerce - Communications - Community Service - Computer Science - Education - Engineering - Liberal Arts - Health Professions - Physical Sciences - Social Sciences - Trade, Industrial, Technical - Other or Undecided - - - Dependent Undergraduate - Independent Undergraduate - Dependent Graduate - Independent Graduate - Dependent (Other) - Independent (Other) - - - Student - Parent - Legal Guardian - - - Document Identification Code - Free On Board Site Code - Kind of Contract Code - Type of Contract Code - Criticality Designator Code - Quality Assurance Site Code - Acceptance Site Code - American Society for Testing and Materials (ASTM) - Bank Administration Institute (BAI) - Canadian Inter*EDI - Court Document Type Code - Diagnostic Statistical Manual of Mental Disorders Code List (DSM) - Financial Rating - Risk Class - Life/Annuity Status Codes - Identifying Characteristics - Trade Code - Property Underwriting Condition Code - Line Item Condition Code - Policy Type Code - Valuation Type Code - Source of Loss Code - Ceiling Type Code - Surface Descriptor Code - Coverage Modifier - Society for Worldwide Interbank Financial Telecommunications (SWIFT) - Personal Property and Contents Code - Residential and Commercial Room Code - Violation Type Code List - Court Issued Warrant Type Code - Vehicle Class - Rental Charge - Cancellation Reason - Transaction Status Indicator Code - Contract Delivery Date Revision Agent Code - Reason for Contract Delivery Date Revision Code - Recommendations Regarding Delayed Deliveries Code - Contract Shipment Advice Code - Individual Insurance Financial Detail - Cash Discount Stipulation Code - Shipment Acceptance Discrepancy Explanation Code - Insurance Plan Description Characteristics - Contract Close-out Group Code - Payment Type Code - Contract Fund Reporting Transaction Code - Contract Payment Deduction or Collection Code - Obligation Variance Code - Plus or Minus Indicator Code - Reason for Delayed Closing of Contract File Code - Contract Payment Line Item Status Code - Special Reimbursable Provisions Code - Kind of Modification Code - Purchasing Contract Officer (PCO) Instructions Code - Type of Delay Code - Healthcare Provider Characteristics and Resources - Container and Roll-on/Roll-off Number Code - Air Commodity and Special Handling Code - Water Commodity and Special Handling Code - Air Dimension Code - Air Terminal Identifier Code - Water Terminal Identifier Code - Consolidation and Containerization Point Code - Transportation Mode or Method Code - Type Pack Code - Date Shipped or Received Code - Estimated Time of Arrival Code - Military and Civilian Grade Code - Seavan Ownership Code - Ocean Carrier Code - Voyage Document Number Code - Voyage Manifest Reference Code - Vessel Status and Terms of Carriage Code - Vessel Sustaining Code - Subrogation Action Code - Billing Advice Code - Billing Status Code - Type of Bill Code - Recipient of Billing Status Code - Sales Price Condition Code - Delivery Source Code - Transportation Bill Code - Stock Fund or Non-stock Fund Code - General Services Administration (GSA) Customer Supply Center Number Code - Information Indicator Code - Communications Routing Identifier Code - Content Indicator Code - Health Care Claim Status Code - Suffix or Limit Code - Type of Assistance Code - Healthcare Provider Taxonomy - Foreign Military Sales Country Code - Service and Agency Code - Disbursement Status Code - Aid Type Code - Demand Code - Suffix Code - Project Code - Priority Designator Code - Advice Code - Status Code - Shipment Hold Code - Supply Condition Code - Management Code - Country and Activity Code - Subsistence Type of Pack Code - Disposal Authority Code - Cooperative Logistics Program Support Code - Precious Metals Indicator Code - Automated Data Processing Equipment Identification Code - Reason for Disposal Code - Type of Storage Code - Identification Code - Offer and Release Option Code - Shipment Release Code - Ultimate Recipient Code - Reason for Requisitioning Code - Purpose Code - Ownership Code - Customer Within Country Code - Delivery Term Code - Case Designator Number - Subcase Number - Freight Forwarder Number - Record Control Number - Program Year Code - Supplemental Data - Country Code (Finance and Acquisition) - Defense Priorities and Allocations System Code - Account Characteristics Code - - Beneficiary Type - Class of Pitch - Grade of Difficulty - Acquisition Method Suffix Code - Acquisition Method Code - Utilization Code - Distribution Code - Special Requirements Code - Locale of Activity - Nature of Event Code - Settlement/Payout Options - Application Question Identifier - Arrest Reason - Form Type Code - Allegation Type Code - All Patient Refined Diagnosis Related Groups (APR-DRG) - Subrogation Payment Options - All Patient Diagnosis Related Groups (AP-DRG) - Ambulatory Patient Groups (APG) - Subrogation Response Codes - Subrogation Request Codes - Vessel Stowage Location Code - Business Type - Transportation Holding Delay Code - Transportation Priority Code - Value - International Classification of Diseases Clinical Modification (ICD-9-CM) Diagnosis - Condition - Occurrence - Occurrence Span - International Classification of Diseases Clinical Modification (ICD-9-CM) Admitting Diagnosis - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Diagnosis - Application Fee Status Codes - International Classification of Diseases Clinical Modification (ICD-9-CM) External Cause of Injury Code (E-codes) - Healthcare Common Procedure Coding System - Healthcare Common Procedure Coding System Principal Procedure - International Classification of Diseases Clinical Modification (ICD-9-CM) Other Procedure Codes - International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure Codes - Current Procedural Terminology (CPT) Codes - Accident Description - Part of Body Affected - Education Institution Type Code - Educational Areas Code - Profession Type Code - Share Type Code - Business Size Code - Eye Color Code - Hair Color Code - Skin Tone Code - Type of Inquiry Code - Billed Office Indicator Code - Treasury Symbol Code - Supplementary Accounting Classification Code - Reference and Station Code - Major Force Program Code - Aircraft Mission Design Series Code - Type of Issue Code - Criminal Charge - Criminal Charge Grade - Coupon Adjustment Reason Code - County Designator Code - Financial Management Service Cash-Link Code - Cause of Injury Code - Customized Notice Type Code - Salvage Disposition Code - Capacity Type Indicator - Federal Item Identification Guide Criticality (FIIG) Code - Clause Status Type - Compensation Type Codes - Cuisine Type Code - Coverage Code List - Controvert Code - Conviction Offense Type - Driver's License Withdrawal Type - Driver's License Withdrawal Extent - Driver's License Withdrawal Basis - Driver's License Withdrawal Due Process Status - Driver's License Withdrawal Reason - Device Availability Code - Debtor Business Type Code - Report Distribution Code - International Classification of Diseases Clinical Modification (ICD-9-CM) Primary Diagnosis - Signal Code - Media and Status Code - Fund Code - Drug Detail Code - Single Use Label Code - Remedial Action Code - Program Originator Code - Service Contract Act Operation Code - Agent Status Code - Nature of Debt Code - Device Operator Type Code - Producer Financial History Codes - Device Status Code - Diagnosis Related Group (DRG) - Related Device Applicability Code - Debtor Type Code - Device Usage Code - Estimating Method Status Code - Contact Status Code - Type of Firm Code - Reportable Event Status Code - Asset Status or Transaction Reporting Code - Asset Transfer Status Code - Certification Requirements Code - Coast Designation Code - Competitive Characteristics Code - Correction or Change for Storage Item Records Code - Excavation Information Code List - Type Due-In Indicator - Discrepancy Indicator Code - Disposal Condition Code - Event or Exposure Code - Error Classification Code - Inventory Category Code - Local Source Code - Adverse Event Outcome Code - Controlled Inventory Item Code - Department of Defense Identification Code - Extension Reason - Reject Advice Code - Request Code - Review Period Indicator Code - Small Arms Error Transaction Reject Code - Small Arms Transaction Code - Special Program Requirement Status Code - Type Inspection Code - Type of Contractor Code - Type of Media Code - Type Physical Inventory or Transaction History Code - Demilitarization Code - Shelf Life Code - Essentiality Code - Source Maintenance and Recoverability Code - Type of Location Reconciliation Request - Applicant Type - Antenna Structure Type - Station Classification - Radio Frequency Type - Station Classification Type - Class of Operation - Antenna Polarization - Fund Purpose - Radio System Type - Frequency Band - Area of Operation - Application Type - Authorization Type - Radio Service Type - Applicant Classification Type - Frequency - Edit Error Code - Uniform Residential Appraisal Attributes Code - Action Code - Medium of Transmission Code - Management Indicator Code (Petroleum) - Gain or Loss Indicator Code - Type Adjustment Code - Type Identity Change Code - Transportation Mode Reason Code - Notification Indicator Code - Reject Indicator Code - Investigation Status Code - Group Qualifier Code - National Council on Compensation Insurance (NCCI) Nature of Injury Code - Occupational Safety and Health Administration (OSHA) Nature of Injury Code - National Council on Compensation Insurance (NCCI) Part of Body Code - Occupational Safety and Health Administration (OSHA) Part of Body Code - National Council on Compensation Insurance (NCCI) Source of Injury Code - Occupational Safety and Health Administration (OSHA) Source of Injury Code - Glass Action Code - Cause of Loss Code - Loss Description Code - Discrepancy Code - Discrepancy Advice Code - Institutional Sector or Level Classification Code - Discrepancy Status or Disposition Code - Remittance Advice Remark Code - Education Staff Type Code - Education Fee Type Code - Health Industry Number - Institutional Fee Basis Code - National Center for Education Statistics Integrated Postsecondary Education Data System Institutional Characteristics Survey Code - Accreditation, Affiliation, or Licensing Level Code - National Center for Education Statistics Accreditation or Licensing Type - Service Contract Act Occupation Category Code - Collision Industry Electronic Commerce Association (CIECA) - Inspection - Identity Disclosure Code - Investment Fund Type - IRS Qualification Code - Initial Treatment Code - Summons Type Code - Judicial Hearing Type Code - Judicial Order Type Code - Judicial Sentence Type Code - Court Disposition Code - Court Appearance Type Code - Court Pleading Type Code - Defendant Plea Type Code - Trial Type Code - Court Case Status Code - Physical Characteristics Code - Weight or Fragility Code - Preservation Material Code - Quantity per Unit Pack Code - Preservation Data Code - Packing Requirement Level A Code - Packing Requirement Level B Code - Packing Requirement Level C Code - Intermediate Container Code - Intermediate Container Quantity Code - Special Marking Code - Type and Cause Code - Mission Impact Statement Code - International Standard Designation System for Teeth and Areas of the Oral Cavity - Universal National Tooth Designation System - Deficiency Cause - Discrepancy - Preventive Measure - Contractor Alert List Reason - Quality Alert List Reason - Contractor Alert List Status - Nature of Buy - Type of Procurement - Representative Buy Indicator - Assured Delivery Indicator - Award Source - Termination - Patient Event Problem Code - Method Evaluation Code - Result Evaluation Code - Conclusion Evaluation Code - Device Event Problem Code - Dose Form Code - Route Code - Report Source Code - Adverse Event Code - Contract - Contractor Review List Status - Laboratory Test Condition Code - Collision Industry Electronic Commerce Association (CIECA) - Loss Category - Life/Annuity Service Features - Life/Annuity Product Code - Location Code - Basis of Jurisdiction Code - Principal Party Citizenship Code - Nature of Suit Code - Case Origin Code - Line of business code - Letter of Recommendation Rating Category - Deficiency Indicator - Delinquency Indicator - Test Results Code - Loss Severity Code - Laboratory Results Identification Code - War Reserve Material Requirement Code - Multi-Media Object - Service Contract Act Occupation Classification Code - Manual Class Code - Device Evaluation Code - Minority Indicator - Drug Status Code - Drug Status Adverse Event Code - Lot Type Code - Post Market Study Status Code - Meter Status - Meter Type - Plant Clearance Office Code - Inventory Type Code - Property Record Status Code - Control Unit Design Code - Direct Numerical Control System Code - Type Numerical Control System Code - Property Source Code - Nature of Injury Code - Uniform Freight Classification (UFC) Code - National Motor Freight Classification (NMFC) Code - Special Category Code - Excess Material Disposition Code - Hazardous Material Code - Type of Cargo Code - Office of Worker's Compensation Programs (OWCP) Source of Injury Code - Office of Worker's Compensation Programs (OWCP) Nature of Injury Code - Office of Worker's Compensation Programs (OWCP) Part of Body Code - Office of Worker's Compensation Programs (OWCP) Occupation Code - Occupation Code - Prior Damage Location Code - Part of Body Code - Collision Industry Electronic Commerce Association (CIECA) - Profile - Professional Designation - Collision Industry Electronic Commerce Association (CIECA) - Points of Impact - Priority Lookup - International Classification of Diseases Clinical Modification (ICD-9-CM) Patient's Reason for Visit - Professional Status Code - Price Tier - Response Status Code - Business Entity Filing Report Type Code - Business Entity Filing Detail Code - Domestic Line of Business Code - Foreign Line of Business Code - Business Entity Filing Status Code - Business Entity Filing Securities Information Code - Business Entity Financial Information Code - Business Entity Status Code - Business Entity Filing Location Code - Query Status - Quantity Type Indicator - Upstream Rank (Priority) - Receipt Rank (Priority) - Delivery Rank (Priority) - Downstream Rank (Priority) - Threaded Rank - Religious Affiliation Code - Requirement Code - Property Ownership Type Code - Property Type Code - Residency Indicator - Testing Service Question Code List - Request Type - National Council for Prescription Drug Programs Reject Codes - Student Activity Type Code - Student Award Code - Source - International Classification of Diseases Clinical Modification (ICD-9-CM) Secondary Diagnosis - Sound Code - Run Type - Source of Deposit Code - Source of Lead Code - SIC (Standard Industrial Classification) - Source of Injury Code - Secondary Source of Injury - Solicitation Cancellation Reason - Standard Occupation Classification Code - Statistical Administrative Information Code - System Status - Special Marketing Type Code - Association for Financial Professionals Service Code and Bank Service Code - Treatment Codes - International Classification of Diseases Clinical Modification (ICD-9-CM) Tertiary Diagnosis - Association for Financial Professionals Service Code - Title Exception and Requirement Code List - Title Document Code List - Tap Location - Tap Type - Systemized Nomenclature of Dentistry (SNODENT) - Report Code - Natural Gas Transaction Type - Follow-up Code - Reportable Event Code - Event Reappearance Code - Event Abatement Code - Centers for Medicare and Medicaid Services (CMS) Certificate of Medical Necessity (CMN) forms - Unit Code - Collision Industry Electronic Commerce Association (CIECA) - Vehicle Line Item Category Code - Export Declaration - Mutually Defined - Freddie Mac (Federal Home Loan Mortgage Corporation) Special Character Code - Fannie Mae (Federal National Mortgage Association) Special Feature Code - Mortgage Index Source Code - Fannie Mae (Federal National Mortgage Association) Remittance Programs - Freddie Mac (Federal Home Loan Mortgage Corporation) Remittance Programs - Freddie Mac (Federal Home Loan Mortgage Corporation) Mortgage Insurance Code - Fannie Mae (Federal National Mortgage Association) Pool Feature Code - Fannie Mae (Federal National Mortgage Association) Mortgage Insurance Code - Testing Statistical Category Code List - Testing Demographic Category Code List - SNOMED, Systematized Nomenclature of Medicine - Asset Type - Current Asset Type - Current Liability Type - Dun and Bradstreet Canada's 8 digit Standard Industrial Classification Code - Financial Item Allocation Code - Financial Item Attributed Code - Financial Item Reclassification Code - Functional Area - Hobby Code - Investment Type - Liability Type - Projection Type - Trend Reason - NACHA (National Automated Clearing House Association) - CPA (Canadian Payments Association) - Proprietary - Fannie Mae Adjustable Rate Mortgage Plan Codes - International Classification of Diseases Clinical Modification (ICD-9-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code - International Classification of Diseases Clinical Modification (ICD-9-CM) Vaccination, Innoculation or Isolation Code - Immunization Injection Code - International Classification of Diseases Clinical Modification (ICD-9-CM) Code - Current Dental Terminology (CDT) Code - International Classification of Diseases Clinical Modification (ICD-10-CM) Diagnosis - International Classification of Diseases Clinical Modification (ICD-10-CM) Admitting Diagnosis - International Classification of Diseases Clinical Modification (ICD-10-CM) Principal Diagnosis - International Classification of Diseases Clinical Modification (ICD-10-CM) External Cause of Injury Code - Assigned by Receiver - Assigned by Sender - International Classification of Diseases Clinical Modification (ICD-10-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code - International Classification of Diseases Clinical Modification (ICD-10-CM) Vaccination, Innoculation or Isolation Code - Accounting Error Classification Code - Academic Rank - International Classification of Diseases Clinical Modification (ICD-10-CM) Primary Diagnosis - Accounting Adjustment Method - Army Edit Action Code - Adjustment Type - Allocation Method - Alteration Lookup - Authorized Overrun Indicator - Activite Principale Exercee (APE) Code - International Classification of Diseases Clinical Modification (ICD-10-CM) Patient's Reason for Visit - Asset Reclassification Denial Code - Allocation Rank Indicator - Allocation Rank Level - International Classification of Diseases Clinical Modification (ICD-10-CM) Secondary Diagnosis - International Classification of Diseases Clinical Modification (ICD-10-CM) Tertiary Diagnosis - Allocation Transaction Type Code - International Classification of Diseases Clinical Modification (ICD-11-CM) Diagnosis - International Classification of Diseases Clinical Modification (ICD-11-CM) Admitting Diagnosis - International Classification of Diseases Clinical Modification (ICD-11-CM) Principal Diagnosis - International Classification of Diseases Clinical Modification (ICD-11-CM) External Cause of Injury Code - International Classification of Diseases Clinical Modification (ICD-10-PCS) Other Procedure Codes - International Classification of Diseases Clinical Modification (ICD-10-PCS) Principal Procedure Codes - International Classification of Diseases Clinical Modification (ICD-11-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code - International Classification of Diseases Clinical Modification (ICD-11-CM) Vaccination, Innoculation or Isolation Code - Business Change Code - Business Credit Rating - International Classification of Diseases Clinical Modification (ICD-11-CM) Primary Diagnosis - Board of Inspection and Survey Part Lookup - International Classification of Diseases Clinical Modification (ICD-11-CM) Patient's Reason for Visit - Board of Inspection and Survey Responsibility Lookup - International Classification of Diseases Clinical Modification (ICD-11-CM) Secondary Diagnosis - Board of Inspection and Survey Ship Lookup - Business Period - Balance Type Code - International Classification of Diseases Clinical Modification (ICD-11-CM) Tertiary Diagnosis - Bid Up Indicator - Bureau of Labor Statistics Standardized Occupational Codes - Advanced Billing Concepts (ABC) Codes - International Classification of Diseases Clinical Modification (ICD-11-CM) Other Procedure Codes - International Classification of Diseases Clinical Modification (ICD-11-CM) Principal Procedure Codes - Correction To Cause Code - Contractual Flow Indicator - Charge Indicator - Collision Industry Electronic Commerce Association (CIECA) - Assignment Type - Cause Lookup - Customer Maintenance Level Lookup - Change Notice Code - Cognizance Symbol - Confirming Party Role - Court Party Status - Complaint Request Code - Causative Research Indicator Code - Customer Service Designator - Corporate Statement Filing Code - Carcass Tracking Code - Document Availability Code - All Patient, Severity-Adjusted DRGs (APS-DRG) - DUN's Standard Industrial Classification (SIC) 2+2, Dun and Bradstreet - Cause Code - Medicare DRG (CMS-DRG & MS-DRG) - Disposition Category Change Reject Reason Code - Disposition Sub-Category Code - Disposition Category Code - Dynamic Generator Set Code - International-Refined DRGs (IR-DRG) - Dynamic Locomotive Tag Code - Deferral Lookup - Long Term Care DRG - LTC-DRG - Demilitarization Integrity Code - Document Number Requirement Type - Direction of Flow - Delivery Priority Code - Association of American Railroads Deprescription Exception List - Association of American Railroads Deprescription Distribution List - Refined DRGs (R-DRG) - Collision Industry Electronic Commerce Association (CIECA) - Detail Repair Lines Code List - Disposition Services Customer Type Code - Severity DRGs (S-DRG) - Disposition Services Indicator Code - Data Sets Requested - Delivery Scheduling Status - Alabama Campaign Disclosure Report Codes - Alaska Campaign Disclosure Report Codes - American Samoa Campaign Disclosure Report Codes - Arizona Campaign Disclosure Report Codes - Arkansas Campaign Disclosure Report Codes - California Campaign Disclosure Report Codes - Colorado Campaign Disclosure Report Codes - Connecticut Campaign Disclosure Report Codes - Delaware Campaign Disclosure Report Codes - District of Columbia Campaign Disclosure Report Codes - Florida Campaign Disclosure Report Codes - Georgia Campaign Disclosure Report Codes - Guam Campaign Disclosure Report Codes - Hawaii Campaign Disclosure Report Codes - Idaho Campaign Disclosure Report Codes - Illinois Campaign Disclosure Report Codes - Indiana Campaign Disclosure Report Codes - Iowa Campaign Disclosure Report Codes - Kansas Campaign Disclosure Report Codes - Kentucky Campaign Disclosure Report Codes - Louisiana Campaign Disclosure Report Codes - Maine Campaign Disclosure Report Codes - Maryland Campaign Disclosure Report Codes - Massachusetts Campaign Disclosure Report Codes - Michigan Campaign Disclosure Report Codes - Minnesota Campaign Disclosure Report Codes - Mississippi Campaign Disclosure Report Codes - Missouri Campaign Disclosure Report Codes - Montana Campaign Disclosure Report Codes - Nebraska Campaign Disclosure Report Codes - Nevada Campaign Disclosure Report Codes - New Hampshire Campaign Disclosure Report Codes - New Jersey Campaign Disclosure Report Codes - New Mexico Campaign Disclosure Report Codes - New York Campaign Disclosure Report Codes - North Carolina Campaign Disclosure Report Codes - North Dakota Campaign Disclosure Report Codes - Ohio Campaign Disclosure Report Codes - Oklahoma Campaign Disclosure Report Codes - Oregon Campaign Disclosure Report Codes - Pennsylvania Campaign Disclosure Report Codes - Puerto Rico Campaign Disclosure Report Codes - Rhode Island Campaign Disclosure Report Codes - South Carolina Campaign Disclosure Report Codes - South Dakota Campaign Disclosure Report Codes - Tennessee Campaign Disclosure Report Codes - Texas Campaign Disclosure Report Codes - Utah Campaign Disclosure Report Codes - Vermont Campaign Disclosure Report Codes - Virginia Campaign Disclosure Report Codes - Virgin Islands Campaign Disclosure Report Codes - Washington Campaign Disclosure Report Codes - West Virginia Campaign Disclosure Report Codes - Wisconsin Campaign Disclosure Report Codes - Wyoming Campaign Disclosure Report Codes - Alberta Campaign Disclosure Report Codes - British Columbia Campaign Disclosure Report Codes - Manitoba Campaign Disclosure Report Codes - New Brunswick Campaign Disclosure Report Codes - Newfoundland Campaign Disclosure Report Codes - Northwest Territories Campaign Disclosure Report Codes - Nova Scotia Campaign Disclosure Report Codes - Ontario Campaign Disclosure Report Codes - Prince Edward Island Campaign Disclosure Report Codes - Quebec Campaign Disclosure Report Codes - Saskatchewan Campaign Disclosure Report Codes - Yukon Territory Campaign Disclosure Report Codes - Federal Campaign Disclosure Report Codes - Alabama Lobbyist Report Codes - Alaska Lobbyist Report Codes - Arizona Lobbyist Report Codes - Arkansas Lobbyist Report Codes - California Lobbyist Report Codes - Colorado Lobbyist Report Codes - Connecticut Lobbyist Report Codes - Delaware Lobbyist Report Codes - District of Columbia Lobbyist Report Codes - Florida Lobbyist Report Codes - Georgia Lobbyist Report Codes - Hawaii Lobbyist Report Codes - Idaho Lobbyist Report Codes - Illinois Lobbyist Report Codes - Indiana Lobbyist Report Codes - Iowa Lobbyist Report Codes - Kansas Lobbyist Report Codes - Kentucky Lobbyist Report Codes - Louisiana Lobbyist Report Codes - Maine Lobbyist Report Codes - Maryland Lobbyist Report Codes - Massachusetts Lobbyist Report Codes - Michigan Lobbyist Report Codes - Minnesota Lobbyist Report Codes - Mississippi Lobbyist Report Codes - Missouri Lobbyist Report Codes - Montana Lobbyist Report Codes - Nebraska Lobbyist Report Codes - Nevada Lobbyist Report Codes - New Hampshire Lobbyist Report Codes - New Jersey Lobbyist Report Codes - New Mexico Lobbyist Report Codes - New York Lobbyist Report Codes - North Carolina Lobbyist Report Codes - North Dakota Lobbyist Report Codes - Ohio Lobbyist Report Codes - Oklahoma Lobbyist Report Codes - Oregon Lobbyist Report Codes - Pennsylvania Lobbyist Report Codes - Puerto Rico Lobbyist Report Codes - Rhode Island Lobbyist Report Codes - South Carolina Lobbyist Report Codes - South Dakota Lobbyist Report Codes - Tennessee Lobbyist Report Codes - Texas Lobbyist Report Codes - Utah Lobbyist Report Codes - Vermont Lobbyist Report Codes - Virginia Lobbyist Report Codes - Washington Lobbyist Report Codes - West Virginia Lobbyist Report Codes - Wisconsin Lobbyist Report Codes - Wyoming Lobbyist Report Codes - New York City Campaign Disclosure Report Codes - Seattle Campaign Disclosure Report Codes - New York City Lobbyist Report Codes - Automotive Aftermarket Industry Association (AAIA) Emission Code - Exchange Price Indicator - Equipment Request Codes - Equipment Repair Condition Code - Equipment Repair Job Code - Equipment Repair Location Code - Equipment Repair Responsibility Code - Electrostatic Discharge Code - Equipment Status Lookup - Estimate Type Lookup - Evaluate Work Candidate Lookup - Equipment Why Made Code - Evaluate Work Candidate Reason Lookup - Export Declaration - Export Control Classification Number (ECCN) - Fannie Mae Refinance Plan Code - Federal Communication, Control and Security Code List 1 - Federal Finance Code List 1 - Federal Health Care Code List 1 - Financial Inventory Report Code - Federal Logistics Code List 1 - Former Major Organizational Entity Rule Number - Foreign Military Sales and Military Assistance Program Grant Aid Type of Assistance/Financing Code - Federal Procurement Code List 1 - Freddie Mac Refinance Plan Code - Federal Transportation Code List 1 - Hazardous Material Content Code - Hazardous Response Codes - Association of American Railroads Standard Transportation Commodity Code Description Qualifier - Insurance Business Process Application Error Code - International Classification of Functioning Disability and Health (ICF) - Item Management Code - Impact Recorder Code - Intra-Navy Disposal Release Order Reject Advice Code - Impact Axis or Analog Port Code - Issue Priority Group - Issue, Repair and Requisition Code - Imbalance Reporting Type - Interruptible Transportation Indicator - Job Characteristics Lookup - Job Originator Lookup - Key Event Lookup - Location Capacity Flow Indicator - Line of Authority - Limit Type - Location Indicator - Logical Observation Identifier Names and Codes (LOINC) Codes - Location Purpose Code - Location Quantity Type Indicator - Legal Structure Code - Material Management Aggregation Code - Material Control Code - Generator Set Mounting Code - Method of Completion Code - Manager Forced Directed Action - Mechanization of Contract Administration Services (MOCAS) System Error Code - Major Organizational Entity Rule Number - Reference Partial Descriptive Method Reason Code - Maximum Rate Indicator - Nomenclature Activity Classification Economy (NACE) Code - Norme Activite Francaise (NAF) Code - Non-Approved Item Name - Nature of Suit - No Balance Affecting Transactions - Invoice Notes Code - National Drug Code (NDC) - National Geospatial-Intelligence Agency (NGA) Product Code - Non-Induction Reason Code - Automotive Aftermarket Industry Association (AAIA) National Popularity Code - National Uniform Billing Committee (NUBC) Revenue Codes - Planning Code Lookup - Pseudo Closure Reason Code - Pre-determined Allocation (PDA) Transaction Type Code - Petroleum United States Geological Survey (USGS) Formation Code - Phrase Code - Petroleum Bill Type - Petroleum Land Category - Petroleum Lease Status - Part of Body and Nature of Injury - Place of Service Code - Petroleum Product Disposition - Petroleum Product Point-of-Sale - Petroleum Product Selling Arrangement - Petroleum Product Value Adjustment - Petroleum Quantity Allocations Code - Petroleum Royalty Adjustment - Petroleum Royalty Calculation Method - Processing Rights Indicator - Petroleum Regulatory Report - Petroleum Royalty Transaction - Petroleum Well Action - Petroleum Well Information - Petroleum Well Shut-In Reason - Petroleum Well Classification Status - Petroleum Well Test Information - Product Quality Deficiency Report Summary Code - Receipt Acceptance Site Code - Registered Contractor Activity Code - Race or Ethnicity Collection Code - Reduction Reason Code - Association of American Railroads Rate EDI Network Error Code - Classification of Race or Ethnicity - Reference Number Format Code - Reason for Movement Code - Reference Number Justification Code - Reference Number Category Code - Replenishment Demand Information - Retail Demand Information - Reason for Reversal Code - Receipt Scheduling Status - Registration Type Code - Refrigeration Unit Operating Mode Code - Reference Number Variation Code - Security Assistance Document Number Requirement Type Code - Stock Action/Technical Information Code - Statistic Bundes Amt (SBA) Code - Subsequent Cycle Indicator - Stock Exchange Code - Settlement Type - Swing Fuel Option Indicator - Safety Hazard Lookup - Accident Resulting Change Code - Active Mitigation Consideration Code - Activity Methods Code - Analytical Method Code - Atmospheric Stability Class Code - Basis of Estimate Code - Certification Code - Contributing Factor Code - Control Device Type Code - Design/Standard Code - Device Classification Code - Discharge Indicator Code - Discharge Quantity Range Code - Non-Reportable Discharge Indicator Code - Emergency Response Regulation/Statute Code - Emission Factor Type Code - Emission Release Point Type Code - Emission Source Type Code - Emission Type Code - Emission Unit Type Code - Endpoint Code - Environment Code - Environmental Program Type Code - Environmental Receptor Code - Facility Category Code - Facility Status Code - Factor Calculation Method Code - Frequency of Analysis Code - Generator Status Code - Geometric Type Code - Hazardous Waste Form Code - Horizontal Datum Code - Information System Code - Initiating Event Code - Inventory Quantity Range Code - Latitude/Longitude Source Code - Latitude/Longitude Verification Code - Location Description Code - Major Hazard Code - Manufacturing Code - Material Classification Code - Material Code - Maximum Achievable Control Technology Code - Method of Collection Code - Mitigation System Code - Model Used Code - Monitoring/Detection System Code - Monitoring Location Code - Non-Generating Waste Code - Off-Site Availability Code - Off-Site Impact Code - On-Site Impact Code - On-Site Process System Type Code - Origin Code - Parameter Code - Passive Mitigation Consideration Code - Permit Compliance Status Code - Physical State Code - Point of Measurement Code - Preservative Code - Process Code - Process Control Code - Process Hazard Analysis Update Resulting Change Code - Process Hazards Analysis Technique Code - Public Receptor Code - Range of Concentration Code - Recovery Method Code - Recycling Method Code - Release Event Code - Release Source Code - Reliability Indicator Code - Rule Effectiveness Method Code - Sample Type Code - Scenario Code - Site Location Code - Source Category Code - Source of Waste Generation Code - Source Reduction Activity Code - System Type Code - Time Period Code - Topography Code - Transfer Quantity Range Code - Type of Competency Testing Code - Type of Training Code - Type of Waste Management Code - Use Code - Waste Emanation Code - Waste Management Status Code - Waste Stream Code - Waste Treatment Method Code - Wind Direction Code - Unit of Measure Code - Shelf-Life Action Code - Stockage List Code - Scheduling Status - Statement Basis - Special Material Content Code - Sample Device - Special Material Identification Code - Sample Type - Submitter's Priority Designator - Special Dating - Special Requirement Lookup - Supplemental Reduction Reason - Storage Report Type - Supply Status Code - Association of American Railroads Standard Transportation Commodity Code Master Description Information - Forward and Store Application Error Edit Codes - Solicited/Unsolicited Indicator - Service Code - Association of American Railroads Switch Release Codes - Commercial Vehicle Operations Safety Code - Data Categories - Event Codes - Operation Type - Accident Parameters - Inspection Parameters - Driver Parameters - View Parameters - Vehicle Parameters - Fleet Parameters - Query Options - Jurisdiction Type - Single State Registration System and Operating Authority Credential - Commercial Vehicle Operations Insurance - Commercial Vehicle Registration - Hazardous Materials Credential - Oversize/Overweight Credential - Commercial Vehicle Tax - Commercial Vehicle Title - Commercial Driver's License - Commercial Vehicle Type - Commercial Vehicle Operations Status Code - Safety and Fitness Electronic Record Systems Subscription Option - Commercial Vehicle Operations Commodity Code - Commercial Vehicle Operations Hazardous Material Code - Safety and Fitness Electronic Record Systems Error Code - Commercial Vehicle Operations Jurisdiction Identifier Code - Compliance Review Code - Incident Condition Code - Incident Related Action Code - Incident Location Code - Incident Consequence Code - Road Characteristic Code - Vehicle Occupant Code - Package Failure Code - Pedestrian Code - Type of Change Code - Collision Industry Electronic Commerce Association (CIECA) - Totals Code List - Template Characteristic Lookup - Discrepancy Report Type Code - Technical Data Justification Code - Tax or Fee Exemption Reason Code - Weapon System Transaction Origination Code - Template Owner Lookup - Downstream Transaction Type - Template Type Lookup - Upstream Transaction Type - UMLER Body Type - Unique Item Tracking Designator Code - Unique Item Tracking Error Reject Code - UMLER Fitting Code - Urgency Justification Code - (UN/SPSC) United Nations Products and Services Classification Code - Unclaimed Property Additions, Deletions, and Deductions Codes - Unclaimed Property Type Code - Unique Item Tracking Transaction Code - Validation Code - Weapon System Advice Code - When Discovered Lookup - Weapon System Essentiality Code - Automotive Aftermarket Industry Association (AAIA) Warranty Code - Weapon System Status Code - Weapon System Designator Code - Weapon System Maintenance Code - - - Backward - Forward - Unknown - - - Both Fumigated and Cleaned - Cleaned - Fumigated - Not Fumigated or Cleaned - - - Board Grain - Non-Board Grain - Seed Purchase - Contract - - - Consigned - Street - - - Contracting District Number - American Bankers Assoc. (ABA) Transit/Routing Number (Including Check Digit, 9 Digits) - Society for Worldwide Interbank Financial Telecommunication (S.W.I.F.T.) Identification (8 or 11 Characters) - Clearing House Interbank Payment System (CHIPS) Participant Number (3 or 4 Digits) - Canadian Financial Institution Branch and Institution Number - Clearing House Interbank Payment System (CHIPS) User Identification (6 digits) - System Number - Add-On System Number - Carrier Assigned Package Identification Number - Customs Bar Code Number - Supervisory Appraiser Certification Number - State License Number - Subject Property Verification Source - Subject Property Reference Number - Subscriber Number - Reviewer File Number - Comparable Property Pending Sale Reference Number - Comparable Property Sale Reference Number - Subject Property Non-Sale Reference Number - Policy Form Identifying Number - Referenced By - Mortgage Identification Number - Attached To - Real Estate Owned Property Identifier - Account Managers Code - Account Number - Billing Account - Horizontal Coordinate - Master Account Number - Vertical Coordinate - Military Interdepartmental Purchase Request (MIPR) Number - Client Reporting Category - Plan Number - Division Identifier - Blue Cross Provider Number - Blue Shield Provider Number - Medicare Provider Number - Medicaid Provider Number - Dentist License Number - Anesthesia License Number - Provider UPIN Number - CHAMPUS Identification Number - Department of Defense Identification Code (DoDIC) - Facility ID Number - Payor's Claim Number - Group or Policy Number - Preferred Provider Organization Site Number - Diagnosis Related Group (DRG) Number - Consolidation Shipment Number - Accessorial Status Code - Error Identification Code - Storage Information Code - Ambulatory Patient Group (APG) Number - Resource Utilization Group (RUG) Number - Pay Grade - Related Vendor Order Number - Member Identification Number - Credit or Debit Adjustment Number - Repair Action Number - Financial Detail Code - Repair Part Number - American Gas Association Equation Number - Special Charge or Allowance Code - Client Number - Short-term Disability Policy Number - Reason Not Lowest Cost Code - Union Number - Insuror Pool Identification Number - Employee Identification Number - Foreclosure Account Number - Import License Number - Terminal Release Order Number - Long-term Disability Policy Number - Aeronautical Equipment Reference Number (AERNO) - Foreign Military Sales Case Number - Consolidated Invoice Number - Amendment - Assigned by transaction set sender - Tracking Number - Floor Number - Food and Drug Administration (FDA) Product Type - Association of American Railroads (AAR) Railway Accounting Rules - Federal Communications Commission (FCC) Identifier - Federal Communications Commission (FCC) Trade/Brand Identifier - Occupational Safety and Health Administration (OSHA) Claim Number - Subdivision Identifier - Food and Drug Administration (FDA) Accession Number - Coupon Redemption Number - Catalog - Sub-subhouse Bill of Lading - Payer Identification Number - Special Government Accounting Classification Reference Number (ACRN) - Change Order Authority - Supplemental Agreement Authority - Wage Determination - U.S. Customs and Border Protection (CBP) Anti-dumping Duty Case Number - Visa Immigrant - Docket Number - Credit Repository Code - Lender Case Number - Loan Request Number - Multifamily Project Number - Underwriter Identification Number - Condominium Identification Number - Master Policy Number - Proposal Number - Section of the National Housing Act Code - Supplemental Claim Number - Payee Loan Number - Servicer Loan Number - Investor Loan Number - Show Identification - Catastrophe Number - Case Number - Precinct Number - Office Number - Petroleum Pool Code - Branch Identifier - Federal Communications Commission (FCC) Condition Code - Gas Custodian Identification - U.S. Customs and Border Protection (CBP) Pre-approval Ruling Number - Third Party Originator Number - Food and Drug Administration (FDA) Product Code - U.S. Customs and Border Protection (CBP) Binding Ruling Number - Provincial (Canadian) Sales Tax Exemption Number - U.S. Customs and Border Protection (CBP) Pre-classification Ruling Number - Protraction Number - Formation Identifier - U.S. Customs and Border Protection (CBP) Commercial Description - Subcontract Number - Receiver Assigned Drop Zone - Customs Broker Reference Number - Lease Schedule Number - Replacement - Lease Schedule Number - Prior - Phone Calls - Supporting Document Number - End Use Number - Old Account Number - Old Meter Number - Plate Number - Agency's Student Number - Family Unit Number - Personal Identification Number (PIN) - Shipment Origin Code - Shipment Destination Code - Shipping Zone - Carrier-assigned Consignee Number - Carrier-assigned Shipper Number - Provincial Tax Identification - Commercial Invoice Number - Balance-due Reference Number - Vehicle-related Services Reference Number - Accessorial Rail Diversion Reference Number - Location-specific Services Reference Number - Special Move Reference Number - Special Payment Reference Number - Canadian Goods & Services or Quebec Sales Tax Reference Number - Affiliation Number - Call Sign - Rule Section - Preferred Call Sign - North American Datum Standard (NADS) - Market Area - Emission Designator - Study - Log - Subhouse Bill of Lading - U.S. Customs and Border Protection (CBP) Countervailing Duty Case Number - State Student Identification Number - Picture Number - SWIFT (MT 100) - SWIFT (MT 202) - FEDWIRE (Federal Wire Transfer) - Sequence Number - Corrected Social Security Number - Prior Incorrect Social Security Number - Corrected Batch Number - Prior Incorrect Batch Number - Offense Tracking - Supplemental Account Number - Congressional District - Line of Credit Category - Consumer Identifier - Warrant - Complaint - Incident - Offender Tracking - Driver's License - Commercial Driver's License - Jurisdictional Community Number - Previous Sequence - Citation of Statute - Citation of Opinion - National Criminal Information Center Originating Agency Identification - State Criminal History Repository Individual Identification - Federal Bureau of Investigation Individual Identification - Processing Area - Payment Location - Flood Data Identifier - Coupon Distribution Method - Original Uniform Commercial Code Filing Number - Amended Uniform Commercial Code Filing Number - Continuation Uniform Commercial Code Filing Number - Uniform Commercial Code Filing Collateral Number - Account Suffix Code - Taxing Authority Identification Number - Prior Loan Number - Jurisdictional Community Name Identifier - Total Order Cycle Number - Previous Policy Number - Previous Claim History Identifier - Dental Insurance Account Number - Dental Insurance Policy Number - Consignee Reference Number - U.S. Customs and Border Protection (CBP) Entry Number - U.S. Customs and Border Protection (CBP) Entry Type Code - U.S. Customs and Border Protection (CBP) Statement Number - Map Reference - Appraiser License - Map Number - Comparable Property Verification Source - Comparable Property - Census Tract - Zone - Agent Contract Number - Application Number - Claimant Number - Cross Reference Number - Group Number - Insurance License Number - Provider Control Number - Provider Order Ticket Number - Pilot License Number - Question Number - Reissue Cession Number - Enhanced Driver’s License - Specimen Identifier - Equipment Initial - Secretaria de Comercia y Famenta Industrial (SECOFI) Number - Calendar Number - (Working) Shift Number - Schedule Reference Number - Statement of Work (SOW) - Work Breakdown Structure (WBS) - Organization Breakdown Structure - Milestone - Work Package - Planning Package - Cost Account - Purchase Order Number Included in On-Order Position - Purchase Order Number of Shipment Received since Last Reporting Date - Purchase Order Number of Order Received since Last Reporting Date - Tester Identification - Collector Identification - Repeat Location - Data Quality Reject Reason - Environmental Protection Agency (EPA) Test Type Purpose Code - Subscriber Authorization Number - Toll Billing Telephone Reference Number - List of Materials - Qualified Materials List - Frame - Piggyback - Tripleback - Sheet - Engineering Change Order - Representative Identification Number - Drawing Type - Master Contract - Related Transaction Reference Number - Interchange Train Identification - Home Mortgage Disclosure Act (HMDA) State Code - Home Mortgage Disclosure Act (HMDA) County Code - Home Mortgage Disclosure Act (HMDA) Metropolitan Statistical Area (MSA) - Charge Number - Symbol Number (for Milestone or LOB reports) - Data Item Description (DID) Reference - Extended (or Exhibit) Line Item Number (ELIN) - Contractor Data Requirements List (CDRL) - Subcontractor Data Requirements (SDRL) - Operation Number - Functional Category - Work Center - Assembly Number - Health Maintenance Organization (HMO) Authorization Number - Preferred Provider Organization (PPO) Authorization Number - Third-party Organization (TPO) Authorization Number - Chemical Abstract Service Registry Number - Guarantor Loan Number - School Loan Number - Automated Clearinghouse (ACH) Trace Number - Check List Number - FEDWIRE Confirmation Number - Society for Worldwide Interbank Financial Telecommunications (SWIFT) Confirmation Number - Dominion of Canada Code - International Standard Industry Classification Code (ISIC) - Originating Company Identifier - Receiving Company Identifier - Automated Clearing House (ACH) Entry Description - Originating Depository Financial Institution Identifier - Receiving Depository Financial Institution Identifier - Security Type - Broker Identification - Bank Assigned Security Identifier - Credit Reference - Bank to Bank Information - Transaction Category or Type - Safekeeping Account Number - Alternate Clause Number - Subassembly Number - Cost Element - Change Document Number - Funds Authorization - File Identification Number - Committee on Uniform Security Identification Procedures (CUSIP) Number - Stock Certificate Number - Package Number - Container/Packaging Specification Number - Rate Conference ID Code - Repriced Claim Reference Number - Repriced Line Item Reference Number - Adjusted Repriced Claim Reference Number - Adjusted Repriced Line Item Reference Number - Replacement Claim Number - Referral Number - Department of Defense Form 250 Requirement Code - Packaging Group Number - Automated Clearing House (ACH) Standard Entry Class - Pension Contract - Servicer - Service Bureau - Clearing House Interbank Payments System (CHIPS) Sequence Number - Investor - Loan Type - Pool Suffix - Job Order Number - Delivery Region - Tenor - Loan Feature Code - Payment Category - Payer Category - Account Category - Bank Assigned Bankers Reference Number - Chamber of Commerce Number - Advertiser Number - Analysis number/Test number - Disability Insurance Account Number - Assignment Number - Disability Insurance Policy Number - Educational Institution Identification Number - Provider Identifier - Flexible Spending Account (FSA) Insurance Account Number - Tax Advantage Account Health Insurance Policy Number - Health Insurance Account Number - Accounts Receivable Statement Number - Acceptable Source Purchaser ID - Air Cargo Transfer Manifest - - Authorization for Expense (AFE) Number - Airlines Flight Identification Number - Agent's Shipment Number - Agreement Number - Associated Invoices - Accounts Receivable Customer Account - Sending Company Audit Number (Automated Clearinghouse Transfers) - Accounting (Equipment) Location Number - Adjustment Memo (Charge Back) - Associated Purchase Orders - Appointment Number - Accounts Receivable Number - Access Code - Arrival Code - Acceptable Source Supplier ID - Appropriation Number - Authorization to Meet Competition Number - Health Insurance Rating Account Number - Air Waybill Number - Government Accounting Class Reference Number (ACRN) - Floor Plan Approval Number - Health Insurance Policy Number - Lessee Bill Code Number - Axle Ratio - Preferred Provider Organization Number - Bilateral Car Service Agreements - Health Insurance Rating Suffix Code - Life Insurance Billing Account Number - Life Insurance Policy Number - Life Insurance Billing Suffix Code - Retirement Plan Account Number - Retirement Plan Policy Number - Authorization Number - Buyer's Contract Number - Bid Number - Business Activity - Billing Center Identification - Beginning Serial Number - Lease Schedule Number - Blanket - Bonded Carrier Internal Revenue Service Identification Number - Carrier's Customs Bond Number - Broker's Order Number - Government Bill of Lading - Bill of Lading Number - Booking Number - Bin Location Number - Adjustment Control Number - Health Maintenance Organization Code Number - Broker or Sales Office Number - Split Booking Number - Batch Number - Buyer's Approval Mark - Purchase Order Line Item Identifier (Buyer) - Blended With Batch Number - Buyer's Shipment Mark Number - Repair Category Number - Complaint Code - Canadian Social Insurance Number - Customer material specification number - Customer process specification number - Customer specification number - Change Number - Customer Tracking Number For Loaned Materials - Carnet Number - Contract Line Item Number - Corrected Contract Number - Previous Credit/Debit Adjustment Number - Cost Allocation Reference - Combined Shipment - Contract Co-op Number - Credit Note Number - Class of Contract Code - Fleet Reference Number - Consignee's Order Number - Customer Catalog Number - Unique Consignment Identifier - Clause Number - Check Number - Seller's Credit Memo - Buyer's Credit Memo - Carrier's Reference Number (PRO/Invoice) - Customer Order Number - Condition of Purchase Document Number - Customshouse Broker License Number - Customer Reference Number - Condition of Sale Document Number - Contract Number - Clear Text Clause - Coil Number - Canadian Wheat Board Permit Number - Consignment Classification ID - Commercial Registration Number - Contract Rider Number (Used in conjunction with contract number) - Data Reliability Code - Drug Enforcement Administration Order Blank Number - Supplier Document Identification Number - National Council for Prescription Drug Programs Pharmacy Number - Cut Number - Dye Lot Number - Duplicate Bill Number - Coverage Code - Loss Report Number - Claim Number - Domicile Branch Number - Buyer's Debit Memo - Dealer purchase order number - Document Identification Code - Depositor Number - Defense Federal Acquisition Regulations (DFAR) - Drawing Number - Drug Enforcement Administration Number - Distributor Invoice Number - Delivery Ticket Number - Dock Number - Seller's Debit Memo - Associated Product Number - Draft Number - Delivery Order Number - Department Number - Delivery Quote Number - Dock Receipt Number - Defense Priorities Allocation System (DPAS) Priority Rating - Downstream Shipper Contract Number - Dependents Information - Diversion Authority Number - Deposit Sequence Number - Department/Agency Number - Department of Defense Transportation Service Code Number (Household Goods) - Certified Registered Nurse Anesthetist (CRNA) Provider Identification Number - Emergency Order Number - Part Causing Repair Number - Expansion on Effect of Change Number - Charge Card Number - Claimant's Claim Number - Backout Procedure Code - Service Bulletin Number - Service Contract (Coverage) Number - Attachment Code - Medical Record Identification Number - Embargo Permit Number - Circular - Export Declaration - Election District - Electronic Funds Transfer ID Number - Ending Serial Number - Financial Classification Code - Employer's Identification Number - Patient Account Number - Healthcare Manpower Shortage Area (HMSA) Facility Identification Number - Electronic device pin number - Electronic Payment Reference Number - Embargo Number - Submitter Identification Number - Export Permit Number - Equipment Number - Container or Equipment Receipt Number - Employer's Social Security Number - Excess Transportation - End User's Purchase Order Number - Receiver Identification Number - Mammography Certification Number - Estimate Number - Receiver Sub-identification Number - Electronic Data Interchange Agreement Number - Version Code - National - Version Code - Local - Submission Number - Facility Certification Number - Medicare Version Code - Health Insurance Claim (HIC) Number - New Health Insurance Claim (HIC) Number - Original Reference Number - Freight Payor Reference Number - Federal Acquisition Regulations (FAR) - File Transfer Form Number - Filer Code Issued by Customs - Filer Code Issued by Bureau of Census - Failure mechanism number - Film Number - Fund Identification Number - Clinic Number - File Identifier - Line Item Control Number - Finish Lot Number - Fine Line Classification - Federal Maritime Commission (FMC) Forwarders Number - Forwarder's/Agent's Reference Number - Drug Formulary Number - Forestry Permit Number - Form Number - Freight Bill Number - Final Sequence Number - Foreign Trade Zone - Fund Code - Health Maintenance Organization (HMO) Reference Number - State License Identification Number - Failure Analysis Report Number - Claim Office Number - Processor's Invoice Number - Prior Authorization Number - Provider Commercial Number - Predetermination of Benefits Identification Number - Peer Review Organization (PRO) Approval Number - Provider Site Number - Payer Assigned Resubmission Reference Number - Resubmission Reason Code - Resubmission Number - Secondary Employee Identification Number - Government Advance Progress - Grain Block Number - Government Contract Number - Return Goods Bill of Lading Number - Geographic Number - Specialty License Number - Gauge Ticket Number - Identification Card Serial Number - Secondary Provider Number - Cornbore Certification Number - Third Party Reference Number - Geographic Destination Zone Number - Loan Acquisition Number - Folder Number - Exhibit Identifier - Government Priority Number - Internal Purchase Order Release Number - Grain Order Reference Number - General Services Administration Regulations (GSAR) - Goods and Service Tax Registration Number - Internal Purchase Order Item Number - Third Party Purchase Order Number - Third Party Purchase Order Release Number - Third Party Purchase Order Item Number - Empty Repositioning Number - General Ledger Account - High Fabrication Authorization Number - High Raw Material Authorization Number - Gravity Source Meter Number - Special Clause - Quality Clause - Standard Clause - Home Mortgage Disclosure Act (HMDA) Census Tract - Payment History Reference Number - Competent Authority - Bill & Hold Invoice Number - Heat Code - Department of Transportation Hazardous Number - Hazardous Exemption Number - Engineering Data List - Civil Action Number - Fiscal Code - Health Industry Number (HIN) - Identity Card Number - Judgment Number - SIREN Number - SIRET Number - Hazardous Certification Number - Shipper's Hazardous Number - Pack & Hold Invoice Number - Reinsurance Reference - Horsepower - Harmonized Code System (Canada) - Code of Federal Regulations - Type of Escrow Number - Escrow File Number - High/Wide File Number - Auto Loss Item Number - Property Loss Item Number - Tax Agency Number (MERS [Mortgage Electronic Registration System] Federal Information Processing Standards [FIPS] Based Number) - Owning Bureau Identification Number - Interstate Commerce Commission (ICC) Account Number - Non-American Identification Number - Credit Counseling Identification Number - Invoice Identification - Credit Report Number - Pollutant - Internal Vendor Number - In Bond Number - Inbound-to Party - Insurance Certificate Number - Interchange Agreement Number - Issue Number - Insurance Policy Number - Initial Dealer Claim Number - Initial Sample Inspection Report Number - Standard Industry Classification (SIC) Code - Invoice Number - Internal Order Number - Intergovernmental Maritime Organization (IMO) Number - Consignee's Invoice Number - Inbound-to or Outbound-from Party - Inspection Report Number - End Item - Intra Plant Routing - Invoice Number Suffix - Internal Customer Number - Barge Permit Number - Seller's Invoice Number - Part Interchangeability - Item Number - Insured Parcel Post Number - Proceeding - Creditor - Attorney - Judge - Trustee - Originating Case - Adversary Case - Lead Case - Jointly Administered Case - Substantively Consolidated Case - Beginning Job Sequence Number - Job (Project) Number - Review - User Identification - Ending Job Sequence Number - Automated Underwriting Reference Number - Tag - Multiple Listing Service Area - Multiple Listing Service Sub-area - Packet - Multiple Listing Service Map X Coordinate - Multiple Listing Service Map Y Coordinate - Multiple Listing Number - Multiple Listing Service Book Type - Elevation - Property Component Location - Job Sequence Number - Prior Tax Identification Number (TIN) - Prior Phone Number - Prior Health Industry Number - Prior Universal Provider Identification Number (UPIN) - Prior Postal Zip Code - Origin of Shipment Harmonized-Based Code - Governing Class Code - Approval Code - Foreign Military Sales Notice Number - Certified Mail Number - Registered Mail Number - Criticality Designator - Task Order - Purchase Description - Paragraph Number - Project Paragraph Number - Inquiry Request Number - Distribution List - Beginning Kanban Serial Number - Exhibit Distribution List - Special Instructions Number - Ending Kanban Serial Number - Foreclosing Status - Type of Law Suit - Type of Outstanding Judgment - Tax Lien Jurisdiction - Delivery Reference - Contract Reference - Rental Account Number - Census Automated Files ID - Customs Drawback Entry Number - Health Certificate Number - Procuring Agency - Response to a Request for Quotation Reference - Solicitation - Request for Quotation Reference - Office Symbol - Distribution Statement Code - Certification - Representation - Site Specific Procedures, Terms, and Conditions - Master Solicitation Procedures, Terms, and Conditions - Collision Industry Electronic Commerce Association (CIECA) - Letters or Notes - Location on Product Code - Labor Operation Number - Proposal Paragraph Number - Subexhibit Line Item Number - Subcontract Line Item Number - Customer's Release Number - Consignee's Release Number - Customer's Part Number - Shipping Label Serial Number - Lockbox - Lease Number - Loan Number - Lender Entity Number - Assembly Line Feed Location - Lease Schedule Number - Longitude Expressed in Seconds - Line Item Identifier (Seller's) - Local Jurisdiction - Longitude expressed in Degrees, Minutes and Seconds - Latitude Expressed in Seconds - Product Period for which Labor Costs are Firm - Non Pickup Limited Tariff Number - Load Planning Number - For Pickup Limited Freight Tariff Number - Latitude Expressed in Degrees, Minutes and Seconds - Local Student Identification Number - Bar-Coded Serial Number - Lot Number - Location Number - License Plate Number - Location Within Equipment - Qualified Products List - Destination of Shipment Harmonized-Based Code - Lender Account Number - Mexican Pedimento Number - Material Storage Location - Major Force Program - Crop Year - Lease Agreement Amendment Number - Master - Military Ordnance Security Risk Number - Medical Assistance Category - Limited Partnership Identification Number - Tax Shelter Number - Ship Notice/Manifest Number - Master Bill of Lading - Microfilm Number - Magazine Code - Message Address or ID - Manufacturers Part Number - Meter Number - Manufacturing Order Number - Mill Order Number - Model Number - Manifest Key Number - Military Rank/Civilian Pay Grade Number - Master Lease Agreement Number - MICR Number - Manufacturing Operation Number - Multiple P.O.s of an Invoice - Meter Proving Report Number - Merchandise Type Code - Manufacturer's Material Safety Data Sheet Number - Meter Ticket Number - Military Specification (MILSPEC) Number - Migrant Number - Military Call Number - Material Change Notice Number - Model year number - Maintenance Request Number - Nomination Number - Local School Course Number - Local School District Course Number - Statewide Course Number - United States Department of Education, National Center for Education Statistics (NCES) Course Number - Provider Plan Network Identification Number - Plan Network Identification Number - Facility Network Identification Number - Secondary Health Insurance Identification Number - Data Authentication Number - North American Hazardous Classification Number - Letter of Credit Number - Secondary Coverage Company Number - Letter of Credit Draft Number - Lease Rider Number - National Association of Insurance Commissioners (NAIC) Code - Natural Gas Policy Act Category Code - Rate Card Number - Military Standard (MIL-STD) Number - Technical Document Number - Prior Case - Technical Order Number - Discounter Registration Number - Nonconformance Report Number - No OT5 Authority-zero Mileage Rate - Partial Payment Number - Medicaid Recipient Identification Number - Progress Payment Number - National Stock Number - Administrator's Reference Number - Pending Case - Associated Policy Number - Related Nonconformance Number - Agent Claim Number - Critical Application - Outer Continental Shelf Area Code - Outer Continental Shelf Block Number - OT5 Authority-Condition or Restriction on Car Hire Rate - On-line Procurement and Accounting Control (OPAC) Transaction - Original Filing - Continuation Filing - Outlet Number - Ocean Bill of Lading - Ocean Container Number - Original Return Request Reference Number - Open and Prepaid Station List Number - Operator Identification Number - Termination Filing - Origin House - Original Invoice Number - Amendment Filing - Offer Group - Original Shipper's Bill of Lading Number - Ocean Manifest - Dealer Order Number - Original Purchase Order - Order Number - Order/Paragraph Number - Outbound-from Party - Sales Allowance Number - Tariff Supplement Number - Tariff Suffix Number - Service Order Number - Statement Number - Product Number - Previous Contract Number - Previous Drug Enforcement Administration Number - Previous customer reference number - Project Code - Position Code - Pipeline Number - Product Line Number - Pickup Reference Number - Page Number - Price Area Number - Payer's Financial Institution Account Number for Check, Draft, or Wire Payments; Originating Company Account Number for ACH Transfers - Production Code - Promotion/Deal Number - Plant Number - Prime Contractor Contract Number - Product Group - Priority Rating - Price List Change or Issue Number - Packer Number - Packing List Number - Price List Number - Part Number - Permit Number - Purchase Order Number - Purchase Order Revision Number - Payee Identification - Price Quote Number - Purchase Order Number Suffix - Purchase Option Agreement - Previous Bill of Lading Number - Product change information number - Prior purchase order number - Previous Invoice Number - Payee's Financial Institution Account Number for Check, Draft or Wire Payments; Receiving Company Account Number for ACH Transfer - Product Change Notice Number - Quote Number - Starting Package Number - Ending Package Number - Prior Identifier Number - Property Control Number - Recall Number - Receiver Claim Number - Registration Number - Repair Order Number - Press Identifier - Press Form Identifier - Product Specification Document Number - Replacement Drug Enforcement Administration Number - Replacement Customer Reference Number - Quality Disposition Area Identifier - Replacement Assembly Model Number - Replacement Assembly Serial Number - Quality Inspection Area Identifier - Return Material Authorization Number - Sales Program Number - Service Authorization Number - Quality Review Material Crib Identifier - Stop Sequence Number - Service Estimate Number - Substitute Part Number - Unit Number - Quality Report Number - Warranty Coverage Code - Warranty Registration Number - Change Verification Procedure Code - Major System Affected Code - New Part Number - Old Part Number - Service Performed Code - Reference Drawing Number - Regiristo Federal de Contribuyentes (Mexican Federal Tax ID Number) - Current Revision Number - Canceled Revision Number - Correction Number - Tariff Section Number - Tariff Page Number - Tariff Rule Number - Accounts Receivable Open Item - Rental Agreement Number - Rejection Number - Repetitive Cargo Shipment Number - Rate code number - Rail Routing Code - Reel Number - Release Number - Export Reference Number - Route Order Number-Domestic - Route Order Number-Export - Release invoice number for prior bill and hold - Route Order Number-Emergency - Rack Type Number - Reserve Assembly Line Feed Location - Raw material supplier Dun & Bradstreet number - Run Number - Repetitive Booking Number - Repetitive Pattern Code - Purchase Requisition Number - Payer's Financial Institution Transit Routing Number for Check, Draft or Wire Payments. Originating Depository Financial Institution Routing Number for ACH Transfers - Returnable Container Serial Number - Payee's Financial Institution Transit Routing Number for Check, Draft or Wire Payments. Receiving Depository Financial Institution Transit Routing Number for ACH Transfers - Route Number - Receiving Number - Repetitive Waybill Code (Origin Carrier, Standard Point Location Code, Repetitive Waybill Code Number) - Resubmit number - Rebate Number - Returned Goods Authorization Number - Special Approval - Engineering Specification Number - Data Source - Specification Number - Shippers Bond Number - Routing Instruction Number - Stock Number - Stack Train Identification - Seal Off Number - Seal On Number - Salesperson - Sales Region Number - Shipper Car Order Number - Subday Number - Serial Number - Ship From - Savings - Sender Defined Clause - Shipper's Identifying Number for Shipment (SID) - Set Number - Service Change Number - Sales/Territory Code - Sales Office Number - Seal Number - Shipper's Order (Invoice Number) - Scan Line - Container Sequence Number - Sales Responsibility - Split Shipment Number - Store Number - Special Processing Code - Service Charge Number - Seller's Sale Number - Service Interrupt Tracking Number - Social Security Number - Specification Revision - Dealer Type Identification - Tax Exchange Code - Tax Form Code - Tax Schedule Code - Signal Code - Trailer Use Agreements - Tax Filing - Affected Subsystem Code - Description of Change Code - Documentation Affected Number - Telecommunication Circuit Supplemental ID - Trucker's Bill of Lading - Vendor Terms - Reason for Change - Federal Maritime Commission (FMC) Tariff Number - Transfer Number - Transportation Control Number (TCN) - Transportation Account Code (TAC) - TIR Number - Federal Taxpayer's Identification Number - Tank Number - Tax License Exemption - Travel Manifest (ACI or OTR) - Transaction Reference Number - Terminal Operator Number - Test Specification Number - Tracer Action Request Number - Government Transportation Request - Tariff Number - Terminal Code - Trial Location Code - Line of Business - Tax Worksheet - Tax Exempt Number - Policy Type - Total Cycle Number - Consolidator's Receipt Number - Regional Account Number - Term - Unique Supplier Identification Number (USIN) - Unpaid Installment Reference Number - Successor Account - Predecessor Account - Mortgage Backed Security (MBS) Loan Number - Mortgage Backed Security (MBS) Pool Number - Mortgage Number - Unacceptable Source Purchaser ID - Mortgage Insurance Indicator Number - Unacceptable Source DUNS Number - Secondary Coverage Certificate Number - Mortgage Insurance Company Number - U.S. Government Transportation Control Number - Removal Number - Previous Course Number - Current or Latest Course Number - Equivalent Course Number at Requesting Institution - Cross-listed Course Number - Quarter Quarter Section Number - United Nations Hazardous Classification Number - Quarter Quarter Spot Number - Upstream Shipper Contract Number - Section Number - Unit Relief Number - Unacceptable Source Supplier ID - Unit Train - Township Number - Range Number - State Senate District - State Assembly District - Federal National Mortgage Association (Fannie Mae) Loan Number - State Legislative District - Version - Volume Purchase Agreement Number - Visa Type - Voyage Number - State Department I-20 Form Number - State Department IAP-66 Form Number - North American Free Trade Agreement (NAFTA) Compliance Number - Judicial District - Institution Number - Subservicer - Vessel Agent Number - Department of Veterans Affairs Acquisition Regulations (VAAR) - Vendor Contract Number - Volume Number - Vendor Abbreviation Code - Vendor Change Identification Code - Vendor Change Procedure Code - County Legislative District - Pool Number - Investor Note Holder Identification - Institution Note Holder Identification - Third Party Note Holder Identification - Ward - Vendor Order Number - Institution Loan Number - Vendor Product Number - Related Contract Line Item Number - Vendor ID Number - Vendor Order Number Suffix - Motor Vehicle ID Number - Preparer's Verification Number - Voucher - Standard - Value-Added Tax Registration Number (Europe) - Link Sequence Number - Sponsor's Reference Number - Disposal Turn-In Document Number - Weapon System Number - Manufacturing Directive Number - Procurement Request Number - Inspector Identification Number - Federal Supply Schedule Number - Commercial and Government Entity (CAGE) Code - Suffix - Special Packaging Instruction Number - Labor or Affiliation Identification - American Petroleum Institute (API) Well - Contract Option Number - Review Period Number - Well Classification Code - Locally Assigned Control Number - Vendor's Previous Job Number - Master Reference (Link) Number - Waiver - Pre-Award Survey - Type of Science Code - Federal Supply Classification Code - Weight Agreement Number - Well Number - Work Order Number - Warehouse Pick Ticket Number - Interim Funding Organization Loan Number - Warehouse Receipt Number - Warehouse storage location number - Broker's Reference Number - Vessel - Dealer Identification - Depository Trust Company Identification - Distributor's Account Identification - Waybill Number - Distributor's Representative Identification - Debtor's Account - Provider Claim Number - Specification Class Number - Defect Code Number - Clinical Laboratory Improvement Amendment Number - State Industrial Accident Provider Number - Original Voucher Number - Batch Sequence Number - Secondary Suffix Code Indicator - Internal Control Number - Substitute National Stock Number - Substitute Manufacturer's Part Number - Cargo Control Number - Subsistence Identification Number - Transportation Priority Number - Government Bill of Lading Office Code - Airline Ticket Number - Contract Auditor ID Number - Federal Home Loan Mortgage Corporation Loan Number - Federal Home Loan Mortgage Corporation Default/Foreclosure Specialist Number - Mortgagee Loan Number - Insured's Loan Number - Issuer Number - Title XIX Identifier Number - Sample Number - Previous Cargo Control Number - Pier Number - Railroad Commission Record Number - Gas Analysis Source Meter Number - Toxicology ID - Universal Transverse Mercator - North - Universal Transverse Mercator - East - Universal Transverse Mercator - Zone - Rating Period - Other Unlisted Type of Reference Number - Pharmacy Prescription Number - Debtor - Claim Administrator Claim Number - Third-Party Administrator Claim Number - Contract Holder Claim Number - Agency Claim Number - Delivery Trailer Manifest - Sort and Segregate - User ID - Current Certificate Number - Prior Certificate Number - Revision Number - Tract - Buyer Identification - Railroad Commission Oil Number - Lessee Identification - Operator Assigned Unit Number - Refiner Identification - Revenue Source - Rent Payor Identification - Allowance Recipient Identification - Resource Screening Reference - Receiver ID Qualifier - Formation - Selling Arrangement - Minimum Royalty Payor Identification - Operator Lease Number - Yard Position - Reporter Identification - Participating Area - Engineering Change Proposal - Geographic Score - Geographic Key - Geographic Index - Safety of Ship Certificate - Safety of Radio Certificate - Safety Equipment Certificate - Civil Liabilities of Oil Certificate - Load Line Certificate - Derat Certificate - Maritime Declaration of Health - Federal Housing Administration Case Number - Veterans Affairs Case Number - Supplier - Ultimate Consignee - Connecting Carrier - Family Member Identification - Coal Authority Number - Residue Indicator Code - Sales Representative Order Number - Carrier Assigned Reference Number - Reference Version Number - Universal Railroad Revenue Waybill Identified Number (URRWIN) - Duplicate Waybill in Route - Duplicate Waybill Not in Route - Manufacturer Number - Agency Case Number - Makegood Commercial Line Number - Spouse Tie - Non-Spouse Tie - Supplier (Replacement) - Software Application Number - Milling in Transit - Field - Block - Area - County Code - Referenced Pattern Identification - Mutually Defined - Catalog of Federal Domestic Assistance - Union Agreement - Military Standard Requisitioning and Issue Procedures (MILSTRIP) Document Number - Federal Standard Requisitioning and Issue Procedures (FEDSTRIP) Document Number - Federal Supply Schedule Special (FSS) Item Number - Payment Related Clause - Special Price Authorization Number - Distributor's Split Agent Number - Fund Manager's Reference Number - Agency Hierarchical Level - Officer License Number - Previous Distributor Number - Interviewer ID - Military ID - Option Policy Number - Payroll Account Number - Prior Contract Number - Worksite Number - Agent Number - Treaty Identifier - Associated Case Control Number - Carrier Assigned Code - Dealer Number - Directory Number - Distributor Assigned Transaction Number - Distributor Assigned Order Number - Distributor's Account Number - General Agency Number - Laboratory Number - Agency Assigned Number - List Bill Number - Accounting Period Reference - Paramedical ID Number - Payroll Number - Personal ID Number - Policy Link Number - Secondary Policy Number - Special Quote Number - National Property Registry System Level 1 - National Property Registry System Level 2 - Investor Assigned Identification Number - Motor Fuel Certificate Number - Ginnie Mae (Government National Mortgage Association) Pool Package Number - Mortgage Electronic Registration System Organization Identifier - Seller Loan Number - Sub-Servicer Loan Number - National Property Registry System Level 3 - State Hazardous Waste Entity Identifier - Bankruptcy Procedure Number - National Business Identification Number - Prior Data Universal Number System (D-U-N-S) Number, Dun & Bradstreet - Vessel Name - Security Instrument Number - Assignment Recording Number - Book Number - Business Tax Number - North American Industrial Classification System Code-2 - Centers for Medicare and Medicaid Services PlanID - Employment Visa - Growth Factor Reference - Region - Status - Class Code - Service Request Number - Supplement Number - Previous Ticket Number - One Call Agency Ticket Number - Ticket Number - Bill of Material Revision Number - Drawing Revision Number - Application Transaction Reference Number - Related Object Identification Number - Common Access Reference Number - First Transfer Number - Continuous Transfer Number - Last Transfer Number - Automated Clearinghouse (ACH) Return/Notification of Change (NOC) Code - Society of Property Information Compilers and Analysts - Accounting Code - Permanent Resident Card C2 - Agency Assigned Employee ID - Passport - Unemployment Insurance Number - North American Industrial Classification System Code-1 - Occupation Code - Agency for International Development Acquisition Regulation (AIDAR) - Master Property Number - Project Property Number - Unit Property Number - Associated Property Number - Associated Number For Limited Common Element Parking - Associated Number For Unit Parking - Associated Number For Joined Unit not re-subdivided - Processor Identification Number - Occupation Classification Code - Employee Tax Filing Status Code - Insured Location Identifier - Air Dimension Code - Self Insurance Identification Number - Self Insurer Organization Type - Self Insurer Authorization Type Code - County Business Registration Number - Postal Template Identifier - Reduced Earning Week Identifier - Full Denial Reason Identifier - Federal Energy Regulatory Commission Certificate of Public Convenience - Suspension Identifier - Managed Care Organization Code - Managed Care Organization Identification Number - Public Utilities Commission Certificate of Public Convenience - Retail Merchant's Certification Number - Numero de Cedula de Identidad (CIN) Number - Company's Registry Office (CRO) Number - Government Registration Number - Judicial Number - Numero de Identificacion Tributaria (NIT) - U.S. Passport Card - Patron Number - Registro Informacion Fiscal (RIF) - Registro Unico de Contribuyente (RUC) - Superintendencia de Inversiones Extranjeras (SIEX) Number - Tokyo Shoko Research Business Identifier - Registro Nacional de Contribuyente (RNC) - Distribution Center Number - Institute of Security and Future Market Development (ISFMD) Serial Number - Public Deed Number - Stock Exchange Code - Secretary of State Assigned Identification Number - Department Where Injury Occurred Identification - Bureau of Labor and Statistics Schedule Identifier - State Charter Number - Employee/Non-Employee Classification Qualifier - Full Time/Part Time Employee Classification Qualifier - NEXUS Card - Premium Audit Priority Identifier - Premium Audit Purpose Identifier - Premium Audit Type Identifier - Split Premium Audit Change Identifier - Subline of Insurance - Verification Source Code - Underwriting Alert Reference Code - Commercial/Private Passenger Vehicle Qualifier - Vehicle Business Use Qualifier - Vehicle Size Class Qualifier - Vehicle Radius of Operation Qualifier - Trailer Type Qualifier - State Sales Tax Identification Number - Card Issuer Transaction Code - Card Billing Type Code - Client Company Code - Merchant Category Code (MCC) - Card Account Type Code - Card Account Status Code - Card Account Reporting Level - Card Account Reporting Identifier - American Osteopathic Association (AOA) Certification Number - Fee Schedule Identifier - United States Standard Metropolitan Statistical Area (MSA) Code - State Controlled Substance License Number - Point of Origination - Point of Destination - Assessment Number - Certificate Number - State or Province Assigned Business Registry Number - Municipality Assigned Business Registry Number - Clave Unica de Identificacion Tributaria (CUIT) - Registro Unico Tributario (RUT) - Lender Use - Guarantor Use - School Use - Reservation System Code - Order Origination Code - Folio Number - Corporate Identification Code - Cadastro Geral do Contribuinte (CGC) - Conjunction Travel Ticket - List Tracking Identifier - U.S. Alien Registration Card A1 - Permanent Resident Card (1998-2003) C1 - Visa Non-Immigrant - Air Handling Code - Automated Commercial Environment (ACE) ID - Active Ingredient Group Number - Assemblage Identification Number - Agency Location Code - Title Company Code Book Reference - Title Document Schedule - Recording Number - Title Policy Number - All Code Values Supported Identifier - U.S. Alien Registration Card A2 - Alternative List ID - Alteration Number - Secure Electronic Network for Travelers Rapid Inspection (SENTRI) Card - U.S. Merchant Mariner Document - Native American Indian/INAC (Indian and Northern Affairs Canada) - U.S. Customs and Border Protection (CBP) Assigned Importer Identifier - Anatomical Therapeutic Chemical (ATC) Classification Code - Ambulatory Payment Classification - American Petroleum Institute (API) Deduction Code - Automated Broker Interface (ABI) Routing Number - Atomic Safety and Licensing Board Panel (ASLBP) Number - Animal Species - Animal Strain - Maintenance Availability Type - American Hospital Formulary System (AHFS) Classification Code - Franchise Tax Account Number - Certificate of Incorporation Number - Beam Assembly Code - State Tax Identification Number - Charter Number - Receipt Number - Withdrawal Account Number - Deposit Account Number - Business Identification Number - United States Postal Service (USPS) PLANET (PostaL AlphaNumEric coding Technique) Code - Address Correction Service (ACS) Participation Code - Basic Contract Line Item Number - Birth Certificate Number - Laser Visa Border Crossing Card - Badge Number - Build Directive Number - Downstream Service Provider’s Activity Code - Broker Entry Number - Upstream Service Provider’s Activity Code - U.S. Customs and Border Protection (CBP) Bond Activity Reference - U.S. Customs and Border Protection (CBP) Bond Identifier - Canada Border Service Agency (CBSA) Participant Number - Bank Telegraphic Number - Billing Type - Begin Mile Marker - Binary Object Identifier - Accident History Identifier - Chemical Identifier - Discharge Point Identification - Emission Unit Identification Number - Facility Federal Identification Number - Latitude Expressed in Decimal Degrees - Longitude Expressed in Decimal Degrees - Office of Regulatory Information Systems (ORIS) Code - Process Identifier - Stack Identification Number - Facility State Identification Number - U.S. Environmental Protection Agency (EPA) Hazardous Waste Code - U.S. Environmental Protection Agency (EPA) Identification Number - Category Identifier - Census Block Group - Citizenship Document Number - Contracting District Type Code - Canada Border Services Agency (CBSA) Export Declaration Number - Census Exemption Number - Canada Border Services Agency (CBSA) Exemption Reference ID - Canada Border Services Agency (CBSA) Export Summary Reporting ID - Canadian Food Inspection Agency (CFIA) Product Code - Federal Regulation - Chromatograph Identifier - Campus Identification Number - U.S. Customs and Border Protection (CBP) Assigned Consignee Identifier - Circuit Number - Citation - Coverage List ID - Continuous Move Number - Customer Maintenance Period Sequence Number - Component - Assembly Control Number - Commitment Number - Canadian National Student Number - Conveyance ID - Collocation Indicator - Certificate of Naturalization ID - Certificate of Transportation - Canadian Province Operating Authority Number - Discrepant Container Packaging Number - Required Container Packaging Number - Current Procedural Terminology Code - Casualty Report Number - Casualty Report Serial Number - CS54 Key Train Indicator Code - CS54 Key Train Indicator Group Name - Census Schedule K Code - Census State Code - Census Tract Suffix - U.S. Customs and Border Protection (CBP) Bill of Lading Number - Code Value Identifier - Commercial Vehicle Safety Assurance Number - Periodicity Code - Cycle Indicator - District Assigned ID - Delivery Appointment Number - Data Element Identifier - Department of Health and Human Services Acquisition Regulation (HHSAR) - Discount Identifier - Drug Identification Number - District Number - Deposit Number - D-U-N-S+4, D-U-N-S Number with Four Character Suffix - Department of Agriculture Acquisition Regulation (AGAR) - Department of Commerce Acquisition Regulation (CAR) - Department of Energy Acquisition Regulation (DEAR) - Department of Interior Acquisition Regulation (DIAR) - Department of Justice Acquisition Regulation (JAR) - Department of Labor Acquisition Regulation (DOLAR) - Density Order Number - Department of State Acquisition Regulation (DOSAR) - Department of Transportation Acquisition Regulation (TAR) - Drainhole Number - Departure from Specification Class Code - Departure from Specification Number - Departure from Specification Type Code - Department of the Treasury Acquisition/Procurement Regulation (TAPR) - D-U-N-S Number Dun & Bradstreet - Course Section Number - Non-Teaching Credential Field Codes - Classification of Instructional Programs (CIP) Codes - Fund Identifier - Ballot Identifier - Legislative Identification Number - Lobbied Activity Identifier - Petition Number - Related Form Number - Carrier's Bond Number Covering Instruments of International Traffic (IIT) - Export Control Classification Number (ECCN) - Department of Education Acquisition Regulation (EDAR) - Department of Defense Enterprise Identifier - Importer's Bond Number Covering Instruments of International Traffic (IIT) - End Mile Marker - Endorsement Number - Environmental Protection Agency Acquisition Regulation (EPAAR) - Environmental Protection Agency Transporter Identification Number - Employer Payroll Code Lists - Tag Serial Number - Estimate Sequence Number - Event Identification - Exposure State Code - Fannie Mae Seller Servicer Number - Food Canning Establishment (FCE) Number - Assigned Contract Number - Food and Drug Administration (FDA) Registration Number - Foreign Entry Number - Federal Firearms License - Federal Housing Administration Computerized Homes Underwriting Management System (CHUMS) Identification Number - Federal Housing Administration Originator Identification - Federal Item Identification Guide - Flood Zone - Educational Commission for Foreign Medical Graduates (ECFMG) Certification Number - Facility Measurement Point Number - Finder Number - U.S. Customs and Border Protection (CBP) Facility Information Resource Management System (FIRMS) CODE - Freddie Mac Seller Servicer Number - Fund Source Code - Assigned Sequence Number - Premarket Notification Number - File Transfer Protocol (FTP) Locator - Foreign Trade Zone (FTZ) Admission Number - Final Work Candidate Number - Global Document Type Identifier - Group Work Candidate Sequence Number - HCIdea Number - Type of Household Goods Code - Home Mortgage Disclosure Act Block Number Area - House Waybill - Master Waybill - Preferred Gateway Identifier - Shipment Valuation - Centers for Medicare and Medicaid Services National Provider Identifier - Department of Housing and Urban Development Acquisition Regulation (HUDAR) - ICD-10-CM (International Classification of Diseases, 10th Revision, Clinical Modification) - ICD-11-CM (International Classification of Diseases, 11th Revision, Clinical Modification) - Department of Defense Issuing Agency Code - ICD-9-CM (International Classification of Diseases, 9th Revision, Clinical Modification) - Initial Failure Claim - International Fuel Tax Agreement Account Number - Ingredient Reference - Image Identifier - Integrated Master Plan (IMP) - Integrated Master Schedule (IMS) - Drug Ingredient Reference - Investigatorial New Drug Number - Importer's Reference Number to Letter of Credit - International Registration Plan Account Number - International Standard Industrial Classification (ISIC) Dominion of Canada Code (DCC) - International Registration Plan Sticker Number - Inspection and Survey Sequence Number - Initial Trouble Indication - Census Internal Transaction Number (ITN) - Joint Credit Specification Number - Associated Contract Identifier - Confirmation Service Contract Identifier - Confirmation Intraday Identifier - Releaser Contract Identifier - Replacement Shipper Contract Identifier - Service Requester Contract Identifier - Lottery Authority Activation Number - Lane Number - Loading Group - Locomotive Engineer License - Location Exception Order Number - Health Industry Business Communications Council (HIBCC) Labeler Identification Code (LIC) - Local Media Identifier - Logical Observation Identifier Names and Codes (LOINC) - Port of Load Location Number - Loss Conditions - Loan Prospector Key Number - Logistics Support Documentation Type Code - Levying Officer Identification - Mortgage Backed Security (MBS) Policy Number - Mailbox - Carrier's Bond Number Covering Merchandise Shipment and Instruments of International Traffic (IIT) - Motor Carrier Identification Number - MORNETPlus Case Number - Medical Device Class - Medical Device License Number - Hazardous Waste Manifest Document Number - Importer's Bond Number Covering Merchandise Shipment and Instruments of International Traffic (IIT) - MORNETPlus Institution Number - Marketing Plan Identification Number - Eligibility Category - Mother's Medical Record Identification Number - Mail Slot - MORNETPlus User Identification - Multiple Zone Order Number - National Aeronautics and Space Administration FAR Supplement (NFS) - Abbreviated New Drug Application Number - New Drug Application Number - National Flood Insurance Program Community Name - National Flood Insurance Program County - National Flood Insurance Program Map Number - National Flood Insurance Program Community Number - National Flood Insurance Program State - National Item Identification Number - Nomination Model Type - Natural Product Number - Non-originating Third Party Number - Organic Certification Number - Offer Identifier - Object Identifier - Out of Service Number - National Center for Education Statistics Office of Postsecondary Education (OPE) Code - National Center for Education Statistics Integrated Postsecondary Education Data System (IPEDS) Athletic Conference Code - Original Part Number - Overflow Indicator Code - Patent Cooperation Treaty Application Number - Nonprovisional Patent Application Number - Provisional Patent Application Number - Pool Contract Code - State of Jurisdiction - Protocol Number - ICD-10-PCS (International Classification of Diseases, 10th Revision, Procedure Coding System) - ICD-11-PCS (International Classification of Diseases, 11th Revision, Procedure Coding System) - Census Post Departure Filing Number - Partial Denial Indicator - Previous Driver's License - Partial Denial Reason Identifier - Packing Group Code - Downstream Package Identifier - Plug Number - Proposed Group Work Candidate Sequence Number - Process Handling Code - Physician State License Number - Program Identification Number - Platform Identification Number - Previous Report Number - Package Identifier - Upstream Package Identifier - Product Licensing Agreement Number - Department of Defense Provisioning Line Item Sequence Number - Proposed Contract Number - Packaging Marking Indicator - Premarket Application Number - Patent Number - Port of Destination Location Number - Policy Number - Position Title Number - Certificate of Purchase Number - Tax Bill Identification Number - Current Year Tax Bill Number - Past Year Tax Bill Number - Payment Plan Number - Path Rank - Previously Reported Social Security Number - Product Type - Portal Submission Code - Previous Shipment Identification Number - Continuous Move - Next Shipment Identification Number - Continuous Move - Credit Card - Proposed Sequence Number - Patent Type - Pickup Appointment Number - Payment Validation Code - Provisioning Control Code - Preliminary Work Candidate Number - Proposed Work Candidate Sequence Number - Health Care Provider Taxonomy Code - Payroll Activity Code - Pay Range - Restricted Availability Authorization - Restricted Availability Number - Related Case - DHS (Department of Homeland Security) Re-entry Permit - Regulatory Guideline Identifier - Rig Number - Role Identification Number - Relative Priority - Regulation Primary Number - Report Number - Railroad Board (RRB) Number - Routing Request Control Number - Reconciliation Report Section Identification Code - Reservation Number - Regulation Secondary Number - DHS (Department of Homeland Security) Travel Document - Reporting Week - Salary Step - Standard Inter-Service Agency Serial Control Number - Shared Benefit Class Number - Surety Bond Number - Standard Carrier Alpha Code (SCAC) - Scale Number - School District Type Code - Search Key - Session - U.S. Customs and Border Protection (CBP) Importer Security Filing (ISF) BOND - U.S. Customs and Border Protection (CBP) Security Filing Transaction Number - Shelf Life Indicator - Salvage Instruction Identifier - Settlement Method Code - State of Massachusetts Town Code - SNOMED, Systematized Nomenclature of Medicine - U.S. Customs & Border Protection (CBP) Second Notify Party - State Non-Resident Violator Compact - Standard Point Location Code (SPLC) - Theater Screen Number - Parent Contract - School System Type Code - Standard Transportation Commodity Code (STCC) Bridge Number - Standard Transportation Commodity Code (STCC) Replacement Code - Serviceability Standard Testing Reference - Title Reference - Supervisory Union Code - Spacing Unit Order Number - Superceded Contract - Related Contract - Technical Documentation Type - Time Failure - Technical Information Package - Type of Comment - Approved Third-Party Certifier - Transponder Number - Transfer Carrier - Template Sequence Number - VICS Bill of Lading Number (17 Digits) - VICS Master Bill of Lading Number (17 Digits) - Unit Identification Code (UIC) - Department of Defense Unique Item Identifier - United Nations Location Code (UNLOCODE) Number - Uniform Resource Identifier - Uniform Resource Locator - Unit Report Period - Unit Report Period ID - United States Department of Agriculture (USDA) Establishment Number - Department of Defense Unique Item Identifier Type Reference Identifier - Veterans Administration Originator Identification - Vehicle Garaged State Code - Work Candidate Sequence Number - Withdrawal Record - Planning Schedule Type Code - Status Report Code - Inventory Transaction Type Code - Report Type Code - Special Program Code - Service Area Code - Function Code - Object Code - Organization Code - Subject Area Code - Schedule Type Code - Alternating Schedule Identifier Code - Zone, Track, Spot Number (ZTS) - - - Northeast - Northwest - Southeast - Southwest - East - North Northwest - South Southeast - South Southwest - North Northeast - East Northeast - East Southeast - West Northwest - West Southwest - North - South - West - - - Consumer Return to Vendor - Dispose - Keep with an Allowance - Keep and Repair - Manufacturer Warranty Service - Partially Authorized - Return with Authorization Number - Request Denied - Return for Factory Repair - Return without Authorization Number - Return Authorization Pending - Ship to Third Party - Ship to Third Party for Charitable Contribution - Ship to Third Party for Disposal - - - Beyond Code Date - Customer Ordering Error - Color Variance - Damaged Product - Discontinued Product - Defective Merchandise or Store Inspection - Defective Packaging - Defective Merchandise or Returned by Consumer - Damaged In Transit - Excess Inventory - End of Season - Excessive Wear - Label Problem - Mark Downs - Not as Expected - Outdated Packaging - Price Error - Poor Fit - Product Recall - Product Spoiled - Poor Workmanship - Recall - Short-Dated Product - Samples - Shipped past Cancel Date - Stock Reduction Agreement - Style Problem - Termination - Wrong Goods or Not Ordered - - - Excessive Wear and Tear - Freight or Retailer Damage - Item not Defective - Item as Ordered - More Information Requested - No Record of Original Sale - Out of Season or Discontinued Line Item - Pricing or Cost Difference - Picture Requested - Quantity Difference - Repair or Refurbish - Return Time Limit Exceeded or Beyond Warranty Period - Sample Requested - Unidentifiable Item - - - Active - Death Not Processed - Disabled - New - Reinstated - Suspended - Active Non-Vested - Active Vested - Contract Discontinuance - Termination - Death - Deferral - Not Vested - Delete or Pending Purge - Distribution Restricted - Deferral - Vested - Eligible, Not Participating - Golden Age - Keep Participant - Plan Discontinuance - Potentially Forfeitable - Retired - Suspended From Contributing For 1 Year - Suspended From Contributing For 2 Years - Termination - Disability - Terminated Non-Vested - Termination - Retirement - Termination - Severance - Terminated Vested - Unit Sale - - - Closed - Complete - Not Started - Revised - Started - Unopened - - - Absolute Minimum Charge - Access Charge - Federal - Access Charge - State - Access Charges - Account Number Correction Charge - Acid (Battery) - Acknowledgment of Delivery Fee (AOD) - Activation of Carnet - Ad Valorem - Add on - Destination - Add on - Origin - Add to Make Market Value - Additional Copies of Freight Bill - Additional Commercial Invoices - Additional Tariff Classifications - Additional Material - Address Correction - Adjustment for Maximum Charges Billing - Adjustment for Minimum Average Time Requirement Billing - Adjustments - Administrative - Advance Charges Handling - Advance Destination Amount - Advance Destination Fee - Advance Fee - Advance Lading Charge - Advance Origin Amount - Advance Origin Fee - Advances - Advertising Allowance - Affidavit - Agent Disbursement - Destination - Agent Disbursement - Origin - Air Export Certificate - Air Express Charge - Air Transportation Charge - Aircraft On Ground (AOG) - Airline Opening Fee - Airport Terminal Handling Charge - Alcoholic Beverage Report Charge - Allegheny County, PA Delivery Charge - Allowance Advance - Allowance for Consignment Merchandise - Allowance Non-performance - "Alterations" - Amending Export Documentation - Anneal/Heat (Steel or Glass Treatment) - Anodizing Charge - Anti-dumping Duty - Appointment (Notification) - Arbitrary (In Addition to Through Rates and Charges) - Art Work - Assembly - Assist Amount - Attachments to Bill of Lading Charge - Bad Debt - Banking Drafts - Base Charge - Basic Reorder Allowance - Beaming Charge - Bedding/Feeding/Disinfecting - Beef Fee - Beyond Charge - Beyond Freight Charges - Bill and Hold - Bill of Lading Attendancy - Bill of Lading Charge - Billed Demand - Black Lung Tax - Blocking and Bracing Charge - Blower Charge - Bobtail Charges - Bond Amount - Bond Charge - Bordeaux Arbitraries - Both-Flat - Break Bulk Surface Charge - Breakbulk Services - Bridge Toll - Broken Lot - Broken Package Charge - Brokerage - Brokerage or Duty - Bunker Surcharge - Burning - Buyer Hand Carry - Buyers Car Allowance - Cable Pressurization - Cables (sending of) - Call Tag - Camp Arbitrary - Canada Great Lakes Additionals - Canadian C.Q.Customs Clearance - Canadian Currency Exchange - Canadian Import Termination Fee - Canadian Reconsignment Fee - Canadian Remanifest Fee - Cancellation Charge - Cancelled Order, Heavy Duty Flatcar - Capping - Car Loading - Car Rental - Carrier Credit Allowance - Carrier Debit Allowance - Carrier Notification Charge - Carrier - Cartage Charge - Cartage - Cataloging Services - Payroll Additives, Overtime Labor - Payroll Additives, Straight Time Labor - Fee - Port Changes - Central Buy - Cents Off - Bop Sheet - Certificate of Conformance - Certificate of Origin - Certificate of Registration - Certification - Chain and Binders - Chamber of Commerce Service Charge - Change of Airbill - Service Fee - Charges Forward/Advance Charge - Charter Services - Chassis Transfer - Chemical Milling Charge - Chicago Loop Charge - Cigarette Stamping - City Delivery - City maintenance fee - City Pickup - City Terminal Charge - Cleaning Charge - Closing & Sealing - Co-manufacturing Discount - Co-op Credit - Coating (Dip, Rustproof, EDP) - COD Amount - COD Charges - Collect on Delivery Alteration Charge - Collect on Delivery Deletion Charge - Collect Surcharge - Combination Performance and Non-performance - Combination - Combine All Same Day Shipment - Commission Amount - Competitive Allowance - Competitive Car Allowance - Competitive Price - Compressor Charge - Concession Credit - Concession Money - Congestion Surcharge - Connect Charge - Conservation research fee - Consignee Unload - Consolidation - Constant Surveillance Service - Armed - Constant Surveillance Service - Consular Legalization Service - Consularization Fee - Consulting Service - Consumer Service Provider Charge - Container Allowance - Container Deposits - Container Destuffing - Container Discount - Container Leasing - Container Service Charge UK/EUR - Container Service Charge USA/Canada - Container Stuffing - Container/Trailer Allowance - Continuous Mileage - Contract Allowance - Contract Escalation - Contract Service Charge - Controlled Atmosphere - Converting - Cooperative Advertising/Merchandising Allowance (Performance) - Copy of Bill of Lading Charge - Copy of Delivery Receipt Charge - Copying - Core Charge - Cost Recovery Factor - Cost recovery/adjustment - Cotton Fee - Count and Recount - Coupon Reimbursement - Countervailing Duty - Crafting - Crating - Credit - Credit Card Processing Fee - Credit Card Processing Fee - Automated Dial-up Line - Credit Card Processing Fee - Leased Line - Credit Card Processing Fee - Fleet Cards - Currency Adjustment Factor - Currency Adjustment - Currency Discount - Customer Account Identification - Customer Equipment Allowance - Customs Broker Fee - Customs Charge - Customs Duty - Customs Entry - Customs Exam - Customs Formalities - Customs Invoice - Additional Page - Customs Invoice - Customs Penalty - Cut and Parallel - Cut - Cutting Charge - Damaged Merchandise - Data/Drawing Charge - De-Installation - Deadhead Mileage Charge - Deaf and Disabled Surcharge - Declared Value for Carriage - Declared Value for Customs - Declared Value for Insurance - Deduct to Make Market Value - Bunker Adjustment - 20 Foot Container - Bunker Adjustment - 40 Foot Container - Bunker Adjustment - Burden, Overhead, or Allowance for Indirect Costs - Defective Allowance - Deficit Freight - Delay Furnishing Destination Weights - Delivery Surcharge - Delivery - Demand charge - Demurrage - Average Agreement - Demurrage - Special - Demurrage - Deposit Charges - Deposit in Lieu of Order - Deposit - Deramping - Derrick Charge - Designated Supplier Inspection - Destination Charge - Detention - Special Type Flat Car - Detention Loading - Detention of Power Units - Detention of Trailers - Detention Unloading - Determined Freight - Development Charge - Die Service Charge - Disbursement - Disconnect Charge - Discount - Drop Box/Convenience Ctr. - Discount - Incentive - Discount - Multiple Shipment - Discount - Service Option (Delivery) - Discount - Service Option (Pickup) - Discount - Special - Discount - Display Allowance - Distribution Fee - Distribution Service - Distributor Discount/Allowance - Diversion and Reconsignment - Diversion Charge - Diversion to Air Charge - Dockage - Boat Detention - Documentation Charge - Document Handling - Door-to-Door - Dowel Pin Charge - Drayage - Drayage/Line Haul - Driver Assisted Unloading - Driver's Wages - Drop Dock - Drop Yard - Drum Cost - Drum Deposit - Drum Up Charge - Dry Ice - Dryer Charge - Duty Charge - Duty Drawback - Early Buy Allowance - Early Payment Allowance - Early Ship Allowance - Emergency Port Charge - Emergency Service - Emergency Surcharge - Empty Weighing Charge - Enclosure - Endorsement Fee - Energy charge - Energy Surcharge (Fuel Adjustment Factor) - Engineering Charge - Engraving - Entered Value - Environmental Protection Service - Escalation - Escort Service - Eur1 Presentation Fee - European Port Charges - Excess Mileage Charge - Excess Periods - Excess Value Fee - Excess Weight - Excessive Value Charge - Exchange Access Credit - Exclusive Use Of Equipment - Exclusive Use - Exhibition Delivery Charge - Exhibition Pickup Charge - Expanded Service - Expedited One Day Consular Service - Expedited Service Charge - Expedited Shipments - Expediting Fee - Expediting Premium - Export Customs Clearance - Export Declarations - Automated - Export Declarations - U.S. Shippers - Export License Application - Export Shipping Charge - Export/Import Charge - Extra Copies and Mailings - Extra Labor (Helper Service) - Extra Length - Extra Service - Counter-to-Counter - Fabrication Charge - Currency Adjustment - 20 Foot Container - Currency Adjustment - 40 Foot Container - Customs Fees - Container Level - Customs Fees - Lift Level - Cargo Taxes - Container Loss/Damage - Communications Charges - Container Charge - Container Lease - Currency Adjustment - Break Bulk - Facsimile Charges - Additional Pages - Facsimile Charges - Dunnage - Failed Lamp Panel Charge - Fax Pre-alert - Federal Transfer Surcharge - Finance Charge - First Article Charge - First Flight Out - Flat Rate - Floor Stock Protection - Food and Lodging - Foreign Office Advance - Foreign Customs Duty - Foreign Military Sales (FMS) Rental - Foreign Military Sales (FMS) Special Charge - Forwarding Agent Commission - Forwarding Charge - Forward Coupons - Capture Additional Data - Provide Name and Address - Provide Household Identifier - Franchise fee - Free Domicile Shipment Processing - Free Goods - Freight Based on Dollar Minimum - Freight Charges to Border - Freight Charges to Destination - Freight Equalization - Freight Passthrough - Freight Surcharge - Freight - Freight, International - Freight, International, U.S. Dollars - Freight, International, Non-U.S. Dollars - Freshness/Leaker Allowance - Fuel Charge - Fuel Surcharge - Full Service - Full Truckload Allowance - Fumigation - Garment District - Gateway Fee - Gas Pressure - Glaze - Gold Factor - Goods and Services Charge - Goods and Services Credit Allowance - Goods and Services Tax Charge - Government Inspection - Government Warehouse Fee - Destination - Government Warehouse Fee - Origin - Grain Doors - Grain Flow Charge - Grinding - Gross Receipts Surcharge - Groupage Discount - Grouped Items - Guaranteed Inspection Technical Service - Gulf Port Delivery Charge - Handling Charges on Distribution Freight Forwarded Beyond - Handling Freight At Positions Not Immediately Adjacent To Vehicle Charge - Handling - Harbor Maintenance Report - Harbor Maintenance Fee - Hauling and Hoisting to be Direct Billed - Hauling and Hoisting - Hazardous Cargo Charge - Hazardous Materials Handling Fee - Domestic - Hazardous Materials Handling Fee - International - Hazardous Storage - Heat in Transit Charges - Heat Treat Charge - Heavy Duty Flat Car Charge - Heavy Lift - High Security Red In-bond Seal Charge - Highway Interchange - Hointins and Hauling - Holding Charge - Home Line Freight Charge - Honey Fee - Hook-up charge - Hose Charge Special - Hose Charge - Household Goods Pickup or Delivery - IATA Airbill Preparation - International Air Transport Association (IATA) Commission - IATA Fee - International Air Transport Association (IATA) Markup - Identification - Import Service Fee - In Transit Price Protection - Inbound Freight Charges - Income Freight (Manufacturing to Shipping Point) - Incorrect Billing Account Charge - Industry Price Allowance - Initial License Fee - Inland Transportation - Inside Cable Connectors - Inside Delivery - Inside Pickup - Inspect at Destination - Inspect at Origin - Inspection - Installation & Warranty - Installation and Training - Installation - Insulated Tank Charge - Insurance Fee - Insurance Placement Cost Charge - Insurance Premium - Insurance Provided by Lessee - Insurance Provided by Lessor - Insurance Surcharge - Insurance - Interdivision Profit - Interest Amount - Damage to Carrier Equipment - Damage to Carrier Vessel - Drayage at Port of Debarkation (Rate Zone) - Drayage at Port of Embarkation (Rate Zone) - Keep From Freezing Percent Differential - Damage to Government Equipment - Container Diversion - Drayage at Port of Debarkation - Drayage at Port of Embarkation - Interest on refund - Interest on Security Deposit - Interim Use Permitted at Special Rate - International Courier - International Door-to-Door Handling Fee - Interplant Charge - Interstate/Highway Toll - Intra-plant Charge - Invoice Additional Amount - Invoice Adjustment - Invoice At-Cost Amount - Invoice Delivery Terms Amount - Invoice No-Charge Amount - Invoice Services - Invoice with Goods - Irish Arbitraries - Island Delivery Charge - Island Pickup Charge - Italian Release Charge - Item Percentage - Item-Unit - Koshering - Label Allowance - Labeling - Labor (Repair and Return Orders) - Labor Charges - Labor, Straight-time - Labor, Overtime - Labor, Premium Overtime - Labor Cost of Removal - Labor Service - Labor, Modify - Labor, No Trouble Found - Labor, Test and Calibrate - Lading Adjustment Charge - Lashing - Late Order Charge - Late Payment Charge - Layout/Design - Layover Charges - Lead Factor - Leaking Underground Storage Tax (LUST) - Lease Shortfall Consideration - Less Than Truckload (LTL) Charge - Letter of Credit Processing - License and Title - Lifeline Surcharge - Lift Gate (Truck) or Forklift Service at Pickup/Delivery - Lime Fee - Liquidation Anti-Dumping Duty - Liquidation Countervailing Duty - Liquidation Tax Amount - Liquidation Total Due U.S. Customs and Border Protection (CBP) - Liquidation Total Fees - Load Weighing Charge - Loading (Labor Charges) - Loading - Loan Fee - Local Delivery/Drayage - Locomotive Delayed in Switching Service - Locomotive Under Own Power - Lot Charge - Lump Sum - Machining Charge - Mail Fee - Mail Invoice to Each Location - Mail Invoice - Mailing - Postage Cost - Mailing - Service Fee - Manifest Charge - Manufacturing - Market Development Funds - Marking or Tagging Charge - Markdown Allowance - Marriage Rule - Memo Returnable Container - Merchandise Processing Fee - Message Charge - Message Rate Adjustment - Messenger Service - Metals Surcharge - Meter Charge - Mileage Fee (For Repair and Return) - Mileage or Travel - Monthly Rental - Mount/Demount - Mounting - Municipal Surcharge - Mushroom Fee - N.H.D. Wharfage - New Discount - New Distribution Allowance - New Item Allowance - New Store Allowance - New Store Discount - New Warehouse Discount - New Warehouse - New York Delivery Charge - New York Pickup Charge - No Return Credit Allowance - Non-Dutiable Charges - Non Generated Freight - Non-returnable Containers - Normal Pump Charge - Notarized Affidavit - Notify Consignee Before Delivery - Notify Consignee - Nozzle Charge - Ocean Charges - Hazardous - Ocean Freight - Offshore - Alaska/Hawaii - On Carriage - On Hand Service - One - Day Service - One Time Engineering Charge - One-Time License Fee - One-Time-Only Charge - Onetime Tooling - Operator Credit - Option Charge (Color Fabric Office Furniture) - Engineering Supplies - Extra Length Surcharge - Optional Charge - Optional Software Support for Operational Support Systems - Optional Software Support for Switching Systems - Order Notify Charge - Order-Flat - Other (See related description) - Other Accessorial Service Charge - Other Advances - Other Export Charges - Other Government Agency Declaration - Other Government Agency Exam - Other Import Charge - Out of Route Miles - Out of Zone Pickup or Delivery - Outside Cable Connectors - Over Dimension - Overrun Charge - Oversized Premium - Overtime Loading - Pack Invoice with Shipment - Packaging Service - Packaging - Painting (Primer or Finish) - Pallet Exchange Charge - Pallet - Palletizing - Paralleling - Parish/County Sales Tax (only) - Passing Shippers Export Entry - Pecan Fee - Penalty Charge - Per Item Charge - Per Order Charge - Per Pound Charge - Percent of Product - Percent of Shipped Quantity that is Returnable - Percent of Shipment Value that is Returnable - Performance Allowance - Performance Award - Permit Charge - Permits Bonds Escort Attendant - Phosphatizing (Steel Treatment) - Pickup and Delivery - Pick/Up - Pickle and Oil - Pickup - Out of Area - Pickup Surcharge - Pier Charges - Wharfage - Pier Charges Other Than Wharfage - Pier Pickup and/or Delivery - Pier Unloading - Pilot Inspection - Placement and/or Removal Charge - Plating - Pole, Wood-service Charge - Pork Fee - Positioning at Origin - Postage - Potato Fee - Power Factor Adjustment - Pre-carriage Excess - Pre-carriage - Pre-Positioned Inventory Service - Precious Metal Content - Preloading Charge - Prelodge Charge - Premise Use - Premium Charge - Premium Transportation - Prepaid Usage Allowance - Preparation and Delivery - Preparation of Air Waybill - Origin - Preparation of Canadian Customs Invoice - Preparation of Commercial Invoice - Preparation of Export Entry - Preparation of Insurance Certificate - Preparation of U.S. Export Documentation - Preparation - Previous Billing - Price and Marketing Allowance - Price Deviation - Prior Balance - Prior Billing Amount - Prior Delivery Of Bill Charge - Prior Month Credit - Priority Service - Process in Transit Privilege - Processing Charge - Processing - Procurement Charge - Professional Fees - Proforma Invoice - Progress Payment Requirement - Promotional Allowance - Promotional Discount - Proof & Composition - Proof of Delivery - Protective Service - Cold - Protective Service - Heat - Protective Service Charge - Pulling Eyes - Pump Air Charge - Pump Charge - Purchase Option - Quantity Discount - Quantity Surcharge - Equipment Manufacturer Restoration Audit - Ramping - Rate Code - Rate Reduction Bond - Re-Bill Charge - Rebate - Rebilled Drayage - Destination - Rebilled Drayage - Origin - Receiving - Barge Freight All Kinds Service - Flatrack Surcharge - Recipient Address Correction - Reclamation, Federal - Reclamation, State - Reconciliation - Reconnect charge - Reconsign Consignee Charge - Reconsign Delivery Charge - Reconsignment Charge - Recoopering (at Owner's or Shipper's Expense) - Record/Filing - Recovery Fee - Recovery - Recrating/Recoopering - Destination - Recrating/Recoopering - Origin - Recurring Hardware Maintenance Charge - Recurring License Fee - Recurring Software Maintenance Charge - Redelivery - Redistribution Allowance - Reduction Prepalletized Cargo - Reel Cable - Reel Deposit - Reel - Refrigeration - Refrigeration/Mechanical Detention - Refund - Refurbishing Charge - Regain - Registration of Export for Reentry - Registration of Export Shipments - Regulatory Fee - Regulatory required refund - Reliability Charge - Relinquishment Charge - Reliquidation Anti-Dumping Duty - Reliquidation Countervailing Duty - Reliquidation Tax Amount - Reliquidation Total Due U.S. Customs and Border Protection (CBP) - Reliquidation Total Fees - Rental Charge - Rental Deduction - Rents and Leases - Repack Charge - Repair at Buyers Expense Charge - Repair at Customer Expense Charge - Repair at Government Expense Charge - Repair - Repickup - Request Via Canada - Research & Development Fee - Resellers Discount - Residential Delivery - Residential Pickup - Restocking Charge - Restricted Article Fee - Retainer - Return Cargo Charge - Returnable Container - Returned Load - Rework - Riding Attendant Charge - Rocky Mountain Bureau 583 Item 1100 Arbitrary Charge - Roll Out Adjustment - Roll Rebate - Royalties - Salvage - Same - Day Service - Saturday Delivery - Saturday Pickup or Delivery Charge - Saturday Pickup - Scale Charge Unloading - Scale Charge - Scrap Allowance - Security Signature Service - Segregating (Sorting) - Select Charge - Self Unloader - Seller Hand Carry - Service Assistance Program Surcharge - Service Charge (with Cash Discount) - Service Charge - Service Upgrade - Set-up - Shearing - Sheep Fee - Ship to Stock Quality Audit - Shipper Load and Count - Shipper Load Carrier Count - Shipper Load Consignee Unload - Shipper Load - Shipping - Shipping and Handling - Shipside Pickup - Shotblasting - Shrink Allowance - Shrink-Wrap Charge - Shrinkage Allowance - Single Invoice Allowance - Single Pickup - Single Shipment Fee - Sleeving - Slip Sheet Unloading Allowance - Slip Sheet, Rail - Slip Sheet, Truck - Slotting Allowance - Small Order Charge - Software Support Service - Source Inspection - Garment Surcharge - Special Allowance - Special Buy - Special Circus Trains - Special Credit - Special Delivery - Special Detention Charge - Special Equipment Charge - Special Finish Charge - Special Freight Supplements - Special Handling - Special Mileage Movements - Special Packaging - Special Permits - Special Pickup - Special Pump Charge - Special Seal Charge - Special Services - Special Test Equipment Charge - Special Tooling Charge - Special Tooling rework charge - Special Train Movement - Special Use - Special Vehicle Rent - Specific Duty - Specification Review - Split Delivery - Split Pickup at Pier Charge - Split Pickup - Spool Charge - Spotting of Trailer - Spreader Charge - Stamp Fee - Stamping - Standby Charge - State Motor Fuel - State Sales Charge - State Surcharge - State/Metropolitan Transit Authority Surcharge - Steaming Charge - Stenciling Charge - Stop-off at Pier Charge - Stop-off Charge - Stopcharge - Stopping in Transit - Storage in Transit - Storage - Straightening Charge - Strapping - Street lamps charge - Stripping, Sorting, and Consolidation - Subject to Cooperative Advertising Allowance - Subject To Tax On Resale - Sufferance Warehouse Charge (Export or Import) - Sugar Fee - Sum of Adds and Deducts to Make Market Value - Sunday or Holiday Pickup or Delivery - Super Bag Charge - Supervisor Charge - Supplemental Duty - Supplemental Items - Surcharge - Surety Bond - Swell - Switch Charge - Switching Charge - Tank Car Allowance - Tank Rental - Tarping - Tax - Airport Tax, Destination - Tax - Airport Tax, Origin - Tax - Beverage Tax - Tax - City Sales Tax (Only) - Tax - Excise Tax - Destination - Tax - Excise Tax - Origin - Tax - Federal Excise Tax, FET - Tax - Federal Excise Tax, FET, on Tires - Tax - Governmental - Tax - Handling Charge Tax - Tax - Local Tax - Tax - Metropolitan Transit Tax - Tax - Regulatory Tax - Tax - Local Sales Tax - Tax - Sales and Use - Tax - Sales Tax (State and Local) - Tax - State Hazardous Substance - Tax - State Tax - Tax - Super Fund Excise Tax - Tax - Use Tax - Tax - Value Added Tax (VAT) - Tax Credit - Tax Liability - Amortized - Tax Liability - One Time - Tax on Miscellaneous Charges - Tax on Transportation - Tax - Tea Fee - Technology Exchange - Telegram Chargeback - Telephone - Destination - Telephone - Origin - Telephone Charge - Temperature Protection - Temporary Allowance - Temporary Voluntary Allowance - Tendered as Truckload - Terminal Charge - Terminal Differential - Terminal Service Fee - Terms Allowance - Test/Qualification Charge - Testing Services Charge - Hazardous Cargo on Deck - Testing - Third Party Allowance - Third Party Pallets - Throughput Allowance - Throughput Container Charge - Thruway Charge - Ticketing Service - Tobacco Products Report Charge - TOFC Service Charge - Tool Charge - Tooling Rework Charge - Tooling - Tools for Printing - Total Assessorial Charges - Total Fees - Total Invoice Amount - Total Due U.S. Customs and Border Protection (CBP) - Total Invoice Amount, U.S. Dollars - Total Invoice Amount, Non-U.S. Dollars - Total Material Invoice Amount - Tracing Inbound Via Other Carriers - Tracing Service Fee - Track Storage - Trade Discount - Trade In - Trailer Rental Charge - Transfer Charge - Transfer of Lading Charge - Transferred Charges - Transit - Transmission Charge - Transportation And Setup - Transportation Charge (Minimum Rate) - Transportation Direct Billing - Transportation Third Party Billing - Transportation Vendor Provided - Trimming Charge - Truck Detention - Truckload Discount - Turning Charge - Two - Day Service - Two Door Pickup - U.S. Vehicles - Unabsorbed Switching - Unitized - Unloading (Labor Charges) - Unloading - Unloading/Reloading Charge - Unsaleable Merchandise Allowance - Unscheduled Fee - Up Charge - Usage Plan Detail Charge - U.S. Customs and Border Protection (CBP) Flat Assist Amount - U.S. Customs and Border Protection (CBP) Maximum Assist Amount - USDA Inspected, Stamping Certification - Use - Special Type Flat Car - Use Charge Tooling/Personnel - Valuation Fee - Vehicle Ordered but Not Used - Vehicle Prep Charge (Courtesy Delivery) - Vehicle Road Charge - Vendor Freight - Venting Instructions - Virgin Island Transfer Charge - Volume Discount - Voluntary Contribution Charge - Waiting Time - War Risk Surcharge - Warehouse - Warehousing - Warranties - Watermelon Fee - Waybill and Invoice Distribution - Weather Protection - Weight Verification Charge - Wharfage & Handling - Wharfage Charge - Wide Area Telephone Service (WATS) Usage Credit - Will Call Charge - Written Proof of Delivery - X-ray Charge - Gratuity - Escrow - Payment - Direct Product Handling (DPC) - Price Adjustment Percent (PCT) - Post Damaged Handling (PDC) - Reclamation Center Handling (Chute) - Reclamation Shared Responsibility (SRS) - Mid-Tier Lottery Winners - Mid-Tier Lottery Cashing Bonus - Lottery Cross Redeemed - Low-Tier Lottery Winners - Low-Tier Lottery Cashing Bonus - Lottery Charge Back - Tote - Extra Hour Charges - Refused Delivery Charge - Reimbursement for Online Cashing Bonus - Reimbursement for Online Winners - Online Sales Bonus - Instant Sales Bonus - Improper Documentation - Land Currency Adjustment Factor - 20 Foot Container - Land Currency Adjustment Factor - 40 Foot Container - Percent Differential - Less Than Container - Less Than Container - Linehaul from Port of Debarkation - Liner Terms at Port of Embarkation - Liner Terms at Port of Debarkation - Linehaul Percent Differential - Liquidated Damages - Linehaul to Port of Embarkation - Modified Atmosphere - Over Height Container - Office Supplies - On Deck Break Bulk Differential - Other Miscellaneous Earning or Additive - Over Width Container - Prepared Food Charge - Stuffing Charge - Payroll Taxes - Private Owned Vehicle Processing - Personal Property, Member - Personal Property, Spouse - Port Handling and Unloading - Packing, Crating, and Handling Charge - Packing, Crating, Handling, and Transportation Charge - Railhead Handling - Recycling Fee - Reefer Maintenance - Reefer Cargo Percent Differential - Respotting - Single Factor Origination/Destination - Single Factor Origination/Port of Debarkation - Single Factor Port of Embarkation/Destination - Stripping, Sorting and Consolidation - Pole Lashing Equipment (PLE) Surcharge - Stop-off at Destination - Stuffing - Stop-off at Origination - Terminal Handling Charges - Van Cleaning - Wharfage - Breakbulk - Wharfage - Container - Wasted/Futile Trip - War Risk Crew Insurance - War Risk Insurance - Auto Towing - Late Return - One Way/Drop Off - Passenger Facility Charge - Lodging - Business Center - Gift Shop - Health Club - Laundry/Dry Cleaning - In-room Movie - In-room Mini-bar - Meals - Parking - Prepaid Amount - Liquor Charge - Mutually Defined - - - Language of Instruction - Language of Examination - Language in which Examination is Written - Language Spoken in the Home - Language Reading - Language Writing - Language Speaking - Native Language - Language Signed - - - School Mark - Department Mark - Final Mark - Supplemental Mark - Mid-term Mark - Six-week Mark - Examination Mark - Work Experience Mark - Nine Weeks' Mark - Mark at Time of Withdrawal - - - Guaranteed - Guaranteed with Changes - Denied - Rejected - Pending - Disbursed - Grace - Deferred - Forbearance - Preclaim - Claim - Repayment - Paid in Full - Current - Preforeclosure Acceptance Plan Available - Preforeclosure Acceptance Plan Not Available - Preforeclosure Sale Closing Plan Accepted - Preforeclosure Sale Closing Plan Rejected - Partial Reinstatement - Foreclosure Sale Held - Foreclosure Sale Confirmed - Certificate of Title Issued - Eviction Referral Received - Eviction Started - Eviction Scheduled - Eviction Completed - Title Package Submitted - Attorney File Closed - Bankruptcy Referral Received - Proof Claim Filing Expires - Proof of Claim Filed - Petition Sent - Creditors Meeting - Motion to Lift Bankruptcy Stay Filed - Preliminary Hearing for Motion to Lift Bankruptcy Stay - Final Hearing for Motion to Lift Bankruptcy Stay - Bankruptcy Discharge Hearing - Bankruptcy Discharge Entered - Adequate Protection Granted - Trustee's No Asset Report Filed - Trustee's Abandonment Requested - Court File Closed - Case Dismissed - Reinstated by Mortgagor Who Retains Ownership - Reinstated by Assumptor - Servicing Transferred or Sold to Another Mortgagee - Sold - Government Seizure - Cancel - Refinance - Assumption - Modification - Charge-off - Reaffirmation Hearing - Reaffirmation Agreement Approved - Bankruptcy Schedules Reviewed - Bankruptcy Schedules Sent - Bankruptcy Confirmation Hearing - Bankruptcy Objection Filed - Hearing on Bankruptcy Objection to Confirmation - Plan and Disclosure Statement Filed - Hearing on Disclosure Statement - Ballot Expires - Motion to Dismiss Bankruptcy Filed - Contested Bankruptcy - Deed in Lieu Referral Received - Deed in Lieu Documents Sent to Borrower - Deed in Lieu Documents Executed by Borrower - Deed in Lieu Documents Received from Borrower - Deed in Lieu Documents Sent for Recording - Deed in Lieu Title Package Sent - Veterans Affairs Notice of Default Sent (VA 6850) - Veterans Affairs Intention to Foreclose Sent (VA 6851) - Veterans Affairs Notice of Election to Convey Sent - Sale of Converted Adjustable Rate Mortgage - Resale of Converted Adjustable Rate Mortgage - Foreclosure Status Reset - Third Party Sale - Probate - Military Indulgence - Contested Foreclosure - Natural Disaster - Expiration of Redemption - Preclaim - Skip - Preclaim - Past Due Repayment - Preclaim - Failure to Pay Interest - Preclaim - Enrolled - Reinstated or Modified - Not Reassigned to Mortgage Registrar - Pre-qualification - Application - Processing - Underwriting - Document Preparation - Loan Closing - Funding - Quality Control - Loan Delivery - Insuring - Preclaim - Ineligible Borrower - Supplemental Preclaim - Delinquent - Foreclosure Started - Deed-in-Lieu Started - Foreclosure Completed - Property Conveyed to Insurer - Deed-in-Lieu Completed - Claims without Conveyance of Title - Assignment Completed - Claim Paid - Claim - Closed School - Claim - False Certification - Claim - Non-payment - Claim - Ineligible Borrower - Claim - Death - Claim - Disability - Foreclosure Pending - Assigned to Servicer - Foreclosure Pending - Retained by Mortgage Registrar - Chapter 12 Bankruptcy - Reinstated or Modified - Reassigned to Mortgage Registrar - Second Lien Considerations - Veterans Affairs - No Bid - Veterans Affairs - Refund - Veterans Affairs - Buydown - Chapter 7 Bankruptcy - Chapter 11 Bankruptcy - Chapter 13 Bankruptcy - First Legal Action to Commence Foreclosure - Bankruptcy Plan Confirmed - Order Lifting Bankruptcy Stay Entered - Foreclosure Sale Scheduled - Redemption or Confirmation Post Sale Ended - Property Redeemed - Broker's Price Opinion or Appraisal Obtained - No Delinquencies to Report - Bankruptcy Court Clearance Obtained - Deed Recorded - State Housing Assistance Program - Foreclosure File Received by Attorney - Breach Letter Sent - Breach Letter Expired - Service By Publication - Service Completed - Hearing Scheduled - Department of Housing and Urban Development Occupancy Letter Sent - Title Search Ordered - Power of Attorney or Substitute of Trustee Recorded - Appraisal Ordered - Veterans Affairs Holder's Statement of Account Sent (VA 567) - Notice of Election and Demand Recorded - Default Entered - Hearing Held - Writ of Seizure Issued - Judgment or Decree Entered - Foreclosure Sale Continued - Foreclosure Publication Commenced - Redemption Pre-sale Expired - Reinstatement Funds Received - Payoff Funds Received by Attorney - Conversion - Received Transmission From School - Received Application and Promissory Note - - Processing for Submission to Guarantor - Submitted to Guarantor - Awaiting Credit Approval - Credit Approved - Approved by Guarantor - Awaiting First Disbursement - Application and Promissory Note have been Printed and Mailed - Reprint Request has been Denied - Servicing - Reduced Disbursement Amount - Rejected by Lender - Rejected by Guarantor - Rejected Due to Processing Problems - Completing Telephone Follow-up to Resolve Problems - Holding While Resolving Outstanding Problems - Reprocessing - Terminated - Performing Exception Processing - First Right Party Contact with Delinquent Borrower Completed - Last Right Party Contact with Delinquent Borrower Completed - Property Securing the Loan is Listed For Sale - Foreclosure Resumed - Foreclosure Sale Requested - Promise to Pay Broken - Promise to Pay Made - Title Search Received - Mutually Defined - - - Existing Contract - Change By Refresh - Delete Contract - New Contract - Contract Change Order - Price Revision - Price Redetermination - Letter Contract - Unpriced Order - Other Contract Action - Program Estimate - Replacement - Renewal - Request for Proposal - Mutually Defined - - - Government Property Required - Government Property Not Required - Contract Financing Required - Contract Financing Not Required - Awarded Contract for the Same or Similar Items - Not Awarded Contract for the Same or Similar Items - Proposal Consistent with Established Practices, Procedures, and Principles - Proposal Not Consistent with Established Practices, Procedures, and Principles - Contract Subject to Cost Accounting Standards Board (CASB) Regulations - Contract Not Subject to Cost Accounting Standards Board (CASB) Regulations - Adequate Cost Accounting Standards Board (CASB) Disclosure Statement Submitted - Inadequate Cost Accounting Standards Board (CASB) Disclosure Statement Determined - Cost Accounting Standards Board (CASB) Disclosure Statement Not Submitted - Notified of Actual or Potential Disclosure Statement or Cost Accounting Standards Board (CASB) Noncompliance - Not Notified of Actual or Potential Disclosure Statement or Cost Accounting Standards Board (CASB) Noncompliance - Proposal Consistent with Disclosed Practices or Standards - Proposal Not Consistent With Disclosed Practices or Standards - Access to Communications Security Information Required - Access to Communication Security Information Not Required - Access to Restricted Data Required - Access to Restricted Data Not Required - Access to Critical Nuclear Weapon Design Information Required - Access to Critical Nuclear Weapon Design Information Not Required - Access to Formerly Restricted Data Required - Access to Formerly Restricted Data Not Required - Access to Sensitive Compartmented Information Required - Access to Sensitive Compartmented Information Not Required - Access to Non-sensitive Compartmented Information Required - Access to Non-sensitive Compartmented Information Not Required - Access to Special Access Information Required - Access to Special Access Information Not Required - Access to North Atlantic Treaty Organization Information Required - Access to North Atlantic Treaty Organization Information Not Required - Access to Foreign Government Information Required - Access to Foreign Government Information Not Required - Access to Limited Dissemination Information Required - Access to Limited Dissemination Information Not Required - Access to For Official Use Only Information Required - Access to For Official Use Only Information Not Required - Access to Other Type of Information Required - Access to Other Type of Information Not Required - Contractor Will Have Access to United States Classified Information at another Contractor's Facility or a Government Activity - Contractor Will Not Have Access to United States Classified Information at another Contractor's Facility or a Government Activity - Contractor Will Receive Classified Documents Only - Contractor Will Not Receive Classified Documents Only - Contractor Will Receive or Generate Classified Material - Contractor Will Not Receive or Generate Classified Material - Contractor Will Fabricate, Modify, or Store Classified Hardware - Contractor Will Not Fabricate, Modify, or Store Classified Hardware - Contractor Will Perform Services Only - Contractor Will Not Perform Services Only - Contractor Will Have Access to United States Classified Information outside the United States, Puerto Rico, United States Possessions and Trust Territories - Contractor Will Not Have Access to United States Classified Information outside the United States, Puerto Rico, United States Possessions and Trust Territories - Contractor Will Be Authorized to use the Services of Defense Technical Information Center or other Secondary Distribution Center - Contractor Will Not Be Authorized to use the Services of Defense Technical Information Center or other Secondary Distribution Center - Contractor Will Require a Communications Security Account - Contractor Will Not Require a Communications Security Account - Contractor Will Have Tempest Requirements - Contractor Will Not Have Tempest Requirements - Contractor Will Have Operations Security Requirements - Contractor Will Not Have Operations Security Requirements - Contractor Will Be Authorized to use the Defense Courier Service - Contractor Will Not Be Authorized to use the Defense Courier Service - Contractor Will Have some other Authorization in the Performance of the Contract - Contractor Will Not Have some other Authorization in the Performance of the Contract - Facility Clearance Required - Facility Clearance Not Required - Follow-on Contract - Not a Follow-on Contract - Final Contract Security Classification Specification - Not a Final Contract Security Classification Specification - Direct Public Release Authorized - Direct Public Release Not Authorized - Additional Materials being Forwarded - No Additional Materials being Forwarded - Additional Requirements Established - Additional Requirements Not Established - Elements of the Contract are outside the Inspection Responsibility of the Cognizant Security Office - No Element of the Contract Is Outside the Inspection Responsibility of the Cognizant Security Office - Contractor Distribution Required - Contractor Distribution Not Required - Subcontractor Distribution Required - Subcontractor Distribution Not Required - Cognizant Security Office for Prime and Subcontractor Distribution Required - Cognizant Security Office for Prime and Subcontractor Distribution Not Required - United States Activity Responsible for Overseas Security Administration Distribution Required - United States Activity Responsible for Overseas Security Administration Distribution Not Required - Administrative Contracting Office Distribution Required - Administrative Contracting Office Distribution Not Required - Other Distribution Required - Other Distribution Not Required - Subcontract Costs - Inter-Division Transfer - Profit/Fee - Labor History - Bill of Materials and Purchase History - Other Unlisted Proposal Type - General and Administrative Expenses (G&A) - Overhead Expenses - Intermediate Expense Pool Allocation - Bases Used to Allocate Indirect Expense - Claimed Rates for Each Expense Pool - Facilities Capital Cost of Money Factors Computation - Reconciliation of Books of Account and Claimed Direct Cost-Incurred Costs - Contract Direct Costs Claimed and Not Claimed, IR&D/B&P Direct Costs Incurred (Overhead, G&A and Cost of Money Applied at Claimed Rates)-Incurred Costs - Government Participation in Indirect Expense Pools-Incurred Costs - Reconciliation of Claimed G&A Pool to G&A Claimed on Contracts-Incurred Costs - Schedule of Cumulative Direct and Indirect Costs Claimed and Billed-Incurred Costs - Computation of Allowable IR&D/B&P Costs-Incurred Costs - Summary of Hours and Amounts on T&M/Labor Hour Contracts-Incurred Costs - Reconciliation of Total Payroll to Total Labor Distributed-Incurred Costs - Listing of Decisions/Agreements/Approvals and Description of Accounting/Organization Changes - Indirect Costs Certification - Direct Labor - Other Direct Costs - Direct Material - Other Unlisted Type of Proposal - - - Advance Payment - Guaranteed Loan - Progress Payment - - - Add - Non-Add - Common Logarithm (Base 10) - Divide - Equals - End of Formula - Multiply - Natural Logarithm (Base e) - Square Root - Raise to a Power - Subtract - - - Final Test Measurement or Readpoint (Cumulative) - Intermediate Test Measurements or Readpoint (Cumulative) - Initial Test Measurement or Readpoint (Cumulative) - - - Initial Trip - Return Trip - Transfer Trip - Round Trip - - - Patient was transported to nearest facility for care of symptoms, complaints, or both - Patient was transported for the benefit of a preferred physician - Patient was transported for the nearness of family members - Patient was transported for the care of a specialist or for availability of specialized equipment - Patient Transferred to Rehabilitation Facility - Patient Transferred to Residential Facility - Patient Was Not Transported - - - Not specified - Average Wholesale Price (AWP) - Local Wholesaler - Direct - Estimated Acquisition Cost - Acquisition Cost - Maximum Allowable Cost (MAC) - Usual, Customary, and Reasonable (UCR) - Unit Dose - Brand Medically Necessary - Other - - - Not Released - Billing Data Only - Hold previously released shipment - Released with Billing Data - Scheduled future release - Released with shipment information/billing data - Unscheduled release - - - Not Specified - Explicit Directions - PRN Directions (Take as Needed; Pharmacist Estimate) - As Directed by Physician - - - Requested - Patient was admitted to a hospital - Patient was bed confined before the ambulance service - Patient was bed confined after the ambulance service - Patient was moved by stretcher - Patient was unconscious or in shock - Patient was transported in an emergency situation - Patient had to be physically restrained - Patient had visible hemorrhaging - Ambulance service was medically necessary - Automated Export System - Post Departure Authorized Special Status (AES-PASS) Standard - Automated Export System - Post Departure Authorized Special Status (AES-PASS) Expanded - Automated Export System - Post Departure Authorized Special Status (AES-PASS) Post Departure - Facility’s Emergency Response Plan Includes Information on Emergency Health Care - Facility’s Emergency Response Plan Includes Procedures for Informing Public and Local Agencies Responsible for Responding to an Accidental Release - Facility has a Clean Air Act Title V Operating Permit - Facility has a Written Emergency Response Plan - Facility has Reportable Accidents - Facility is Covered by the Emergency Planning and Community Right to Know Act Section 302 - Facility is Covered by the Occupational Safety and Health Act (OSHA) Process Safety Management Standard - Facility is Included in the Community Emergency Response Plan - Hazardous Waste Mixed with Resource Conservation Recovery Act (RCRA)-Radioactive Material - Offsite Responders Notified - Precipitation Present - Disabled Veteran - Servicer has Advanced Funds to Pay for Delinquent Taxes on Non-escrowed Mortgage - Property Has Fire Insurance Only that was not Lender Placed - Reported but Unconfirmed - Has Smoke Alarms - Operates as a Holding Company - Optimum - Renewed - Highest Educational Level - Principal Certificate - Inservice Education Completed - Main Assignment - Patient is ambulatory - Ambulation is Impaired and Walking Aid is Used for Therapy or Mobility - Patient is confined to a bed or chair - Patient is Confined to a Room or an Area Without Bathroom Facilities - Ambulation is Impaired and Walking Aid is Used for Mobility - Patient Condition Requires Positioning of the Body or Attachments Which Would Not be Feasible With the Use of an Ordinary Bed - Patient needs a trapeze bar to sit up due to respiratory condition or change body positions for other medical reasons - Patient's Ability to Breathe is Severely Impaired - Patient condition requires frequent and/or immediate changes in body positions - Patient can operate controls - Patient is receiving anti-fungal therapy - Property is occupied by owner - Property is occupied by tenant - Property is vacant - Location is urban - Location is suburban - Location is rural - Built-up over 75% - Built-up 25 - 75% - Built-up under 25% - Growth rate is rapid - Class I-Left - Growth rate is stable - Growth rate is slow - Property values are increasing - Property values are stable - Property values are declining - Class I-Right - Demand or supply is in shortage - Demand or supply is in balance - Demand or supply is over supply - Marketing time is under 3 months - Marketing time is 3 to 6 months - Marketing time is over 6 months - Predominant occupancy is the owner - Predominant occupancy is the tenant - Siderails Are to be Attached to a Hospital Bed Owned by the Beneficiary - Patient owns equipment - Mattress or Siderails are Being Used with Prescribed Medically Necessary Hospital Bed Owned by the Beneficiary - Patient Needs Lift to Get In or Out of Bed or to Assist in Transfer from Bed to Wheelchair - Patient has an orthopedic impairment requiring traction equipment which prevents ambulation during period of use - Item has been prescribed as part of a planned regimen of treatment in patient home - Patient is highly susceptible to decubitus ulcers - Patient or a care-giver has been instructed in use of equipment - Patient has poor diabetic control - A 6-7 hour nocturnal study documents 30 episodes of apnea each lasting more than 10 seconds - Patient is receiving oral anti-fungal therapy - Predominant occupancy is vacant (0-5%) - Predominant occupancy is vacant (over 5%) - Developer or builder is in control of the Home Owners Association - Site is a corner lot - Zoning compliance is legal - Zoning compliance is legal nonconforming (grandfather use) - Zoning compliance is illegal - There is no zoning - Highest and best use as improved is the present use - Highest and best use as improved is other use - Class II-Left - Property is located in a Federal Emergency Management Administration special flood hazard area - Appraisal is made "as is" - Appraisal is made subject to the repairs, alterations, inspections, or conditions listed - Appraisal is made subject to the completion per plans and specifications - Project type is planned unit development (PUD) - Class II-Right - Project type is condominium - Property rights are fee simple - Property rights are leasehold - Supervisor appraiser inspected the property per supervisory appraiser's certification - Property was sold within last 12 months - Appraiser signed statement of limiting conditions and disclaimer - Ownership interest in a property - Termination - Without the equipment, the patient would require surgery - Patient has had a total knee replacement - Patient has intractable lymphedema of the extremities - Patient is in a nursing home - Patient is conscious - This Feeding is the Only Form of Nutritional Intake for This Patient - Patient was administered premix - Oxygen delivery equipment is stationary - Certification signed by the physician is on file at the supplier's office - Patient Has Mobilizing Respiratory Tract Secretions - Patient is receiving topical anti-fungal therapy - Points Paid by Seller - Points Paid by Buyer - Seller Concession - Letter of Certification - Verbal Report Needed - Any Relationship Between Owner and Occupant - Map and Directions to Remote Properties to Follow - Ground Lease to Follow - Disclosure Statement to Follow - Copy of Property Listing to Follow - Class III-Left - Copy of Title Report Plat Map to Follow - Property Tax Bill to Follow - Engineering or Soil Report to Follow - Sales Contract Available - Leave Will be Taken - Class III-Right - Approved - Balance Sheet does not balance - Banking done through Parent Company - Banking done through Related Concern - Banking done through Subsidiary - Can not determine if subject engaged in business - Deteriorated - Detrimental Information Received - Patient or Caregiver is Capable of Using the Equipment Without Technical or Professional Supervision - Patient or Caregiver is Unable to Propel or Lift a Standard Weight Wheelchair - Patient Requires Leg Elevation for Edema or Body Alignment - Patient Weight or Usage Needs Necessitate a Heavy Duty Wheelchair - Patient Requires Reclining Function of a Wheelchair - Patient is Unable to Operate a Wheelchair Manually - Patient or Caregiver Requires Side Transfer into Wheelchair, Commode or Other - Advertisement Run Condition - Individual Paid for Last Day Worked - Full Wages Paid for Date of Injury - Services are rendered within Hospice-elected period of coverage - Accidents - Account Representative Transfer - Additional Coverage - Advice to Stop - Agent Replacement - Backup Withholding - Current Employer - Current Occupation - Employer Reimbursement - Employee Retirement Income Security Act (ERISA) - Expected Changes - Experimental - Foreign Flight - Future Involvement - Grounding, Fine, Reprimand - Group Disability Insurance Conversion - Group Disability Insurance Offset - Group Disability Insurance Participation - Group Disability Insurance Top Up - Home Employment - Information Omitted - Injury Benefits - Issue at Higher Premiums - Issue With Exclusions - Issue Without Benefits - Citation or Ticket Issued - Individual is Member of Policyholder's Household - Individual Permitted to Use Vehicle - Individual Wore Seatbelt - Child Restraint Device in Vehicle - Child Restraint Device Used - Individual Injured - Individual Transported to Another Location - Durable Medical Equipment (DME) Purchased New - Durable Medical Equipment (DME) Is Under Warranty - Treatment is rendered related to the terminal illness - Certified Aftermarket Parts Association (CAPA) Only - Certified Aftermarket Parts Association (CAPA) Preferred - Juvenile Seen - Medical Treatment - Military Aviation - New Group - Other Coverage Offset - Other Principals Being Insured - Owner Active in Business - Payroll Deduction - Prepaid - Previous Application - Primary Occupation - Racing Accident - Replacement - Resides With Applicant - Gender Distinct - Sibling Coverage - Sickness Benefits - Special Dating - Spousal Consent - Suitability Analysis - Suitable for Coverage - Taxable - This Company Replacement - Transportation Was To the Nearest Facility - Employee is Exempt - Claimant is Covered on the Employer's Long-term Disability Plan - Employee's Job Responsibilities Changed Due to the Disabling Condition - Employer Has a Return to Work Policy for Disabled Employees - Open - Normal - Closed-moderate - Severe - Moderate - Treatment is rendered by a Hospice employed physician - United States Citizen - Permanent Resident Alien - Borrower is First Time Homebuyer - Unemployment Claims - Unemployment Insurance Eligibility - Work Status - Workers Compensation Eligible - Factored on Recourse Basis - Factored with Advances - Figures are Actual - Figures are Anticipated - Figures are Estimated - Figures are Modified - Figures are Projected - Government Business Number Unavailable - Goodwill Origin Purchased from Bankrupt Company - Goodwill Origin Rented - Has no ownership - Improved - Intangibles breakdown available - Intangibles include Organizational Expense - Intercompany relations consist of Loans and Advances - Intercompany relations consist of Merchandise Transactions - Intercompany relations consist of Service Transactions - Local banking utilized on a transfer account basis - Straight - Convex - Concave - Double Protrusion - No Crossbite - Posterior - Anterior - Maxillary - Mandibular - Right - Treatment is rendered by a private attending physician - Medications Ordered are being Administered Intramuscularly - Medications Ordered are being Administered Intravenously - Medications Ordered are being Administered Orally - Maintains no Inventory - Medications Ordered are being Administered Subcutaneously - Majority - Marketable Securities valued at cost - Marketable Securities valued at lower of cost or market - Interior Access Denied - Repairs are Recommended - Loan Originated under Shared Equity Plan - Title and or Legal Issues Exist - Environmental Issues Exist - Property is Listed As Is - Property is Listed as Repaired - Vacancy Rate is Greater Than 5 Percent to 10 Percent - Vacancy Rate is Greater Than 10 Percent to 20 Percent - Vacancy Rate is Greater Than 20 Percent - Most Comparable Property - Anticipate Issues which Affect Ability to Secure Financing - Points are Paid by Seller - Property Covered by Flood Insurance Policy - Property Covered by Earthquake Insurance Policy - Points are Negotiable - Property is Currently Listed with a Real Estate Firm - Left - Maxillary Moderate - Mandibular Moderate - Maxillary Severe - Mandibular Severe - Income Has Been Verified - Person Has Been Interviewed - Rent Has Been Verified - Employer Has Been Verified - Position Has Been Verified - Treatment is curative - Income or Assets of Another Used - Disclosure of Someone Else's Liabilities Required - Property Improvements "to be made" - Property Improvements "have been made" - Distant Suburban - Self Employed - Liability to be Satisfied - Are Assets/Liabilities Reported Jointly - Location is Farm - Location is Resort - Shortage Exist for Competing Listings - Competing Listings are in Balance - Oversupply Exist for Competing Listings - Incentives are Offered - Listed Property has been Inspected - Sale Property has been Inspected - General Marketing Condition is Depressed - General Marketing Condition is Slow - General Marketing Condition is Static - General Marketing Condition is Improving - General Marketing Condition is Excellent - Employment Conditions are Stable - Employment Conditions are Declining - Employment Conditions are Increasing - Overimprovement Condition Exists - Inquiry Has Been Verified - Outstanding Judgments - Declared Bankruptcy in Past 7 Years - Foreclosure or Deed in Lieu in Past 7 Years - Party to Lawsuit - Obligated on a Loan Foreclosed, Deed in Lieu of Judgment - Currently Delinquent or in Default - Obligated to Pay Alimony, Child Support or Maintenance - Part of Down Payment Borrowed - Co-maker or Endorser on a Note - Treatment is Palliative - Involuntary Committal - Lack of Available Equipment - Lack of Appropriate Facility within Reasonable Distance to Treat Patient in the Event of Complications - Sudden Onset of Disorientation - Sudden Onset of Severe, Incapacitating Pain - Continuous Hemorrhage from any Site with Abnormal Lab Values - Patient Requires Intensive IV Therapy - Patient Requires Volume Expanders - Patient Requires Protective Isolation - Patient Requires Frequent Monitoring - Patient Requires Extended Post-operative Observation - Foreclosure Proceedings Have Begun - Underimprovement Condition Exists - Marketability of Property is Excellent - Marketability of Property is Good - Marketability of Property is Fair - Marketability of Property is Poor - Fees are Current - Fees Include Tennis - Fees Include Pool - Fees Include Insurance - Fees Include Landscape - Fees Include Other Amenities - Most Likely Buyer is Owner Occupant - Most Likely Buyer is Investor - Liability Coverage Will Transfer - Most Likely Buyer is Other Person or Entity - Potential Financing is Fannie Mae - Suppress Paper Endorsement - Do Not Suppress Paper Endorsement - Escrow - Teaching Minor - Sub-servicer Submitted - First Mortgage - Second Mortgage - Amputation - Address Skip Begin - Address Corrected - - Automatic Edging Time Calculated - Automatically Select - Agitated - Automatically Search and List - Address Incorrect - Assumable - Potential Financing is Cash - Ambulation Limitations - Potential Financing is Outside Lender - Address Incomplete - Accept Certification without Changes - Alley is Public - Potential Financing is Federal Housing Administration - Address Skip Resolved - Address Skip Exhaust - Accept Statement of Limiting Conditions without Changes - Automatic Underside Time Calculated - Available - Not Used - Accept Certification with Changes - Accept Statement of Limiting Conditions with Changes - Adjacent Track Occupied - Potential Financing is Veterans Affairs - Uninsured Motorist Coverage Will Transfer - Mortgage in Foreclosure - Real Estate Owned (REO) Mortgage - Potential Financing is Contract for Deed - Only the Exterior has been Inspected - Real Estate Owned Property or Foreclosure Property - Number of Comparable Listings is Normal - Number of Comparable Listings is an Oversupply - Number of Comparable Listings is a Shortage - Property Management Expenses Outstanding - Borrower Letter Attempt - Building or Mobile Home is in a Coastal Barrier Resources Area - Borrower Telephone Contact - Business Pending - Borrower Letter Contact - Marketable Securities valued at market - Appropriate Improvement Condition Exists - Name unknown to local authorities - No manufacturing done on Premises - Occasional - Officer or owner in other Businesses - Bowel Limitations, Bladder Limitations, or both (Incontinence) - Old - Operates on part time basis - Parent Financial Statement Used - Borrower Payment Received - Product Information Available - Bedrest BRP (Bathroom Privileges) - Revenue derived from Commissions - Borrower Telephone Attempt - Revenue derived from Donations - Revenue derived from Fees - Revenue derived from Grants - Revenue derived from Taxes - Sprinkler Equipped - Statement requested from Government Registry - Collision Coverage Will Transfer - Advances From Property Management Expenses Outstanding - Final Demand Letter Sent - Lender Request for Assistance - Mortgage has Lender-purchased Mortgage Insurance - Insufficient Funds - Credit Enhanced Mortgage - Corporate Appointment - Special Servicing Required - Client Specifically Requested Consideration of Special Financing or an Assumable Loan - Cane Required - Complete Bedrest - Collection Card was Left - Call to Directory Assistance for Reference Telephone - Co-signer Telephone Attempt - Co-signer Telephone Contact - Co-signer Delinquency Letter Sent - Co-signer Final Demand Letter Sent - Call to Directory Assistance for Co-signer Telephone - Valid Borrower Address or Phone Attempt with Previous Holder - Convertible - Claimant had a Pre-existing Injury - Comatose - Common Elements are Leased to or by the Home Owners' Association - Contracture - Case Pending - Callable - Crutches Required - Community Participates in National Flood Insurance Program - Common Elements are Completed - Curb and Gutter are Public - Cooperative - Cooling Water is Low - Certification Status - Car Spaces are Adequate - Car Spaces are Inadequate - Comprehensive Coverage Will Transfer - Issue Check Payable to Borrower and Return to Servicer - Issue Check Payable to Servicer and Return to Servicer - Issue Check Payable to Borrower and Send to Borrower - Issue Check Payable to Servicer or Borrower and Return to Servicer - Issue Check Payable to Other Payee - Positive - Negative - Taxes are Typical for the Area and Price Range - Improvement Conforms to Zoning Regulations - Call to Directory Assistance for Borrower Telephone - Deferment or Forbearance Begin - Declined - Borrower Furnished Demographic Data - Deferment or Forbearance End - Funds available for Unsecured Creditors - Dynamic Brakes are Out - Debtor has been Domiciled - Disoriented - Dynamic Brakes are Operational - Construction Warranty - Construction Warranty Transferable - Maintenance Drug under Client's Benefit Plan - Payment Reduced Because Maximum Allowable Cost Exceeded - Benefits Terminated Prior to Service Date - Depressed - Drug Part of Formulary Data Base - Subject not Engaged in Business - All Door Seals are Intact - Filing Fee Attached - Subject not Engaged in Business at Requested Address - Suspended - Total - Unable to Respond - Dyspnea with Minimal Exertion - Uses Own Facilities - Figures are Total - Fixed Asset Breakdown Undisclosed - For the Fiscal Year - For the Period - Formed by Consolidation - Formed by Merger - Prior Bankruptcy Case Filed in Last 6 Years - Debtor is not Represented by an Attorney - A Pending Case has been Filed - Guaranteed by Parent Company - Has Authority for All Purchases - Has Authority to Purchase Supplies - Equipment Certified - Has Business Interruption Insurance - Has Class of Stock - Has Extended Coverage Insurance - Has Fire Insurance - Has Joint Authority - Has Life Insurance - Existence of Preliminary Flood Determination - Existence of Community Participation in the National Flood Insurance - Endurance Limitations - Has Marriage Contract - Electricity On - Equipment Is Overhauled - Exercises Prescribed - Has No Par Value - Engine Start-Up Performed with No Problems Reported - Engine Start-Up Performed with Problems Reported - Electrical Control System Shut Down - Has Other Insurance - Has Par Value - Has Sole Authority - Excellent - Has Voting Rights - Heading Address in Registered Office Only - High Level - Homeworkers Employed - In Subscriber Shares - Inactive - Incomplete - Incorporation Details Requested - Increase or Up - Information Cannot Be Provided at This Time - Information in Date - Information Requires Investigation - Actions has a Significant Environmental Effect - Application Includes Complete System - Antenna is Mounted on a Structure with an Existing Antenna - Notice of Construction or Alteration has been Filed - Applicant Wants to Monitor Frequency - Applicant has been Denied Government Benefits Due to Use of Drugs - Application is Certified - Application is for other Than a New Station - Fee Required - Flood Status - Flood Insurance Required - Federal Flood Insurance is Available (Community Participates) - Inventory Valued Using LIFO (Last In/First Out) - Not Too High Level - Forgetful - Flood Certification with Life of Loan - Street Maintenance is Public - Fair - Not Yet Registered - Obliged to File Balance Sheet - Official Confirmation Received - Old But Well Kept - Old Established Business - Operated at Break Even - Operates as Agent - Flood Zone Status - Out of Business - Outstanding Claims - Gas On - Hazardous Materials are Used or Produced - Genetically Engineered Organisms are Used or Produced - This is a Group Proposal - Historical Sites Are Affected - Facilities are Properly Accredited or Authorized - Proprietary or Privileged Information will be contained in the Application - This Project has an Actual or Potential Impact on the Environment - Growth Rate is Fully Developed - Outstanding Social Security Claims - Outstanding Value Added Tax (VAT) Claims - Product Demonstration in Effect - Ownership Acknowledged in Signed Statement - Ownership Acknowledged Verbally - Ownership Not Acknowledged - Owns No Real Estate - Owns Real Estate but Details Not Available - Prepared from Books Without Audit - Prepared from Statement by Accountant - Profits Paid to Group - Shelf Set to Manufacturer's Standard - Publicly Traded - Good - Purchase Authority is Qualified - Purchases on Floor Plan - Shelf Set to Retailer's Schematic - Purchases on Letter of Credit - Real Estate Check is Necessary - Record of Preferential Claims - Registered Address is Same as Business Address - Relatives Help in Business - Satisfactory - Seasons are Steady - Secured - Organization Certifies Compliance with Federal Lobbying Regulations - Project involves International Co-operative Activities - Human Anatomical Substances Are Used - Handicap Facilities Are Available - Lobbying Activities Have Been Conducted Regarding the Proposal - Organization Certifies Compliance With the Drug-Free Workplace Act - Organization Certifies Compliance with the Code of Federal Regulations Regarding Research Misconduct - Organization Provides a Smoke Free Workplace - Organization Certifies Compliance with Federal Discrimination Regulations - Organization Certifies Compliance with the Code of Federal Regulations Regarding Responsibility of Applicants for Promoting Objectivity in Research for which Public Health Service (PHS) Funding is Sought - Well Maintained - Interest Rate Buydown - Heating and Cooling for the Individual Units Separately Metered - High Discharge - High Engine Water Pressure - Interest Only - Graduated Payment - Principal Balance Exceeds Maximum Negative Amortization - Last Change - Liability Released - Liability Not Released - Hearing Limitations - Liability Determined by Note Holder - After Conversion - Hostile - After Modification - Balloon - Capitalized Mortgage - Federal Wages in Effect - Social Security Number (SSN) Never Issued - Name Does Not Match Social Security Number (SSN) - Birthdate Does Not Match Social Security Number (SSN) - Impossible Social Security Number (SSN) - Employee is Ineligible to Work - Metes and Bounds - Consolidation, Extension, Modification of Mortgage Loan (CEM) - Based on Operating Data - Uses Outside Services - Very High Level - Very Small - Voluntary Bankruptcy - Well Balanced - Well Regarded in Business Circles - Organization has Delinquent Federal Debts - Organization has been Placed on the Federal Debarment and Suspension List - No-show Indicator - Interest Paid in Advance - Interest Paid in Arrears - Interest Carryover - Sells Directly - Sells with Agents - Sells with Storage - Small - Independent at Home - Some Increase - Somewhat Declining Tendency - Started Some Time Ago - Industry Location - Sufficient - Indifferent - Termination Date Set - Injury occurred on Employer's Premises - Terms Include Lump Sum Payments - Terms Include Progress Payments - Terms on Cost Plus Basis - Terms on Fixed Fee Basis - Trade Style Registered - Trading Address of Sole Proprietor - Unchanged Situation - Undetermined - Unsatisfactory - Unsecured - Qualifies as an Energy Efficient Home - Military Services Barred from Recruitment Activities at the Proposing Organization's Site(s) - Rate Negotiated - Under Penalty of Perjury the Information is True and Correct - Project Requires Inter-Government Review for Activities that affect State or Local Government or Possible National Security Implications - Filing on Behalf of Debtor is Authorized - Debtor Understands the Relief available under each Bankruptcy Chapter - Attorney Declares that Debtor has been Informed - Attorney has Explained the Relief available under each Bankruptcy Chapter - There has been a Transfer of a Claim Against the Debtor by or to any Petitioner - Third Party Originated - Existing Construction - Other Lien - Subject Lien - No Evidence of Property Damage Observed such as Dampness, Termites, or Structure Settlement - Primary Underwriting System - Non New Parts Used - Pledged Loan - Security Delivery - Secondary Underwriting System - Distribution is Stopped - Sentence was Suspended - Very Negative Information Exists - Payment Notes Exist - Immigrated - Audited with Qualifications - Audited - Temporarily Closed - Partial - Telephone Number is Unpublished - Telephone Number is Not in Service - Negative Information Exists for the Group - The More Important Items are Only Included - Interest Owned by Affiliated Company - Interest Owned by Subject of Inquiry - Qualifies as a Government Approved Condominium or Project - Account Receivables Breakdown Undisclosed - Additional Record Items Available - Address is Qualified - All Paid In or Issued - Appears High - Appears Not to Guarantee Sufficient Coverage - Appears Sufficiently High - Appears to Indicate a Strained Situation - Banks with Main National Banks - Bills Paid from Branch Office - Bills Paid from Division Office - Bills Paid from Headquarters Office - Bond Information Available - Changed Accounting Date - Clear - Clear Declining Tendency - Clear Increase - Cluttered - Company has No Other Locations - Company is Branch of Foreign Entity - Company is Perpetual - Company is Tax Exempt - Compared to Same Period Last Year - Conducted at a Loss - Inventory Valued using FIFO (First In/First Out) - Large - Letter of Agreement Present - Letter of Agreement Withdrawn - Letter of Liability Present - Letter of Liability Withdrawn - Location Inquired Upon is a Branch - Location Inquired Upon is a Branch; Headquarters is Provided - Location inquired upon is a Headquarters - Location is Foreign - Means Exhausted - Medium to Large - Immunization Mandated by State Law for Employment - General Standard of 20 Degree or .5 Diopter Sphere or Cylinder Change Met - Replacement Due to Loss or Theft - Replacement Due to Breakage or Damage - Replacement Due to Patient Preference - Replacement Due to Medical Reason - Land Contract - Account Current - Very Good - Restored - Letter of Map Amendment or Letter of Map Revision - Legally Blind - Producer of Goods - Drawback Indicator - Lethargic - Customs Rule Applicable - Exported Pursuant to Law Regulation or to Cancel Customs Bond - Country of Origin Information Applies to All Prior Shipments - Price Estimated - North American Free Trade Agreement (NAFTA) Preference - Kit Form - Lockout Effective - Letter of Appointment - Facility’s Emergency Response Plan Includes Specific Actions to be Taken in Response to Accidental Releases of Regulated Substances - Locomotive is Isolated - Low Engine Oil Pressure - Facility had a Safety Inspection - Locomotive Engine is Running - Lessee Signature on File - Lender or Servicer Transfer - Evidence of Dampness - Evidence of Termites - Evidence of Structure Settlement - Salvage Moved - Address is Former Location - Address is Occupied by Others - Facility has an Occupational Safety and Health Act (OSHA) Star or Merit Ranking - Data Corrected - Servicer Record Selected - Length of Service is 3 Months or Less - Length of Service is 3 Months or more, and Less than 1 Year - Length of Service is 1 Year through 5 Years - Length of Service is more than 5 Years - Cataract or Corneal Transplant or Other Condition such as Keratoconus - Vision in Worse Eye Correctable to 20/40 or Better with Regular Lenses - Contact Lenses Corrected Vision in Worse Eye to 20/40 or Better - Major Alarm Flag Reported - Equipment has Modified Configuration - Other Mental Condition - Marketing Time is 4 to 6 Months - Trend Reversed - Microprocessor Fault - Mortgage Insurance Application Included - Mortgage Credit Report Included - Residential Loan Application Included - Real Estate Information Report Included - Real Estate Title Evidence Included - Manually Search and List - Property is Occupied by Tenant (Market Rent) - Property is Occupied by Tenant (Regulated Rent) - Cooperative Project Includes or Owns Any Commercial Units - Units and Project Amenities are Complete - Eligible Trust - Resale Property - Miscellaneous Skip-Trace Attempt - Photos Match Description - Photos Show Negative Influence - Exclude from Monthly Debt - This Broker Market Analysis is being Completed for Home Market Assistance - This Broker Market Analysis is being Completed for Homesale or Buyout - Project Type is Single Family - Project Type is Other - Hospitalized over-night - Claim Involves (a) Day(s) Away From Work - Claim involves Restricted Work Activity Without Days Away from Work - Strike or Lockout in Progress - Shutdown or Layoff in Progress - Work is Seasonal - Natural Disaster or Adverse Weather Affecting Work - Shorter Work Schedules or Fewer Pay Periods than Usual in Effect - Longer Work Schedules or More Pay Periods than Usual in Effect - Other Factors Affect Claim Frequency - No User Available - Neighborhood Predominately Single Family Dwellings - Item has Direct Numerical Control - Note Holder Permission Required - Notarized - New Construction - Mortgage Points are Customarily Paid by Seller - No National Flood Insurance Program map - Seasoned Mortgage - Issues are Anticipated that would Affect the Ability to Secure Financing of the Subject Property - Citizenship - Group Disability Insurance Mandatory - Retail Origination - Answer to Referenced Question is "None" - Arm's Length Transaction - Certification of a Non-attorney Bankruptcy Petition Preparer - Eligible for the Fannie Mae Neighbors Program - No Restrictions - 401K Plan in Effect - Lodging Provided - Not Used - Contract Labor - Bonuses Paid - Minors Employed - Meets Requirements for Fannie Mae Community Seconds Program - Purchase is a Result of Current Employer Sponsored Relocation - Teaching Major - Multiple Unspecified Instances - Hires Part Time Employees as Needed - Mexican Request - Risk Management Plan Requires Predictive Filing - Sanitized Copy - Site Treated, Disposed, Recycled Waste On-Site or Discharged Waste to Sewer or Publicly Owned Treatment Works - Toxic Chemical Claimed as Trade Secret - Under Control of Reporting Facility or Parent Company - Weather Conditions Not Known - Seller Provided Below Market Secondary Financing - Fixed Site - Mobile Facility - Transfer Authorized - Transfer Complete - Commercial Driver's License Verified - Responsibility Accepted - Waterbody Involved - Charges Pending - Driver has Proper License Class - Driver Compliant with License Restrictions - Other Limitation - Driver has Commercial Driver's License - Driver has Medical Waiver - Own other Federal Housing Administration Property - Out of Range Product Temperature - Photographs Taken - Other Restrictions - Out of Service - Oriented - Police Officer at Scene - Overridden - Proposed - Rating is Affected - Veteran as Defined by the Federal Housing Administration (FHA), Veterans Administration (VA), or Department of Housing and Urban Development (HUD) - Liability is Contingent or has a Co-signer - Terminal Degree - Patient was Discharged from the First Facility - Patient was Admitted to the Second Facility - Property has a Family Room or Den - Property has Central Air Conditioning - Property Typical of Neighborhood - Property Deferred Maintenance Typical of Neighborhood - Accepting Existing Patients - Accepting New Patients - Property Intended to be Occupied as Primary Residence - Paralysis - Phone Skip Begin - Plan is Attached - Phone Skip Resolved - Phone Skip Exhaust - Paid Outside of Closing - Project is Subject to Ground Rent - Prepayable - Program - Provider is Participating - Preliminary Flood Determination - Provider Certification in the Taxonomy Has Been Verified - Project and Services Budget is Maintained - Atypical Physical Condition - Personal Property Onsite - Property Previously Winterized - Liability will be Resubordinated to the Loan upon Closing - Poor - Publication is Included in Sharing - Project is Complete - Not Paid - Property Vacant 0-5 Percent - Partial Weight Bearing - Paid by Borrower Before Closing - Property for Sale - Property Vacant Over 5 Percent - Veteran - Export Product - Distilled Spirit, Beer or Wine - U.S. Goods Returned - Candidate for U.S. Customs and Border Protection (CBP) Protest - Domestic Product - Prior Approval Letter and Official Orders on File - Importer's Substantiating Statement and Contract are on File - International Transport Movement - Piece Count should be Included in the Total Packing List Quantity - Shipment should be Held at the Port - Multiple States of Origin for this Item - Multiple Countries of Origin for this Item - Letter of Credit Restricted to a Specific Bank - Letter of Credit Permits Transshipment - Letter of Credit Covers Partial Shipments - Dutiable Item - Amounts should be Pro-rated across Line Items - Toxic Substance Control Act (TSCA) Certification Required - Visa Required for this Item - Item Subject to Quotas - Item is a Set as Defined by the General Rules of Interpretation Section 3 (GRI3) - Item is a Set - Item is an Ensemble - Item is a Metal Item - Item is a Machine Part - Item is a Hazardous Item - Item is Eligible under the Generalized System of Preferences (GSP) - Quantity to be Imported has been Approved by the Necessary Agencies - Filing Data is to be Withheld from Public Inspection - Property Type Cooperative - Paid by Borrower at Closing - Paid by Other At or Before Closing - Treated as a Reduction to Income - Does Organization Receive Income from the Sale or Lease of Tangible Personal Property, the Lease of Real Property, or the Sale of Taxable Services? - Is organization a contractor-retailer primarily engaged in retail sales? - Exempt from Public Records Law - Debtor Holds Claim to Real Property - Entity Claims to Hold a Secured Interest - Debtor has Property of the Type Specified - Debtor Elects the State Exemption - Debtor Elects the Federal Exemption - Co-debtor may be Jointly Liable - Claim is Contingent - Claim is Unliquidated - Claim is Disputed - Reference Telephone Attempt - Debtor has No Creditors Holding Unsecured Priority Claims - Reference Telephone Contact - Rent Delinquent - Claim is Subject to Setoff - Debtor has No Executory Contracts or Unexpired Leases - Lease is for Nonresidential Real Property - Debtor has No Co-debtors - Debtor is Married - Debtor's Spouse Maintains a Separate Household - Real Estate Taxes are Included - Property Insurance is Included - Debtor has No Creditors Holding Secured Claims - Rent Control - Equipment is Rebuilt - Individual Injured in Performance of Duty - Individual Injured by Third Party - Quality of Management and its Enforcement of Rules and Regulations Based on General Appearances - Pay Continued - Sick Leave Taken - Signature on File - Low Refrigerant Capacity Shutdown - Recent Defrost - Rated Horsepower can be Produced - Foreign Military Sale - Waiver of Prior Notice - Alternate Certification Program Participant - Services Provided at the Second Facility were available at the First Facility - Under Treatment - First Time Vacant - Adverse Easement - Disclosure Indicator - Atypical Off Site Improvements - Toxic Substances - Adverse Encroachment - Atypical Functional Condition - Subject Property is Currently Listed - Debtor is a Small Business as Defined in 11 U.S.C. Section 101 - Special Services are Mobile Home Only - Special Services are Leasehold or Mobile Home or Both - Debtor Elects to be Considered as a Small Business Under 11 U.S.C. Section 1121(e) - Sensor Fault - Street Lights are Public - Special Services are Leasehold or Subleasehold or Both - Hazardous Waste - Pest Infestation - Road Maintenance Required - Speech Limitations - Currently Serving in Military - Major Base Support - Critical Support Level Met - Street is Public - Local Wages in Effect - Federal Worker Displacement - Adverse Zoning - New Services Requested - Continued Services Requested - Major Corporation/High Tech - Sidewalk is Public - Collective Bargaining Agreement Sent by Mail - Collective Bargaining Agreement Sent by Facsimile - Contract - Under Contract - Road Test Performed with No Problems Reported - Road Test Performed with Problems Reported - Tires' Brand Match - Real Estate Taxes are Current - Hazard Insurance is Current - Terminate Guarantee - Atypical External Condition - Subsidence (Settlement of Ground Surface Caused by Loss of Support) - Utilities Inadequate - Collective Bargaining Agreement Sent by Electronic Bulletin Board - Debtor has No Creditors Holding Unsecured Nonpriority Claims - Transport via Cargo Aircraft - Annual Leave Taken - Item is Special Test Equipment - Operates as Representative For Others - Claim Involves Work Related Death - Claim Does Not Involve Work Related Death, Days Away from Work, or Restricted Work Activity - Employee Has Not Recovered to Return to Work - Employee Has Retired - Employee Has Resigned - Employee is Permanently and Totally Disabled - Traction Motor is Cut Out - Atypical Quality of Construction - Atypical Remodeling - Transport via Passenger Aircraft - Atypical Additions - Transfer to Bed, or Chair, or Both - Adverse Marketing Conditions in Subject Property's Neighborhood - Neighborhood Water Source is Public - Neighborhood Sewage Treatment is Public - Telephone Number Verified - Neighborhood Street is Public - Other Miscellaneous Adverse Characteristics - Subject Property's Street is Public - Subject Property's Sewage Treatment is Public - Disability - Minimal Change - Neat Appearance - Net Worth Computed after Exemptions - Net Worth Considerably Higher - Net Worth Higher - No Employees - No Employees - Business Managed by Owner - No Employees - Business Managed by Partners - Not Out of Business - Uninsurable, 1316 Property - Conducted at a Profit - Contingent Debt Indicated - Continue - Contracts Obtained by Bid - Contracts Obtained by Negotiation - Converted to Holding Company - Cross Claim Filed - Declining Tendency - Detrimental Events in Past, Relating to Business - Detrimental Events in Past, Relating to Management - Down or Decline or Decreased - Employees Include Officers - Uncooperative - Employees Include Owners - Employees Include Partners - Employees Include Temporary Workers - Employees Vary According to Needs - Enclosed - Up as Tolerated - Extent of Audit, if any, Not Indicated - Favorable Personal Reputation - Figures are Abbreviated - Figures are Converted to Agency Format - Figures are Individual - Figures are Restated - Ultimate Parent Company Financial Statement Used - Valid Borrower Address or Phone Attempt with School Attended - Lender Determined Borrower Moved Out of State - Lender Determined Borrower Moved Back into State - Lender Determined Borrower Incarcerated - Lender Determined Borrower No Longer Incarcerated - Original - True and Exact Copy - Subject Property's Water Source is Public - Pictures Required - Intercompany Relations Exist - Inventory Valued at Lower of Cost or Market - Inventory Valued at Other Methods - Operates as Sole Agent - Without Personal Judgment - Work is Subcontracted - Not Registered - Immediate Attention Required - Vehicle Inspection Report Completed - Middle to Medium - Rent Control Likely - Furnished - Price Range Single Family or Planned Unit Development Not Applicable - Price Range Condominium Not Applicable - Price Range Two to Four Family Not Applicable - Financial Figures are Projected Based on Sales - Financial Figures are Projected Based on Employees - Parent Company has Bankruptcy - Headquarters has Bankruptcy - Commercial Motor Vehicle was Involved in this Conviction - Commercial Motor Vehicle was Carrying Hazardous Materials when the Offense was Committed - Prepared from Internal Book Figures - Quantity Declined - Quantity Details Unknown - Was tax paid when purchased by seller? - Was item depreciable? - Statement is on a Trading Trust - New Registration - Mailing Address Change - Residence Address Change - Name Change - Party Enrollment Change - Needs Absentee Ballot - Would Like to be Election Day Worker - Duplicate Registration - Forwarded Application - Walker Required - Water On - Application Incomplete - Vehicle Plate Surrendered - Written Notice to Note Holder - Written Notice to Borrower - Within Specified Time Period - Within Specified Range - Injury was Work Related - Dealer Pricing Authorization - Summary Level Information - Detail Level Information - Non-occupant Co-borrower - Unit is a Studio (Efficiency) - Equipment in Working Order - To be Watched - Undetermined Out of Business Status - Wheelchair Required - Balance Sheet Filed - Winterized Tag Observed - Material Safety Data Sheet - Accepts Credit Cards - All Purchases Made from Headquarters - Busy - Excessive - Fairly new - No Employees - Business Managed by Director(s) - Gross Weekly Amount is Estimated - Waiting Period Disability Days are Non-consecutive - Report Depicts Most Recent Data - Interim Period(s) Omitted - Permanent Impairment Paid at Minimum - Employee's Death is a Result of Work Injury or Illness - Employee's Written Social Security Number Release is on File - Employee's Medical Records Release Authorization is on File - Employee Returned to Work with Pre-Injury Employer - "Cafe" Plan in Effect - Figures are Average - Imports - In Process of Establishing - Intercompany Relations Consist of Endorsements - Intercompany Relations Consist of Guarantees - Intercompany Relations Consist of Leasing Arrangements - Intercompany Relations Consist of Sharing Accounting - Intercompany Relations Consist of Sharing Facilities - Intercompany Relations Consist of Sharing Management - Intercompany Relations Consist of Sharing Personnel - Interest in Other Business(es) Along with Family - Interest in Other Business(es) Along with Others in Reported Company - Inventory Valued at Company's Estimates - Inventory Valued at Cost - Inventory Valued using AVCO (Average Cost) - Joint Ownership - Leases with No Rent Payments - Leases with Option to Buy - Leases with Token Payment - Limited - Located for Several Years - Located Since Opening - Modern - Non-Existent - Officer or Owner in Other Businesses in the Same Field - Operates as a Distributor for Others - Insured Cooperative - Worked in Industry for Several Years - Aircraft Operation - All Classifications on Policy Accounted For - Board Provided - Casual Labor - Certificates on File for All Subcontractors - Commissions Paid - Condition or Type of Records Cause Additional Audit Time - Domestic Workers Employed - Operates from Residence - Operates under License by Others - Rents from Month to Month - Semi-modern - Under Construction - Unlimited - Used - Variable - Holder is a Subsidiary of Reporting Agent - Contact is Unchanged From Previous Report - Report was Filed Last Year by This Agent - Party is Authorized to do Business in This State - Clear Decrease - Employees Temporarily Laid Off - Established in the Industry - Global Business - Information to be Followed Up - Known Details are Listed - Land is Rented - Low - Prime Commercial Area - Shares with Affiliated Company(ies) - Slightly Higher - Slightly Lower - Stagnant - Territory Information is Available - Subcontractors Used - Insured Is a Subcontractor - Insured Has Multiple Entries - Insured Has Retail Operations - Insured Requested Division of Payroll of Employee(s) - Owner or Officer Interviewed - Premium Overtime Excluded - Records Reflect Proper Division of Employee(s) Payroll - Records Satisfactory for Audit - Relatives Employed - Customer - Configuration Change is Required - Condition Board of Inspection and Survey (INSURV) is Mission Degrading - Condition Board of Inspection and Survey (INSURV) is Maintenance Related - Condition Board of Inspection and Survey (INSURV) is Safety Related - Repair is Mission Essential - Repair is Safety Essential - Periodic Maintenance is Required - Condition Board of Inspection and Survey (INSURV) Discrepancy is Corrected - Progress is in Jeopardy - Employee's Injury or Illness is Work Related - Final - Configuration Change is Required - Final - Delivery to Shop is Required - Final - Requestor Workforce will Assist - Job is Level 2 - Preliminary - Configuration Change is Required - Preliminary - Delivery to Shop is Required - Preliminary - Requestor Workforce will Assist - Configuration Change is Associated with Time Meter - Shop Has Lead Responsibility - Estimate is Derived From Job Template - Requestor Holds Technical Documentation - Replacement Item - Canadian Standards Association (CSA) Approved - Non-convertible - Underwriters Laboratory (UL) Approved - Mutually Defined - In Progress - Accepting Family Members - Atrophy - Beneficiary is Partially Dependent - Beneficiary is Totally Dependent - Component Assembly Inspection Required - Claim is Fraudulent - Contractor Liable for Discrepancy - Cumulative Injury - Cost - Defined Distribution - Deductible Amount Fully Recovered - Deductible Amount Not Fully Recovered - Equipment is Remanufactured or has been Assigned a New Equipment Initial - Homicidal - Joint Coverage Applies - Legislative Price Control in Effect - List Specialty in Directory - Mild Retardation - No Deductible Program - Open Distribution - Occupational Disease - Organic Product - One Hundred Percent Organic - Product is Made with Organic Ingredients - Patient Is Allowed To Leave Residence - Paraplegia - Previously Failed Board Certification - Product Substitution is Not Allowed - Purchase Order Carton Consolidation (POCC) for this Carton - Purchase Order Carton Consolidation (POCC) for this Shipment - Prior Damage - Product Substitution is Allowed - Product Substitution is Allowed as Specified - Patient Is Homebound - Rental Car Arranged - Referral Required - Sell - Manufacturer Product Serial Numbers are Included - Specialty is Primary - Specialty is Secondary - Self-Threatening Behavior - Subrogation Open - Suicidal - Threatening Behavior Toward Others - Traumatic Injury - Volume Decrease - Volume Increase - Vehicle was Declared a Total Loss - - - Appeal - Immediate - Appeal - Standard - Cancel - Extension - Notification - Verification - Add-on - Replacement - Certification of Current Cost and Pricing Data - Certification of Overhead - Certification Not Required - Final - Recertification - Initial - Reconsideration - Renewal - Revised - - - Copay exempt - Recipient did not pay when asked - Recipient paid when asked - Payment was not requested - - - Not Dispense As Written (DAW) - Physician Dispense As Written (DAW) - Patient Dispense As Written (DAW) - Pharmacy Dispense As Written (DAW) - No generic available - Brand Dispensed as Generic - Override - Substitution Not Allowed-Brand Drug Mandated by Law - Substitution Allowed-Generic Drug Not Available in Marketplace - Other - - - 1st Carrier after Origin Carrier - 2nd Carrier after Origin Carrier - 3rd Carrier after Origin Carrier - 4th Carrier after Origin Carrier - 5th Carrier after Origin Carrier - 6th Carrier after Origin Carrier - 7th Carrier after Origin Carrier - 8th Carrier after Origin Carrier - 9th Carrier after Origin Carrier - Origin Carrier, Agent's Routing (Rail) - Origin/Delivery Carrier (Any Mode) - DELY (Delivery Switch Carrier) - Haulage Rights Carrier and Junction - Origin Switch Carrier - Haulage Movement Carrier and Junction - Origin Carrier (Air, Motor, or Ocean) - Origin Carrier, Rule 11 Shipment - Origin Carrier, Shipper's Routing (Rail) - Intermediate Switch Carrier - Last Carrier in Route on Return Route Move - Mutually Defined - Junction Settlement Carrier Following (Destination carrier receiving revenues resulting from junction contract) - Junction Settlement Carrier Intermediate - Junction Settlement Carrier Predecessor (Origin carrier receiving revenues resulting from junction contract) - - - Combination Forms - Test Kits - Contraceptive Devices - Devices - Patch or Disc - Chewable (candy) Bar - Dosepak - Tablet - Enteric Coated Tablet - Sustained Release Tablet - Buccal or Sublingual Tablet - Chewable Tablet - Soluble Tablet - Tablet Unspecified - Capsule - Sustained Release Capsule - Capsule Unspecified - Tablet 21 Day Supply - Tablet 28 Day Supply - Enteric Coated Capsule - Lozenge or Troche - Internal Powder - Chewing Gum - Granules - Swabs - Injection - Sustained Release Injection - Injectable Unspecified - Injectable Lyophilized Powder - Ophthalmic - Ophthalmic Liquid - Ophthalmic or Otic - Ophthalmic Liquid (Compliance Cap) - Elixir - Suspension - Syrup - Solution - Emulsion - Drops - Pediatric Liquid - Liquid - Oral, Liquid and Sustained Release - Rectal Cream or Ointment - Rectal Suppository - Vaginal Suppository - Vaginal Tablet - Vaginal Cream - Vaginal Foam - Urethral Suppository - Enema - Douche - Vaginal Ointment - Contraceptive Sponge - External Ointment - External Cream - Dental Product - Aerosol Powder - Aerosol Spray - External Liquid - External Powder - Dental Mouth Rinse - Inhalant (Refill Canister Only) - Irrigant - Gargle - Throat Spray and Swabs - Nasal - Inhalant - Otic - Soap - Stick - Dressing or Bandage - Miscellaneous Unspecified - - - Uniform Billing Claim Form Bill Type - Place of Service Codes for Professional or Dental Services - - - Content - Definition - Formula - Federal - Plan - State - - - Widely fluctuating blood sugars - Frequent episodes of insulin reactions - Evidence of frequent significant ketosis - Patient is not insulin dependent - - - Disability - Medicare - Point of Service (POS) - Medicare Advantage Point of Service (POS) Plan that excludes Part D coverage - Multiple Options Health Plan - Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan - Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an Employer's Group Health Plan - Medicare Secondary, No-fault Insurance including Auto is Primary - Medicare Secondary Worker's Compensation - Medicare Secondary Public Health Service (PHS)or Other Federal Agency - Dental - Vision - Prescription Drugs - Medicare Secondary Black Lung - Medicare Secondary Veteran's Administration - Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) - Medicare Secondary, Other Liability Insurance is Primary - Auto Insurance Policy - Commercial - Consolidated Omnibus Budget Reconciliation Act (COBRA) - Medicare Conditionally Primary - Disability Benefits - Exclusive Provider Organization - Family or Friends - Group Policy - Health Maintenance Organization (HMO) - Health Maintenance Organization (HMO) - Medicare Risk - Special Low Income Medicare Beneficiary - Indemnity - Individual Policy - Long Term Care - Long Term Policy - Life Insurance - Litigation - Medicare Part A - Medicare Part B - Medicaid - Medicare Part D - Medicare Advantage Preferred Provider Organization (PPO) Plan that excludes Part D Coverage - Medicare Advantage Private Fee for Service - Medigap Part A - Medigap Part B - Medicare Advantage Health Maintenance Organization (HMO) Plan that includes Part D Coverage - Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that includes Part D Coverage - Medicare Advantage Indemnity Plan that includes Part D Coverage - Medicare Advantage Preferred Provider Organization (PPO) Plan that includes Part D Coverage - Medicare Advantage Indemnity Plan that excludes Part D coverage - Medicare Advantage Point of Service (POS) Plan that includes Part D Coverage - Medicare Primary - Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that excludes Part D coverage - Medicare Advantage Health Maintenance Organization (HMO) Plan that excludes Part D coverage - Medicare Advantage - Other - Property Insurance - Personal - Personal - Personal Payment (Cash - No Insurance) - Preferred Provider Organization (PPO) - Point of Service (POS) - Qualified Medicare Beneficiary - Property Insurance - Real - Supplemental Policy - Tax Equity Fiscal Responsibility Act (TEFRA) - Workers Compensation - Wrap Up Policy - - - Skilled Nursing Facility (SNF) - Intermediate Care Facility (ICF) - Intermediate Care Facility - Mentally Retarded (ICF-MR) - Chronic Disease Hospital (CD) - Intermediate Care Facility (ICF) Level II - Special Skilled Nursing Facility (SNF) - Nursing Facility (NF) - Hospice - - - Elective - Initial - Limited Treatment - Routine - Urgent - Not specified - Patient Consultation - Home delivery - Emergency - 24 Hour - Patient Consultation Regarding Generic Product Selection - As Needed - Other - Initial Office Visit - Follow-up Office Visit - Full Treatment - Phase One - Full Treatment - Phase Two - Newborn Care - - - Non-Multiple Procedure - Primary - Secondary - - - Acute Condition - Chronic Condition - Non-acute - Non-Life Threatening - Routine - Symptomatic - Acute Manifestation of a Chronic Condition - - - Anesthesia - Livery - Other - Psychologist - Surgery - Transportation - Vision - Alcohol Abuse - Ambulance - Anesthesia Nurse - Convalescent Care Facility - Chiropractic - Christian Science Practitioner - Drug Abuse - Dentist or Dental - Durable Medical Equipment Supplier - Denturist - Emergency Room - Home Health - Hospital - Intermediate Care Facility - Independent Lab - Long-term Care - Physician or Medical - Marriage Family and Child Counselor - Mental Health - Midwife - Mail Order Drug - Multiple Type of Service - Non-medical Provider - Nurse Practitioner - Nursing Service - Occupational Therapy - Optometrist - Optician - Oxygen - Physician's Assistant - Podiatry - Parental or Enteral (PEN) - Physician's Office-based Facility - Psychiatric Social Worker - Physical Therapy - Pharmacy or Drug - Screening - Skilled Nursing - Speech or Language Therapy - Taxi - - - Lab or Clinical Reports - Visiting Nurse - Other - - - Transferred to Intermediate Care Facility - Mentally Retarded (ICF-MR) - Newly Admitted - Newly Eligible - No Longer Eligible - Still a Resident - Temporary Absence - Hospital - Temporary Absence - Other - Transferred to Intermediate Care Facility - Level II (ICF II) - Other - - - Gravity - Pump - Syringe - - - Gastrostomy - Jejunostomy - Nasogastric Tube - Other - - - Concentrator - Liquid Stationary - Gaseous Stationary - Liquid Portable - Gaseous Portable - Other - - - Exercising - No special conditions for test - On oxygen - At rest on room air - Sleeping - Walking - Other - - - Dependent edema suggesting congestive heart failure - "P" Pulmonale on Electrocardiogram (EKG) - Erythrocythemia with a hematocrit greater than 56 percent - - - Signed signature authorization form or forms for both HCFA-1500 Claim Form block 12 and block 13 are on file - Signed HCFA-1500 Claim Form on file - Signed signature authorization form for HCFA-1500 Claim Form block 13 on file - Signature generated by provider because the patient was not physically present for services - Signed signature authorization form for HCFA-1500 Claim Form block 12 on file - - - Not specified - No override - Other override - Vacation Supply - Lost Prescription - Therapy Change - Starter Dose - Medically Necessary - - - Not Specified - Written Prescription - Telephone Prescription - Telephone Emergency Prescription - - - Not Specified - Prior Authorization - Medical Certification - Early & Periodic Screening, Diagnosis, and Treatment (EPSDT) - Exempt from Copay - Exempt From Prescription Limits - Family Planning - Aid to Families with Dependent Children (AFDC) - Payer Defined Exemption - - - Initial Placement - Replacement - - - Assigned - Assignment Accepted on Clinical Lab Services Only - Not Assigned - Patient Refuses to Assign Benefits - - - Managed Dental Care Program - Civilian Health and Medical Program of the Uniformed Services (CHAMPUS) "External" Partnership Agreement - Health Maintenance Organization (HMO) Agreement - Civilian Health and Medical Program of the Uniformed Services (CHAMPUS) "Internal" Partnership Agreement - No Agreement - Participation Agreement - Preferred Provider Organization (PPO) Agreement - - - Auto Accident - Abuse - Another Party Responsible - Employment - Other Accident - Mutually Defined - - - Appropriate Release of Information on File at Health Care Service Provider or at Utilization Review Organization - Informed Consent to Release Medical Information for Conditions or Diagnoses Regulated by Federal Statutes - The Provider has Limited or Restricted Ability to Release Data Related to a Claim - No, Provider is Not Allowed to Release Data - On file at Payor or at Plan Sponsor - Yes, Provider has a Signed Statement Permitting Release of Medical Billing Data Related to a Claim - - - Case Turned Over to a Consultant - Pre-Admission Testing - X-ray or Lab Procedure Related to a Covered Surgery - Provider/Supplier determined the service is not covered, but the patient is requesting a formal review by the payor - Beneficiary was notified that the item might not be considered medically necessary and has agreed in writing to pay for the item; A signed waiver is on file with the provider - Beneficiary was notified that the item might not be considered medically necessary and has not agreed to pay for the item; No signed waiver is on file with the provider - Reserved for Local Assignment - Reserved for National Assignment - - - Medical Care - Surgical - Consultation - Diagnostic X-Ray - Diagnostic Lab - Radiation Therapy - Anesthesia - Surgical Assistance - Other Medical - Non-escrow or Non-impound Service - Escrow or Impound Service - Blood Charges - Used Durable Medical Equipment - Durable Medical Equipment Purchase - Ambulatory Service Center Facility - Renal Supplies in the Home - Alternate Method Dialysis - Chronic Renal Disease (CRD) Equipment - Pre-Admission Testing - Durable Medical Equipment Rental - Pneumonia Vaccine - Second Surgical Opinion - Third Surgical Opinion - Social Work - Diagnostic Dental - Periodontics - Restorative - Endodontics - Maxillofacial Prosthetics - Adjunctive Dental Services - Health Benefit Plan Coverage - Benefit Disclaimer - Plan Waiting Period - Chiropractic - Chiropractic Office Visits - Dental Care - Dental Crowns - Dental Accident - Orthodontics - Prosthodontics - Oral Surgery - Routine (Preventive) Dental - Home Health Care - Home Health Prescriptions - Home Health Visits - Hospice - Respite Care - Hospital - Hospital - Inpatient - Hospital - Room and Board - Hospital - Outpatient - Hospital - Emergency Accident - Hospital - Emergency Medical - Hospital - Ambulatory Surgical - Long Term Care - Major Medical - Medically Related Transportation - Air Transportation - Cabulance - Licensed Ambulance - General Benefits - In-vitro Fertilization - MRI/CAT Scan - Donor Procedures - Acupuncture - Newborn Care - Pathology - Smoking Cessation - Well Baby Care - Maternity - Transplants - Audiology Exam - Inhalation Therapy - Diagnostic Medical - Private Duty Nursing - Prosthetic Device - Dialysis - Otological Exam - Chemotherapy - Allergy Testing - Immunizations - Routine Physical - Family Planning - Infertility - Abortion - AIDS - Emergency Services - Cancer - Pharmacy - Free Standing Prescription Drug - Mail Order Prescription Drug - Brand Name Prescription Drug - Generic Prescription Drug - Podiatry - Podiatry - Office Visits - Podiatry - Nursing Home Visits - Professional (Physician) - Anesthesiologist - Professional (Physician) Visit - Office - Professional (Physician) Visit - Inpatient - Professional (Physician) Visit - Outpatient - Professional (Physician) Visit - Nursing Home - Professional (Physician) Visit - Skilled Nursing Facility - Professional (Physician) Visit - Home - Psychiatric - Psychiatric - Room and Board - Psychotherapy - Psychiatric - Inpatient - Psychiatric - Outpatient - Rehabilitation - Rehabilitation - Room and Board - Rehabilitation - Inpatient - Rehabilitation - Outpatient - - Physical Medicine - Speech Therapy - Skilled Nursing Care - Skilled Nursing Care - Room and Board - Substance Abuse - Alcoholism - Drug Addiction - Vision (Optometry) - Frames - Routine Exam - Lenses - Routine Eye Exam - Nonmedically Necessary Physical - Experimental Drug Therapy - Burn Care - Brand Name Prescription Drug - Formulary - Brand Name Prescription Drug - Non-Formulary - Independent Medical Evaluation - Partial Hospitalization (Psychiatric) - Day Care (Psychiatric) - Cognitive Therapy - Massage Therapy - Pulmonary Rehabilitation - Cardiac Rehabilitation - Pediatric - Nursery - Skin - Orthopedic - Cardiac - Lymphatic - Gastrointestinal - Endocrine - Neurology - Eye - Invasive Procedures - Gynecological - Obstetrical - Obstetrical/Gynecological - Mail Order Prescription Drug: Brand Name - Mail Order Prescription Drug: Generic - Physician Visit - Office: Sick - Physician Visit - Office: Well - Coronary Care - Private Duty Nursing - Inpatient - Private Duty Nursing - Home - Surgical Benefits - Professional (Physician) - Surgical Benefits - Facility - Mental Health Provider - Inpatient - Mental Health Provider - Outpatient - Mental Health Facility - Inpatient - Mental Health Facility - Outpatient - Substance Abuse Facility - Inpatient - Substance Abuse Facility - Outpatient - Screening X-ray - Screening laboratory - Mammogram, High Risk Patient - Mammogram, Low Risk Patient - Flu Vaccination - Eyewear and Eyewear Accessories - Case Management - Dermatology - Durable Medical Equipment - Diabetic Supplies - Generic Prescription Drug - Formulary - Generic Prescription Drug - Non-Formulary - Allergy - Intensive Care - Mental Health - Neonatal Intensive Care - Oncology - Positron Emission Tomography (PET) Scan - Physical Therapy - Pulmonary - Renal - Residential Psychiatric Treatment - Transitional Care - Transitional Nursery Care - Urgent Care - - - Early & Periodic Screening, Diagnosis, and Treatment (EPSDT) or Child Health Assessment Program (CHAP) - Physically Handicapped Children's Program - Special Federal Funding - Family Planning - Disability - Pneumococcal Pneumonia Vaccine (PPV) or Medicare 100% Payment - Induced Abortion - Danger to Life - Induced Abortion - Rape or Incest - Second Opinion or Surgery - Civilian Health and Medical Program of the Uniformed Services (CHAMPUS) External Partnership Program - - - Cervical 1 - Cervical 2 - Cervical 3 - Cervical 4 - Cervical 5 - Cervical 6 - Cervical 7 - Coccyx - Ilium - Lumbar 1 - Lumbar 2 - Lumbar 3 - Lumbar 4 - Lumbar 5 - Occiput - Sacrum - Thoracic 1 - Thoracic 2 - Thoracic 3 - Thoracic 4 - Thoracic 5 - Thoracic 6 - Thoracic 7 - Thoracic 8 - Thoracic 9 - Thoracic 10 - Thoracic 11 - Thoracic 12 - - - To Be Extracted - Impacted - Missing - Extracted - - - Buccal - Distal - Facial - Incisal - Lingual - Mesial - Occlusal - - - Not Specified - Not Unit Dose - Manufacturer Unit Dose - Pharmacy Unit Dose - Treated Group - Untreated Control Group - Vehicle Control Group - Positive Control Group - Optional Control Group - Mutually Defined - - - Bellows Meter - Based on 120 Days List to Contract - Displacement Meter - Flange Tap - Hubometer - Measured Over Six Months - Mercury Meter - Orifice Meter - Odometer - Pipe Tap - Turbine Meter - Valued at 90 Day Marketing Time Method - Valued at 120 Day Marketing Time Method - Valued at 180 Day Marketing Time Method - - - No Special Accounting Action - Action Code Reset - Relief Provisions - Bankruptcy or Litigation - Referred for Deed in Lieu of Foreclosure - Referred for Foreclosure - Loan Inactive for Accounting - Loan Reinstated for Accounting - Payoff - Payoff - Repurchased - Payoff - Alternative Conversion Adjustable Rate Mortgage to Fixed Rate Mortgage - Real Estate Owned Property - Third-party Foreclosure Sale - Federal Housing Administration or Veterans Administration/Real Estate Owned or Conveyance - Short Payoff - Principal Balance Correction - Delinquency - Third Party Sale, Pre-Foreclosure Sale and Short Payoff - Payoff - Prepaid - Payoff - Matured - Mortgage Insurance Cancellation by Homeowner Based on Original Value of Property - Mortgage Insurance Cancellation by Homeowner Based on Current Value of Property - Mortgage Insurance Cancellation by Servicer Based on Automatic Cancellation Provisions - Mortgage Insurance Cancellation Based on Mandatory Termination for High Risk Loan - Curtailment - Skip Payment - Mortgage Insurance Cancellation for Unspecified Reason - Repurchase for the Purpose of Modification - Substitution - - - Mixed Shipment Waybill - Revenue Waybill - AAR Rule 11 Shipment - Origin Junction Settlement - Destination Junction Settlement - Diversion - Error Move - Referenced Universal Railroad Revenue Waybill Identification Number (URRWIN) - Split Shipment First Bill - Split Shipment Subordinate Bill - - - Match on Loan - Social Security Number Does Not Match - Loan ID Does Not Match - Loan Program Does Not Match - Borrower Name Does Not Match - First Disbursement Date Does Not Match - Guaranteed Amount Does Not Match - Guarantee Date Does Not Match - Outstanding Loan Balance Does Not Match - Interest Rate Does Not Match - Interest Schedule Does Not Match - Grace Period Does Not Match - Less-Than-Half Time Date Does Not Match - Repayment Begin Date Does Not Match - Borrower Status Does Not Match - Borrower Status Date Does Not Match - Servicer/Lender Department of Education (DOE) Number Does Not Match - Seller Department of Education (DOE) Number Does Not Match - Servicing Transfer Date Does Not Match - Purchase Date Does Not Match - Guarantee Fee Not Paid - Birthdate Does Not Match - - - Nasal Cannula - Oxygen Conserving Device - Oxygen Conserving Device with Oxygen Pulse System - Oxygen Conserving Device with Reservoir System - Transtracheal Catheter - - - Original - Cancellation - Corrected and Verified Original Claim - Corrected and Verified Final Claim - Replace - Duplicate - Pre-Determination - Encounter - Resubmission - Proposed - Cancel to be Reissued - Reissue - Final Transmission - Information Copy - Verify - Late Charges - Adjustment - Payer Reconsideration - Jurisdictional Reconsideration - Judicial Reconsideration - Predetermination of Dental Benefits - - - Acute Care Facility - Boarding Home - Hospice - Intermediate Care Facility - Long-term or Extended Care Facility - Not Specified - Nursing Home - Sub-acute Care Facility - Other Location - Rehabilitation Facility - Outpatient Facility - Private Home - Residential Treatment Facility - Skilled Nursing Home - Rest Home - - - Reserve Requirement Rate - Demand Deposit Account (DDA) - Analysis Earnings Credit Interest Rate Not Yet Net of Reserves - Book/Ledger Balance Overdraft Interest Rate - Collected Balance Overdraft Interest Rate - Deficiency Balance Interest Rate - Treasury Tax and Loan (TT & L) - Federal Deposit Insurance Corporation (FDIC) - Overdraft Reserve Requirement Recover - Federal Funds - Prime - Mutually Defined - Reserve Requirement Rate - Non-Demand Deposit Account (Non-DDA) - Money Market (MMA) - Negotiable Order of Withdrawal Reserve (NOW) - Certificate of Deposit (CD) - Analysis Earnings Credit Interest Rate Net of Reserves - Base - Current Factor - Commission - Coupon Rate - Currency Exchange - Demand Deposit Account Interest - Deficiency Interest Rate - Discount - Deficiency Surcharge Rate - Interest - Book/Ledger Balance Net Overdraft Interest Rate - Collected Balance Net Overdraft Interest Rate - Principal Balance Factor - Principal and Interest Factor - Rebate - Security - Standby (Letter of Credit) - Uncollected Funds Usage Interest Rate - - - Cash - Date Draft - Guarantor - Interim Funding - Letter of Credit - Mortgage Backed Security - No Charge - Open Account - Stratification - Standard Delivery - Sight Draft - Stock Transfer - Mutually Defined - - - Active Coverage - Active - Full Risk Capitation - Active - Services Capitated - Active - Services Capitated to Primary Care Physician - Active - Pending Investigation - Inactive - Inactive - Pending Eligibility Update - Inactive - Pending Investigation - Coverage Never Activated - Co-Insurance - Co-Payment - Deductible - Benefit Description - Exclusions - Limitations - Out of Pocket (Stop Loss) - Unlimited - Non-Covered - Cost Containment - Reserve - Primary Care Provider - Pre-existing Condition - Services Restricted to Following Provider - Not Deemed a Medical Necessity - Benefit Disclaimer - Second Surgical Opinion Required - Other or Additional Payor - Prior Year(s) History - Card(s) Reported Lost/Stolen - Contact Following Entity for Eligibility or Benefit Information - Cannot Process - Other Source of Data - Health Care Facility - Spend Down - Patient Reimbursement - Co-payment Maximum - Co-insurance Maximum - Coverage Basis - First Dollar Coverage - Managed Care Coordinator - Shared Benefit Limitation - Shared Benefit Deductible - Waiver - - - Miscellaneous - Newspaper - Radio - Television - - - Horizontal, Left to Right - Horizontal, Right to Left - Vertical, Top to Bottom - Vertical, Bottom to Top - Individual Cell - Block - Shipper's Railcar Identification - Actual Railcar Identification - - - Customer-Controlled Car - Generic Car - Customer-Controlled Car Release - - - Include Summary Totals - Exclude Sublocation - Exclude All Synonyms - Include All Synonyms - Stop Processing after Look-up - Stop Processing after Machine Match - Stop Processing after Merge/Purge - Include Asset Details - Include Breakdown of Capital - Include Liability Details - Include Capital - Include Comparatives - Include Current Assets - Include Current Liabilities - Include Facility Description - Include Income Statement - Include Insurance - Include Loan Details - Include Location Description - Include Long Time Liabilities - Include Net Worth Reconciliation - Include Starting Capital - Include Non-current Assets - Include Percentages - Include Ratios - Include Sales and Net Worth - Include Statement Explanation - Include Trends - Include Updated Figures - Include Tax Details - Include Financing - Include Term Detail - Include Net Worth and Equity Details - Include Credit Amounts - Include Evaluation - Include Forecasts - Include Ownership Breakdown - Include Historical Amounts - Manual Processing - Include Expense Breakdown - On-line Processing - - - Actual Amount - Estimated Amount - Negotiated Amount - - Estimated Quantity - Negotiated Quantity - Actual Rate - Estimated Rate - Negotiated Rate - Mixed Amounts - Mixed Quantities - Mixed Rates - Actual - Estimated - Negotiated - Mixed - Cost Share Amount - - - Nitrogen Gas - Atmosphere Controlled - Carbon Dioxide Gas - Clean Exterior - Door Height Requirement - Door Width Requirement - Use Flatrack as Platform - Genset Required - Liner Attached - Moisture Content Requirement - Moisture Free - Door Off - Oil Stain Free - Odor Free - Pre-cooled - Pre-mount Required - Pre-set Temperature - Reefer Used As Dry - Rust Free - Slider Chassis - Smoke Test - Steam Cleaned - Substitution Allowed - Survey Required - Timber Treated - Tectrol Gas - Dual Voltage Required - Single Voltage Required - Year of Manufacture Requirement - - - Pulse Generator - Atrial Lead - Ventricular Lead - Implantable Cardioverter Defibrillator (ICDs) - Implantable Cardiac Pacemaker (ICPs) - Cardiac Resynchronization Therapy Devices (CRTs) - Pacing Leads - Pacing Battery - Coronary Stent - Peripheral Stent - Heart Valve - Ventricular-Assist Device - Implantable Heart Monitor - Knee - Hip - Shoulder - Elbow - Ankle - Toe - Finger - Spinal - Orthobiologic - Tissue - Facial - Dental - Ophthalmic - Gynecologic - Urogynecologic - Drug - Otolaryngeal - Cochlear - Cosmetic - Gastroenterologic - Urologic - Other - - - Implanted - Explanted - - - Whole Mortgage - Participation - - - Actual Principal Actual Interest Remittance - Scheduled Interest Actual Principal Remittance - Scheduled Principal Scheduled Interest Remittance - - - Attribute - Proficiency - Requirement - - - American Land Title Association (ALTA) Policy - Closing/Settlement - California Land Title Association (CLTA) Title Insurance Policy - Escrow - Mortgagee Master Policy Certificate - Property Profile - Sub-escrow - Shortform Title Policy - Survey - Preliminary Title Work (Commitment) - Loan Document Preparation - Tax Information - Texas Land Title Association (TLTA) Title Insurance Policy - Mutually Defined - - - New - Pre-existing - Repaired - Unknown - Mutually Defined - - - Ambulance - Apportioned - Antique - Amateur Radio or Citizen's Band Radio Operator - All Terrain Vehicle - Bus - Marine - Consular Corps - City Owned or Municipal Vehicle - Commercial - County Owned - Drive-away - Dune Buggy - Dentist - Dealer - Diplomatic - Duplicate - Disabled Veteran - Disabled Person - Exempt - Fire Department - Foreign Government - Farm Vehicle - Heavy Truck - International Plate - In-transit - Judge or Justice - Legislative, U.S. - Law Enforcement - Legislative, State - Motorcycle - Motorcycle Dealer - Manufacturer - Military Vehicle, Canadian - Moped - Military Vehicle, U.S. - National Guard Member - Omnibus - Other License Plate Types - Passenger Car - Personalized or Customized - Physician - Pharmacist - Reciprocal (or Reciprocity) - Reissue - Replacement - Rented Vehicle or Trailer - Special Car - Special Purpose Commercial Vehicle - Snowmobile - State Owned Vehicle - School Vehicle - Truck - Trailer - Temporary Tags - Transporter - Truck - Tractor - Taxi - U.S. Government Vehicle - Utility Vehicle (UTV) - Veterans of Foreign Wars - Van - - - No Apparent Damage - Stripped of Major Parts - Engine - Stripped of Major Parts - Transmission - Stripped of Major Parts - Other - Stripped of Major Parts - Engine and Transmission - Stripped of Major Parts - Engine and Other - Stripped of Major Parts - Transmission and Other - Stripped of Major Parts - Engine, Transmission, and Other - No Major Parts Missing, But Damaged - - - Condition Unknown - No Apparent Damage - Stripped - Wrecked - Burned - Flood - Vandalized - Stripped and Wrecked - Stripped and Burned - Stripped and Flood - Stripped and Vandalized - Wrecked and Burned - Wrecked and Vandalized - Burned and Vandalized - Flooded and Vandalized - Mutually Defined - - - Conventional - Paperless - - - Adobe - Aluminum Siding - Asbestos Siding - Cement - Concrete - Concrete Block - Corrugated Metal - Galvanized Plate - Glass - Granite - Aluminum - Brick - Cement Block - Cinder Block - Grey Brick - Fiberglass - Hollow Tile - Lava Stone - Limestone - Logs - Marble - Metal - Frame - Metal Coating - Other - Metallic - Plaster - Plastic - Steel - Plate Ceiling - Plywood - Reinforced Concrete - Rock - Sandstone - Sheet Iron - Mutually Defined - Wood Metal Coating - Sheet Metal - Siding - Slate - Stucco - Teja - Tile - Tin - Veneer - Vinyl Siding - Wood Siding - Steel Frame - Steel Reinforced Concrete - - - Insurance Plan Description - Name and Address Lists - Associated Data - Abandoned Property Filings - Air Shipment Information - Business Entity Filings - Motor Carrier Rate Proposal - Request for Motor Carrier Rate Proposal - Response to a Motor Carrier Rate Proposal - Vessel Content Details - Air Freight Details and Invoice - Individual Insurance Policy and Client Information - Property Damage Report - Election Campaign and Lobbyist Reporting - Vehicle Shipping Order - Vehicle Service - Vehicle Damage - Multilevel Railcar Load Details - Vehicle Application Advice - Vehicle Baying Order - Dealer Information - Vehicle Carrier Rate Update - Student Educational Record (Transcript) - Student Educational Record (Transcript) Acknowledgment - Human Resource Information - Educational Institution Record - Student Aid Origination Record - Educational Testing and Prospect Request and Report - Student Loan Guarantee Result - Product Registration - Product Service Claim Response - Product Service Claim - Product Service Notification - Student Loan Transfer and Status Verification - Request for Student Educational Record (Transcript) - Response to Request for Student Educational Record (Transcript) - Report of Injury, Illness or Incident - Notice of Tax Adjustment or Assessment - Tax Rate Notification - Electronic Filing of Tax Return Data Acknowledgment - Statistical Government Information - Unemployment Insurance Tax Claim or Charge Information - Secured Interest Filing - Business Credit Report - Notice of Power of Attorney - Tax Jurisdiction Sourcing - Motion Picture Booking Confirmation - Transportation Automatic Equipment Identification - Train Sheet - Transportation Appointment Schedule Information - Revenue Receipts Statement - Court and Law Enforcement Notice - Court Submission - Environmental Compliance Reporting - Return Merchandise Authorization and Notification - Royalty Regulatory Report - Insurance Underwriting Requirements Reporting - Premium Audit Request and Return - Educational Course Inventory - Application for Admission to Educational Institutions - Student Enrollment Verification - Student Loan Pre-Claims and Claims - Grant or Assistance Application - Federal Communications Commission (FCC) License Application - Contractor Cost Data Reporting - Real Estate Title Evidence - Loan Verification Information - Real Estate Settlement Information - Mortgage Credit Report - Residential Loan Application - Secondary Mortgage Market Loan Delivery - Secondary Mortgage Market Investor Report - Motor Carrier Load Tender - Mortgage Note - Real Estate Inspection - Motor Carrier Freight Details and Invoice - Motor Carrier Bill of Lading - Motor Carrier Delivery Trailer Manifest - Motor Carrier Shipment Status Inquiry - Transportation Carrier Shipment Status Message - Motor Carrier Pickup Manifest - Motor Carrier Shipment Pickup Notification - Motor Carrier Loading and Route Guide - Logistics Service Request - Logistics Service Response - Cartage Work Assignment - Consolidators Freight Bill and Invoice - Motor Carrier Summary Freight Bill Manifest - Response to a Cartage Work Assignment - Trailer Usage Report - Equipment Inspection Report - Motor Carrier Package Status - Data Status Tracking - Product Source Information - Real Estate Tax Service Response - Account Assignment/Inquiry and Service/Status - Animal Toxicological Data - Purchase Order Shipment Management Document - Pricing Support - Insurance Producer Administration - Underwriting Information Services - Periodic Compensation - Residential Mortgage Insurance Explanation of Benefits - Application for Mortgage Insurance Benefits - Real Estate Information Request - Real Estate Information Report - Residential Mortgage Insurance Application Response - Mortgage Loan Default Status - Real Estate Title Insurance Services Order - Mortgage or Property Record Change Notification - Individual Life, Annuity and Disability Application - Annuity Activity - Health Care Benefit Coordination Verification - Eligibility, Coverage or Benefit Inquiry - Eligibility, Coverage or Benefit Information - Property and Casualty Loss Notification - Insurance/Annuity Application Status - Healthcare Provider Information - Patient Information - Health Care Claim Status Request - Health Care Information Status Notification - Health Care Services Review Information - Voter Registration Information - Tax or Fee Exemption Certification - Commercial Vehicle Safety Reports - Commercial Vehicle Safety and Credentials Information Exchange - Commercial Vehicle Credentials - Wage Determination - Cooperative Advertising Agreements - Reservation (Booking Request) (Ocean) - Confirmation (Ocean) - Booking Cancellation (Ocean) - Shipping Instructions - Customs Manifest - Freight Receipt and Invoice (Ocean) - Canada Customs Information - Arrival Notice (Ocean) - Shipment Status Inquiry (Ocean) - Status Details (Ocean) - Delivery/Pickup Order - Terminal Information - Terminal Operations and Intermodal Ramp Activity - Vessel Schedule and Itinerary (Ocean) - Vessel Stow Plan (Ocean) - Consolidation of Goods In Container - Consignment Summary List - Customs Status Information - Customs Carrier General Order Status - Customs Events Advisory Details - Customs Automated Manifest Archive Status - Customs Acceptance/Rejection - Customs Permit to Transfer Request - Customs In-Bond Information - Customs Consist Information - Customs Customer Profile Management - Carrier Interchange Agreement (Ocean) - Cargo Insurance Advice of Shipment - Rail Carrier Shipment Information - Rail Carrier Freight Details and Invoice - Trailer or Container Repair Billing - Rail Carhire Settlements - Rail Carrier Waybill Interchange - Rail Advance Interchange Consist - Advance Car Disposition - Car Handling Information - Estimated Time of Arrival and Car Scheduling - Equipment Order - Rail Industrial Switch List - Rail Carrier Services Settlement - Rail Waybill Request - Rail Revenue Waybill - Railroad Retirement Activity - Railroad Station Master File - Rail Deprescription - Railroad Reciprocal Switch File - Railroad Mark Register Update Activity - Standard Transportation Commodity Code Master - Locomotive Information - Railroad Junctions and Interchanges Activity - Shipment Weights - Railroad Event Report - Railroad Problem Log Inquiry or Advice - Railroad Service Commitment Advice - Railroad Parameter Trace Registration - Railroad Equipment Inquiry or Advice - Railroad Price Distribution Request or Response - Rail Rate Reply - Rate Request - Rate Docket Journal Log - Railroad Clearance - Rail Route File Maintenance - Ratemaking Action - Rate Docket Expiration - Rate Group Definition - Miscellaneous Rates - Rail Scale Rates - Medical Event Reporting - Vendor Performance Review - Pricing History - Clauses and Provisions - Requisition - Material Obligation Validation - Income or Asset Offset - Material Due-In and Receipt - Logistics Reassignment - Notice of Employment Status - Contract Abstract - Contract Completion Status - Contract Payment Management Report - Customs Export Shipment Information - Transportation Equipment Registration - Excavation Communication - Well Information - Maintenance Service Order - Intermodal Group Loading Plan - Request for Routing Instructions - Routing Instructions - Contract Pricing Proposal - Project Schedule Reporting - Invoice - Consolidated Service Invoice/Statement - Credit/Debit Adjustment - Electronic Filing of Tax Return Data - General Request, Response or Confirmation - Cryptographic Service Message - Organizational Relationships - Commission Sales Report - Joint Interest Billing and Operating Expense Statement - Payment Order/Remittance Advice - Financial Information Reporting - Account Analysis - Lockbox - Application Advice - Tax Information Exchange - Financial Return Notice - Debit Authorization - Payment Cancellation Request - Planning Schedule with Release Capability - Application Control Totals - Price/Sales Catalog - Mortgage Credit Report Order - Benefit Enrollment and Maintenance - Health Care Claim Payment/Advice - Procurement Notices - Health Care Claim - Trading Partner Profile - Project Cost Reporting - Request for Quotation - Specifications/Technical Information - Nonconformance Report - Response to Request for Quotation - Product Transfer Account Adjustment - Price Authorization Acknowledgment/Status - Inventory Inquiry/Advice - Material Claim - Material Safety Data Sheet - Response to Product Transfer Account Adjustment - Purchase Order - Asset Schedule - Product Activity Data - Routing and Carrier Instruction - Shipment Delivery Discrepancy Information - Purchase Order Acknowledgment - Ship Notice/Manifest - Shipment and Billing Notice - Shipment Information - Freight Invoice - Purchase Order Change Request - Buyer Initiated - Receiving Advice/Acceptance Certificate - Shipping Schedule - Report of Test Results - Text Message - Purchase Order Change Acknowledgment/Request - Seller Initiated - Production Sequence - Product Transfer and Resale Report - Electronic Form Structure - Order Status Inquiry - Order Status Report - Component Parts Content - Residential Mortgage Insurance Application - Commodity Movement Services - Commodity Movement Services Response - Grocery Products Purchase Order - Grocery Products Purchase Order Change - Manufacturer Coupon Family Code Structure - Product Authorization/De-authorization - Price Information - Grocery Products Invoice - Manufacturer Coupon Redemption Detail - Direct Store Delivery Summary Information - Market Development Fund Allocation - Market Development Fund Settlement - Retail Account Characteristics - Customer Call Reporting - Coupon Notification - Item Maintenance - Promotion Announcement - Contract & Rebate Management Transaction - Deduction Research Report - Item Information Request - Delivery/Return Base Record - Delivery/Return Acknowledgment or Adjustment - Product Dimension Maintenance - Loss or Damage Claim - General Commodities - Loss or Damage Claim - Motor Vehicle - Claim Tracer - Claim Status Report and Tracer Reply - Automotive Inspection Detail - Warehouse Shipping Order - Warehouse Stock Transfer Shipment Advice - Warehouse Stock Transfer Receipt Advice - Warehouse Shipping Advice - Warehouse Inventory Adjustment Advice - Functional Group Totals - Response to a Load Tender - Secured Receipt or Acknowledgment - File Transfer - Functional Acknowledgment - Set Cancellation - Implementation Acknowledgment - - - 1st Preference - 2nd Preference - 3rd Preference - Sender's Choice: No Deviation - Notification - Receiver of Message's Option - - - Authorization Signature Appropriate to this Document, Receipt Requested - Authorization to Service Provider, Receipt Requested - Authorization Signature Appropriate to this Document - Authorization to Service Provider - Authorization Co-signature Appropriate to this Document, Receipt Requested - Authorization Co-signature Appropriate to this Document - Approval Certification of Environmental Protection Agency, Receipt Requested - Approval Certification of Environmental Protection Agency - Export Approval Certification, Receipt Requested - Export Approval Certification - Medical Report Release Certification, Receipt Requested - Medical Record Release Certification - Non-repudiation of Receipt - Paid Preparer's Signature - Preparer's Signature - Preparer's Signature, Receipt Requested - Paid Preparer's Signature, Receipt Requested - Signature Forwarded Independent of Referenced Document, Receipt Requested - Signature Forwarded Independent of Referenced Document - Non-repudiation of Receipt, Receipt Requested - Authorization Signature Appropriate to Submitter of Filing of Taxation Return (TS 813 and others) and under Penalties Prescribed by the Relevant Laws - Time Stamp Only (No Responsibility for Contents) - Mutually Defined, Receipt Requested - Mutually Defined - - - Body Only - Body Plus This Assurance Header Only - Body Plus All Previous Assurances Plus This Assurance Header - Body plus All Previous Assurances Only - This Assurance Header Only - All Previous Assurances Plus This Assurance Header - Body Plus All Previous Assurances of Referenced Document - - - Certification Authority ID - Counter - Key Value - One-Time Key - Key Name - Notarization - Key-Encrypting-Key for One-Time Key - Odd Parity Counter - Serial Number - User ID - Mutually Defined - - - Rule 11 Shipment - Paid by Buyer - Advance Collect - Collect - Collect on Delivery - Collect, Freight Credited Back to Customer - Cost and Freight - Delivered Duty Paid - Per Contract - Defined by Buyer and Seller - FOB Port of Call - Half Prepaid - Mixed - Service Freight, No Charge - Non Revenue - Advance Prepaid - Customer Pickup/Backhaul - Prepaid but Charged to Customer - Prepaid by Processor - Prepaid and Summary Bill - Prepaid Local, Collect Outstate - Prepaid Only - Prepaid (by Seller) - Paid by Seller - Pickup - Return Container Freight Paid by Customer - Return Container Freight Free - Return Container Freight Paid by Supplier - Free Domicile (Shipper pays duty, tax and freight) - Third Party Pay - Weight Condition - - - Above - Below - Back Of - Eastern Bound - East Of - Front Of - Intersection - Left Of - Northern Bound - Northeast of - Not Located in the Vicinity - North Of - Northwest of - Right Of - Southern Bound - Southeast of - South Of - Southwest of - Western Bound - West Of - Mutually Defined - - - Positional Coordinates Location - Public Land Survey Coordinates Location - Cross Streets Location - - Grid Bounds Location - Marker Location - Aircraft Landing Location - Antenna Location - Facility Location - Loss Location - Property Location - Recovery Location - Risk Location - Transported to Location - Vehicle Location - Wellbore Bottomhole Location - Wellbore Entry Point Location - Wellbore Kickoff Point Location - Witness Physical Location - Wellbore Surface Location - Wellbore Exit Point Location - Mutually Defined - - - Vacation - Paid Leave of Absence - Unpaid Leave of Absence - Lay off Permanent - Lay off Temporary - Personal Day Off - Terminated - Illness - Injury - Holiday - Discharged Failed to Meet Work Standards - Discharged Not Qualified - Failed to Report for Assignment - Fire, Flood or Natural Disaster - Lay Off Seasonal - Lay Off End of Assignment or Contract - Lay Off Reduced Hours or Partial Employment - Lay Off Workforce Reduction - Misconduct Insubordination - Misconduct Excessive Absence or Tardiness - Misconduct Violated Rules or Regulations - Misconduct Dishonesty - Misconduct Failure to Call or Show - Labor Dispute - No Record of Employment - Still Employed Part-time - Jury Duty - Company Relocation - Still Employed or No Separation - Other - Quit - Refusal to Provide Service - Voluntary Accepted Another Job - Voluntary Personal or Not Job Related - Voluntary Left Area or Follow Spouse - Voluntary No Reason Given - Voluntary Educational Pursuits - - - Single Family - Multifamily - Individual Sale - Entire Portfolio for Issues - All Mortgages - Partial Serviced Mortgages - - - Master Bill for Empty Non-Revenue Equipment - Sea Waybill - Intermodal/Combined Transport Bill of Lading - Household Goods Bill of Lading - Load Handled as Empty - First Bill for Split Shipment - Subordinate Bill for Split Shipment - Master Bill, Revenue Empty - Reload - Sub for Assembly - Bill of Lading for Individual Shipment - Consolidated Shipment - Sub for Distribution - Empty Equipment Billing (Non-Revenue) - Stop-off Shipment - Switch Waybill - Company Business (Non-revenue) - Intermodal - Charity Load (Non-revenue) - Free Astray (Non-revenue) - Single Load (Blind Memo) Memo-Incomplete Documentation - Master Bill of Lading for Assembly, Distribution and Volume Shipment - Multiple Loads (Blind Memo) Memo-Incomplete Documentation - Memo Bill (Not Used for Rail) - PTF Bill of Lading - Continuous Movement - Supplemental Billing - Submaster Bill of Lading for Volume Shipment - Freight Claim Rule 93-B (Free Return) - Roundtrip Movement - Void Bill - Revenue Empty - Empty Switch Waybill - Advance/Prepaid Only Waybill - Commercial Zone Pickup - - - Zero Pricing (Not Covered Under Contract) - Priced as Billed at 100% - Priced at the Standard Fee Schedule - Priced at a Contractual Percentage - Bundled Pricing - Peer Review Pricing - Per Diem Pricing - Flat Rate Pricing - Combination Pricing - Maternity Pricing - Other Pricing - Lower of Cost - Ratio of Cost - Cost Reimbursed - Adjustment Pricing - - - English Only - Fully English Proficient - Limited English Proficient - Non-English Speaking - Status Unknown - Redesignated Fluent English Proficient - Excellent or Fluent - Good - Fair - Poor - Unacceptable - - - Expedited service for problem previously reported - Missed Connection - Missing Equipment - Mechanical Problem - Procedural Error - Ramp Failure - Shipment Information Change - System Problem - Track Conditions - Train Delay - - - Customer Commitment - Carrier Commitment - - - Car Reported Bad Order - Change in Interchange Mode - Train Delay - Hold for Maintenance of Way Curfew - Train Delay - Derailment - Road Estimated Time of Arrival Available - Car Rescheduled to an Extra Train - Car Reported Held - Car Reported Released from Hold - Train Delay - High Wind - Scheduled Interchange did not Include Car - Car Manually Scheduled - Car Location Move (Without Train) - Car Reported Released from Bad Order - Operating Plan Change - Predictive Estimated Time of Arrival Used - Train Rerouted - Added Consignee Placement Instructions - Train Delay - Sun Kink - Train Delay - Washout or Slide - Train Block Set Out Location Changed - Train Annulment - Train Consolidation - Train Departed Without Car - Train Movement Reporting Deletion - Train Size Reduction (tonnage, length, number or cars) - Car Arrived on Different Train - Waybill Cancellation - Waybill Diversion or Correction - Train Delay - Weather - Car Included in Different Interchange - Car Departed on Different Train - - - Body; Including Floors, Roof, Sides, Ends and Multi-level Rack - Braking System; Any Brake Component Listed in Rule 83 Car Part Codes under the Heading of 'Brake Equipment' and 'Piping' - Clean-Out; Including Preparation for Loading such as Clean-out, Conditioning and Pre-tripping - Derailment or Accident; Damage Resulting from Derailment, Sideswipes, Fire, Flood or Other Casualty Occurrence - Doors; Including Side, End and Hopper Doors, Outlet Gates, Hatch and Dome Covers - Draft System; Including Couplers, Yokes, Draft Gears, Draft Lugs, Draft Sills, End of Car and Center of Car Cushioning Units and Articulated Connections - Interior Linings and Coatings; Including any Interior Lining or Coating - Load Attention: Requiring Measurement, Weighing, Adjustment, Transfer or Containment of Leaking Commodity - Load Restraining Devices; Components Integral to Car such as Tie Down Equipment, Interior Bulkheads, DF Equipment, Trailer Hitches, Container Pedestals or Other Similar Equipment - Mechanical Inspection; Including Inspection From Early Warning Letters, Maintenance Advisory Notifications or Special Instructions Received From the Car Owners or Handling Line - Refrigeration Equipment; Including Inspections Pre-Tripping and Defective Equipment Listed in Rule 83 Car Part Codes Under the Heading 'Mechanical Refrigeration Equipment' - Safety Appliance; Including Handholds, Sill Steps, Ladders, Running Boards, Crossover Boards, Brake Steps and Uncoupling Levers - Trucks; Including Side Frames, Truck Bolsters, Friction Castins, Springs Snubbers and Side Bearings, but Excluding Wheel Assemblies and Brake Rigging - Underframe; Including Center Sills, Side Sills and Body Bolsters, Crossbearers, Crossties, Body Center Plates and Body Side Bearings - Wheel Assembly; Including Wheels, Axles, Friction or Roller Bearings Wedges, Adapters, Periodic Attention and Hot Boxes - Enroute to Ship for Inspection - Defect Unknown; Car Awaiting Inspection - - - Customs - Car in Wrecked Train - Disposition - Embargo - Heating and Icing - Inspection - Lading - Inspection - Mechanical - For Manual Schedule - No Billing - Operating Conditions - Other - Weigh - - - Immediate Notification of Events - On Demand Notification - Historical - - - Basic Waybill Trace - Car Series Trace, Submitter in Route - Pool Assignment Trace, Submitter in Route - Car Series Trace, Match on Initial - Pool Assignment Trace, All Waybills - Car Series Trace, Match on Owner - Car Series Trace, Match on Lessee - Car Series Trace, Match on Owner and Lessee - Problem Log Trace - Retrip Trace - - - Interchange Only - Car Movement Only - Interchange or Car Movement - All Reportings - Last Location - Bad Order Reports - Special Event List - Problem Log Reports - - - Map Cover & Sublot Number - Metes & Bounds - Section, Lot, and Block - Tax Identification - Parcel Identification Number - Lot or Unit Number - Block or Building - Subdivision - Section - Arbitrary Number - Book (Liber) - Page (Folio) - Outlot - Baseline - Survey Description - Torrens Property Number - Legal - Appraisal Description - Neighborhood or Project Name - Multiple Listing Service Area or District - Multiple Listing Service Sub-Area or Sub-District - Property Identification - Mobile Home Park - Tract Number - Square - City - Range - Lot - Unit Number - Land Lot - County - Township - Acreage - Record of Survey - Plat Map - Parcel Map - Licensed Survey - Subdivision Map - Official Record - Deed - Miscellaneous Map - Miscellaneous Record - State - Country - Block - Building - Real Estate Development Project - Master Real Estate Development Project - Phase - Ward - District - Borough - Village - Parish - - - Destination - Origin - - - Pump Out Charge - Renewal - Account Number Correction Charge - Dividend - Activation of Carnet - Overpayment - Suspense - Balance Forward - Dividend Interest - Add on - Destination - Loan Interest - Premium Waiver - Add on - Origin - Dividend Adjustment - Interest - Address Correction - Advance Destination Amount - Integrated Business Services (IBS) Service Charge - Special Packaging - Box Liners - Product Personalization - Advance Destination Fee - Tape Charges - Subject to Tax - Advance Origin Amount - Advance Origin Fee - Advance Fee - Agent Disbursement - Destination - Agent Disbursement Fee - Destination - Agent Disbursement - Origin - Agent Disbursement Fee - Origin - Air Export Certificate - Air Express Charge - Air Transportation Charge - Airline Opening Fee - Airport Tax - Destination - Airport Tax - Origin - Airport Terminal Handling Charge - Acknowledgment of Delivery Fee (AOD) - Amending Export Documentation - Assembly Fee - Banking Drafts - Cables (sending of) - Call Tag - Canadian C.Q.Customs Clearance - Canadian Currency Exchange - Canadian Import Termination Fee - Canadian Reconsignment Fee - Canadian Remanifest Fee - Certificate of Origin - Certificate of Registration - Chamber of Commerce Service Charge - Change of Airbill - Service Fee - Chemical Milling Charge - City Terminal Charge - Collect Surcharge - Constant Surveillance Service - Consular Legalization Service - Consularization Fee - Constant Surveillance Service - Armed - Credit - Customer Account Identification - Customs Broker Fee - Customs Invoice - Customs Invoice - Additional Page - Data/Drawing Charge - Delivery Surcharge - Development Charge - Discount - Drop Box/Convenience Ctr. - Discount - Incentive - Discount - Multiple Shipment - Discount - Service Option (Delivery) - Discount - Service Option (Pickup) - Discount - Special - Contingency Credit Charge - Distribution Fee - Dry Ice - Duty Charge - Endorsement Fee - Eur1 Presentation Fee - Excise Tax - Destination - Excise Tax - Origin - Expedited One Day Consular Service - Expedited Shipments - Extra Copies and Mailings - Export Customs Clearance - Export Declarations - Automated - Export Declarations - U.S. Shippers - Export License Application - Extra Service - Counter-to-Counter - Facsimile Charges - Facsimile Charges - Additional Pages - Failed Lamp Panel Charge - First Article Charge - Free Domicile Shipment Processing - Freight - Fuel Surcharge - Government Warehouse Fee - Destination - Government Warehouse Fee - Origin - Grain Flow Charge - Hazardous Materials Handling Fee - Domestic - Hazardous Materials Handling Fee - International - Heat Treat Charge - IATA Airbill Preparation - IATA Fee - Import Service Fee - Insurance Fee - Inland Transportation - Insurance Premium - International Door-to-Door Handling Fee - Incorrect Billing Account Charge - Italian Release Charge - Letter of Credit Processing - Mailing - Postage Cost - Mailing - Service Fee - Messenger Service - Minimum Air Transportation Charge - Miscellaneous - Destination - Miscellaneous - Origin - Missing Account NBR Charge - Offshore - Alaska/Hawaii - On Hand Service - Oversized Premium - Passing Shippers Export Entry - Pickup - Out of Area - Pickup Surcharge - Pre-Positioned Inventory Service - Preparation of Air Waybill - Origin - Preparation of Canadian Customs Invoice - Preparation of Commercial Invoice - Preparation of Export Entry - Preparation of Insurance Certificate - Priority Service - Preparation of U.S. Export Documentation - Processing Charge - Rebilled Drayage - Destination - Re-Bill Charge - Proforma Invoice - Recipient Address Correction - Rebilled Drayage - Origin - Record/Filing - Recovery Fee - Recrating/Recoopering - Destination - Recrating/Recoopering - Origin - Registration of Export Shipments - Registration of Export for Reentry - Reliability Charge - Restricted Article Fee - Repickup - Saturday Delivery - Saturday Pickup - Security Signature Service - Service Upgrade - Special Delivery - Special Handling Service - Special Pickup - Special Test Equipment Charge - Special Tooling Charge - Special Vehicle Rent - Stamp Fee - Straightening Charge - Telephone - Destination - Telephone - Origin - Terminal Service Fee - Test/Qualification Charge - Tooling Rework Charge - Tracing Inbound Via Other Carriers - Tracing Service Fee - Transfer of Lading Charge - Valuation Fee - Value Added Tax (VAT) - Waybill and Invoice Distribution - Written Proof of Delivery - X-ray Charge - Auto Towing Charge - Late Return Charge - One Way Drop Off Charge - Business Center Charge - Gift Shop Charge - Health Club Charge - Laundry and Dry Cleaning Charge - In-room Mini-bar Charge - In-room Movie Charge - Passenger Facility Charge - Prepaid Expenses - Other (See related description) - Advertising Allowance - Adjustments - Additional Material - Allowance Non-performance - Allowance Advance - Attendants Accompanying - Handling Charge Tax - Alcoholic Beverage Report Charge - After Business Hours Pick-up or Delivery - Attachments to Bill of Lading Charge - Allegheny County, PA Delivery Charge - Access Charge - Federal - Access Charges - Actual Labor Charge - Access Charge - State - Advance Charges Handling - Advance Loading Charge - Advances - Additional Copies of Freight Bill - Collect on Delivery Alteration Charge - Aircraft Ordered But Not Used - Armed Guard Service - Additional Injection/Blending Service Charge - Air Freight - Consolidation - Air Freight - Advance Lading Charge - Use of Alternate Port - Adjustment for Maximum Charges Billing - Absolute Minimum Charge - Adjustment for Minimum Average Time Requirement Billing - Adjustment for Minimum Charges Billing - Anchoring and Unanchoring - Anodizing Charge - Appliance Servicing - Appointment (Notification) - Arbitrary (In Addition to Through Rates and Charges) - Air Conditioning Disconnect and Connect - Rail Armed Guard Service - Air Ride Tractor Service Charge - Assembly Charge - Attempted Delivery - Attempted Pickup - Auxiliary Service - Ad Valorem - Beaming Charge - Brokerage or Duty - Buyers Car Allowance - Bad Debt - Both-Flat - Broken Package Charge - Base Charge - Break Bulk Surface Charge - Border Crossing Fee - Bordeaux Arbitraries - Beyond Freight Charges - Bedding/Feeding/Disinfecting - Bulky Article - Bill of Lading Attendancy - Bill of Lading Charge - Billed Demand - Blocking and Bracing Charge - Blower Charge - Bond Charges - Bobtail Charges - Bop Sheet Charge - Basic Reorder Allowance - Bridge Toll - Aqua Train - Bunker Surcharge - Broker Selection Surcharge - Bi-level, Tri-level Charges - Bunker Adjustment - 20 Foot Container - Bunker Adjustment - 40 Foot Container - Bunker Adjustment - Bureau Report Charge - Beyond Charge - Currency Adjustment - Break Bulk - Currency Adjustment - 20 Foot Container - Currency Adjustment - 40 Foot Container - Cancellation Charge - Cash Discount - Certification Fee - Co-manufacturing Discount - Competitive Allowance - Competitive Car Allowance - Compressor Charge - Crafting - Customer Equipment Allowance - Cutting Charge - Co-op Credit - Car Loading - Contract Escalation - Car Rental - Container Deposits - Contract Allowance - Cooperative Advertising/Merchandising Allowance (Performance) - Claims Commercial Auto Report Charge - Copy of Bill of Lading Charge - Cents Off - Competitive Price - Carrier - Container Allowance - City Sales Tax (Only) - Carrier Credit Allowance - Certification Charge - Claims Commercial Property Report Charge - Concession Credit - Carrier Caboose Charge - Carrier Debit Allowance - Corrosion Additive Service Charge - Cancelled Order, Heavy Duty Flatcar - Cubic Density and Capacity Load Adjustment - Copy of Delivery Receipt Charge - Container Service Charge UK/EUR - Customs Fees - Container Level - Customs Fees - Lift Level - Carrier Guard Car Charge - Canada Great Lakes Additionals - Return Carrier Guard Car Charge - Cargo Taxes - Chassis Equipment Lease Charge - Charges Forward/Advance Charge - Chain and Binders - Special Circus Trains - Constant Surveillance - Chicago Loop Charge - Container Loss/Damage - Cleaning Charge - Container Leasing - Concession Money - City maintenance fee - Continuous Mileage - Camp Arbitrary - Consolidation - Converting - Commission Amount - Connect Charge - COD Amount - Ocean Freight - Fee for Collecting COD Charge - Combination - Congestion Surcharge - Port Changes - Core Charge - Consignee Unload - Claims Personal Auto Report Charge - Copilot Service Charge - Computer Processing Expense - Claims Personal Property Report Charge - Cost recovery/adjustment - Crane at Destination - Cost Recovery Factor - Crane at Origin - Court Reporter Charge - Credit Report Charge - Courier Services - Closing & Sealing - Contract Service Charge - Customs Entry - Customs Formalities - Government Caboose Charge - Conservation research fee - Cassette - Container/Trailer Allowance - Container Service Charge USA/Canada - Customer Required Special Truck at Destination - Court or Trial Expense - Chassis Transfer - Cartage Charge - Controlled Atmosphere - Customer Required Special Truck at Origin - Circuitous Routing Charge - Customs Exams (Intensive, Tailgate) - Currency Adjustment - Currency Discount - Currency Adjustment Factor - Customer Paid Deductible - Customs Charge - Deficit Freight - Deposit - Distributor Discount/Allowance - Drum Up Charge - Damaged Merchandise - Dockage - Boat Detention - Double Wide Separate and Reassemble - Delivery of Fuel from Barge to Pipeline Charge - Dedicated Switch Engine Crew at Destination - Damage to Carrier Equipment - De-Consolidation - Dedicated Switch Engine Crew at Origin - Disconnect charge - City Delivery - Damage to Carrier Vessel - Defective Allowance - Drum Cost - Drum Deposit - Dowel Pin Charge - Dual Driver with National Agency Check - Dual Driver Protectice Service - Deaf and Disabled Surcharge - Drayage at Port of Debarkation (Zone Rate) - Demurrage - Average Agreement - Detention: Vehicle with Power Unit (Bulk Petroleum Product Shipments) - Deductible - Delivery Charge - Demurrage - Detention of Power Units - Derrick Charge - Demurrage - Special - Detention of Trailers - Texas Rail Commission Deviation Charge - Detention Without Power Unit - Drayage at Port of Embarkation (Zone Rate) - Keep from Freezing Percent Differential - 410 Dromedary with Mechanical Restraining Devices Charge - 410 Dromedary - Delay Furnishing Destination Weights - Damage to Government Equipment - Dangerous Goods Surcharge - Diversion Charge - Direct Repair - Distribution Service - Diversion and Reconsignment - Drayage/Line Haul - Delivery of Fuel from Rail Tank Car to Pipeline Charge - Deadhead Mileage Charge - Demand charge - Dunnage Allowance - Documentation Charge - Deposit in Lieu of Order - Container Diversion - Delivery of Fuel from Pipeline to Barge Charge - Drayage at Port of Debarkation - Drayage at Port of Embarkation - Delivery of Fuel from Pipeline to Rail Tank Car Charge - Depreciation - Delivery of Fuel from Pipeline to Tank Truck or Trailer Charge - Detention with Power Units (30 minute periods) Charge - Drayage - Deramping - Driver License Record Report Charge - Dryer Charge - Discount - Detention - Special Type Flat Car - Dromedary with Mechanical Restraining Devices Charge - Dromedary Service Charge - Container Destuffing - Diversion to Air Charge - Detention (Labor) - Destination Charge - Destination Duty - Destination Inland Freight - Detention Loading - Power Detention at Unloading - Power Detention at Loading - Delivery of Fuel from Tank Truck or Trailer to Pipeline Charge - Trailer Detention at Loading - Trailer Detention at Unloading - Detention Unloading - Detention (Vehicle) - Driver's Wages - Detention with Power Units (60 minute periods) Charge - Exchange Access Credit - Extra Axles - Exhibition Delivery Charge - Exhibition Pickup Charge - Will Call Charge - Escort/Courier Service Charge - Empty Railcar Ordered But Not Used Charge - Equipment Hose at Destination Charge - Equipment Hose at Origin Charge - Early Buy Allowance - Early Payment Allowance - Escalation - Expediting Fee - One Time Engineering Charge - Engineering Charge - Expediting Premium - Export Shipping Charge - Dedicated Switch Engine at Destination - Dedicated Switch Engine at Origin - Export/Import Charge - Extra Lights - Emergency Response Service - Emergency Surcharge - Empty Movement - Energy charge - Energy Surcharge (Fuel Adjustment Factor) - Emergency Port Charge - Environmental Protection Service - Empty Return - Satisfactory Service Standards Charge - Early Ship Allowance - Emergency Service - Estimated Customs Duty (Dutypaid - Charge) - External Service Expense - Empty Trailer Returned Charge - European Port Charges - Excessive Value Charge - Exclusive Use Charge - Extra Driver - Extra Length - Excess Mileage Charge - Expedited Service Charge - Excess Periods - Excess Weight - Expando Remove and Install - F.E.T. Federal Excise Tax - F.E.T. (Percent) - F.E.T. (Dollar Value) - Fabrication Charge - F.E.T. Tires - Freight Equalization - Freight Surcharge - Barge Freight All Kinds Service - Freight, Based on Dollar Minimum - Freight Charges to Border - Freight Charges to Destination - Freight Charges Inbound and Outbound - Furnishing Chassis - Flat Deck Delivery - Food and Lodging - Financial Document Surcharge - Fuel Filters Furnished by Carrier Charge - Finance Charge - Freshness/Leaker Allowance - Special Finish Charge - Freight Passthrough - Flat Rate - Fuel Filters Furnished by Shipper Charge - Fire Report - Flatrack Surcharge - Ferry Service - Foreign Military Sales (FMS) Rental - Foreign Military Sales (FMS) Special Charge - Franchise fee - Federal Transfer Surcharge - Filtration Service Charge - Fuel Charge - Forwarding Agent Commission - Forwarding Charge - Texas Rail Commission Fixed Charge - Garment District - Gate Inspection Charge (Intermodal) - Grain Doors - Glaze Allowance - Gold Factor - Gasket - Garment Surcharge - Government-owned Containers - Gulf Port Delivery Charge - Groupage Discount - Gross Receipts Surcharge - Government Guard Car Charge - Greater Security Service - Goods and Services Tax Charge - Handling Charges on Distribution Freight Forwarded Beyond - Hazardous Cargo Charge - Harbor Dues - Heavy Duty Flat Car Charge - Holding Charge - Shipment Holdover Charge for Holidays - Shipment Holdover Charge for Weekends - Heat in Transit Charges - Handling Freight At Positions Not Immediately Adjacent To Vehicle Charge - Hauling and Hoisting to be Direct Billed - Handling - Household Goods Pickup or Delivery - Highway Interchange - Home Line Freight Charge - Accessible Hazardous Material - Inaccessible Hazardous Material - Hook-up charge - Sunday or Holiday Pickup or Delivery - Hose Charge - Hose Charge Special - Heater or Refrigeration - High Security Red In-bond Seal Charge - Harmonized Sales Tax - Heavy Lift - Hazardous Materials Surcharge Charge - Hazardous Cargo on Deck - Hazardous Storage - Industry Price Allowance - Income Freight (Manufacturing to Shipping Point) - Inspection Fee - Cooling Service - Idler Car Charge - Improper Documentation - Inside Delivery - Interdivision Profit - Inbound Freight Charges - Interstate/Highway Toll - Invoice Adjustment - Icing Inhibitor Charge - Item Percentage - Item-Unit - Island Delivery Charge - Initial License Fee - Island Pickup Charge - Impactographs - Intermodal Shipment Service Charge - Insurance Surcharge - Inspector Requested for Loading - Interplant Charge - Interest on refund - Insurance - Interpreter Expense - Intra-plant Charge - Inside Pickup - Irish Arbitraries - Interest on security deposit - Intermodal Storage (Origin) - Intermodal Storage (Destination) - Insulated Tank Charge - Interline Transfer Charge - Junction Settlement Charge - Glass Kit - Labor Charges - Extra Labor (Helper Service) - Lading Adjustment Charge - Labor (Repair and Return Orders) - One-Time License Fee - Labor Adjustment Allowance - Commingling/Loss Allowance Charge - License and Title - Layover Charges - Light Bar Service Charge - Land Currency Adjustment Factor - 20 Foot Container - Land Currency Adjustment Factor - 40 Foot Container - Late Order Charge - Percent Differential - Less than Container - Labor Cost of Removal - Loading Allowance - Loading - Unloading Allowance - Locomotive Delayed in Switching Service - Less than Container - Lift Charge (Intermodal) - Linehaul from Port of Debarkation - Lift Gate (Truck) or Forklift Service at Pickup/Delivery - Lodging - Linehaul Service - Recurring License Fee - Liability of Carrier Charge - Limited Liability - Lot Charge - Lead Factor - Loan Fee - Local Sales Tax (All Applicable Sales Taxes by Taxing Authorities Below the State Level) - Labor, Modify - Liner Terms at Port of Debarkation - Liner Terms at Port of Embarkation - Labor, No Trouble Found - Loading (Labor Charges) - Local Delivery/Drayage - Late payment charge - Linehaul Percent Differential - Laboratory Pack Fee - Liquidated Damages - Labor Service - Lashing - Lifeline Surcharge - Labor, Test and Calibrate - Linehaul to Port of Embarkation - Lubricant Charge - Locomotive Under Own Power - Leaking underground storage tax (LUST) - Layover Service Charge - Metals Surcharge - Mileage or Travel - Mileage Fee (For Repair and Return) - Minimum Order/Minimum Billing Charge - Monthly Rental - Marriage Rule - Modified Atmosphere - Machining Charge - Molding - Mount/Demount - Meals or Lodging Charge - Escort Service with Overnight Subsistence - Escort Service - Escort Service (Telephone) - Manifest Charge - Manufacturing - Message Rate Adjustment - Message Charge - Minimum Charge - Special Mileage Movements - Minimum Guarantee - Markup Charge - Minimum Bill of Lading Charge - Meals - Minimum/Maximum Charge - Mill Freight - Market Development Funds - Metropolitan Transit Tax - Notify Consignee - Motor Surveillance Service - Miscellaneous Parts Charge - Marking or Tagging Charge - Medical Report Charge - Other Accessorial Service Charge - Miscellaneous Charge - Meter Charge - Municipal Surcharge - Motor Vehicle Report (MVR) Charge - Special Motor Surveillance Charge - Venting Instructions - Non Generated Freight - New Store Allowance - Nozzle Charge - Order Notify Charge - Next Day Air Service - Non-document Surcharge - Carrier Notification Charge - N.H.D. Wharfage - New Store Discount - New Warehouse Discount - New York Delivery Charge - New York Pickup Charge - O.T.O. Charge - Overrun Charge - Overtime Loading - Ocean Charges - Hazardous - Over Height Container - On Call Pickup Service - Collect on Delivery Deletion Charge - Official Report Charge - Fumigation - On Carriage - Option Charge (Color Fabric Office Furniture) - On Deck Break Bulk Differential - Order-Flat - Optional Charge - Operator Credit - Out of Route Miles - Receipt/Issue Overtime Normal Business Hours Charge - Outside Charge - Optional Software Support for Operational Support Systems - Optional Software Support for Switching Systems - Out of Zone Pickup or Delivery - Overnight Service - Over Dimension - Over Width Container - Percent of Product - Pump Air Charge - Premium Charge - Premium Transportation - Price Deviation - Professional Fees - Promotional Allowance - Promotional Discount - Pump Charge - Preparation and Delivery - Parts Adjustment Allowance - Parts Charge - Priced Parts Charge - Pickup of Shipments on Saturday, Sunday, and/or Holidays Requiring Absolute Next Day Delivery Charge - Prior billing amount - Permits Bonds Escort Attendant - Pier Charges Other Than Wharfage - Protective Service Charge - City Pickup - Prior Delivery Of Bill Charge - Preloading Charge - Pickup and Delivery from Storage in Transit - Pickup and Delivery Beyond Service Area Charge - Pallet Exchange Charge - Penalty Charge - Permit Charge - Power Factor Adjustment - Photocopy - Photographs - Pier Pickup and/or Delivery - Packing Surcharge - Insurance Placement Cost Charge - Pallets/Skids/Platforms - Prior Month Credit - Paint and Materials - Pickup of Shipments Requiring Same Day Delivery Service Charge - Pickup of Shipments Requiring Same Day Delivery Service and/or Delivery at a Specified Time Charge - Normal Pump Charge - Special Pump Charge - Prior Period Net Adjustment - Piano/Organ Carry - Proof of Delivery - Police Report Charge - Positioning at Origin - Per Pound Charge - Pickup and Delivery Service for Perishables Charge - Per Item Charge - Pick/Up Allowance - Precious Metal Content - Pallet Charge - Per Order Charge - Performance Award - Placement and/or Removal Charge - Parish/County Sales Tax (only) - Prepaid Usage Allowance - Prior Balance - Pre-carriage - Portable Ramps at Destination - Pre-carriage Excess - Parking - Prelodge Charge - Premise Use - Portable Ramps at Origin - Prior Period Rebook - Prior Period Reversal - Protective Service - Cold - Preparation of Special Documents - Protective Service Security with Armed Guards - Protective Service - Heat - Protective Service Security - Postage - Tobacco Products Report Charge - Protective Tarp for Security Purposes - Provincial Sales Tax - Pickup Charge - Pickup and Delivery - Pack and Unpack - Bonded Privately Owned Vehicle Charge - Detention of Privately Owned Vehicle Charge - Inoperable Privately Owned Vehicle Charge - Loading/Unloading of Privately Owned Vehicle Charge - Privately Owned Vehicle Processing - Stop-offs for Privately Owned Vehicle Shipment Charge - Privately Owned Vehicle in Truckaway Service Charge - Pier Charges - Wharfage - Pallet Allowance - Priority Service Charge - Quantity Surcharge - Quantity Discount - Rebate - Reclamation, Federal - Reclamation, State - Recovery Allowance - Redistribution Allowance - Rental Deduction - Repack Charge - Retainer - Resellers Discount - Restocking Charge - Royalties - Roll Rebate - Ramping - No Return Credit Allowance - Repair at buyers expense charge - Reconsignment Charge - Reconsign Consignee Charge - Repair at customer expense charge - Repair at government expense charge - Redelivery - Recoopering (at Owner's or Shipper's Expense) - Reconnect charge - Reconsign Delivery Charge - Research & development fee - Railhead Handling - Return Cargo Charge - Regulatory Fee - Refrigeration - Regulatory tax - Requested Labor Charge - Residential Pickup - Request Via Canada - Residential Delivery - Returned Load - Retention Tax - Refund - Reefer Maintenance - Regain Allowance - Regain Charge - Recurring Hardware Maintenance Charge - Riding Attendant Charge - Released Value Charge in Excess of Carrier Maximum Liability Charge - Rail Inspection Service - Retail Loss Allowance - Rents and Leases - Relinquishment Charge - Relocation of Vehicle - Rocky Mountain Bureau 583 Item 1100 Arbitrary Charge - Return of Empty Container Charge - Refrigeration/Mechanical Detention - Return Movement of Pallet Charge - Rail Surveillance - Roll Out Adjustment - Reduction Prepalletized Cargo - Reefer Cargo Percent Differential - Reel Cable - Reel Deposit - Refurbishing Charge - Rental Charge - Repair Charge - Regulatory required refund - Recurring Software Maintenance Charge - Reshipment - Restricted Speeds - Respotting - Reservations - Rate Code - Subject to Cooperative Advertising Allowance - Shipping and Handling - Service Charge (with Cash Discount) - Scrap Allowance - Shrink-Wrap Charge - Special Credit - State Motor Fuel - Stenciling Charge - Super Fund Excise Tax - Surcharge (Dollar Value) - Surcharge (Percentage) - Stopcharge - State Sales Charge - Service Assistance Program Surcharge - Shipment Holdover on Weekends Charge - Saturday Pickup or Delivery Charge - Standby Charge - Sublet - Special Seal Charge - Special Containers - Small Order Charge - Scale Charge - Second Day Service - Scale Charge Unloading - Special Detention Charge - Split Delivery - Special Dromedary Service - Second Day Hundredweight Service - Special Equipment Charge - Stairs, Elevator, Excess Carry - Segregating (Sorting) - Self Unloader - Ship Exact Quantity Charge - Service Charge - Security Escort Vehicle Service - Single Factor Origination/Destination - Stuffing Charge - Single Factor Origination/Port of Debarkation - Single Factor Port of Embarkation/Destination - Special Train Movement - Single Pickup - Shipment Holdover on Holidays Charge - Shipper Load - State Hazardous Substance Tax - Shipment Holdover on Weekdays Charge - Skirting and Unskirting - Street lamps charge - Slip Sheet Charge - State/Metropolitan Transit Authority Surcharge - Satellite Surveillance Service - Shipment from Non-temp Storage - Stop-off Charge - Stop-off at Pier Charge - Special Allowance - Special Buy - Special Permits - Spreader Charge - Spool Charge - Split Pickup at Pier Charge - Special Freight Supplements - Spotting of Trailer - Split Pickup - Storage - Surveying Routes - Salvage - Super Bag Charge - Stripping, Sorting, and Consolidation - Single Shipment Fee - Select Charge - Pole, Wood-service Charge - Shipside Pickup - Safe Haven Secure Holding Refusal - Software Support Service - Sales Tax (State and Local) - Pole Lashing Equipment (PLE) Surcharge - Sales and Use Tax - Conductivity/Anti-static Additive - State Surcharge - Stop-off at Destination - Container Stuffing - Standard Ground Service - Standard Labor Charge - Steaming Charge - Stowage Charge - Stopping in Transit - Stop-off at Origination - Storage in Transit - Special tooling rework charge - Special Use - Sufferance Warehouse Charge (Export or Import) - Supervisor Charge - Surcharge - Single Invoice Allowance - Manual Surveillance of Shipment - Storage of Vehicles - Switching Charge - Telephone Charge - Tank Rental - Temporary Allowance - Tax on Transportation - Temporary Voluntary Allowance - Terminal Differential - Testing Charge - Tool Charge - Testing Allowance - Trade In - Transportation and Setup - Truckload Discount - Tarping Charge - Tax Charge - Governmental Tax - Telegram Chargeback - Transportation Charge (Minimum Rate) - Truck Detention - Terminal Charge - Trimming Charge - Multi-Tank Surveillance Service - Tendering of Multiple Vehicles - Total Assessorial Charges - TOFC Service Charge - Motor Tow Away Service - Carrier Equipment Pool Charge - Throughput Container Charge - Third-Party Service - Travel Charge - Trailer Rental Charge - Travel Expense - Transfer Charge - Termination - Transit - Process in Transit Privilege - Transferred Charges - Thruway Charge - Testing Services Charge - Technical Assistance for Loading Rail Cars - Tank Surveillance Service - Track Storage - Tank Car Allowance - Transportation-Direct Billing - Trade Discount - Local Tax - Tax on Miscellaneous Charges - Third Party Allowance - Throughput Allowance - State Tax - Transportation - Third Party Billing - Tire Repair and Replace - Transportation - Vendor Provided - Turning Charge - Two Door Pickup - Carrier to Unblock, Unbrace, and Untie - Under Carriage Furnished By Carrier Charge - Unloading - Unloading (Labor Charges) - Usage Plan Detail Charge - Unpacking - Unloading/Reloading Charge - Use - Special Type Flat Car - U.S. Vehicles - Unabsorbed Switching - Utilities Disconnect and Connect - Use charge tooling/personnel - Up Charge - Unsalable Merchandise Allowance - Use Tax - Vendor Freight - Volume Discount - Van Cleaning - Voluntary contribution charge - Excess Mileage for Stop-off Delivery of Personal Vehicles Charge - Vehicles Furnished But Not Used - Vehicles Inoperable - Virgin Island Transfer Charge - Vehicle Ordered but Not Used - Stop-off Delivery of Personal Vehicles Charge - Vehicles in Truckway - Vehicle Load Allowance - Vehicle Prep Charge (courtesy delivery) - War Risk Surcharge - Wide Area Telephone Service (WATS) Usage Credit - Wharfage - Breakbulk - Wharfage - Container - Waterfront Delivery Charge - Weather Protection - Weighing Charge (Intermodal) - Wharfage - Wharfage & Handling - Wasted/Futile Trip - Warehouse Charge - War Risk Crew Bonus - Load Weighing Charge - Empty Weighing Charge - War Risk Insurance - Warehouse Allowance - Waiting Time - Waiting Time Service Charge - Weight Verification Charge - Wharfage Charge - Protective Service Rule 25 - Protective Service Rule 27 - Protective Service Rule 37 - Protective Service Rule 75 - Protective Service Rule 95 - Protective Service Rule 140 - Protective Service Rule 160 - Protective Service Rule 165 - Protective Service Rule 500 - Protective Service Rule 510 - Protective Service Rule 518 - Protective Service Rule 530 - Protective Service Rule 531 - Protective Service Rule 545 - Protective Service Rule 565 - Protective Service Rule 570 - Protective Service Rule 580 - Protective Service Rule 581 - Protective Service Rule 705 - Protective Service Rule 710 - Protective Service Rule 711 - Protective Service Rule 712 - Protective Service Rule 716 - Protective Service Rule 720 - Protective Service Rule 725 - Protective Service Rule 727 - Protective Service Rule 735 - Protective Service Rule 740 - Protective Service Rule 760 - Protective Service Rule 815 - Quality Differential - Protective Service Rule 26 - Protective Service Rule 715 - Protective Service Rule 745 - Protective Service Rule 755 - First Flight Out - Mutually Defined - - - Child Support - Non-Custodial Parent or Third Party Payors - Financial Institution to Financial Institution Funds Transfer Requested by Child Support Agency - Interstate Financial Institution Data Match Collections - Interstate Income Withholding - Child Support - Interstate All Others - Child Support - Interstate State Tax Offset - Child Support - Interstate Cost-Recovery Financial Institution Data Match - Interstate Cost-recovery Income Withholding - Child Support - Interstate Cost-recovery All Others - Child Support - Interstate Cost-recovery State Tax Offset - Child Support - Unemployment Insurance Payment - Child Support - - - Proof of Eligibility Unknown or Unavailable - Litigation - Authorization Delays - Delay in Certifying Provider - Delay in Supplying Billing Forms - Delay in Delivery of Custom-made Appliances - Third Party Processing Delay - Delay in Eligibility Determination - Original Claim Rejected or Denied Due to a Reason Unrelated to the Billing Limitation Rules - Administration Delay in the Prior Approval Process - Other - Natural Disaster - Lack of Information - No response to initial request - - - Delivery of Fuel into Underground Storage Tank - Delivery of Fuel into Above Ground Storage Tank - Speed Restricted to 15 Miles per Hour - Speed Restricted to 25 Miles per Hour - Speed Restricted to 35 Miles per Hour - Speed Restricted to 45 Miles per Hour - No Facial Hair - Car is Air Brake Controlled - Customer Required Packing List - - Customer Required Appointment Number - Load on Top of Residue (Heel) - Dispose of Residue (Heel) - Humidity Sensitive Shipment - Do Not Stack - Attachment - Auto Keys - Attachment to Move with Car - Annual Volume - Attachments - Advance Only Waybill - Clearinghouse Balance - Blowable Load - If Bad Ordered Notify Shipper - Buffer Car Service - Bill Shipper for Weigh Charge - Container, Consolidator Load - Attachment - Customer's Document - Cleared for Export - Container, Factory Load - Carrier - Customs Inspection - Attachment - Cotton Manifest - No Marshalling Required for Hazardous Materials - Circus Ramp Only (TOFC Van) - Bill Consignee for Weigh Charges - Top Load Only - Certification that this Shipment is for Recycling as Defined in Applicable Tariffs Containing Such Provisions - Dangerous - Demurrage - Domestic - Shipper Authorization Required for Diversion or Consignment - Drop Yard - Delivery Only on Surrender of Written Order - Dead in Tow - Do Not Uncouple - Equipment - Destination Weights Apply - Embargo Shipment - Excessive Dimensions - Electronic Equipment Transfer - Environmental Control Limits - Expedite - Return Empty Via Reverse Route - Damages Incurred if Shipment Fails to Meet Vessel Loading - Excessive Weight - Explosive Flammable Gas - Face "A-end" to Head of Train - Face "B-end" to Head of Train - Moving Under "For Furtherance Instructions" and May Be Delivered - Full Service - Flammable Gas - Flammable - Flammable Poison Gas - Fragile - Handle with Care - Nontransit Flat Shipment - Goods Astray - Grain Inspection - Head End Car - Household - Endorsed as Hazardous Material - Hold for Orders - Heated Prior to Loading - Home for Repair - Heat - High Value Load - High Wide Load - In-bond - Ice - Shipment to be Inspected at Destination and Disposition Instructions will be Furnished - Interoffice Move - Import Shipment - Rail Incentive Rate - Surveillance Service - Intermediate Switch Service - Junction Settlement Account - Land Bridge (Import/Export) - Car Trip Leased to Consignee - Loading Devices - Loaded to Full Visible Capacity - Less Than Container, Consolidator Load - Protect Lowest Through Rate - Less Than Container, Factory Load - Local Service Only - Less Than Full Carload - Person in Charge of Car - Cleared for Border Crossing - Multiple Pickup - Mechanical Refrigeration - Notify Consignee Before Delivery - Do Not Divert - No Special Entrainment Required - Night Delivery Service - Do Not Hump - New Equipment First Transborder Movement - Navalock - Do Not Pool - Notify Shipper Before Reconsignment - Do Not Transfer Contents - In Case of Fire Do Not Use Water - Not for Export - Commodity Loaded Less Than or Equal To the Car Ordered - Overweight - Perishable in Box Car - Privately Controlled Private Equipment Subject to Demurrage - Poisonous Gas - Iced Prior to Loading - Product Protection Service - Attachment - Prepaid Waybill - Return Authorization - Render Bill for Charges - Railroad Controlled Private Equipment Subject to Demurrage - Shipper Steam Ship Released - Radioactive Material - Rush Order - Rail Asset Management Process - Equipment Distribution (RAMP-ED) Traffic - Rear Rider - Inspect Hourly if Car Stopped - Record for Transit - Residue in Excess of 7 Percent of Equipment Capacity - STARS Traffic - Shipper Load/Carrier Count - Shove to Rest and Cover - Subject to Special Detention Rules/Charges - Attachment - Shipper's Export Document - Shiftable Load - Ship to Cross Dock or Pool - Ship to Furthest Destination First - Requires Shelf Couplers - Attachment - Shipper's Manifest - Attachment - Shipper's Packing Instructions - Speed Restricted - Stack Train - Stretch Wrap - Cars Temporarily Articulated - Trailer, Consolidator Load - Trailer, Factory Load - Intermodal Tank Service - Turn Car - Transit Shipment - Team Track Delivery - Time Volume Rates Only - Unload at Bumper (Circus Ramp) - Unitized - Unload from Left Side of Car - Unload as Placarded - Unprotected Perishable - Unload from Right Side of Car - Shipper Certifies Gross Weight under 240,000 pounds - Unit Train - Verification Weigh - Ventilation Instructions - Wide-Body Pickup Truck (Applies to Finished Vehicle Loading - Waived Inspection - Set Direct - Weigh Empty - Attachments - High Wide Notice - Waive Inspection - Manifest Must Accompany Waybill - Weigh to Check for Overload - Waste Water - Export - Cross Town - Advanced Fee - Certificate of Origin - Fuel Surcharge Authorized - Offshore - Alaska/Hawaii Service - Oversized Premium - Preparation of Air Waybill - Origin - Preparation of Canadian Customs Invoice - Preparation of Export Entry - Preparation of Insurance Certificate - Preparation of U.S. Export Documentation - Saturday Delivery - Saturday Pickup - Security Signature Service - Written Proof of Delivery - Aggregate 1000 - Aggregate 3000 - Aggregate 5000 - Additional Material - Attendants Accompanying - Advance Loading - Air Craft Furnished and Not Used - Aggregate Tender Discount - Armed Guard Service - Additional Injection/Blending Service - Port Changes - Use of Alternate Terminal - A.M. Delivery Requirement - Anchoring and Unanchoring - Additional Copy of Shipping Papers for Proof of Delivery - Appliance Servicing - Air Conditioning Disconnect and Connect - Rail Armed Guard Service - Air Ride Tractor Service - Air Ride Truck Service - Assembly Service Requested - Auxiliary Service - Bypass Consolidation Point - Bulky Article - Blocking and Bracing - Blind Shipment - Bolster Load, Do Not Switch - Boxing Service - Dry Bulk - Bunker Surcharge Authorized - Bunker Adjustment - 20 Foot Container - Bunker Adjustment - 40 Foot Container - Bunker Adjustment - Currency Adjustment - 20 Foot Container - Currency Adjustment - 40 Foot Container - ROEE Car or Pickup Truck - Case Label Bar Code - Convert Commercial Bill of Lading (BOL) to Government BOL - Certification - Carrier Caboose - Corrosion Additive Service - Customs Fees - Container Level - Customs Fees - Lift Level - Carrier Guard Car Service - Return Carrier Guard Car Service - Cargo Taxes - Chain and Binders - Commercial Invoice Preparation - Constant Surveillance - Cleaning - Class Rates Applied - Comb. Rates over Detroit - Consolidation and Line Haul - Consolidation - Contract Rates Apply - Certification That the Newsprint Winding Cores Being Returned Empty Were Received Filled by Rail Freight Service - Consignee Unload - Courier, Overnight - Copilot Service - Customs Papers Mailed - Crane at Destination - Container Lease - Crane at Origin - Courier, Same Day - Government Caboose - Controlled Atmosphere - Container Mounting - Circuitous Routing - Currency Adjustment - Break Bulk - Double Wide Separate and Reassemble - Delivery of Fuel From Barge to Pipeline - Dedicated Switch Engine Crew at Destination - Dedicated Switch Engine Crew at Origin - DOD Constant Surveillance Service - Dual Driver with National Agency Check - Dual Driver Protective Service - Direct Delivery - Drayage at Port of Debarkation (Rate Zone) - Delivery Service - Detention of Conveying Equipment and the Power Unit - Detention of Conveying Equipment Excluding the Power Unit - Drayage at Port of Embarkation (Rate Zone) - Keep From Freezing Percent Differential - 410 Dromedary with Mechanical Restraining Devices - 410 Dromedary - Distribution Service Requested - Delivery of Fuel From Rail Tank Car to Pipeline - Notify Shipper Immediately if Shipment is Delayed en Route - Do Not Couple to Other Diaphragmed Cars - Do Not Freeze - Do Not Couple to Tank Cars - Documentation - Special - Container Diversion - Delivery of Fuel From Pipeline to Barge - Drayage at Port of Debarkation - Drayage at Port of Embarkation - Delivery of Fuel From Pipeline to Rail Tank Car - Delivery of Fuel From Pipeline to Tank Truck or Trailer - Detention With Power Units (30 minute periods) - Drop-Off Delivery - Drumming Service - Do Not Couple to Double Shelf Couples - Dromedary with Mechanical Restraining Devices - Dromedary Service Requested - Door Side Vanning - Labor Associated with Detention of Conveying Equipment - Delivery of Fuel From Tank Truck or Trailer to Pipeline - Detention (Vehicle) - Detention With Power Units (60 minute periods) - Extra Axles - Escort/Courier Service - Empty Railcar Ordered But Not Used - Equipment Hose at Destination - Equipment Hose at Origin - Exclusive Use - Dedicated Switch Engine at Destination - Dedicated Switch Engine at Origin - Extra Lights - Emergency Service - Empty Movement - Endorsement - Empty Return - Satisfactory Service Standards - Excessive Valuation Authorized - Exclusive Use of Vehicle - Extra Driver - Extra Length Surcharge - Export Preparation - Expedited Rates Applied - Expedited Service - Extra Labor - Exclusive Use of Vehicle Damaged - Expand Remove and Install - Roadway Easy Rates Applied - Barge Freight All Kinds Service - Firearms - Furnishing Chassis - Flat Deck Delivery - Fuel Filters Furnished by Carrier - Fuel Filters Furnished by Shipper - Flatrack Surcharge - For Processing in Transit - Accepted by Carrier at Owner's Risk of Freezing - For Storage in Transit - Filtration Service - Garment Surcharge - Government-Owned Containers - Government Guard Car - Greater Security Service - Hold at Location - Handling - Hazardous Cargo - Handling Freight Not Adjacent to Vehicle - Hand Brakes at Each End Must Be Released - Shipment Holdover for Holidays - Shipment Holdover for Weekends - Heat in Transit - Heat - Special - Heat With Steam - Accessible Hazardous Material - Inaccessible Hazardous Material - Sunday or Holiday Pickup or Delivery - 24 Hour Availability - Hose - Special Hose - High Cube Trailer Rates - Heater or Refrigeration - Hitch Installation - Hazardous Materials Surcharge - Hazardous Cargo On Deck - Idler Car - Inside Delivery - Icing Inhibitor Service - Impactographs - Intermodal Shipment Service - Inspector Requested for Loading - Intra-Plant Move - Inside Pickup - Interline Transfer Service - Just-In-Time (JIT) - Joint Line Exception - Certification that the Containers Being Returned Empty Were Received Filled by Rail Freight Service - Keep Material Dry - Labor Disturbance - Commingling/Loss Allowance - Layover - Apply a Uniform Code Council/International Article Numbering Association (UCC/EAN) Serial Shipping Container Label to the Shipping Containers - Light Bar Service - Low Boy Trailer/Flat Bed - Land Currency Adjustment Factor - 20 Foot Container - Land Currency Adjustment - 40 Foot Container - Percent Differential - Less Than Container - Carrier to Load - Carrier to Unload - Less Than Container - Linehaul from Port of Debarkation - Linehaul Service - Liability of Carrier - Liner Terms at Port of Debarkation - Liner Terms at Port of Embarkation - Linehaul Percent Differential - Linehaul To Port of Embarkation - Less Than Truckload - Layover Service - Modified Atmosphere - Escort Service with Overnight Subsistence - Escort - Escort Services (Telephone) - Insulated - Motor Surveillance Service - Other - Refrigerated - Military Traffic Expediting Service - Special Motor Surveillance - Do not Hump or Hump into - Do Not Use Helper Locomotive to Push - No Placards Required - Nose Side Vanning - Stow Away from Heat - Block Stowage - Cargo Aboard - Carrier Load and Consignee Unload - Over Height Container - Completing Shipment - Delivery Verification Not Required - Stow with Doors Facing Inward - Exempt Commodity - In Front of House Stowage - Fumigation - Harmless - Oil Field Service - Use No Hooks - Not Restricted Cargo - Cargo on Board Certification Required - On Deck Stowage - Carrier Load and Carrier Unload - Perishable - Partial Shipment - Receipt/Issue Overtime Normal Business Hours - Stow Below Deck - Stow Between Decks - Temperature Control - Time of Delivery and Signature Required - On Top In-hatch Stowage - On Top On-deck Stowage - Total Shipment - Under Container On-deck Stowage - Below Water Line Stowage - Overflow - Over Width Container - One Way Rates Applied - Pumping Equipment - Pickup of Shipments on Saturday, Sunday, and/or Holidays Requiring Absolute Next Day Delivery - Pallet Label Bar Code - Pickup and Delivery From Storage in Transit - Pickup and Delivery Beyond Service Area - Special Permits - Protect From Heat - Per Hour Rates Applied - Pier Time - Pallets/Skids/Platforms - P.M. Delivery Requirement - Per Mile Rates Apply - Pickup of Shipments Requiring Same Day Delivery Service - Pickup of Shipments Requiring Same Day Delivery Service and/or Delivery at a Specified Time - Piano/Organ Carry - Positioning at Origin - Pickup and Delivery Service for Perishables - Portable Ramps at Destination - Prelodge - Portable Ramps at Origin - Stuffing Charge - Protective Service Security with Armed Guards - Protective Security Service - Protective Tarp For Security Purposes - Pickup - Pickup and Delivery - Pack and Unpack - PUP Trailer Rates Apply - Bonded Privately Owned Vehicle - Detention of Privately Owned Vehicle - Inoperable Privately Owned Vehicle - Loading/Unloading of Privately Owned Vehicle - Private Owned Vehicle Processing - Stop-offs for Privately Owned Vehicle Shipment - Privately Owned Vehicle in Truckaway Service - Priority Service - Reconsignment - Redelivery - Railhead Handling - Roadrailer Service - Respotting - Residential Delivery - Reefer Maintenance - Released Value Charge in Excess of Carrier Maximum Liability - Rail Inspection Service - Relocation of Vehicle - Return of Empty Container - Return Movement of Pallet - Rail Surveillance - Reefer Cargo Percent Differential - Round Trip Service - Reshipment - Restricted Speeds - Reservations - Reweight Requested - Apply Serial Shipping Container Code SSCC-18 Bar Code - Shipment Holdover on Weekends - Saturday Pickup or Delivery - Special Containers - Shipper Load and Consignee Unload - Split Delivery - Special Dromedary Service - Special Equipment Charge - Shipper Export Declaration Required - Stairs, Elevator, Excess Carry - Service Charge Applies - Security Escort Vehicle Service - Single Factor Origination/Destination - Single Factor Origination/Port of Debarkation - Single Factor Port of Embarkation/Destination - Special Train Movement - Single Shipment - Shipment Holdover on Holidays - Shipper Load - Shipment Holdover on Weekdays - Skirting and Unskirting - Shipper Load and Count - Small Package - Transmit a Ship Notice/Manifest Transaction Set - Satellite Surveillance Service - Shipment from Non-Temp Storage - Stop-off - Shipper Load and Carrier Unload - Special Allowance - Special Permit - Spreader Service - Spot for Storage - No Shipment - Split Pickup - Storage - Surveying Routes - Stripping, Sorting & Consolidation - Substitute Service Not to be Used - Safe Haven Secure Holding Refusal - Pole Lashing Equipment (PLE) Surcharge - Conductivity/Anti-static Additive - Stop-off at Destination - Stowage - Stop-off at Origination - Signature and Tally Record - Spot for Unloading from A End - Spot for Unloading from B Brake End - Supervisor Requested - Storage of Vehicles - Truckload-Double Operator-Common Carrier - Truckload-Double Operator-Padded Van - Terminal Handling Charges - Tendered as Truckload (Truckload Service Requested) - Multi-Tank Surveillance Service - Tendering of Multiple Vehicles - Trailer on Flat Car - Motor Tow Away Service - Third Party Service - Tractor Only - Truck Rates Applicable - Trailer Preparation - Special - Termination - Transfer Product - Tire Repair and Replace - Trade Show - Tractor and Trailer - Truck to Rack Unit - Truckload-Single Operator-Common Carrier - Technical Assistance for Loading Rail Cars - Truckload-Single Operator-Padded Van - Tank Surveillance Service - Trailer Tracking Service - Carrier to Unblock, Unbrace, and Untie - Under Carriage Furnished By Carrier - Unpacking - Unloading or Reloading - Utilities Disconnect and Connect - Vacuum Service - ROEE Van Type Truck - Van Cleaning - Vehicles Furnished But Not Used - Vehicles Inoperable - Stop-off Delivery of Personal Vehicles - Vehicles in Truckaway - Wharfage - Breakbulk - Wharfage - Container - Waterfront Delivery - Wharfage - War Risk Crew Bonus - War Risk Insurance - Waiting Time Authorized - Weight Verification - Mutually Defined - - - End Cap - Front End - End Cap - Back End - End Cap - Middle - - Shipper - Module Ready to Display - Refrigerated Display Case - Gondola (Island) - Sidestack - Spinner Rack - Clip Strip - J-hook - Checkstand - Wing Display - Pallet - Dump Bin - Other - Frozen Display Case - In-Aisle - Backroom Shelf - Backroom Cold Box Storage - Backroom Floor Space - Frontroom Shelf Space - Frontroom Cold Box Storage - Frontroom Floor Space - - - Checkout Coupons - Video Cart - Frequent Shopper - - Electronic Shelf Tag - In-Store Broadcast - Front-End Coupon Dispenser (Kiosk) - Newspaper - Television - Radio - Magazine - Telemarketing - Direct Mail - Flyers - - - Checkout - Shelf - Front-end - - In-advertising - Instant Redeemable - Without Sample - With Sample - Co-op - On Cart - Kiosk - Military - In Store with Sample - In Store without Sample - Off Location with Sample - Off Location without Sample - Hospital - Cross-Ruff - On Page - Pop-up - Tip In - Color - Sunday Comics - Supplement - Split Value - - - Shelf Maintenance - Reset - Survey - - Spoils Processing - Merchandising - Selling - Product Demonstration - - - Admission Review - Batch - Health Services Review - Individual - Program Referral - Recurring - Specialty Care Review - - - Procedure Followed (Compliance) - Not Followed - Call Not Made (Non-Compliance Call Not Made) - Not Medically Necessary (Non-Compliance Non-Medically Necessary) - Not Followed Other (Non-Compliance Other) - Emergency Admit to Non-Network Hospital - - - Non-Network Professional Provider in Network Hospital - Emergency Care - Services or Specialist not in Network - Out-of-Service Area - State Mandates - Other - - - Net Cost Formula 1 - Net Cost Formula 2 - Net Cost Formula 3 - Net Cost Formula 4 - - - Opposite End of Car from Brake - Brake End of Car - - - Wholly Obtained - Produced Entirely - Exclusive Originating - Unassemble classified - Tariff Change - - - Adjustable to Fixed - Adjustable to Adjustable - Balloon to Adjustable - Balloon to Fixed - Fixed to Fixed - Fixed to Adjustable - Mutually Defined - - - Matrix Start - Absolute Reference - Matrix Start - Relative Reference - Matrix Continuation - Absolute Reference - Matrix Continuation - Relative Reference - - - Assumability - Callability - Prepayment - Convertibility - Limited Payment - Adjustability - User-defined - Negative Amortization - Automatic Refinance - Modification - Construction Phase - Permanent Phase - Payment Frequency - Mutually Defined - - - Airline Transport Pilot - All Cargo Air Service Certificate - Certificate of Public Convenience and Necessity - Commercial - Competition Driver's License - Flight Instructor - Motor Vehicle Operator License - Private - Recreational - Student - U.S. Parachute Association Class A - U.S. Parachute Association Class B - U.S. Parachute Association Class C - U.S. Parachute Association Class D - - - Axle Error - Bearing Error - Candidate Platform - Disqualification - Equipment Group Code Error - Length Error - Good - Performance - No Other Problems Flagged - Multiple Errors - OK - No Other Problems Flagged - Left Tag Bad - Equipment has Two Tags and the Equipment Initial and Number are not the Same - No Tag Read - Orientation Error - Platform Code Error - Right Tag Bad - Communication Fault - Unknown - Window Violation - - - Axle Patterns are Questionable - Excessive Disqualifiers - Good (All information to follow is good) - Multiple Inconsistencies - - - Normal - Other - Time Out - - - Through Movement Over Five Miles per Hour - Through Movement Under Five Miles per Hour - Stop and Go - Switching - Pull-by - - - Self-reported - High School Counselor - High School Transcript - College Transcript - - - Antenna Warning - Antenna Fatal - Communication Warning - Communication Fatal - Intertrack Communication Failure Warning - Intertrack Communication Failure Fatal - Good - Power Supply Failure - Power Supply Fatal - Power Supply Off - Software Set-up Failure - Available - Multiple Processor - Presence Loop Off - Presence Loop On - Reader or Radio Frequency Warning - Reader or Radio Frequency Fatal - Transducer Warning - Transducer Fatal - Transducer Off - External Detector Warning - External Detector Fatal - Security - - - Trackage Rights or Haulage Agreement - End of Train Device - Joint Motor-Rail - Joint Industry Only - Normal (Rail-to-Rail) - Operating - Per Diem Relief Point - Rubber (Rail to Motor) - Shop - Truck (rail to Motor to rail) - Revenue Only - Water - - - Handling Carrier - Linehaul Carrier - Junction Settlement Carrier - - - Triple Data Encryption Algorithm - Data Encryption Algorithm - Elliptic Curve Encryption - Key Encryption Algorithm - RSA Algorithm - Mutually Defined - - - Advanced Encryption Standard (AES) with a 128-bit Key - Advanced Encryption Standard (AES) with a 192-bit Key - Advanced Encryption Standard (AES) with a 256-bit Key - Triple DEA - Data Encryption Algorithm - Data Encryption Standard (Same as DEA) - RC2 Algorithm - Rivest-Shamir-Adelman (RSA) Algorithm - Skipjack - Mutually Defined - - - Cipher Block Chaining - 8-Bit Output Feedback - Cipher Feedback (CFB) Mode - Electronic Code Book - Mutually Defined - - - Returned to Carrier's Terminal - Returned to Shipper - Arrived - Bad Order (Inoperative or Damaged) - Estimated To Depart Terminal Location - Completed Unloading at Delivery Location - Estimated to Arrive (En Route) - In Flight - Repaired and/or Released from Bad Order - Equipment Shopped for Heavy Repair - In-Gate - Delivered to Connecting Line - Arrived at Customs - Loading - No Paperwork Received with Shipment or Equipment - Paperwork Received- Did Not Receive Shipment or Equipment - Departed Terminal Location - Received from Prior Carrier - Spotted at Consignee's Location - At Terminal; Intra-Terminal Movement - Unloading - Vessel Rehandle - Released by Customer - Removed from Customer Dock or Siding - Constructively Placed - Actually Placed - Agriculture Canada Hold - Agriculture Canada Released - Agriculture Canada Refused Entry - Agriculture Canada Conditional Release - Pickup Appointment Date and Time - Awaiting Clearance - - Loaded on Vessel - Departed Pickup Location - Estimated Delivery - Attempted Delivery - Shipment Has Been Reconsigned - Tendered for Delivery - Loaded on Rail - Loaded on Truck - Delivered to Air Carrier - Loaded on Barge - Loaded on Feeder Vessel - Rail Arrival at Destination Intermodal Ramp - Shipment Available for Pickup - Available for Delivery - Awaiting Export - Set Off at Agent - Storage - in - Transit - Recommitted Delivery Date - Estimated Time of Arrival at Scheduled Pickup Location - Booking Confirmed - Rail Conveying Car Bad Ordered - Bill of Lading Released - Canada Customs Hold - Canada Customs Inspection Scheduled - Shipment Cancelled - Chassis Tie - Chassis Un-Tie - Received at Origin - Passing - Cargo Received at Contractual Place of Receipt - Carrier Release - Container Sealed - Customs Released - Carrier and Customs Release - Container Rehandled - Repair Authorization Requested - Unit Cleaned - Delivery Order Issued - Delivery Not Confirmed - Destination Stop-off - Unit Pre-Tripped - Repair Authorization Received - Damage Survey Requested - Damage Survey Completed - Estimate Approved - Empty Container Available for Pickup at Consignee Location - Early Delivery Appointment Date and/or Time - Empty Equipment Dispatched - Interchange Information Received - Early Pickup Appointment Date and/or Time - Estimate Received - Export - Food and Drug Release - Freight Paid - Free Time Expired - Terminal Gate Inspection - General Order - Held - Protective Service - Held-Awaiting Shipper's Export Document - Held-Awaiting Recount/Weight/Description - Held on Ground - Held-No Booking Number - Held-Title Clearance - Hold Released - U.S. Customs and Border Protection (CBP), In-bond Movement Authorized - Import - Movement Type Changed from In-bond to Not In-bond - Ordered Stuffed - Ordered Stripped - Confirmed Stuffed - Confirmed Stripped - Shopped for Heavy Repair - Complete Customs Paperwork has been Provided - Late Delivery Appointment Date and/or Time - Late Pickup Appointment Date and/or Time - Empty Committed - Confirmation of Notification - Technical Charges Due - Free Time to Expire - Non-Gate Inspection - No Hazardous Material Document Received - Ocean Charges Paid - Terminal Charges Paid - Shipment Information Not Received - No Seal on Load - Notification - Notification Refused - Out-Gate - Original Bill of Lading Received - Off-Hire Container - On Hand - On-Hire Container - All Paperwork has been Provided to Consignee - U.S. Customs and Border Protection (CBP) Hold, Intensive Examination - U.S. Customs and Border Protection (CBP) Hold, Insufficient Paperwork - U.S. Customs and Border Protection (CBP) Hold, Discrepancy in Paperwork - U.S. Customs and Border Protection (CBP) Hold, Discrepancy in Piece Count - U.S. Customs and Border Protection (CBP) Hold, Hold by Coast Guard - U.S. Customs and Border Protection (CBP) Hold, Hold by F.B.I. - U.S. Customs and Border Protection (CBP) Hold, Hold by Local Law Enforcement - U.S. Customs and Border Protection (CBP) Hold, Hold by Court Imposed Lien - U.S. Customs and Border Protection (CBP) Hold, Hold by Food and Drug - U.S. Customs and Border Protection (CBP) Hold, Hold by Fish and Wildlife - U.S. Customs and Border Protection (CBP) Hold, Hold by Drug Enforcement - US Dept. Agr, Hold for Intensive Investigation - US Dept. Agr, Hold for Unregistered Producer - US Dept. Agr, Hold for Restricted Commodity - US Dept. Agr, Hold for Insect Infestation - US Dept. Agr, Hold for Bacterial Contamination - U.S. Customs and Border Protection (CBP) Hold at Place of Vessel Arrival - U.S. Customs and Border Protection (CBP) Hold at In-Bond Destination - U.S. Department of Agriculture Hold at Place of Vessel Arrival - U.S. Department of Agriculture Hold at In-Bond Destination - Other U.S. Agency Hold at Place of Vessel Arrival - Other U.S. Agency Hold at In-Bond Destination - U.S. Department of Agriculture, Hold for Fumigation - U.S. Department of Agriculture, Hold for Inspection or Documentation Review - Pickup Appointment Requested - Delivery Appointment Requested - Reserve Container Against Booking - Return Container - Rail Conveying Car Released from Bad Order - Movement Type Changed from Not In-bond to In-bond - Rail Departure from Origin Intermodal Ramp - Renotification - Shipment Split - Shipment Consolidation - Seals Altered - Shipment Delayed - Receipt of Shipping Instructions - Shipment Not Authorized - Spotted at Sourcing Location - Held for Terminal Charges - Intra-Terminal Movement - Terminate to Owner - Unit - Leased to Connecting Line - Unit - Returned from Connecting Line - Unit - Shopped Held at Terminal - Unit - COFC/TOFC Service - Unit - Pickup/Delivery Service - Unable to Process Shipment - Unloaded from a Rail Car - Unloaded From Vessel - Intermodal Unit Weighed - Vessel Arrival - Vessel Departure - Weight Too Heavy - Highway - Weight Too Heavy - Rail - Arrived at Delivery Location - Estimated Time of Arrival at Consignee Location - Arrived at Pickup Location - Arrived at Terminal Location - Arrived at Delivery Location Loading Dock - En Route to Delivery Location - En Route to Pickup Location - Arrived at Pickup Location Loading Dock - Delivery Appointment Secured - Pickup Appointment Secured - Shipment Acknowledged - Arrived at the Multiple Country Consolidation (MCC) Hub - Departure from the Multiple Country Consolidation (MCC) Hub - Mutually Defined - - - ASCII-Baudot Filter - ASCII Filter - Base 64 - Hexadecimal Filter - No Filter - Radix 64 - UUencoding - Mutually Defined - - - Deflate Compressed Data Format with LZ77 (Lempel-Ziv 1977) and Huffman Coding - X9E13 Compression as defined by X9.32 - Mutually Defined - - - Assurance Token - Certificate - Public Key - - - Digital Signature Standard - Elliptic Curve Digital Signature - ISO 9796(1991) - No algorithm specified - RSA - Y9.31 - Mutually Defined - - - MD2 - MD4 - MD5 - MDC2 - Secure hash algorithm - Mutually Defined - - - Both Inspected and Weighed - Inspected - Weighed - - - No Exception - Excepted, Ground Transport Less than Limited Quantity - Excepted, Ground Transport Less than Limited Quantity and Consumer Commodity (Other Regulated Materials - Group D (ORM-D)) - - - Stated - Weighted Average, Fixed Margin - Weighted Average, Fixed Servicing - - - Cone - Cylinder - Oval - Rectangle - Square - Triangle - - - American - Communist - Conservative - Democratic - Freedom - Green - Grass Roots - Independence - Liberal - LaRouche - Libertarian - No Political Party - Other Political Party - Peace and Freedom - Right-to-Life - Republican - Socialist - Socialist-Labor - Taxpayers - Mutually Defined - - - Accounting Services - Accounts Payable - Accounts Receivable - After-tax Net Earnings or Losses - Alimony - Annuities - Auto - Automobile - Before-tax Pension Plan Cash Contributions - Before-tax Profit Sharing Cash Contributions - Bonds - Bonus - Building - Capital Gains - Car Loan - Cars - Cash - Casualty Insurance Premiums - Certificate of Deposit - Child Support - Collectibles - Commissions - Company Assets - Company Capital - Company Liability - Corporate Bonds - Cost of Goods Sold - Credit Card Debt - Deferred Compensation - Dental Insurance Premiums - Depreciation - Depreciation or Principle on Business Loans - Disability Insurance Premiums - Dividends - Earned Income - Electricity - Employee Benefits - Equipment Payments - Equities - Expenses - Federal Unemployment Tax (FUTA) - Gain or Loss from Sale of Fixed Assets - Gift - Government Bonds - Gross Profit - Gross Receipts - Gross Sales - Health Insurance Premiums - Heat - Home - Inheritance - Insurance Premiums - Intangible Assets - Interest - Interest on Loans - Inventory - Investment - Janitorial Services - Licenses and Fees - Life Insurance Cash Value - Limited Partnership Income - Loans - Maintenance - Malpractice or Liability Insurance Premiums - Money Market - Mortgage - Municipal Bonds - Mutual Funds - Net Profit or Loss After Taxes - Net Profit or Loss Before Taxes - Net Rental Income - Net Worth - Non-owner or Employees Compensation - Other - Other Taxes - Owner or Employees Compensation - Pension - Periodicals - Personal Liability - Personal Assets - Personal Property - Professional Dues - Professional Fees - Profit Sharing - Property Taxes - Publications - Real Estate - Rent - Rental Property - Retirement Plan - Royalties - Salary - Sales - Savings - Savings Bonds - Scheduled Principal Payments on Debt - Security Service - Self Employment Income - Share of After-tax C Corporation Net Income or Loss - Share of After-tax Corporation Earnings or Losses - Share of Partnership Net Profit or Loss - Share of Partnership Ordinary Income - Share of S Corporation Net Income or Loss - Social Security (FICA) - Sole Proprietorship Net Profit or Loss - State Unemployment Tax (SUTA) - Stocks - Tangible Assets - Non-current - Tangible Assets - Current - Taxes - Telephone - Telephone Answering Services - Total Assets - Total Earned Income - Total Income - Total Liability - Total Unearned Income - Treasury Bills - Trust - Unearned Income - Unemployment Compensation - Utilities - Workers Compensation - Mutually Defined - - - 24-hour Endurance Snowmobile - Aviation Advertising - Aerial Application - Aviation Aerobatics - Air Ambulance - Air Taxi - Auto Stunt Driving - Abalone Diving - Aerobatic Skydiving - Auto Drag Racing - Aviation Ferrying - Aviation Firefighting - - Aviation Inspection - Aviation Instructional - Aviation Prospecting - Auto Road Rally - Business Aviation - Base Jumping - Boxing - Bungee Jumping - Banner Towing - Bush Flying - Championship Auto Racing - Certificated Route Air Carrier - Chartered Air Carrier - Commercial Aviation - Construction Helicopter - Corporate Aviation - Crew Member Aviation - Cross-country Aviation - Cross-country Motorcycle Racing - Cave Diving - Cross-country Snowmobile Racing - Cartography - Cliff Soaring - Demolition Derby - Demonstration Aviation - Driving - Endurance Racing Inboard - Experimental Skydiving - Flying - Figure 8 Demolition - Formula or Grand Prix Auto Racing - Forestry Aviation - Fire Fighting - Glider or Sailplane - Grand Prix Motorcycle Racing - Ground Skimming - Hot-air Ballooning - Hang Gliding - Hydroplane Racing Unlimited - Hydroplane Racing Inboard - International Racing (Auto) - Intermediate Junior Snowmobile Racing - Ice Diving - Iceboat Racing - Inboard Racing - Ice Climbing - Jet Car Racing - Judo - Kart Racing - Karate - Midget Racing - Military Flying - Modified Outboard Racing - Motorboat Racing - Modified Stock Motorcycle Racing - Motocross Racing - Mountain Climbing - Military Skydiving - Modified Stock Snowmobile Racing - Modified Snowmobile Racing - Motorcycle Acrobatics - Motorcycle Dirt Track Racing - Motorcycle Drag Racing - Motorcycle Enduro Racing - Motorcycle Hill Climbing - Motorcycle Ice Racing - Motorcycle Observed Trials - Motorcycle Road Racing - Motorcycle Road Riding - Motorcycle Speed Record Trials - Motorcycle Speedway - Non-scheduled Flying - Off Road Auto Racing - Offshore Racing - Outboard Performance Craft Racing - Oval Sprint Snowmobile Racing - Other - Open Modified Snowmobile Racing - Passenger Aviation - Personal Aviation - Photographic Aviation - Pilot Aviation - Pleasure Aviation - Precision Flying - Private Flying - Parachuting - Professional Outboard Racing - Parakiting - Parasailing - Paraskiing - Rock Climbing - Rodeo - Ridge Soaring - Sports Car Racing - Sprint Car Racing - Stock Car Racing - Snowmobile Enduro Racing - Scheduled Flying - Sight Seeing Aviation - Student Flying - Stock Outboard Racing - Snowmobile Drag Racing - Stock Snowmobile Racing - Spear Fishing - Scuba Diving - Skydiving - Skydiving Accuracy - Skydiving Free-fall - Stunt Flying - Testing Aviation - Traffic Watch Aviation - Underwater Diving - Underwater Hard-hat Diving - Underwater Scuba Diving - Underwater Skin Diving - Water Skiing - Wrestling - Wreck or Salvage Diving - World Snowmobile Speed Record - - - Amateur - Air Transport Rating (ATR) - Airplane - American Motorcyclist Association (AMA) - American Powerboat Association (APBA) - Boeing 747 - Deep Water Diver Club - Diving Advanced Open Water Certification - Diving Open Water Certification - Diving Rescue Diver Certification - Diving Underwater Hunter Certification - Federal Aviation Administration Medical Class 1 - Federal Aviation Administration Medical Class 2 - Federal Aviation Administration Medical Class 3 - Glider - Instructor - International Motor Sports Association (IMSA) - Instrument - Instrument Flight Rating Airplane - Instrument Flight Rating Helicopter - Lighter Than Air - Multiengine Land - Multiengine Sea - National Association Stock Car Auto Racing (NASCAR) - National Hot Rod Association (NHRA) - Professional - Rotorcraft - Student - Sports Car Club of America (SCCA) - Single Engine Land - Single Engine Sea - United States Auto Club (USAC) - Visual - - - Alcohol - Amphetamines - Beer - Barbiturates - Benzedrine - Cocktail - Cannabis Sativa - Cocaine - Codeine - Crack - Chewing Tobacco - Cigar - Cigarette - Dexedrine - Hard Liquor - Hallucinogens - Hashish - Heroin - Hypnotics - Lysergic Acid Diethylamide (LSD) - Marijuana - Mescaline - Methadone - Narcotics - Nicotine Gum - Nicotine Patch - Opiates - Other - Phencyclidine (PCP) - Peyote - Phenobarb - Potent Non-opiate Analgesics - Pipe - Seconal - Sedatives - Shot - Stimulants - Smokeless Tobacco - Snuff - Tranquilizers - Tuinal - Wine - - - Foreign Army - Foreign Air Force - Foreign Marines - Foreign Navy - Office of the Secretary of Defense - Air Force - Air Force Reserves - Army - Army Reserves - Coast Guard - Marine Corps - Marine Corps Reserves - National Guard - Navy - Navy Reserves - Other - Peace Corp - Regular Armed Forces - Reserves - U.S. Public Health Service - Foreign Military - American Red Cross - Department of Defense - United Services Organization - Military Sealift Command - National Oceanic and Atmospheric Administration - Unknown - - - Aerial Application - Aerial Application Converted - Air Taxi - Airplane - Airship - All Cargo Carrier - Anti-submarine - Attack Aircraft - Alcohol Fuel Dragster - Alcohol Funny Car - Acrobatic - Bomber - B Fuel Dragster - Baby Grand Stock Car - Boat - Banner Towing - Bush Flying - Certified Route Air Carrier (Passenger & Cargo) - Commuter Air Carrier - Corporate or Executive Aircraft - Crop Duster - Cargo or Transport Aircraft - Cold Weather Aircraft - Car - Canoe - Cartography - Dirt Car - Double-A Alcohol Dragster - Double-A Altered Dragster - Double-A Gas Dragster - Double-B Funny Car - Dragster - Dune Buggy - Demolition Derby - Experimental Aircraft - Early Warning or Electronic Aircraft - Free Balloon - Fighter Aircraft - Formula 400 Auto - Formula Atlantic Auto - Formula Continental Auto - Formula Ford Auto - Formula One Auto - Formula Super Vee Auto - Flat Bottom Boat - Fire Fighting - Float Plane - Glider - Gyrocopter - Gyroplane - Go-cart - Grand American Stock Car - Helicopter - High Performance Aircraft - Home Built Aircraft - Hot Air Balloon - Hobby Stock Car - Hydroplane - Indy Car (Turbo-Charged Engine) - Ice Boat - Inboard Boat - Jet Aircraft - Jalopy Stock Car - Jet Car - Jet Boat - Kayak - Lighter-than-air Balloon - Late Model Sportsman Car - Late Model Stock Car - Limited Sportsman Stock Car - Multiengine Land Aircraft - Multiengine Sea Aircraft - Missile Carrier Aircraft - Midget Car - Mini-stock Car - Modified Gas Coupe or Sedan - Modified Stock Car - Mini-boat - Modified Outboard Boat - Modified Motorcycle - Motorcycle - Mod-stock Snowmobile - Modified Snowmobile - Observation Aircraft - Off Road Vehicle - Outboard Boat - Open Modified Snowmobile - Paraplane - Plane - Prototype Aircraft - Patrol Aircraft - Drone Controller or Director Aircraft - Professional Outboard Boat - Radio Controlled Aircraft - Reconnaissance Aircraft - Runabout Boat - Single Engine Land Aircraft - Single Engine Sea Aircraft - Supplemental Air Carrier - Search and Rescue Aircraft - Sand Buggy - Sling-shot Dragster - Sports Car - Sprint Car - Stock Car - Street Stock Car - Super Stock Car - Super-charged Gas-burning Coupe or Sedan - Stock Division Motorcycle - Snowmobile - Stock Snowmobile - Stunt - Twin Engine Aircraft - Tanker Aircraft - Trainer Aircraft - Tunnel Boat - Ultralight Aircraft - Utility Aircraft - Unsuper-charged Gas-burning Altered Dragster - Unsuper-charged Gas-burning Dragster - Vintage Aircraft - Vertical Takeoff Aircraft - Vee-bottom Boat - Weather Aircraft - - - Prepaid Cash - Prepaid Credit - Collect Cash - Collect Credit - Collect - Prepaid - - - Not Required - Proof of delivery document required - Automatic Status Report Requested - Automatic proof of delivery document requested - - - Per Hundred Weight - Per Flat Rate - Per Each Unit - Per Cubic Foot - Per Gallon - Per Mile - Per Hour - Per Trailer - Per Square Yard - - - As Weight - Bumped Weight - Cubic Foot - Deficit Weight - Flat Rate - Gallon - Hours - Hundred Weight - Mile - Square Yard - Trailer - Unit - - - Advance Fee - Advance Amount - Blocking and Bracing Charge - Cash on Delivery - Fee for Collecting COD - Delivery Charge - Detention of Power Unit - Detention of Trailer - Diversion and Reconsignment - Discount - Export and/or Import Charge - Exclusive Use Charge - Flat Charge - Fuel Surcharge - Inside Delivery - Inside Pickup - Loading Allowance - Unloading Allowance - Mileage Charge - Minimum Charge - Marking or Tagging Charge - Miscellaneous Charge - Order Notify Charge - Placement Charge - Pier Charges - Wharfage - Residential Pickup - Residential Delivery - Stop Charge - Single Pickup - Storage - Sufferance Warehouse - Mutually Defined - - - Cannibalized - Culled - Found Dead - Found Dead on Study - Interim Sacrifice - Terminal Sacrifice - Missing Animal - Accidental Kill - Unscheduled Sacrifice - Removed From Study - Other - Mutually Defined - - - Body Weight - Food Consumption - Liquid Consumption - Inhalation Concentration - Organ Weight - Clinical Chemistry - Hematology - Urinalysis - Urine Appearance - C-Section Parameters - Postpartum Parameters - Offspring Collective Litter Weight - Offspring Collective Male Weight(s) - Offspring Collective Female Weight(s) - Offspring Collective Unknown Weight(s) - Offspring Individual Male Weight - Offspring Individual Female Weight - Offspring Individual Unknown Weight - Behavior/Developmental Milestone - Mutually Defined - - - Price List - Global Trade Item Number (GTIN) - Vendor's (Seller's) Item Number - Assigned Identification - Due to Number - Date of Transaction - Entity Identification (Primary) - Entity Identification (Secondary) - Invoice Number - Location Identification - Monetary Amount - Measurement Value - Purchase Order Number - Pricing Specification - Product or Service Identification - Quantity - Reference Identification (Primary) - Reference Identification (Secondary) - Rate - Time of Transaction - Tax Identification - Unit Price - Buyer's Item Number - Depository Financial Institution (DFI) Identification Number - - - Documents - Letters - Non-Documents - Mutually Defined - - - Histopath - Grosspath - Clinical Observation - Ophthalmic - Physical - Cage Side - External - Visceral - Skeletal - Coronal - Mutually Defined - - - Abnormal - Incomplete Tissue Section - Missing - Normal - Autolytic - - - Benign - Malignant - Secondary - Unspecified or Undefined - - - Aborted - Delivered - Incomplete - - - Total Offspring - Males Born Alive - Males Born Dead - Females Born Alive - Females Born Dead - Unsexables Born Alive - Unsexables Born Dead - Non-sexed Born Alive - Non-sexed Born Dead - Live Male Offspring - Dead Male Offspring - Live Female Offspring - Dead Female Offspring - Missing Male Offspring - Missing Female Offspring - Cannibalized Male Offspring - Cannibalized Female Offspring - Sacrificed Male Offspring - Sacrificed Female Offspring - Culled Male Offspring - Culled Female Offspring - Mutually Defined - - - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1997 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1998 - - - Live - Dead - Resorped - Early Resorption - Middle Resorption - Late Resorption - Other - Mutually Defined - - - Simple - Daily Simple - Rule of 78s - - - Automated - Traditional - - - Absent - Confirmed - Declined - Deferred - Indicated - Other - Referred - Stated - Stated Inability to Provide - Submitted - Could not Confirm - Contact Unsuccessful - Investigation Revealed - Mutually Defined - - - Point of Delay - Advance Loading - Complete - Consolidate - Complete Unload - Deramp and Ramp for Subsequent Loading - Drop Trailer - Hold for Disposition - Heat the Shipment - Inspection - Load - Spot for Load Exchange (Export) - Pickup Pre-loaded Equipment - Part Load - Part Unload - Retrieval of Trailer - Spot for Load - Softwood Lumber Quota - Staging - Spot for Unload - Transload - Unload - Weigh Empty - Weigh Loaded - - - One Way - Secondary - Alternate - Business - Divided with Barrier - Divided without Barrier - Government - Limited Access - Municipal - District - Gravel - Interdistrict - Dirt - Dead End - Interstate - Lake Side - Paved - Rural - State - National - Private - Main - Scenic - Suburban - Toll - Major - Minor - Side - Local - Undivided - Service - Well Traveled - Hillside - Mutually Defined - - - Alley - Avenue - Cul de Sac - Collector - Connector - Driveway - Off Ramp - Highway - Other Unlisted Type - On Ramp - Arterial - Lane - Boulevard - Square - Road - Street - Mutually Defined - - - Balkans - Europe - Hotel Zone - Mediterranean - North Africa - Pacific - South East Asia - Southern Africa - Urban Area - Asia/Pacific - Industrial Area - Market - Residential Area - Suburban Area - Rural Area - Central Business Area - North America - State or Province - International - Africa - Americas - Local - Metropolitan Area - National - Archeological Zone - Asia - Atlantic - Regional - Shopping Center - Benelux - Caribbean - Central America - Central Asia - Commercial Zone - Eastern Europe - Mutually Defined - Baltics - Commonwealth of Independent States (CIS) - European Community - Far East - Former Communist Countries - Gulf of Mexico Region - Harbor Area - Latin America - Middle East - Near East - New Zealand and Australia Region - Newly Industrialized Economies (NIES) Countries - Non-Commercial Area - Northern Europe - Oceania - Unknown - Scandinavia - South America - Agricultural Area - Undeveloped Area - Western Europe - Worldwide - Western Hemisphere - Mercosul - Free-trade Zone - Border Countries - Interior - North East Asia - East Asia - East Africa - West Africa - ASEAN (Association of Southeast Asian Nations) - North Pacific - - - European Economic Community National 20 - European Economic Community Version 1994 - System 30 Accounts - System 40 Accounts - Mutually Defined - - - Accountant - Accounting Manager - Administrative Assistant - Administrator - Assistant Secretary - Assistant Treasurer - Assistant Vice President - Associate - Attorney - Auditor - Bookkeeper - Branch Manager - Cashier - Certified Public Accountant - Chairman - Chairman of the Board - Chairman of the Board of Directors - Chief Executive Officer - Chief Financial Officer - Chief Operating Officer - Clerk - Commercial Manager - Comptroller - Controller - Credit Manager - EDP Manager - Director - Executive Director - Executive Secretary - Executive Vice President - General Controller - General Counsel - General Manager - General Partner - Mutually Defined - General Secretary - Group Executive - Group Controller - Limited Partner - Manager - Managing Director - Managing Partner - Marketing Manager - Member of the Board - Member of the Board of Directors - Merchant Banker - Office Manager - Official Liquidator - Other Title - Owner - Partner - Personnel Manager - President - Proprietor - Purchasing Manager - Registrar - Sales Director - Sales Manager - Secretary - Secretary of the Board of Directors - Secretary-Treasurer - Senior Vice President - Sole Director - Spokesperson - Treasurer - Unlimited Partner - Vice Chairman of the Board - Vice President - Advertising Manager - Alternate Director - Commercial Director - Company Secretary - Delegated Manager - Deputy General Manager - Export Manager - Financial Director - Marketing Director - Operations Manager - Personnel Director - Production Manager - Referee - Sole Administrator - Technical Director - Trustee - Ancillary - Consultant - Examiner - Instructor - PCP/Gatekeeper - Researcher - Specialist - Vendor - Chief Electoral Officer - Co-Chairperson - Commissioner - Government Agent - Notary - Principal Member - Principal Officer - Solicitor - Sponsor - - - All - Balance - Nominal Interest - Controlling Interest - Partial - Surplus - Majority Share - Leased - Minority Share - Specified - Unknown - Mutually Defined - - - Checking Account - Investment Account - Liquid Assets Account - Master Account - Open Line of Credit - Special Account - Borrowing Account - Borrowing Account with Established Credit Line - Certificate of Deposit - Checking - Commercial Loan - Credit Line - Demand Loan - Discount Note - Floor Plan - Installment Loan - Mortgage - Negotiable Order on Withdrawal (NOW) Account - Savings - Time Deposit - Time Loan - Various - Account Maintained - Non-Borrowing Account - Not Primary Account - Primary Account - Mutually Defined - Flexible Spending Account - Health Reimbursement Account - Health Savings Account - - - Gross - Net - - - Additional - Cumulative - Current - Original or Initial - Other - Prior - Summarized - Total - Earliest - Change - Decrease - Final - Consolidated - Partial Period - Accumulated - Accrual Basis - Charged - Excess - Future - Given - Incurred - Itemized - On Hand - Outstanding - Paid - Payable - Received - Unitemized - Last Known - Mutually Defined - - - X509 Certificate Compromised - X509 Certification Request - X509 Certificate Extension - X.509 Compromised Key List - X.509 Certificate Revocation List - X509 Certificate Request - X509 Certificate - X509 Certificate Revocation - X509 Certificate Status Request - Public Key - - - Carrier Turn Down - Consolidation - Carrier Selection - Contracted Services - Freight Allocation - Freight Payment - Rate Estimate - Secure Transport - - - Estimated to Arrive for Pick-up - Shipment Returned to Shipper - Refused by Consignee - Shipment Damaged - Carrier Departed Pickup Location with Shipment - Estimated Delivery - Attempted Delivery - Shipment has been Reconsigned - Tendered for Delivery - Shipment Conveyance Loaded to Rail Car - Loaded on Truck - Diverted to Air Carrier - Delivery Not Completed - Rail Arrival at Destination Intermodal Ramp - Available for Delivery - Shipment Available for Pick-up - Estimated to Arrive at Carrier Terminal - Connecting Line or Cartage Pickup - Storage in Transit - Booking Confirmed - Shipment Conveyance Reported Bad Order - Shipment Conveyance Released From Bad Order - Estimated to Depart Terminal Location - Delivered Empty - Picked-up Empty - Shipment Cancelled - Completed Shipment - Carrier Departed Delivery Location - Trailer Closed Out - Completed Loading at Pickup Location - Completed Unloading at Delivery Location - Partial Unload - Last Free Day without Demurrage for Shipment - Shipment Delivery Order Received - In-Gate - Delivered to Connecting Line - Arrived at Customs - Customs Released - Loading - Shipment Container Loaded to Chassis - Shipment Conveyance Received Without Paperwork - Out-Gate - Paperwork Received - Did not Receive Shipment or Equipment - All Paperwork has been Provided to Consignee - Departed Terminal Location - Partial Shipment - Last Free Day without Per Diem for Shipment - U.S. Customs and Border Protection (CBP) Hold at In-Bond Location - Pickup Attempted - Received from Prior Carrier - Carrier Arrived at Rail Ramp - Carrier Departed Rail Ramp - Shipment Conveyance Released from Hold - Rail Departure from Origin Intermodal Ramp - Trailer Spotted at Consignee's Location - Shipment Delayed - Shipment Not Picked Up By Carrier - Shipment Container Unloaded from Chassis - Shipment Conveyance Unloaded From Rail Car - Arrived at Delivery Location - Estimated Date and/or Time of Arrival at Consignee's Location - Arrived at Pickup Location - Arrived at Terminal Location - Arrived at Delivery Location Loading Dock - En Route to Delivery Location - Arrived at Pickup Location Loading Dock - Arrived at Carrier's Warehouse - Shipment Acknowledged - Arrived at the Multiple Country Consolidation (MCC) Hub - Departed from the Multiple Country Consolidation (MCC) Hub - - - Missed Delivery - Incorrect Address - Indirect Delivery - Unable to Locate - Address Corrected - Delivery Attempted - Mis-sort - - Restricted Articles Unacceptable - Accident - Consignee Related - Driver Related - Mechanical Breakdown - Other Carrier Related - Damaged, Rewrapped in Hub - Previous Stop - Shipper Related - Holiday - Closed - Weather or Natural Disaster Related - Awaiting Export - Recipient Unavailable - Delivery Delayed - Improper International Paperwork - Hold Due to Customs Documentation Problems - Unable to Contact Recipient for Broker Information - Civil Event Related Delay - Exceeds Service Limitations - Past Cut-off Time - Insufficient Pickup Time - Missed Pickup - Alternate Carrier Delivered - Consignee Closed - Trap for Customer - Held for Payment - Held for Consignee - Improper Unloading Facility or Equipment - Receiving Time Restricted - Held per Shipper - Missing Documents - Border Clearance - Road Conditions - Carrier Keying Error - Other - Insufficient Time to Complete Delivery - Cartage Agent - Customer Wanted Earlier Delivery - Prearranged Appointment - Held for Protective Service - Flatcar Shortage - Failed to Release Billing - Railroad Failed to Meet Schedule - Load Shifted - Shipment Overweight - Train Derailment - Refused by Customer - Returned to Shipper - Waiting for Customer Pickup - Credit Hold - Suspended at Customer Request - Customer Vacation - Customer Strike - Waiting Shipping Instructions - Waiting for Customer Specified Carrier - Collect on Delivery Required - Cash Not Available From Consignee - Customs (Import or Export) - No Requested Arrival Date Provided by Shipper - No Requested Arrival Time Provided by Shipper - Customer Cancelled Shipment - Carrier Dispatch Error - Driver Not Available - Duplicate Pickup Request - Non-Express Clearance Delay - International Non-carrier Delay - Held Pending Appointment - Lift Gate Required, Not Requested - Missed Pickup - Carrier Was Provided Incorrect Closing Time - Missed Pickup - Dispatcher Error - Missed Pickup - Pickup Request Arrived Too Late - Missed Pickup - Driver Error - No Freight Available At Time Of Pickup - Processing Delay - Waiting Inspection - Production Falldown - Held for Full Carrier Load - Reconsigned - Delivery Shortage - Shipper Delivered Shipment To Carrier Dock - Shipper Not Informed of Pickup - Shipment Not Ready - Shipment Rescheduled For A Different Date and or Time - Tractor With Sleeper Car Not Available - Tractor, Conventional, Not Available - Trailer not Available - Trailer Not Usable Due to Prior Product - Trailer Class Not Available - Trailer Volume Not Available - Insufficient Delivery Time - Service Upgrade - Consignee Request - Service Upgrade - Shipper Request - Updated Address - Consignee Request - Updated Address - Shipper Request - Unable to Process Service Upgrade - Unable to Process Updated Address - Driver Waiting to Pick Up - Driver Waiting to Unload - Lift Gate Required for Pickup - Lift Gate Required for Delivery - Shipment Removed from Hold - Out for Delivery - - - Pickup Appointment Date and/or Time - Delivery Appointment Date and/or Time - Estimated Delivery Appointment Date and/or Time - Deliver No Earlier Than Date and/or Time - Pickup No Earlier Than Date and/or Time - Deliver No Later Than Date and/or Time - Pickup No Later Than Date and/or Time - Delivery Appointment Secured on This Date and/or Time - Pickup Appointment Secured on This Date and/or Time - - - Back Loaded - Front Loaded - Level - Modified front loaded - - - Borrower - Lender - Both the Borrower and Lender - - - Capacity Type - Capacity Unavailable - Demand Exceeds Commitment (Surge) - Equipment Type - Equipment Unavailable - Length of Haul - Not Committed Lane - Permits - Transit Time Exceeds Service Level Request - Weight - - - X509 Issuer Distinguished Name - X509 Subject Distinguished Name - X509 Certificate Serial Number - Mutually Defined - - - City Government - Credit Insurer - Federal Government - None - Private Mortgage Insurance - State Government - Mutually Defined - - - Borrower and Lender Paid - Borrower Paid - Lender Paid - - - Cash Out - No Cash Out - Limited Cash Out - - - Wall Street Journal - Department of Treasury Public Debt News - Fannie Mae (Federal National Mortgage Association) - Federal Home Loan Bank Board 11th District San Francisco - Federal Home Loan Bank Board 1st District Boston - Federal Home Loan Bank Board 2nd District New York - Federal Home Loan Bank Board 4th District Atlanta - Federal Home Loan Bank Board 4th District New York - Federal Housing Finance Board - Federal Reserve Bank of New York - Federal Reserve Statistical Release G.13 - Federal Reserve Statistical Release H.15 - Freddie Mac (Federal Home Loan Mortgage Corporation) - Office of Thrift Supervision - Reuter's Wire Service - Telerate - - - Post-tax Status - Pre-tax Status - Non-Taxed Status - - - Computer Environment Type - Computer Environment Version - Computer Environment Release - Computer Environment Status - Computer Environment Name - Non-ASC X12 Security Level Code - Non-ASC X12 Security Version - Non-ASC X12 Security Release - Non-ASC X12 Security Technique - Non-ASC X12 Security Free Text Information - File Identification By Number - File Identification By Name - File Format - File Version - File Release - File Status - File Size - File Description - File Block Type - File Block Length - File Record Length - Program Identification By Number - Program Identification By Name - Program Type - Program Version - Program Release - Program Status - Program Description - Program Size - Compression Technique Identification - Compression Technique Version - Compression Technique Release - Drawing Identification By Name - Drawing Identification By Number - Drawing Type - Drawing Format - Drawing Version - Drawing Release - Drawing Status - Drawing Size - Drawing Description - External Standard Requirement - Character Set Repertoire Identification - Character Set Encoding Technique - Character Set Encoding Technique Code Page - Certificate Type - Certificate Version - Certificate Release - Certificate Status - Certificate Level - Certificate Identification By Name - Certificate Identification By Number - Certificate Format - Certificate Code Page - - - American National Standards Institute (ANSI) Accredited Standards Committee (ASC) X12 - - - Full Settlement - Partial Settlement - Disputed Settlement - - - Mixed Pallet (Multi-sku Pallet with Pre-assigned U.P.C.) - Display Pallet (Multi-sku Pallet for Display with Pre-assigned U.P.C.) - Picked Pallet (Multi-sku Pallet without Pre-assigned U.P.C.) - - - Age - Disability - End Stage Renal Disease (ESRD) - - - Foodstuff - Freezable - Hazardous Material - Poisonous - Refrigerated - - - Down Payment - Credit - Closing Cost - Secondary Lien - Other - Mutually Defined - - - No Reduction Made; Requested Loan Amount Equals School Certified Amount - Reduced to the Maximum Amount Allowable per Grade Level - Reduced to the Maximum Amount Allowable per Student (for Entire Career) - Reduced to the Maximum Amount Allowable within a 7-month Period - Reduced to the Appropriate Lender Approved Amount - Reduced Because Requested Loan Amount Exceeds Cost of Attendance minus Expected Family Contribution Amount and Estimated Financial Aid Amount - Reduced to the Maximum Amount Allowable by the Guarantor - Reduced to the Appropriate School Certification Amount; School Certified Amount is less than the Borrower Requested Loan Amount - Requested to the Amount Agreed to by the Endorser - Reduced to the Maximum Amount Allowable as Calculated in Accordance with Guarantor Policy - Reduced to the Amount Requested by the Borrower after Processing of Initial Application - Mutually Defined - - - Certificate unknown - Certificate invalid - expired - Certificate invalid - revoked - Hashing algorithm not supported - Authentication failed - Compression algorithm not supported - Error de-compressing data - Filter algorithm not supported - Error encountered while removing filter - Assurance algorithm not supported - Assurance failed - Encryption algorithm not supported - Error encountered while decrypting - - - Even Period and Even Dollar - Even Period and Uneven Dollar - Uneven Period and Even Dollar - Uneven Period and Uneven Dollar - - - Cannot Identify Loan - Non-escrow or Non-impound Loan - Mutually Defined - Contract Canceled - Contract Service with Another Vendor - Missing Legal Description - Contract or Maintenance Accepted - Missing Homeowner Authorization - Service Type Not Available - Audit Exception - Modified Payment Enclosed - Loan Paid in Full - Loan Service Released - Other Non-payment Reason - New Subdivision - Unmatched or Missing Lender - Unmatched or Missing Tax Authority - With Other Interest - With Other Property - - - County - City - Town - Village - Borough - Township - Other Municipality - School District - Junior Colleges - Other Schools - Water Control - Utility District - Sanitation - Water or Sewer District - Reclamation District - Fire District - Roads or Bridges - Hospitals - Police District - Other Municipal Services - Township and County - City and School - County Collected by Other Taxing Authority - State and County - Central Collection Taxing Authority - State Taxing Authority - Delinquency Collection Authority - Other Combination Collection - Bond Authority - Annual County Bond Authority - Semi-annual County Bond Authority - Annual City Bond Authority - Semi-annual City Bond Authority - Other Bond Authority - Assessment District - Homeowner's Association - Special District - Other Special Districts - Central Appraisal Taxing Authority - Unsecured County Taxes - Mobile Home Authority - Other Special Applications - Ground Rents - Non-Standard - Transportation District - Capital Improvement District - Urban Renewal District - - - - Additional Bill - Special Assessment or Bond - Corrected Bill - Escaped Assessment - Possessor's Interest - Utility Bill Lien - Communities Facilities District - Regular Real Estate - Supplemental - Unknown - Other Delinquency - - - For Military Distribution Only - In and Out Pre-booked Basis Item Only - Special Order Item - Not for Retail Distribution - - - Certification - License - Degree - Registration - Endorsement - Postsecondary - Reference Verification - Publication - Other Formal Training - Other - Personal Development - Performance - High School - Membership - Activity - Full Credential - Permit - Background Verification - Security Verification - Staff Development - Display - - - Education - Fee - Practical Experience - Reference Verification - Test - Background Verification - Security Verification - Assessment - None - Other - - - Alternative - Temporary - Standard - Professional - National Board for Professional Teaching Standards (NBPTS) - State Career Ladder Program - Emergency - Waiver - University Internship - Other - District Internship - Provisional - Local Career Ladder Program - - - Rim - Air Connection (Gladhand) - Axle - Bolster - Brakes - Bumper - Casting - Chassis Lock - Chassis Main Rail - Corner Cap - Corner Post - Cross Member - Door Molding - Door Hardware - Door Hinge - Door - Door Post - Door Threashold - Door Vent - Electric Junction Box - E-Track - Floor - Intermediate Header - King Pin - King Pin Plate (Grind Section) - Cross Brace - Crank Handle - Landing Gear Braces - Landing Gear - Landing Leg (Non-Gear) - Back Leg Brace/ Crank Shaft - Sandshoes - Brake Light - License Plate Bracket - License Plate Light - Marker Lights - Turn Signal Light - Locking Bar - Locking Bar CAM - - Locking Bar Guide - Locking Bar Handle - Locking Bar Keeper - Manifest Box - Mud Flap - Mud Flap Bracket - Panel - Patch, Existing - 7-Way - Plyliner - Post - Rail Bottom - Rail Top - Radius Panel - Reflector - Rear Header - Reefer Unit - Roof Bow - Roof Flange - Roof - Metal Scuffliner - Wood Scuffliner - Side Door - Springs - Stacking Post - Strap - Tandem (Sub-Frame) Assembly - Tarpaulin - Tarp Bow - Tire - Tunnel - Twist Lock - Wheel - - - Original Transaction - Must Respond By - Pickup Appointment Scheduled Time - Delivery Appointment Scheduled Time - Pickup Requested Scheduled Time - Delivery Requested Scheduled Time - Pickup Appointment Granted Time - Delivery Appointment Granted Time - Actual Pickup Time - Actual Delivery Time - Actual Departure Time - Released - Constructive Placement - Estimated Departure Time - Estimated Arrival Time - Actual Unloading Completed - Earliest Requested Deliver Time - Customs Release - Earliest Requested Pickup Time - Duty Paid - Latest Requested Pickup Time - Latest Requested Delivery Time - Charged From - Notified - Charged To - Actual Placement - Ordered - Actual Arrival Time - Scheduled Departure Time - Scheduled Arrival Time - Scheduled Pickup Time - Actual Unloading Started - Effective Time - Scheduled Delivery Time - Requested Pickup Time - Requested Delivery Time - Beginning of Customer Plant Shutdown - Ending of Customer Plant Shutdown - Earliest Delivery Time - Earliest Pickup Time - Latest Delivery Time - Latest Pickup Time - Ready to Ship - - - Deliver Date - Invoice Date - Purchase Order Acceptance Date - Requested Delivery Date - Ship Date - Transfer of Ownership Date - Purchase Receive Date - Purchase Order Date - - - Trade Show - Corporate - Trade Show - Local - Trade Show - Regional - Samples - Flyers - Ads - Sales Seminar - Sales Performance Incentive (SPIFFS) - Point-of-Sale - Introductory Offer - Booth Fees - - - Billback - Credit Memo - Rebate - Off-Invoice - Accrual - Deduction - Mark-Up - Margin - Prepay - Prepay with True-Up - - - Sales - Purchase - - - Free-goods - Substitute Product - Linked Product - - - Headquarters - Regional - Local - - - Annual - Daily - End of Program - Fiscal Year - Monthly - 12, as specified - Monthly - 13, 4 week months - Monthly - Fiscal 4-4-5 - Monthly - Fiscal 4-5-4 - Monthly - Fiscal 5-4-4 - Monthly Calendar - Quarterly Calendar - Quarterly Fiscal - 13 Week - Semiannual - Time of Performance - Time of Sale - Weekly - - - Immediate/Urgent Care - Services Rendered in a Retroactive Period - Emergency Care - Client Has Temporary Medicaid - Request from County for Second Opinion to Determine if Recipient Can Work - Request for Override Pending - Special Handling - Mutually Defined - - - Shipment Greater Than Previously Reported - Receipt Less Than Previously Reported - Product Put on Hold - Book Adjustment Decrease - Product Dumped or Destroyed - Product Put in Quality Inspection Inventory - Unable-to-Locate (UTL) Product Located - Recoup/Rework of Damaged Product - Shipment Less Than Previously Reported - Receipt Greater Than Previously Reported - Product Taken Off Hold - Book Adjustment Increase - Product Removed from Quality Inspection Inventory - Physical Count - Accounting Error - Condition Change - - Reidentification - Stock Number Change - Ownership Change - Other - Disaster - Survey - Transfer - Capitalization - Unit of Issue Change - Product/Formula Evaluation and Testing - Order Shipment Error - Recouping - Prepack Preparation - Damaged in Facility - Damaged in Transit - Product Recall - Shelf-life Obsolescence - Receipt Error - Operating Variance - Nonrecoverable - Off Specification - Replacement - Tariff Deduction - Regrade - Downgrade - Additive - Product Donations - Consignment - Customer Returned Inventory - Product Samples - Product Reserved for Customer - Tax Conversion - Unauthorized Destruction - - - Barge - Cubic Centimeters - Cord - Cubic Feet - 100 Board Feet - Gallons - Hundreds of Measurement Tons - Load - Cubic Decimeters - Cubic Inches - Car - Measurement Ton - Container - Volumetric Unit - Liter - Cubic Meters - - - Consolidated Weight - Billed Weight - Actual Net Repeated for Combination - Destination Weight Agreement - Estimated Net Weight - Deficit Weight - Gross Weight - Weight Per 100 Feet - Weight Per 1000 Feet - Light Weight - Clean Out - Legal Weight - Minimum Weight (for rate) - Actual Net Weight - Excess Weight Over Maximum - Weight Per 100 Units - Weight Per 1000 Units - Per Unit Dunnage - State Weight - Tare Weight - Weight Per Unit - Non Transit Weight (On Transit Bills Only) - Transit Weight (On Transit Bills Only) - Maximum Weight (for Rate) - Theoretical Weight - Mutually Defined - Dimensional Weight - Reweighed By Carrier - Shippers Weight - Average Weight per Load - Average Weight - Chargeable Dunnage - Certified Weight of Cargo - Drained Weight - Freight Weight - Maximum Lading Capacity - Nonchargeable Dunnage - Non-Temporary Storage Weight In - Non-Temporary Storage Weight Re-handled - Non-Temporary Storage Weight Out - Pallet Weight - Reweigh Gross Weight - Reweigh Net Weight - Reweigh Tare Weight - Storage in Transit Final Weight Out - Storage in Transit Weight in - Skid Weight - Storage in Transit Weight Out - Administrative Weight Allowance - Unaccompanied Baggage Weight - Professional Gear Weight - Joint Travel Regulation Weight - Net Explosive Weight - - - Metric Ton - Grams - Kilograms - Pounds - Measurement Ton - Ounces - Short Ton - Long Ton - - - Accomplished - Pending - - - Agent for Carrier Routing - Origin Carrier, Rule 11 Shipment - Shippers Routing - - - Full Cubic Capacity - Full Capacity - Gallonage Capacity - Marked Capacity - Tight Fill - Full Visible Capacity - - - Holding Mortgagee Address Change - Servicing Mortgagee Address Change - Holding Mortgagee Name and Address Change - Servicing Mortgagee Name and Address Change - No Change - Holding Mortgagee Name Change - Servicing Mortgagee Name Change - - - Confidential Billing - Confidential Billing and No Rate or Charges to be Shown - Not Applicable - No Rate or Charges to be Shown - - - B/L Not Received - Demurrage Completely Paid - Demurrage Not Paid - Demurrage Partially Paid - Freight Completely Paid - Freight Not Paid - Freight Partially Paid - Letter of Guarantee Received - Original B/L Received - Transaction Completely Rated - Transaction Not Rated - Transaction Partially Rated - - - - Supply Additional Information - Adding Revenue - Bad Order Car - Bi-lateral Agreement Date not Met - Balance Due Billing - Billing Error - Bad Order Setback/Bill Cancelled - Cancelled Bill - Cancelled Due to Multicars Being Covered on One Waybill - Correction - Correct Container or Consolidation Contents - Consolidation - Cancel Waybill - Covered Under Another Universal Railroad Revenue Waybill Identification - Diversion or Reconsignment - Dispute Over Collect/Prepaid - Delete Event - Delete Container or Consolidation Contents - Delayed Shipment - Error Move - Miscellaneous Billing - Change Settlement Date - Misroute - No Car (Have Not Received Car) - No Division Available - Past Due Billing - Rebilling (Ignore Previous Bill) - Revenue Correction - Route Dispute - Reassignment/Transfer - Rebuttal, Full (of previously rejected invoice) - Rule 11 Domain Dispute - Rebuttal, Partial (of previously rejected invoice) - Switch Carrier - Separated Car From Multicar Shipment - Transload - Wrecked Car - Work Stoppage - - - 46 Level DOT Code - Airline Tariff 6D - Title 49, Code of Federal Regulations (CFR) - International Civil Aviation Organization (ICAO) Code - Uniform Fire Code (UFC) - Storage Compatibility Group - Hazardous Materials ID, DOT - Endorsement - Air Force Joint Manual 24-204 - Intergovernmental Maritime Organization (IMO) Code - Bureau of Explosives (BOE) 6000 Tariff - International Air Transport Association Dangerous Goods Code List - United Nations - Hazard Class or Division - - - Domestic - International - - - Ammo Pack - Bag - Bale - Barrel - Bundle - Beam - Bing Chest - Bin - Bulk Bag - Bulk - Bobbin - Bottle - Box - Barge - Basket or hamper - Box, with inner container - Bucket - Cabinet - Cage - Can - Carrier - Case - Containers of Bulk Cargo - Carboy - Can Case - Cheeses - Chest - Car Load, Rail - Household Goods Containers, Wood - Container, MAC-ISO (Military Airlift Container - International Standards Organization) Light Weight 8x8x20 Foot Air - Container, Navy Cargo Transporter - Container, Commercial Highway Lift - Engine Container - Multiwall Container Secured to Warehouse Pallet - Container - CONEX - Container Express - Coil - Cones - Core - Cradle - Crate - Cask - Carton - Cube - Cylinder - Dry Bulk - Double-length Rack - Drum - Double-length Skid - Double-length Tote Bin - Duffle Bag - Envelope - Firkin - Flo-bin - Liner Bag Liquid - Frame - Flask - Forward Reel - Garments on Hangers - Heads of Beef - Hogshead - Hamper - Hopper Truck - On Hanger or Rack in Boxes - Half-standard Rack - Half-Standard Tote Bin - Jar - Jug - Keg - Kit - Knockdown Rack - Knockdown Tote Bin - Liquid Bulk - Lifts - Log - Loose - Lug - Lift Van - MILVAN - Military Van - Multi-Roll Pack - MSCVAN - Military Sealift Command Van - Mixed Type Pack - Noil - Overwrap - Pail - Packed - not otherwise specified - Pieces - Pims - Package - Platform - 463L Air Pallet - Pipeline - Pallet - Private Vehicle - Pipe Rack - Quarter of Beef - Rail (Semiconductor) - Rack - Reel - Roll - Reverse Reel - Sack - Liner Bag Dry - Suitcase - Shook - Sheet - Side of Beef - Skid - Skid, elevating or lift truck - Slip Sheet - Sleeve - Spin Cylinders - Spool - SEAVAN - Sea Van - Tube - Tote Bin - Tank Car - Tank Truck - Intermodal Trailer/Container Load (Rail) - Tank - Tierce - Triwall Box - Trunk and Chest - Truck - Tray - Trunk, Salesmen Sample - Tote Can - Tub - Unpacked - Unit - Vehicles - Van Pack - On Own Wheel - Wheeled Carrier - Wrapped - - - Electronic Car Movement - Electronic Revenue Waybill - Electronic Haulage Waybill - Paper Revenue Waybill Document - - - Metric Units - - - Appurtenance (Enhancements/Additions to Equipment) - Barrels - Box - Cubic Centimeter - Cubic Foot - Centimeter - Interstate Commerce Commission (ICC) Docket 28300 Miles - Kilometers - Miles - Drivers - Each - Flat Rate - Foot - 100 Gallons - Gallon - Rand McNally Highway Miles - Kilogram - Pound - 100 Pounds - 100 Liters - Liter - Mileage - Measurement Ton - Monetary Value - Barge - Car - Cord - Nights - Load - Train - Piece - Container - Trailer - Unit - Vehicle - Other - PC*Miler for Rail Miles - Bulk - PC*Miler for Rail Miles - Fuel - PC*Miler for Rail Miles - Intermodal - Package - PC*Miler for Rail Miles - Practical - Persons - PC*Miler for Rail Miles - Shortest - PC*Miler for Highway Miles - Practical - PC*Miler for Highway Miles - Shortest - Rail Carrier Miles - Release Value - Stops - Number of States - Square Yards - Days - Hours - Tons - Time - Actual Volume - Chargeable Volume - Volume Metric Unit - - - Not in Effect - In Effect - - - National Association of Convenience Stores - Global Product Classification Code (GPC) - Dun's SIC 2+2, Dun & Bradstreet - Empty Non-hazardous Last Contained (HMRC) Code - Chemical Abstract Service Registry Number - National Drug Code - Universal Descriptor Exchange Code (UDEX) - International Foodservice Distributors Association (IFDA) - Manufacturer Code - Contractee Code - Harmonized Tariff Schedule of the United States Annotated - U.S. Foreign Trade Schedule B, Statistical Classification of Domestic and Foreign Commodities Exported from the United States - Canadian Freight Classification - Department of Defense Unique Codes - Coordinated Motor Freight Classification - National Stock Number - Canadian Wheat Board, Grain Code for Terminal Elevator Accounting - Brussels Nomenclature - Milstamp AITC or Water Commodity Code - Harmonized System-Based Schedule B - Federal Supply Classification - Last Contained Contents STCC - Dun & Bradstreet Standard Product and Service Code - National Motor Freight Classification (NMFC) - Bulk Petroleum Codes - Quota Category - North American Industrial Classification System (NAICS) Code - Standard International Trade Classification (SITC) - Standard Transportation Commodity Code (STCC) - Uniform Freight Classification (UFC) - Standard Industrial Classification (SIC) Code - Department of Defense Commodities and Services Code - Contractor Code - Mutually defined - - - Additional Equipment for Manifest Billing - Basket Attached to Chassis (to hold generator set) - Prior Load Credit - Chassis Attached to Container - Conveying Flat Car - Reference to Lead Equipment for Manifest Billing - Generator Set - Clip-on Front-Mounted Generator Unit For Container - Lead Car - Mated - Cryogenic Apparatus - Tractor - Saddle to Conveying Flatcar - Trailer - Transfer Load - - - Credit Card - Plant Equipment Number - Department of Defense Identification Code (DoDIC) - Locally Assigned Control Number - Subsistence Identification Number - Application State or Province - Document Identification Code - Subline Item Number - Exhibit Line Item Number - Activity - Assembly Level Code, Vehicle Maintenance Reporting Standards (VMRS) 2000 Code Key 32 - Assembly - Aggregation Code (Used to Consolidate Part Families) - - Serial Item and Contribution Identifier (Defined in ANSI 239.56) - Front Axle Serial Number - Age - Billboards Commercial - Alternate ISBN - Piggyback Commercial - Refined Product Code - Axle Serial Number - Allocation Methodology Identification Code - Asset Number - Assemblage Identification Number - Component Level Code, Vehicle Maintenance Reporting Standards (VMRS) 2000 Code Key 33 - Appraisal Product Type - ARINC Part Number - Rear Axle Serial Number - Assortability Code - Appraisal Service - Additional Product Identification Assigned by the Manufacturer - Well Number - Assembly Lot Number - System Level Code, Vehicle Maintenance Reporting Standards (VMRS) 2000 Code Key 31 - Axle Ratio - Volume Set - Library of Congress Code - Edition Code - Binding Code - Title Code - Author Code - Publisher Code - Batch Number - Front Axle Driven Serial Number - Bale Number - Print Color Standard Reference - Supplier Brand Code - Buyer Ground Shade Identifier - Buyer's Engineering Change Level Number - Vendor Ground Shade Identifier - Ground Shade Standard Reference - Finish/Hand Standard Reference - Rear Axle Rear Non Driven Serial Number - Application Completion Method - Backing - Brand/Label - Beam Number - Bar-Coded Serial Number - Buyers Color - Buyer's Part Number - Benefit ID - Compensation Type Code - Bill Subgroup Code - Volume Type Identification Code - Bus Body Serial Number - Beverage Common Code - Compensation Allocation Code - Bill Credit Code - Concept Code - Coverage Type - Channel - Connector Type - Classification - Configuration Item Identifier - Insurance Plan Description Characteristics - Asset Type - Asset Category - Fund Sub-Advisor - Dun & Bradstreet Standard Product and Service Code - Case - Buyer's Catalog Number - Compatible Cut Number - Motor Vehicle-Line Designator - Class of Contract Code - Chassis Serial Number - Commodity Grouping - Country of Origin Code - Common Language Equipment Identifier (CLEI) - Current Procedural Terminology (CPT) Codes - Candidate Oil - Color - National Retail Federation Color Code - Commodity Name - Chemical Abstract Service (CAS) Registry Number - Carry-over Part Number - Equipment Code per COPAS standard - Contract Number - Service code per COPAS standard - Continuation (ID Number Spans Multiple Product ID Data Elements) - Cut Number - Customer Provided Equipment - Contract Activity Code - Completion Number - Customer Company Registry Number - Country from which Procured - Underwriting Method of Direct Writer - Medical Information Bureau (MIB) Authorization - Policy Form - Plan Code - Coverage Risk Type - Medical Stop Loss Level Codes - Medical Stop Loss Coverage Codes - Medical Stop Loss Product Line Codes - Automobile Repair Product Code - GS1 DataBar - International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM) - Distributor - Design Number - Device Family - Discount Grouping - Transport4 Commodity Code - Deposit Item Number - Dye Lot Number - Committee for Uniform Security Identification Procedure Number (CUSIP) Number - Die Number - Dividend Use - Discontinued Part Number - Event Type - Drawing Revision Number - Group ID - Device Type - Joint Life Type - Location Code - Nonforfeiture Option - International Classification of Diseases, 9th Revision, Clinical Modification (ICD-9-CM) - Diagnosis - Premium Rate Type - Diagnosis Code Pointer - Contract Change Authorization Type - Fund Abbreviation - Fund Type - Related Policy Identification - Tax Code - Contract Transfer Reason Code - Berenson-Eggers Type of Service - EAN-99 In-store Coupon Code - Fuel Tank Serial Number - Engineering Change Level - Engine Displacement Identification - Premium Use - Exhibit Identifier - Purpose of Insurance - Sales Presentation ID - Expense Identifier - Service Feature ID - Settlement/Payout Option - Buyer's Subline Item Number - Equipment Identification Number - GTIN-13 - GTIN-8 - Buyer's End Product Number - Equipment Type - Jurisdiction Specific Procedure and Supply Codes - Engine Serial Number - Department of Defense Enterprise Identifier - Skill Code - Exchanged Part, Assembly or Product - Shift Worked - Catalog Number - Technical Order Number - Technical Manual Number - Series Identifier - Obligation Authority Number - First Prior Identifier - End-Item Description - Next Higher Used Assembly - Former Publisher - Failed Subassembly Serial Number - Form Number - Coupon Family Code - Fund - Feature - Fifth Wheel Serial Number - Fund Manager - Freddie Mac Affordable Lending Product Code - Finish Number - Fannie Mae Affordable Lending Product Code - Freddie Mac Project Condominium Classification Code - Finish Lot Number - Failed Subassembly Model Number - Final Test Lot Number - Fabric Pieces Per Roll - Fannie Mae Project Condominium Classification Code - Front Axle, Rear - National Stock Number - Federal Supply Classification - National Alcohol Beverage Control Association (NABCA) Product Code - Drug Identification Number (DIN) - New Microcode - Federal Supply Group - Gathering - Grade Code - Grain Direction - Generic Name Description - Graphics Industry Bar Code (GIBC) - Glider Kit - General Services Administration (GSA) Special Item Number - Grade Name - Group Qualifier Code - Gear Ratio - General Specification Number - Volume Usage Identification Code - Serialized Global Returnable Asset Identifier (GRAI) - Global Returnable Asset Identifier (GRAI) - Global Individual Asset Identifier (GIAI) - Country Subdivision Code - Country of Origin with Country Subdivision Code - Healthcare Common Procedure Coding System (HCPCS) Codes - International Harmonized Commodity Code - HIBC (Health Care Industry Bar Code) Supplier Labeling Standard Primary Data Message - Heat Number - Health Insurance Prospective Payment System (HIPPS) Skilled Nursing Facility Rate Code - Information Media Type - International Standard Book Number (ISBN) - Interior Color Number - International Classification of Diseases, 9th Revision, Clinical Modification (ICD-9-CM) - Procedure - Insurer's Fund Code - Investment Fund Type - Ignition Key Number - International Classification of Diseases, 11th Revision,Clinical Modification (ICD-11-CM) - Commodity Item Identification - International Classification of Diseases, 11th Revision, Procedure Coding System (ICD-11-PCS) - Imprint (Trademark Code of Subsidiary) - Buyer's Item Number - International Classification of Diseases, 10th Revision, Procedure Coding System (ICD-10-PCS) - IRS Qualification Code - Ingredient - International Standard Serial Number (ISSN) - Buyer's Style Number - Department of Defense Issuing Agency Code - Interchangeability Code - Buyer's Size Code - Anniversary - Commission Identifier - Commission Year - Contribution Year - Job Number - Package Type Code - Job Sequence Number - Engineering Data List - Data Category Code - Replacement National Stock Number - Military Standard - Item Type Number - Time Compliant Technical Order - Cognizance Symbol - Material Control Code - Special Material Identification Code - Item Management Code - Shelf-Life Code - Shelf-Life Action Code - Kanban Plan Number - Program Level - Topic Level - Subtopic Level - Life/Annuity Service Features - Line of Authority - Lube, Synthetic - Labor Group - Logical Observation Identifier Names and Codes (LOINC) Codes - Laboratory Test Condition Code - SNOMED, Systematized Nomenclature of Medicine - Lift Gate Serial Number - Lottery Game Number - Lottery Pack/Book Number - Life/Annuity Product Code - Lease Number - Load Sequence - Lot Number - Lot Pricing Unit Number - Machine Number - Measurement Type Code - Mortgage Credit Data Order Type - Method of Delivery Code - Market Program Code - Manufacturer - Manufacturer's Part Number - Medication Code - Mortgage Insurance Product Code or Number - Manual Transmission Serial Number - Front Axle Non Driven Serial Number - Motor Equipment Manufacturing Association (MEMA) Product Type Code - Model Number - Movement Type Code - Mortgage Product Code - Mortgage Underwriting Type - Maintenance Index Page Reference Number - Military Specification (MILSPEC) Number - Major Product/Material/Machine Type - Authorized Parts List Number - Equipment Location - Equipment Hierarchical Sequence Identifier - Repair Induction Identifier - National Drug Code in 4-4-2 Format - National Drug Code in 5-3-2 Format - National Drug Code in 5-4-1 Format - National Drug Code in 5-4-2 Format - National Health Related Item Code in 5-5 Format - National Health Related Item Code in 4-6 Format - National Drug Code (NDC) - Yarn Count - English - National Glass Association (NAGS) Number - National Health Related Item Code - Yarn Count - Metric - National Item Identification Number - Natural Health Product Number - Non-resaleable item (excluding deposit) number - National Uniform Billing Committee (NUBC) UB92 Codes - New Replacement Part or Assembly Defective - Combined NCCMA/Bank Service Code - Old Vendor's (Seller's) Item Number - Original Equipment Number - Old Common Language Equipment Identifier (CLEI) Code - Old Microcode - Opposite-Hand Part Number - Optical Industry Product Code - Optical Cable Code - Original Part Number - Customer Order Number - Outside Production Operation Sheet Number - Obsolete Part Number - Offer Number - Internal Number - Original Unit of Issue - Petroleum Accountants Society of Canada Operating and Maintenance Code - Goods and Services Tax Not Applicable - Petroleum Accountants Society of Canada Capital Expenditure Code - Goods and Services Tax Not Applicable - Petroleum Accountants Society of Canada Tubular Code - Petroleum Accountants Society of Canada Non-Tubular Code - Material Discharge Number - Pump, Fire - Previous Carrier - Retail Price Look Up Number (PLU) - Ply - Pattern Number - Petroleum Accountants Society of Canada Operating and Maintenance Code - Goods and Services Tax Forwarded - Prime Contractor Part Number - Part Number Description - Pieces in Roll - Petroleum Accountants Society of Canada Capital Expenditure Code - Goods and Services Tax Forwarded - Packaging Specification Number - Property and Casualty Service Code - Purchaser's Item Code - Product Date Code (A code indicating the period during which a product was manufactured.) - Packaging Drawing - Purchaser's Order Line Number - Number of Positions on Machine - Company Part Number - Purchase Order Number - Air Transportation Association Proprietary Rights Code - Product ID Attribute Code - Process Number - Position - Print or Drawing - Part Reference Number - Advertising Package Identification Code - Part Drawing - Secondary Ply - Operator Assigned Property Identification - Product Change Notice Number - Replacement Subassembly Model Number - Replacement Subassembly Serial Number - Rear Axle, Middle - Rear Axle, Pusher - Rear Axle, Tag - Rear Axle, Extended Tag - Replacement Vendor's (Seller's) Item Number - Return Code - National Uniform Billing Committee (NUBC) UB82 Codes - Returnable Container Number - Reel Number - Reefer Serial Number - Repair From Product Code - Reference Oil - Radiator Serial Number - Rear Axle Front Rear Driven Serial Number - Rear Axle Rear Driven Serial Number - Rack Number - Rate Detail Card - Related Model Number - Release Number - Roll Number - Replaced Part Number - Automobile Rental Charge Item Code - Replacement Product Number - Set Number - Reel Type - Run Number - Repair Tag Number - Relative Value Units - Provisioning Reference Number - Record Keeping or Model Year - Related Model Type - Shipper's Item Number - Second Prior Identifier - Phase - Laboratory Sample Identification - State Sample Identification - Previous Sample Identification - Source of Deposit Code - Source of Lead Code - Schematic Diagram Reference Number - Submission Number - Seller's Date Code - Supplier Company Registry Number - Section Print Number - Surface Finish - Seat Serial Number - Service Requested - Standard Industrial Classification Code - Religious Retail Non-book Item - Stock Keeping Unit (SKU) - Seller's Lot Number - National Retail Federation Size Code - Serial Number - System Identifier - Superseded Purchase Order Number - Roll Sequence Number - Substitute Product Number - Superseded Part Number - Style Number - Side Up/Side Down - Service Rendered - Stock Number - Sleeper Box Key Number - Sleeper Box Serial Number - Vendor Alphanumeric Size Code - Tex - Third Prior Identifier - Pipeline Transaction Code - Association for Financial Professionals Service Code and Bank Service Code - Telecommunications Circuit ID - Treatment Codes - Association for Financial Professionals Service Code - The Air Cargo Tariff (TACT) Commodity Code - Automatic Transmission Serial Number - Transfer Case Serial Number - Trade In Identifier - Auxiliary Transmission Serial Number - Transmission, Auxillary - Telephone Industry Manufacturer Code - Railroad-Owned Unit Train Number - Product Type Code - Truck Body Serial Number - Transmission Serial Number - Type Selvage - Tested Material Identification Number - Line of Business - Program Code - Federal Aviation Administration (FAA) Service Bulletin Number - Telecommunications Industry Service Code - Program Description Identifier - United Nations Common Coding System (UNCCS) - Broker Price Opinion Service - Real Estate Property Information Service - Department of Defense Unique Item Identifier - Product Variant - User-Defined Shipping Container Identifier - U.P.C./EAN Coupon Code (2-5-5) - GTIN-14 - U.P.C. Coupon Code (1-5-5-1) - Universal Vendor Marking, Short Code (UVM; U Line) - EAN.UCC Serial Shipping Container Code (SSCC) - GTIN-12 - United Nations (UN) Number (Dangerous Goods) - UCC/EAN-128 Coupon Extended Code - Uniform Stock Symbol System Code Number - Company-Owned Unit Train Number - Universal Vendor Marking, Long Code (UVM; R,P,M Lines) - Universal Product Number - Department of Defense Unique Item Identifier Type Reference Identifier - GS1 US Coupon Code with GS1-128 Coupon Extended Code - Ingredient Country of Origin Code - Tariff Country of Origin Code - Country of Last Processing Code - Country of Assembly Code - Logistics Country of Origin Code - United States Department of Agriculture (USDA) Country of Origin Code - Vendor's Style Number - Vendor's Engineering Change Level Number - Vendor's (Seller's) Catalog Number - Vendor Color - Vary Item Product Number - Vehicle Maintenance Reporting Standards - Vendor's (Seller's) Item Number - Vendor's Order Number - Vendor's (Seller's) Part Number - Vendor's Supplemental Item Number - Vintage - Vendor's Basic Unit Number - Motor Vehicle ID Number - Vendor's Specification Number - End Item Serial Number - Work Unit Number - Reclamation Process - Woolen Run - Woolen Cut - Random Weight Aggregation Code - Car Class Code - World Code - Airline Flight Code - Fare Basis Code - Service Class Code - Stop Over Code - Telecom Service Type - Advanced Billing Concepts (ABC) Codes - Wafer Lot Identifier - Yarn Count Worsted - Wheel Chair Lift Serial Number - Preferred Part Number - Expendable Container Identification - Export Control Classification Number (ECCN) - Preferred National Stock Number - Preferred Manufacturer - Contractor Establishment Code - Map Edition Number - Publication Number - Commercial and Government Entity (CAGE) Code - Service Control Identification - Mutually Defined - - - Allowed Amount - Flat - Actual - Average Generic Product Price - Alternate Price - Average Wholesale Price - Balance-Based Price - Base Charge - Bid Price - Contract Tier 1 - Contract Tier 2 - Contract Tier 3 - Contract Tier 4 - Contract Tier 5 - Contract Tier 6 - Contract Tier 7 - Contract Tier 8 - Contract Tier 9 - Contract Tier 10 - Contract Tier 11 - Contract Tier 12 - Contract Tier 13 - Contract Tier 14 - Contract Tier 15 - Contract Tier 16 - Contract Tier 17 - Contract Tier 18 - Contract Tier 19 - Contract Tier 20 - Contract Tier 21 - Contract Tier 22 - Contract Tier 23 - Contract Tier 24 - Contract Tier 25 - Contract Tier 26 - Contract Tier 27 - Contract Tier 28 - Contract Tier 29 - Contract Tier 30 - Cancellation Charge - Catalog Price - Central Distribution Facility (Warehouse) - Current Domestic Value - Changed Price - Contract Price - Confirmed Unit Price - Declared Customs Unit Value - Federal Supply Schedule (FSS) Price - Depot Price - Distribution and Pricing Agreement (DAPA) Price - Dealer Adjusted Price - Distributor's Price - Discount Price - Discount Amount Allowed - Direct Store Delivery - Direct Ship Program Price - Emergency Direct Ship Price (Original Equipment Manufacturer) - Emergency Direct Ship Price - Emergency Direct Ship Price (Supplier) - Emergency Direct Ship Price (Warehouse) - Estimated Landed Cost - Estimated Price - Expected Unit Price - Flat Charge - First Cost Price - Frequent Delivery Service - Federal Excise Tax - Free Goods Price - Formula Price - Free Service Price - Federal Upper Limit Price (Maximum Allowable Cost Pricing for Drugs) - Firm Price - Do Not Advise - Advertising Price - Display Price - Government Price - Shelf Price - Temporary Price Reduction Price - Unit Price Through Quantity - Industrial Price - Institutional Price - Invoice Billing Price - Labor Rate - Last Cost Price - Lease to Purchase Price - List Price - Moving Average Cost - Mandatory to Advise Unit Price - Minimum Activity Surcharge - Maximum Order Quantity Price - Minimum Order Quantity Price - Minimum Charge - Minimum Release Quantity Price - Modal Premium - Maximum Price Reduction - Manufacturer's Suggested Retail - Maximum Release Quantity Price - Noncontract Tier 1 - Noncontract Tier 2 - Noncontract Tier 3 - Noncontract Tier 4 - Noncontract Tier 5 - Noncontract Tier 6 - Noncontract Tier 7 - Noncontract Tier 8 - Noncontract Tier 9 - Noncontract Tier 10 - Noncontract Tier 11 - Noncontract Tier 12 - Noncontract Tier 13 - Noncontract Tier 14 - Noncontract Tier 15 - Noncontract Tier 16 - Noncontract Tier 17 - Noncontract Tier 18 - Noncontract Tier 19 - Noncontract Tier 20 - Noncontract Tier 21 - Noncontract Tier 22 - Noncontract Tier 23 - Noncontract Tier 24 - Noncontract Tier 25 - Noncontract Tier 26 - Noncontract Tier 27 - Noncontract Tier 28 - Noncontract Tier 29 - Noncontract Tier 30 - No Charge - Net Item Price - Optional to Advise Unit Price - Original Purchase Order Price - Protection Level Price - Price Break Quantity(s) - Unit Price Beginning Quantity - Price Break Purchase Order Count - Public Health Service Price - Price in Effect at Time of Shipment - Producing Plant Price - Packing Level Price - Prepaid Freight Charges - Professional Price - Producer's Price - Promotional price - Purchase - Quote Price - Regular Charge - Resale - Rental Price, Annual - Rental Price, Monthly - Replacement Price - Rush Charge - Retail - Service Attempted Charge - Suggested Dealer Net Price - Suggested Fleet Price - Ship and Debit - Suggested List Price - Special Price - Single Price (Factors Equalized) - Secondary Supply Plant - Standard Price - Sum of Line Items - Suggested Wholesale Price - Threshold Price - Total Invoice Amount Due - Transfer - Unit Allowed Amount - Unit cost price - Unsalable Item List Cost - Public Warehouse Price - Wholesale - Waived Service Price - Zone Price - - - Empty car under directive CSD145 - Unassigned special equipped car that is to be handled in accordance with the provisions of directive CSD150 - Empty car under CSD155 - Empty car under directive CSD435 - Special heavy duty flat car that is to be handled under the provisions of directive CSD439 - Loaded car under directive CSD145 that is to return to agent at city specified - Loaded car under directive CSD145 that is to return to shipper at billed origin - Assigned TTX car that is to be returned to shipper at billed origin by reverse of loaded move - Unassigned TTX car that is to be handled in accordance with trailer train directive 150 - Loaded car under directive CSD155 that is to return to agent at city specified - Loaded car under directive CSD155 that is to return to shipper at billed origin - Loaded car under directive CSD435 that is to return to agent at city specified - Loaded car under directive CSD435 that is to return to shipper at billed origin - Empty Car Moving Under Car Service Rule 5 Charges - Car being returned per car owner's instructions - Car being returned per the pool operator's instructions - Car being returned per AAR/ICC instructions - Loaded TTX cars under directive CMD1 that are to be returned to the origin road at the city specified - Loaded TTX cars under directive CMD1 that are to be returned to shipper at billed origin - - - Body Ice - Discontinue Service - Standard Mechanical Protective Service - Body Ice Consumed or Removed - Modified Mechanical Protective Service - Do Not Heat - Standard Heating In Canada - Do Not Operate - Do Not Heat in Canada - - - Vents Closed to Destination - Vents Open to Destination - Standard Ventilation at 32 Degrees - Standard Ventilation at "-" Degrees (Other than 32 Degrees) - Vents on Irons - Diagonal Ventilation at "-" Degrees (Other than 32 Degrees) - Open Vent Each End of Car - Diagonal Vents on Irons - Standard Ventilation - Substitute Carrier's Protective Service at First Terminal Train Yard where Heaters Are Available and Outside Temperature is 10 Degrees Above Zero or Lower (PPT #619 Rules 385 and 515) - - - Shipper's Load and Count - Shipper's Load, Stowage and Count - Laden on Board - Laden on Board Vessel - Vessel Not Responsible for Freezing - Container(s) Sealed by Shipper - On Deck at Shipper's Risk - Short-Shipped - Sea Waybill - This Shipment is Effected under a Sea Waybill - Memo Bill of Lading Only - Refrigerated Cargo - Cool Cargo - Freeze Cargo - Inland Transportation Arranged as Agents Only with such Arranged Transportation Being Solely for Account and Risk of Cargo - Sea-Air Cargo - Freight Prepaid - Freight Collect - Freight as Agreed - No Shipper's Export Declaration Required (Section 30.39) - Carrier Reserves the Right to Place Container(s) in Heated Warehouse at a Set Cost - On Board Rail - On Board Truck - On Board Vessel - Received For Shipment - On Board Container - On Board Airplane - On Board Boxcar - Emergency Response Statement - International Maritime Organization Certification - Statement of Correctness - Destination Control Statements - Producing Country of Origin - Laden on Board Named Vessel - Age of Vessel - Kosher - Route - Certification Statements - Destination Country - Title Passage Clause - Container Safety Act - Substantial Transformation - Canada Value Added - Mexican Value Added - General Agreement on Tariff and Trade (GATT) - Prior Damage Remarks - Administrative - Caribbean Basin Initiative (CBI) - Custom - Container Packing Certificate - Disclaimer - Delivery Order Liability Clause - Estimate Error - Estimate Remarks - General System of Preferences (GSP) - Heading - Hidden - Israeli Free Trade Agreement - North American Free Trade Agreement (NAFTA) - - - Allowance - Charge - No Allowance or Charge - Promotion - Charge Request - Allowance Request - Service - - - Specified Flag Required - Must Comply - Forwarder Option - Roll Booking to Another Vessel - Substitution OK - - - All Types of Facilities - Combined Fixed and Portable Ramps - Fixed Ramp - No Facility Available - Portable Ramp - Reversing Ramp - - - Intrastate - Intraplant - Interstate - Intraplant - Commingled - Reciprocal - Intraterminal - Interterminal - International - Interstate - Regional - Intrastate - - - No Modification - Add Rate - Original Price Change Transaction - Cancel Previous Price Change Transaction - Decrease Rate - Eliminate/Expire - Confirmation Of A Discussion Between Buyer And Sales Representative - Add Items To A Previous Change Transaction - Delete Items From A Previous Change Transaction - Increase Rate - Replace All Dates Shown In A Previous Change - Replace Prices Shown In A Previous Change Transaction - Replace Restrictions (Conditions) At An Item Level Shown In A Previous Change - Replace Marketing Area Shown In A Previous Announcement - Change Having No Effect on Rates - Replace Restrictions (Conditions) At A Transaction Level Shown In A Previous Change - Replace Price Area Shown In A Previous Change - Replace Previous Change Transaction Entirely Because of Multiple Kinds Of Changes Or To Make Changes Not Specifically Indicated By Another Code In This Data Element - Replace Allowance Rates Shown In A Previous Announcement - Modified - New - - - Received from Bureau - Received on Loan Application - Discovered in Interview - Accountant - Government Registry - Management of Business - Official Publication - Outside Quarters - Reporting Agency Analyst - Spokesperson - Company's Annual Report - Financial Publication - Interim Report - Local Chamber of Commerce - Local Commercial Registry - Local Publication - Stock Exchange Report - - - And - Between - Destination - From - Intermediate Location - Geographic Listing - Origin - Prior Origin - To - Ultimate Destination - - - Not Used, Too New to Rate, or Unclassified - Current or Account Paid According to Terms - 30-59 Days Past Due - 60-89 Days Past Due - 90-119 Days Past Due - 120 Days or More Past Due - Making Payments Under Wage Earner Plan - Repossession - Bad Debt Placed for Collection - Currently Active - Currently Owing - Currently Past Due - Paid Anticipate - Paid Discount - Paid in Cash - Paid Prompt - Paid Slow - Placed for Collection Paid - Placed for Collection Partially Paid - Unfavorable Comments - Inconclusive - Refer to Other Information in Report - - - Potentially Explosive - Potentially Very Damaging To The Eyes - - - Abbreviated Hazardous Certification - Long Form of Hazardous Certification - - - Mailed by Date (Postmark Date) - Received by date - Electronics Funds Transfer Settlement Date - Funds Deposited by Date - - - Bulk Commodity Train - Coal Train - Unit Train - Premium Surface - Three Day Service - 9 A.M. - Air Cargo - Air Economy - A.M. - Business Class - Consignee Billing Service - Courier Express - Ground - Co-Load Service - Express Service - Delivery Scheduled Next Day by Cartage Agent - Delivery scheduled second day by cartage agent - Delivery scheduled third day by cartage agent - Delivery Confirmation - Deferred Service - Delivery Confirmation Return - Door Service - Delivery Notification Only - Expedited Service - Proof of Delivery (POD) with Signature - First Class - Standard Service - Express Service Plus - Tracking - Ground - International Second Day - IATA - Expedited Service - Worldwide - International Service - Express Service - Worldwide - Metro - Multiweight - Next Day Air - Next Flight Out - Next Day Hundred Weight - Next Morning - Not Served - Overnight - Priority Service - Primary Service Area - Primary Service Area - Next Day by 10:30 A.M. - Priority Mail - Primary Service Area - Next Day By 9:30 AM - Priority Mail Insured - PM - Primary Service Area - Next Day by Noon - P.O. Box/Zip Code - Primary Service Area - Next Day by 5:00 P.M. - Primary Service Area - Second Day by Noon - Premium Service - Passenger Service - Quality Intermodal High Speed 70 Miles Per Hour (MPH) - Other Intermodal and Stack Service - 60 Miles Per Hour (MPH) Service - Manifest Freight - Circus Train - Work Train - Commuter Service - Vehicle (Automobile) Train - Authorized Return Service - Same Day - Second Day Air - Saturday - Second Day - Standard Ground - Second Day Hundred Weight - Standard Ground Hundred Weight - Second Morning - Saturday Pickup - Standard Class - Ground Service - Freight - Expedited Service - Freight - Express Service - Freight - Express Service Plus - Freight - Next Day - Freight - Second Day - Freight - Mutually Defined - - - Good - Damaged - Recouped - New Material - Suitable for Reuse without Reconditioning - Suitable for Reuse After Reconditioning - No longer useful for original purpose but still of some use - Junk Material - Hold or Reserve Stock - Mutually Defined - - - Authorization - Changes to Pre-Pricing Information - De-Authorization - - - Pre-Priced Prices included and price qualifier applies - Bonus Pack - Cents-off Pack - Feature Price - Not Pre-Priced - Pre-Priced (Prices Included) - Pre-Priced (Prices Not Included) - - - Price Protection Applies - Allocation Applies - Advance Ship Notice/Pallet Tags - Bar Code Case Label - Bottom Load Only - Color Coding - Synchronization of Prices - Dedicated Carrier - Drop Trailer - Financial Electronic Data Interchange (FEDI) - Fax a Manifest - Hand Stack - Special Loading - Modular Pallets - No Diverting - Order Lead Time Requirement - Order Quality (No-Touch EDI) - Pallet Placards - Pick and Pack - Pre-set Appointments - Rapid Deployment (Same Day Ship) - Slipsheet - Strap Packages - Third Party Pallet - Unload Time Required - - - Yes at Transaction Set Level - Yes at Line Item Level - No Conditions Apply - - - Quantity per Customer Allowed - Quantity per Market Allowed - - - "AND" Relationship Between Current and Immediately Prior Occurrences of the Same Segment - "OR" Relationship Between Current and All Preceding Occurrences of the Same Segment - Refer to Free-form Description - - - Air Miles - Carrier's Rate Basis Number - Carrier's Docket 28300 Miles - Air Kilometers - Kilometers (Actual) - Tariff Kilometers - Miles (Actual) - Tariff Miles - Maximum Miles - - - Complete Equipment, Right and Left - Front - Interior - Rear - Top - Under - Left Front - Left Rear - Left Side - Right Front - Right Rear - Right Side - Top Center - Top Front - Top Rear - Left Inner Center - Left Inside Front - Left Inside Rear - Left Outer Center - Left Outside Front - Left Outside Rear - Left and Right Side - Left Side Center - Left Side Front - Left Side Rear - Right Outside Front - Right Inner Center - Right Inside Front - Right Inside Rear - Right Outer Center - Right Outside Rear - Right Side Center - Right Side Front - Right Side Rear - - - Bent - Broken - Defective - Torn - Flat Tire - Weld Broken - Improper Repair - Corrosion - Rotted - Flex Cracks - Burned Out - Dirty, Nails, Dunnage - Destroyed - Worn Out; Deteriorated - Vandalism - Cap Separation - Hole - Missing - No Damage - - - Requested Requirements - Actual Arrival at POD - Actual Conveyance Arrival - Accepted - Highway Departure - Actually Loaded on Rail - Actually Loaded on Vessel - Train Annulment - Arrived, Not Ordered Placed by Destination Party - Anticipated Pickup - Actual Arrival Date at Final Destination - Arrival Transit Location - Arrival Final Destination - Anticipated Set-out - Bad Order - Release from Bad Order - Bad Order Heavy Repair - Bad Order Light Repair - Bad Order - Hours to Repair - Crew Call - Car Grade By Inspection - Consist Locked - Cancellation of Conveyance - Cargo Receipt Date - Cargo Stripping - Crew Tie Up - Consist Un-Lock - Delivery Attempt - Declined - Deleted - Delivery Pending - Departure from Location - Deramped - Destination Switch Interchange - Estimated Arrival Date - Estimated Departure Date - Estimated Free Time - Equipment Ordered In - Estimated Arrival Date at Final Destination - Advanced Estimated Time of Arrival - Early Warning Inspections - Association of American Railroads Early Warning Letter - Carrier Does Not Possess Valid U.S. Operating Authority - Carrier Has an Out of Service Order Against It - Safety Score Indicates Inspection is Warranted - Carrier Check Not Performed, Data Not Available At This Time - Carrier's Current Insurance Does Not Meet the Minimum Level or Better - Carrier Data Not Found in Federal Motor Carrier Safety Administration (FMCSA) Systems - Driver Check Not Performed, Data Not Available at this Time - Driver Does Not Have Proper Commercial Drivers License (CDL) Endorsements for HAZMAT Cargo - Driver Does Not Have Valid/Current Commercial Drivers License (CDL) or Equivalent (Mexico or Canada) - Trailer Check Not Performed, Data Not Available at this Time - Follow Up - From Repair Track - Free Time Expired Date - No Current Commercial Vehicle Safety Alliance (CVSA) Decal On File - Tractor Check Not Performed, Data Not Available at this Time - Highway Arrival RR Facility - Hold for Embargo - Equipment Held - Hold or Miscellaneous - Release from Hold or Miscellaneous - Haulage Stop - Haulage Start - Trip Held - In Bond - Interchange Delivery - Interchange Receipt - Intermodal In-Gate Arrival at Railroad Intermodal Terminal - Incomplete - Association of American Railroads Inventory Move - In Transit - Ingate to Rail Interchange - Ingate to Rail Terminal or Satellite - Mailed - Move Away - No Bill at Location - Notified Destination Party - Overdue Conveyance Arrival - Intermodal Out-Gate - Open Interchange Delivery - Open Interchange Receipt - Outgate to Rail Interchange - Ordered to Place - Origin Switch Interchange - Outgate to Rail Terminal or Satellite - Placement Actual - Placement Constructive - Pending - Pulled from Patron - Placed on Leased Track - From Customer - Place at Joint Industry - Placed On Leased Track - To Customer - Postpone - Problem Log Created - Pull from Joint Industry - Pulled From Leased Track - Customer Released with No Billing - Ramped - Conveyance Released - Crew and or Passengers Released - Release from Embargo Hold - Postal Reconsignment - Rejected by Shipper - Repended - Equipment Released - Receipted - Released Loaded from Customer - Released From Leased Track - Released Empty from Customer - Restore Annulled Train - Trip Released - Rail Yard Move - Scheduled Arrival Date - Satisfied - Scheduled Departure Date - Seized Equipment - Seized Equipment - Removed - Sailed - Scheduled Passing - Spot Date - To Storage - Actual - To Storage - Intend - Stored Unserviceable - Stored Prospective Load - Stored for Seasonal Use - Stored Serviceable - Driver's Country of Citizenship Missing - Suspended - Driver Missing Approved Western Hemisphere Travel Initiative (WHTI) Document - Train Delay Cancelled - Train Delay - Train Move Arrival - Train Move Departure - Train Overdue - Trip Planned - Lading Transferred - Train Reported Passing - To Repair Track - Unloaded From Vessel - Unable to Schedule - Vessel Arrival - Vessel Departure - Waived - Weigh - Withdrawn - Waybilled - Refuel - Fuel Reading - Mutually Defined - - - Off Invoice (Deduction from Original Invoice) - Debit/Credit Advice No Remittance Detail - Payment Accompanies Remittance Advice - Make Payment Only - Debit/Credit Advice with Remittance Detail - Plan and Submit Suggested Purchase Order(s) - Plan Order(s) and Ship Product - Notification Only - Remittance Information Only - Payment Requested (Adjustment to Account) - Reimbursement to Follow - Apply on Account - Memo/Additional Remittance Detail - Check Issuance Notice - Deduct from Next Remittance - Prenotification of Future Transfers - Credit Due, Payment Being Issued - Recurring Debit Authorization - Single Debit Authorization - Adjustment Requested - Split Payment and Remittance - Handling Party's Option to Split Payment and Remittance - Mutually Defined - - - Authorize - Add - Change (Update) - Delete - Verify - Send - Receive - Request - In Production Send - Not Capable of Taking Action - Add A Bill of Lading - Cancel Balance of Order/Item that Exceeds Value Specified in Data Element 610 - Cancelled - Delete a Bill of Lading - Eliminate/Expire - Final - Cancel Entire Order/Item - Master-In-Bond (MIB) Arrival - Reissue - Record - In Production Send and Receive - In Development/Send - In Development/Receive - In Development/Send and Receive - In Test/Send - In Test/Receive - In Test/Send and Receive - In Production Receive - Re-record - Status Query - Reject - Respond - Reverse - Recommend - Not Recommend - Mutually Defined - Authorize and Settle Combination - Adjourn - Approve - Auction - Cleared - Compose - Correct and Resubmit Claim - Consider - Create - Decide - Declare - Decree Recall - Disapprove - Dissolve - Escalation - On-Hold - Dropped - Bankruptcy Filed - Review Account - Moved - Follow Up - Change Phone Number - Payment Received - Follow Up - Account Active - Pursue - Return per Client Request - Pursue Legal Action - Active - Pursue Garnishment - New Assignment - Proceed - Repossess Merchandise - Adjust Payment - Change Address - Skiptrace Account - Close Account - Deceased - Update to Inactive - Account Paid in Full - Close Account - Refused to Pay - Review Account - Account Disputed - Review - Do Not Contact - Fair Debt Collection Practices Act (FDCPA) - Forward Account - Enforce - Extinguish - Judgment for Defendant - Judgment for Plaintiff - Complete - Justified - Legal Moratorium on Debts Incurred to Date - Meeting Held - Meeting Held and Opened - Moratorium - Not Filed - Not Justified - Partial Release - Provisional Moratorium - Readjudicate - Resolve - Resulted in a Suit - Resulted in No Liquidation - Set Aside - Settled out of Court - Sold - Stayed - Subordination - Surrender - Term Expired - Unsatisfied - Void - Suspended, 24 Hours - Dispute - Assign - Agent Change - Agent Hierarchy Change - Reactivate - Reconcile - Renew - Follow Up - Future - Letter of Authority Sent - New Premium Only - Pended for Follow Up - Countersue - Contact via Telephone Call - Contact via Fax - Mark - In Progress - Reconfirm - Send Record at End of the Fall Term - Send Record at End of the Winter Term - Send Record at End of the Spring Term - Send Record at End of the Summer Term - Send Record at End of the Intersession Term - Certified in total - Certified - partial - Not Certified - Pended - Upheld - Modified - Approved with Errors - Award - Abandon - Acknowledge - - Activate - Affirm - Added Commodity Codes - Added Equipment - Increase in Amount - Added Points Served - Allow - Annual Location Reconciliation - Appeal - Acquitted - Advanced Payment - Discovered - Appoint - Cancellation Not Effected - Mass Cancellation - Partial Cancellation - Board - Producer Reporting Structure Change - Background Investigation - License Request - Book of Business Transfer - Bifurcate - Print Loan Application Only - Guarantee Application Only - Guarantee Before Sending Application - Return Loan Application with Certification Data - Guarantee After Receiving Application - Use Both Date and Meter Criteria - Community Service Required - Convicted - Change Name - Cut - Concur - Completed Docket (Proposer Only and on Current Docket) - Charge - Confirm - Conditionally Grant - Closed - Commence - Consolidated - Correct - Counter Proposal - Process Immediate, Critical - Transfer of Claim for Security - Contact Payer - Continue - Convert - Claim Transferred - Deported - Dismissed - Division Adjustment Only - Shorten Expiration Date - Delivered to Another Carrier - Delete and Docket (Proposer Only on Unconcurred Docket) - Deny - Defer - Decrease - Extended Expiration Date - Dismissed with Prejudice - Dismissed without Prejudice - Dispose - Divert - Delivered to Public Warehouse - Direct - Discarded - Discontinue - Discharged - Establish Address - Establish Additional Address - Establish Electronic Address - Suppress Correspondence - Suppress Forms - Enter - End of Day Processing - Entire Patient Information - Extension Request - Evaluate - Extend - Exception Occurred - Fined - Fail - Factor Change - File - Forfeit - Patient Follow-Up Required - Grant - Process Manually - Hold Until Released - Found Not Guilty - Deactivate - Increase - Interim - Issue - Initiate - Jailed - Join - Judgment - Registration Confirmed - Left at Consignee - Liquidate - Merge - Mooting - No Action Required - Process Routinely, Not Critical - No Change - Not Present - Do Not Send - Order - Open - Use Date or Meter Criteria (whichever occurs first) - Other Unlisted Action - Sentenced to Probation - Tariff Publisher Add - Partial Transfer of Claim - Previously Converted - Tariff Publisher Delete - Preliminary Final - Provide Additional Information - Progress Payment - Proposed - Partial Patient Information - Present - Proposal - Proposal Trace - Publish Changes - Provisional Payment - Reopened - Send Record Now - Send Record at End of the Term - Send Record After Degree is Posted - Send Vocational Record Only - Transfer - Assumption - Terminate - Reinstate - Remove - Resecure - Returned to Carrier Facility - Rate and Division Adjustment - Released - Returned to Shipper's Facility (Other Than Original Shipping Location) - Refer - Recall - Restricted - Rate Adjustment - Rate Adjustment with a Sequence Change - Reschedule - Remand - Reject Proposal with Counter Proposal to Follow - Returned to Original Shipping Location - Request To Publish - Tariff Publisher Reissue - Reverse and Remand - Report Status - Restrain - Return - Revoke - Rescind - Replace - Reject - Header Level Errors - Secure - Suspended - Satisfy - Subrogate - Screen - Seal - Settle - Schedule - Serve - Sustain - Suspend - Sever - Seize - Temporarily Deny - Oppose - Temporarily Grant - Annul - Temporarily Grant, in Part - Trim - Disallow - Take Under Advisement - Vacate - Sight Verification Completed - Reconcile Historical Records - Withdrawn - Winterize - Accept - Waive - - - Damage Being Reported - - - Jurisdiction to Receive Credit for Uniform Commercial Code Filing - Transmitting Utility - Consignor - Census Schedule D - Uniform Commercial Code Filing Office - Current Address - Census Block Group - Home Address - Home Base Address - Census Tract - Census Schedule K - Local Address - Mailing Address - Office Address - Permanent Address - Birthplace - Worldwide Geographic Location Code - Nearest Cross Street - Secondary Cross Street - Range - Section - Quarter Section - Marker Identifier Location - Route - Route Subdivision - Grid Location - Page - Marker Type - Latitude-Longitude Source - Map Source - Map Reference - Grid Source - Aliquot - Block - District - Drainhole Number - City Block - Footage Call Direction - Location Direction - Outer Continental Lease Location - Lot - Map Quadrangle - Principal Meridian - Outer Continental Shelf Area - Outer Continental Shelf Block - Official Protraction Diagram - Quarter Quarter Quarter Section - Quarter Quarter Section - Section Type - Abstract - Labor - League - Survey - Tier - Tract - Universal Transverse Mercator Quadrant - Course Direction - Area - Sender's Location Code - Receiver's Location Code - Office - Annual Statements Mailing Address - City and State - All Points - Armed Services Location Designation - Branch - Business Economic Area (BEA) Region Code - Government Bill of Lading Office Code (GBLOC) - Place of Business - Geopolitical Name Code - Country of Origin - Confirmation Mailing Address - Country - Canada Customs Office Code - Correspondence Mailing Address - Congressional District - City - National Rate Basis (NRB) - Consolidated Metropolitan Statistical Area (CMSA) - County/Parish and State - In Tank Car - Canadian SPLC - County/Parish - Distribution Center Number - Destination (Shipping) - Delivery Location - District Office - Department - District of Residence - Domicile Type Code - Event Location - Borough - Employer Location - Factory - Freight Equalization Point - Foreign Freight Forwarder Location - Federal Information Processing Standards (FIPS) 55 (Named Populated Places) - U.S. Custom's Facilities Information and Resource Management Systems (FIRMS) - Freight Station Accounting Code - Foreign Trade Zone - Free Alongside Vessel (Free On Board [F.O.B.] Point) - Freight Station Geographic Location - International Air Transport Association (IATA) Location Qualifier - Issue Location - Military Standard Movement Procedures (MILSTAMP) - Postal - In Store - Intermediate FOB Point - Port of Embarkation - Port of Loading - Government Furnished Property FOB Point - Local Office - Mill - Main Campus - Metropolitan Sampling Area (MSA) Region Code - Mexican Postal Code - City/State from Points - Origin (After Loading on Equipment) - Other Unlisted Free On Board (FOB) Point - Open and Prepay Station List Code(SCAC & Number) - Other Unlisted Acceptance Point - Origin (Shipping Point) - On Vessel (Free On Board [FOB] point) - Port of Arrival - Port of Discharge - Policy Mailing Address - Place of Delivery - Port of Entry - Parents Address - Primary - Prior Business - Plant - Primary Metropolitan Statistical Area (PMSA) - Principal Servicing Office - Pool Point - 3 Digit U.S. ZIP - 4 Digit U.S. ZIP - 5 Digit U.S. ZIP - 3 Digit Canadian Postal Code - 6 Digit Canadian Postal Code - 9 DIGIT U.S. ZIP - 11 DIGIT U.S. ZIP - Rate Area Code - In Rail Car - Regional Education Service Agency - Region Code - Region - Rural - Standard Carrier Alpha Code - Route Administrative Message To - Secondary - Suburban - City/State and Points Within - School District - Summer - Storage - School Campus Code - U.S. SPLC - Store Number - State/Province - School - In Storage Tank - Switching District - Tank - Transcontinental Freight Bureau - Tribal Land - Terminal Cargo Location - Terminal - Township - Temporary - Rail Territory - Taxing District - United Nations Location Code (UNLOCODE) - Urban - Business Unit - Vacation - Village - Vessel Stowage Location - Wharf - Warehouse - Winter - National Center for Education Statistics Locale Code - Zone Code - Mutually Defined - - - - Inventory Adjustment (-) - Customer Shipment - Rejected Shipment - Stock Transfer - - - In Bond - Local - Order Notify - Origin Common Point (OCP) - Through - - - Billing Clerk - Carrier - Forwarder - Lending Official - Non-Recourse - Proposer - Rate Clerk - Release Value - Shipper - School Official - - - Intermodal Facility Not Available - Circus Type Ramp - Overhead Crane - Side Lifter - Both Crane and Side Lifter - Stack Train Facility - Facility has been Closed - Both Carload and Intermodal Facility Available - Port Facility - - - Carrier's Bond Covers Merchandise and Instruments of International Trade - Importer's Bond Covers Merchandise and Instruments of International Trade - Carrier's Bond Covers Instruments of International Trade - Empty - Empty Requiring Census Reporting - Importer's Bond Covers Instruments of International Trade - Loaded - Load Requiring Census Reporting - Total - - - Partial Short, Location Unknown - All Short - Damaged - Entire Shipment Refused - Overage - Partial Shipment - Wrong Product - - - Bill Back - Off Invoice - Vendor Check to Customer - Credit Customer Account - Charge to be Paid by Vendor - Charge to be Paid by Customer - Optional - Off Gross Quantity Invoiced - Allowance To Be Issued by Vendor - Allowance To Be Issued by Reseller - Charge Denied by Vendor - Cancel Allowance - Provide Amount - Information Only - Non-Payable Tax - Accrual Fund - Flat Fund - Cash in Advance - Calculate and Add to Invoice - Collect - Prepaid - Mutually Defined - - - Ship Date - Delivery Date - Invoice Date - Specified Date - Invoice Receipt Date - Anticipated Delivery Date - Effective Date - Invoice Transmission Date - Purchase Order Date - Invoice Verification Date - Completion And Acceptance Date - Approval of Sample Date - Approval of Gage Date - Quality Approval Date - Receipt of Goods - Quarter Start Date - Mutually Defined - - - Incoterms - Trade Terms Code - Mutually Defined - - - Cost and Freight - Cost, Insurance, and Freight - Carriage and Insurance Paid To - Carriage Paid To - Delivered at Frontier - Delivered At Place - Delivered At Terminal - Delivered Duty Paid - Deliver Duty Unpaid - Delivered Ex Quay - Delivered Ex Ship - Domestically Supplied - Delivered; Duty Unpaid - Ex Quay - Ex Ship - Ex Works - Free Alongside Ship - Free Carrier - Freight Carriage and Insurance Paid To - Freight Carriage Paid To - Free on Board - Free on Rail - Free on Truck - Non-privileged Foreign - Privileged Foreign - Mutually Defined - - - Basic - End of Month (EOM) - Fixed Date - Deferred or Installment - Discount Not Applicable - Mixed - Extended - Basic Discount Offered - Proximo - Instant - Elective - 10 Days After End of Month (10 EOM) - Seller to advise buyer - Previously agreed upon - Special Proximo - Prompt Payment Act - Terms not Applicable - Fixed Date, Late Payment Penalty Applies - Liquidation - Progress Payment - Fast Pay - Cash Discount Terms Apply - Payment Due Upon Receipt of Invoice - Anticipation - Cash Account - Cash on Advance - Cash on Arrival - Cash per Vendor Request - Cash by State Law - Cash with Order - Cash on Delivery (COD) - Lease Agreement - Net Month Following Invoice (MFI) - Sell by Note - Supplier Floor Plan - Contract Basis - Credit Controlled - Dating Given - Trade Acceptance - Bill to Bill - Letter of Credit - Lump Sum - Fixed Fee - Cost Plus - Bank Transfer - Basic Commission Terms - Bill of Exchange - Cash Against Documents - Certified Check - Discount with Advance Payment - Discount with Prompt Pay - Installment Payments are Due Annually - Installment Payments are Due Semi-annually - Installment Payments are Due Monthly - Installment Payments are Due Quarterly - Irrevocable Letters of Credit - Payment Order Through Bank - Promissory Notes - Secured Account - Letters of Credit at Sight - Deposit Required - Documents against Acceptance - Documents against Payment - Inter-company Account - Unknown - Partial Advance - Payment Upon Completion - United States Funds Required - Usance Bill - Progressive Discount - Cancellation Option - Consignment - Commercial Item Finance - No Charge - Prepayment - Redemption Options - Mutually Defined - - - Free Goods - Shrink Allowance - Count and Recount - Fuel Allowance - Allowance Non-Performance - Pallet Charge - Ocean Freight Charge - Drayage - Blast Freezing - Communication Expense - Handling In - Handling Out - Labor - Minimum Charge - Physical Inventory - Pick Rate - Postage - Slow Freezing - Storage - Supplies - Taking Weights - Telephone, Telex, Fax - United States Department of Agriculture (USDA) Inspection - Unloading - Withdrawal Line Item Rate - Direct Product Handling (DPC) - Price Adjustment Percent (PCT) - Post Damaged Handling (PDC) - Reclamation Center Handling (Chute) - Reclamation Shared Responsibility (SRS) - Maximum Price Percent (MAX) - Minimum Price Percent (MIN) - Conversion Allowance - Slip Sheet Allowance - Terms Allowance - Central Buy - Display Allowance - Early Buy Allowance - New Discount - New Warehouse - Competitive Marketing Allowance - Special Buy - Lump Sum - Trade Discount - Quantity Discount - Freight Allowance - Pickup Allowance - Warehouse Allowance - Vehicle Load Allowance - Unsaleable Merchandise Allowance - Label Allowance - Handling Allowance - Freshness/Leaker Allowance - Floor Stock Protection - Truckload Allowance - New Item Allowance - Slotting Allowance - New Distribution Allowance - Scanner Allowance - Allowance for Consignment Merchandise - New Store Allowance - Combination Performance and Non-performance - Direct Plant Ship Allowance - Mutually Defined - Performance Allowance - Glaze Allowance - In Transit Price Protection - COOP Credit - Cigarette Stamping - Swell - Grouped Items - Cents Off - Advertising Allowance - Voluntary Price Reduction - Pallet Allowance - Show Allowance - Indirect Customer Allowance - Adjustment - Check Adjustment - Funds Return - Generic Supply Charge - Hardware Maintenance Charge - Media Charge - Per Claim Charge - Per Item Media Charge - Programming Charge - Service Adjustment - Software Maintenance Charge - Goods and Services Credit Allowance - Tax Credit Allowance - Other Allowance - Taxes - Carrier - Special Handling - Freight - Insurance - Railcar Loading - Switch Charge - USDA Inspected, Stamping Certification - Labeling - Koshering - Warehouse - Palletizing - Enclosure - Surcharge - Stopcharge - Delivery Charge - Demurrage - Service Charge - Less Than Truckload Charge - Cut - Paralleling - Broken Lot - Special Packaging - Reel - Deposit Charge - Resale Item - Beverage Tax - Environmental Handling Charge - State or Province Tax - Deposit Charge - Non-Resale Item - Equipment Rental Charge - Equipment Service Charge - Inter-warehouse Freight Charge - Inbound Postage - Outbound Postage - Recycling Fee - Goods and Services Charge - Other Charges - - - More Than One Year - First Six-Month Period - Second Six-Month Period - - Under One Year - Next Three Months - Four Month Period - Average Monthly - Annual - Academic Period - Average Year - Buyer's Manufacturing Days - Bimonthly - Bi-weekly - Cycles - Calendar Year - Calendar Days - Work Days - Day - Calendar Year-to-Date - Campaign-to-Date - Election Cycle - This Period - To Date - Option Period at End of Lease - Fiscal Year Plus One Year - Fiscal Year Plus Two Years - Fiscal Year - Hours - Inception to Date - Maximum Calendar Days - As Required - Lease Termination Notification Period - Lease Term - Month to Date - Minutes - Month - Mean Time Between Stops - Mean Time Between Failure - Next Six Months - Plan Year to Date - Period to Date - Preceding 12 Months - Preceding Six Months - First Quarter - Second Quarter - Third Quarter - Fourth Quarter - Quarter of a Year - Semiannual - Seller's Manufacturing Days - Shift - Semimonthly - Summer Period - Tax Year - Weeks - Work Week - Weekly - Year to Date - Mutually Defined - - - From date of PO receipt to sample ready - From date of tooling authorization to sample ready - From date of receipt of tooling aids to sample ready - - From date of PO receipt to shipment - From date of PO receipt to delivery - From last booked order to delivery - From Date of Receipt of First Article to First Article Approval - From Date of a Specified Event to Delivery - From Date of First Delivery to Date of Subsequent Delivery(ies) - From Date Of Latest Delivery To Final Delivery - From Date Of Purchase Order or Contract Receipt To Product Ready - From Date Of Previous Delivery To Date Of Subsequent Delivery - From Date of Award to Midpoint of Effort - From Date of Award to Government Receipt of Bond - Before inventory is replenished based on stock check - From Bid Opening to Expiration of Bid - From Required-By Date to Expiration Date - From Date of Award to Date of Latest Delivery - From Date of Award to Date of Earliest Delivery - From Date of Award to Date of Completion - From Date of Award to Date of Delivery - From Date of Receipt of Item to Date of Approval of Item - From Date of Award to Expiration Date of Authorization - From Date of Order Preparation to Date of Order Placement - From Date of Award to Commencement of Performance - From Date of Award to Date of Option Exercise - From Date of Option Exercise to Date of Completion - From Date of Option Exercise to Date of Delivery - From Date of a Specified Event to Date of Option Exercise - From Date of Notice to Proceed to Commencement of Performance - From Date of Notice to Proceed to Completion - From the Date of Intended Delivery to Date of Notification of the Delivery - - - Standard or Regular Filings - To Order Shipments - Household Goods and/or Personal Effects - Military, Government, Diplomatic - Diplomatic Shipment - Carnet - United States Returned Goods - Informal - Vessel Import Manifest (Canadian) - Vessel Export Manifest (Canadian) - Vessel In-Transit Manifest (Canadian) - Vessel Consignment Import Manifest (Canadian) - Vessel Consignment Export Manifest (Canadian) - Vessel Consignment In-Transit Manifest (Canadian) - Rail Import Manifest (Canadian) - Rail Export Manifest (Canadian) - Rail In-Transit Manifest (Canadian) - House Bill of Lading (Canada) - Re-Manifest Manifest (Canadian) - Abstract Bill of Lading (Canada) - Rail Consignment Import - Rail Consignment Export - Rail Consignment In-Transit - Rail Manifest - Highway Import - Highway Export - Highway In-Transit - Highway Consignment Import - Highway Consignment Export - Highway Consignment In-Transit - Air Import - Air Export - Air In-Transit - Air Consignment Import - Air Consignment Export - Air Consignment In-Transit - Arrival Notice - Non-Rate EDI Network (REN) Autorated - Rate EDI Network (REN) Auto Receive - Rate EDI Network (REN) Auto Send - Appointment - Financial Institution Account Statement - Broker Filed - Government Bill of Lading - Privately Owned Personal Property Bill of Lading - Bill of Lading - Booking - Accounts Reconciliation - Balance and Transaction Reporting - Consolidator's Invoice - Controlled Disbursement Funding - Commercial Invoice - Cash Letter - Consolidation - Deposit List - Delivery Order - Depository Transfer - Electronic Presentments - Full Account Reconciliation - Freight Tender - Personal Property Tender - Transportation Control Movement Document (TCMD) - Lockbox Summary - Load Summary - Load Tender - Truckload (TL) Carrier Only - Manifest - Non-Rate EDI Network (REN) Manually Rated - Rate EDI Network (REN) Manual Receive - Rate EDI Network (REN) Manual Send - Partial Load Tender, Carrier Consolidate - Pro Forma Invoice - Paid List (All Debits) - Point to Point Rate Application - Partial Load Tender, Shipper Consolidate - Simulation of Single Shipment Less Release Units (U.S. Department of Defense) - Simulation of Consolidation of Vans, Trailers, or Pallets (U.S. Department of Defense) - Simulation of Consolidation of Packaging Containers (U.S. Department of Defense) - Simulation of Multiple Level Consolidation (U.S. Department of Defense) - Deposit Reconciliation - Reassociation Report - Partial Account Reconciliation - Simulation Single Shipment Release Unit (U.S. Department of Defense) - Range Reconciliation - Scale Rate Application - Single Package Shipment Status - Multiple Package Shipment Status - Single Shipment Invoice - Shipper's Letter of Instruction - Multiple Shipment Invoice - Single Shipment Status - Single Shipment Less Release Units (U.S. Department of Defense) - Consolidation of Vans, Trailers, or Pallets (U.S. Department of Defense) - Consolidation of Packaging Containers (U.S. Department of Defense) - Multiple Level Consolidation (U.S. Department of Defense) - Trailer Forecast - Government Guaranteed Traffic Tender - Trailer Manifest - Single Shipment Release Unit (U.S. Department of Defense) - Mutually Defined - - - Free-form - Structured (From Industry Code List) - Semi-structured (Code and Text) - - - Original - Cancellation - Add - Delete - Change - Replace - Confirmation - Duplicate - Status - Not Found - Response - Not Processed - Request - Advance Notification - Re-Submission - Proposed - Cancel, to be Reissued - Reissue - Seller initiated change - Final Transmission - Transaction on Hold - Information Copy - Draft - Incremental - Replace - Specified Buyers Parts Only - Verify - Query - Renewal - Allowance/Addition - Recovery/Deduction - Request for Payment - Payment Declined - Request Authority - Authority to Deduct (Reply) - Authority Declined (Reply) - No Financial Value - Response to Proposed Trip Plan - Commitment Advice - Corrected and Verified - Temporary Record - Request Permission to Service - Rejection - Follow-up - Cancellation with Refund - Transfer - Suspended - Original - No Response Necessary - Register - Historical Inquiry - Response to Historical Inquiry - Completion - Approval - Excavation - Expiration Notification - Initial - Chargeable Resubmission - Simulation Exercise - Completion Notification - Corrected - Final Loading Configuration - Granted - Proposed Loading Configuration - Release Hold - Revised Loading Configuration - Scan Based Trading - Status Update - Mutually Defined - - - Actual Pounds - Statute Mile - Seconds - Small Spray - Lifts - Digits - Strand - Heat Lots - Tire - Group - Outfit - Packet - Ration - Shot - Stick - 115 Kilogram Drum - 100 Pound Drum - 55 Gallon Drum - Tank Truck - Car Mile - Car Count - Locomotive Count - Caboose Count - Empty Car - Train Mile - Fuel Usage (Gallons) - Caboose Mile - Fixed Rate - Ton Miles - Locomotive Mile - Total Car Count - Total Car Mile - Count - Season - Tank Car - Frames - Transactions - Millimole - Terabecquerel - Quarter Mile - Base Unit - 20 Foot Container - 40 Foot Container - Deciliter per Gram - Grams per Cubic Centimeter - Theoretical Pounds - Grams per Square Centimeter - Actual Tons - Theoretical Tons - Kilograms per Square Meter - Pounds per 1000 Square Feet - Radians Per Second - Radians Per Second Squared - Roentgen - Ship Set - Volts Per Meter - Volts (Alternating Current) - Volts (Direct Current) - British Thermal Units (BTUs) Per Hour - Cubic Centimeters Per Second - Cubic Feet Per Hour - Cubic Feet Per Minute - Centimeters Per Second - Decibels - Kilobyte - Kilobecquerel - Kilocurie - Megagram - Megagrams Per Hour - Bin - Meters Per Minute - Milliroentgen - Millivolts - Horsepower Days per Air Dry Metric Tons - Catchweight - Kilograms per Air Dry Metric Tons - Kilopascal Square Meters per Gram - Kilopascals per Millimeter - Milliliters per Square Centimeter Second - Cubic Feet per Minute per Square Foot - Ounces per Square Foot - Ounces per Square Foot per 0.01 Inch - Basis Points - Degrees Lovibond - Megajoule - Manmonth - Pieces per 100 Grams - Pounds Per Pound of Product - Kilograms Per Liter of Product - Pounds Per Piece of Product - Kilograms Per Kilogram of Product - Kilograms Per Piece of Product - Pieces per 10 Pounds - Proof - Scoville Units - Water Activity - Terabytes - Milliliter per Second - Milliliter per Minute - Centisimal Hahnemannian Dilution (CH) - Super Bulk Bag - 500 Kilogram Bulk Bag - 300 Kilogram Bulk Bag - 25 Kilogram Bulk Bag - 50 Pound Bag - Bulk Car Load - Decimal Hahnemannian Dilution (DH) - Bobbin - Cap - Centistokes - Curie - 20-Pack - 100-Pack - Microliter - Meters Per Second - Meters Per Second Per Second - Milliamperes - Megabyte - Milligrams Per Hour - Megabecquerel - Microfarad - Newtons Per Meter - Ounce Inch - Ounce Foot - Pascal - Picofarad - Pounds Per Hour - Cubic Meter Per Hour - Ton Per Hour - Kiloliter Per Hour - Actual Kilograms - Actual Tonnes - Credits - Theoretical Kilograms - Theoretical Tonnes - Korsakovian (K) - Sitas - Mesh - Net Kilograms - Parts Per Million - Barrels per Minute - Batch - Gallons per Thousand - Proof Gallons - MMSCF/Day - Pounds per Thousand - Pump - Stage - Standard Cubic Foot - Hydraulic Horse Power - Count per Minute - Seismic Level - Seismic Line - Percent Weight - Parts Per Billion - Percent Per 1000 Hours - Failure Rate In Time - Pounds Per Square Inch Gauge - Coulomb - Oersteds - Siemens - Ampere - Test Specific Scale - Volt - Volt-Ampere Per Pound - Watts Per Pound - Ampere Turn Per Centimeter - Milli Pascals - Fifty Millesimal (LM) - Gauss - Mil - Kilogauss - Electron Volt - Pounds Per Square Inch Absolute - Henry - Ohm - Farad - Kilo Pounds Per Square Inch (KSI) - Foot Pounds - Joules - Pounds per Cubic Foot - Poise - Cord - Duty - Project - Program - Session - Square Kilometer - Saybold Universal Second - Stokes - Calories per Cubic Centimeter - Calories per Gram - Curl Units - 20,000 Gallon Tankcar - 10,000 Gallon Tankcar - 10 Kilogram Drum - 15 Kilogram Drum - Watt - Apothecary Pound - Briquet - Fold - Apothecary Ounce - Pillow - Seat - Family Unit - United States Pharmacopoeia (USP) Unit - Absorbance - Bloom Units - Brabender Units - Count per Ounce - Count per Pound - Count per Pouch - Milligrams per Gram - Dollars per Hours - Millipoises - Ball - Bulk Pack - Acre - - Amperes per Meter - Centigram - Angstrom - Additional Minutes - Average Minutes Per Call - Cop - Fathom - Access Lines - Ampoule - Minutes or Messages - Ampere-turn - Aluminum Pounds Only - Anti-hemophilic Factor (AHF) Units - Suppository - Assortment - Atmosphere - Ocular Insert System - Capsule - Powder-Filled Vials - Twenty - Assembly - British Thermal Units (BTUs) per Pound - British Thermal Units (BTUs) per Cubic Foot - Barrels per Day - Bunks - Batting Pound - Barrel, Imperial - Billet - Bun - Cycles - Board - Batt - Bale - Base Box - Bucket - Bundle - Beam - Board Feet - Bag - Brush - Bar - Band - Book - Block - Bolt - Bulk - Bottle - 100 Board Feet - Brake horse power - Barrel - Basket - Belt - Bushel - Bushel, Dry Imperial - Base Weight - Box - British Thermal Unit (BTU) - Million BTUs/Dekatherm - Calls - Composite Product Pounds (Total Weight) - Carset - Centiliter - Carload - Cost - Cell - Centipoise (CPS) - Cubic Decimeter - Coil Group - Case - Carboy - Cubic Centimeter - Carat - Centigrade, Celsius - Cubic Feet - Card - Container - Cubic Inches - Cone - Connector - Cylinder - Centimeter - Can - Cubic Meters (Net) - Crate - Cartridge - Cubic Meter - Cassette - Carton - Cup - Cover - Hundred Pounds (CWT) - Coil - Cubic Yard - Combo - Dollars, Canadian - Shares - Square Decimeter - Degrees Brix - Kilogram Per Square Centimeter - Degrees Lintner - Draize Score - Dyne per Square Centimeter - Days - Dry Pounds - Disk (Disc) - Degree - Deal - Dram - Decigram - Miles - Dispenser - Decagram - Kilometers - Deciliter - Decimeter - Deci Newton-Meter - Dollars, U.S. - Dozen Pair - Data Records - Drum - Display - Dry Ton - Dyne - Calendar Days - Dynes per Centimeter - Directory Books - Dozen - Hectometer - Inches, Fraction-Average - Inches, Fraction-Minimum - Inches, Fraction-Actual - Inches, Decimal-Average - Inches, Decimal-Actual - English, (Feet, Inches) - Each - Electronic Mail Boxes - Each per Month - Inches, Decimal-Nominal - Employees - Inches, Fraction-Nominal - Double-time Hours - Knots - Locations - Mixed Module - Multipack - Inches, Decimal-Minimum - Eleven pack - Equivalent Gallons - Prepack Assortment - Order - Envelope - Feet, Inches and Fraction - Feet, Inches and Decimal - Feet and Decimal - International Units per Gram - Thousand Cubic Feet Per Day - International Unit - Equivalent - Minim - MOL - Price Per Share - Fibers per Cubic Centimeter of Air - Fahrenheit - Fields - Blister Pak - Million Particles per Cubic Foot - Track Foot - Hundred Cubic Meters - Transdermal Patch - Micromolar - Sizing Factor - Fibers - Flake Ton - Million Cubic Feet - Clamshell Package - Fluid Ounce - Pounds per Sq. Ft. - Feet Per Minute - Feet Per Second - Foot - Furlong - Grams per 100 Cubic Inches - Fluid Ounce (Imperial) - Gallons Capacity - U.S. Gallons Per Minute - Imperial Gallons Per Minute - Gigabecquerel - Gill (Imperial) - Bit - Microfiche Sheet - Gigacalories - Gigabyte - Gallon - Gallons/Day - Grams per 100 Grams - Gross Barrels - Pounds per Gallon - Grams per 100 Centimeters - Great Gross (Dozen Gross) - Half Gallon - Imperial Gallons - Grams per Milliliter - Grams per Kilogram - Grams per Liter - Grams per Sq. Meter - Gross Gallons - Milligrams per Square Meter - Milligrams per Cubic Meter - Micrograms per Cubic Meter - Gram - Gross - Gross Kilogram - Gauss per Oersteds - Gigajoules - Gallons Per Thousand Cubic Feet - Grain - Gross Yard - Gage Systems - Half Pages - Electronic - Half Liter - 18-Pack - Hectoliter - 22-Pack - 30-Pack - 38-Pack - 62-Pack - 75-Pack - Hank - Hundred Boxes - Hundred Count - Half Dozen - Hundredth of a Carat - Hundred Feet - Hectogram - Hundred Cubic Feet - Hundred Sheets - Horsepower - Hundred Kilograms - Hundred Feet - Linear - Miles Per Hour - Millimeters of Mercury - Hundred Troy Ounces - Millimeter H20 - Hectare - Hours - Hundred Square Feet - Half Hour - Hundred - Hundred Weight (Short) - Hundred Weight (Long) - Hospital Beds - Hundred Yards - Hertz - Persons, Capacity - Pellet - Inch Pound - Inches Per Second (Vibration Velocity) - Counts per Inch - Person - Inches of Water - Inner Package - Inhaler - Column-Inches - Peaks per Inch (PPI) - Inches per Minute - Impressions - Inch - Insurance Policy - Stops - Counts per Centimeter - Inches Per Second (Linear Speed) - Inches Per Second Per Second (Acceleration) - Inches Per Second Per Second (Vibration Acceleration) - 80-Pack - Joule Per Kilogram - 81-Pack - 82-Pack - 84-Pack - 85-Pack - 96-Pack - 5000-Pack - Left Unit - Job - Jumbo - Caplet - Joule Per Kelvin - Joule per Gram - Mega Joule per Kilogram - Refill - Megajoule/Cubic Meter - Pan - Joint - Prepack - Jar - Use - Tin - Jug - Ovule - Exposure - Kilovolt Potential - Kilowatt Demand - Kilovolt Amperes Reactive Demand - Kilovolt Amperes Reactive Hour - Kilovolt Amperes - Kilovolt Amperes Reactive - Kiloliter - Kilowatt - Kilovolt - Kilograms per Millimeter Squared (KG/MM2) - Cake - Kilocharacters - Kilograms per Cubic Meter - Kilograms Decimal - Keg - Kilopackets - Kilogram - Kilowatt Hour - Kilograms/Millimeter Width - Kilosegments - 100 Kilograms - Kilograms/Meter - Kilograms per Square Meter, Kilograms, Decimal - Kilocalorie - Millequivalence Caustic Potash per Gram of Product - Kilometers Per Hour - Kilopascal - Kiloroentgen - Kit - Task - Kelvin - Kilograms per Millimeter - Milliliters per Kilogram - Right Unit - Liters Per Minute - Pounds Per Cubic Inch - Pound - Linear Centimeter - Lite - Linear Foot - Long Ton - Labor Hours - Linear Inch - Large Spray - Link - Lifetime - Linear Meter - Length - Lot - Liquid Pounds - Liters Per Day - Layer(s) - Lump Sum - Liter - Linear Yards Per Pound - Linear Yard - Magnetic Tapes - Milligrams per Liter - Millimeter-Actual - Mat - Monetary Value - Microcurie - Millibar - Micro Inch - Mega Pascals - Million British Thermal Units per One Thousand Cubic Feet - Machine/Unit - Millimeter-Nominal - Microgram - Air Dry Metric Ton - Milligram - Milligram per Sq. Ft. per Side - Metric Gross Ton - Microns (Micrometers) - Metric - Minutes - Milligrams Per Square Inch - Milliliter - Millimeter - Metric Net Ton - Months - Metric Ton - 1000 Meters - Meter - Square Millimeter - Metric Long Ton - Millicurie - Number of Mults - Metric Ton Kilograms - Mixed - Millimeter-Average - Millimeter-minimum - Pen Calories - Number of Lines - Print Point - Pen Grams (Protein) - Megahertz - Parts - Cartridge Needle - Milligrams per Kilogram - Barge - Car - Net Barrels - Net Liters - Messages - Net Gallons - Message Hours - Net Imperial Gallons - Number of Screens - Nights - Load - Nautical Mile - Train - Mho - Micro Mho - Short Ton - Trailer - Newton-Meter - Vehicle - Newton - Parts Per Thousand - Pounds Per Air-Dry Metric Ton - Thousand Gallons Per Day - Cubic Millimeter - Panel - Outlet - Billboard - Apothecary Grain - Ounces per Square Yard - Two pack - Overtime Hours - Operating Unit - Ounce - Av - Pages - Electronic - Percent - Pounds per Foot - Three pack - Four-pack - Five-pack - Six pack - Seven pack - Eight-pack - Nine pack - Pail - Pair Inches - Piece - Pad - Pounds Equivalent - Pallet (Lift) - Pounds Gross - Pack (PAK) - Pitch - Pounds, Decimal - Pounds per Square Foot - Pound Gage - Package - Pallet/Unit Load - Pounds-Percentage - Pounds Net - Pounds per Inch of Length - Plate - Pages per Inch - Pair - Pounds per Sq. Inch - Pint - Mass Pounds - Half Pint - Pounds per Inch of Width - Pint, Imperial - Peck, Dry U.S. - Peck, Dry Imperial - Quarter (Time) - Pint U.S. Dry - Meal - Fifty - Twenty-Five - Thirty-Six - Twenty-Four - Five - Pages - Facsimile - Pages - Hardcopy - Channel - Quarter Dozen - Photographs - Quarter - Quarter Hours - Quarter Kilogram - Quire - Quart, Dry U.S. - Quart - Quart, Imperial - Pica - Becquerel - Revolutions Per Minute - Calorie - Thousands of Dollars - Millions of Dollars - Billions of Dollars - Roentgen Equivalent in Man (REM) - Thousand Cubic Meters - Rack - Radian - Rod (area) - 16.25 Square Yards - Rod (length) - 5.5 Yards - Reel - Ring - Running or Operating Hours - Roll-Metric Measure - Roll - Ream - Ream-Metric Measure - Round - Pounds per Ream - Resets - Revenue Ton Miles - Run - Thousand Rounds - Semester - Trimester - Square Feet per Second - Square Meters per Second - Sixty-fourths of an Inch - Sessions - Storage Units - Standard Advertising Units (SAUs) - Slip Sheet - Sandwich - Square Mile - Square Centimeter - Solid Pounds - Section - Square Foot - Segment - Sheet - Square Inch - Sack - Split Tanktruck - Sleeve - Square Meter - Square Rod - Spool - Shelf Package - Square - Strip - Sheet-Metric Measure - Set - Skid - Skein - Shipment - Square Yard - Syringe - Telecommunications Lines in Service - Thousand pounds gross - Thousandths of an Inch - Thousand Pieces - Thousand Bags - Thousand Casings - Thousand Gallons - Thousand Impressions - Thousand Linear Inches - Thousand Kilowatt Hours/Megawatt-Hour - Tenth Cubic Foot - Tube - Truckload - Therms - Tote - Ten Square Yards - Gross Ton - Thousand - Thousand Square Inches - Thousand Sq. Centimeters - Tank - Thousand Feet (Linear) - Thousand Feet (Board) - Net Ton (2,000 LB). - Troy Ounce - Ten-pack - Thousand Feet - Ten Square Feet - Thousand Square Feet - Thousand Linear Meters - Thousand Linear Yards - Thousand Kilograms - Thousand Sheets - Troy Pound - Tray - Thousand Cubic Feet - Treatments - Tablet - Ten - Two Hundred Fifty - Torr - Telecommunications Lines in Service - Average - Telecommunications Ports - Tenth Minutes - Tenth Hours - Usage per Telecommunications Line - Average - Ten Thousand Yards - Unitless - Million Units - Unit - Troche - Wafer - Application - Dosage Form - Inhalation - Lozenge - Percent Topical Only - Milliequivalent - Dram (Minim) - Fifty Square Feet - Fifty Count - Flat - Pouch - Mixed Module - Multipack - Setpack - Prepack Assortment - Volt-ampere per Kilogram - Five Hundred - Vial - Percent Volume - Volt-ampere-reactive - Visit - Wet Kilo - Thimble Full - Watts per Kilogram - Wet Pound - Work Days - Wet Ton - Wine Gallon - Wheel - Weight per Square Inch - Week - Working Months - Pennyweight - Wrap - Milliliters of Water - Chains (Land Survey) - Bunch - Clove - Drop - Head - Heart - Leaf - Loaf - Portion - Base Box per Pound - Slice - Tablespoon - Teaspoon - Tub - Yard - 100 Lineal Yards - Years - Ten Yards - Lift Van - Chest - Cask - Hogshead - Lug - Conference Points - 13-pack Marketing - Newspaper Agate Line - 14-pack Marketing - Bimonthly - Biweekly - Semiannual - Kilojoule - Ping - 16-pack Marketing - 48-pack Component Parts - 51-pack Component Parts - 52-pack Component Parts - 60-pack Gift Packs - 72-pack Gift Packs - 83-pack Gift Packs - 10-pack Marketing - 120-pack Promotional - 150-pack Component Parts - Page - 200-pack Component Parts - 1000-pack Component Parts - 15-Pack - Per Annum - Mother Tincture (TM) - Nanogram - Barrel, Dry - Barrel, Liquid - Apothecary Scruple - Mutually Defined - - - Agent Details - Associated Business Areas - Borrower - Nationality Details - Assets - Liabilities - Additional Facility Details - Exemption Law Location Description - Forecast Details - Import and Export Details - Inventory Valuation - Product Brands Sold Description - Purchase Territory - Responsibilities - Supplier Description - Education Description - Liquidity Details - Former Activity Description - Division Description - Abbreviated Nomenclature - Access Instructions - Additional Claim Information - Action Taken - Actual Solution - Action - Additional Information - Actual Evaluation Summary - Adverse Event Terms - Description - Generic Chemical Name - Prevention Program Description - Risk Management Plan Description - Safety Comments - Summary - Allergies - All Documents - Alerts - Additional Manufacturer Narrative - Area of Operation - Application Notes - Appropriation Specifications - Bank Description - Business Founder - Business History - Banking Notes - Business Origin Description - Brand Names - Business Financing Details - Bill of Lading Note - Bureau Remarks - Authentication Information - Line of In-State Business - Relationship Information - Basis for Amount Due - Type of Debt - Land Use Purpose - Land Description - Basis of Calculation - General Business Description - Type of Business - Character of Business - Representation of Value - Supporting Statement, Tax, and Fee Computation - Cooperative Corporation Statement - Close Corporation Statement - Agreement to Abide by Laws - Stock Restrictions - Other Related Information - Prohibition Against Being an Officer - Qualification of Director - Nature of Charter - Statement of Assets and Liabilities - Bankruptcy Information - Certificate of Disclosure - Asset Detail - Statement Related to Regulation - Consideration to be Received - Other Lawful Provisions - Monetary Amount Description - Description of Title - Competition - Construction Details - Construction Financing - Construction Line of Business - Contract Details - Corporate Filing Details - Customer Description - Contract Details - Copyright Notice - Contingent Debt Details - Certification Narrative - Call for Appointment - Change - Cigarette Information - Circumstances Prior to Difficulty - Classifying Information - Security Clearance Instructions - Concomitant Medical Product Description - Maintenance Comment - Corrected Data - Consumer Comments - Conviction Act Details - Credit Report Alerts - Closing Comment - Credit Report Notes - Customs declaration - Ingredient Country of Origin - Tariff Country of Origin - Country of Last Processing - Country of Assembly - Logistics Country of Origin - Goals, Rehabilitation Potential, or Discharge Plans - Destination Control Statement - Deficiency Description Changes - Event Description - Delivery - Problem Description - Dose, Frequency and Route Description - Departure from Specification Comment - Diagnosis Description - Durable Medical Equipment (DME) and Supplies - Description of Damage - Outcome Description - Driver Out of Service Notice - Driver Out of Service Resolution - Detailed Statement of Work - Other Type of Group - Ballot Measure - Attachment - Board - Prohibited Contribution Circumstance - Committee Activity - Compensation Arrangement - Country Sub-Entity - Faction - Gift - In-Kind Contribution Use - Industry Group - Jurisdiction - Nature and Purpose of Other Lobbyist Employers - Description of Office - Party Considering Legislation - Description of Position - Description of Sponsor - Affiliation - Asset Disposition - Committee Interest - Compensation or Services Exchanged for Consideration - Contributor Interest - Description of Debt - Employer Description - Purpose of Employment - Description of Agency and Position - Description of Goods and Services - Length of Lobbying Actions - Lobbying Interest - Method of Disposal - Purpose of Credit - Description of Other Business Sub-Category - Other Type of Compensation - Description of Other Legislative Interest - Other Reason for Withdrawal - Other Type of Relationship - Other Temporary Residence - Other Type of Committee - Place Paid - Proposition - Reason for Purchase - Reason for Contribution - Description of Repayment Schedule - Service Description - Initiative - Description of Amendment - Type of Election - Other Type of Account - Interest Rate Description - In-Kind Contribution - Reason for Refund - Incidental Expenses - Environmental Conditions Description - Other Expenses - Other Income - Description of Receipt - Surplus Funds - Collateral - Contributor - Miscellaneous Receipt Transaction - Other Advertising - Estimate Comment - Equipment Condition Description - Other Necessary Personal Expense - Other Campaign Expense - Long-Term Liability - Short-Term Liability - Other Sponsor Expense - Emergency Certification - Other Transportation Expense - Refund - Reason for Return - Equipment Description - Equipment Function Description - Equipment Log Entry - Employment Comments - Estimate Method Description - Explanation for Non-Return of Device to Manufacturer - Error Notes - Event Location - Exemption Description - Exhibit Notes - Exercise Routine - Exterior Description - Final Deficiency Description - Fee Description - Repair Summary - Fair Labor Standards Act - Future Plans - Entire Transaction Set - General Product or Process Information - General Policy - General Specification Information - Household Goods Information - Interviewee Conversation - Intangible Description - Inventory (Stock) Description - Investment Description - Intercompany Relations - International Logistics Control Office (ILCO) - Problem Impact - Reason for Inspection - Insurance - General Order Instructions - Invoice Instruction - Income Verification Comments - Joint Venture Description - Labeling Instructions - Laboratory Data - Labeled Strength - Lender Use - Line Item - Liquor Information - Letters of Liability Agreements - Loan Details - Long Term Debt Description - Location Description Information - Loading Instructions - Legal Structure Details - Marital Contract Details - Motor Carrier Instructions - Device Operator Description - Medications - Manufacturing Instructions - Marketing Notes - Merger Description - Monetary Performance Details - Marketable Securities Description - Nonconformance Specification - Nameplate Data - Nutritional Requirements - Originator to Beneficiary Instructions - Obligation Description - Other Current Asset Description - Occupancy Information - Other Current Liability Description - Occupation - Outside the Continental U.S. (OCONUS) Rating Information - Originator Deficiency Description - Orders for Disciplines and Treatments - Original Legal Structure - Occupation Definition - Test Results Other Than Room Air - Ordering Restrictions - Other Remedial Action - Order Instructions - Other Instructions - Another Type of Number Description - Report Source Description - USDA Perishable Agricultural Commodities Act (PACA) - Payables - Process Specification - Product Specification - Employee Sharing Arrangements - Penalty Description - Performance - Partial Pressure of Oxygen (PO2) is 60 millimeters (MM) of Mercury (Hg) or above, or arterial blood oxygen saturation is 90% or above - Program Details - Property Improvement Description - Packaging Instructions - Payment - Primary Observation - Principals or Organization Comments - Property Owner Location Information - Principal Procedure Code Description - Priority - Public Record Notes - Previous Registered Office - Price Range - Problem Summary - Public Utility Message - Purchasing - Quantity Performance Details - Qualifications - Quotation Instruction - Reason for Delinquency Information - Recommendation - Treatment Refusal Note - Registered Activity - Report - Receivables - Reason for Leaving - Functional Limitations, Reason Homebound, or Both - Reason for Leave of Absence - Reasons Patient Leaves Home - Times and Reasons Patient Not at Home - Missing Report Explanation - Circuit Routing Instructions - Report Remarks - Place Where a Report was Submitted - Rent Verification Comments - Settlement Amount Notes - Ocean Shipping Container Information - Sentence Description - Settlement Submission Detail - Unusual Home, Social Environment, or Both - Safety Measures - Shipping Restrictions - Selling Means Description - Secondary Observation - Statement of Work - Special Instructions for the Distribution Center - Special Handling - Supplementary Plan of Treatment - Closing Instructions - School Attended Details - Status Comment - Sales Description - Spouse Information - School Graduated Details - Security Service Information - Shareholding Information - Signing Authority - Sales Territory - Tariff Abbreviation - Tariff Commodity Footnotes - Turkish Defense Affairs Authorization Information - Task Statement - Tariff Index - Tariff Rule - Tradeline Remarks - Toxic Organic Management Plan - Third Party Organization Notes - Transportation - Reportable Event Description - Tariff Rate Footnotes - Quality Information - Terms of Sale Description - Tariff Section Footnotes - Test Results - Unloading Instructions - Updated Information - Country of Origin per United States Department of Agriculture legislation - Verification Comments - Vehicle Out of Service Notice - Variation Notes - Warranty Information - Warehouse Instruction - Wrapping Instructions - Zero Discharge Certification Statement - Mutually Defined - - - International Telephone Access Code - Joint Facsimile and Phone Number - Message Only Voice Number - - Area Code - Alternate Telephone - Answering Service - Defense Switched Network - Beeper Number - BTX Number - Cable - Cellular Phone - Defense Data Network (DDN) - Internet Email Address - Electronic Data Interchange Access Number - Electronic Mail - Telephone Extension - Federal Telecommunications System (FTS) - Facsimile User Identifier - Facsimile - Home Facsimile Number - Home Phone Number - International Telephone - Modem Number - Night Telephone - Other Residential Facsimile Number - Other Residential Telephone Number - Appointment Phone - Personal Cellular - Personal Phone - Packet Switching - Showing Phone - Telephone - Telex - Telemail - Teletex Number - Text Message Address - TWX - Uniform Resource Locator (URL) - Voice Mail - Work Cellular - Work Facsimile Number - Work Phone Number - - - Review/Repricing Contact - Preferred Provider Organization (PPO) Contact - Health Maintenance Organization (HMO) Contact - Third-party Administrator (TPA) Contact - New Business Processing - Physician - Service Team - Underwriter - Local Contact - Automated Clearinghouse (ACH) Contact - Claim Approver - Applicant - Interviewer - Owner Representative - Appointment Scheduler - Concurrent Employer Contact - Authorized Representative - Appraiser - Administrative Contracting Officer - - Corporate Purchasing Agent - Authorized Financial Contact - Agent - After-Hours Contact - Additional Insurance Information Contact - Primary Contact - Alternate Contact - Administrator - Attention-to Party - Accounts Payable Department - Accounts Receivable Department - Authorized Signature - Material Safety Data Sheet Contact - Report Authorizer - Advisor - Co-investigator - Additional Contact Points at Institutions - Broker - Local Purchasing Agent - Broker Contact - Buyer Name or Department - Bill Inquiry Contact - Operations - Marketing Department - Technical Department - Work Broker Maintenance Manager - School Principal - Board Staff - Business Unit Manager - Carrier Contact - Co-borrower - Customer Contact Granting Appointment - Changed By - Computer Systems Contact - Contract Contact - Certifier - Customer Engineer - Chief Executive Officer - Change Order Approver - Chief Financial Officer - Chief Information Officer - Chairman of the Board - Chief Operating Officer - Container Manager - General Contact - Component Engineer - Cost and Schedule Coordinator - Customer Relations - CAD/CAM Specialist - Claimant - Auditing Contact - Clearinghouse Contact - Confirmed With - Payers Claim Office - Case Manager - Claim Recipient - Directory Advertising Contact - Delivery Contact - Division Director - Design Engineer - Director - Delivery Instructions Contact - Division Manager - Dental School Admissions Office - Discrepancy Report Reply Contact - Development - Estimator - Evening Programs Office - EDI Coordinator - Entered By - Emergency Contact-Shipper - Emergency Contact-Consignee - Emergency Contact-Military Surface Deployment and Distribution Command (SDDC) - Engineering - Emergency Contact - Engineer - Executive Officer - Employer Contact - Electronic Submission Recipient - Executive Vice-President - Expeditor - Financial Aid Office - Coordinator - Forwarder Contact - Primary Control Point - Licensee - Foreclosing Lender Administrative Contact - Functional Manager - Joint Work Agent - Office Manager - Marketing Director - Staff - Compliance Officer - Graduate Fine Arts Office - Graduate Business Office - Guidance Counselor - Graduate Engineering Office - Graduate Admissions Office - Hazardous Material Contact - Human Resources - Information Contact - International Logistics Control Office Point of Contact - Issuing Officer - Insured Party - Law Firm - Authorized Negotiator - Preaward Survey Manager - Accepting Official - Attorney - Clerk of Court - Law School Admissions Office - Logistics Contact - Maintenance Contact - Mayor - Medical Contact - Medical Admissions Office - Manufacturing - Manager - Multiple Listing Service Staff - Multiple Listing Service Vendor - Customer Maintenance Manager - Mexican Hazardous Information Contact - National Agent - Numerical Control Engineer - Notary Public - Notification Contact - Other Adult - Order Contact - Order Department - Office Staff - Owner - President - Plant Manager - Purchasing Contracting Officer (PCO) - Project Director - Process Engineer - Price Administration - Program Director - Provider - Preparer - Project Manager - Performance Evaluation Committee - Manufacturing Plant Contact - Product Manager - Probation or Legal Officer - Production Representative - Program Manager - Parent or Guardian - Prototype Coordinator - Personnel Department - Partner - Report Preparer - Participating Laboratory Contact - Principal Study Contact or Author - Purchase Service Provider - Packager - Patient - Quality Assurance Contact - Quality Coordinator - Quality Inspector - Quality Manager - Quoting Party - Ordering Officer - Port Engineer - Rental Company Administrative Contact - Real Estate Property Occupant - Rebate/Chargeback Contact - Receiving Dock - Receiving Contact - Real Estate Property Key Holder - Registrar - Responsible Person - Requestor - Rate Supervisor or Clerk - Respondant - Sales Administration - Student - Schedule Contact - Shipping Department - Service Organization - Student in Absentia - Secretary - Shipper Contact - Investigator - Spouse - School Clerk - Collector - Submitting Contact - Study Submitter Contact - Service Order Writer - Special Program Contact - Systems Administrator - Sales Representative or Department - Supervisor - Service Technician - Supplier Contact - Service Manager - Social Services Worker - Secondary Taxpayer - Traffic Administrator - Telephone Answering Service Contact - College of Education Admissions Office - Tender Developer - Treasurer - School of Theology Admissions Office - Transmitter - Tenant - Primary Taxpayer - Technical Marketing Representative - Platform Maintenance Manager - Undergraduate Admissions Office - Union President - Processor - Ultimate Receiver - School of Veterinary Medicine Admissions Office - Vice President - Warehouse - Witness - Technical Writer - Waiver Application Contact - Mutually Defined - - - Multiple Pickup Same Destination - Available to Ship - Billed Quantity - Available Now - No Shipping Schedule - Allocation - Available Now - Scheduled to Ship (date) - Available to Ship - Unbilled Quantity - Available - Back Ordered from Previous Order - Backordered, Manufacturer, Out-of-Stock - Back Ordered - Shipment Partial, Back Order to Ship on (Date) - Billed total - Billed week-to-date - Customer Inquiry - All Items - Components Missing - Shipment Complete on (Date) - Consolidated Freight - Shipment Includes Extra Items to Meet Price Break - Consolidated Load - Customer Inquiry - Shipped Items Only - Cancelled from Previous Order - Complete - Shipment Complete with Additional Quantity - Next Carrier Move on (Date) - Customer Inquiry - Unshipped Items Only - Partial Shipment on (Date), Considered No Backorder - Shipment Complete with Substitution - Combination - Cancelled Line Item - Due for Assortment - Delivered to Destination on (Date) - Deleted Order - Discontinued - Diverted Order - Dispose - Dating Requirements - Out Of Stock Condition - Equipment Capacity - Expect to Ship By (Date) - Expect To Ship Week of (Date) - Expect to Deliver by - Units Not Shipped By Agent - To Be Shipped From Factory - Held Awaiting Qualification - Item Canceled - Insufficient Information - In Process - Inquiry by Purchase Order - Item Represents Substitution from Original Order - Shipment late - Last Shipment on (Date) - Number of Late Weeks - Missing Components Furnished - Not Yet Published - Not in Process - No Shipping Schedule - Not In Process, Scheduled to Ship on (Date) - No Shipping Schedule - Out of Bill & Hold Goods - Order Sent to Factory for Production on (Date) - Out of Print - Temporarily Out of Stock - Reorder - Purchase Order Inquiry - All Items - Production - Purchase Order Complete - Product On Hold - Purchase Order Inquiry - Shipped Items Only - Packed-to-Date as of (Date) - Part Lot, Stop Off - In Process - No Shipping Schedule - Purchase Order Inquiry - Unshipped Items Only - Purchase Order Inquiry - Specific Items - Partial Shipment - In Process, Scheduled to Ship On (Date) - Part Lot - Quantity Net Due - Quantity Past Due - Released to Carrier (Date) - Revised Expect to Ship By (Date) - Recall - Received Total - Revised Expect to Ship Week of (Date) - Shipment Quantity Increase - Seconds Available to Ship - Billed Quantity - Shipment Quantity Decrease - Shipped Damaged - Replacement Shipment - Shipped and Held in Bond at Contractor's Plant - Shipped and Held as Government-Furnished Property - Shipped (Date) - Shipment Late, Scheduled to Ship on (Date) - Shipped or Performed as Indicated - Shipment Underrun Quantity - Shipped - to - Date through (Date) - Scheduled for Production at Factory on (Date) - Scheduled to ship (Summary quantity) - Split Shipment - Stop Off - Seconds Available to Ship - Unbilled Quantity - Unbilled Quantity Balance - Unavailable - Unsolicited Report - Item Invoiced - Shipment to Follow - Mutually Defined - - - Alternate Quantity and Unit of Measure - Balancing Quantity - Blueprint Deviation - Transportation Limitations - Source Limitations - Contract Limitations - Destination Limitations - Confirmation Limitations - Other Limitations - Date Change - Estimated Quantity - Feasibility Issue - Gross Volume per Pack and Unit of Measure - Gross Weight per Pack - Length Difference - Pack/Size Measure Difference - Minimum Order - Pack Difference - Pack Qualifier - Product/Services ID Change - Quantity on Hand - Quantity Ordered - Quantity Based on Price Qualifier - Quantity Price Break - Size Difference - Unit of Measure Difference - Unit Price - Width Difference - Weight Qualifier/Gross Weight per Package - Mutually Defined - - - Full Liability - Limited Liability - - - Cancel After - Delivery Requested - Invoice - Purchase Order - Sailing - Sold - Effective - Purchase Order Received - Process - Requested Ship - Shipped - Terms Discount Due - Terms Net Due - Deferred Payment - Promotion Start - Promotion End - Estimated Delivery - Available - Unloaded - Check - Charge Back - Freight Bill - Promotion Order - Start - Promotion Order - End - Promotion Ship - Start - Promotion Ship - End - Promotion Requested Delivery - Start - Promotion Requested Delivery - End - Promotion Performance - Start - Promotion Performance - End - Promotion Invoice Performance - Start - Promotion Invoice Performance - End - Promotion Floor Stock Protect - Start - Promotion Floor Stock Protect - End - Delivered - Expiration - Ship Not Before - Ship No Later - Ship Week of - Status (After and Including) - Status (Prior and Including) - Superseded - Publication - Settlement Date as Specified by the Originator - Endorsement Date - Field Failure - Functional Test - System Test - Prototype Test - Received - Cumulative Quantity Start - Cumulative Quantity End - Buyers Local - Sellers Local - Confirmed - Estimated Port of Entry - Actual Port of Entry - Customs Clearance - Inland Ship - Engineering Change Level - Cancel if Not Delivered by - Blueprint - Do Not Deliver After - Do Not Deliver Before - 1st Schedule Delivery - 1st Schedule Ship - Current Schedule Delivery - Current Schedule Ship - Promised for Delivery - Scheduled for Delivery (After and Including) - Requested for Delivery (After and Including) - Promised for Delivery (After and Including) - Scheduled for Delivery (Prior to and Including) - Requested for Delivery (Prior to and Including) - Promised for Delivery (Prior to and Including) - Scheduled for Delivery (Week of) - Requested for Delivery (Week of) - Promised for Delivery (Week of) - Promised for Shipment - Scheduled for Shipment (After and Including) - Requested for Shipment (After and Including) - Promised for Shipment (After and Including) - Scheduled for Shipment (Prior to and Including) - Requested for Shipment (Prior to and Including) - Promised for Shipment (Prior to and Including) - Scheduled for Shipment (Week of) - Requested for Shipment (Week of) - Promised for Shipment (Week of) - Inquiry - Report Start - Report End - Contract Effective - Contract Expiration - Manufacture - Bill of Lading - Discharge - Transaction Creation - Bid (Effective) - Bid Open (Date Bids Will Be Opened) - No Shipping Schedule Established as of - No Production Schedule Established as of - Issue - Award - System Survey - Quality Rating - Required By - Deposit - Postmark - Received at Lockbox - Originally Scheduled Ship - Manifest/Ship Notice - Buyers Dock - Sample Required - Tooling Required - Sample Available - Scheduled Interchange Delivery - Requested Pickup - Test Performed - Control Plan - Feasibility Sign Off - Failure Mode Effective - Group Contract Effective - Group Contract Expiration - Wholesale Contract Effective - Wholesale Contract Expiration - Replacement Effective - Customer Contract Effective - Customer Contract Expiration - Item Contract Effective - Item Contract Expiration - Accounts Receivable - Statement Date - Ready for Inspection - Booking - Technical Rating - Delivery Rating - Commercial Rating - Estimated - Actual - Assigned - Loss - Due Date of First Payment to Principal and Interest - Estimated Acceptance - Opening Date - Closing Date - Due Date Last Complete Installment Paid - Date of Local Office Approval of Conveyance of Damaged Real Estate Property - Date Deed Filed for Record - Service Period Start - Service Period End - Effective Date of Change - Service Interruption - Adjustment Period Start - Adjustment Period End - Allotment Period Start - Test Period Start - Test Period Ending - Bid Price Exception - Samples to be Returned By - Loaded on Vessel - Pending Archive - Actual Archive - First Issue - Final Issue - Message - Most Recent Revision (or Initial Version) - Release - Product Availability Date - Supplemental Issue - Revision - Correction - Week Ending - Month Ending - Cancel if not shipped by - Expedited on - Cancellation - Hold (as of) - Hold as Stock (as of) - No Promise (as of) - Stop Work (as of) - Will Advise (as of) - Connection - Inventory - Vessel Registry - Invoice Period Start - Invoice Period End - Credit Advice - Debit Advice - Released to Vessel - Material Specification - Delivery Ticket - Period Start - Period End - Contract Re-Open - Start - End - Completion - Seal - Assembly Start - Acceptance - Master Lease Agreement - First Produced - Official Rail Car Interchange (Either Actual or Agreed Upon) - Transmitted - Status (Outside Processor) - Status (Commercial) - Lot Number Expiration - Contract Performance Start - Contract Performance Delivery - Service Requested - Returned to Customer - Adjustment to Bill Dated - Date of Repair/Service - Interruption Start - Interruption End - Spud - Initial Completion - Plugged and Abandoned - Penalty - Penalty Begin - Birth - Birth Certificate - Adoption - Christening - Lease Commencement - Lease Term Start - Lease Term End - Rent Start - Installation - Progress Payment - Claim Statement Period Start - Claim Statement Period End - Settlement Date - Delayed Billing (Not Delayed Payment) - Lender Credit Check - Student Signed - Schedule Release - Baseline - Baseline Start - Baseline Complete - Actual Start - Actual Complete - Estimated Start - Estimated Completion - Start no earlier than - Start no later than - Finish no later than - Finish no earlier than - Mandatory (or Target) Start - Mandatory (or Target) Finish - Early Start - Early Finish - Late Start - Late Finish - Scheduled Start - Scheduled Finish - Original Early Start - Original Early Finish - Rest Day - Rest Start - Rest Finish - Holiday - Holiday Start - Holiday Finish - Base - Timenow - End Date of Support - Date Account Matures - Date Filed - Penalty End - Exit Plant Date - Latest On Board Carrier Date - Requested Departure Date - Approved - Contract Start - Contract Definition - Last Item Delivery - Contract Completion - Date Course of Orthodontics Treatment Began or is Expected to Begin - Over Target Baseline Month - Previous Report - Funds Appropriation - Start - Funds Appropriation - End - Employment or Hire - Retirement - Medicare - Consolidated Omnibus Budget Reconciliation Act (COBRA) - Premium Paid to Date - Coordination of Benefits - Plan - Benefit - Education - Earnings Effective Date - Primary Care Provider - Initial Disability Period Return To Work - Initial Disability Period Last Day Worked - Latest Absence - Illness - Enrollment Signature Date - Consolidated Omnibus Budget Reconciliation Act (COBRA) Qualifying Event - Maintenance - Maintenance Effective - Latest Visit or Consultation - Net Credit Service Date - Adjustment Effective Date - Eligibility - Pre-Award Survey - Plan Termination - Date of Closing - Latest Receiving Date/Cutoff Date - Salary Deferral - Cycle - Disability - Offset - Prior Incorrect Date of Birth - Corrected Date of Birth - Added - Failed - Date Foreclosure Proceedings Instituted - Purchased - Put into Service - Replaced - Returned - Disbursement Date - Guarantee Date - Quarter Ending - Changed - Terminated - Referral Date - Evaluation Date - Placement Date - Individual Education Plan (IEP) - Re-evaluation Date - Dismissal Date - Employment Begin - Employment End - Medicare Begin - Medicare End - Consolidated Omnibus Budget Reconciliation Act (COBRA) Begin - Consolidated Omnibus Budget Reconciliation Act (COBRA) End - Premium Paid to Date Begin - Premium Paid to Date End - Coordination of Benefits Begin - Coordination of Benefits End - Plan Begin - Plan End - Benefit Begin - Benefit End - Education Begin - Education End - Primary Care Provider Begin - Primary Care Provider End - Illness Begin - Illness End - Eligibility Begin - Eligibility End - Cycle Begin - Cycle End - Initial Disability Period Start - Initial Disability Period End - Offset Begin - Offset End - Plan Period Election Begin - Plan Period Election End - Plan Period Election - Due to Customer - Submittal - Estimated Departure Date - Actual Departure Date - Estimated Arrival Date - Actual Arrival Date - Order Start - Order End - Delivery Start - Delivery End - Contract Costs Through - Financial Information Submission - Business Termination - Applicant Signed - Cosigner Signed - Enrollment - Adjusted Hire - Credited Service - Credited Service Begin - Credited Service End - Deferred Distribution - Payment Commencement - Payroll Period - Payroll Period Begin - Payroll Period End - Plan Entry - Plan Participation Suspension - Rehire - Retermination - Termination - Valuation - Vesting Service - Vesting Service Begin - Vesting Service End - Duplicate Bill - Adjustment Promised - Adjustment Processed - Year Ending - Production - Material Classification - Weighed - Date of Deed in Lieu - Date of Firm Commitment - Expiration Date of Extension to Foreclose - Date of Notice to Convey - Date of Release of Bankruptcy - Optimistic Early Start - Optimistic Early Finish - Optimistic Late Start - Optimistic Late Finish - Most Likely Early Start - Most Likely Early Finish - Most Likely Late Start - Most Likely Late Finish - Pessimistic Early Start - Pessimistic Early Finish - Pessimistic Late Start - Pessimistic Late Finish - First Payment Due - First Interest Payment Due - Subsequent Interest Payment Due - Irregular Interest Payment Due - Guarantor Received - Onset of Current Symptoms or Illness - Submission - Removed - Statement - Admission - Insurance Card - Spouse Retirement - Onset of Similar Symptoms or Illness - Accident - Release of Information - Prior Placement - Date of Death - Peer Review Organization (PRO) Approved Stay - First Visit or Consultation - Initial Placement - Replacement - Occurrence - Occurrence Span - Occurrence Span From - Occurrence Span To - Initial Fee Due - Appliance Placement - Acute Manifestation of a Chronic Condition - Initial Treatment - Last X-Ray - Surgery - Continuous Passive Motion (CPM) - Certification - Nursing Home From - Nursing Home To - Last Certification - Date of Local Office Approval of Conveyance of Occupied Real Estate Property - Begin Therapy - Oxygen Therapy From - Oxygen Therapy To - Oxygen Therapy - Signature - Prescription Fill - Provider Signature - Date of Local Office Certification of Conveyance of Damaged Real Estate Property - Prescription - Service - Medicaid Begin - Medicaid End - Medicaid - Peer Review Organization (PRO) Approved Stay From - Peer Review Organization (PRO) Approved Stay To - Prescription From - Prescription To - Arterial Blood Gas Test - Oxygen Saturation Test - Pregnancy Begin - Pregnancy End - Last Menstrual Period - Injury Begin - Injury End - Nursing Home - Collateral Dependent - Collateral Dependent Begin - Collateral Dependent End - Sponsored Dependent - Sponsored Dependent Begin - Sponsored Dependent End - Deductible - Out-of-Pocket - Contract Audit Date - Latest Delivery Date at Pier - Mortgagee Reported Curtailment Date - Mortgagee Official Signature Date - Resubmission - Expected Reply - Dropped to Less than Half Time - Repayment Begin - Loan Servicing Transfer - Loan Purchase - Last Notification - Extract - Extended - Servicer Signature Date - Date Packed - Shelf Life Expiration - Warranty Expiration - Overhauled - Transferred - Notified - Discovered - Inspected - Voucher (Date of) - Date Bankruptcy Filed - Date of Damage - Date Hazard Insurance Policy Cancelled - Expiration Date to Submit Title Evidence - Date of Claim - Date of Notice of Referral for Assignment - Date of Notice of Probable Ineligibility for Assignment - Date of Foreclosure Notice - Expiration of Foreclosure Timeframe - Date Possessory Action Initiated - Date of Possession - Date of Last Installment Received - Date of Acquisition of Title - Expiration of Extension to Convey - Date of Assignment Approval - Date of Assignment Rejection - Curtailment Date from Advice of Payment - Expiration of Extension to Submit Fiscal Data - Date Documentation, or Paperwork, or Both Was Sent - Makegood Commercial Date - Policy Effective - Policy Expiration - Employee Effective Date of Coverage - Claim Administrator Notified of Employee Legal Representation - Last Premium Paid Date - Employer Knowledge of the Injury - Claim Administrator Knowledge of the Injury - Date of Maximum Medical Improvement - Date of Loan - Date of Advance - Beginning Lay Date - Certificate Effective - Benefit Application Date - Actual Return to Work - Released Return to Work - Ending Lay Date - Employee Wages Ceased - Last Salary Increase - Employee Laid Off - Injury or Illness - Oldest Unpaid Installment - Preforeclosure Acceptance Date - Preforeclosure Sale Closing Date - Date of First Uncured Default - Date Default Was Cured - Date of First Mortgage Payment - Date of Property Inspection - Date Total Amount of Delinquency Reported - Date Outstanding Loan Balance Reported - Date Foreclosure Sale Scheduled - Date Foreclosure Held - Date Redemption Period Ends - Date Voluntary Conveyance Accepted - Date Property Sold - Date Claim Paid - Action Begin Date - Projected Action End Date - Action End Date - Original Maturity Date - Date Referred to Attorney for Foreclosure - Planned Release - Actual Release - Contract Period - Report Period - Suspension - Reinstatement - Report - First Contact - Projected Foreclosure Sale Date - Date Assignment Filed for Record - Date of Appraisal - Expiration Date of Extension to Assign - Date of Extension to Convey - Date Hazard Insurance Policy Refused - High Fabrication Release Authorization - High Raw Material Authorization - Material Change Notice - Latest Delivery Date at Rail Ramp - Rejected - Repayment Schedule Sent - As Of - First Submission - Subsequent Submission - Renewal - Withdrawn - Certification Period Start - Certification Revision - Continuous Coverage Date(s) - Prearranged Deal Match - Contingency End - Oxygen Therapy Evaluation - Shut In - Allowable Effective - First Sales - Date Acquired - Interviewer Signed - Application Logged Date - Review Date - Decision Date - Previously Resided - Reported - Checked - Settled - Presently Residing - Employed in this Position - Verified - Second Admission Date - Account Opened - Account Closed - Property Acquired - Property Built - Employed in this Profession - Next Review Date - Initial Contact Date - Date of Last Update - Second Discharge Date - Date of Last Draw - Complaint - Option - Solicitation - Clause - Meeting - Rental Period - Next Pay Increase - Period Covered by Source Documents - Document Due - Court Notice - Expected Funding Date - Assignment Recorded - Case Reopened - Previous Court Event - Last Date to Object - Court Event - Last Date to File a Claim - Case Converted - Debt Incurred - Judgment - Wages Start - Wages End - Date Through Which Property Taxes Have Been Paid - Paid Through Date - Date Paid - Anesthesia Administration - Price Protection - Claim Incurred - Book Entry Delivery - Rate Adjustment - Next Installment Due Date - Daylight Overdraft Time - Presentment Date - Negotiated Extension Date - Remittance - Security Rate Adjustment - Filing Period - Review Period End - Requested Settlement - Last Screening - Confinement - Arrested - Convicted - Interviewed - Last Visit - Recovery - Time in U.S. - Future Period - Previous Period - Interest Paid To - Date of Seizure - Setoff - Override Date for Settlement - Settlement Date (From Interline Settlement System (ISS) only) - Sending Road Time Stamp - Retransmission Time Stamp - Delivery Appointment Date and Time - Interest Paid Through - Date Material Usage Suspended - Last Payment Made - Past Due - Analysis Month Ending - Date of Specification - Date of Standard - Return to Work Part Time - Paid-through Date for Salary Continuation - Paid-through Date for Vacation Pay - Paid-through Date for Accrued Sick Pay - Appraisal Ordered - Date of Operation - Best Time to Call - Verbal Report Needed - Estimated Escrow Closing - Permit Year - Remodeling Completed - Current Month Ending - Previous Month Ending - Cycle to Date - Year to Date - On Hold - Off Hold - Facsimile Due By - Reporting Cycle Date - Last Paid Installment Date - Claims Made - Date of Last Payment Received - Curtailment Date - Pool Settlement - Next Interest Change Date - Most Recent Hemoglobin or Hematocrit or Both - Most Recent Serum Creatine - Closed - Therapy - Implantation - Explantation - Date Became Aware - First Marketed - Last Marketed - New Due Date of First Payment to Principal and Interest - New Maturity Date - Current - Expected Problem Resolution - Alternate Problem Resolution - Fee Capitalization - Interest Capitalization - Next Payment Due - Conversion to Repayment - End of Grace - School Refund - Simple Interest Due - Date Practice Ceased - Printed - Date Practice Established - Drop Action Date - Most Recent Renewal - Original - Outside Auditor's Report - Pre-certification Date - Back on Market - Status - Benefit Adjustment Start - Off-Market - Tour - Benefit Adjustment End - Listing Received - Benefit Adjustment Period - Anticipated Closing - Last Publication - Sold Book Publication - Occupancy - Contingency - Percolation Test - Septic Approval - Title Transfer - Open House - Benefit Credit Period - Benefit Transfer Period - Homestead - Sanction - Tail Coverage Begin - Tail Coverage End - Training Begin - Training End - Verification Received - Verification Sent - State Residency Date - Effective Date of the Routing File - Test Data Analysis - Midpoint of Performance - Acquisition Date - Date of Action - Paid in Full - Refinance - Voluntary Termination - Customer Order - Stored - Selected - Posted - Document Received - Rebuilt - Marriage - Customs Entry Date - Payment Due Date - Maturity Date - Trade Date - Gallons Per Minute (GPM) Test Performed - British Thermal Unit (BTU) Test Performed - Last Accounts Filed at Public Registration Agency - Real Estate Tax Year - Final Reconciliation Value Estimate as of - Map - Opinion - Version - Original Due Date - Incumbency Period - Audience Deficiency Period - Aired Date - Schedule - Paid Through Date for Minimum Payment - Paid Through Date for Total Payment - Election - Engineering Data List - Last Production - Not Before - Not After - Initial Claim - Benefits Paid - Wages Earned - Adjusted Start - Adjusted End - Revised Adjusted Start - Revised Adjusted End - Field Test - Mortgage Note Date - Alternative Due Date - First Payment Change - First Rate Adjustment - Alternate Base Period - Prior Notice - Appointment Effective - Appointment Expiration - Company Termination - Continuing Education Requirement - Distributor Effective - Distributor Termination - Examination - Incorporation Dissolution - Last Follow-up - License Effective - License Expiration - License Renewal - License Requested - Mailed - Paperwork Mailed - Previous Employment - Previous Employment End - Previous Employment Start - Previous Residence - Previous Residence End - Previous Residence Start - Request - Resident License Effective - Resident License Expiration - State Termination - Texas Line Termination - Acceleration - Adjusted Contestability - Application Entry - Approval/Offer - Automatic Premium Loan - Collection - Confinement End - Confinement Start - Contestability - Flat Extra End - Last Activity - Last Change - Last Episode - Last Meal - Loan - Application Status - Maturity - Medical Information Signature - Medical Information System - Note - Offer Expiration - Original Receipt - Placement - Placement Period Expiration - Processing - Recapture - Re-entry - Reissue - Requalification - Reinsurance Effective - Reservation of Facility - Settlement Status - Table Rating End - Termination of Facility - Treatment - Department of Labor Wage Determination Date - Order - Resolved - Execution Date - Capitation Period Start - Capitation Period End - Last Date for a Government Agency to File a Claim - Adjustment Period - Activity - Mail By - Preparation - Payment Initiated - Payment Effective - Application - Reclassification - Reclassification (Exit Date) - Post-Reclassification - Post-Reclassification (First Report Card) - Post-Reclassification (First Semi-annual) - Post-Reclassification (Second Semi-annual) - Post-Reclassification (End of Second Year) - Adjusted Death Benefit - Anniversary - Annuitization - Annuity Commencement Date - Bill - Calendar Anniversary - Contract Mailed - Early Withdrawal - Fiscal Anniversary - Income - Initial Premium - Initial Premium Effective - Last Premium Effective - Minimum Required Distribution - Next Anniversary - Notice - Notification of Death - Partial Annuitization - Plan Anniversary - Policy Surrender - Prior Contract Anniversary - Prior Contract Issue - Signature Received - Tax - Benefit Period - Month to Date - Semiannual Ending - Surrender - Plan of Treatment Period - Prior Hospitalization Date(s) Related to Current Service(s) - Original Name Change - Date Requested - Request for Quotation - Quote - Recorded Date - Required Delivery - Quote to be Received By - Continuation of Pay Start Date - Document Date - Estimated Point of Arrival - Estimated Point of Discharge - Cancel After, Ex Country - Cancel After, Ex Factory - Do Not Ship Before, Ex Country - Do Not Ship Before, Ex Factory - Final Scheduled Payment - Actual Discharge - Address Period - Arrival in Country - Citation - Suspension Effective - Crime - Discharge - Planned - Draft - Due Date - Event - First Involvement - Guarantee Period - Income Increase Period - Installment Date - Last Civilian Flight - Last Flight - Last Insurance Medical - Last Military Flight - Last Physical - License - Medical Certificate - Medication - Net Worth Date - Next Activity - Ownership Change - Ownership Period - Rate Date - Requested Contract - Requested Offer - Sales Period - Tax Year - Time Period - Travel - Treatment End - Treatment Start - Trust - Worst Time to Call - Registration - Revoked - Estimated Date of Birth - Last Annual Report - Legal Action Started - Lien - Payment Period - Profit Period - Registered - Consolidated - Board of Directors Not Authorized As Of - Board of Directors Incomplete As Of - Manager Not Registered As Of - Citizenship Change - Participation - Capitalization - Registration of Board of Directors - Ceased Operations - Satisfied - Terms Met - Asset Documentation Expiration - Credit Documentation Expiration - Income Documentation Expiration - Product Held Until - Immigration Date - Estimated Immigration Date - Current Disability Period Start - Current Disability Period End - Current Disability Period Last Day Worked - Benefit Type Gross Weekly Amount Effective - Benefit Type Net Weekly Amount Effective - Benefit Type Period Start - Benefit Type Period End - Benefit Debit Start - Acknowledgment - Benefit Debit End - Benefit Credit Start - Benefit Credit End - Benefit Transfer Start - Benefit Transfer End - Wage Effective - Full Denial Effective - Full Denial Rescission - Payment Issue - Payment Period Start - Payment Period End - Employer Reported Injury To Claim Administrator - Survey Year - Controvert Date - Billed Through - Business Control Change - Court Registration - Annual Report Due - Claim Notification Received - Conversion Privilege End - Dividend Applied - In-force - Paid-up - Premium Change - Policy Effective on or before - Asset and Liability Schedule - Annual Report Mailed - Policy Effective on or after - Annual Report Filed - Audit Period After Split Date - Audit Period Prior to Split Date - Exposure Source Period - Subcontractor Period of Hire - Divorce - Power of Attorney - Uniform Gifts to Minors Account Established - Medicare Part A Eligibility Begin Date - Medicare Part A Eligibility End Date - Medicare Part A Coverage Effective Date - Medicare Part A Termination Date - Medicare Part B Eligibility Begin Date - Medicare Part B Eligibility End Date - Medicare Part B Coverage Effective Date - Medicare Part B Termination Date - Loading Period - Date on which Assets Judged Insufficient to Pay Creditors - Employees Temporarily Laid Off Begin Period - Employees Temporarily Laid Off End Period - First Published - Forecast Period Start - Forecast Period End - Investigation Start - Investigation End - Last Published - Latest Balance Sheet - Share Price - Stop Distribution - Maximum Credit Date - Founding Date - Repayment Plan Start Date - Medicare Part D Eligibility Begin Date - Medicare Part D Eligibility End Date - Medicare Part D Coverage Effective Date - Medicare Part D Termination Date - Annual Report Delinquency - Withheld Date - Compliance Audit - Contractor Safety Performance Evaluation - Contractor Safety Procedures Review - Date of Equipment Inspection - Date of Safety Inspection - Employees Participation Plan Review - Expected Completion of Changes Resulting from Compliance Audit - Expected Completion of Changes Resulting from Process Hazard Analysis - Expected Completion of Changes Resulting from Hazard Review - Hazard Review Completion - Hot Work Permit Procedures Review - Investigation - Maintenance Procedures Review - Management of Change Procedures Review - Operating Procedures Review - Safety Information Review - Training - Training Program Review - Billback End Date - Program Performance End Date - Program Performance Start Date - Billing Activities - Beginning of Interest Paid After Claim - Billback Start Date - Changed Accounting Date - Customs Cargo Release - Contract Definitization Date - Maintenance Comment - Formation - Continuance - Merger - Year Due - Next Annual Meeting - End of Last Fiscal Year - Year Beginning - Started Doing Business - Sworn and Subscribed - Calendar Year - Asset - Inactivity - High Capital Year - Closing Date of First Balance Sheet - Closed Until - Compliance - Converted into Holding Company - Care of Supplies in Storage Inspection Date - Claim Revised - Current List - Account Frozen - Declaration - Deed Not Available - Delete - Detrimental Information Received - Deferral - Departure From Specification - Deed In Lieu (DIL) Approved - Delayed Interest Paid Through - Disposition - Date of Last Contact - Date of Abandonment - Date of Delinquency - Delivery Order Issued - Repossession - Disposal - Deed and Title Received - Technical Data Supply By - Deed and Title Requested - Tenure Decision - Most Recent Position Change - Fee Payment - Start Date for Continuous Employment - Start Date for Current Position - Start Date for Original Position - Fiscal Year - Estimated Construction Date - Estimated Completion - First Prior Month - Estimated Completion - Second Prior Month - Estimated Completion - Third Prior Month - Affirmed - Auction - Authorized - Contribution - Executed - Forgiven - Presented - Legislative Session - Organized - Pledged - Primary Election - Qualified - Refunded - Rescinded - Restructured From - Vote - Employer Knowledge of the Disability - Estimate Preparation - Estimate Comment - Estimated Start - First Prior Month - Estimated Start - Second Prior Month - Estimated Start - Third Prior Month - Earliest Filing Period - Exposure - Export - Facility Latest Billing Action - Facility Earliest Billing Action - Financial Information - First Order - Final Interest Accrual - Funding Period - End - Funding Period - Start - Free Service Call End Date - Free Service Call Start Date - Graduated - Home Health Date of Earliest Billable Action - Home Health Episode - Home Health Date of Latest Billable Action - Converted to Electronic Date - Insolvency Discharge Granted - Initial Federal Housing Authority Claim Payment - Incorporation - Image Last Update Date - Imbalance Period - Import - Incident - Inactive Until - Interest on Presale Start - Initial Veterans Administration Claim Payment - Key Event Fiscal Year - Key Event Calendar Year - Last Annual Meeting - Last Check for Balance Sheet Update - Last Capital Change - Letter of Agreement - Letter of Liability - Liquidation - Low Period - Equipment Log Entry - List Price Change - Legal Structure Change - Last Submission Date - Latest Filing Period - Meter Reading - Latest Material Safety Data Sheet Date - Present Name - Negotiated Finish - Notice of Delinquency (NOD) Received - Not Registered - Negotiated Start - Organic Certification Date - Original List - Present Control - Primary Coverage Claim Paid - Primary Coverage Claim Submission - Price Changes Allowed From Date - Price Changes Allowed To Date - Partial Denial Effective - Partial Denial Rescission - Correct Program Start Date - Correct Program End Date - Correct Contract Start Date - Privilege Details Verification - Correct Contract End Date - Program End Date - Present Legal Structure - Pool Policy Claim Submission - Post Paid Date - Peak Period - Previously Reported Date of Birth - Presented to Receivers - Property Sale Approved - Property Sale Closed - Program Start Date - Property Sale Confirmation - Paid To Date - Plan to Obsolete - Pick-up Date - Receiver Appointed - Resigned - Requested Finish - Recovery Finish - Referred From - Rent Survey - Received in the Mail - Revocation - Requested Start - Recovery Start - Referred To - Social Security Claims Verification - Sole Directorship Date - Subsequent Federal Housing Authority Claim Payment - Initial Support Date - Transition - Subsequent Veterans Administration Claim Payment - Trade Style Registered - Trial Started - Trial Set - Value Added Tax (VAT) Claims Verification - Valid Until - Sample Collected - Status Change - Construction Start - Recompletion - Last Logged - Well Log Run - Surface Casing Authority Approval - Reached Total Depth - Spacing Order Unit Assigned - Rig Arrival - Location Exception Order Number Assigned - Sidetracked Wellbore - Time Employee Began Work - Waybill - Order Day - Delivery Day - Order Cut-Off Time - Programmed Fiscal Year - Programmed Calendar Year - Mutually Defined - - - Domestic Motor Van Door-to-Door Interstate - Domestic Motor Van Door-to-Door Intrastate - Domestic Container Van Door-to-Door Interstate - Domestic Container Van Door-to-Door Intrastate - Unaccompanied Baggage for Domestic Commercial Air Transport - Unaccompanied Baggage for Domestic Transport Not Otherwise Identified - Unaccompanied Baggage for Intertheater Military Air Transport - Unaccompanied Baggage for Intratheater Military Water Transport - Unaccompanied Baggage for Intratheater Commercial Motor Transport - Unaccompanied Baggage for Domestic Commercial Motor Transport - Barge-to-Barge - Unaccompanied Baggage for Domestic Military Air Transport - Barge-to-Door - Unaccompanied Baggage for International Military Water Transport - Unaccompanied Baggage for International Commercial Air Transport - Unaccompanied Baggage for International Military Air Transport - Unaccompanied Baggage for International Transport Not Otherwise Identified - Unaccompanied Baggage for Intertheater Military Water Transport - Unaccompanied Baggage for Intertheater Commercial Air Transport - Barge-to-Motor - Unaccompanied Baggage for Intertheater Transport Not Otherwise Identified - Barge-to-Terminal - Barge-to-Pier - Barge-to-Rail - Unaccompanied Baggage for Intratheater Commercial Air Transport - Unaccompanied Baggage for Intratheater Military Air Transport - Unaccompanied Baggage for Intratheater Transport Not Otherwise Identified - Door-to-Barge - Door-to-Door - Door-to-Motor - Door-to-Terminal - Door-to-Pier - Door-to-Rail - Rate Applies for Economy Transportation Service - Household Goods for International Transport Not Otherwise Identified - Household Goods for Intratheater Military Water Transport - Household Goods for Domestic Commercial Motor Transport - Household Goods for Domestic Commercial Air Transport - Household Goods for Domestic Military Air Transport - Household Goods for Domestic Transport Not Otherwise Identified - Household Goods for International Military Water Transport - Household Goods for International Commercial Air Transport - Household Goods for International Military Air Transport - House-to-House - Household Goods for Intertheater Military Water Transport - Household Goods for Intertheater Commercial Air Transport - Household Goods for Intertheater Military Air Transport - Household Goods for Intertheater Transport Not Otherwise Identified - House-to-Pier - Household Goods for Intratheater Commercial Motor Transport - Household Goods for Intratheater Commercial Air Transport - Household Goods for Intratheater Military Air Transport - Household Goods for Intratheater Transport Not Otherwise Identified - Motor-to-Barge - Motor-to-Door - Rate applies for Mini-Landbridge - Motor-to-Motor - Motor-to-Terminal - Motor-to-Pier - Motor-to-Rail - Rate Applies for Next Day Transportation Service - Rate applies for Overland Common Point - Terminal-to-Door - Terminal-to-Motor - Terminal-to-Rail - Terminal-to-Inland - Rate Applies for Overnight Transportation Service - Pier-to-Barge - Pier-to-Door - Pier-to-House - Pier-to-Motor - Pier-to-Pier - Pier-to-Rail - Rail-to-Barge - Rail-to-Door - Rail-to-Motor - Rail-to-Terminal - Rail-to-Pier - Rail-to-Rail - - - Production Data - Test Data - - - Round Per Car Rates To the Nearest Whole Dollar. All Other Rates To Nearest Whole Cent - Round All Rates To Nearest Whole Dollar - Round All Rates To Nearest Whole Cent - Nickel (Nearest) - - - Gross - Item List Cost - Item Net Cost - Discount/Gross - Discount/Net - Base Price per Unit - Base Price Amount - Base Price Amount Less Previous Discount - Net Monthly On All Invoices Past Due - Late Payment Charge Base Amount - Fuel Rate - Item Total Amount - Item Unit Price - Order Total Amount - Hourly Rate - Mutually Defined - - - Alternate Bid - Best and Final - Bid Without Exception - Bid With Exception (Request for Information) - Decline to Quote - One of Multiple - Replacement - Request for Time Extension - Unable to Quote - - - Bid - Back Order - Cents Off Label - Distress Merchandise - Reorder - Intro Offering - Grand Opening - Unmatched Manufacturer ID - Unmatched Coupon Family Code - Purchase Requirement Not Satisfied - Consumer Presented More Coupons Than Allowed - Coupon Value Exceeds Retail Price - Provision Sales to Non-Provision Account - Price Quote - Temporary Shipping Interruption - Price Protection - Miscellaneous - - - Agent - Broker - Consignee - Destination Carrier - Forwarder or Agent - Issuing Carrier - Shipper - Mutually Defined - - - Carrier/port authority desires an extension of the lay order period - Released by Customs - Send to General Order - - - No Exchange/No Return - Exchange Pallets - Return Pallets - Pallets to be Purchased by Customer - Third-Party Pallet Exchange - - - 20 ft. IL Container (Open Top) - 20 ft. IL Container (Closed Top) - Cut-in Robot Distributed Power Unit (DPU) - Control Unit - Head-end Helper Unit - Roadrailer - Cut-in Helper - Rear-end Helper Unit - Rear-end Robot Distributed Power Unit (DPU) - 40 ft. IL Container (Open Top) - 40 ft. IL Container (Closed Top) - Air Ride Van - Closed Container - - Air Freight (Break Bulk) - Container, Aluminum - Aircraft - Closed Container (Controlled Temperature) - Covered Barge - Bilevel Railcar Fully Open - Bilevel Railcar Fully Enclosed - Bogie - Bilevel Railcar Screened With Roof - Bilevel Railcar Screened, No Roof - Container, Bulk - Barge Open - Barge - Buffer Car - Boxcar - Caboose - Chassis, Gooseneck - Container resting on a Chassis - Container with Bag Hangers - Container, Tank (Gas) - Chassis - Container, Insulated - Container, Insulated/Ventilated - Container, Heated/Insulated/Ventilated - Container (Closed Top - Length Unspecified) - Container, Open-Sided - Container - Coil Car Open - Container, Tank (Food Grade-Liquid) - Coil-Car Covered - Container-Low Side Open Top - Container-High Side Open Top - Container (Open Top - Length Unspecified) - Closed Van - Container, Tank (Chemicals) - Container, Tank - Refrigerated Container - Double-Drop Trailer - Container with Flush Doors - Drop Back Trailer - Boxcar, Damage Free Equipped - End of Train Device - Frozen Food Trailer - Flat Bed Trailer with Headboards - Flat Bed Trailer with No Headboards - Flatcar With Pedestal - Flat Bed Trailer - Removable Sides - Container with Floor Securing Rings - Flat Bed Trailer - Boxcar Cushion Under Frame OF - Generator Set - Container with Hangar Bars - Hopper Car (Covered) - Hopper Car (Open) - Hopper Car (Covered; Pneumatic Discharge) - Head of Train Device - High Cube Van - Hydrant-Cart - Idler Car - Boxcar (Insulated) - Locomotive - Half Height Flat Rack - Load/unload Device on Equipment - Non Containerized Equipment - Boxcar (Interior Bulkheads) - Ocean Vessel (Break Bulk) - Open-top/flatbed trailer - Open Top Van - Container, Platform - Flat Bed Trailer, Pneumatic - Power Pack - Protected Trailer - Pickup Truck - Fixed-Rack, Flat-Bed Trailer - Refrigerated (Reefer) Car - Fixed-Rack, Double Drop Trailer - Flat Car (End Bulkheads) - Flat Car - Gondola Covered - Gondola Car (Covered - Interior Bulkheads) - Gondola Car (Open) - Rail Car - Fixed-Rack, Single-Drop Trailer - Controlled Temperature Trailer (Reefer) - Saddle - Service Car - Single-Drop Trailer - Stack Car - Container, Steel - STAK-RAK - Container with Smooth Sides - Removable Side Trailer - Van - Special Inside Length, Width or Height Requirements - Trailer, Heated/Insulated/Ventilated - Trailer, Boat - Trailer, Car - Trailer, Dry Freight - Trailer, Tank (Gas) - Truck, Open Top High Side - Trailer, Insulated - Trailer, Tank (Chemicals) - Trailer, Tank (Food Grade-Liquid) - Trailer (not otherwise specified) - Trailer, Insulated/Ventilated - Tank Car - Truck, Open Top - Trailer, Pneumatic - Trailer, Electric Heat - Tractor - Telescoping Trailer - Truck, Open Top Low Side - Truck, Van - Trailer, Refrigerated - Trilevel Railcar 20 Feet - Trilevel Railcar Screened, Fully Enclosed - Trilevel Railcar Screened, With Roof - Trilevel Railcar Screened, No Roof - Trilevel Railcar Screened, With Doors, No Roof - Unit Load Device (ULD) - Container, Upgraded - Container, Vented - Vessel, Ocean - Vessel, Lake - Vessel, Ocean, Rollon-Rolloff - Vessel, Ocean, Lash - Vessel, Ocean, Containership - Container with Wavy or Ripple Sides - Railroad Maintenance of Way Car - - - Palletized - Floor Stack/Hand Pile - Mixed - Slip Sheet - Module - Clampable - Bop Sheet - Airbag/Slipsheet Combination - Thermal Blanket (Cargo Quilt) - Shrink-wrap - Loadlock - Mutually Defined - - - Received Switching - Forwarded Switching - Intermediate Switching - Received Switching Initial Exception - Forwarded Switching Initial Exception - Intermediate Switching Initial Exception - Received Switching Agreed to Exception - Forwarded Switching Agreed to Exception - Intermediate Switching Agreed to Exception - - - Intact - Broken - Missing - Replaced - - - Damaged Product or Container - Quantity Short - Quantity Over - Quality Problem - Incorrect Product - Non-standard Container - Good Condition - Rejected - Hold - Material Scrapped - Adjust Supplier Shipped Cumulative Quantity - Quantity Over - Returned to Supplier - Quantity Received, But Cannot Process Because No Matching Ship Notice - Quantity Received and Processed with No Matching Ship Notice/Manifest - Not Received - Ship Notice Required - - - Product Allocation - Number of Buy Restriction - Promotion Period Restriction - Special Promotional Discount Terms - Number of Shipment Restrictions - Minimum Order Quantity Required - Minimum Order Quantity Required - Any Combination of Products - Maximum Retail Price - Ad, Size Not Specified - Ad, 1 Col Inch - Ad, 2 Col Inch - Ad, 3 Col Inch - Ad, 4 Col Inch - Ad, 5 Col Inch - Ad, 6 Col Inch or Greater - Ad, Full Page - Ad, Half Page - Ad, Quarter Page - Ad, Coupon - Ad, Color - Ad, Product Illustration - Ad, National Line Rate - Ad, Roto - Ad, Free Standing - Ad, Window Signs - Ad, Price Reduction - Ad, Circulars - Ad, Television - Ad, Radio - Ad, Handbill - Ad, Newspaper Insert - Ad, See Free-form Message - Display - Display, End Aisle - Display, Aisle Stack - Display, Cases per Store - Display, Number of Days - Display, Shelf Extender - Display, Number of Stores - Display, Price Reduction - Display, See Free-form Message - Reduced Price - Reduced Price, Number of Days - Reduced Price With Shelf Sign - Reduced Price, In Price/Order Guide - Reduced Price, In Store Coupons - Reduced Price, See Free-form Message - Retail Distribution (One Case per Store) - Retail Distribution (X Cases per Store) - Retail Distribution (X Number of Stores) - Committed Purchases - Growth Over Last Year - Growth Over Last Month - Resale - Growth Over Last Quarter - Retail Distribution - Accrual Limit - Flat Limit - Number of Required Promotion Performances - Product Scanning Report Required - Advertisement or Display or Reduced Price - See Free-form Text - Ad, Size A - Ad, Size B - Ad, Size C - In-Store Electronics - Ad, Double Page - Every Day Low Pricing - Demonstration Required - Ad, Predominant With Reduced Price - Value Pack Program - Educational Program - Freestanding Shipper Display - Refrigerated Table - Warehouse Withdrawal Report Required - Mutually Defined - - - New - Change - Cancel - Replace - Confirmation - Replace All Dates - Accept - - - Automated Credit Card Transaction - Pricing Error - Allowance/Charge Error - Extension Error - Item Not Accepted - Damaged - Item Not Accepted - Quality - Quantity Contested - Incorrect Product - Substitute Product - Terms of Sale Error - Pallet/Container Charge Error - Returns - Damage - Returns - Quality - Returns - Dating - Returns - Promotion - Returns - Recall - Non-Invoice Related Allowance/Charge - Required Data Missing - Not Company Bill - Duplicate Billing - Balance Due Declined - Shipment Method of Payment Incorrect - Weight Error - Special Charge Not Authorized - Incorrect Discount - Item Not Accepted - Invoice Cancelled - Product Transfers Subject to Charge Back - Rebated Shipments - Fee Incorrect - Delivery Charge Incorrect - Pickup Charge Incorrect - Oversize Premium Invalid - Currency Exchange Incorrect - Declared Value Incorrect - Commodity Code Incorrect - Scale Number Incorrect - Dimensions Incorrect - Service Incorrect - Shipper/Consignee Ref. Number Missing - Address Incorrect - Item Not Accepted-Delay - Item Not Accepted - Loss - Missing Discount - Required Documents Missing - Stale Bill Over 180 Days Old - Transportation Charge Incorrect - Advanced Charge Incorrect - Service Charge - Processing Charge - Late Charge - Interest Penalty Charge - Credit for Overpayment - Remittance for Previous Underpayment - Freight Deducted - Tax Deducted - Advertising Allowance Taken - Volume Discount Taken - Invoice billing received after final billing - Item not received - No open item on file - No open order on file - Material/Item Description Error - Customer Paid Invoice Which Was Previously Disputed - Sale of Property - Claim Paid on Appraisal - Disability Insurance or Income - Death Benefit Reduction - Employer Provided Pension - Advanced Ship Notice Not Received - Advertising Allowance - Authorized Return - Bill of Lading Not Received - Cancel or Adjust Prior Credit/Debit Adjustment - Total Order Not Received - Cash Discount - Competitive Allowance - Competitive Price - Cooperative Advertising - Overpayment - Credit as Agreed - Defective Allowance - Evaluated Receipt Settlement (ERS) Delivery Charge - Deviation from Order Date - Distribution Discount/Allowance - Duplicate Payment - Duplicate Shipment - Duty Charge Variance - Early Buy Allowance - Early Payment Allowance - Engraving Charge - Merchandise Not Ordered - Field Destroy - Fixtures Charge - Floor Stock Protection - Goods to Follow - Handling Charge - Labor Charges - Late Shipment of Goods - Layout/Design Charge - Misshipped (Wrong Product Received) - New Store Allowance - Nonreceipt of Goods - Overage - Packing Violations - Payment on Account - Promotional Allowance - Proof of Delivery Not Received - Prepaid Benefit or Advances - Partial Wage Continuation - Apportionment or Contribution - - Unemployment Compensation - Guarantee Fee - Guaranteed Amount - Origination Fee - Hanger - Non Store Approved Hanger - Hanger - Missing or Failure to Supply Hanger - Hanger - Wrong Color - Released to Borrower - Applied to Borrower's Account - Auto No Fault - Returned to Lender - Acceleration of Benefits - Returns - Overstock - Acceleration of Reimbursement of Attorney Fees - Returns - Discontinued - Account Location Closed - Accessory Payment - Advertising Contribution - Student Card Payment - Person No Longer Employed - Employee on Leave - Employee on Strike - Proof of Shipment Not Received - Rebate - Recovery Allowance - Refurbishing Charge - Repair of Goods - Repay Discount - Restocking Charge - Routing Violation - Samples Not Received - Canadian Goods and Services Tax - Quebec Goods and Services Tax - Canadian Harmonized Goods and Services Tax - Bad Debt Adjustment - Fixture Allowance - Return Allowance - Bag Charge - Opportunity Buy - Hanger Charge - Insurance Charge - Postage Charge - Net Check Returned - Net Collection Expense (Factor) - Bonus - Change to Box Office Gross - Net Chargeback of Client Risk (Factor) - Hanger - Wrong Size - Benefit Rate - Paid During Period - Hanger - Quality Issue - Hanger - Size Tab or Clip Missing - Hanger - Size Tab or Clip Did Not Match Garment Size - Hanger - Product Hung Incorrectly - Excess Packaging - Clips - Excess Packaging - Tissue - Excess Packaging - Foam - Settlement of Account - Special Allowance - Special Finish - Stock Balance - Temporary Allowance - Testing Charge - Third Party Allowance - Ticketing Error - Ticketing Service - Cancelled Promotion - Collected Balance Adjustment Incorrect - Excess Packaging – Cardboard Layer - Excess Packaging - Pins - Employer's Legal Expenses Paid to Date - Excess Packaging - String - Excess Packaging - Tiebacks - Product Quality - Excess Wrinkling - Size Indicator Strips - Missing - Size Indicator Strips - Improper Placement - Valuation As Of - Size Indicator Strips - Incorrect Size Information - Covered by Credit Memo - Item Tickets - Incorrect Information Zone 1 - Description - Adjusted Compensation Rate - Employer Paid Benefits due - Change - Capitation Interest - Adjustment - Capitation Payment - Charge for Unrequested Service - Capital Passthru - Certified Registered Nurse Anesthetist Passthru - Item Tickets - Incorrect Information Zone 2 - Vendor Information - Item Tickets - Incorrect Information Zone 3 - Symbol - Item Tickets - Incorrect Information Zone 4 - Consumer Information - Transfer Between Accounts - Transportation Direct Billing - Unauthorized Deduction - Unauthorized Product - Volume Discount - Recovery of Standard Allowances - Cost Associated with Reworked Material - Count and Recount Allowance - Store Stock Price Protection - Daylight Overdraft Charge Reversed - Pension or Retirement Plan Disability Benefits - Canadian Pension Plan - Railroad Disability - Deposited Item Price Incorrect - Family Social Security - Deduction Film Rental - District Advance - Social Security Supplemental Income - Jones Act (Merchant Seaman Injured on the Job) - Damaged Film - Deposited Item Volume Error - Direct Medical Education Passthru - Item Tickets - Incorrect Information Zone 5 - Size or Dimension - Other Group Insurance - Pension or Retirement Benefits - Item Tickets - Incorrect Information Zone 6 - Retail Price - Social Security Retirements - Social Security Disability - Railroad Retirement - Discontinued Product - Civil Servants Plan - Subrogation - Royalty Deduction Type - Distribution Issue - Item Tickets - Incorrect Information Zone 7 - Manufacturer's Suggested Price - Recoupment - Covered By Debit Memo - Withholding - Warehouse Stock Price Protection - Invoice Price Protection - Goods and Services Tax 0% Rate, International Documentation Will Follow - Goods and Services Tax Decreased Due to Billing Error - Goods and Services Tax Increased Due to Billing Error - Order Cancelled - Item Tickets - Missing Information Zone 1 – Description - Item Tickets - Missing Information Zone 2 - Vendor Information - Item Tickets - Missing Information Zone 3 - Symbol - Item Tickets - Missing Information Zone 4 - Consumer Information - Encoding Error - Item Tickets - Missing Information Zone 5 - Size or Dimension - Item Tickets - Missing Information Zone 6 - Retail Price - Item Tickets - Missing Information Zone 7 - Manufacturer's Suggested Price - Item Tickets - Incorrect or Missing Multi-Piece Ticket - Item Tickets - Information Not Readable - Item Tickets - Bar Code Degradation - Item Tickets - Non Perforated - Item Tickets - Missing Ticket - Item Tickets - Tickets in Carton - Not Attached - Item Tickets - Improper Placement - Expanded Promotion - Item Tickets - Item Missing from Catalog at Time of Receipt - Employer Reimbursement - Item Tickets - Color-Coding for Size Missing or Incorrect - Item Tickets - Item Ticket Affixed Improperly - Ship Notice - Carton Content does not Match Ship Notice - Ship Notice - Carton Count does not Match Ship Notice - Ship Notice - Serial Shipping Container Code does not Match Ship Notice - Expenses - Ship Notice - Missing Bill of Lading Information - Ship Notice - Duplicate Ship Notice - Defective - Ship Notice - Received Late - Social Security - No-Fault - Other Long-term Disability Offset - Indirect Offset Excess - Black Lung Disease - Rehabilitation - Educational Benefit - Anticipation Taken - Forwarding Balance - Fund Allocation - Purchase Order - Size Not Ordered - Purchase Order - Color Not Ordered - Purchase Order - Store Did Not Order - Purchase Order - Item Overage - Promotion Violation - Late Interest Paid - Does Not Accept Electronic Funds Transfer - Logistics Label - Problem with Shipped From Address - Logistics Label - Problem with Ship To Address - Logistics Label - Problem with Postal Barcode Code - Logistics Label - Problem with Carrier Information - Logistics Label - Problem with Mark For Information - Logistics Label - Problem with Serial Shipping Container Code - Logistics Label - Problem with Barcode - Film Rental - Logistics Label - Problem with Purchase Order Number - Change to Film Rental Terms - Forward Buy - Logistics Label - Problem with Mark For Barcode - Logistics Label - Problem with Product Group Description - Logistics Label - Problem with Carton Count - Logistics Label - Incorrect Label Format - Logistics Label - Incorrect Font or Print Size - Profit Sharing - Workmen's Compensation - Pension - Other Disability Plan - Other Income - Salary Continuance - Short-term Disability - Permanent and Total Disability - State Disability Plan - Free Goods - Coupon Related - Market Development Fund Deduction - Samples - Slotting Charge - Invalid - Unsalable Merchandise - Billback Allowance Deduction - Logistics Label - Crushed Box, Label Not Usable - Unsalable Payments Deduction - Split Commission Deduction - Basis Amount - Unresolved Customer Deduction - Split Commissions Deduction - Commission Amount - General Advance - Graduate Medical Education Passthru - Logistics Label - Label Does Not Scan - Logistics Label - Not Human Readable - Guarantee - Packing - Ratio Incorrect for Pre-pack Shipment - Packing - Mixed Items in Carton - Packing - Crushed Box - Packing - Missing or Incorrect Pallets - Packing - Load Not Sorted Correctly - Packing - Problem with Pack List - Packing - Multiple Purchase Orders Shipped in Carton - Packing - Problem with Bill of Lading Number or Format - Information Forthcoming - Payment Previously Sent - Loan Paid in Full - Bill Insured - Loan Service Released - Partial Payment Remitted - Payment Forthcoming - Bill Mortgagee - Coverage Summary Needed - Change to House Allowance - Medical Payment - Indemnity Payment - Expense Payment - Comprehensive Payment - Collision Payment - Bodily Injury Payment - Packing - Carton Not Sealed Correctly - Property Damage Payment - Polybags - Missing or Incorrect Type - Polybags - Not Sealed or Incorrectly Sealed - Transportation - Carrier Missed Delivery Appointment - Hemophilia Clotting Factor Supplement - Transportation - Carrier Detained - Transportation - No Shipment Approval Number - Transportation - Delivery to Wrong Location - Transportation - Excessive Shipments or Multiple Shipments on Consecutive Days - Invoice Amount Does Not Match Account Analysis Statement - Interest Charge-Rate Reduced to New York Prime Rate - Interest Charge - Rate Reduced to Earnings Credit Rate - Insufficient Funds - Interest Charge-Rate Reduced to London Inter-bank Offer Rate (LIBOR) - Inventory Policy - Incentive Premium Payment - Internal Revenue Service Withholding - Interim Settlement - Item Added - Nonreimbursable - Transportation Discrepancy Report (TDR) Submitted - Promised Adjustment Not Received - Deficiency Report Authorized Adjustment - Duplicate Summary Billing (Same Bill Number) - Duplicate Summary Billing (Different Bill Number) - Duplicate Summary Billing (Second Billing) - Unable to Process - Noninterfund Bill - Recalled Item - Journal Entry - Other Coverage Placed - Invalid Policy Number - Renewal Not Received - Return Merchandise Charge - Refused Merchandise Charge - Unauthorized Freight Invoice - Unauthorized Freight on Merchandise Invoice - Freight Inbound Return Merchandise - Freight Outbound Return Merchandise - Full Monetary Difference Between Air and Surface Charges Per Corporate Agreement - Full Monetary Difference Between Air and Surface Charges Per Purchase Order - Paper Bill of Lading Missing Department Number - Paper Bill of Lading Missing Purchase Order Number - Paper Bill of Lading Non Standard VICS Format - Paper Bill of Lading Counter/Loader Not Indicated - Partial Monetary Difference Between Air and Surface Charges Per Corporate Agreement - Partial Monetary Difference Between Air and Surface Chares Per Purchase Order - Freight Allowance Per Corporate Agreement - Freight Allowance Per Purchase Order - Prepaid Advance Freight for Consolidator Shipments - Redelivery Charge - Charge for Second Delivery on Damaged Furniture - Surface Freight Allowance Per Corporate Agreement - Surface Freight Allowance Per Purchase Order - Audit - Discount - Penalty - Administrative Fees - Interest Due - Interest Owed - Miscellaneous Deductions - Miscellaneous Credits - Military Distribution Adjustment - Loans against Future Compensations - Levy - Lawyer or Claimant Attorney Fees - Ledger Overdraft Charge - Late Payment - Lump Sum - Advertising - Unidentified - Commissions Deductions - Gift Certificates - Salary Deduction - Late 204 Motor Carrier Load Tender Transmission - Missing 204 Motor Carrier Load Tender Transmission - Late 214 Transportation Carrier Shipment Status Message Transmission - Missing 214 Transportation Carrier Shipment Status Message Transmission - Freight on Backorder - Marketing Allowance - Pickup Allowance - Miscellaneous Costs - Incorrect Purchase Order Number on Bill of Lading - Purchase Order Number Not on Bill of Lading - Multiple Purchase Order Numbers on Invoice - Purchase Order Number Incorrect on Invoice - Purchase Order Number Not on Invoice - Transfer or Debit Balance - Truckload Allowance - Warehouse Allowance - Maximum Allowable Levy Exceeded - Incorrect Product ID on Cartons - Incorrect Purchase Order Number on Carton - No Product ID on Cartons - No Purchase Order Number on Carton - Storage Charges - Manufacturer to Retail Bill-Back Allowance - Miscellaneous Event - Second Injury Fund - Future Credit Amount - Vocational Rehabilitation - Uninsured Employer - Silicosis, Dust Diseases, and Logging Industry Fund - Vocationally Handicapped Fund - Non-designated Fund - Cash Receipt - Non-Billable - Negative Charge - Royalty - New Location - New Promotion - New Product - Negative Repayment - Bill of Lading Does Not Match 856 Advance Ship Notice (ASN) - Incorrect Carton/Weight on Bill of Lading - Charge for Combined Divisions on One Bill of Lading - Charge for Consolidation Zone Freight Allowance Per Corporate Agreement - Charge for Consolidation Zone Freight Allowance Per Purchase Order - Charge for Exceeding Maximum Shipments Per Agreement - Charge to Expedite Distribution Centre (DC) to Store - Charge for Failure to Master Pack - Inaccurate Cube Information - Organ Acquisition Passthru - Offset for Affiliated Providers - Overstock Condition - Court Ordered Lien - Order Policy - Other Trading-Partner Specific Reason - Price Change - Product Changeover - Production Issue - Picture Advance - Materials - Amendment of Limits - Paid to Date - Employment Benefits - Payment First - Carrier Filed Limitation - Commissions - Periodic Interim Payment - Intercompany Sale - Lodging - Payment Final - Previous Month's Earnings Credit Carried Forward - Meals - Federal Deposit Insurance Corporation (FDIC) Premium Overcharge - Quebec Pension Plan - Overtime - Prior Film Rental Payment - Product Exclusion - Payment - Severance - Special - State Limitation - Store Certificates - Tips - Equipment Rental - Charge Error - Allowance Error - Promotional Allowance - Trade Show - Promotional Allowance - Flyers - Promotional Allowance - New Product - Contract Price Error - Contract Price Error - Mark Up - Contract Price Error - Freight - Contract Price Error - Volume Discount - Contract Price Error - Starting Price Error - Contract Price Error - Invalid Date Range - Contract Price Error - Freight Surcharge - Drop Size - Drop Frequency - Manufacturer to Distributor Billback Allowance - Deduction for Unpaid Receivable - Returned Deposited Item Price Incorrect - Returned Deposited Item Volume Error - Returned Deposited Item Notification Volume Error - Reduced Promotion - Revised Plan (Re-plan) - Revised Promotion - Retro-activity Adjustment - Agreed Freight Allowance - Authorized Air Shipment - Receiving Discrepancy - Return on Equity - Commission Discrepancy - Difference On Returns - Early Shipment of Goods - Excessive Packing Materials - Failure to Consolidate - Freight on Returns Inbound Only - Freight on Returns Outbound Only - Returned Material - Handling Charge for Item Not Received - Handling Charge for Non Receipt of Goods - Handling Charge for Late Advance Ship Notice - Handling Charge for Samples Not Received - Handling Charge for Unreadable Advance Ship Notice - Incorrect Packing Assortment - In-store Decoration Allowance - Interest - Label Placement - Margin Contribution - Mark Down Allowance - Multiple Shipment Penalty - Opening Order Allowance - Incorrect Pickup Address - Charge for LTL Shipped on Consecutive Days - Not Shipped on Date Authorized - Shipped on Pallets - Small Package Level Detail Insufficient - Sort and Segregate Handling Charge - Sort and Segregation Allowance Per Corporate Agreement - Sort and Segregation Allowance Per Purchase Order - Wrong Ship Point Per Purchase Order - Paper Invoice Missing - Service Cancelled - Screening Deduction - Paper Packing Slip Missing - Shipping and Freight Charge - Pickup Charge or Advanced Charges - Presentation of Merchandise Not As Specified - Purchaser Supplied Raw Material - Returns Freight Discrepancy - Salary Discrepancy - Student Loan Repayment - Shipped Past Purchase Order Cancellation Date - Should Be Shipped Collect, But Was Shipped Prepaid - Should be Shipped Prepaid, But Was Shipped Collect - Sales Promotion - Store Contest Allowance - Trade Discount - Unauthorized Air Shipment-Chargeback is the Difference Between Air and Ground - Unauthorized Air Shipment-Partial Freight Chargeback - Unauthorized Air Shipment-Full Freight Chargeback - Unauthorized or Incorrect Carrier - Volume Break Chargeback - Weight Break Chargeback - Theatre Advance - Total Deductions - Transportation Issue - Third Party Liability - Uncollected Balance Charge Reversed - Unable to Locate Account - Value Date Incorrect for Credit - Value Date Incorrect for Debit - Void - Safety Violations - Intoxication - Noncooperation: Rehabilitation, Training, Education, Medical - Actual Reduced Earnings - Regular Wage Minus Disability Benefit - Subrogation Recovery - Weather-related Event - Payment Partial - Overpayment Recovery - Deemed Reduced Earnings - Special Fund Recovery - Deductibles Recovery - Unspecified Recovery - Overpayment Credit - Cost of Living - Continuous Disability Period - Illegally Employed Minor - Age 65 Reduction - Appeal - Advance Reimbursement - Individual Payment - Employer Credit - Outlier - Incorrect Cost - Incorrect Unit of Measure - Mutually Defined - - - Cancel After This Date - Delivery Requested on This Date - Invoice Date - Purchase Order Date - Sailing Date - Sold Date - Effective Date - Purchase Order Received - Process Date - Requested Ship Date/Pickup Date - Shipped on This Date - Terms Discount Due Date - Terms Net Due Date - Preferred Payment Date - Promotion Start - Promotion End - Estimated Delivery Date - Date Available/Constructive Replacement - Date Unloaded - Check Date - Charge Back Date - Freight Bill Date - Promotion Order Date - Start - Promotion Order Date - End - Promotion Ship Date - Start - Promotion Ship Date - End - Promotion Requested Delivery Date - Start - Promotion Requested Delivery Date - End - Promotion Performance Date - Start - Promotion Performance Date - End - Promotion Invoice Protection Date - Start - Promotion Invoice Protection Date - End - Promotion Floor Stock Protect - Start - Promotion Floor Stock Protect - End - Delivered on This Date - Expiration Date - Ship Not Before Date - Ship Not Later Than Date - Ship Week Of Date - Original Purchase Order Date - Date Invoice Created - Buy Period Date - Start - Buy Period Date - End - Arrival at Destination Yard - Notified - Actual Placement - Released - Customs Release - Duty Paid - Charged From - Charged To - Ordered - Deliver Not Before Date - Deliver No Later Than Date - Deliver Week Of - Actual Free Time Expiration Date - Guarantee Expiration Date - Price Change Last Order Date - Price Change Last Arrival Date - Price Change Last Ship Date - Price Change Effective Date - Accrual Start Date - Accrual End Date - Must Respond By - Delivered By This Date - Requested Delivery Date - Scheduled Pickup Date - Scheduled Delivery Date - Est. Next Promo. Date Start - Est. Next Promo. Date End - Est. Next Promo. Ship Date Start - Estimated Next Promotion Ship Date End - Bill of Lading - Pickup Appointment Scheduled Date - Delivery Appointment Scheduled Date - Pickup Requested Scheduled Date - Delivery Requested Scheduled Date - Pickup Appointment Granted Date - Delivery Appointment Granted Date - Equipment Furnished Date - Bill of Lading Initiated Date - Date Issued - Actual Pickup Date - First Order Date - First Ship Date - First Arrival Date - Requested Pack Date - Superseded Date - Spot for Load Date - Spot for Unload Date - Spot for Storage Date (No Shipment) - Spot for Load Exchange Date (Export) - Scheduled Pickup Date, Needs Confirmation - Scheduled Delivery Date, Needs Confirmation - Scheduled Pickup Date, Appointment Confirmed - Scheduled Delivery Date, Appointment Confirmed - Store Inventory Stock - Warehouse Inventory Stock - Transaction Control Date - Publication Date - Required By - Validated - Pack Date - Backorder Release Date - Offered for Delivery - Inspection - Shelf-Life Expiration - Warranty Expiration - Manufacture - Contract Physically Completed - Contract Final Payment - Estimated Contract Completion - Contract Closed - Extended Closeout - Date Delivery Commenced - Product Receipt Date - Acceptance - Rejection - Recorded - Signature - Action - Expected Reply - Demand Receipt Date - Cutoff Date - Beginning Date of Customer Plant Shutdown - Ending Date of Customer Plant Shutdown - Date Loading Completed - Earliest Pickup Date - Estimated Shipping Date - Freshness Date - Scheduled Service Completion - Last Acquisition - Date Loading Commenced - Last Demand - Latest Pickup Date - Mapping Product Effective Date - On-Sale Date - Period End - Ready to Ship - Date Shipped to Port of Embarkation (POE) - Original Transaction - Transfer - - - City - Destination - Plant or Producing Location - Point of Origin - - - Backward Reference - Division Reference - Group Reference - Other Publication - Rate Reference - Tariff Publication - - - Rate Proposer Only - - - Exempt (For Export) - Yes (Tax Exempt) - No (Not Tax Exempt) - Exempt (For Resale) - Not Exempt/For Resale - Exempt (Not For Resale) - Not Exempt, Not For Resale - Direct Pay ID - Exempt (Sale to U.S. Government) - Exempt (Per State Law) - Labor Taxable, Material Exempt - Material Taxable, Labor Exempt - Not Taxable - Disabled - Exempt Toll Service - Exempt (Goods and Services Tax) - Exempt (Provincial Sales Tax) - Homestead - Agriculture - Working Farm - Open Space - Exempt Local Service - Disabled Veteran - Non-Homestead - Over 65 - Exempt from School Property Tax - Exempt from Local Property Tax - Recurring Exempt - Exempt from County Property Tax - Totally Exempt - Usage Exempt - Exempt from State Property Tax - Other Property Tax Exemption - Exempt - Letter on file - - - Add Quantity to Meet Minimum Weight Requirement - Back Order if Not Available - Back Order Not Allowed - Notify Prior to Shipment if Quantity Specified is Not Available - Substitution Allowed - Substitution Not Allowed - - - Deferred - Damage Guarantee - Discount Not Applicable - Extended Billing - Guaranteed Sale - Initial Purchase - New Item Introduction - Pre-Stocking - Special Purchase - Mutually Defined - - - Tornado - Boiler Explosion - Fire - Section 203.377 Damage - Flood - Earthquake - Untypical Damage - Hurricane - Civil Riot - Vandalized - Freeze Damage - Storm Damage - Roof Leakage - Environmental Hazard - Other Source of Damage - Unable to Determine - - - Transportation Data Coordinating Committee (TDCC) - Accredited Standards Committee X12 - - - General - Head - Middle - Tail - - - Shipper's Weight Agreement - Consignee Scale Weight - Destination Weight Agreement - Estimated Weight - Public Scale Weight on Behalf of Consignee - Grain Exchange Weight - Public Scale Weight on Behalf of Shipper - Manifest Weight - No Wt. Req., Ship. Moving on Contract or per car rate - Official Weight - Carrier Scale Weight - Shipper Certified Scale Weights - Tariff Authorized Weight - - - First Prior Inbound - Second Prior Inbound - Third Prior Inbound - - - Military Standard Transportation and Movement Procedures (MILSTAMP) - - - Automatic (Machine Readable) - Manual (Forms) - - - Informational Only - Backorder Original - Confirmation - Delete - Backorder Confirmation - Cancel - Changes to Other than Line Items - Line Item Replace - Original - Change - Future Dated Order - Resubmission - Simulation Exercise - Mutually Defined - - - Credit - Debit - - - Account Analysis (822) - Logistics Service Request (219) - Associated Data (102) - - Premium Audit Request and Return (187) - Application for Admission to Educational Institutions (189) - Application Advice (824) - Logistics Service Response (220) - Automotive Inspection Detail (928) - Student Educational Record (Transcript) Acknowledgment (131) - Set Cancellation (998) - Item Information Request (893) - Return Merchandise Authorization and Notification (180) - Income or Asset Offset (521) - Abandoned Property Filings (103) - Customs Manifest (309) - Warehouse Stock Transfer Shipment Advice (943) - Transportation Appointment Schedule Information (163) - Animal Toxicological Data (249) - Customs Status Information (350) - Customs Carrier General Order Status (352) - Warehouse Inventory Adjustment Advice (947) - Customs Events Advisory Details (353) - Customs Automated Manifest Archive Status (354) - Customs Acceptance/Rejection (355) - Customs Permit to Transfer Request (356) - Customs In-Bond Information (357) - Business Credit Report (155) - Customs Consist Information (358) - Benefit Enrollment and Maintenance (834) - Business Entity Filings (105) - Customs Customer Profile Management (359) - Motor Carrier Bill of Lading (211) - Shipment and Billing Notice (857) - Purchase Order Change Acknowledgment/Request - Seller Initiated (865) - Unemployment Insurance Tax Claim or Charge Information (153) - Clauses and Provisions (504) - Credit/Debit Adjustment (812) - Cartage Work Assignment (222) - Corporate Financial Adjustment Information (844 and 849) - Car Handling Information (420) - Consolidated Service Invoice/Statement (811) - Manufacturer Coupon Family Code Structure (877) - Manufacturer Coupon Redemption Detail (881) - Election Campaign and Lobbyist Reporting (113) - Component Parts Content (871) - Coupon Notification (887) - Cooperative Advertising Agreements (290) - Electronic Proposal Information (251, 805) - Commodity Movement Services Response (874) - Rail Carhire Settlements (414) - Cryptographic Service Message (815) - Application Control Totals (831) - Commodity Movement Services (873) - Commercial Vehicle Safety and Credentials Information Exchange (285) - Educational Institution Record (133) - Contract Completion Status (567) - Contract Abstract (561, 890) - Contract Payment Management Report (568) - Debit Authorization (828) - Shipment Delivery Discrepancy Information (854) - Market Development Fund Allocation (883) - Dealer Information (128) - Equipment Order (422) - Data Status Tracking (242) - Direct Exchange Delivery and Return Information (894, 895) - Educational Course Inventory (188) - Student Educational Record (Transcript) (130) - Railroad Equipment Inquiry or Advice (456) - Equipment Inspection (228) - Transportation Equipment Registration (603) - Environmental Compliance Reporting (179) - Revenue Receipts Statement (170) - Notice of Employment Status (540) - Railroad Event Report (451) - Excavation Communication (620) - Functional or Implementation Acknowledgment Transaction Sets (997, 999) - Freight Invoice (859) - Court and Law Enforcement Information (175, 176) - Motor Carrier Loading and Route Guide (217) - Financial Reporting (821, 827) - File Transfer (996) - Damage Claim Transaction Sets (920, 924, 925, 926) - General Request, Response or Confirmation (814) - Response to a Load Tender (990) - Intermodal Group Loading Plan (715) - Grocery Products Invoice (880) - Statistical Government Information (152) - Grant or Assistance Application (194) - Eligibility, Coverage or Benefit Information (271) - Health Care Claim (837) - Health Care Services Review Information (278) - Health Care Information Status Notification (277) - Health Care Claim Payment/Advice (835) - Health Care Claim Status Request (276) - Eligibility, Coverage or Benefit Inquiry (270) - Human Resource Information (132) - Health Care Benefit Coordination Verification (269) - Air Freight Details and Invoice (110, 980) - Inventory Inquiry/Advice (846) - Rail Advance Interchange Consist (418) - Insurance/Annuity Application Status (273) - Insurance Producer Administration (252) - Individual Insurance Policy and Client Information (111) - Direct Store Delivery Summary Information (882) - Commercial Vehicle Safety Reports (284) - Report of Injury, Illness or Incident (148) - Motor Carrier Freight Details and Invoice (210, 980) - Invoice Information (810) - Ocean Shipment Billing Details (310, 312, 980) - Rail Carrier Freight Details and Invoice (410, 980) - Estimated Time of Arrival and Car Scheduling (421) - Joint Interest Billing and Operating Expense Statement (819) - Commercial Vehicle Credentials (286) - Federal Communications Commission (FCC) License Application (195) - Lockbox (823) - Locomotive Information (436) - Property and Casualty Loss Notification (272) - Logistics Reassignment (536) - Asset Schedule (851) - Student Loan Transfer and Status Verification (144) - Motor Carrier Summary Freight Bill Manifest (224) - Request for Motor Carrier Rate Proposal (107) - Department of Defense Inventory Management (527) - Mortgage Origination (198, 200, 201, 245, 261, 262, 263, 833, 872) - Market Development Fund Settlement (884) - Mortgage Servicing Transaction Sets (203, 206, 259, 260, 264, 266) - Motor Carrier Rate Proposal (106) - Motor Carrier Shipment Status Inquiry (213) - Secondary Mortgage Market Loan Delivery (202) - Response to a Motor Carrier Rate Proposal (108) - Medical Event Reporting (500) - Mortgage Note (205) - Maintenance Service Order (650) - Motion Picture Booking Confirmation (159) - Consolidators Freight Bill and Invoice (223) - Multilevel Railcar Load Details (125) - Material Safety Data Sheet (848) - Electronic Form Structure (868) - Material Obligation Validation (517) - Rail Waybill Response (427) - Material Claim (847) - Response to a Cartage Work Assignment (225) - Motor Carrier Package Status (240) - Nonconformance Report (842) - Name and Address Lists (101) - Notice of Power of Attorney (157) - Secured Receipt or Acknowledgment (993) - Notice of Tax Adjustment or Assessment (149) - Cargo Insurance Advice of Shipment (362) - Order Group - Grocery (875, 876) - Organizational Relationships (816) - Warehouse Shipping Order (940) - Price Authorization Acknowledgment/Status (845) - Railroad Parameter Trace Registration (455) - Purchase Order Change Request - Buyer Initiated (860) - Product Activity Data (852) - Periodic Compensation (256) - Annuity Activity (268) - Insurance Plan Description (100) - Pricing History (503) - Patient Information (275) - Project Schedule Reporting (806) - Project Cost Reporting (839) and Contractor Cost Data Reporting (196) - Railroad Problem Log Inquiry or Advice (452) - Product Source Information (244) - Purchase Order (850) - Property Damage Report (112) - Purchase Order Acknowledgment (855) - Planning Schedule with Release Capability (830) - Product Transfer and Resale Report (867) - Motor Carrier Shipment Pickup Notification (216) - Purchase Order Shipment Management Document (250) - Healthcare Provider Information (274) - Payment Cancellation Request (829) - Product Information (878, 879, 888, 889, 896) - Transportation Carrier Shipment Status Message (214) - Ocean Shipment Status Information (313, 315) - Payment Order/Remittance Advice (820) - Railroad Clearance (470) - Receiving Advice/Acceptance Certificate (861) - Royalty Regulatory Report (185) - Warehouse Stock Receipt Advice (944) - Request for Routing Instructions (753) - Routing Instructions (754) - Railroad Reciprocal Switch File (433) - Routing and Carrier Instruction (853) - Railroad Mark Register Update Activity (434) - Standard Transportation Commodity Code Master (435) - Rail Industrial Switch List (423) - Railroad Station Master File (431) - Requisition Transaction (511) - Ocean Booking Information (300, 301, 303) - Commission Sales Report (818) - Request for Quotation (840) and Procurement Notices (836) - Response to Request For Quotation (843) - Order Status Information (869, 870) - Report of Test Results (863) - Railroad Retirement Activity (429) - Railroad Junctions and Interchanges Activity (437) - Rail Revenue Waybill (426) - Rail Deprescription (432) - Request for Student Educational Record (Transcript) (146) - Response to Request for Student Educational Record (Transcript) (147) - Air Shipment Information (104) - Rail Carrier Services Settlement (424) - Price/Sales Catalog (832) - Student Loan Pre-Claims and Claims (191) - Shipper's Export Declaration (601) - Customs Manifest (309) - Ship Notice/Manifest (856) - Shipment Information (858) - Transportation Automatic Equipment Identification (160) - Student Aid Origination Record (135, 139) - Motor Carrier Load Tender (204) - Rail Route File Maintenance (475) - Ocean Shipment Information (304, 311, 317, 319, 322, 323, 324, 325, 326, 361) - Specifications/Technical Information (841) - Production Sequence (866) - Rail Carrier Shipment Information (404, 419) - Shipping Schedule (862) - Railroad Service Commitment Advice (453) - Account Assignment/Inquiry and Service/Status (248) - Student Enrollment Verification (190) - Warehouse Shipping Advice (945) - Electronic Filing of Tax Return Data Acknowledgment (151) - Trailer or Container Repair Billing (412) - Trading Partner Profile (838) - Tax or Fee Exemption Certification (283) - Electronic Filing of Tax Return Data (813) - Tax Information Exchange (826) - Tax Jurisdiction Sourcing (158) - Motor Carrier Delivery Trailer Manifest (212) - Tax Rate Notification (150) - Real Estate Title Services (197, 199, 265, 485, 486) - Rail Rate Transactions (460, 463, 466, 468, 485, 486, 490, 492, 494) - Train Sheet (161) - Educational Testing and Prospect Request and Report (138) - Trailer Usage Report (227) - Text Message (864) - Retail Account Characteristics (885) - Customer Call Reporting (886) - Secured Interest Filing (154) - Deduction Research Report (891) - Underwriting Information Services (255) - Motor Carrier Pickup Manifest (215) - Insurance Underwriting Requirements Reporting (186) - Vehicle Application Advice (126) - Vehicle Baying Order (127) - Vehicle Shipping Order (120) - Vehicle Damage (124) - Vessel Content Details (109) - Vehicle Carrier Rate Update (129) - Voter Registration Information (280) - Vehicle Service (121) - Product Service Transaction Sets (140, 141, 142, 143) - Rail Carrier Waybill Interchange (417) - Vendor Performance Review (501) - Wage Determination (288) - Well Information (625) - Shipment Weights (440) - Rail Waybill Request (425) - - - Statement 1, General Division - Statement 2, Distribution or Resale - Statement 3, Soviet Bloc and Other Specified Countries - Export Control Clause to South Africa - - - ASC X12 Standards Approved by ANSI in 1983 - ASC X12 Standards Approved by ANSI in 1986 - Draft Standards Approved by ASC X12 in November 1987 - Draft Standards Approved by ASC X12 through February 1988 - Draft Standards Approved by ASC X12 through August 1988 - Draft Standards Approved by ASC X12 through February 1989 - Draft Standards Approved by ASC X12 through May 1989 - Draft Standards Approved by ASC X12 through October 1989 - Draft Standards Approved by ASC X12 through February 1990 - ASC X12 Standards Approved by ANSI in 1992 - Draft Standards Approved by ASC X12 through June 1990 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1991 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1991 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1991 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1992 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1992 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1992 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1993 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1993 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1993 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1994 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1994 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1994 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1995 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1995 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1995 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1996 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1996 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1996 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1997 - Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1997 - ASC X12 Standards Approved by ANSI in 1997 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1997 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 1998 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 1998 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1998 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 1999 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 1999 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1999 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2000 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2000 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2000 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2001 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2001 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2001 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2002 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2002 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2002 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2003 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2003 - ASC X12 Standards Approved by ANSI in 2003 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2003 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2004 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2004 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2004 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2005 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2005 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2005 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2006 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2006 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2006 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2007 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2007 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2007 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2008 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2008 - ASC X12 Standards Approved by ANSI in 2008 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2008 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2009 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2009 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2009 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2010 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2010 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2010 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2011 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2011 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2011 - Standards Approved for Publication by ASC X12 Procedures Review Board through February 2012 - Standards Approved for Publication by ASC X12 Procedures Review Board through June 2012 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2012 - - - Current Transaction Trace Numbers - Referenced Transaction Trace Numbers - Financial Reassociation Trace Number - - - Adjustment - Evaluated Receipts Settlement - Final - Not Specified (Unknown as to Type of Payment) - Payment in Advance - Pay Item - Payment on Account - Partial Payment - Progress Payment - - - Involuntary Withdrawal from Plan - Satisfied - Plan Complete - Terminated - Not Complete - Unknown - Voluntary Withdrawal - - - Not Scored - Not Reported - Unscoreable - Negative - Positive - - - Declined - Open Discovered - Unknown - Did Not Inquire - Not a Lender - No Open Account - Reporting Agency Inquiry - Application Pending - Open, Account Number Not Issued - Account Closed - Open, Primary Account - - - Adjustment In - Adjustment Out - Customer to Distributor - Distributor to Customer - Distributor to Manufacturer - Manufacturer to Distributor - Transfer In - Transfer Out - - - Add - As Stated (Used to Identify an Initial Load of Data Elements, Segments, or Codes for a Version/Release). - Delete - Flag for Delete - Inquiry - Replace (Equivalent to Delete and Add) - - - Service - Control - Composite - Simple - - - Proforma Entered/B13 Not Required - Proforma and B13 Entered - Proforma Entered and B13 with Car - Proforma Entered and B13 by Summary Reporting - Proforma Entered with B13 with Broker Port of Exit - Proforma with Car/B13 Not Required - Proforma with Car and B13 Entered - Proforma and B13 with Car - Proforma with Car and B13 by Summary Reporting - Proforma with Car and B13 with Broker Port of Exit - Proforma with Broker Port of Exit/B13 Not Required - Proforma with Broker Port of Exit and B13 Entered - Proforma with Broker Port of Exit and B13 with Car - Proforma with Broker Port of Exit B13 by Summary Reporting - Proforma and B13 with Broker Port of Exit - Customs Cleared - Customs A 4 + - - - Subject to Drawback - Imported on 1/60 Basis - Imported Under License - - - ABA Transit Routing Number Including Check Digits (9 digits) - Swift Identification (8 or 11 characters) - CHIPS (3 or 4 digits) - Canadian Bank Branch and Institution Number - Mutually Defined - - - Complete - Partial - - - Plate B - Plate C - Plate D - Plate E - Plate F - Plate G - Plate H - Plate I - Plate J - Plate K - Plate Size Restriction Has Been Eliminated - - - Both Import and Export - Export Only - Import Only - No Import or Export Facility Available - - - Inventory Adjustment, Full Detail - Book Transfer of Inventory, Full Detail - Customer Return - Full Detail - Full Detail - Original Transaction - Simulation Exercise - No Exceptions - Physical Inventory Overage, Full Detail - Production Receipt, Full Detail - Replacement and Charge - Physical Inventory Shortage, Full Detail - Exceptions Only - Automated Manifest System (AMS) Master-In-Bond Participant - Mutually Defined - - - Functional Group Total - Month to Date Total - Year to Date Total - Mutually Agreed Total - - - Month - Year - Hourly Appurtenance Units (Hours of Enhancement/Addition to Equipment) - Daily Time Units - Hourly Time Units - Other Time Units - - - G-Dest - Shipments of Commodities to Destination Not Requiring a Validated License - GLV - Shipments of Limited Value - GIT - In-transit Shipments - GUS - Shipments to Personnel and Agencies of the U.S. Government - GLC - Exports of Commercial Vehicles by Certain Civil Airlines and by Private Common Carrier - GTF-US - Goods Imported for Display at U.S. Exhibitions or Trade Fairs - GLR - Return or Replacement of Certain Commodities - GIFT - Shipment of Gift Parcels - GATS - Aircraft on Temporary Sojourn - General Export License Required - Validated Export License Required - GMS - Shipments Under the Mutual Security Act - GTD & GTDR - Technical Data - State - General License Non-naval Reserve (G-NNR) - General License Cooperating Governments (GCG) - Registered Carrier Stores (RCS) - General License - Temporary (G-Temp) - General License Free World (GFW) - Automated Export System (AES) Ultimate Destination Canada - Automated Export System (AES) Diplomatic Pouches - Automated Export System (AES) Shipments to U. S. Agencies - Automated Export System (AES) Household Shipment - Automated Export System (AES) Human Remains - Automated Export System (AES) U. S. Military Supplies - Automated Export System (AES) Personal Property - Automated Export System (AES) Shipments between US Possesions except Virgin Islands - Automated Export System (AES) Unreported Low Value Shipment - - - Demand Information Only - Issue - Other Agency - Issue - Other Department - Grant Aid - Foreign Military Sale - Test and Evaluation - Furnished Goods and Services - Reutilization and Marketing - Relocation - Modification - Repair or Nondestructive Testing - Loan - Return - Designated Items - Broken Price - Other - Exchange - Bailment Stock Withdrawal - Book Entry - Transfer via Depository Trust Company (DTC) - Physical Delivery - Transfer for Charitable Contribution - Replacement Due to Complaint - Contract Sale - Oil Deliveries - Drop Ship Sale - Flowing Gas Information - Gas Disposition - Gas Plant Liquids Summary - Gas Receipts - Inventory adjustment - Interbranch - Offshore Movement/Sale - Onshore Movement/Sale - Oil Transfer and Storage - Price adjustment - Price Book - Property Level Movement/Sale - Physical Meter Information - Production Origin - Pool Level Movement and/or Sale - Reapplication of Order - Return of Broken Price - Received From Vendor - Return of List Price - Oil Receipts - Return to Usable Inventory - Return to Vendor - Stocking adjustment - Scrap - Ship and Debit Sale - Ship and Debit - Sample - Stock Sale - Summary - Transfer for Disposal - Well Level Movement/Sale - - - Line Item Total - Batch Total - Deposit Total - Lock Box Total - Total Invoice Amount - Amount Subject to Total Monetary Discount - Discount Amount Due - Total Monetary Discount Amount - Total Operational Statement Amount - Adjusted Chargeback Claim Amount - Estimated - City - Payor Amount Paid - Estimated Credit - Annual Limit - Collateral - Bid Amount - Interest - Trustee Fees - Attorney and Trustee Fees - Local - Amount Due from Buyer at Appraisal Notice Date - Net - Court Cost - Penalty - Amount Owed to Buyer at Appraisal Notice Date - Spend Down - Submitted Chargeback Claim Amount - Tax - Underpayment - Cost of Deficiency - Deficiency Judgment Fees - Deficiency Judgment Expenses and Fees - Current List Price - List Price When Sold - Downpayment on the Repayment Plan Amount - Fixed Installment Control Accounting Error - Graduated Payment Mortgage Adjustment - Growing Equity Mortgage Adjustment - Adjustable Rate Mortgage Change - Fixed Installment Control Substitution Adjustment - Interest Adjustment - Deferred Graduated Payment Mortgage Interest Paid - Interest Accounting Error - Principal Accounting Error - Interest Substitution Adjustment - Principal Substitution Adjustment - Prepaid Interest - Prepaid Principal - Delinquent Interest - Delinquent Principal - Curtailment Adjustment - Serial Note Principal Available for Distribution - Servicing Fee - Guarantee Fee Adjustment - Amount Under-collateralized - Amount Over-collateralized - Trial Balance Adjustment - Custodial Bank Account Adjustment - Item - Schedule - Regular Plan - Previously Billed - Currently Due - Coverage Premium - Shipment Value in U.S. Dollars - Liabilities at Bankruptcy - Account Average Balance Account - Outstanding Balance at Foreclosure - Legal Obligation Debt Amount - Estimated Closing Cost Amount - Discount Fees Paid by Borrower Amount - Closing Costs or Concessions Paid by Seller - Prepaid Items Amount - Federal Housing Administration, Mortgage Insurance Premium Funding Fee Financed Amount - Variance - Variance Adjustment Cost - Variance Adjustment Schedule - Escalation - Fixed Price - Lodging - Meals - Travel Expense - Insurance Expense - Union Dues - Regular Income - Income on Real Property - Income from Social Security and/or other Government Assistance - Total Monthly Income - Electric and/or Fuel Payment - Water and/or Sewer Payment - Telephone Payment - Maintenance Expense - Food Expense - Clothing Expense - Laundry Expense - Medical and/or Dental Expense - Recreation Expenses - Charitable Contributions - Federal Housing Administration, Mortgage Insurance Premium or Veteran's Administration Funding Fee Amount - Original Cost of Property Amount - Owner's Estimate of Value Amount - Appraised Value Amount - Gross Monthly Income Amount - Assets at Bankruptcy - Negotiated Cost - Authorized Unpriced Work - Target Price - Estimated Price - Home Insurance Expense - Life Insurance Expense - Health Insurance Expense - Automobile Insurance Expense - Value of Property Claimed as Exempt - Automobile Payment - Other Type of Installment Payment - Operating Expenses - Total Projected Monthly Income - Total Projected Monthly Expenses - Excess Income - Value of Personal Property - Monthly Overtime - Total All Repairs - Total Recommended Repairs - State Quarterly Total Gross Wages - State Quarterly Unemployment Insurance (UI) Total Wages - State Quarterly Unemployment Insurance (UI) Excess Wages - State Quarterly Unemployment Insurance (UI) Taxable Wages - State Quarterly Disability Insurance Taxable Wages - State Quarterly Tip Wages - Asset-Long Term - Asset-Short Term - Base Coverage - Commission Retained - Contract Ceiling - Estimated Contract Ceiling - Target Fee or Profit Amount - Original Contract Target Cost - Negotiated Contract Changes - Current Target Cost - Contract Budget Base (CBB) - Current Budgeted Cost for Work Scheduled (BCWS) - Current Budgeted Cost for Work Performed (BCWP) - Current Actual Cost of Work Performed (ACWP) - Accounting - Accounts Payable - Accounts Receivable - Advanced Dividends - Advertising Expenses - Amortization - Amortization Costs - Amount of Decree - Asset Investment - Authorized Capital - Available Reserves - Bad Debt Allowance - Bad Debts - Bank Account(s) - Long Term Assets - Long Term Liabilities - Long Term Tangible Assets - Losses on Capital - Machines and Tools - Member Risk Capital - Miscellaneous After Tax Exempt - Mortgage - Nominal Capital - Nominal Damages - Non-operational Fixed Assets - Excess Amount Requested - Current Schedule Variance (SV) - Current Cost Variance (CV) - Cumulative Budgeted Cost for Work Scheduled (BCWS) - Cumulative Budgeted Cost for Work Performed (BCWP) - Cumulative Actual Cost of Work Performed (ACWP) - Cumulative Schedule Variance (SV) - Cumulative Cost Variance (CV) - Reprogram Cost Variance - Reprogram Budget - At Complete Budget (BAC) - Nonissued Capital - Notes Payable - Notes Receivable - Bank Debentures - Bank Obligations - Buildings - Buildings Under Construction - Capital - Capital Associated with Principal - Capital of Other Subsidiaries - Capital Stock - Cash - Capital Subsidies Received - Commercial Debt - Commercial Expenses - Common Stock - Consequential Damages - Compensatory Damages - Convertible Debentures - Cost of Goods Sold - Cost of Sales - Cost(s) - Current Assets - Current Liabilities - Damages - Deferred Cost - At Complete Latest Revised Estimate (LRE) - At Complete Variance - Total Allocated Budget - Difference (Contract Budget Base - Total Allocated Budget) - Forecast - At Complete Forecast - Current Cost Performance Index (CPIe) - Efficiency (BCWP/ACWP) - Current Cost Performance Index (CPIp) - Planned (ACWP/BCWP) - Current Schedule Performance Index (SPI) - Cumulative Cost Performance Index (CPIe) - Efficiency (BCWP/ACWP) - Deferred Credit or Income - Deferred Taxation - Deposits - Depreciation - Depreciation of Fixed Assets - Depreciation of Revaluation of Fixed Assets - Director's Remuneration - Dividends - Doubtful Receivables - Equipment - Equipment Subsidies - Equities, Stocks - Equity - Exceptional Item - Exports - External Charge - Extraordinary Charge - Extraordinary Current Asset Write Downs - Extraordinary Result - Financial Assets - Financial Charges - Financial Debt - Financial Expenses - Financial Income - Finished Goods - Fixed Asset Debts - Cumulative Cost Performance Index (CPIp) - Planned (ACWP/BCWP) - Cumulative Schedule Performance Index (SPI) - To Complete Performance Index (TCPI) for Budget at Complete (BAC) - To Complete Performance Index (TCPI) for Estimate At Complete (EAC) - Initial Contract Price Target - Initial Contract Price Ceiling - Adjusted Contract Price Target - Adjusted Contract Price Ceiling - Funds Authorized to Date - Accrued Expenditures - Fixed Assets - Fixed Assets for Sale - Fixtures - Fixtures and Equipment - Franchise - Franchise Tax Balance - Franchise Tax Paid - Free Reserves - Furniture - Future Loan - General Accounts - General Expenses - Goodwill - Grants for Operating Costs - Group Related Financial Income - Income Stated in Advance - Income Tax - Income Tax, Corporate - Income Tax, Noncorporate - Injunction - Intangible Depreciation - Intangibles - Interest of Third Party - Interest on Loans - Operating Income (Loss) - Optional Reserves - Open Commitments - Forecast of Billings - Estimated Termination Costs - Accrued Expenditures plus Open Commitments - Contract Work Authorized - Definitized - Contract Work Authorized - Not Definitized - Contract Work Authorized - Total - Forecast of Work - Not Yet Authorized - Forecast of Work - All Other - Forecast of Work - Total - Organizational Expenses - Outside Share in Profit or Loss - Outstanding Debts against Board of Directors/Managers - Owing - Owing from Affiliates - Owing from Participants - Owing to Affiliates - Owing to Fiscal Office - Owing to National Social Security Office - Owing to Participants - Own Work Capitalized - Paid in Capital - Par Value - Participating Interest - Patents - Pension Debts - Pensions Provision - Preferred Stock - Prepaid Orders in Progress - Prior Results Carried Forward - Profit or Loss - Profit or Loss after Taxes - Profit or Loss before Taxes - Profit or Loss on Ordinary Activities after Tax - Progress Payments - Proposed Dividend - Funding - Total Requirements - Funds Carryover - Net Funds Required - Contract Work Authorized (with fee/profit) Actual or Projected - Contract Work Authorized (with fee/profit) Actual or Projected - At Complete - Best Case Estimate - Worst Case Estimate - Most Likely Estimate - "As Is" Appraisal Amount - "Subject To" Appraisal Amount - Provision for Depreciation of Stock or Inventory - Provision for Future Purchases - Provision for Risks - Punitive Damages - Purchase Price - Purchases - Raw Materials - Real Estate - Receivables - Regularization Account - Research and Development - Restructuring Costs - Result - Retained Earnings - Revenues - Sales - Sales and Use Tax - Savings - Secured Liability - Secured Loans - Selling Expenses - Services - Share Capital - Share in Profit or Loss of Minority Interest - Share Premium Capital - Shares in Affiliated Companies - "Completion Per Plans" Appraisal Amount - Site Value Amount - Compensation - Contribution - Death Benefit - Death Benefit Decrement - Employee Account Balance - Loan Repayment - Prior W2 - Single Premium - Social Charges - Social Security (FICA) - Special Reserves - Specially Secured Creditors - Specific Performance - Starting Capital - Statutory Reserves - Subscribed Capital - Suit Amount - Supplies - Surplus of Revaluation - Tangible Net Worth - Tax Adjustments - Tax Balance - Tax Capital Amount - Tax on Extraordinary Items - Tax Recoverable - Taxed Reserves - Trade Creditors - Inventory (Stock) - Inventory (Stock) Depreciation - Inventory (Stock) Purchases - Investment in Own Shares - Investments - Issued Capital - Labor Costs - Assistantship from Admitting Educational Institution - Average Negative Ledger Balance - Average Positive Collected Balance - Average Negative Collected Balance - Average Positive Ledger Balance - Disallowed - Estimated - Disallowed - Actual - Noncovered Charges - Estimated - Noncovered Charges - Actual - Allowed - Estimated - Allocated - Adjusted Collected Balance - Average Collected Balance - - Arrearage - Average Float - Adjusted Gross Income - Loan Balance Difference - Sale Amount - Funds Held by Mortgagee - Attorney Fees - Average Ledger Balance - Amount Financed - Bankruptcy Fee - Amount Override - Amount Prior to Fractionalization - Average Price Per Call - Fees to Public Officials for Foreclosure - Average Price Per Minute - Total Received - Coverage Amount - Actual Cash Value - Replacement Cost - Previous Price - Title Cost - Other Foreclosure and Acquisition Expenses - Bond - Benefit Amount - Bonuses and Commissions Divided Over 12 Months - Bonuses Divided Over 12 Months - Bonuses and Commissions - Budgeted - Allowed - Actual - Deductible - Estimated - Co-insurance - Estimated - Co-insurance - Actual - Bargain - Mortgage Insurance Premiums - Billing Cycle Net Fee Position (Excess/Deficit) - Balance Due - Disbursements for Authorized Repair - Hazard Insurance Premium - Eviction Attorney Fees - Eviction Expenses - Property Taxes - Disbursements Not Shown Elsewhere - Disbursements for Protection and Preservation - Disbursements for Inspections and Boarding - Adjustments - Rental Income - Rental Expense - Average Net Collected Balance - Bail - Adjusted Insured Loss Amount - Mortgage Note Interest - Bank Reject Total - Overhead Costs - Uncollected Interest - Amount Due from Buyer at Closing - Amount Owed to Buyer at Closing - Additional Closing Expenses - Deficiency Judgment Expenses - Current Expenditures - Co-Payment Amount - Child Rider Coverage - Prior Payment - Estimated - Prior Payment - Actual - Claim Amount Due - Estimated - Claim Amount Due - Actual - Payor Responsibility - Estimated - Payor Responsibility - Actual - Disallowed Cost Containment - Actual - Contractor Cumulative to Date - Collected Balance Required - Chargeback Claim Amount - Overpaid Section 235 Subsidy - Summary Amount - Appraisal Fees - Commission Fees Deducted - Change Amount - Funds Held for Insured - Other Deductions - Back End Load - Outstanding Balance Current Lender - Claimant Requested Total - Special Assessments - Taxes on Deed - Statutory Disbursements - Net Claim Amount - Contractor at Complete - Commission Sales - Contract - Subcontractor Cumulative to Date - Subcontractor at Complete - Earned Value - Actual - Cumulative Budget - Cumulative Earned Value - Administration and Management Costs - Deferred Compensation Commissions - Deductible Amount - Deferred Compensation Commissions and Bonuses - Deferred Compensation - Dependent Care Contribution - Disallowed Cost Containment - Estimated - Dispensing Fee - Discount Amount - Cumulative Actual - Original Mortgage - Unapplied Section 235 Funds - Unapplied Buydown Fund - Direct Deposit - Estimate of Damage - Authorized Bid - Escrow Balance - Total Disbursements - Charge Off - Liens Amount Original - Release of Lien - Debit - Asset - Liability - Satisfaction - Exemption - Settlement - Alimony Expense - Alimony Income - Child Support Expense - Child Support Income - Separate Maintenance Expense - Separate Maintenance Income - Deductible Waived - Per Day Limit - Job-related Expense - Administration and Management Indemnity Charge - Employer Year to Date Contribution - Employee Annual Pledge Amount - Employee Current Contribution - Employer Pledge Amount - Employer Current Contribution - Eligible Wage Amount - Employee Year to Date Contribution - Education Contribution - Initial Fee - Earnings Allowance - Collected Balance (Excess/Deficit) - Allowance (Excess/Deficit) - Estimated Cost of Attendance - Other Expense - Estimated Financial Aid - Other Income - Amount of Mortgages and Liens - Mortgage Payment(s) - Insurance, Maintenance, Taxes and Miscellaneous - Net Rental Income - Present Market Value - Gross Rental Income - Cancellation Fee - Capital Reserves - Employer Annual Pledge Amount - Condominium Association Fees - Homeowner Association Fees - Mortgage Insurance Proceeds - Net Proceeds from Sale of Real Estate Property - Insurance Proceeds (Primary Settlement) - Presale Proceeds - Pledged Savings - As Is Broker's Opinion - Subject To Broker's Opinion - Uniform Commercial Code Filing Office Fee - Commercial Staff Labor Costs - Maximum Allowable Cost (MAC) Penalty Copay - Patient Responsibility - Actual - Patient Responsibility - Estimated - Postage Claimed - Patient Amount Paid - Provider Reserves - Sales Tax - Usual and Customary Charge - Estimated - Usual and Customary - Actual - Coordination Fee - Calculation Fee - Expected Family Contribution - Direct Deposit Flipped to Check - Fee - Application Fee - Licensing Fee - Regulatory Fee - First Interest Payment Amount - Waiver Fee - Other Unlisted Amount - Float - Fair Market Value - Fine - Fees Paid - Fees Paid Year to Date - Firm Contractor Share - Estimated Government Share - Expense - Endorsement Premium Amount - Commercial Staff Indemnity Charge - Flat Fee Paid to Date - Flat Fee Paid Current Month - Endorsement - First Payment - Earned Income - Initial Adjustment Total - Indicated Value by Sales Comparison Approach - Indicated Value by Income Approach - Price per Unit Area - Reconciliation of Final Value Estimate - Estimated Monthly Market Rent - Adjusted Sales Price - Sales or Financing Concessions - Indicated Value by Cost Approach - As-is Value of Site Improvements - Depreciated Value of Improvements - Price, High Value - Price, Low Value - Physical Depreciation - Functional Depreciation - External Depreciation - Adjusted Sales Price of Comparable Sales - Predominate Value - Average Customer Income - Average Neighborhood Income - Average Customer Purchase - Weekly Dollar Sales - Average Case Sales - Buy-down - Credit Line - Appraisal Repair Amount - Brokers Opinion Repair Amount - Credit Line Available - Subsequent Adjustments Total - Goods and Services Tax - Taxes Paid - Gross Value - Total Charge - Total Credit - Total Debit - Total Finance Charge - Host Government (government of the institution) Financing for Education - Legal Reserves - Cancellation - Deposit Inception to Date - Deposit Year to Date - Dump in Remittance - Earnings - Life Insurance Cash Value - Structure Value - Original List Price - Coin - Currency - U.S. Treasury Checks - Postal Money Orders - City Checks - Other Checks - Home Government Financing for Education - Annual Social Security Wages - Annual Social Security Tips - Annual Wages, Tips, and Other Compensation - Social Security Employee Tax Withheld - Federal Income Tax Withheld - Advance Earned Income Credit - Commission - Vacation Pay - Gross Pay Submitted - Intersell Commission Sales - Total Payroll Approved - Holiday Pay - Overtime Pay - Regular Pay - Sick Pay - Special Pay - Contract Price - Commercial Space Income - Utilities Paid by Owner - Life Insurance Coverage - Investment Income - Income - Price, Gross Living Area - Total Estimated Rent - Gross Annual Income - Custodian's Salary - Engineer's Salary - Elevator Operator's Salary - Indicated Value by Market Approach Estimate of Market Value - Adjusted Monthly Rent - Investable Balance - Accrued Unpaid Interest To Be Capitalized - Import Duty Amount - Excise Tax Amount - Inspection Fee - Adjustment for Gross Living Area - Predominant Price High - Irregular Interest Payment Amount - Net Adjusted Monthly Rent - Indicated Monthly Market Rent - Predominant Price Low - Adjustment for Rooms - Installment - Adjustment for Bedrooms - Interest Payable During Repayment Period - Contingent Debt - Insurance Recovery - Independent Scholarship - Incentive Fee - Accrued Unpaid Interest Not To Be Capitalized - Utilities Allowance - Furniture Allowance - Debentures - Account High Balance - Limited Partnership Capital - Current Face Amount - Original Face Amount - Fixed Default Note Holder's Amount - Initial Monthly Payment - Original Principal and Interest Payment - Final Principal and Interest Payment - Conversion Fee - Ending Balance - Beginning Balance - Assessment - Equity Claimed as Exempt - Counter Claim - Weekly Benefit - Lease - Administrative Load - Asset Cost Applicable to Entire Contract - Asset Cost Applicable to Portion of Contract - Annual Fee - Cost Basis - Disability Premium - Employee Additional Contribution - Employee Match Contribution - Employer Contribution - Free Look Value - Free Withdrawal Value - Front End Load - Guaranteed Minimum Death Benefit - Interim Value - Monthly Rent - Judgment - Loan Value - Market Value - Market Value Adjusted Value - Market Value Adjustment - Net Contract Value - Discounted Bills not Due - Unpaid Security Balance - Total Unpaid Security Balance - Veterans Affairs Funding Fee - Initial Target Fee - Minimum Fee - Maximum Fee - Price - Special Accounting Classification Reference Number (ACRN) Amount - New Price - Estimated Contract - Estimated Net Adjustment - Obligated - Undefinitized - Annual Revenue - Net Paid Amount - Net Collected Amount - Deduction Amount - Net Variance Amount - Minimum Contract Amount - Item Gross Amount - Collected Amount - Disbursed Amount - Gross Amount of Payment - Committed Amount - Principal and Interest - Incremental Order Amount - Liability-Long Term - Taxes and Insurance - Default Principal - Default Interest - Liability-Short Term - Default Taxes and Insurance - Miscellaneous Fee Collections - Not-To-Exceed Price - Mortgagor's Monthly Obligations - Liquid Assets - Legal Contribution - Leasehold Insurance Amount - Total Unidentified Payments Rejected - Total Credits Received - Total Debits Received - Total Pre-advices Received - Total Prenotes Received - Total Post-advices Received - Total Debit for Settlement - Definitized - Definitized Total - Lessor's Cost - Incremental - Loan Eligibility Amount - Loan Remittance or Repayment - Laundry Income - Baseline - Line Item Unit Price - Legal and Audit - Loan Amount Requested - Lump Sum - Limit - Lien Payoff - Money Purchase - List Price - Maximum Potential Liability - Total Credit for Settlement - Net Settlement - Total Award - Option Amount - Planned Periodic Payment - Tax and Insurance Escrow Fund Balance - Loan Expense - Total Remaining Principal Balance for the Issuer - Delinquent Payment - Loans from Officers - Maximum Out of Pocket Amount - Medical Contribution - Tax rate expressed as a flat fee - Minimum amount of tax to be paid - Minimum amount to which tax rate is applied - Maximum amount of tax to be paid - Maximum amount to which tax rate is applied - Markup Amount - Net of Surrender Withdrawal - Maximum Amount - Undistributed Budget - Cost of Money - Minimum Due - Minimum Default Note Holder's Cost - Administrative Fees - Maximum Late Charge - Minimum Late Charge - Minimum Incentive Fee - Maximum Default Note Holder's Cost - Gross to Pay - Prior Net Invoice Total - Payout - Monthly Limit - Minimum Order Value - Monthly Payment Amount - Post Tax Equity and Fiscal Responsibility Act (TEFRA) Cost Basis - Management Reserve - Past-Due Taxes and Assessment Remaining Unpaid - Pre Tax Equity and Fiscal Responsibility Act (TEFRA) Cost Basis - Premium Tax Paid on Surrender - Premium Tax Paid up Front - Sales Loads - Maximum Incentive Fee - Surrender Value - Valuation Price - Loans or Financial Borrowings - Net Worth - Individual Income Taxes and Other - Corporate Income and Excess Profits Tax - Excise Taxes - Estate and Gift Taxes - Carrier Tax Act Taxes - Federal Unemployment Tax Act Taxes - Miscellaneous Taxes - Withheld and Federal Insurance Contribution Act (FICA) Taxes - Net Adjustment - Net Compensation Position - Negative Collected Balance - Per Person Monthly Limit - Net Billed - Monthly Net Fee Position (Excess/Deficit) - Medicare Copayment - Medicare Deductible - Medicare Paid - Other Insurance Paid Amount - Total in Force and Applied Coverage - Negative Ledger Balance - Non-collateralized Amount - Transaction Fee - Non Commission Sales - Net to Pay Total - Adjusted Nonrecurring - Nonrecurring - Net Savings Amount - Unit Value - Reinsurance Amount - Renewal Amount - Retention Per Life - Retention Per Policy - Net Year to Date (Excess/Deficit) - Equalization Account - Extraordinary Income - Amount of First Mortgage Being Refinanced - Other Family Financing for Education - Intangible Assets Written Off - Interest Payable - Interest Receivable - Joint Venture Results - Long Term Debt - Long Term Provisions - Loss - Principal Balance Amount - Outstanding Loan Balance - Opening Bank Charges - Draft Amount - Miscellaneous Charges - Contractor's Offer - Cable Charge - Handling Charges - Non-commission Charges - Merchandise - Letter of Credit Amount - Outstanding Balance Other Lender - Other Monthly Income - Negotiating Bank Charges - Overdrafts - Original Payment Total - Payroll Costs - Letter of Credit Remaining Amount - Other Salaries - Commission Amendment Charges - Profit - Profit and Loss Deficit - Profit after Extraordinary Items and before Tax - Profit after Tax and Before Extraordinary Items - Payment Commission - Profit Distributed to Employees - Parental Financing for Education - Partner's Calendar Year Salary - Prior Plan Year Gross Salary - Premium Amount - Prior Year's Wage - Partner's Tax Year Salary - Premium Due - Partner's K1 Tax Year Amount - Partner's K1 Calendar Year Amount - Current Mortgage Principal Balance - Payment Cancellation Total - Billed Amount - Positive Collected Balance - Credit - Plan Period Election - Principal - Payoff - Per Occurrence Deductible - Per Occurrence Monthly Limit - Past Due - Photograph Fee - Positive Ledger Balance - Last Premium Amount - Prior Gross Invoice Total - Percent Override - Payment Prior to Advance - Advance Amount - Per Occurrence Limit - Per Occurrence per Day Limit - Per Occurrence Aggregate Limit - Unsecured Priority Claim - Prepetition Charges - Per Occurrence Maximum per Week Limit - Per Person Maximum per Week Limit - Per Person per Day Limit - Original Principal Balance - Loans to Affiliated Companies - Proposed - 1035 Exchange - 401K Transfer - Total Prenotes Accepted - Total Prenotes Rejected - Automatic Premium Deduction - Total Post-advices Accepted - Total Post-advices Rejected - Cash With Application - Combined - Credit Card - Deposit Fund - Direct Billing - Disc Premium - Electronic Funds Transfer (EFT) - Government Allotment - Initial Premium - Individual Retirement Account 60 Day Rollover - Individual Retirement Account Direct Transfer - Individual Retirement Account Regular Contribution - Keogh/HR 10 - Keogh/HR 10 Transfer - Quarterly Net Fee Position (Excess/Deficit) - List Billing - Modal Premium - Payroll Taxes - Parking Income - Non-Qualified (1035 Exchange) - PAC - Pre-Authorized Check - Payroll Deduction - Pension - Premium Received With Application - Profit Sharing Trust - Qualified - Payment Amount - Loans to Participants - Fixed, Liquidated Secured Debt - Contingent Secured Debt - Disputed Secured Debt - Unliquidated Secured Debt - Fixed, Liquidated Unsecured Debt - Contingent Unsecured Debt - Disputed Unsecured Debt - Unliquidated Unsecured Debt - At Time of Filing - Accelerated Royalty - Per Person Deductible - Refund Check - Per Person Limit - Royalty Due - Restitution - Budgeted Redemption - Per Person Aggregate Limit - Residual Value - Rate Amount - Provision for Long Term Depreciation - Regular Remittance - Remittance Refund - Resident Manager's Salary - Provisions - Repair - Recommended Amount - Reserve Requirement Amount - Reserves - Last Payment - Total Debits Rejected - Total Payments Rejected - Total Delinquency - Total Pre-advices Accepted - Total Pre-advices Rejected - Lender's Total Delinquency - Self-Financing for Education - Salary Amount - Salary with Bonuses - Salary with Commissions - Salary with Subchapter S Corporation Income - Salary with Partner's Bonuses - Subchapter S Corporation - Sole Proprietorship - Period Rental - Secured Claim Allowed - Campaign Summary Amount - Stated Amount - Total Service Charge - Sales Charge - Service Charges Which Cannot Be Compensated by Balances - Scholarship from Admitting Educational Institution - Sponsor-Financing for Education - Surrender Charge - Subsequent Interest Payment Amount - Surrender Full - Surrender Partial - Security Personnel's Salary - Supplemental - Sales Administration Expense - Special Creditors Amount - Sales Price - Special Debtors Amount - Secured Claim - Campaign Summary Amount to be Shared - State - Surcharge - Fixed Monthly Principal Payment - Base Award Fee - Severance Tax - Initial Buydown Balance - Certification Fee - Third-Party Government-Financing for Education - Teacher - Total Claim Before Taxes - Total Submitted Charges - Total Current Balance - Total Claims - Claim - Total Credits Accepted - Total Credits Rejected - Total Debits Accepted - Total Annual Sales - Total Annual Sales to Customer - Proposed Cost - Proposed Profit - Proposed Fee - Total Proposed Price - Alternate Proposed Price - Total Claim Allowed - Title Insurance Amount on Loan - Time and Expense Paid to Date - Total Amount of Contract - Total Prior Loan Amount Owed - Time and Expense Paid Current Month - Telephone Operator's Salary - Total payment amount - Subsidies for Operating Costs - Target Cost - Total Sales - Total Transaction Amount - Transportation Cost per Unit of Measure - Level of Premium Insurance - Retention - Technicians Indemnity Provision - Total to Date - Total at Complete - Transportation Cost Total - U.S. Government-Financing for Education - Unsecured, Priority Claim Allowed - Ingredient Cost Claimed - Miscellaneous Expenses - Present Value of Lot - Cost of Improvements - Alterations, Improvements, Repairs - Land - Refinance - Estimated Prepaid Items - Unliquidated Amount - Unpaid Principal Balance - Unspecified Aggregate Limit - Unsecured, Nonpriority Claim Allowed - Mortgage Insurance - Discount (If Borrower Paid) - Total Unpaid Principal Balance for Stafford Loans - Subordinate Financing - Total Costs - Other Credits - Base Loan Amount (w/o financed Mortgage Insurance) - Mortgage Insurance Financed - Total Loan Amount - Unsecured, Nonpriority Claim - Cash from or to Borrower - Total Unpaid Principal Balance for Parental Loans for Students - Monthly Income - Unearned Income - Total Unpaid Principal Balance for Supplemental Loans for Students - Value Added Sales - Clearing House Settlement - Drawback - Total Monthly Liabilities - Utilities, Furniture, and Amenities Included in Rent - Total Assets - Total Liquid Assets - Value Added - Tax and Insurance Escrow Fund - Interest Due to Investor - Total Principal Due to the Investor - Total Interest Due to the Investor - Total Curtailment Due to the Investor - Total Principal Payoff and Repurchase Due to the Investor - Total Interest Payoff and Repurchase Due to the Investor - Actual Outstanding Principal Balance - Face Amount - Total Current Rent or Mortgage Payment (Issue) - Total Non-liquid Assets - Authorized - Actual Person Day Rate - Estimated Person Day Rate - Total Monthly Expenses - Current Monthly Principal and Interest - Levy Amount - Current Support - Past Due Support - Medical Support - Net Negative Amortization Amount - Withhold From Wages - Commission Basis - Commission Earned - Current Monthly Payment - Commission Netted - Total Monthly Debt - Other Financing Payment - Current Value - Closing Cost - Capitalized Mortgage Amount - First Mortgage Monthly Principal and Interest - Interest Amount Paid to Date - Minimum Transfer - Maximum Transfer - Trade Debtors - W-2 - W-2 with Bonuses - W-2 with Deferred Compensation - W-2 without Bonuses - Deposit Sub Total - Direct Rollover - Direct Transfer - Discounted - Secondary Finance - Minimum Deposit - Sub-Agency Compensation - Buyers Agency Compensation - Variable Rate Compensation - Compensation Bonus on Sale of Property - Veterans Affairs Loan Guarantee - Security Trade Amount - Balance Owing All Other Liens, Subject Property - Other Financing - Dual Agency Compensation - Per Week Limit - Lender's Opinion of Value - Total Original Principal Balance - Other Agent Compensation - Dock Usage Fee - Pool Usage Fee - Clubhouse Fee - Optional Service Fee - Other Association Fees - Principal, Interest, Taxes - Principal, Interest, Taxes and Insurance - Total Points Paid at Closing - Amount that Would Have Been Paid in the Absence of Capitation - Points Paid by Seller - Loan Withdrawal - Severance Pay - Treble Damages - Transfer to Untaxed Reserves - Reissued - Rollover Amount - Annual Rental - Gross Monthly Rent - SEP - Self Employee Pension - Funding Amount - Tax Sheltered Annuity (403B Transfer) - Maximum Award Fee - Maturity Value - Earned Wages - Base Period Wage - Withdrawal - Withdrawal Inception to Date - Withdrawal Less Market Value Adjustment - Withdrawal Less Surrender - Withdrawal Less Taxes - Withdrawal Year to Date - Unavailable Reserves - Uncalled Capital - Unemployment Contribution - Unlimited Capital, Minimum Fixed - Unpaid Capital - Unsecured Liabilities - Value Added Tax - Value of Shares - Vehicles - Voluntary Reserves - Wages - Withholding - Original Value - Working Capital - Sales Price Per Dwelling Unit - Sales Price Per Room - Self Insurance Amount - Year to Date Eligible Salary - Total Real Estate Owned - Total Liabilities - Total Liability Monthly Payments - Total Real Estate Owned Market Value - Total Real Estate Owned Gross Rental Income - Total Real Estate Owned Mortgages and Liens - Total Real Estate Owned Mortgage Payments - Total Real Estate Owned Miscellaneous Expenses - Total Real Estate Owned Net Rental Income - Actual Unpaid Principal Balance - Scheduled Unpaid Principal Balance - Principal Due to Investor - Constant Principal and Interest - Other Fee Collection - Beginning Scheduled Unpaid Principal Balance - Tax and Insurance Principal Balance - New Principal and Interest - Curtailment - Prepayment Penalty - Partial Annuitization - Partial Withdrawal - Post Tax Equity and Fiscal Responsibility Act (TEFRA) Gain - Pre Tax Equity and Fiscal Responsibility Act (TEFRA) Gain - Policy Amount - Payments in Advance - Payments in Arrears - Cancelled - Denied - In Process - Requested - Paid - Paid for This Facility - Returned - Total Aggregate Limit - Insertion Cost - Repackaging Labor Cost - Repackaging Material Cost - Unit Cost of Discrepant Material - Liquidation Principal - Remaining Pool Balance - Remaining Security Balance - Program Cost - Override to Handling Fee - Production Cost - Federal Medicare or Medicaid Claim Mandate - Category 1 - Federal Medicare or Medicaid Claim Mandate - Category 2 - Federal Medicare or Medicaid Claim Mandate - Category 3 - Federal Medicare or Medicaid Claim Mandate - Category 4 - Federal Medicare or Medicaid Claim Mandate - Category 5 - Federal Pension Mandate - Category 1 - Federal Pension Mandate - Category 2 - Federal Pension Mandate - Category 3 - Federal Pension Mandate - Category 4 - Federal Pension Mandate - Category 5 - Federal Medicare or Medicaid Payment Mandate - Category 1 - Federal Medicare or Medicaid Payment Mandate - Category 2 - Federal Medicare or Medicaid Payment Mandate - Category 3 - Federal Medicare or Medicaid Payment Mandate - Category 4 - Federal Medicare or Medicaid Payment Mandate - Category 5 - Coupon Face Value - Initial Target Cost - Increase - Decrease - Prorated Amount - Loan Charge - Mortgage Recording Fee - Deed Recording Fee - Release Recording Fee - Assumption - Mutually Defined - Excess Funds - Cumulative Total - Reimbursable Amount - Total Reimbursable Amount - Direct Citation Amount - Total Direct Citation Funds - Chargeable Amount - Temporary Term Coverage - Conditional Receipt Coverage - Binding Interim Coverage - Application Amount - Approved Amount - Ultimate Face Amount - Requested Amount from All Reinsurers - Replacement Amount - Scheduled Contribution - Scheduled Disbursement - Short Term Investment - Subsequent Contribution - Subsequent Distribution - Tax-Federal - Tax-Local - Tax-State - Trust Fund - Capital Leases - Surplus - Restated Assets - Owing to Clients - Shareholder Loans - Accumulated Deficit - Loan from Parent Company - Contribution Not Subject to Repayment - Income Before Depreciation - Income After Depreciation - Profit (Loss) Before Financial Items - Interest Expenses - Profit (Loss) Before Extraordinary Items - Profit (Loss) After Financial Items - Income Before Allocations - Income from Sale of Fixed Assets - Contribution to Group - Deferred Tax Assets - Blocked Accounts - Non-taxed Reserves - Pledged Assets - Restricted Equity - Non-restricted Equity - Depreciable Assets - Taxable Assets - Income from Business - Income Subject to Taxes - Taxable Amount of Real Estate - Ending Principal Balance - Average Daily Principal Balance - Interest Amount - Adjustments for Difference in Average Daily Principal Balance - Beginning Principal Balance - Loan Principal Disbursements - Principal Increases - Principal of Loans Purchased - Principal Cured - Principal Sold - Principal Insurance Claims - Principal Guarantee Voided - Principal Paid by Borrowers - Loans in School and Grace - Loans in Authorized Deferment - Loans Repay or Forebearance - Current or Less than 31 Days - Loans Repay or Forebearance - 31 to 60 Days Past Due - Loans Repay or Forebearance - 61 to 90 Days Past Due - Loans Repay or Forebearance - 91 to 120 Days Past Due - Loans Repay or Forebearance - 121 to 180 Days Past Due - Loans Repay or Forebearance - 181 to 270 Days Past Due - Loans Repay or Forebearance - 271 or More Days Past Due - Loans Repay or Forebearance - Claims Filed, Not Yet Paid - Agent Sales - Amount Involved - Assigned Capital - Credit Line Utilized - Direct Sales - Earnings per Share - Inheritance - Invested Capital - Loan from Family Members - Non Depreciable Assets - Partially Paid Amount per Share - Pending Orders - Personal Loan - Plant and Machinery - Pre-Tax Loss - Pre-Tax Profit - Registered Capital - Revaluation Reserves - Social Capital - Statutory Profit - Training Pay - Retroactive Pay - Expected Reimbursement Amount - Permit Cost - Minimum - Additional Amount to Meet Minimum - Labor Per Hour - Non-recoverable Depreciation - Recoverable Depreciation - Overhead - Indemnity Benefit - Replacement Cost of Repairs - Actual Cash Value of Repairs - Recoverable Depreciation of Repairs - Non-recoverable Depreciation of Repairs - Non-indemnity Benefit - Actual Cash Value of Building - Government Share - Contractor Share - Award Fee - Base Fee - Target Profit Floor - Target Profit Ceiling - Labor Per Day - Difference in Interest Due - Difference in Prepayment Penalty - Difference in Principal Due - Appropriation of Retained Earnings Less Reversals - Appropriations - Billings and Costs-Profit Differential - Common Stock Par Value - Cost of Services Rendered - Creditors - Declared Profit - Discounted Notes - Endorsed Notes - General Reserves - Import Volume - Income Tax Credit - Long-Term Deposits - Long-Term Loans - Minority Interest - Non-Operating Expense - Non-Operating Income - Operating Profit or Loss - Preferred Stock Par Value - Profit After Tax and Minority Interest - Retained Earnings to be Appropriated - Revaluation Surplus or Deficit - Reversal of Voluntary Earned Surplus - Share Price - Short-Term Deposits - Short-Term Loans - Tax Provisions - Unallocated Profit - Voluntary Earned Surplus - Calculated Weekly Compensation Amount - Benefit Type Gross Weekly Amount - Benefit Type Net Weekly Amount - Employee Gross Wage - Garage Gross Wages - Officer Compensation - Actual Flat - Officer Compensation - Statutory Maximum - Officer Compensation - Statutory Minimum - Previous Balance - Disputed Amount - Non-Operating Income or Expense - Operating Income or Expense - Income or Expense - Purchase Authority - Capital Decrease - Capital Increase - Deed Capital - Transferred Amount - Unadjusted Sales Price - Sales Concessions - Property Value - Partial Release Amount - Lien Filing Fee - Additional Repair Price - Qualified Tuition and Related Expenses - Qualified Financial Assistance - Aggregate Reimbursements or Refunds - New Loan Balance - Raw Material Purchases - Work in Progress Purchases - Operating Cash Flow - Payments for Outside Work - Set Aside for Provisions - Financial Income or Expense - Extraordinary Income or Expense - Unfinished Production Carried Forward - Installation Materials Cost - New Mortgage Amount - Capitalized Assets - Profit Reserves - Share in Profit or Loss in Other Companies - Monetary Correction - Scheduled Repayment Amount - Amounts Placed with Other Banks - Due from Parent Company - Owing from Subsidiary Companies - Certificates of Deposit Amount - Publicly Traded Shares Amount - Non Publicly Traded Shares Amount - Trading Securities Amount - Investment Securities Amount - Earnings Per Share Minus Dividends - Active Partner Capital - Adjusted Claim - Accrued Income - Amount of Purchase Exempt From Tax or Fee - Annual Sales or Premiums - Amount of Tax or Fee Exemption - Average - Net Taxable Income - Original Amount of Instrument - Addition to Tax - Reinstatement Fee - Permit Fee Due - Permit Fee with Extension - Net Annual Permit Fee Due - Permit Fee Penalty Due - Permit Fee Interest Due - Total Permit Fee Due - Franchise Tax - Unclaimed Franchise Tax Credit - Net Franchise Tax Due - Franchise Tax Penalty Due - Total Franchise Tax Due - Total Amount Due - Overpayment - Amount to be Refunded - Gross In-State Receipts - Gross Receipts - Occupation Fee - Total Assessed Value - Total Value of All Property - Value of In-State Property - Total Value of Out-of-State Property - Total Par Value - Total Assessable Capital Stock - Apportioned Value - Estimated In-State Real Property Value - Par Value of In-State Assets - In-State Business Revenue - Subscription Price - Value of Authorized Shares - Ordinance Amount - Capital for a Cooperative - Directors Legal Obligation Debt - Silent Partner Capital - Bridge Loan Not Deposited - Borrower Advance - Borrowed Amount - Betterment - Bills of Exchange Payable - Clean-up Costs Associated with Deficiency - Collections, Judgments, and Liens - Compression Charge - Commodity Refund - Corporate Assets - Closing Costs Paid by Any Other Party Other Than Seller or Buyer - Closing Costs Paid by Seller - Container Replacement Cost - Container Replacement Labor Cost - Container Replacement Material Cost - Dollar For Dollar Deductions - Delayed Interest - Deferred Assets - Delinquent Taxes - Discount Points Financed - Discount Points Not Financed - Defaulted Tax Plan Payment - Development Properties - Administrative Expenses - Air Travel Expenses - Amount Forgiven - Amount Guaranteed - Amount Over Fair Market Value - Amount Owed - Amount Payable - Amount Raised - Amount Received - Amount Refunded - Amount Rescinded - Anonymous Contribution - Balance Owed - Bank Charges - Bank Loan - Brochure Expenses - Bus Travel Expenses - Consultant Expenses - Corrected Amount - Disability Expenses - Disposed Amount - Draw Amount - Election Expenses - Endorsement Amount - Entertainment Expenses - Excess Expenses - Expected Expenditure Amount - Expenditure Amount - Family Care Expenses - Federal Share Amount - Filing Fee - In-Kind Contribution - Incurred Amount - Loan Amount Plus Interest - Loan Balance - Matching Contribution - Meeting Expenses - Miscellaneous Income - Miscellaneous Receipts - New Loan Amount - New Unpaid Expenditure - Newsletter Expenses - Newspaper Advertising Expenses - Nomination Expenses - Non-Federal Share - Office Expenses - Office Rental - Original Asset Value - Original Loan Amount - Party Expenses - Payment - Personal Expenses - Personal Funds - Pledged Amount - Postage Expenses - Printing Expenses - Public Funds - Radio Advertising Expenses - Reimbursed Amount - Reported Amount - Retainer - Sign Expenses - Sub-Contract Value - Tax Receipts - Taxi Travel Expenses - Telecommunication Expenses - Television Advertising Expenses - Unpaid Expenditure - Utilities Expenses - Total - Subtotal - Grand Total - Incidental Expenses - Transportation Expenses - Gift Value - Food and Refreshments - Polling Expenses - Tuition and Required Fees - Books and Supplies - Maintenance Expense on Income Producing Property - Electroconvulsive Therapy (ECT) Adjustment - Maintenance Expense on Non-Income Producing Property - Entitlement Amount - Earnest Money - Ever To Date (ETD) Claim Loss - Exploration Costs - Federal Housing Administration (FHA) Appraiser Required Repairs and Improvements - Final Balance - First Lien Advance - Foreign Assets - Facilities Refund - Fuel Tracker Refund - Garnishments - Annual Tax - Corrected Tax Bill - Gross Claim - Gifts Not Deposited - Gift Amount - Gross Contribution - Grants Not Deposited - Gross Restoration - Grant Amount - Good Standing Tax Plan Payment - Total Supplemental Tax Due - Tax Installment Due - Tax Installment Paid - Total Supplemental Tax Paid - Home Equity Line of Credit Draw Amount - Hemophilia Adjustment - Head Office Account - Hazardous Clean-up Cost - Inter-Bank Loans - Imbalance Charges Refund - Installment Balance After the Current Installment is Applied - Interest per Diem - Interest Since Claim Submission - Investment Property - Land Rights - Lower Fund - Total Subject Property Liens Paid by Closing - Lease Purchase Funds - Lease Payments - Total Liabilities to be Paid at Closing Not Including Subject Property Liens - Loss on Sale Of Property - Miscellaneous Adjustment - Modified Mortgage Amount - Net Benefit - Net Worth of Business Owned - Net Contribution - No Tax Plan Payment - Net Restoration Expenses - New Technology Adjustment - Odorization Charge - Office Equipment - Operational Flow Order Charge - Operational Flow Order Refund - Other Liability Amounts - Operational Notice Refund - Inpatient Outlier Adjustment - Policy Advance - Minimum Delivery Purchase Amount - Penalty and Interest - Profit (Loss) Before Grants - Processing Allowance - Prior Contract Cost Basis - Previous Claim Payments - Prior Contract Surrender Charge - Prior Contract Value - Profit (Loss) after Extraordinary Items and Tax - Proposed Gross Rent for the Subject Property - Pending Net Sale Proceeds from Non-Real Estate Assets - Pending Net Sale Proceeds from Real Estate Assets - Property Damage - Partial Payroll Payment - Repackaging Cost - System Adjusted Amount - Surplus (Deficit) after Grant - Salvage - Secured Borrowed Funds Not Deposited - Setoff - Settlement Refund as approved by the Federal Energy Regulatory Commission - Shares in Subsidiary Companies - Total Buyer Closing Costs - Total Commission from Primary and Secondary Sources - Total Depository Accounts - Total Maintenance Expense on All Non-Income Producing Properties - Total Maintenance Expense on All Income Producing Properties - Total Gifts Not Deposited - Total Self-employed Income from Primary and Secondary Sources - Total Other Liquid Assets - Total Life Insurance Net Cash Value - Total Monetary Markup Amount - Total Omitted Liabilities - Total Previous Adjusted Claim - Total Net Proceeds from Real Estate Assets - Total Paid as Submitted - Total Retirement Funds - Total Non-rental Income - Total Resubordinated Liabilities - Total Liabilities for Rental Properties - Total Stocks and Bonds - Tax Payment Refinanced by Same Lender - User Adjusted Amount - Refund of Unauthorized Overrun Charges (UAOR Refund) - Updated Expenses on Presale - Unsecured Borrowed Funds Not Deposited - Unsecured Home Improvements - Updated Interest on Presale - Unknown Tax Plan Payment - Upper Fund - Vested/Earned Upper Fund - Value of Securities at Issue Date - Value of Securities at Maturity - - - - Inventory Adjustments - Bonded Inventory - Commitment - Damaged - Dumped or Destroyed - Inventory Adjustment - Dual - In-Transit - Physical Inventory Adjustments - Quality Inspection Inventory - Hold/Quarantined Inventory - Receipts - Reconditioned On Hand - Recoup - Retail Inventory - Saleable Inventory - Wholesale Inventory - - - Prior and Subsequent Water Movement - No Water Movement - Prior Water Movement Only - Subsequent Water Movement Only - - - Carrier's Overland Common Point - Interchange - Inland Point Interchange (Micro Land-Bridge) - Mini Land-Bridge - Rail Overland Common Point - Store - Door - Substituted Service - - - Unemployment Application - Unemployment Application Response - Unemployment Claim - Unemployment Claim Response - Sickness Claim - Sickness Claim Response - - - Other - Catastrophe - Concealed Damage - Delay - Freezing Damage - Heat Damage - Proceeds Only - Refused, Damaged - Refused, Not Ordered - Shortage - Theft or Pilferage - Visible Damage - Water Damage - - - Non-Railroad - Railroad - - - Discount Allowance - Labor Charges - Material Charges - Promotional Allowance - Reconditioning Charges - Cost of Repairs - Release Value - Salvage Allowance - Transportation Charges - - - Risk of Loss in Transit to Destination is Buyer's - Risk of Loss in Transit to Freight Equalization Point is Seller's - Shared Risk and Investor Markets - Investor Risk - Lender Risk - Risk of Loss in Transit to Pool Point is Seller's - Risk of Loss in Transit to Destination is Seller's - Shared Risk and Lender Markets - Mutually Defined - - - Documents Sent Separately - No Documents Sent - - - Laid Off - Extra Board, Part-Time Employment - Physical Condition - Voluntary Quit - Retired - Discharged - Suspended - Strike/Work Stoppage - Other - - - Accepted - Approved - Back Bill - Conditional Issue - Converted - Deceased - Deleted - Delivery Pending - Double Jeopardy - Extended Term - Automatic - Follow Up - Facultative - Group Expired - Incomplete - In Force - Facultative Placed - Issued - New Business - Lapsed - Mailed - Policy Change - Not Taken - Offer Final - Offer - First Subject To - Paid - Paid Up - Payor Death - Payor Disabled - Pending - Placed - Postpone - Premium Paying - Quoted - Reduced Paid up - Reinstatement - Reapproved - Receipted - Reissue - Repended - Satisfied - Trial Application - Limited - Terminated - Waived - Contingent - Sold - Rented - On Probation - Under Contract - Deposit - Continue to Show - Temporarily off the Market - Leased - Off-Market - Forwarded - Not Required - Ordered - Outstanding - Pending 1035 Exchange - Required - Do Not Mail - Do Not Rent or Exchange - Filed - Facultative Submission - Additional Information - Status Request - Submission Change - Rating Reduction Requested - Facultative Opinion - Reserve Facilities - Offer Accepted - Placed Other Carrier - Capacity Unavailable - Retained - Death - Disabled - Divorced - Free Look Canceled - Processed - Rejected - Reversed - Non-Transferable - Sent for Registration Transfer to be Delivered at a Later Date - In Transfer at Time of Request - Temporary - Legal Description Provided - Legal Description Incomplete - Legal Description Provided Via Paper - Inactive Taxing Authority - Inactive Taxing Authority - No longer collects separate city tax - Inactive Taxing Authority - No longer collects separate school tax - Inactive Taxing Authority - No longer collects separate special district tax - Inactive Taxing Authority - No longer collects separate combined city and school tax - Inactive Taxing Authority - No longer collects separate county tax - Foreclosure - Under Appeal - Other Status - Annuitized - Arrived - Active - - Multiple Delinquency - Legal Description Not Provided - Partial Payment - Deeded Property - Money In-house - Returned Check - Bankruptcy - Current Tax Open - Current Tax Paid - Tax Delinquent - Tax Exception or Protest - Tax Paid - Assuming Company Review - Contemplated - Contained in Record - Current - Ceding Company Review - With Copy to Assuming Company - Canceled - Ceding Company Review - No Copy to Assuming Company - Canceled Free Look Cash - Changeable - Canceled by Internal Revenue Service - Closed - Complete - Closed Record - Contained in Transaction - Declined - Declined - No Response from Claimant to Correspondence - Declined/Paid Salvage Only - Duplicate - Equipment Failed - Estimated - Exchange or Transfer Withdrawn - Expired - Follow Up 10 or More - Follow Up 1 - Follow Up 2 - Follow Up 3 - Follow Up 4 - Follow Up 5 - Follow Up 6 - Follow Up 7 - Follow Up 8 - Follow Up 9 - Free Look - Filed Pending Further Correspondence - Future - Faxed - Inactive - Letter of Acceptance Sent - Matured - Not in Good Order - New Premium Only - No Record Claim Receipt - No Longer Under Treatment - On File - On Hand - Under Investigation - Other Parties Obligations Have Been Excluded - Pending Death - Paid in Full - Partial Payment Received - Paid in Part/Denied in Part - Paperwork Received - Paperwork Pending - Rated - Rescinded - Received - Request - Restricted - Revoked - Suspense - Signature Required - Suspended - Surrendered - Under Treatment - Withdrawn - Waiting Initial Payment - Waiting Period - Mutually Defined - - - Default Interest Rate - Default Note Holder's Rate - Current Note Rate - Debenture - Current Pass Through Rate - Security or Pass Through Rate - Security or Pass Through Rate Floor - Security or Pass Through Rate Ceiling - Weighted Average Note Rate - Servicing Fee - Lender Paid Mortgage Insurance Portion - Mortgage Note - Guarantee Fee Per Contract - Original Annual Interest Rate - Original Index Value - Mortgage Interest Rate - Security or Pass Through Margin - New Interest Rate - Last Adjustable Rate Mortgage (ARM) Rate - Weighted Average Interest Rate - Accounting Net Yield Rate - - - Declined - Loss or Damage Due to Act of God - See Correspondence - Amend - Correction to Amount Claimed - Keying or Transmission Error - Declined - Carrier Disagrees with Consignee Damages Noted - Documentation to Follow - Amend - Compromise Offered on Concealed Damage - Declined - Carriers Not Given an opportunity to Inspect Claimed Damages - Declined - Claim for Other than Loss, Damage or Delay to Shipment - See Correspondence - Declined - Claim Not Filed within Time Limits of Contract of Carriage - Amend - Claim on Incorrect Basis - Sales Loss vs Market Decline, or Retail vs Invoice - Amend - Correction to Initial Claim Filed for Preliminary Estimate - Amend - Destination Inspection Reveals Contributory Negligence - Compromise Settlement Offered - Amend - Destination Inspection Reveals Not Carrier Liability - Salvage Proceeds Offered in Settlement - Declined - Claim Supporting Documentation Required by Carrier - Amend - Compromise Settlement Offered for Other Reasons - See Correspondence - Amend - Clear Seal Record on Shortage Portion of Claim - Amend - Coal Tolerance Allowance Deducted - Amend - Damaged Merchandise Not Refused to Carrier Salvage Allowance Deducted - Declined - Delay due to Owner in Releasing or Reconsigning Shipment - See Correspondence - Amend - Part of Claim For Manufacturing Defect or Omission Not Noted During Inspection - Declined - Did Not Handle Claimed Shipment - See Correspondence - Declined - Did Not Handle Claimed Shipment - No Correspondence to Follow - Amend - Concealed Damage or Shortage Not Reported to Carrier - Declined - Claimed Damages Not Segregated for Inspection - Declined - Shipment Involved in a Derailment or Another Carrier's Line - Declined - No Market Decline on Delayed Perishable Shipments - Amend - Invoice Discounts or Special Allowances Not Deducted - Declined - Duplicate Claim - See Correspondence - Declined - Claim for Delay Filed on Incorrect Schedule - See Correspondence - Amend - Grain Shrinkage Allowance Deducted - Amend - Settlement on Gross Weight Loss or Other Scale Differences - Amend - Improper Average Weights Used in Determining Loss - Amend - Incorrect Calculation of Claim - See Correspondence - Declined - Claim Filed with Intermediate Carrier - Declined - Request for Delayed Inspection Not Properly Filed - Amend - Origin Inspection Reveals Part of Claim Due to Manufacturing Defects or Omissions - Declined - Claimed Damage is Manufacturing Defect, Not Transportation Damage - See Report - Declined - Non-Compliance with Memorandum of Agreement - See Correspondence - Amend - Destination Inspection Reveals Part of Claim Not Carrier Responsibility - Declined - Claimed Damage or Shortage Noted During Origin Inspection - See Report - Amend - Claim Not Filed within Time Limits of Contract of Carriage - Salvage Proceeds Offered in Settlement - Declined - No Liability Indicated - See Correspondence - Declined - Claimed Damage or Shortage not Noted During Destination Inspection - See Report - Declined - Claimed Damage or Shortage not Reported to Carrier - Declined - No Answer to Outstanding Correspondence from Claimant - Declined - Declined for Other Reasons - See Correspondence - Declined - Refiled - Amended Claim - No Documentation to Follow - Declined - Amended Claim - Documentation to Follow - Declined - Refiled - Unamended Claim -No Documentation to Follow - Declined - Refiled - Unamended Claim - Documentation to Follow - Declined - Salvageable Material Not Available to Carrier - Declined - Compromise Settlement Not Accepted - Declined - Shipper Responsible for Damage - See Correspondence - Amend - Origin Inspection Reveals Shipper Responsibility - Salvage Proceeds Offered in Settlement - Declined - Vehicle Damage Claimed Does Not Qualify for Deferred Inspection - Declined - Vehicle Delivered Subject to Inspection - Not Notified of Damage - Declined - Vehicle Delivered Subject to Inspection - Not Notified within Required Time Period - Declined - Vehicle Damage Claimed Does Not Qualify as Concealed Damage - Declined - Damage Severity of Vehicle Undercarriage Does Not Justify Part Replacement - Declined - Nature or Location of Vehicle Interior Damage Not Carrier Liability - Declined - Vehicle Repair Not Performed as Represented on Claim - Documentation to Follow - - - Reservation Accepted - Conditional Acceptance - Counter Proposal Made - Reservation Cancelled - Reservation Declined - New - Delete - Split Booking - Change - Change in Vessel - - - Alabama - Alaska - Arizona - Arkansas - California - Colorado - Connecticut - Delaware - District of Columbia - Florida - Georgia - Hawaii - Idaho - Illinois - Indiana - Iowa - Kansas - Louisiana - Kentucky - Maine - Maryland - Massachusetts - Michigan - Minnesota - Mississippi - Missouri - Montana - Nebraska - Nevada - New Hampshire - New Jersey - New Mexico - New York - North Carolina - North Dakota - Ohio - Oklahoma - Oregon - Pennsylvania - Rhode Island - South Carolina - South Dakota - Tennessee - Texas - Utah - Vermont - Virginia - Washington - West Virginia - Wisconsin - Wyoming - Insurance Services Office (ISO) - National Crime Information Center (NCIC) - U.S. National Center for Health Statistics Commission of Professional and Hospital Activities - Office of Workers Compensation Programs - National Association of Convenience Stores - Dun & Bradstreet - Code Assigned by the Organization that is the Ultimate Destination of the Transaction Set - American Land Title Association - California Land Title Association - Texas Land Title Association - Assigned by Carrier - Aluminum Association - Assigned by Buyer - American Conference of Government Industrial Hygienists (ACGIH) - - Advertising Industry - Automotive Aftermarket Industry Association (AAIA) - State Agency Assigned - American Industrial Hygiene Association (AIHA) - Real Estate Information Industry - National Alcohol Beverage Control Association - American Medical Association - American Petroleum Institute - American Public Works Association (APWA) One Call Systems International (OCSI) - Association of American Railroads - Assigned by Seller - American Society for Testing and Materials (ASTM) - American Welding Society (AWS) - ANSI Accredited Standards Committee, X12 - American Yarn Spinners Association (AYSA) - Business and Institutional Furniture Manufacturer's Association (BIFMA) - Telcordia Technologies - National Business Forms Association - Book Industry Systems Advisory Committee - Chemical Abstract Services (CAS) - Copper and Brass Fabricators Council, Inc. - National Cotton Council of America - Construction Specification Institute (CSI) Extended - Chemical Industry Data Exchange (CIDX) - Collision Industry Electronic Commerce Association (CIECA) - Carbide Manufacturers - County Designator Code - United States Department of Agriculture, Agricultural Marketing Service (AMS), Cotton Programs - Commander - Rome Air Development Center - Construction Specification Institute (CSI) - Committee on Uniform Security Identification Procedures (CUSIP) - National Association of Corrosion Engineers (NACE) - Food and Drug Administration (FDA) - Department of Defense (Military Specifications) - Drug Enforcement Administration - Department of Defense (DoD) - Defense Logistics Information Service - Deutsches Institut fur Normung (DIN) - Defense Logistics Agency - Department of the Navy - United States Department of Transportation (DOT) - Healthcare Distribution Management Association - Defense Finance and Accounting Service (DFAS) - United States Marine Corps - Department of Air Force - Department of Army - Electronic Industries Association - United States Environmental Protection Agency (EPA) - Environment and Safety Data Exchange (ESDX) - Temporary Help Industry - Electric Utilities - Electronics Industry Data Exchange (EIDX) - Fabric and Supplier Linkage Council (FASLINC) - Federal Communications Commission (FCC) - GS1 US, Inc. - GS1 Canada - Federal Government - Federal Highway Administration - American Furniture Manufacturers Association - Graphics Communications Association - North American Energy Standards Board - General Services Administration (GSA) - Natural Gas Utilities - Centers for Medicare and Medicaid Services - Human Factors and Ergonomics Society - Health Insurance Association of America - Department of Health and Human Services - Department of Housing and Urban Development - International Agency for Research on Cancer (IARC) - International Association of Industrial Accident Boards and Commissions - International Air Transport Association (IATA) - Iron and Steel Standards Committee ISM - International Association of Corporation Administrators - International Standards Organization - Japanese Standards Association - Life and Annuity Industry Committee - Department of Labor - Leasing Industry - Mortgage Bankers Association of America - Office of Management and Budget - Manufacturing Company - American Society of Mechanical Engineers (ASME) - ABCD - The Microcomputer Industry Association - Material Safety Data Sheet (MSDS) Provider - Military Standard - American Association of Motor Vehicle Administrators (AAMVA) - National Insurance Crime Bureau (NICB) - National Association of Business and Educational Radio - National Council on Compensation Insurance - National Electric Manufacturers Association (NEMA) - National Fire Protection Agency (NFPA) - National Auto Glass Specification (NAGS) - National Institute of Occupational Safety and Health (NIOSH) - National Association of Pharmacy Regulatory Authorities (NAPRA) - National Retail Merchants Association - National Center for State Courts - National Toxicology Program (NTP) - United States Nuclear Regulatory Commission - Newspaper Association of America - Optical Industry - Office Products - United States Occupational Safety and Health Administration (OSHA) - American Paper Institute - Pennsylvania Courts - Society of the Plastics Industry (SPI) - RosettaNet - Society of Automotive Engineers, Inc. (SAE) - Serials Industry Systems Advisory Committee (SISAC) - Student Loan Guarantor - American Society for Automation in Pharmacy - American Iron & Steel Institute - Air Transport Association of America - Textile Distributors Association, Inc. - Textile Apparel Linkage Council (TALC) - Transportation Data Coordinating Committee: Electronic Data Interchange Association (TDCC:EDIA) - Telecommunications Industry - American Textile Manufacturers Institute - Canadian Freight Classification - American Trucking Associations - American Apparel Manufacturers Association - (UN/SPSC) United Nations Products and Services Classification Code - United States Courts - Universal Descriptor Exchange (UDEX) - Industrial/Commercial (I/C) Electronic Data Interchange - Underwriters Laboratories - United Nations (UN) - Utility Industry Group - Voluntary Inter-Industry Commerce Standard (VICS) EDI - Canadian Workplace Hazardous Materials Information System (WHMIS) - Mutually Defined - - - Instrument of International Trade - Airport-to-Airport - Automated Export - Transport Mode Change - Breakbulk - Container Station - Container Yard - Door-to-Airport of Debarkation - Door to Door - Door to Ramp - Haulage - House-to-house - Headload or Devanning - House-to-pier - Less than Trailer/Container Load - Multi-country Consolidation - Mixed Delivery - Non-containerized cargo - Pier-to-house - Pier-to-pier - Ramp to Door - Ramp to Ramp - Roll-on Roll-off - - - First In First Out (FIFO) Oldest Product - Last In First Out (LIFO) Newest Product - Tank Wash Required - Acid (Battery) - - Affidavit - Aircraft On Ground (AOG) - Administration - Accept at Origin - Buyer Hand Carry - Bill and Hold - Shipper Load and Count - Carrier Load and Count - Cataloging Services - Carrier Unload - COD Request - Cut and Parallel - Cut - Continuous Movement - Combination Performance and Non-performance - Cooperative Unloading - Cigarette Stamping - Count and Recount - Consignee Unload - Carry-in Service - Cable Pressurization - One - Day Service - Two - Day Service - Delivery Acknowledgment - De-Installation - Drop and Hook Receiving - Die Service Charge - Delivery - Designated Supplier Inspection - Declared Value - Engraving - Emergency Service - Enclosure - Equipment Manufacturer Restoration Audit - Exclusive Use Of Equipment - Expedited Service - Full Service - Free Goods - Frequent Importer Release System (FIRST) - Floor Stock Protection - Free and Secure Trade (FAST) - Grouped Items - Gas Pressure - Guaranteed Inspection Technical Service - Temperature Protection - Handling Service - Hointins and Hauling - Hauling and Hoisting - Inside Cable Connectors - Inside Delivery - Invoice with Goods - Insurance Provided by Lessee - Insurance Provided by Lessor - Inspect at Destination - Insurance - Inspect at Origin - In-stock Merchandise - Interim Use Permitted at Special Rate - Installation and Training - Invoice Services - In Transit Price Protection - Koshering - Shipper Load, Carrier Count - Labeling - Loading Service - Lease Shortfall Consideration - Mail Invoice - Mail Invoice to Each Location - Notify Consignee Before Delivery - Outside Cable Connectors - On-site Service - Oversized Package - Pack Invoice with Shipment - Previous Billing - Packaging Service - Pulling Eyes - Proof & Composition - Palletizing - Perpetual Movement - Purchase Option - Progress Payment Requirement - Residential Delivery - Recall Service - Roundtrip Movement - Return Parts to Customer - Shipper Load, Consignee Unload - Slip Sheet, Truck - Seller Hand Carry - Shrinkage Allowance - Same - Day Service - Special Handling Service - Subject To Tax On Resale - Slip Sheet, Rail - Tax Liability - One Time - Tax Liability - Amortized - Set-up - Service Center - Swell - Onetime Tooling - Ticketing Service - Tendered as Truckload - Technology Exchange - Consecutive Movement - Tooling - Unitized - USDA Inspected, Stamping Certification - Drop Yard - Drop Dock - Will Call - Warehousing - Expanded Service - Third Party Pallets - Split Pickup - Mutually Defined - Bop Sheet - Canadian Customers Self Assessment (CSA) - Pilot Inspection - Pickup Service Furnished - Slip Sheet - Specification Review - Alterations - Anneal/Heat (Steel or Glass Treatment) - Art Work - Black Lung Tax - Burning - Capping - Coating (Dip, Rustproof, EDP) - Certificate of Conformance - Certificate of Origin - Determined Freight - Layout/Design - Driver Assisted Unloading - Driver Assisted Loading - Exclusive use - Grinding - Government Inspection - Installation - Installation & Warranty - Inspection - Identification - Memo Returnable Container - Mounting - Annual Maintenance - Monthly Maintenance - One-Time Maintenance - Non-returnable Containers - Non-Returnable - Notarized Affidavit - Painting (Primer or Finish) - Phosphatizing (Steel Treatment) - Pickle and Oil - Plating - Preparation - Repair - Returnable Container - Returnable - Rework - Shearing - Shotblasting - Sleeving - Ship to Stock Quality Audit - Special Packaging - Stamping - Source Inspection - Strapping - Supplemental Items - Tools for Printing - Warranties - Combine All Same Day Shipment - - - Base Coverage - Coverage for Rider - Coverage in Units - Retention Per Life - Retention Per Policy - Total Reinsurance Amount - Face Amount - Coverage Amount - Specified Amount - Daily Basis Rate - Bailout - Declared - Earned - Fixed - Guaranteed - Indexed - Original - Paid - Tiered - Withheld - Average Basic Rate - Actual - - Average Effective Rate - Age Reduced Rate - Blended - Bonus - Chargeback - Conversion Rate - Direct Rate - Deferred Trail Rate - Estimated - Initial - Overhead or Indirect Rate - Other - Participation - Portfolio Rate - Renewal First Year Rate - Renewal Rate - Renewal Subsequent Year Rate - Special - Split - Standard Rate - Trail Rate - Unit or Lot Average - Unit Total - Variable - - - Back Order Only If New Item - Consignment - Bid Guarantee - Equal Product Allowed - Factory Ship - Small Purchase Set Aside for Small Businesses - No Back Order - Back Order If Items Are Out of Stock or Not Yet Published - Large Purchase, Set-Aside for Small Business - Small, Disadvantaged Business Set-Aside - Combined Small, Disadvantaged Business and Labor Surplus Area Set-Aside - Partial Labor Surplus Area Set Aside - Small Business with Small, Disadvantaged Business Consideration Set-Aside - Warehouse Ship - Back Order if Out of Stock - Mutually Defined - Section (8a) Set-Aside - Add Quantity to Make Minimum Weight Requirement - Notify Prior to Shipment if Quantity Specified is not Available - Set-aside for American Indian-owned Business - Restricted to Approved Sources - Restricted to Historically Black College or University or Minority Institution - Ship Partial - Balance Back Order - Restricted to Educational Institutions - Ship Full Truck Only - Guaranteed Sale - Historically Underutilized Business (HUB) Zone - Restricted to Industrial Preparedness Program Participants - Substitute Item Allowed - Labor Surplus Area Set-Aside - Multi-year Award - No Substitutes - Ship As Soon As Possible - May Preship - Do Not Preship - On Qualified Bidders List - Exclude Import Quota in First Cost - Include Import Quota in First Cost - On Qualified Manufacturers List - Restricted to Qualified Products List (QPL) Products - Ship Complete - Small Remaining Balance Cancellation Allowed - Ship Partial, Carload Lots Only - Small Remaining Balance Cancellation Not Allowed - Ship In-Place - Ship Partial, Balance Cancel - Ship Partial, Item Qty Proportional To Total Order - Ship Per Schedule - Ship Partial, Truckload Lots Only - Ship Partial, Balance Substitute - Ship Per Release - Ship Per Release or Buyer Authorization - Restricted to U.S. and Canadian Sources - Other Unlisted Sales Condition - Unrestricted Procurement - Warranty - Restricted to Young Investigator Program - - - No Quantity or Unit of Measure Change Allowed - Equivalent Item Substitution - Alternate Item Substitution Allowed - No Substitution Allowed - Supply any Binding if Edition Ordered Not Available - Supply Paper Binding if Edition Ordered Not Available - Supply Cloth Binding if Edition Ordered Not Available - Supply Library Binding if Edition Ordered Not Available - Mutually Defined - - - Abstract - Data Maintenance Request - Industry-required comment (Data Element 480 in segment E01 indicates which industry this comment references.) - Comment which is not part of the standard - Purpose - Scope - Comment which is part of the standard - - - New Business Account - Group Number - Policy Number - Money Market Fund - Retirement Account Vested Interest at Market Value - Retirement Account Vested Interest Net Cash Value - Individual Retirement Account (IRA) Vested Interest at Market Value - Individual Retirement Account (IRA) Vested Interest Net Cash Value - Corporate Controlled Retirement Account Vested Interest - Mutually Defined - Time Deposit - Checking Account - Stock - Bond - Life Insurance Face Value - Retirement Account - Vested Interest - Business Account - Trust Fund Account - Stocks and Bonds Account - Life Insurance Account - Net Cash Value - Employee Retirement Account (401K) - Agency - Application - Brokerage Account - Charge Back Account for Returns - Credit Card - Cash Management - Demand Deposit - Debit Card - Existing Carrier - Financial Institution General Ledger Account - Loan Account - Return Items on Demand Deposit Account - Return Items on Savings Account - Savings - Agency Location Code (ALC) - Annuity - Controlled Disbursement Master Account - Controlled Disbursement Sub Account - Credit Union - Enriched Plan Contract Number - Long-term Disability Policy Number - Mutual Fund - Primary Bank - Relationship Summary Account - Safekeeping (Custody) Account - Zero Balance Master Account - Zero Balance Affiliate Account - - - Private - Rail - - - Actual - Marked - - - Dunnage - Fuel - Ice - Snow - Water - - - Stop-off Point - - - Deadhead Locomotive or Caboose - Empty - Load - Operating Locomotive or Caboose - Revenue Empty - Empty and Available at Pool - Out Empty to Pick Up Cargo from the Shipper - Loaded en route to port of loading or baseport - Received at port of discharge or baseport - Loaded en route to consignee - Stripped and en route to pool from a consignee - Empty Positioning - Out of Service - Empty Non-hazardous Last Contained - Held for Reload - Loaded Inbound - Loaded Outbound - Rejected/Unusable - - - Advance Automatic Equipment Identification (AEI) Consist - Bad Order - Crew Only - Detour - Joint Track - Information Only Advanced Consist - Transfer of Liability to Delinquent Road Car Hire Rule 15 Consist - Passing - Release from Bad Order - Switch - Train (Normal Advanced) - Actual Interchange - - - Add a Bill of Lading - Add In-Bond Movement - Add New Customs Broker - Delete a Bill of Lading - Delete Second Notify Party - Replace a New Manifest Quantity, Either an Increase or Decrease in the Original Quantity - Add Second Notify Party - - - Substitute - Leave of Absence with Pay - Leave of Absence without Pay - Active - - Active Reserve - Flexible Work Plan - Alerted - Assigned - Affiliated with Outside Organization - Adjunct - Active Military - Overseas - Apprenticeship Part-time - Apprenticeship - Academy Student - Presidential Appointee - Active Military - USA - Non-applicable Employment Status Category - Contractor - Consolidated Omnibus Budget Reconciliation Act (COBRA) - Continued - Discharged or Terminated for Cause - Dishonorably Discharged - Deceased - Disqualified: Medical or Physical Condition - Disqualified: Other - Disabled - Employed by Outside Organization - Furloughed: Job Abolished, Force Reduction - Furloughed: Bumped or Displaced - Furloughed: Facility Closed - Furloughed: Other - Full-time - Honorably Discharged - Inactive - Inactive Reserves - Leave of Absence - Administrative Leave of Absence - Annual Leave of Absence - Leave of Absence due to Bereavement - Jury Duty - Suspension - Sabbatical Leave of Absence - Leave of Absence: Personal - Leave of Absence: Education - Leave of Absence: Family Medical Leave Act (FMLA) - Leave of Absence: Maternity - Leave of Absence for Non-Military Government Request Other Than Jury Duty - Leave of Absence: Sickness - Leave of Absence: Union - Leave of Absence: Without Permission, Unauthorized - Leave of Absence: Military - Not Employed - On Strike - Other - Promoted - Part-time Contractual - Plan to Enlist - Permanent - Part-time Noncontractual - Probationary - Part-time - Previous - Piece Worker - Resigned: Retired - Relocated - Reassigned - Resigned: Moved - Recommissioned - Resigned: Injury - Retired Military - Overseas - Resigned: Personal Reasons - Retired Without Recall - Retired - Retired Military - USA - Dual Retired Status - Resigned: Accepted Separation Allowance - Separated - Self-Employed - Seasonal - Suspended - Terminated - Temporary Full-Time - Temporary - Tenured - Temporary Part-Time - Transferred - Unknown - Volunteer - Extra Duties Not Requiring Certification - Mutually Defined - - - Absent - Legitimate Absence - Compassionate Leave - Deadhead - Guarantee - Holiday - Jury Duty - Layover - Missed Call - Military Leave - Marked Off - Other, Paid - Personal Day - Rest Day - Refused Work - Sick Day - Suspension - Vacation - Work - - - Acknowledge - With Detail and Change - - Acknowledge - With Exception Detail Only - Acknowledge - Hold Status - Acknowledge - No Detail or Change - Acknowledge - Product Replenishment - Accepted - No Acknowledgment Needed - Reject with Detail - Reject with Exception Detail Only - Rejected - No Detail - Rejected - Not as Agreed - Rejected With Counter Offer - Rejected - Violates Industry Practices - Mutually Defined - - - Wages Not Paid - Wages Paid - Wages Partially Paid - - - Automated Clearing House (ACH) - Book Entry - Financial Institution Option - Cash - Credit Card - Collect Payment by Certified Funds - Cashier's Check - Credit/Debit Account - Check - Clearinghouse - Collect Payment by Company Check - Clearing House Interbank Payment System (CHIPS) Funds/Wire Transfer - ACH Demand Cash Concentration/Disbursement (CCD) Credit - ACH Demand Cash Concentration/Disbursement (CCD) Debit - Direct Deposit - Debit Card - Pre-Arranged Payment or Deposit Plus Addendum (PPD+) Credit to a Demand Deposit Account - Pre-Arranged Payment or Deposit Plus Addendum (PPD+) Debit to a Demand Deposit Account - ACH Demand Corporate Trade Exchange (CTX) Credit - ACH Demand Corporate Trade Exchange (CTX) Debit - Pre-Arranged Payment or Deposit (PPD) Credit to a Demand Deposit Account - Pre-Arranged Payment or Deposit (PPD) Debit to a Demand Deposit Account - ACH Demand Cash Concentration/Disbursement Plus (CCD+) Credit - ACH Demand Cash Concentration/Disbursement Plus (CCD+) Debit - EDIBANX Clearing Network - 1035 Exchange - Federal Reserve Funds/Wire Transfer - Repetitive - Federal Reserve Funds/Wire Transfer - Nonrepetitive - Foreign Exchange Payments - International Electronic Funds Transfer - Non-Payment Data - Preauthorized Check (Draft) - Draft - ACH Savings Cash Concentration/Disbursement (PPD) Credit - ACH Savings Cash Concentration/Disbursement (PDD) Debit - Payroll Deduction - Proprietary Network - Qualified Direct Rollover - Qualified Indirect Rollover - ACH Reversal - ACH Savings Cash Concentration/Disbursement (CCD) Credit - ACH Savings Cash Concentration/Disbursement (CCD) Debit - ACH Savings Cash Concentration/Disbursement (PPD+) Credit - ACH Savings Cash Concentration/Disbursement (PPD+) Debit - Society for Worldwide Interbank Financial Telecommunications (S.W.I.F.T.) - ACH Savings Corporate Trade Exchange (CTX) Credit - ACH Savings Corporate Trade Exchange (CTX) Debit - Pre-Arranged Payment or Deposit (PPD) Credit to Savings - ACH Savings Cash Concentration/Disbursement Plus (CCD+) Credit - ACH Savings Cash Concentration/Disbursement Plus (CCD+) Debit - Traveler's Check - VISA Special Electronic Funds Transfer Network - X12 - Mutually Defined - - - Bill of Lading Description (Destination Country's Language) - Chemical Description - Department of Transportation Description - Export License Description - Commercial Invoice Description - Letter of Credit Description - Product Description - - - Annualized; 12-month equivalent - Weekly - Biweekly - Semimonthly - Monthly - Other - Daily - Annual - Two Calendar Months - Lump-Sum Separation Allowance - Quarter-to-Date - Year-to-Date - Single - Policy Period - Claim Period - Unit Report Identifier - Month-to-Date - Hourly - Current Period - Quarterly - Semiannual - Unknown - Mutually Defined - - - Brake End - 2nd from Brake End - 3rd from Brake End - 4th from Brake End - 5th from Brake End - 6th from Brake End - - - Consolidated - Non-Consolidated - Consolidated with Other Orders of Same Depositors - - - Deficiency Judgment Authorized by Mortgage Insurer but Not Obtained - Deficiency Judgment Obtained but Not Authorized by Mortgage Insurer - Deficiency Judgment Authorized by Mortgage Insurer and Obtained - Deficiency Judgment Not Authorized by Mortgage Insurer and Not Obtained - - - Different Social Security Number - Different Last Name - Name Differences - Date of Birth Differences - Generation - Address - Mutually Defined - - - Satisfied - Unsatisfied - Released - Unreleased - Vacated - Settled - Distributed - Unknown - Dismissed - Discharged - Withdrawn - Appealed - Filed - Pending - Completed - Paid - Granted - Adjudicated - Non-adjudicated - Real Estate Sold - Paid - Not Satisfied - Rescinded - Converted - Cancelled - Mutually Defined - - - Blend - Pick and Choose - List and Stack - Mutually Defined - - - Chargeable Periods - Periods Held - Free Periods - Saturdays, Sundays and Holidays - Other Allowance Periods - Hour - Day - Not Applicable - Initial Visit - Mutually Defined - Six Hours - 12 Hours - 18 Hours - 24 Hours - Debit Days - Credit Days - Excess Days - Hazardous Days - Holidays - Saturdays and Sundays - Sundays and Holidays - Years - Service Year - Calendar Year - Year to Date - Contract - Episode - Visit - Outlier - Remaining - Exceeded - Not Exceeded - Lifetime - Lifetime Remaining - Month - Week - Admission - Three Months - - - Pull Authorized After Inspection - Empty Car Unfit for Loading - Loaded Car Unable to Load - Loaded Rejected by Consignee - Duty Car Rejected - Haulage Switch - Handling Line Switch - Hold for Forwarding Instructions - Hold Load in Transit Storage - Intra-Plant Movement - Inter-plant Movement - Joint Facility Switch - Junction Settlement Switch - Multiple Access Switch - Not Ordered - Not Used - Car Off Spot - Released Repaired by Private Facility - Place - Released not Repaired by Private Facility - Pull - Released Empty for Reloading - Railroad Error - Rejected Car - Released - Set Back - Released Load Through Billing Connecting Road - Third Party - Turn and Respot - Empty Car to Storage - Weigh - - - Transaction Set Not Supported - Transaction Set Trailer Missing - Transaction Set Control Number in Header and Trailer Do Not Match - Number of Included Segments Does Not Match Actual Count - One or More Segments in Error - Missing or Invalid Transaction Set Identifier - Missing or Invalid Transaction Set Control Number - Authentication Key Name Unknown - Encryption Key Name Unknown - Requested Service (Authentication or Encrypted) Not Available - Unknown Security Recipient - Incorrect Message Length (Encryption Only) - Message Authentication Code Failed - Unknown Security Originator - Syntax Error in Decrypted Text - Security Not Supported - Transaction Set not in Functional Group - Invalid Transaction Set Implementation Convention Reference - Transaction Set Control Number Not Unique within the Functional Group - S3E Security End Segment Missing for S3S Security Start Segment - S3S Security Start Segment Missing for S3E Security End Segment - S4E Security End Segment Missing for S4S Security Start Segment - S4S Security Start Segment Missing for S4E Security End Segment - Implementation One or More Segments in Error - Implementation Convention Not Supported - - - Unrecognized segment ID - Unexpected segment - Required Segment Missing - Loop Occurs Over Maximum Times - Segment Exceeds Maximum Use - Segment Not in Defined Transaction Set - Segment Not in Proper Sequence - Segment Has Data Element Errors - Segment Has Excess Trailing Delimiters - Implementation "Not Used" Segment Present - Implementation Dependent Segment Missing - Implementation Loop Occurs Under Minimum Times - Implementation Segment Below Minimum Use - Implementation Dependent "Not Used" Segment Present - - - Required Data Element Missing - Conditional Required Data Element Missing - Too Many Data Elements - Data Element Too Short - Data Element Too Long - Invalid Character In Data Element - Invalid Code Value - Invalid Date - Invalid Time - Exclusion Condition Violated - Too Many Repetitions - Too Many Components - Composite Data Structure Contains Excess Trailing Delimiters - Code Value Not Used in Implementation - Implementation Dependent Data Element Missing - Implementation "Not Used" Data Element Present - Implementation Too Few Repetitions - Implementation Pattern Match Failure - Implementation Dependent "Not Used" Data Element Present - - - Equivalent to ISO P01 - Equivalent to ISO P02 - Equivalent to ISO P03 - Equivalent to ISO P04 - Equivalent to ISO P05 - Equivalent to ISO P06 - Equivalent to ISO P07 - Equivalent to ISO P08 - Equivalent to ISO P09 - Equivalent to ISO P10 - Equivalent to ISO P11 - Equivalent to ISO P12 - Equivalent to ISO M12 - Equivalent to ISO M11 - Equivalent to ISO M10 - Equivalent to ISO M09 - Equivalent to ISO M08 - Equivalent to ISO M07 - Equivalent to ISO M06 - Equivalent to ISO M05 - Equivalent to ISO M04 - Equivalent to ISO M03 - Equivalent to ISO M02 - Equivalent to ISO M01 - Equivalent to ISO M2:30 - Equivalent to ISO M3:30 - Equivalent to ISO P5:30 - Equivalent to ISO P9:30 - Equivalent to ISO P10:30 - - Alaska Standard Time - Alaska Time - Central Daylight Time - Central Standard Time - Central Time - Eastern Daylight Time - Eastern Standard Time - Eastern Time - Greenwich Mean Time - Hawaii-Aleutian Daylight Time - Hawaii-Aleutian Standard Time - Hawaii-Aleutian Time - Local Time - Mountain Daylight Time - Mountain Standard Time - Mountain Time - Newfoundland Daylight Time - Newfoundland Standard Time - Newfoundland Time - Pacific Daylight Time - Pacific Standard Time - Pacific Time - Atlantic Daylight Time - Atlantic Standard Time - Atlantic Time - Universal Time Coordinate - - - Certified or Cashier's Check Only - Certified or Cashier's or Company Check Only - Certified or Cashier's or Company or Personal Check Only - Cash or Certified Check Only - - - Schedule Increase, Forecast Change or Special Car Order - Engineering Change or Late Release - Specification (Schedule) Error/Overbuilding - Shipment Tracing Delay - Plant Inventory Loss - Building Ahead of Schedule - Vendor Behind Schedule - Failed to Include In Last Shipment or Unauthorized Premium - Carrier Loss Claim - Transportation Failure - Insufficient Weight For Carload - Reject or Discrepancy - Transportation Delay - Lack of Railcar or Railroad Equipment - Releasing Error - Record Error or Late Reported Discrepancy Report - Common or Peculiar Part Schedule Increase - Alternate Supplier Shipping for Responsible Supplier - Direct Schedule or Locally Controlled - Purchasing Waiver Approval - Authorization Code to be Determined - Pilot Material, Samples or Pre-Production - Mutually Defined - - - Customer Plant (Receiving Location) - Material Release Issuer - Supplier Authority - Responsibility to be Determined - Mutually Defined - - - Indicates Alternation between all Lower Levels - Price Application Hierarchy Rules Apply - Do Not Alternate between Levels - A rate with this element indicating an "L" value will be applied only in the absence of rate application by any with this element indicating "N" or "S" - A rate with this element indicating an "N" value will be applied to the exclusion of all other rates with this data element indicating other values - Only Applicable for Contracts - Indicates that Alternation between Levels applies to Contracts and Customer Specific Prices ("CT" and "PR") Only - A rate with this element indicating an "S" value will be applied to the exclusion of all other rates except those indicated as "N" - - - Minimum Charge per Carload or Trailer - Department of Defense Unique Freight Class - Rate per Unit Applicable only to Units in Excess of a Specific Threshold Amount - Department of Defense Freight All Kinds, Class 100 - LTL (Less Than Truckload) Rate - Minimum Charge - No Rate for This Application - Percent of Minimum Charge - Rate per unit subject to minimum units specified, if any - Minimum Charge per Shipment - TL (Truckload) Rate - - - No rates available applicable to requested movement. - Rates provided per request. - Rates provided because rates earlier provided have been changed by a blanket change. - Rates provided because rates earlier provided have been changed by other than a blanket change. - Rates provided because new rates have been added applicable to a previously requested movement. - Successfully Processed - Unsuccessfully Processed - Group Definition Request - Provide rates applicable to a specific movement and continue to provide rates in the future applicable to the specific movement. - Rate or Division Change - Cease providing rates applicable to a specific movement. - No Rates Provided Due To Invalid Origin Geography - General Price Request or Response - Historic Price Request or Response - Provide rates applicable to specific movement. - No Rates Provided Due To Invalid Commodity - Price Quote Request or Response - Price Distribution Send - No Rates Provided Due To Invalid Destination Geography - Waybill Price Request or Response - - - Bill - Pay - Advise Price - Average Wholesale Price - Before Discount - Broker - Biweekly Price per Unit - Catalog - Contractee Cost - Current Price (Subject to Change) - Carnet - Contract - Distributor - Daily Price per Unit - Dealer - Discount - Estimated Credit - Shift Differential - Estimated - Fabrication Cost - Formula - Fixed Price - Per 100 Feet - Price per Hundred - Price Per 100,000 - Inventory Cost Basis - Price with Government Furnished Property - Escalated Price - In Stock - Catalog Price per Hundred - Catalog Price per Dozen - Catalog Price per Each - Catalog Price per Thousand - Previous Catalog Price - Midterm Endorsement Price per Unit - Price per Milliliter - No Charge - Not to Exceed - No Quote - Not Separately Priced - Net - Price per 1000 Meter - Price per Centimeter - Price per Decimeter - Price per Hectometer - Price per Kilometer - Price per Millimeter - Price per Meter - Price per Troy Ounce - Annual Price Per Unit - Price per Dozen - Price per Each - Price Per Foot - Price per Gram - Price per Kilogram - Price per Liter - Monthly Price Per Unit - Price per Ten - Price per Ounce - Price per Pound - Posted - Promotion - Price Per Thousand Square Foot - Price per Ton - Quarterly Price per Unit - Provisional Price - Price per Yard - Quoted Price per Each - Quoted Price per Hundred - Previous Quoted Price - Quoted Price per Thousand - Quoted - Retail Price per Hundred - Retail Price per Dozen - Retail Price per Each - Retail Price per Thousand - Resale Price - Retail - Semi Annual Price per Unit - Submitted Contract - Semi Monthly Price per Unit - Sales Amount On Invoice - Suggested Retail - Standard - Submitted Wholesale - To be negotiated. - Contract Price per Hundred - Contract Price per Dozen - Contract Price per Each - Per 1000 Feet - Contract Price per Thousand - Price per Thousand - Price Per 10,000 - Price per Unit of Measure - Verbal Quote - Wholesale Price per Hundred - Wholesale Price per Dozen - Wholesale Price per Each - Wholesale - Weekly Price per Unit - Wholesale Price per Thousand - - - Special Routing Guide - Standard Routing Guide - Supplemental Loan Repayment - Submission - Stand-alone Lease Schedule - Second Notice of Balance Due - Deprescription - Supply Process Deficiency - Special Bilateral - Single Family Program - Sample Goods Invoice - Shipment Status Notification - Sight Certification Request - Summary Lease Schedule - Single Shipper, Multiple Consignees - Spot Rate - Supplier Rating - Schedule Query - Supply Process Deficiency Response - Single Shipper, Single Consignee - State Royalty - Survey - Supplemental Invoice - Report sent by National Center for Education Statistics (NCES) - Report sent to National Center for Education Statistics (NCES) - Common Core of Data (CCD) Report from the National Center for Education Statistics (NCES) - Common Core of Data (CCD) Report to the National Center for Education Statistics (NCES) - Integrated Postsecondary Education Database System (IPEDS) Report from National Center for Education Statistics (NCES) - Integrated Postsecondary Education Database System (IPEDS) Report to National Center for Education Statistics (NCES) - Transportation Invoice - Sales Invoice - Service Requester Level Invoice - Shipment or Movement Deficiency - Tax or Fee Exemption Certification - Receipt Acknowledgment Inquiry - Receipt Acknowledgment Advice - Delinquent Due-in Advice - Delinquent Due-in Inquiry - Due-in Reconciliation Advice - Total Loss Evaluation - Trading Partner Information - Shipment or Movement Deficiency Response - Transfer Statement - Testing Service Report - Request for Testing Service Report - Contract Abstract - Shipment Performance Notice - Acceptance Alert - Update - Contract Payment Notice - Amendment Filing - Uniform Commercial Code Filing - Unsalable Detail - Material, Engineering, Installation, Right to Use, Final Bill - Uniform Commercial Code Filing Inquiry - Termination Filing - Original Filing - Unsalable Product Invoice - Uniform Commercial Code Filing Response to Inquiry - Unsubscribed Capacity - Continuation Filing - Contract Completion Report - Nomination Quick Response - Confirmation Response Quick Response - Pre-determined Allocation Quick Response - Request for Confirmation Quick Response - Public Voucher - Commercial Invoice - Violation Notice - Voluntary MEDWATCH Report - Mandatory MEDWATCH Report - Medical Device New Baseline Report - Medical Device Annual Baseline Report - User Facility Annual Medical Device Report - Annual Certification of Medical Device Report - Weapons Data Change - Weapons Control Report - Weapons Control Report Reconciliation - Work Assignment - Workers Compensation Proof of Coverage Notification - Withdrawal - Order to Withhold - Work Order - Waste - Warrant - Consolidator's Invoice - Cancel Pending New Offer - Bilateral Spot Rate - Automatic Concurrence - Special Deprescription - Firm Order Confirmation with Facility Information - Firm Order Confirmation - Facility Confirmation - Funds Validation Inquiry - Funds Validation Response - Military Interdepartmental Purchase Request (MIPR) - Project Directive - Request for Contractual Procurement - Reimbursable Work Order - Request Initiation of Work Candidate - Report of Work Candidate - Report of Assignment or Deletion of Work Candidate to Maintenance Period - Request Assignment of Work Candidate to Planning Maintenance Activity - Request for Full Work Candidate Detail - Report of Full Work Candidate Detail - Report of Approved Work Candidate - Request Work Candidate Cost/Duration Estimate - Report of Work Candidate Cost/Duration Estimate - Request Work Candidate Planning Services - Report of Work Candidate Planning Services - Report of Assignment or Deletion of Work Candidate to Planning/Maintenance Activity - Request of Assignment or Deletion of Work Candidate to Maintenance Period - Stop Work Order - Authorization to Continue Work - Request for Departure From Specification - Report of Authorized Departure From Specification - Request Work Progress Status - Report of Work Progress Status - Report of Rejection or Return of Work Candidate - Request Work Candidate Change - Lien Filing - Sort and Segregate Detail - Expungement of Prior Filing - Cancellation of Filing - Mutually Defined - Location Address Message - Location Relation Information - Report Message - Electronic Mail Message - Request for Co-op - Guidelines - Budget - Commitment - Co-op Actual - Distribution - National Property Registry System Real Estate Property Transaction - Physician's Report - Maintenance Request - Maintenance Response - Request with Immediate Response Required (No Follow-up) - Request with Immediate Response Required (Follow-up Required) - Request with Immediate Response to Mailbox - Response - No Further Updates to Follow - Response - Further Updates to Follow - Unique Item Tracking Control Report - Unique Item Tracking Report Reconciliation - Unique Item Tracking Item Data Change - New Group Initial Enrollment - Air Export Waybill and Invoice - Air Import Invoice - Ocean Export Direct Invoice - Ocean Export Indirect Invoice - Ocean Export Brokerage Invoice - Ocean Import Invoice - Miscellaneous Services Invoice - Warehouse Services Invoice - Pre-registration - Delivery - Subrogation Demand - Normal - Emergency Request - Short Notice Request - Damage Notification - Design Report - Test - Notice of Occupational Disease - Supporting Information - Notice of Traumatic Injury - Statement of Financial Affairs - Customer Shipment - International Shipment - Interplant Shipment - Production to Carrier Shipment - Advanced Payment - Delinquency - Payment Information - Audit - Transfer Loan In - Transfer Loan Out - Mailing Address Services - Information Only, No Response Required - New Service Order - Denied Request - Service Termination - Tax Billing or Remittance - Material In Transit - Preaward Notification - Postaward Notification - Small Business Award Notification - Award Notification - Notification to Late Bidders - Notification of Protest Receipt - Abstract of Offers - Bid Rejection Notice - Accomplishment Based Renewal - Competitive Renewal - Non-competitive Renewal - Resubmission - Supplemental - Unsolicited Bid Notice - Filing and Search Request - Termination - Filing Officer Confirmation - Amendment - Full Assignment - Partial Assignment - Full Release of Collateral - Partial Release of Collateral - Continuation - Uniform Commercial Code Filing with Broad Collateral Description - Uniform Commercial Code Filing with Specific Collateral Description - Segregation by Purchase Order Number - Segregation by Carrier PRO Number - Response - No Action Taken - Disability Benefits Proof of Coverage Notification - Debtor Filing - Federal Occupational Reporting - Secured Party Filing - Partial Release Filing - Full (Total) Release - Multiple Listing - Sale - Loan - Requisition - Storage Item Data Change - Administrative Fees - Amended Return - Notice of Charge - Protest or Response to Charge - Charge Decision - Due to Analysis - Advance Shipment and Billing Notice - Requisition Cancellation - - Due to Reconciliation (Full) - Requisition Follow-Up - Due to Reconciliation (Partial) - Pre-Employment Screening - Adjusted Invoice - Student Loan Interest Statement (1098-E) - Tuition Payments Statement (1098-T) - Arbitration - Requisition Modification - Material Obligation Inquiry - Material Obligation Advice - Quantity Verification Inquiry - Supply Assistance - Shipment Advice - Administrative Action - Quantity Verification Advice - Material Obligation Reinstatement - Disposal Shipment Advice - Backbill Invoice - Billback - Statement of Balance Due - Best and Final Offer - Non-escrow or Non-impound Tracking - Bill and Hold Goods - Bankruptcy Petition - Bankruptcy Schedules - Blanket Lease Schedule - Requisition Passing Order - Requisition Referral Order - Procurement Cancellation - Procurement Modification - Business Taxpayer Registration - Bill of Sale Schedule - Balance and Transaction Report - Workers' Compensation 1st Report of Injury - Workers' Compensation Subsequent Report - Workers' Compensation Combined 1st and Subsequent Report - Not for Resale Invoice - Freight Invoice - Customs Entry Detail - Claim Information - Case Opening - Consignment - Escrow or Impound Service Reporting - Tax Assessment Bill - Fixed Assets Tax Return - Service Cancellation - Conformed Copy - Subject to Availability of Funds - Cash - Contribution - Credit Commission Invoice - Consolidated Debit Invoice - Consolidated Credit Invoice - Consolidated Debit Memo - Consolidated Credit Memo - Chargeable - Consolidated Invoice - Confirmation - Claim Submission - Customer Allocation - Call Detail Memo - Credit Invoice - Corrected - Commission Payment - Credit Memo - Cash Surrender Distribution - Cost Type Invoice - Cargo Outturn Report - Cost Voucher - Cash Letter - Check List - Citation to Pay or Appear - Conviction Notice - Dividend Payment - Receipt - Due-In - Detour Billing - Debit Commission Invoice - Interdistrict (Pre-Kindergarten - Grade 12) Student Record - Advance Receipt - Diesel Fuel Bill - Response - Discretionary Additional Company Contribution - Debit Invoice - Duty Drawback - Deposit List - Prior Damage Report - Direct Nonqualified Rollover - Drop Shipment Invoice - District to Postsecondary Student Record - Direct Qualified Rollover - Debit Memo - Disposition - Detail - Duplicate - Administrative Records Submission - Excess Interest Allocation - Engineering Final Bill - Campaign Filing - Lobbyist Filing - Engineering Installation, Right to Use, Final Bill - Engineering Installation, Final Bill - Estimate of Record - Expense Payment - Engineering Right to Use, Final Bill - Excess Material Notification - Final Report - Pre-approved Bidders List - Pre-determined Allocation - Allocation - Shipper Imbalance - Producer Imbalance - Storage Report - Forfeiture Allocation - Final Bill - Forfeiture Credit - Consolidated Invoice, Final Bill - Memorandum, Final Bill - Full Assignment Filing - Filing - First Cost Invoice - Final Notice - Funding Modification - First Notice of Loss - Flat Rate Per Unit Bill - Full Enrollment File - Federal Royalty - Financial Statement Report - Material Returns - Nomination - Request for Confirmation - Confirmation Response - Government Furnished Material Inquiry Advice - Government Furnished Material Inquiry - Garnishment - Credit Report - Disability Notice - Black Lung Claim - Claim Experience Report - Employer's Report - Longshore Report - Unit Report - Hazardous Waste Report - Discharge Monitoring Report - Risk Management Plan - Self Monitoring Report - Hazardous Air Pollutant Inventory Report - Stationary Point Source Inventory Report - Toxic Release Inventory Report - Horsepower Equalization Bill - Handling Carrier Agreement Update - In-Ad Coupon Notification - Inventory - Installation Final Bill - Insurance Coverage Notification - Employers Report of Disability - Indian Royalty - Material, Engineering, Installation, Final Bill - Interfund Transfer In - Incident Notice - Inquiry - Interfund Transfer Out - Installation, Right to Use, Final Bill - Material, Installation, Right to Use, Final Bill - Workers Compensation Report of Injury or Illness - Interchange Update - Investment Fees - Maintenance and Operations Bill - Joint Facility Miscellaneous Bill or Other - Rental Bill - Junction Settlement Update - Judgment - Junction Update - Termination for Default - Definitization of Contract - Definitization of Order - Exercise of Option - Intent to Exercise Option - Administrative Change - Change Order - Supplemental Agreement - Amended Shipping Instructions - Provisioned Item - Withdrawal of Offer - Additions to General Provisions - Request for Price Quote - Addition to Solicitation Mailing List - Termination for Convenience - Due-in Reconciliation Inquiry - Loan Distribution - Loan Repayment Expense - Landed Costs - Loss Notification - Loan Repayment to Principal Only - Loan Repayment - Logistics Reassignment - Levy - Manufacturer Coupon Notification - Measurement Events and Alarms - Mailing List - Maintenance to Business Taxpayer Registration - Material Credit Invoice - Market Development Fund - Memorandum - Material, Engineering, Final Bill - Material, Installation, Final Bill - Membership List - Multiple Shippers, Multiple Consignees - Mise En Place (In Place) - Material, Right to Use, Final Bill - Material Final Bill - Multifamily Program - Bilateral - Notice of Assessment - Notice of Warrant - Notice of Adjustment - Notice of Determination - Notice of Settlement - Notice of Recorded Lien - Notice of Deficiency - Material Release Order - Material Release Inquiry - Material Release Order Forced Closure - Material Release Cancellation - Disposal Release Order - Disposal Release Inquiry - Disposal Release Cancellation - Disposal Shipment Confirmation Inquiry - Redistribution Order - Material Release Confirmation - Material Release Denial - Material Release Advice - Disposal Release Confirmation - Notice - Disposal Release Denial - Disposal Release Advice - Material Release Cancellation Advice - In-Transit - Disposal Release Cancellation Advice - Inventory Adjustment - Operational Capacity - On Approval - Offer - Opinion - Order - Preliminary - Employer Group Change - Individual Change - Employer Open Enrollment - Progress Payment Invoice - Partial Bill - Invention Report - Product Allocation - Pleading - Partial Assignment Filing - Premium Routing Guide - Prospective Student Information - Personal Injury Bill - Component Packing Confirmation - Plan Allocation - Premium Payment - Plan Takeover - Prepaid Invoice - Partial Enrollment File - Product (or Service) - Postsecondary Student Academic Record - Plan-to-plan Transfer - Notice of Claim - Protest or Response to Claim - Claim Decision - Wage Verification Notice - Purchase Report - Scheduled Quantity - Scheduled Quantity for Operator - Coupon Regular Clearinghouse Invoice - Coupon Direct Retailer Invoice - Coupon Clearinghouse Pay Direct Invoice - Product Quality Deficiency - Coupon Scan Validate Invoice - Scan Validate Adjustment - Quick Response Routing Guide - Full Coupon Redemption (No Adjustments) - Adjusted Coupon Redemption - Coupon Redemption Detail - Adjustments to Previous Coupon Redemption - Coupon Quick Pay Invoice - Product Quality Deficiency Response - Request for Enrollment Verification - Response to Request for Enrollment Verification - Response to Garnishment - Release of Garnishment - Response to Levy - Release of Levy - Response to Order to Withhold - Release of Order to Withhold - Request for Credit - Right to Use - Request for Quote - Returns Detail - Rebill - Material, Engineering, Right to Use, Final Bill - Revised Final Bill - Request for Additional Funds - Routing Instructions - Response to Request for Routing Instructions - Registration - Reminder to File - Reporting - Request - Response - Additional Response(s) Available - Spend Down - Medical Services Reservation - Removed from Solicitation Mailing List - - - Death of Principal Mortgagor - Illness of Principal Mortgagor - Illness of Mortgagor's Family Member - Death of Mortgagor's Family Member - Marital Difficulties - Curtailment of Income - Excessive Obligations - Same Income, Including Habitual Nonpayment of Debts - Abandonment of Property - Distant Employment Transfer - Neighborhood Problem - Property Problem - Inability to Sell Property - Inability to Rent Property - Military Service - Default Detail - Unemployment - Business Failure - Bankruptcy - Casualty Loss - Moved - Vacated - Dissatisfied with Property - Energy-Environment Cost - Servicing Problems - Auto Repairs - Extended Reasons - Payment Adjustment - Payment Dispute - Due on Transfer - Transfer of Ownership Pending - Fraud - Unable to Contact Borrower - Air traffic control delay - Delivery Commitment Waived by the Customer - Borrower Action - Automatic Conversion - Lender Approval Required - Lender Approval Not Required - Owner-occupied Loan Outstanding - Loan Reached Maturity - Triggered by Interest Increase - Specified Time Period Completed - Transfer Without Written Notice - Triggered by Payment Increase - Facility Added - Facility Changed - Location Added - Location Changed - Merchandise Damaged or Destroyed - Internal Systems Problems - Vendor-Supplied Carrier Delay - Import Container Delay - Notice of Term Enrollment - Term Grade Report - Change of Venue Granted - Removed to Federal Court - Foreclosure Completed - Servicing Rights Transferred to Non-member - Investor is Pulling Servicing as a Result of Default - Servicer Pulling Servicing from Sub-Servicer as a Result of Default - Consolidation, Extension, Modification (CEM) - Renewal and Extension - Reinstatement - Loan Not Reassigned to Mortgage Electronic Registration System (MERS) - Member Resignation or Expulsion - State Action - Company Action - Voluntary Surrender - Producer Requested - Awaiting State Confirmation - Continuing Education Non-compliance - Non-renewal - For Cause - Lack of Production - Retired - Disability - Requested in Error - Continuing Medical Education (CME) - Faculty Appointment - Health Care Fellowship Appointment - Health Care Internship Appointment - Health Care Residency Appointment - Ownership Change Due to Flow Sale of Servicing Rights - Ownership Change Due to Bulk Sale of Servicing Rights - College Preparatory Diploma - Accurate - Calculated - Not Selected - Reprocessed - Selected - Not Verified - Within Tolerance - Without Documentation - Not Available - Part-time - Missed Delivery - Release Signature or Release Number - Incorrect Address - Indirect Delivery - Unable To Locate - Address Corrected - Delivery Attempt - Refused by Consignee - Not In On Delivery Completed - Damaged - Delivery Completed - Damaged - Delivery Not Completed - Business Closed - Package Sorted To Wrong Route - Other - Returned to Shipper - Business On Strike - Payment Received - Customer Requested Future Delivery - Missort - Restricted Articles Incompatible - Restricted Articles Unacceptable - Bulk Plane - Package Missed Inbound Plane At Origin Station - Customer Dropped Off Package After Aircraft Depart - Accident - Package Received At Destination Station Without Airbill - Consignee Related - Driver Related - Package Missorted During Aircraft Unload - Hold Changed To Delivery Package - Mechanical Breakdown - Arrived In Station After Courier Dispatch - Aircraft Arrived Late In Hub - Other Carrier-Related - Package Shipped From Overgoods - Holding In Overgoods - Damaged Rewrapped In Hub - Detached Airbill - Previous Stop - Shipper Related - Standard Air Package - Holiday - Closed - Weather or Natural Disaster Related - Delivery Not Completed - Recipient Unavailable - Delivery Delayed - ODA/Cartage Agent - Improper International Paperwork - Carrier Keying Error - No Requested Arrival Date - Shipper Changed Scheduled Shipment Date - Hold Due to Customs/Documentation - Unable to Contact Recipient For Broker Information - Hold At Location - International Manifest - Puerto Rican Tax Authorities Holding Package - Non-FEC Broker Advised - Customs Release - Package Delivered Before Commitment - Package Delivered After Commitment - Invalid Account Format - Account Not Found - Name Specified Does Not Match Account - Item or Service Already Established, Cannot Add - Item or Service Not Established, Cannot Modify - Item or Service Not Available - Item or Service Not Available on Requested Date - Address Specified Does Not Match Account - Unauthorized or Invalid Action - Civil Event Related Delay - Customer-requested Early Delivery - Exceeds Service Limitations - Past Cutoff Time - Insufficient Pickup Time - Missed Pickup - Alternate Carrier Delivered - Abnormal - Actual Contractor-Caused Delay - Anticipated Contractor-Caused Delay - Assignment Form Required - Actual Government-Caused Delay - Anticipated Government-Caused Delay - Agent Not Appointed - Agent Not Licensed - Application Incomplete - Reconsigned - Appointment or Pre-Arranged Delivery Date - Trap for Customer - Held for Payment - Held for Consignee - Consignee Closed (Inventory, Vacation, Etc.) - Dock Pickup - Improper Unloading Facility or Equipment - Receiving Time Restricted - Order Notify - Held for Protective Service - Connecting Line or Cartage Pickup - Held per Shipper - Missing Documents - Border Clearance - Road Conditions - Did not complete secondary school - Standard high school diploma - Advanced or honors diploma - Vocational/Technical Preparatory Diploma - Special education diploma - Certificate of completion or attendance - Special certificate of completion - General Education Development Diploma (GED) - Other high school equivalency diploma - International diploma or certificate (such as International Baccalaureate) - Student is eligible to continue or return or both - Student is on Suspension or Dismissal - Student is expelled (from PreK - grade 12) - Currently enrolled but courses in progress not included - Not currently enrolled - Previous enrollment. Used for entry or exit or both at school other than the sending school - Unreported - Information is not available in record - Currently enrolled and courses in progress are included - Highest Honors - Second Highest Honors - Third Highest Honors - Dropped - Academic Probation - Suspended - Requested record will not be sent; Cannot identify student - Requested record will not be sent electronically; Paper copy will be sent - Requested record will not be sent; Have student contact us - Part of requested record being sent; Remainder to be sent by hard copy - Requested record will not be sent; No record of student - Requested record will not be sent; Degree or Diploma not yet awarded - Requested record will not be sent; Institutional policy requires student release. Have student contact us - Record being sent at request of student - Record being sent to replace one previously sent - Requested record being sent - Student on Suspension or Dismissal; Eligible to Apply for Re-entry - According to established regulations or statutes, the student is considered to be a "dropout" - Student Qualifies for Special Services - Passed Proficiency Test - Passed Screening - Better Features - Rating Changed - Student on Dismissal or Suspension for Disciplinary Reasons - Student is on Suspension or Dismissal for Academic Reasons - Better Performance - Bottom Well Cannot Handle Two or More Units - Bottom Well Cannot Handle Unit Assigned because of Length - Bottom Well Cannot Handle Unit Assigned because of Type - Bottom Well Cannot Handle Unit Assigned because of Width - Waiting for Customer Pickup - Credit Hold - Suspended at Customer Request - Customer Vacation - Customer Strike - Waiting Shipping Instructions - Waiting for Customer Specified Carrier - Collect on Delivery Required - Cash Not Available from Consignee - Customs (Import/Export) - No Requested Arrival Date Provided To Carrier By Shipper - No Requested Arrival Time Provided To Carrier By Shipper - Loan Paid in Full - Loan Refinanced, Insured by Insurer Receiving Report - Loan Refinanced, Insured by Other Insurance Carrier - Loan Refinanced, No Insurance Required - Coverage No Longer Required - No Outstanding Commitments - Court Probation - Complete - Changed Broker Dealer - Clearance to Destination Exceeded - Changed Agent - Conflict of Interest Exists - Check in Mail - Collateral Assignment - Contract or Lost Policy Statement Required - Clear - No motor vehicle violations - Cosmetic - Carrier Dispatch Error - Driver Not Available - Student has attended a nonpublic school or home education program in- or out-of-state this year, but is entering a public school in this state for the first time this school year - Student was received from another attendance reporting unit in the same school - Student was received from a school in the same district - Student was received from another public school outside the district either in- or out-of-state - Student was received from a nonpublic school either in or out of the district or has returned after having been enrolled in a home education program; The student must have been enrolled previously in a public school this year - Student unexpectedly reentered the same school after withdrawing or being discharged - Student was expected to attend a school but did not enter as expected for unknown reasons - Student was promoted, retained, or transferred to another attendance-reporting unit in the same school - Student was promoted, retained, or transferred to another school in the same district - Student withdrew to attend another public school in the same district - Student withdrew to attend another public school in- or out-of-state - Student Over Compulsory Attendance Age Left School Voluntarily with No Intention of Returning - Student Graduated from School with a Standard Diploma - Student Graduated from School with a Special Diploma - Student Left School with a Certificate of Completion - Student Left School with a Special Certificate of Completion - Student Left School with a State General Education Development (GED) High School Diploma - Student Withdrew to Attend a Non-Public School or Home Education Program In- or Out-of-State. - Student withdrew from school due to hardship - Student has not entered any school in this or any other state this school year - Previously attended out-of-state public school but is entering a public school in this state for the first time this school year - Returned to Regular Education Program - Reclassified Fully English Proficient - Retained in Current Grade - Placed in Next Grade After Expected Grade - Placed in Transitional Program (K-1) - Status Pending Completion of Summer School (K-12) - Declined Services - Administratively Placed in a Higher Grade - Academically Placed in a Higher Grade - Promotion Status not Applicable - Promoted - Delayed - Currently Applying - Previously Applied - Graduate from a College - Transfer from a University Program - Graduate from a University Program - Exchange Student - Returning Student Admitted to a New Program - Returning Student Admitted to the Same Program - Returning or Continuing Student Changing to Unclassified or General or Unspecified Studies - Continuing Student Changing to a New Program - Special Permission - Graduate from a Technical Institute - Transfer from a College - Deferred Maintenance - Deceased - Did not Attend this Semester - Withdrawn - Graduated - Never Attended - Full-Time Enrollment - Half-Time Enrollment - Less Than Half-Time Enrollment - Approved Leave of Absence - No Record Found - Three-quarter Time - Export Release Not Required - Export Release Required - Excessive Dimension Cannot be Accepted - Enrolled at Extension - Non-express Clearance Delay - International Non-carrier Delay - Flatcar Shortage - Free Lunch Eligible - Failed to Release Billing - Freeze Damage - Hit - At Least One Motor Vehicle Violation - Hazardous Material Placement - Irrevocable Beneficiary - Individual Education Program - Incarceration - Incomplete - Final - Incomplete - In Progress - Investment Selections - Investment Objectives Changed - Internal Revenue Service Lien - Failed Material Returned for Repair - Material Shipped Between Intermediate Points - Joint Ownership - Juvenile Policy - Limited English Proficient - Liquidated - Load Shifted - Multiple Assignments - Migrant Education Program - Mental Incompetency - Middle Position Cannot Handle Two or More Units - Middle Position Cannot Handle Unit Assigned because of Length - Middle Position Cannot Handle Unit Assigned because of Type - Middle Position Cannot Handle Unit Assigned because of Width - Multiple Conditions - New Generation Product - No New Money (IRA > 70 1/2) - Normal - No Withdrawals - Processing Delay - Waiting Inspection - Production Falldown - Held for Full Carrier Load - Waiting Test Results - Producer Strike - Producer Vacation - Pending Agent Appointment - Pending Agent License - Power of Attorney - Rejected - Insufficient or Incorrect Information - Railroad Failed to Meet Schedule - Replacement Form Required - Reduced Price Lunch Eligible - Reason Unknown - Delivery Shortage - Surrender Charges - Surrender Form Required - Signature Required - Shipment Overweight - Storm - Tractor With Sleeper Car Not Available - Tractor, Conventional, Not Available - Trailer Not Available - Trailer Not Usable Due to Prior Product - Trailer Class Not Available - Trailer Volume Not Available - Insufficient Delivery Time - Train Derailment - Theft - Temporary Income Loss - Top Position Cannot Handle Two or More Units - Top Position Cannot Handle Unit Assigned because of Length - Top Position Cannot Handle Unit Assigned because of Type - Top Position Cannot Handle Unit Assigned because of Width - Unknown Cause of Delay - Undetermined - Vandalism - Out of Stock - Equipment Cut - Booking Location Request - On Hold - Order Discrepancy - Receiving Location Request - Inventory Discrepancy - Material Shortage - Substitution - Diverted Item - Loading Error - Inbound Carrier Failure - Product Allocation Exceeded - Improperly Sized Order - Wrong Equipment - Insufficient Equipment Space - Waiting Application Delivery - Weight Limit of Car Exceeded - Weight Limit of Truck Exceeded - Weight Limit of Well Exceeded - Waiting for Proof - Alternative Career Exploration - Educator in Another District - Educator in Another State - Educator Outside U.S. - Other Educational Occupation - Not Offered Reemployment - Long Term Substitute - Intra-District Transfer from Licensed Position to Nonlicensed Position - No Assignment - Staff Reduction - Mutually Defined - - - Coal Moisture Allowance - Tank Car Mixture - Tank Car Outage - Sand or Stone and Related Articles (Aggregates) - - - Transaction Between Unrelated Companies - Transaction Between Related Companies - - - Missing or Invalid Report Type Code - Missing or Invalid Physical Inventory Code - Missing or Invalid Consignee - Missing or Invalid Fund Code - Missing or Invalid Material Condition Code - Missing or Invalid Management Code - Missing or Invalid Processing (Count) Date Code - Missing or Invalid Unit of Measure Code - Missing or Invalid Source of Supply Code - Missing or Invalid Purpose Code - Missing or Invalid Ownership Code - Missing or Invalid Support Request Code - Missing or Invalid Supply Condition Code - Missing or Invalid Payer Identification - Missing or Invalid Issuer Identification - Missing or Invalid Item Quantity - Missing or Invalid Item Identification - Missing or Invalid Support Date - Missing or Unauthorized Transportation Mode/Method Code - Unauthorized Transaction Set Purpose Code - Missing or Unauthorized Transaction Type Code - Missing or Unauthorized Action Code - Outside Ship Window - Missing or Invalid Store Number - Missing or Invalid Purchase Order Number - Missing or Invalid Bill of Lading Number - Missing or Invalid Invoice Date - Missing or Invalid Department Number - Missing or Invalid Internal Vendor Number - Missing or Invalid U.P.C. Code - Missing or Invalid DUNS Number - Missing or Invalid SCAC - Missing or Invalid Terms - Missing or Invalid Ship Date Location - Missing or Invalid Sell to Location - Missing or Invalid Bill to Location - Missing or Invalid Unit Cost - Missing or Invalid Non-merchandise Code - Missing or Invalid Non-merchandise Cost - Missing GTIN (Global Trade Item Number) - Invalid GTIN (Global Trade Item Number) - Missing GLN (Global Location Number) - Invalid GLN (Global Location Number) - Rate Unverifiable - Car Not in Umler - Car Not in Correct Status for Billing - Duplicate Billing - Invalid Commodity Code - Route Error - Duplicate - Missing Data - Out of Range - Invalid Date - Total Out of Balance - Not Matching - Invalid Combination - Other Unlisted Reason - Customer Identification Number is Invalid - Customer Identification Number Does not Exist - Customer Identification Number and Entity Name Do not Match - Customer Identification Number Is Missing - Invalid Serial Number - Effective Date Too Early - Improper Placement of Labels - Item Already Exists - Item Marked For Delete - Item Not Authorized For Buyer Assigned Vendor Number - Missing or Invalid Location - Location Received Not On Order - Negative Value - Missing Marking Identification at Pack Level - Duplicate Purchase Order Number - Missing Product Description 1 - Missing Product Description 2 - Code Not Mapped to Application - Missing Code for Application - Retail Price Is Greater Than Suggested Retail Price - Sender Not Authorized To Submit Ship Notice Data For Buyer Assigned Vendor Number - Sender Not Authorized To Submit Ship Notice For Item(s) - Duplicate Shipment Identification Number - Ship-To Location Not Consistent With Purchase Order Ship-To - Duplicate SSCC (formerly known as Serial Shipping Container Code) - Invalid SSCC (formerly known as Serial Shipping Container Code) Range - Invalid SSCC (formerly known as Serial Shipping Container Code) Structure - Missing Marking Identification at Tare Level - Unscannable Labels - Incorrect Label Format - Missing Labels on Shipping Container - Cost Change Not Accepted - UCC-12 Change Not Allowed - Zero Value - Item Not Found On Purchase Order - Missing or Invalid Invoice Number - Receiving Location Not On Order - Allowance Errors - Purchase Order Closed - Missing or Invalid Vendor Pack Quantity - Missing or Invalid Ship-To Location - Purchase Order Cancelled - GTIN (Global Trade Item Number) Change Not Allowed - Misrouted Freight Bill - Missing or Invalid Transaction Handling Code - Invalid Debit or Credit Flag Code - Missing or Invalid Payment Method Code - Missing or Invalid Payment Format - Missing Depository Financial Institution (DFI) Qualifier - Missing or Invalid Financial Institution Transit Routing Number - Missing or Invalid Originating Account Number - Missing or Invalid Receiving Account Number - Missing Effective Entry Date - Effective Payment Date is Past - Payment Received Too Far in Advance - Missing Transaction Reference or Trace Number - Missing or Invalid Payee Name and Address - Received After Cutoff Date or Time - Duplicate Batch - Duplicate Trace Number - Missing Control Totals - Control Totals Amount Error - Control Totals Count Error - Control Totals Out of Sequence - Transaction Set Payment Amount Error - Payment Pending Credit Approval - Payment Passed Credit Approval - Payment Amount Exceeds Approved Credit Limit; Refused - Non-Sufficient Funds in Account; Refused - Account Frozen - Account Transferred - Payee Deceased - Refused by Payee - Missing or Invalid Cancellation Type Code - Invalid Request or Cancellation Flag - Invalid Cancellation Request (Item Not in Financial Warehouse to Cancel) - Missing or Invalid Effective Payment Date - Closed/Non-Existent Account Number - Incorrect Data - Corrected Data - Associated Authorization - Associated Vehicle Identification Number(s) Unknown - Associated Vehicle Identification Number(s) Invalid - Currency Calculation - Check Being Returned - Conflicting Authorizations - Invalid Currency Code - Duplicate Bill of Lading Number - Departure Date Invalid - Duplicate Railcar Departure - Incorrect Date - Duplicate Transaction - Quantity of Handling Units Shipped Greater Than the Quantity Specified - Quantity of Handling Units Shipped Less Than the Quantity Specified - Invalid Claim Amount - Invalid Charge Allowance Qualifier - Invalid Decline/Amend Reason Code - Invalid Department Number - Invalid Identification Code - Invalid Railcar Type - Incomplete Transaction - Invalid Status Code - Status Code Previously Reported - Invalid Quantity - Invalid Weight - Invalid Damage Area Code - Multiple Bills of Lading - Missing Department Number - Missing Identification Code - Missing Quantity - Missing Weight - Not Authorized - No Clearance Authorization - No Clearance Reported - No Departure Reported - No Termination Date - Invalid Status Location - Automated Clearinghouse (ACH) Notification of Change - Not on Departure - No Railcar Arrival - Product is Not in the Receiver's System - Other - Pending Payment - Purchase Order Number Invalid - Previously Paid - Primary Inspection Not Received - Quantity - No Rate Available - Invalid Shipper's Route Code - Automated Clearinghouse (ACH) Return Items - Invalid SCAC - Invalid Vehicle Service Code - Invalid Damage Severity Code - Invalid SPLC Code - Shipment Picked Up After the Date Specified by the Ship Window - Shipment Picked Up Prior to the Date Specified by the Ship Window - Invalid Storage Days Calculation - Turnover - Invalid Damage Type Code - Used Authorization - Unknown Claim Number - Unknown Move/Service - Invalid Unit Price - Unknown Vehicle Identification Number - Invalid Vehicle Identification Number - Vehicle Not Departed - Offsite Storage - Zero Storage Days - Mutually Defined - - - Allowed Multiplier - Billed - Allowed Multiplier - Invoiced - Allowed Multiplier - Medicare - Cost Markup Multiplier - Original Cost - Cost Markup Multiplier - Retail Cost - Default Allowed Multiplier - Billed - Default Allowed Multiplier - Medicare - Discount Multiplier - Cost Markup Multiplier - Wholesale Cost - Percent Solution Multiplier - Selling Multiplier - - - Charge Off - Collection Account - Foreclosure - Involuntary Repossession - Repossession - Voluntary Repossession - Account Balance applied to Line of Credit - Government Claim - Paid Account - Paid Charge-off - Paid Collection - Paid Dealer - Paid Foreclosure - Paid Not as Agreed - Paid Repossession - Paid Satisfactory - Redeemed Repossession - Revolving Account - Current - Satisfactory - Satisfactory Revolving Account - Current - Too New to Rate - Unpaid Collection - Closed Not Paid - Insurance Claim - Partially Paid - Account Included in Bankruptcy - As Agreed - No Status - Not Paid as Agreed - Past Due - Settled - Unpaid - Card Lost - Account in Dispute - Bad Debt - Bill of Exchange - Cash per Owner's Option - Credit Refused - Draft - Endorser - First Sale - Insufficient Funds - Legal Action - Letter of Credit - Maturity Varies - Overdraft - Personal Guarantee - Pro Forma - Renegotiated Draft - Reopening Draft - Real Estate Tax - Secured Account - Suit Filed - Took Deduction - Took Excess Discount - Unauthorized Deduction - Unsatisfactory - Credit Cancelled - Credit is for Group - Credit Refinanced - Inactive Account - Irregular Payments - Long Time Client - No longer Clients - Post Dated Checks - All Loans Repaid - Long-term Loans Repaid - Short-term Loans Repaid - Support to Company to Continue - Closed By Consumer - Closed By Grantor - Closed - Protested Bill - Pays Within Protested Bill Grace Period - In Receivership - Agreement Under Receivership Agreement - High Insolvency Risk - Potential Risk of Non-payment - Possible Insolvency Risk - Debt Being Renegotiated - No Authorized Overdraft - Mutually Defined - - - Fixed Amount Discount - % Discount for Cash Payment - Cash Discount per Units Ordered - Cash Discount per Units Purchased - Cash Discount per Units Shipped - Cash Discount per Service - % Discount per Units Ordered - % Discount per Units Purchased - % Discount per Units Shipped - % Discount per Service - Additional Units per Units Purchased - Mutually Defined - - - Discount in Cash - Discount Determined as a Percentage of the Value of the Transaction - Discount Determined to be Additional Units that Are Defined by Discount Control Limit Qualifier - Mutually Defined - - - Time Limits for Discount - Dollars of Purchase - - - Birth Certificate - Passport - Hospital Certificate - Affidavit - Immigration Document - Baptismal or Church Certificate - Physician's Certificate - Undocumented - Driver's License - Photo ID - Social Insurance Certificate - US Passport - Certificate of US Citizenship - Certificate of Naturalization - Unexpired Foreign Passport with Stamp or Attached Immigration and Naturalization Service (INS) Form Indicating Unexpired Employment Authorization - Alien Registration Receipt Card with Photograph - Unexpired Temporary Resident Card - Unexpired Employment Authorization Card - Unexpired Reentry Permit - Unexpired Refugee Travel Document - - - Petroleum Industry Exchange (PETROEX) Number - D-U-N-S Number, Dun & Bradstreet - Standard Carrier Alpha Code (SCAC) - Federal Maritime Commission (Ocean) (FMC) - International Air Transport Association (IATA) - Plant Code - Loading Dock - D-U-N-S+4, D-U-N-S Number with Four Character Suffix - U.S. Customs and Border Protection (CBP) Carrier Identification - Insured's Changed Unique Identification Number - Census Schedule D - Hazard Insurance Policy Number - Document Custodian Identification Number - Payee Identification Number - Secondary Marketing Investor Assigned Number - Mortgage Electronic Registration System Organization Identifier - Census Schedule K - Investor Assigned Identification Number - Certificate Number - Insured's Unique Identification Number - Title Insurance Policy Number - United Nations Location Code (UNLOCODE) Number - Department of Defense Activity Address Code (DODAAC) - Drug Enforcement Administration (DEA) - Telephone Number (Phone) - Federal Reserve Routing Code (FRRC) - Standard Address Number (SAN) - ZIP Code - Automated Broker Interface (ABI) Routing Code - FIPS-55 (Named Populated Places) - Standard Point Location Code (SPLC) - Health Industry Number (HIN) - Council of Petroleum Accounting Societies code (COPAS) - Journal of Commerce (JOC) - Employer's Identification Number - Carrier's Customer Code - Petroleum Accountants Society of Canada Company Code - Government Bill Of Lading Office Code (GBLOC) - American Paper Institute - Grid Location and Facility Code - American Petroleum Institute Location Code - Bank Identification Code - Assigned by Property Operator - Commercial and Government Entity (CAGE) - Social Security Number - Electronic Mail Internal System Address Code - Customs House Broker License Number - United Nations Vendor Code - Country Code - Local Union Number - Electronic Mail User Code - Telecommunications Carrier Identification Code - Telecommunications Pseudo Carrier Identification Code - Alternate Social Security Number - Return Sequence Number - Declaration Control Number - Electronic Transmitter Identification Number (ETIN) - Tax Authority Identification - Electronic Filer Identification Number (EFIN) - State Identification Number - Business License Number - Fuel Inventory Adjustment Identification - Building - Warehouse - Post Office Box - Division - Department - Originating Company Number - Receiving Company Number - Holding Mortgagee Number - Servicing Mortgagee Number - Servicer-holder Mortgagee Number - One Call Agency - Integrated Postsecondary Education Data System (IPEDS) set of codes maintained by the U.S. Department of Education's National Center of Education Statistics, Washington, D.C. - The College Board's Admission Testing Program (ATP), administered by the Educational Testing Service (ETS), 4-digit list of postsecondary educational institutions. - Federal Interagency Commission on Education (FICE) number. Available from the United States Department of Education, National Center for Education Statistics. - American College Testing (ACT) list of postsecondary educational institutions. - State or Province Assigned Number - Local School District or Jurisdiction Number - National Center for Education Statistics (NCES) Common Core of Data (CCD) number for PreK - 12 institutions - The College Board and ACT 6 digit code list of secondary educational institutions - Classification of Instructional Programs (CIP) coding structure maintained by the U.S. Department of Education's National Center for Education Statistics - Higher Education General Information Survey (HEGIS) maintained by the U.S. Department of Education's National Center for Education Statistics - Congressional District - California Ethnic Subgroups Code Table - Assigned by Seller or Seller's Agent - Assigned by Buyer or Buyer's Agent - Code assigned by the organization originating the transaction set - Code assigned by the organization that is the ultimate destination of the transaction set - Assigned By Transporter - Assigned By Pipeline Operator - Receiver's Code - Purchasing Office - Office of Workers Compensation Programs (OWCP) Agency Code - Approver ID - Military Assistance Program Address Code (MAPAC) - Assigned by Third Party - Assigned by Clearinghouse - Committee on Uniform Security Identification Procedures (CUSIP) Number - Financial Identification Numbering System (FINS) Number - Automated Commercial Environment Identification Code (ACEID) - Postal Service Code - US Environmental Protection Agency (EPA) Identification Number - Attachment Control Number - - Alberta Energy Resources Conservation Board - Rental Location Identifier - Automotive Identifier for Canada Border Services Agency - Anesthesia License Number - Alberta Petroleum Marketing Commission - Activity Code - British Columbia Ministry of Energy Mines and Petroleum Resources - Blue Cross Provider Number - Common Language Location Identification (CLLI) - Broker Filer ID - Badge Number - Canada Revenue Agency (CRA) Business Number - Benefit Plan - Blue Shield Provider Number - Insured or Subscriber - Health Maintenance Organization (HMO) Provider Number - Customer Identification File - Statistics Canada Canadian College Student Information System Course Codes - Statistics Canada Canadian College Student Information System Institution Codes - Statistics Canada University Student Information System Curriculum Codes - Contract Division - Bureau of the Census Filer Identification Code - Canadian Financial Institution Routing Number - CHAMPUS (Civilian Health and Medical Program of the Uniformed Services) Identification Number - Corrected Loan Number - U.S. Customs and Border Protection (CBP) Manufacturer Identifier (MID) - National Center for Education Statistics (NCES) Course Classification System for Secondary Schools - Canadian Petroleum Association - Credit Repository - Statistics Canada University Student Information System University Codes - Court Identification Code - U.S. Customs and Border Protection (CBP) Assigned Importer Number - U.S. Customs and Border Protection (CBP) Assigned Consignee Number - United States Department of Education Guarantor Identification Code - United States Department of Education Lender Identification Code - Dentist License Number - Door - Data Processing Point - Gas Industry Standards Board (GISB) Data Reference Number (DRN) - United States Department of Education School Identification Code - ARI Electronic Commerce Location ID Code - Theatre Number - Employee Identification Number - Elevator - U.S. Environmental Protection Agency (EPA) - Insurance Company Assigned Identification Number - Mortgagee Assigned Identification Number - Automated Export System (AES) Filer Identification Code - Educational Testing Service List of International Postsecondary Institutions - Facility Identification - Field Code - Federal Court Jurisdiction Identifier - Federal Court Divisional Office Number - Facility Federal Identification Number - Federal Taxpayer's Identification Number - Federal Jurisdiction - Floor - U.S. Environmental Protection Agency (EPA) Laboratory Certification Identification - Facilities Information and Resources Management System (FIRMS) Code - Free and Secure Trade (FAST) ID - Primary Agent Identification - GAS*CODE - Global Service Relation Number - Centers for Medicare and Medicaid Services - HCIdea Number - Health Insurance Claim (HIC) Number - House (Canadian Grain Elevator) - UCC EDI Communications ID (Comm ID) - Standard Unique Health Identifier for each Individual in the United States - U.S. Customs and Border Protection (CBP) Carrier Initiative Program (CIP) Participant Identification Number - Agency Location Code (U.S. Government) - NISO Z39.53 Language Codes - ISO 639 Language Codes - Labeler Identification Code (LIC) - Loan Number - Disbursing Station - Department of Defense Routing Identifier Code (RIC) - Jurisdiction Code - Division Office Code - Mail Stop - Medical Information Bureau - Medicaid Provider Number - Manitoba Department of Mines and Resources - Member Identification Number - Market - Multiple Listing Service Vendor - Multiple Listing Service Identification - Mortgage Identification Number - Major Organizational Entity - Medicare Provider Number - Medicaid Recipient Identification Number - National Association of Realtors - Multiple Listing Service Identification - Mode Designator - National Association of Insurance Commissioners (NAIC) Identification - National Criminal Information Center Originating Agency - Non Resident Alien Registration Number - Occupation Code - On-line Payment and Collection - Secondary Agent Identification - Public Identification - Provider Commercial Number - Payor Identification - Passport Identification Number - Pharmacy Processor Number - Pier - Proximity Card Number - Regulatory Agency Number - Real Estate Agent - Real Estate Company - Real Estate Broker Identification - Real Estate License Number - Office of Regulatory Information Systems (ORIS) Code - Ramp - Railroad Track - Tertiary Agent Identification - Social Insurance Number - Saskatchewan Department of Energy Mines and Resources - Suffix Code - Standard Industry Code (SIC) - State or Province Jurisdiction - State/Provincial Lottery License Number - State License Number - Specialty License Number - State/Province License Tag - Service Provider Number - Society for Worldwide Interbank Financial Telecommunications (SWIFT) Address - U.S. Customs and Border Protection (CBP) Shipper Identifier (SID) - Taxpayer ID Number - Internal Revenue Service Terminal Code - Transport4 Location Code - Transport4 Shipper Code - Department Code - Consumer Credit Identification Number - Unit Identification Code - Global Location Number (GLN) - GS1 Global Location Number with Extension Component - Unique Physician Identification Number (UPIN) - Uniform Resource Locator (URL) - Unique Supplier Identification Number (USIN) - Unit - Wine Region Code - Education Language Codes - National Center for Education Statistics Unit Identification Number - Centers for Medicare and Medicaid Services PlanID - Centers for Medicare and Medicaid Services National Provider Identifier - District Assigned Number - U.S. Customs and Border Protection (CBP) Encrypted Consignee Identification - Contractor Establishment Code - Zone - Temporary Identification Number - Mutually Defined - - - Add - Delete - Included - Information Only - Substituted - Authorized Substitute - - - Residue Last Contained Description (Small Means of Containment) - Residue Last Contained Description (Packages) - Residue Last Contained Description (Rail Car) - - - Detail Level 1 - Detail Level 2 - Detail Level 3 - Detail Level 4 - Detail Level 5 - Detail Level 6 - Detail Level 7 - Detail Level 8 - Detail Level 9 - Advances - Balance - A Fixed Amount Received By a Road - Detail - Zero - Division Formula Factor - Maximum - Minimum - No Division - Percent - Rate or Division - - - Item Accepted - Order Forwarded to Alternate Supplier Location - Item Accepted and Shipped - Item Accepted and Released for Shipment - Item Accepted - Partial Shipment, Balance Backordered - Item Accepted - Date Rescheduled - Item Accepted - Item Backordered - Item Accepted - Changes Made - Item Deleted - Item Accepted, Price Pending - Item on Hold, Incomplete Description - Item on Hold - Item Accepted - Price Changed - Item Accepted - Quantity Changed - Item Rejected - Item Accepted - Substitution Made - Item on Hold-Waiver Required - Item Rejected, Not a Contract Item - Item Rejected, Invalid Item Product Number - Item Rejected, Invalid Unit of Issue - Item Rejected, Contract Item not Available - Item Rejected, Reorder Item as a Just in Time (JIT) Order - Item Rejected, Reorder Item as an Extended Delivery Order (EDO) - Item Rejected, Reorder Item as a Drop Shipment - Item Rejected, Reorder Item as a Surge Order - Item Accepted - Schedule Date Pending - - - International Monetary Fund - London (England) Exchange - First Closing - London (England) Exchange - Second Closing - New York Foreign Exchange - Philadelphia Foreign Exchange - Zurich (Switzerland) Exchange - - - Packing Configuration - Add Additional Item(s) - Changes To Line Items - Change of Date Terms - Changes To Terms - Changes To Item Level Allowance/Charges - Cancel Previously Transmitted Purchase Order - Changes To Total Level Allowance/Charges - Change To Original Confirmation Of Original Announcement - Change To Confirmation Of Revised Announcement - Change of Dates - Delete Item(s) - (Multiple) For Unit Price Quantity Reschedule Change - Concurrent Item (No Change) - Original Confirmation Of Revised Announcement - Original Confirmation Of Original Announcement - Price Change - Unit Price/Quantity Change - Unit Price/Reschedule Change - Quantity Change - Quantity Decrease - Quantity Increase - Replace Mode of Shipment - Replace All Dates - Reject Item Change - Replacement Item - Replacement Item with Modifications - Reschedule/Quantity Change - Reschedule - Replace All Values - Transfer Item - - - Finished (Labor, Material, and Overhead/Burden) - Quantity Based Pricing Groups - Labor - Labor and Material - Material - Cumulative Quantity Required Prior to First Schedule Period - Previously Released Requirements - Mutually Defined - - - Hospital/Homebound Individuals - Discrete Quantity - Cumulative Quantity - Discreet Quantity - Rejected Material - Discrete Quantity - Rejected Material: Disposition Replacement - Discrete Quantity - Rejected Material: Disposition Credit - Discrete Quantity - Rejected Material: Disposition Pending - Cumulative Quantity - Rejected Material - Cumulative Quantity - Rejected Material: Disposition Replacement - Cumulative Quantity - Rejected Material: Disposition Credit - Number of Hours Per Day - Number of Hours Per Week - Number of Months Per Year - Number of Periods Per Week - Expected Expenditure Quantity - Number of Hours Per Year - Pre-Kindergarten Students - First Grade Students - Second Grade Students - Third Grade Students - Fourth Grade Students - Fifth Grade Students - Sixth Grade Students - Seventh Grade Students - Eighth Grade Students - Ninth Grade Students - Carnegie Units - Number of Disability Types - Number of Males - Number of Females - Individuals with Multiple Disabilities - Individuals with Serious Emotional Disturbance - Individuals with Speech or Language Impairment - Individuals with Traumatic Brain Injury - Blind Individuals - Deaf Individuals - Cumulative Quantity - Rejected Material: Disposition Pending - Split Quantity - Ship Notice Quantity - Collateral Requirements - Quantity in Float - Quantity in Hold Out - Line Thread Quantity - Quantity on Hand - Previous Week Quantity - Unverified Receipts - Original Duration (in calendar units) - Current Duration (in calendar units) - Remaining Duration (in calendar units) - Total Float (in calendar units) - Free Float (in calendar units) - Lag (as in Lag Time - in calendar units) - Lead Time (in calendar units) - Started - Completed - Due - Time Units - Shifts - Time units per shift - Scrap allowed - Calendar Units - Resource (Quantity) available - Total Resource (Quantity) - Level Resource (Quantity) - Late - Number of Delinquent Installments - Number of Loans - Total Number of Mortgagees - Total Number of Loan Detail Records - Prescription Effective Period - Rate Per Day (RPD) - End Of Month Inventory Prior To Ship - Unusable Quantity - Cumulative Quantity Shipped Short - Disposition Pending - Cumulative Quantity Shipped Short - Disposition Challenged - Cumulative Quantity Shipped Long - Disposition Pending - Cumulative Quantity Shipped Long - Disposition Challenged - OEM Inventory - Total Inventory - Committed Quantity - Quantity Available for Return - Projected Available Inventory - Commitment Period - Number of Borrowers - Number of Adjustment Periods - Age Nearest - Total Other Properties Owned and Financed - Age Next - Reconsideration Period - Flat Extra Premium - CO2 Injection Volume - Accounts Placed for Collection - Changes - Companies in Same Activity for a Period - Comparison Period - Departments - Employees Shared - Estimated Accounts - Installed Capacity - Levels Occupied - Registered Brands Distributed - Electronic Signatures - Bytes - Employed at this Location - Segments - Registered Brands Manufactured - Functional Groups - Transaction Sets - Quote Quantity on Inventory - Additional Demand Quantity - Quantity Sold - Quantity Available for Sale (stock quantity) - Noncommitted Inventory on Shelf - Inventory on Shelf + Work in Progress - Distributor Inventory - Work In Process - Original Quantity - Shipped Quantity - Total Credits Accepted - Total Credits Rejected - Total Debits Accepted - Total Debits Rejected - Total Payments Rejected - Total Pre-advices Accepted - Total Pre-advices Rejected - Total Prenotes Accepted - Total Prenotes Rejected - Total Post-advices Accepted - Total Post-advices Rejected - Total Unidentified Transactions Rejected - Total Credits Received - Total Debits Received - Individuals with Noncategorical Preschool Disability - Total Pre-advices Received - Total Prenotes Received - Total Post-advices Received - Total Debits - Total Credits - Minimum Transfer - Maximum Transfer - Speed Capacity - Subcontractors - Students - Remaining Quantity - Number of Batches - Number of Checks - Talk Paths - Number of Patient Admissions - Cumulative quantity on order - Total transactions - Primary Net Quantity - Secondary Net Quantity - Number of Signed Bills of Lading - Accounts - Agents - Authorized Shares - Clerks - Design Employees - Foreign Related Entities - Group Employees - Issued Shares - Laborers - Other Employee Type - Part Time Employees - Related Entities - Relatives Employed - Salespersons - Space Occupied - Special Partners - Suppliers' Credit - Technicians - Trainees - Warehouse Employees - Shareholders - Available Units - Total Unduplicated Headcount - Meals Per Week - Programs Offered - Typical Credit Hours Taken per Graduate Student (Full Time) - Number of Copies of Bill of Lading - Number of Unsigned Bills of Lading - Number of Originals - Original payment item count. - Bank reject item count. - Net to pay item count. - Minimum Contract Quantity - Minimum Order Quantity - Payment Cancellation Item Count - Individuals with Developmental Delay - Aggregate Benefit Period - Anticipated Length of Service - Approval/Offer Duration - Benefit Amount - Benefit Period - Brothers Deceased - Brothers Living - Children - Citations - Claim Period - Coverage - Elimination Period - Elimination Period - Accident - Elimination Period - Sickness - Employees - Nonowner - Employees - Owner - Employees - Part Time - Employees - Same Duties - Employees - Same Occupation - Expense - Frequency - General Elimination Period - Guarantee Period - Height - Hours Flown - Aircraft Type/Life - Hours Flown - Aircraft Type/Period - Total Authorized Quantity - Remaining Authorized Quantity - Number of Days Covered by Inventory - On Order Quantity - Past Due Quantity - Previous Month's Usage - Minimum Fabrication Quantity - Minimum Ship Quantity - Maximum Number of Shipments Allowed - Incremental Order Quantity - Hours Flown - Aircraft/Type Flying - Hours Flown - Lifetime - Hours Flown - Type Flying - Impairment Duration - Impairment Frequency - Installment Frequency - Installments - Intended Change Time Period - Interim Term Period - Involvement Period - Loan Rate - Maximum Age - Maximum Benefit Period - Accident - Maximum Benefit Period - Sickness - Maximum Benefit Period - Medication Duration - Minimum Age - Own Occupation Qualification Period - Owner's Equity - Ownership Change Age - Ownership Duration - Ownership Percentage - Payment Frequency - Payments Number - Arrests - Placement Period Expiration - Maximum Order Quantity - Educable Mentally Retarded Individuals - Minimum Stock Level - Maximum Stock Level - Damaged Goods - Receipts - Returns - Stock Transfers In - Stock Transfers Out - Billing Unit(s) Per Pricing Unit - Previous Benefits - Qualification Period - Range Average - Range Maximum - Range Minimum - Relationship Duration - Replaced Amount - Residence Duration - Sisters Deceased - Sisters Living - Time Frame - Time in Country - Time Since Hospitalization - Time Since Last Application - Time Since Last Civilian Flight - Time Since Last Insurance Medical - Time Since Last Military Flight - Time Since Medical Consult - Time Since Medication End - Time Since Medication Start - Time Since Onset - Time Since Surgery - Time Since Trip - Travel Frequency - Travel Period - Trip Duration - Pricing Unit(s) Per Billing Unit - Prepaid Quantity Shipped - Prepaid Quantity Not Shipped - Submitted Quantity Sold - Submitted Quantity Returned - Lot Size - Nonconformance Quantity - Quantity Received - Beds - Operating Beds - Visitation Frequency - Weight - Weight Change Period - Work Period - Existence Limit Period - Shares - Directors - Minimum - Voting Shares Held - Outstanding Shares - Shares Held as Treasury Stock - Shares Subscribed but Not Issued - Total Shares of Stock - Shares Owned by In-State Residents - Shares Owned by Out-of-State Residents - Partners - Land Holding - Non-Domestic Stockholders - Shares Subscribed - Maximum Number Free Miles - Typical Credit Hours Taken per Undergraduate Student (Full Time) - Typical Credit Hours Taken per First-Professional Student (Full Time) - Full-time Equivalents - Total Credit Hours - Total Non-Credit Hours - Total Contact Hours - Acknowledged Quantity - Additional Usage Quantity - Allotted Usage Quantity - Attendant-Handled Quantity - Billable Quantity - Data Storage Quantity - Non-Billable Quantity - Non-Urgent Delivery Quantity - Overflow Quantity - Quantity Used - Time Expended - Primary Meter Reading Value - Engineered Standard - Active Maintenance Time - Actual Duration - Estimated Duration - Gross Estimate - Finish Offset - Start Offset - Picture Count - Component Meter Reading Count - Total Clock Hours - Enrollees - Total Days Submitted - Total Days Approved - Severely Mentally Retarded Individuals - Acceptable Unserviceable Quantity - Optimistic Duration - Most Likely Duration - Pessimistic Duration - Adjusted Quantity - Accidents - Years in School - Number of Dependents - Years on Job - Unacknowledged Quantity - Urgent Delivery Quantity - Voice Storage Quantity - - Minimum Average Time Requirement (MATR) Units - Wide Area Telephone Service (WATS)/800 Service Units - Number of End Users - Number of Message Recipients - Number of Operator Credits - Daily Adjustments - Years in this Line of Work/Profession - Area per Units - Trainable Mentally Retarded Individuals - Age at Death - Verified Receipts - Order Quantity Multiple - Contribution Total - Loan Repayment Total - Participant Total - Actual - Cumulative Actual - Budget - Cumulative Budget - Number of Insured Lives - Forecast - Forecast at Complete - Number of Mortgagors - Mortgage Pool Count - Requested Amount - Approved Amount - Additional Amount - Pre-op Days - Post-op Days - Average - Period Beginning Imbalance Quantity - Due-In - Contractor Cumulative to Date - Budget At Complete - Contractor at Complete - Subcontractor Cumulative to Date - Age Modifying Units - Subcontractor at Complete - Book Order Quantity - Book Inventory - Bedroom Count - Bathroom Count - Betterment Hours - Depreciation Hours - System Adjusted Hours - User Adjusted Hours - Period Ending Imbalance Quantity - Backorder Quantity - Blood Record - Cumulative Beginning Imbalance Quantity - Cumulative Current Period Imbalance Quantity - Cumulative Prior Period Adjustment - Cumulative Ending Imbalance Quantity - Birth Weight - Current Period Imbalance Quantity - Production Delivery Quantity - Entitlement Quantity - Creditors - Payment Experiences in Last 12 Months - Payment Experiences in Last 3 Months - Area Damaged - Other Unlisted Stockholders - Other Unlisted Participants - Covered - Actual - Closing Statement Balance - Current Days on Market - Co-insured - Actual - Covered - Estimated - Co-insured - Estimated - Cumulative Gas Volume - Cumulative Effect of Prior Period Adjustment - Cumulative Gas Injection Volume - Cumulative Liquid Injection Volume - Continuance Duration - Cumulative Oil/Condensate Volume - Current Period Imbalance - Certified Registered Nurse Anesthetist (CRNA) Number of Concurrent Procedures - Current Service Life - Cumulative Water Volume - Convictions Sent - Total Number of Convictions - Engineers - Billed - Executives - Number of Co-insurance Days - Field Workers - Installers - Members in Group - Non-Consolidated Total-Domestic Subsidiaries - Non-Consolidated Total-Foreign Subsidiaries - Non-Union Employees - Dependent's Age - Deductible Blood Units - Dependent Count - Distributed - Debited - Deleted - Gas Used for Drilling - Maximum Benefit Period Accident to Age - Disposed - Maximum Benefit Period Sickness to Age - Airline Attendants - Companies Included in Consolidation - Total Consolidated Domestic Subsidiaries - Default Notification Response Period - Days Operated - Days Produced - Total Consolidated Foreign Subsidiaries - Direct Workers - Dose - Dependent Total - Counter Clerks - Domestic Affiliated Companies - Drivers - Days - Employed at Location - Course Segments - Degree Segments - Employed on this job - Employed in this Profession - Employed by this Company - Number of Entitled Exemptions - Number of Withholding Exemptions - Exclusive Uses - Nonexclusive Uses - Use of Extracorporeal Circulation - Domestic Uses - Small Business Uses - Nurses - Office Workers - Paid in Common Shares - Paid in Preferred Shares - Pilots - Plant Workers - Principals Included as Employees - Emergency Modifying Units - Suppliers - Teachers - Product Exchange Amount - Equity Security Holder - Estimated Remaining Economic Life - Ending Stock - Employee Total - Total Consolidated Subsidiaries - Total Non-Consolidated Subsidiaries - Evaporated Water - Union Employees - Ported Telephone Lines - Service Resale - Total claims with skin diseases or disorders - Off Lease Fuel - Total deaths as a Result of Injury - Total deaths as a Result of Illness - Total injury Claims with Days Away from Work or Restricted Work Activity - Total injury Claims with Days Away from Work - Total injury Claims without Lost Work Days - Total Days Away from Work Due to Injury - Total Days with Restricted Work Activity Due to Injury - Full Baths - Furnished Blood Units - Fuel Consumed or Burned Amount - Vehicular Radios - Portable Radios - Flare or Flash - Marine Radios - Pagers - Conventional Mobiles - Trunked Channels - Mobile Loading Allocation - Units - Aircraft Radios - Total Claims with Dust Diseases of the Lungs - Total Claims with Respiratory Conditions Due to Toxic Agents - Total Claims with Poisoning Illnesses - Total Claims with Disorders Due to Physical Agents - Gas Used for Fuel System - Forecast to Complete - Total Claims Associated with Repeated Trauma - Total illness Claims with occupational illnesses not otherwise classified - Total Days Away from Work Due to Illness - Total Days of Restricted Work Activity Due to Illness - Total illness with Lost Work Days or Restricted Work Activity - Total illness Claims with Days Away from Work - Discharge Quantity - Estimated Discharge Quantity - Estimated Transfer Quantity - Excursions - Non-production Quantity - Number of Deaths - Number of Hospitalizations - Number of Injuries - Number of Injuries Requiring Medical Treatment - Number of People Evacuated - Gross Building Area - Gross Annual Income Multiplier - Gross Living Area - Total illness Claims without Lost Work Days - Original Term In Years - Years Remaining - Average Number of Employees - Total Worked by All Employees - Gas Injection Volume - Gas Lift Volume - Gross Production - Government Reporting Quantity - Gas Receipt Volume - Gas Sold - Grade Transfer Amount - Employee Total First Month of Quarter - Gas Volume - Employee Total Second Month of Quarter - Employee Total Third Month of Quarter - Active Listings - Number of People Sheltered-in-Place - Quantity Recovered - Quantity Recycled - Quantity Released - Quantity Treated - Total Hazardous Waste Generated - Operational Quantity - Penalty Variance Quantity - Allocated Quantity - Scheduled Quantity - Market Price Change - Unpaid - Branches - Subsidiaries - Age of Financial Information - Invoices - Financial Coverage Period - Maximum Number of Employees at Location - Previous Number of Accounts - Collection Period - Disbursement Period - Seats - Use of Hypothermia - Previous Number of Employees - Use of Hypotension - Use of Hyperbaric Pressurization - Kindergarten Students - Use of Hypertension - Hours - Employee's Age - Employee's Number of Days Away from Work Due to Injury - Employee's Number of Days of Restricted Work Activity Due to Injury - Employee's Total Number of Days Away from Work Due to Illness - Total Death Claims - Total Claims with Days Away from Work - Tenth Grade Students - Eleventh Grade Students - Twelfth Grade Students - Prior Teaching Experience - Prior Full-time Teaching Experience - Prior Part-time Teaching Experience - Prior Experience in Education - Prior Full-time Experience in Education - Prior Part-time Experience in Education - Prior Experience Related to Job - Local Country Employees - Foreign Employees - Prior Full-time Experience Related to Job - Prior Part-time Experience Related to Job - Total Prior Experience - Total Full-time Prior Experience - Total Part-time Prior Experience - Total Years of Educational Service - Number of Irregular Interest Payments - Total Years of Educational Service in this District - Years of Experience as School Principal - Years of Experience as Classroom Teacher - Years Worked for this System - Indirect Workers - Number of Interest Payments - In-Transit Quantity - Information Provider Standardized Motor Vehicle Penalty Points - Intertank Transfer Amount - Ending Storage Balance - Location Ending Storage Balance - Location Ending Storage Balance - Firm - Location Ending Storage Balance - Interruptible - Maximum Available Daily Injection Quantity - Maximum Available Daily Withdrawal Quantity - Minimum Required Daily Injection Quantity - Minimum Required Daily Withdrawal Quantity - Activity Codes - Associates - Average Employees - Cooperative Shares - Estimated Employees at Location - Estimated Total Employees - Financial Institutions - Judgments - Land Size - Liens - Minimum Employees at Location - Office Size - Owner - Plant Size - Previous Number of Branches - Protested Bills - Suits - Uniform Commercial Code (UCC) Filings - Judicial Stay Duration - Warehouse Size - Total Days Away from Work - Total Days of Restricted Work Activity - Total Claims without Days Away from Work and without Restricted Work Activity - Secretaries - Mechanics - Auditors - Messengers - Primary Managers - Participation Shares - Detrimental Legal Filings - Petitions Filed - Drafts - Business Failure National Average Incidence - Business Failure Industry Incidence - Business Failure Class Incidence - Estimated - Net Quantity Increase - Net Quantity Decrease - Expenditure Quantity - Originals - Duplicates - Completed Line Items - Completed Contracts - Active Contracts Delinquent-Buying Party Caused - Active Contracts Delinquent - Active Contracts Delinquent-Contractor Caused - Active Contracts Delinquent-Unknown Causes - Active Line Items Delinquent - Active Line Items Delinquent-Buying Party Caused - Active Line Items Delinquent-Contractor Caused - Active Line Items Delinquent-Unknown Causes - Contracts Completed Delinquent-Buying Party Caused - Contract Completed Delinquent-Contractor Caused - Contracts Completed Delinquent-Unknown Causes - Reported Deficiencies - Line Items Completed Delinquent-Buying Party Caused - Line Items Completed Delinquent-Contractor Caused - Line Items Completed Delinquent-Unknown Causes - Corrective Action Requests-Verbal - Corrective Action Requests-Written - Guarantee Fee Buyup Maximum - Contract Buyup - Contract Buydown - Guarantee Fee Rate after Alternate Payment Method - Guarantee Fee Rate after Buyup or Buydown - Buyup or Buydown Rate per Basis Point - Location Net Capacity - Subject to loss or elimination - Life-time Reserve - Actual - Loss Allowance - Late Payment Period - Limit Value - Life-time Reserve - Estimated - Loss or Gain - Lost Gas - Liquid Injection Volume - Corrective Action Requests-Method C - Corrective Action Requests-Method D - Corrective Action Requests-Method E - Aged Active Line Items Delinquent-Contractor Caused - Lost Oil - Lease Periods - Aged Line Items Delinquent - Aged Line Items Completed-Contractor Caused - Oil Condensate Sold - Tariff Loss Allowance - Lifetime Reserve Days - Applied to this Claim - Oil/Condensate Volume - Lost Work Time Actual - Lost Work Time Estimated - Length of Residency - Lanes - Matching Equipment - Maximum - Total Federal Points - Contributions - Contributors - Endorsers - Functions - Guarantors - Points - Miscellaneous Allowance - Number of Public Officials - Total Non-Federal Points - Million Dollar Roundtable Credits - Minimum Number of Employees - Manufactured - Pledges - Total Points - Miles - Attendees - Tickets Sold - Total Number of Manifest Lines - Maximum Maturity Extension - Month - Minimum Order Package Level - Total Number of Maps in a Pack - Maximum Ship Quantity - Measured Quantity - Maximum Number of Employees - Number of Attacks or Occurrences - Number of Dead - Number of Living - Number of Times - Minimum Forecast Quantity - Maximum Forecast Quantity - Number of Non-covered Days - Number of Units (Housing) - Number of Claimants - Number of Late Charges - Non-Covered - Estimated - Number of Full-Time Employees - Number of Nonsufficient Fund Items - Noncovered - Actual - Number of Levels - Number of Hospitals - Number of Physicians - Number of Members - Number of Franchisees - Not Replaced Blood Units - Number of Stations - Reports - Since Last Travel - Net - Until Next Travel - Scheduled Receipt - Scheduled Delivery - Operational Receipt - Operational Delivery - Allocated Receipt - Allocated Delivery - Distributed Confirmed Receipt - Distributed Confirmed Delivery - Scheduling Tolerance Receipt - Scheduling Tolerance Delivery - Energy - Order Count - Other Miscellaneous Disposition - Number of Weeks Per Year - Off Premise Sales Quantity - Other Gas Disposition - Other Injection Volume - Opening Statement Balance - Original Loan Term - On Premise Sales Quantity - Other Oil Condensate Disposition - Optimum Order Quantity - Original - Number of Operating Periods at Failure - Outlier Days - Overage - Other Water Disposition - Project Phases - Physical Status III - Physical Status IV - Physical Status V - Number of Services or Procedures - Prescription Dosage - Prescription Frequency - Number of People Living at Residence - Pipeline Adjustment or Allowance - Pressure Base - Prior Cumulative Imbalance - Payment Duration Weeks - Period of Employment - Gas Used for Plant Fuel - Persistency - Promotional - Parking Spaces - Partial Baths - Percentage of Ordered Quantity - Purchase of Product - Cumulative Quantity Required Prior to the First Scheduled Period - Requirement Quantity that was Previously Released - Prescription - Patients - Pitted Water - Prior Units Accepted - Paid - Minimum quantity to which tax rate applies - Maximum quantity to which tax rate applies - Quantity Earned - Quantity Carried Forward - Number of 3 to 4 Year Olds - Autistic Individuals - Deaf-blind Individuals - Hearing Impaired Individuals - Mentally Retarded Individuals - Quantity Approved - Quantity Dispensed - Quantity Disapproved - Quantity Delivered - Quantity Deferred - High Fabrication Authorization Quantity - Quantity on Hold - Community Service Duration - Number of Times Deported - Jail Sentence Duration - Probation Duration - Restriction Duration - Operating Quantity - Quantity by Position - Suspended Duration - High Raw Material Authorization Quantity - Quantity Per Skid - Plant Thermal Reduction - Quantity Serviced - Quantity Cancelled - Quantity Withdrawn - Qualifying Weeks - Repayment Plan Term - Replenishment (Fill) - Individuals with Orthopedic Impairment - Estimated Remaining Physical Life - Individuals with Specific Learning Disability - Axles - Platform Count - Individuals with Visual Impairment - Individuals with Other Health Impairment - Fuel - Refills Authorized - Replaced Blood Units - Number of Items Authorized at Store - Number of Items Authorized at Warehouse - Gas Returned to Earth - Number of Items in Stock - Gas Used for Repressuring or Pressure Maintenance - Number of Shelf Tags - Quantity Available on Shelf - Gas Returned to Property for fuel - Room Count - Units Rented - Retail Demand Quantity - Royalty - Number of Shelf Facings - Retail Sales Quantity - Water Re-injected on Property - Requirement Quantity - Planned Unit Development (PUD) Units - Rooms, Finished Area Above Grade - Dwelling Area - Garage or Carport Area - Units for Sale - Gross Rent Multiplier - Age, High Value - Age, Low Value - Bedrooms, Finished Area Above Grade - Shipments - Solicited - Bathrooms, Finished Area Above Grade - Criminal Sentence Duration - Gross Living, Finished Area Above Grade - Site - Swan-Ganz - Shortage - Rooms - Area of Level - Gas Shrinkage - Predominate Age - Minimum Criminal Sentence Duration - Age - Oil Sedimentation - Days Supply - Product Sales Amount - Effective Age - Shares of Preferred Stock - Standard - Forecasted Scanned Quantity - Shares of Common Stock - Sample Amount - Maximum Criminal Sentence Duration - State or Province Motor Vehicle Penalty Points - Seasonal - Time Units Known - Time Units Spent on Duty - Total Days on Market - Total Rooms - Total Number of Units - Total Number of Units for Sale - Tires - Tank Allowance - Oil Theft - Total at Complete - Total to Date - Number of Theatres - Total Gas Injection Volume - Theoretical Quantity - Total Oil and/or Condensate Injection Volume - Duration in Current Job - Total Oil and/or Condensate Disposition - Total Water Disposition - Total Beginning Inventory - Total - Time in Position - Total Quantity of All Buys - Trips - Total Number of Parking Spaces - Total Production Volume - Total Adjustments Volume - Total Gas Disposition - Total Water Injection Volume - Total Ending Inventory - Total Sales Volume - Freelance Collectors - Branch Locations Owned - Branch Locations Leased - Units Completed - Poultry - Livestock - Passengers - Trainers - Operators - Gas Used on Property - Inspectors - Collectors - Professionals - Supervisors - Approximate Number of Units for Sale Projected - Administrators - Promoters - Oil Condensate Used on Property - Divisions - Tables - Fuel Pumps - In-Use - Machines - Used - Trademarks Used - Available for Cultivation - Foremen - Travelling Employees - Freelance Salespersons - Retention Quantity - Available Quantity - Transfer Quantity - Surveys in Average Rating - Vacancies - Unsubscribed Capacity - Volume Shrinkage Adjustment or Allowance - Blank Votes - Cumulative Earned Value - Scattered Votes - Earned Value - Federal Votes - Gas Vented - Schedule Variance - Cumulative Schedule Variance - Cumulative Variance - Estimate at Complete - At Complete Variance - Variance Adjustment - No Votes - Presidential Votes - Variance - Visits - Votes - Void Votes - Yes Votes - Bankruptcy Petitions - Buyers - Debentures - Debentures Filed against Directors - Detrimental Legal Filings against Directors - Failed Businesses of Directors - Professors - Sellers - Skilled Workers - Trademarks Represented - Total number of Workers' Compensation First Reports - Total number of Workers' Compensation Subsequent Reports - Total number of Workers' Compensation Combined Reports - Units Worked per Day - Limited Quantity - Weight Gain - Weight Loss - Operator's Working Interest - Number of Producing Wells Remaining on Property or Facility - Number of Producing Wells Remaining on Royalty Account - Total Working Interest - Water Volume - Weeks Worked - License Withdrawal Duration - License Withdrawals Sent - Producing Wells - Gross - Assessment Hours - Duty Days - Contract Days - Number of Days Employed - Total of Issuable Assets - Total System Backorder Quantity, High Priority - Total Service Backorder Quantity, High Priority - Total System Backorder Quantity, Low Priority - Total Service Backorder Quantity, Low Priority - On Hand and Due-In - Installment Payments - Other War Reserve Material Requirements Protectable (OWRMRP) Quantity - Approximate Number of Units Projected - Approximate Number of Holders - Circulating Oil - Stock Objective and Insurance Quantity - Protected Quantity - Reserved - Requisitioning Objective - Authorized Retention Level - Safety Level - Backorder Lines - Number of Lost Cards - Number of Stolen Cards - Number of Cards not Received - Number of Active Accounts This Cycle - Number of Open Accounts - Number of Accounts Past Due - Number of Cards Outstanding - Total Demand Quantity - Total Demand Orders - First Quarter Recurring Demand - First Quarter Recurring Orders - First Quarter Non-recurring Demand - First Quarter Non-recurring Orders - Second Quarter Recurring Demand - Second Quarter Recurring Orders - Second Quarter Non-recurring Demand - Second Quarter Non-recurring Orders - Third Quarter Recurring Demand - Third Quarter Recurring Orders - Third Quarter Non-recurring Demand - Third Quarter Non-recurring Orders - Fourth Quarter Recurring Demand - Fourth Quarter Recurring Orders - Fourth Quarter Non-recurring Demand - Fourth Quarter Non-recurring Orders - Trailers - Reorder Point Quantity - Contract Line Item Quantity - Years - Maximum Quantity of Free Service Calls - Units Worked Last Day - Units Worked per Week - Units Worked per Quarter - Number Weeks Paid - Unused Accumulated Sick Days - Delivery Point Reduction Quantity - Receipt Point Reduction Quantity - Reduction Quantity - Federal Medicare or Medicaid Claim Mandate - Category 1 - Federal Medicare or Medicaid Claim Mandate - Category 2 - Federal Medicare or Medicaid Claim Mandate - Category 3 - Federal Medicare or Medicaid Claim Mandate - Category 4 - Federal Medicare or Medicaid Claim Mandate - Category 5 - Federal Pension Mandate - Category 1 - Federal Pension Mandate - Category 2 - Federal Pension Mandate - Category 3 - Holding Period - Federal Pension Mandate - Category 5 - Federal Medicare or Medicaid Payment Mandate - Category 1 - Federal Medicare or Medicaid Payment Mandate - Category 2 - Federal Medicare or Medicaid Payment Mandate - Category 3 - Federal Medicare or Medicaid Payment Mandate - Category 4 - Federal Medicare or Medicaid Payment Mandate - Category 5 - Federal Pension Mandate - Category 4 - Shares Added - Extended Term - Amortization Term - Beginning Shares - Shares Deleted - Quantity of Dealer License Plates - Current Share Balance - Size of Household - Project Units Sold - Mutually Defined - - - Closed - Local - Open - Private - Conditionally Open - - - - Authorized Shipment Based - Customer Production (Consumption) Based - Delivery Based - Buyer Production Sequence Schedule - Kanban Signal - Nonrecurring Demand - Planned Delivery Based - Planned Requirement Based - Planned Shipment Based - Recurring Demand - Shipment Based - Mutually Defined - - - Actual Discrete Quantities - Cumulative Quantities - Net Change Quantities - Replacement Quantities - - - 1st Week of the Month - 2nd Week of the Month - 3rd Week of the Month - 4th Week of the Month - 5th Week of the Month - 1st & 3rd Weeks of the Month - 2nd & 4th Weeks of the Month - 1st Working Day of Period - Last Working Day of Period - Monday through Friday - Monday through Saturday - Monday through Sunday - Monday - Tuesday - Wednesday - Thursday - Friday - Saturday - Sunday - Monday through Thursday - Immediately - As Directed - Daily Mon. through Fri. - 1/2 Mon. & 1/2 Thurs. - 1/2 Tues. & 1/2 Thurs. - 1/2 Wed. & 1/2 Fri. - Once Anytime Mon. through Fri. - 1/2 Tue. & 1/2 Fri. - 1/2 Mon. & 1/2 Wed. - 1/3 Mon., 1/3 Wed., 1/3 Fri. - Whenever Necessary - 1/2 By Wed., Bal. By Fri. - None (Also Used to Cancel or Override a Previous Pattern) - Mutually Defined - By Appointment Only - Sunday, Monday, Thursday, Friday, Saturday - Tuesday through Saturday - Sunday, Wednesday, Thursday, Friday, Saturday - Monday, Wednesday, Thursday, Friday, Saturday - Tuesday through Friday - Monday, Tuesday and Thursday - Monday, Tuesday and Friday - Wednesday and Thursday - Monday, Wednesday and Thursday - Tuesday, Thursday and Friday - Weekend - - - 1st Shift (Normal Working Hours) - 2nd Shift - 3rd Shift - A.M. - P.M. - As Directed - Any Shift - None (Also Used to Cancel or Override a Previous Pattern) - Mutually Defined - - - Immediate - Pilot/Prevolume - Firm - Planning - Rounded Container Quantity - Potential Order Increase - Average Plant Usage - First Time Reported Firm - Final Model Year Requirements or Orders - Engineering Change Pending - Maximum Tooling Capacity - Normal Tooling Capacity - Prototype - Order Release Authorization - Strike Protection - Required Tooling Capacity - Cooperative Logistics Planning - Cooperative Logistics Firm - Cancellation - Modification - Mutually Defined - - - Annually (Calendar Year) - Shipping/Delivery - Daily - Discrete - Flexible Interval (from Date X through Date Y) - Monthly Bucket (Calendar Months) - Quarterly (Calendar Quarters) - Semi-Annually (Calendar Year) - Four week bucket (13 buckets per year) - Weekly Bucket (Monday through Sunday) - Weekly Bucket (7 day interval) - Mutually Defined - - - Fabrication Authorization Quantity is Final Model Year Requirement; The Part is a Non carryover Item for the Subsequent Model Year from the Supplier - Material Authorization Quantity is Final Model Year Requirement; The Part is a Non carryover Item for the Subsequent Model Year from the Supplier - Part will be Canceled at the Material Quantity - Part is a Carryover Item from Subsequent Model Year from the Supplier - Part is a New Item for the Subsequent Model Year - Part is a New Item Due to an Interim Engineering Release - Final Release for this Cancelled Part - Planning Quantity is Final Model Year Requirement The Part is a Non-Carryover Item for the Subsequent Model Year From the Supplier - Final Forecast for this Cancelled Part - All Time Buy. Unless Specifically Stated, This Code is Not to be Interpreted as Authorization for Tool Scrap - Balance-Out Part; Eng. Change Pending - Terminal Buy - Systems Automated Buy - Corporation Campaign Buy - Source Surplus - Reschedule - Merchandising Act Promotion Buy - Minimum or Lot Buy - Die Tie - Landau Specification - Mill Run Purchase - Solicitation - Pilot/Pre-production - Special Large Quantity Buy - Replacement Orders - Initial Orders - Trim Order - Confirming Phone Order - Cover Overshipment - Do Not Reship - Economic Order Quantity - Production Year End Surplus - - - Customized Catalog - Price Catalog - Price Sheet - Resale Catalog - Sales Catalog - - - Branches - Members - Commercial Enterprises - - Financial Institutions - Fast Food - Agent - Non-Profit - Importer - Schools - Gaming - Prisons - Theme Park - Multi-Purpose - Purchaser - Restaurant - Vending - Seller - Buying Group - Broker - Combined - Consolidator (Master Distributor) - Contractor - Chain Store Retail - Confection - Convenience Store - Dealer - Doctors' Offices - Distributor - Drug Store - Exporter - Food Service - Grocery Accounts - General Merchandise - General Retail - Government - Hospitals - Industrial - Institutional - Independent Retail - Jobber - Long-term Care - Managed Care - Manufacturer - Military - OEM - Off Premise - On Premise - Professional - Outpatient Pharmacy - Pet Supply Store - Private Label - Resale - Healthcare Products - Services - Support - Securities - Stationer - General Trade - Warehousing - Warehouse Clubs - Wholesaler - User - - - Paperwork - Bailment Order Only - Direct Only - Direct and Wholesaler - Nonreturnable - Nonservicable - Ordering - Special Order Only - Shipping - State Stock Plan - Wholesaler Only - - - Vacant - Occupied - Borrower Occupied - Tenant Occupied - Adverse Occupied - Unknown - Original Veteran Occupied - Transferee Occupied - Unoccupied - Abandoned - Condemned - Under Construction - Temporary Residence - Partially Occupied - Owner Occupied, Primary Residence - Owner Occupied, Secondary Residence - Owner Occupied - - - Package Express - Groups - Ocean Roll-On, Roll-Off (RORO) - Ocean Military Air - Air, Small Package Carrier - Intermodal (Personal Property) - Military Sealift Command (MSC) - Air Mobility Command (AMC) - Local Delivery - Bus - Truck - Truck - Rail - Truck - Applies to deregulated (US ICC) carload rail, other than piggyback - Rail - Rail Trailer on Flat Car/Container on Flat Car (TOFC/COFC) Door-to-Door - Rail Trailer on Flat Car/Container on Flat Car (TOFC/COFC) Plan 3 - Rail Trailer on Flat Car/Container on Flat Car (TOFC/COFC) Plan 4 - Applies to regulated intermodal traffic - Air Freight - Air Freight Forwarder - Air Taxi - Multimodal - Surface Freight Forwarder - Water - Applied To Deregulated (US ICC) Piggyback - Shipper Agent - Applies to regulated carload rail other than piggyback. - Driveaway Service - Towaway Service - Driveaway and Towaway Service - Water/Pipeline Intermodal Movements - Shipper Agent (Truck/Rail/Truck) - Pipeline - Shipper Association - - - Condition Group - Multiple Dependent Factor Through Rate - Geography Group - Multiple Independent Factor through Rate - Product (Commodity) Group - Single Factor through Rate - Patron Group - - - Expiration date and a carrier's factor may be changed at any time - Expiration date may be changed at any time - Expiration date and factor may not be changed before the trigger date, but may be changed after the trigger date - Expiration date may be changed at any time; carrier may change its factor only prior to the trigger date - Expiration date may be changed at any time; carrier may change its factor only after the trigger date - Expiration date may not be changed before the trigger date; it may be changed after the trigger date - Expiration date may be changed at any time; carrier may change its factor only on number of days advance notice as indicated in the transaction - Expiration date may be changed only after the number of days advance notice indicated in the transaction - Expiration date may be changed only after 30 days advance notice - Date can be changed at any time; the through-rate can be changed at any time by the proposer - Rate Proposer Only - Expiration Date and Factor may be Changed Only After the Number of Days Advance Notice Indicated in the Transaction - - - Rate information is private; Intermediaries may distribute it only to participating line haul carriers - Rate information is selectively private; Intermediaries may distribute it to participating line haul carriers and to other parties specifically identified by name in the docket rate distribution set - Rate information is public - - - If one or more segments of a given segment definition contain this element indicating a '-' value, rate application is denied upon satisfaction of any one of these segments, so indicated; In the event that rate restrictions on two segments of similar definition are satisfied, one segment containing this element indicating a '+' value and the other segment indicating a '-', rate application is denied. In other words, a minus takes precedence over a plus. - If one or more segments of a given segment definition contain this element indicating a '+' value, rate application requires satisfaction of the restriction stated on at least one of those segments, so indicated; In the event that rate restrictions on two segments of similar definition are satisfied, one segment containing this element indicating a '+' value and the other segment indicating a '-', rate application is denied. In other words, a minus takes precedence over a plus. - - - Shipment Method of Payment - Transportation Responsibility Location - Title Passage Location - Sales Contact - Special Services that will be Required - Special Charges that will be Required - Allowance or Charge Method of Handling - Allowance or Charge Rate per Unit, Basis of Calculation or Total Amount - Type of Payment Terms - Beginning of Terms Period - Complete Discount Detail (Terms, Base/Value, Limits) - Hazardous Material - Non-Hazardous Material - As Indicated by the Cited Reference - Affiliated Companies - All Information - Background - Bank Name and Address - Bankruptcy - Bankruptcy Plan - Bankruptcy Schedule - Branches - Buying Details - Companies Dealt With - Completed Projects - Corporate Registration - Credit Score - Criminal Proceedings - Employees - Equipment - Financial Information - Legal Claim - Legal Details and Capital - Lien - Line of Business Codes - Line of Credit Details - Management Comments - Management Partial Figures - Other Public Record - Outside Comments - Ownership - Payment Breakdown - Payment Breakdown by Industry - Payment Score - Placed for Collection Details - Pledging - Preferential Claims - Protested Bills - Financial Update - Financing Statement (Uniform Commercial Code) - Full Financial Statement - General Information - Identification Numbers - Indirect Affiliate - Individual Experience - Judgment - Law Suit - Rating - Record Item - Reporting Agency Analysis - Secured Charges - Selling Details - Special Events - Subsidiaries - Summary Information - Work in Progress - Operation Details - Interview - Vendors - Slowness Comments - Subordination Agreement - Guarantees - Signing Authority - Ratios - Industry Averages - Petitions - Claims on Other Companies - Specific Details - Acquisitions - Financial Embarrassment Details - Offshore Company Details - Receivership - Ship Details - No Other Information - Ranking Details - Transportation Equipment - Delinquency Details - Failure Projection Details - Board of Directors' Details - Property Details - Management Council Details - - - Detail - Summary - Balance Sheet - Estimated Statement - Signed - Estimated Statement - Unsigned - Financial Information - Final Statement - Fiscal Balance Sheet - Interim Balance Sheet - Interim Figures - Official Figures - Opening Statement - Partial Estimates - Pro Forma Statement - Trial Balance Sheet - Profit and Loss Statement - Projected Figures - Model Statement - - - Used to Initiate This Report - Report to be Filed - Complete - Notarize - Generate - Letterhead Required - Chamberize - Consularize - Document is Missing - Generate in Language of Ultimate Destination - Original Not Required (Copies Acceptable) - Original Required - Provided - Sign (Power of Attorney) - - - United Auto Workers (UAW) - International Brotherhood of Teamsters - International Association of Machinists (IAM) - - - Parent - Child - Corporation - Subsidiary - Wholly-Owned Subsidiary - Division - Company - Doing Business As - Component - Partnership - Partner - Member - Association - Headquarters - Profit Center - Cost Center - Product Line - Union - Group - Department - Multinational Corporation - Sibling - Affiliate - Direct Affiliate - Established Patient - Not Established Patient - Domestic Partner - Power of Attorney Delegee - Significant Other - Ultimate Parent Company - Branch - Owned - Managed - Leased - Group Affiliate - Owner Affiliate - Owner - Related for U.S. Customs and Border Protection (CBP) Purposes - Related for U.S. Bureau of the Census Purposes - Spouse - Adoptive Parent - Bank - Brother - Business Associate - Daughter - Dependent - Employee - Employer - Father - Fiancée - Foreman - Foster Parent - Friend - Grand Child - Grand Parent - Guardian - Inforce Policyholder - Institution - Minister - Mother - Neighbor - Non Family - None - Other - Other Family - Self - Sister - Step Child - Supervisor - Teacher - Unknown - Business Name - Counselor - Sanctioning Organization - Sponsoring Organization - Same Job as Applicant - Stockholder - Attorney - Aunt - Brother-in-law - Cousin - Daughter-in-law - Family - Father-in-law - Financial Interest - Marketing Unit - Mother-in-law - Nephew - Niece - Officer - Principal Customer - Principal Supplier - Sister-in-law - Son - Son-in-law - Uncle - Descendant - Director - Principal Stockholder - Insured Entity - Allied Professional - - Contact - Contract - Health Care Facility Affiliation - Independent Physician/Practice Association (IPA) Affiliation - Referral Lab Provider - Managed Care Organization Affiliation - Medical Director - Health Care Network Affiliation - Office Manager - On-call Physician - Physician Hospital Organization (PHO) Affiliation - Provider in Practice - Referred by Provider - Referred to Provider - Referral X-ray Provider - Parent-in-law - Step Parent - Former Spouse - Ward - Delivery Service Provider - Maintenance Service Provider - Custodial Parent - Equipment Provider - Local - Obligated Parent - Principal - Regional - - - Bank Account Relations - Credit Limit - Credit Rating - Credit Worthiness - Liquidity - Loan Payment History - Overall Composite - Quality - Delivery Timeliness - - Contract Administration - Corrective Action - Technology - Audits - Financial Conditions - Service - Products - Trade Payments - Accounting - Failure Risk Ranking - Revenue Ranking - Sales Growth Ranking - Asset Ranking - Profit Margin Ranking - Attitude of Supplier Personnel - Post Tax Profit Ranking - Import and Export Ranking - Invoice Collection - Average Trade Payment for all Businesses - Pretax Profit Ranking - Billing Accuracy - Bid Conformance - Delinquency Risk Score - Billing Errors - Delinquency Performance Score - Delinquency Ranking - Delinquency Incidence - Projected Trade Payments - Financing Resources - Failure Risk Score - Customer Service Index - Credit Risk - Claims Handling - Class Level - Claims Outstanding - Crew Professionalism - Contract Refund Timeliness - Claims Timeliness - Damage Percentage - Delivery Quantity - Days Supply - Equipment Availability - Equipment Condition - EDI Errors - Assigned Equipment Inventory - Facility Audit - Lag Timeliness - Innovation - Loading Timeliness - Procedure Audit - Packaging Discrepancies - Past-due Claims - Premium Freight - Packaging - Production - Price Stability - Placement Timeliness - Pickup Timeliness - Property - Claims Ratio - Routing Compliance - Response Timeliness - Release Timeliness - Item Discrepancies - Syntax Errors - Service Failure - Shipment Notices - Safety Performance - Shipping Schedule Compliance - Switch Timeliness - Solvency - Total Cost - Transportation - Technical Support - Transit Timeliness - Unloading Timeliness - Warranty - Waiting Timeliness - - - Unacceptable Delivery - Unacceptable Quality - Unacceptable Delivery and Quality - Satisfactory - Unsatisfactory - Not Evaluated - Eligible for Award - Not Eligible for Award - Greatly Below Expectations - Greatly Exceeds Expectations - Exceeds Expectations - Below Expectations - Very Poor - Excellent - Fair - Good - As Agreed - Business Reorganized - Surveillance Advised - Cash Account - Caution Recommended - Cessation - COD (Cash on Delivery) - COD (Cash on Delivery) Due to Bad Experiences - Continuation Plan - Poor - Credit Guarantees Advised - Credit Not Recommended - Currently Regular - Difficult to Judge - Unacceptable - Very Good - Difficulties - Difficult to Judge, Direction Change - Difficult to Judge, Started Recently - Discount According to Business - Extremely Slow - Formerly Satisfactory - Formerly Unsatisfactory - High - Low - Insufficient Data - Limited - Loan Chargeoff - Mainly Foreign Suppliers - Matter of Confidence - Medium - Nationalized Company - Nature of Business Precludes Need for Trade Credit - No Complaints - No Experiences, because Recent Start - No Experiences, because Recent Incorporation - Normal - Not Yet Judged - Other - Paid Discount - Paid Prompt - Payment in Advance - Placed for Collection - Prorogations - Protested Bills - Recognized Bank - Regular According to Business - Relation can be Incurred - Return Drafts - Slow or Terms Exceeded - Strong - To be Monitored - Unbalanced - Unpaid - Variable - Very Limited - Very Slow - Non Sufficient Fund Checks - Repayment not as Agreed - Requested Amount Seems to be Too High - Requested Amount Too High - Requested Amount Too High but feasible with Guarantees - Special Investigation Needed - Payment Notes Exist - Financial Information not Available - Financial Information out of Date - Comment Declined - Extended - Negative - Dealings Done through Related Companies - Fully Utilized - Not an Active Seeker of Commercial Credit - On Blacklist Due to Insufficient Fund Checks - Payments on Letter of Credit Basis - Refer to Other Parts of Report - Somewhat Extended - Slightly Slow - Indication of Open Bankruptcy - Discontinued at this Location - Moderate - Significant - Minimal - Negligible - - - Point to Point - Service Contracted Provider - - - Inbound Goods and Services Tax Declaration - Outbound Goods and Services Tax Declaration - Goods and Services Tax Inbound/Outbound Declaration Documentary Evidence Filed at Origin - - - Accepted - Accepted, But Errors Were Noted. - Rejected, Message Authentication Code (MAC) Failed - Partially Accepted, At Least One Transaction Set Was Rejected - Rejected - Rejected, Assurance Failed Validity Tests - Rejected, Content After Decryption Could Not Be Analyzed - - - Functional Group Not Supported - Functional Group Version Not Supported - Functional Group Trailer Missing - Group Control Number in the Functional Group Header and Trailer Do Not Agree - Number of Included Transaction Sets Does Not Match Actual Count - Group Control Number Violates Syntax - Invalid Application Sender's Code - Invalid Application Receiver's Code - Invalid Responsible Agency Code - Authentication Key Name Unknown - Encryption Key Name Unknown - Requested Service (Authentication or Encryption) Not Available - Unknown Security Recipient - Unknown Security Originator - Syntax Error in Decrypted Text - Security Not Supported - Incorrect Message Length (Encryption Only) - Message Authentication Code Failed - Functional Group Control Number not Unique within Interchange - S3E Security End Segment Missing for S3S Security Start Segment - S3S Security Start Segment Missing for S3E End Segment - S4E Security End Segment Missing for S4S Security Start Segment - S4S Security Start Segment Missing for S4E Security End Segment - Invalid Group Date - Invalid Group Time - - - Accepted - Accepted But Errors Were Noted - Rejected, Message Authentication Code (MAC) Failed - Rejected - Rejected, Assurance Failed Validity Tests - Rejected, Content After Decryption Could Not Be Analyzed - - - Transaction Set Not Supported - Transaction Set Trailer Missing - Transaction Set Control Number in Header and Trailer Do Not Match - Number of Included Segments Does Not Match Actual Count - One or More Segments in Error - Missing or Invalid Transaction Set Identifier - Missing or Invalid Transaction Set Control Number - Authentication Key Name Unknown - Encryption Key Name Unknown - Requested Service (Authentication or Encrypted) Not Available - Unknown Security Recipient - Incorrect Message Length (Encryption Only) - Message Authentication Code Failed - Unknown Security Originator - Syntax Error in Decrypted Text - Security Not Supported - Transaction Set not in Functional Group - Invalid Transaction Set Implementation Convention Reference - Transaction Set Control Number Not Unique within the Functional Group - S3E Security End Segment Missing for S3S Security Start Segment - S3S Security Start Segment Missing for S3E Security End Segment - S4E Security End Segment Missing for S4S Security Start Segment - S4S Security Start Segment Missing for S4E Security End Segment - - - Direct Service - Interline with Connecting Line - No Service - - - Unrecognized segment ID - Unexpected segment - Mandatory segment missing - Loop Occurs Over Maximum Times - Segment Exceeds Maximum Use - Segment Not in Defined Transaction Set - Segment Not in Proper Sequence - Segment Has Data Element Errors - Segment Has Excess Trailing Delimiters - - - Mandatory data element missing - Conditional required data element missing. - Too many data elements. - Data element too short. - Data element too long. - Invalid character in data element. - Invalid code value. - Invalid Date - Invalid Time - Exclusion Condition Violated - Too Many Repetitions - Too Many Components - Composite Data Structure Contains Excess Trailing Delimiters - - - Damaged - Undamaged - Excellent - Good - Fair - Poor - Stable - Declining - Improving - Unknown - Unsecured - Secured - Broken - Unlocked - Overgrown - Littered - Structure Missing - Property Inaccessible - Inferior - - - Loaded with empty 4-block for blocking purposes - Empty containers with dunnage - Empty Containers - Loaded with production material - Mixed empty and loaded - Obsolete material - Loaded with returned excess production material - Loaded with rejected material - Service part obsolete container - Loaded with returned processed material - Mutually Defined - - - Agency Fees - Brokerage - Freight Forwarder - - - Buyer to Seller - Seller to Buyer - Subcontractor to Seller - Seller to Drop-Ship Designated Location - Seller to Freight Forwarder - Seller to Subcontractor - Mutually Defined - - - Air Hours - - Calendar Days (Includes weekends and Holidays) - Calendar Weeks (7 Day) - Hours - Surface Days - Surface Hours - Working Days (Excludes weekends and holidays) - 5 Day Work Week - Mutually Defined - - - Region - Service/Billing Provider - Billing Arrangement - Sub-Billing Arrangement - Group - Category - Sub-Category - Type - Charge Detail - Line Detail - Assembly - Buyer's Location - Date - Product Description - Transportation Equipment - Component - Quality Characteristics - Bill of Materials - Item - Part Characteristic - Kit - Supplier's Location - Measurement - Site of Service - Order - Pack - Subpack - Quantity - Shipment - Shipping Tare - Subassembly - Address Information - Transaction Reference Number - Serial Number - Suffix - Provider of Service - Information Source - Information Receiver - Subscriber - Dependent - Supergroup - Subgroup - Member - Ancillary Facility or Department - Hospital - Franchisor - Branch - Direct Affiliate - Director - Headquarters - Indirect Affiliate - Management Antecedents - Management or Principal - Parent Company - Stockholder - Subsidiary - Ultimate Domestic Parent Company - Ultimate Parent Company - Franchisee - Franchisee Association - Health Industry Business Communications Council (HIBCC) Health Industry Number (HIN) Database - Activity - Location Record - Company/Corporation - Operating Unit - Property - Tradename - Accountant - Financial Institution - Product Level - Activity Details - Payment Summary Score - Corporate Registration Filings - Bankruptcy Details - Company History - Complete Financial History - Balance Sheet - Comparative Figures - Payment Analysis - Special Notification - Public Record Financing Details - Public Record Financing Summary - Public Record Claim Details - Public Record Claim Summary - Statement of Work - Legal Action Details - Legal Action Summary - Company Evaluation - Company Summary - Credit Scores - Industry Averages - Referring Provider - Employee - Insurance Policy - Vehicle - Key Contributor - Public Record Summary - Delinquency Projections - Temporary Services Detail - Overnight Shipping Detail - Medical Supply Detail - Equipment Leasing Detail - Insurer - Claim Administrator - Insured - - Car Rental Detail - Lodging Detail - Agent - Transportation Detail - Purchase Card Detail - Alternate Taxing Authority - Alternate Specification - Lift Level - Amount Information - Credential Action - Animal Subject Group - Account - Building - Business Entity - Body Part - Batch - Contractholder Branch Office - Cost Center - Cost Element - Contractholder - Cause of Injury - Claimant - Container - Consortium - Client or Party - Cost Type - Coverage, Rider, or Supplementary Benefit - Drawing - Damage - Department - District - Filer - Receipts - Engineering Data List - Expenditures - Receivables - Payables - Organizational Information - Exhibit Line Item - Employer - End Item - Event - Exception - Function Code - Functional Group - Financial Information - Fleet - Frame - Group Coverage Options - Group Purchasing Organization - Group Work Candidate - Subline Item - Contract - Contract Data Requirements List (CDRL) - Interchange - Installments - Institution - Individual - Jurisdiction - Accident History - Chemical - Control Device - Discharge - Emergency Response Plan - Emission - Emission Activity - Emission Release Point - Emission Unit - Flammable Mixture - Flammables Alternate Release - Flammables Worst Case - Hazardous Waste Generation - Hazardous Waste Received - Off-Site Process - On-Site Process - Parameter - Prevention Program - Process - Reduction and Recycling - Toxics Alternate Release - Toxics Worst Case - Transfer - Lender or Mortgage Company - Loan Data - Party to the Loan - Manufacturing Level - Nature of Injury - National Stock Number - Support - Primary Administrator - Personal Property - Project Code - Procedure - Person - Product Characteristic - Property Identification - Property Tax - Primary Specification - Lift Level - Related Parties - Principal - Property Segment Group - Patient - Payment Detail - Reporting Agency - Response - Response Details - Response Sub-details - Response Particular - Medication - Recommendation - Review History - Reference Location - Room - Report - Site - Sample - Test - Secondary Administrator - Substitute - Subcontract Line Item - Support Document - Subexhibit Line Item - Safety Fitness - Safety Factor - Sheet - Source of Injury - Solicitation - Sub-Project - Subroom - Services - State - System - Taxing Authority - Tax Delinquency - Technical Information Package - Transaction Set - Traffic Unit - Tax Installment - Unit or Lot - Violation - Work Breakdown Structure - Work Candidate - Well - Well Completion - Wellbore - Mutually Defined - - - No Subordinate HL Segment in This Hierarchical Structure. - Additional Subordinate HL Data Segment in This Hierarchical Structure. - - - Ninth Layer - Meter reading-beginning actual/ending actual - Average Balance - Maximum Balance - - Meter reading-beginning actual/ending estimated - Actual Total - Compliance Total - Gross Compliance Total - Net Compliance Total - Effectiveness - Penetration - Exposure - Capacity - Work - Account Opened Period - Apartments - Amount Owes - Annual Result - Modified Exposure - Pro Rata Factor - Sample - Average Reading - Relative Humidity - Alcohol - Base Point - Bank Balance - Billed Actual - Billed Dimensions - Bundle Limitation - Base Metal - Billed Minimum - Meter Reading as Billed - Bearing Piece Limitation - Billed History - Batch Limits - Batten Size - Conformance Property Status - Coating - Condominium - Cooperative - Conversion Factor - Average Owing - Chemistry - Current Balance - Discounted Checks - Drafts - Commercial - Core Notch Dimensions - Concentration - Letter of Credit Size - Payment Orders - Core Size - Counts - Pledge Size - Cumulative Test Period - Promissory Notes in Force - Secured Amount - Defects - Dunnage Dimension - Per Drop - Defect Size - Dimensional Tolerance - Meter reading-beginning estimated/ending actual - Meter reading-beginning estimated/ending estimated - Evaluation Factors - Electrical Characteristics - Environmental Conditions - First of Campaign Result - Finished Dimensions - Radio Operations - Antenna Characteristics - Firing Values - File Size - Contractor Delivery Limitations - Guidelines - Government Ordering Limitations - Ordering Period Limitations - High Credit Average - Historical Result - Industrial - Incrustation - Interpolated Result - Limited Weight/Size Coils - Load Planning Dimensions - Loans Granted - Lift Limitation - Layer of Multiple Layered Product - Last Sold Period - Lot Status - Lot Limits - Accuracy - Activity Period Result - Average Daily Limit - Design Capacity - Map Scale - Maximum Daily Limit - Minerals - Maturity Period - Base Material Result - Net Change - Neighborhood - North American Industrial Classification System (NAICS) Size Standard - Nutritional - Net Explosive Weight - Ordered Dimensions - Original - Order Limits - Other Property - Platform Limitation - Pallet Dimensions - Receivership Period - Parting Cut (Sawcut) - Physical Dimensions - Project Incomplete - Project Complete - Package Dimensions - Package Limitations - Permitted - Position - Product Dimension Range Price Bracket - Product Characteristic Specification - Pretest Period - Planned Urban Development - Property - Quarterly Result - Quantity Variation - Opening Reading - Closing Reading - Reject Amount - Repair Size - Regulatory Limit - Receiving Facility Limitations - Lengths Limitation - Roll Limits - Relative Position - Requested - Response Time - Replacement - Spacing/Margin - Single Family - Standard Industrial Classification (SIC) Code Size Standards - Shipped Dimensions - Property Specifications - Shelf Life - Shipping Tolerance - Selling Dimensions - Subject Phase - Skid Dimensions - Skid Limitations - Shade - Splices - Surface Roughness - Surface Treatment - Surface - Subject Property - Two to Four Family - Splice Tape Dimensions - Temperature - Time - Transportation Equipment Limitations - Total Dimensions - Test Period - Test Results - Single Test Limits - This Type Property - Variant Days - Vitamin - Vacant - Waste Amount - Warranty - Weights - Multi - Family - Log Zero Point of Reference - - - Control Efficiency - Capture Efficiency - Photonflux Density - Throughput Rate - Cloud Cover - Velocity - Plume Height - Individuals - Storage Limits - Consolidated Weight - Billed Weight - Actual New Repeated for Combination - Destination Weight Agreement - Estimated New Weight - Deficit Weight - Gross Weight - Ground Water Reference Point - Heat Input - Legal Weight - Minimum Weight (for Weight) - Actual Net Weight - Excess Weight Over Maximum - Volatile Organic Compounds Plus Water - Per Unit Dunnage - State Weight - Tare Weight - Weight per Unit - Oxygenation Level - Reformulated Fuel Level - Maximum Weight (for Rate) - Painting Costs - Structural Costs - Appliances - Utilities - Carpet or Floors - Other Repairs - Landscaping - Roof - Windows - Radio Frequency - Cleaning or Trash Removal - Probable Sales Price - Proximity - Repairs and Improvements - Contributory Value of Repairs and Improvements - Marketing Time - Closed Comparable Sales - Competitive Listings in Price Range - Financing Concessions - Marketing Concessions - Alternate Radio Frequency - Probable Net Price - Suggested Initial List Price - Value Change - Probable Final Value - Occupancy Rate - Number of Living Units - Number of Phases - Number of Active Listings - Price Active Listings - Target Depth - Current Depth - Total Depth - Well Test Before Oil - Well Test Before Gas - Well Test Before Water - Well Test After Oil - Well Test After Gas - Well Test After Water - Estimated Depth of Operations - Price Per Gross Living Area - Built-up Rate - Vacant Rate - Typical Rents - Neighborhood Apartment Vacancy - Number of Admissions - Cost of Hire - Frontage - Squelch Tone - Gross Sales - Number of Employees - Payroll - Per Capita or Each - Remuneration - Total Cost - Total Mileage - Number of Rating Units - Height above Ground - Garage Employee Payroll Maximum - Employee Gross Wage Less Allowable Deductions - Garage Employee Average Hours Worked Per Week - Garage (Dealers) Employee Weeks Worked - Gross Wage - Gain - Subcontractor - Labor and Materials - Subcontractor - Labor Only - Directional Height above Average Terrain - Acids - Adsorption - Aging Time - Aromatics - Average Differential Pressure - Average Static Pressure - Flame Projection Distance - Exposure - Alternating Current - Activation Energy - Actinium - - Argon - Angle of Bend - Americium - Astatine - Acidity - Aim Gage - Volatile Organic Compounds (VOCs) - Spine Show - Average Speed - Flute Test - Alcohol - Average Pressure - Beta Carotene - Ash Fusion Temperature - Additive - Number of Units Projected - Age - Remaining Economic Life - Remaining Physical Life - Number of Comparable Sales - Arbor Size - Blemishes - Base Number - Number of Comparable Listings - Present Land Use - Subject Phase Dwelling Units - Octanol/Water Partition Coefficient - Total Project Dwelling Units - Biotin - Carbohydrates - Cholesterol - Barium - Beryllium - Billet Size - Bias - Boron Factor - Brinell - Berkelium - Bromine - Edible - Burst Index - Bulk - Blisters - Energy - Bend - Lateral Bow (Camber) - Boiling Point - Breaks - Brightness - Folate - Bursts - Buckles - Moisture Loss % - Basis Weight - Blood Alcohol - Monounsaturated Fat - Niacin-B3 - Color Grade - Carbonyl - Catalyst - Maximum Contraction - Color Quadrant - Omega 3 Fatty Acids - Omega 6 Fatty Acids - Organic Acids - Pantothenic Acid - Polyunsaturated Fat - Caliper - Protein - Celsius - Compression - Capacitance In - Capacitance Out - Cadmium - Cesium - Curium - Cycle Time - Californium - Cladding Thickness(% of Composite Thickness) - Cures - Chlorine - Core Loss - Crimp - Cuts - Crosswise Spacing - Cross Section - Center-to-center - Coil Curvature - Riboflavin-B2 - Cuttable Width - Calculated Value - Contamination - Saturated Fat - Diacetyl - Maximum Dilatation - Dispersing Agent - Drying Agent - Dry Point - Wear - Horizontal - Distillation Fraction - Vertical - Dots per Inch - Delta Value A - Delta Value B - Ductile Class - Depth of Dents - Defects - Distance Across Flats - Direct Current - Dysprosium - Diameter - Dominant Wave Length - Color Bits in Palette - Delta Value L - Dual Amplitude - Density - Compressed File Size - Depth - Soluble Fibre - Delta R - Distance Between Points - Distance From Base Point - Draw Tension - Starch - Width, Boxcar Door - Sugar - Dyeability - Sugar Alcohol - Extraneous Matter - End - Thiamin-B1 - Total Dietary Fibre - Total Fat - Transfatty Acids - Vitamin B12 - Vitamin B6 - Vitamin C - Vitamin D - Elongation - Edge Burr - English Coil Dimensions - Eddy - Einsteinium - Europium - Equivalent Temperature - Erbium - Expansion - Electrical Conductivity - Vitamin E - Elasticity - Elmendorf Tear - Entanglement - Vitamin K - Exciting Power - Edge - End Point - Empty Weight - Eccentricity - Fat - Fire Point - Radiated Power - Output Power (Peak Envelope) - Height above Average Terrain - Ground Elevation - Height to Tip - Radius from a Location - Radius from Coordinates - Operating Hours - Fluorine - Flare - Short Cycle Flatness - Frequency of Operation - Fermium - Francium - Freezing Point - Finish - Filament Count - Face Width - Fluid Consistency - Longitudinal Flatness - Flatness - Flashpoint - Frequency - Flow Rate - Fold Strength - Flange Thickness - Azimuth - Transverse Flatness - Flange Width - Filler - Beam - Output Power (Mean RF) - Gutter - Grain Size - Tilt - G-Force - Grain - Guided Bends Root - Gadolinium - Gold - Guided Bends Face - Guided Bends Side - Gauge - Gallium - Grit, Brushed - Grit, Unbrushed - Tinting Strength - Gloss - Emulsion Gloss - Gross to Net Conversion Factor - Particle End Point - Group Package Separation - Scattered Particles - Gravity - Carbon Black Undertone - Glass Transition Temperature - Gross Weight, Maximum - Heavies - Net Explosive Weight - Recommended Exposure Limit - Hydro Pressure - Heavy Aluminas - Helium - High Propagation Delay Time - Heavy Silicates - Hardness - Heavy Sulfides - Heavy Globular Oxides - Hafnium - Holmium - Human Factors - Heat Loss - Height, Maximum - Holes - Height of Tread Plate Pattern - Height of Runners - Height - Hazepoint - Imperfections - Thicks - Impact Energy - Incremental Distance - Inside Diameter - Imperfections - Thins - Input Low Voltage - Granulated Ingot Size - Input Current - Input Setup Time - Input Hold Time - Indium - Imperfections - Neps - Iridium - Input Low Current - Input High Current - Input Leakage Current - Input Clamp Diode Voltage - Ideal Diameter - Input High Voltage - Interrupt Pulse Period - Interrupt Setup Time - Iodine - Incrustation Factor - Inside Diameter, Minimum - Induction - Ingot Pound Size - Junction Temperature - Knoop - Krypton - K&N Holdout - Leaf Grade - Lights - Lanthanum - Lithium - Low Propagation Delay Time - Lawrencium - Lutetium - Long Fibers - Leg - Long Leg - Length, Maximum - Length - Long Length - Camber of Pattern Line - Short Leg - Lengthwise Spacing - Long Width - Melt Range - Maximum Differential Pressure - Maximum Static Pressure - Area - Minimum Speed - Maximum Speed - Mean Average - Mendelevium - Min./Max Cuttable Width - Measurement Voltage - Maximum Input Low Voltage - Minimum Input High Voltage - Mercury - Melting Point - Minimum - Major Section (Stepped) - Microseperometer (MSEP) - Management - Minimum Average - Mottles - Mullen Pop - MCQuaid - Module R (R Bar) - Minor Section (Stepped) - Moisture Content - Multiplier - Maximum Average - Molecular Weight - Maximum - Magnetizing Field - Number per Package - Number per Bundle - Number per Coil Group - Neodymium - Neon - Nobelium - Number of Items per Package Label - Number of Splices per Package Label - Number of Sheets per Package Label - Nesting Factor - Number per Lift - Number Pkgs. per Master Pack - Nominal (Target, Aim) - Percent of Specified - Number per Skid - Number per Unit - N Value - Orifice - Inside Diameter - Offset - Osmium - Output Low Voltage - Outside Diameter - Output Low Current - Output High Voltage - Output High Current - Overhead Height, Receiving Door - Output Off Current Low - Output Off Current High - Output Short-Circuit Current - Output Disable Time from Low Level of a 3-State Output - Outside Diameter, Maximum - Output Disable Time from High Level of a 3-State Output - Output Enable Time from Low Level of a 3-State Output - Openness - Output Enable Time from High Level of a 3-State Output - Distance Between Outside Runners - Open Circuits - Output Delay Time - Opacity - Overall Width - Ownership Share - Operating Weight - Price - Package Separation - Pressure - Per Hundred Linear Yards - Platinum - Potassium - Promethium - Polonium - Pulse Setup Time - Pulse Hold Time - Pulse Width - Pulse Recovery Time - Percent Defective - Practice - Palladium - Percent of Order (-, +) - Powder/Paste Package Size - Plutonium - Praseodymium - Protactinium - Pits - Pressure Base - Picks - Purchased Width - Purity - Percent of Water - Pipe Size Nominal - Quality Index - Quantity or Loading Average - Quantity or Loading Maximum - Quality or Concentration Average - Quality or Concentration Minimum - Quality or Concentration Maximum - Duration - Abundance - Biomass - Size Class - Quality - Hemoglobin - Hematocrit - Epoetin Starting Dosage - Creatinine - Speed - Speed Limit - Retinol - Relative Humidity - Range Value - Radius of Corner - Readpoint - Ream Weight - Resistivity - Radium - Rhenium - Rubidium - Rockwell-C - Rockwell-B - Reduction Ration - RMS Range (Side 1) - Required Interrupt Release - Reset Pulse Width - Reduction of Area - Radon - Reduction Ratio - RMS Range (Side 2) - Rounds Ammunition/Military - Rhodium - Ruthenium - Rolling Width - Ridges - Ratio - Smoothness - Selvedge on Beam - Sheffield Smoothness - Surface Strength - Stiffness - Saturation - Sediment - Solubility - Site Atmospheric Pressure - Sort Code CIE LAB - Sort Code CMC - Schedule Number (Pipe Size) - Strength - Selvage Left - Samarium - Slit Width - Strontium - Supply Current - Short Circuits - Shrinkage - Short Length - Shear - Stain - Sort Code CIE LCH - Splinter Count - Shipped Quantity - Selvage Right - Silver - Stop Recovery Startup Time - Shipped Units - Scandium - Short Width - Sodium - Service Interrupt Duration - Skid Height - Tire Pressure - Tube - Inside Diameter - Technical - Single End Break - Skein Break - Thickness Heavy End (Tapered/Stepped) - Thickness Small End (Tapered/Stepped) - Temperature - Thin Aluminas - Tenacity - Tensile - Thin Sulfides - Thickness - Thin Silicates - Total Supply Current - Timer Pulse Width - Tapered/Stepped Length Type - Length Type: Multiples - Timer Period - Terbium - Thorium - Thin Globular Oxides - Length Type: Random - Length Type: Specific - Time - Technetium - Thallium - Top - Thulium - Tear Strength - Uranium - Usage - Vitamin A - Height, Van Door - Voltage - Width, Van Door - Weight per Unit of Area - Web - Web Depth/Height - Width - Wolfram - Wait Recovery Startup Time - Whiteness - Winding Loss - Wall Thickness - Width, Maximum - Wrinkles - Weight - Weight per Unit of Length - Wax Pick - Xenon - Side Height, Flat Bed With Removable Sides - Specified - Squareness - Spool Size - Yttrium - Yield - Ytterbium - Yarn Count - Boron - Carbon - Load Factor - Sulfate Sulfur - Organic Sulfur - Hydrogen - Nitrogen - Oxygen - Phosphorous - Pyritic Sulfur - Sulfur - Vanadium - Tungsten - Acetic Acid - Aflatoxin (United States) - Anethole Content - Added Oil - AC-apparent Power - Acid Solubles - Absorbance - Abrasion - Absorbency - Acid Number - Adhesion - Dye Manufacturing Units - Inventory Age - Aggressive Index - Alkalinity - Alkalinity Number - Alpha-Cellulose - Alternate Measurement - Amines - Average Molecular Weight - Amylograph - Antibiotics - Ethyl Alcohol - Antioxidant - API Gravity - Appearance - Acid Insoluble Ash - Ash - Assay - Average Temperature - Axle Length - Broken Cookies - Butterfat - Brix - Perforation Bottom Depth - Beta Glucan - Bottomhole Pressure - Flowing - Bottomhole Pressure - Shutin - Bark in Chips - Amount Bound in Material - Boiling Range - Breaking Strength - Percent Bottom Sediment and Water - Bulk Density - Citric Acid - Caustic Reaction Severity - Cinnamic Aldehyde - Composite Corrected Factor - Combined Center of Gravity - Chocolate Liquor - Cook Test - Crude Fiber - Container Forward Setting - CO2 Gas Production - Color Grayness RD - Chemical Addition Rate - Chlorophyll-a - Concentration of Hazardous Component - Rate of Change - Chlorides - Cuene Intrinsic Viscosity - Clarity - Calibration - Cleanliness - Chloramphenicol - Canola Oil Coating - Coefficient Factor - Coercive Force - Color - Concentration - Corrosiveness - Cost - Content - Casing Pressure - Flowing - Count per Pound - Casing Pressure - Shutin - Cup Test Adhesion - Free Chlorine Residual - Compression Relaxation - Crown - Total Chlorine Residual - Choke Size - Casing - Cost Realism - Choke Size - Tubing - Classes that Blend - Coating - Contact Time - Curcumin - Cure Time - Charge Weight - Color Yellowness (+B) - Datum Depth - Doubles - Defect Contrasting Classes - Dockage - Dirt Count - Defect Damaged Wheat - De Minimis Level - Defect Skins - Defect Hulls - Defect Heat Damaged Wheat - Diastase - Defect Insect Damaged Kernels - Dilution Factor; An amount by which a quantity is diluted in order to be read on an instrument scale - Distillation Range - Dispersion - Dial Count - Dichloromethane Extract - Distributed Meter Factor - Double Olsen Cup - Defect Other Grains - Degree of Polymerization - Dark Specs - Drained Weight - Dryness - Defect Shrunken and Broken Kernels - Defect Splits - Defect Total - Defect Wheat of Other Classes - Dew Point - Dextrose Equivalent - Invert Sugar - Dye Content - Vitamin D3 - Effective Carbohydrates - Vitamin E Acetate - Exposure Ceiling: Threshold Limit Value - Elevation - Immediately Dangerous to Life and Health - Explosion Limit - Occupational Safety and Health Administration (OSHA) Permissible Exposure Limit - Occupational Safety and Health Administration (OSHA) Permissible Exposure Limit Ceiling - American Conference of Government Industrial Hygienists (ACGIH) Threshold Limit Value: Short-Term Exposure - American Conference of Governmental Industrial Hygienists (ACGIH) Threshold Limit Value: Time Weighted Average - Unshielded Exposure Rate - American Industrial Hygienists Association (AIHA) Work Environment Exposure Level (WEEL) - American Industrial Hygienists Association (AIHA) Work Environment Exposure Level (WEEL): Time Weighted Average - Bones - Ethoxylated Mono & Diglyceride - Enzyme - Vitamin K1 - Ethylene Oxide Residue - Expected Product Life - Essential Oil - Esterification - Ethoxyquin - Ethyl Vanillin Content - Evaporation Loss - Evaporation Rate - Extractable Color - Exhaust Benzene Emissions - Extractables - Fat Acidity - Fat As Is - Falling Number - Free Fatty Acid As Oleic - Farinograph Arrival Time - Acetate Break Point - Fat due to Butterfat - Food Drug & Cosmetics (FD&C) Blue - Fat left in Cooked Meat - Food Drug & Cosmetics (FD&C) Red Number 4 - Food Drug & Cosmetics (FD&C) Yellow Number 5 - Fat on a Dry Basis - Fenchone Content - Free Fatty Acid - Fiber - Filter Number - Film Integrity Test - Fineness - Filterability - Final Viscosity - Fluid Point - Fiber Length - Fluid Level Above Pump - Fluting - Flavor Threshold - Flammability Limits - Fat Melting Point - Flammability - Fines Retained on Screen - Fines - Foam - Finishing Oil Honey Roasted - Finishing Oil Roasted - Front Over-Hang of Vehicle - Fouling Index - Foreign Material - Foreign Matter - Acetate Plugging Value - Fresh Cut - Final Raisin Moisture - Fructose - Free Swelling Index - Full Load - Functionality Penetrometer - Gel - Gel Strength - Gas Gravity - Gas Injection Test Rate - Glycerol - Ground Level Elevation - Glycerin - Granulation on 3/8 Inch U.S. Standard Sieve (USSS) - Granulation on Number 10 U.S. Standard Sieve (USSS) - Granulation on Number 100 U.S. Standard Sieve (USSS) - Granulation on Number 14 U.S. Standard Sieve (USSS) - Granulation on Number 20 U.S. Standard Sieve (USSS) - Granulation on Number 25 U.S. Standard Sieve (USSS) - Granulation on Number 30 U.S. Standard Sieve (USSS) - Granulation on Number 40 U.S. Standard Sieve (USSS) - Granulation on Number 50 U.S. Standard Sieve (USSS) - Granulation on Number 6 U.S. Standard Sieve (USSS) - Granulation on Number 60 U.S. Standard Sieve (USSS) - Granulation on Number 80 U.S. Standard Sieve (USSS) - Granulation on 1/2 Inch U.S. Standard Sieve (USSS) - Granulation on 1/4 Inch U.S. Standard Sieve (USSS) - Gas-to-Oil Ratio - Gas Test Rate - Graininess - Granulation - Granulation thru Number 100 U.S. Standard Sieve (USSS) - Granulation thru Number 140 U.S. Standard Sieve (USSS) - Granulation thru Number 18 U.S. Standard Sieve (USSS) - Granulation thru Number 20 U.S. Standard Sieve (USSS) - Granulation thru Number 200 U.S. Standard Sieve (USSS) - Granulation thru Number 50 U.S. Standard Sieve (USSS) - Granulation thru Number 60 U.S. Standard Sieve (USSS) - Granulation thru Number 7 U.S. Standard Sieve (USSS) - Granulation thru 3/8 Inch U.S. Standard Sieve (USSS) - Granulation thru Number 6 U.S. Standard Sieve (USSS) - Water Volume - Hardening Rate - Haze - Horizontal Center of Gravity - Distance to Endpoint - Emission Factor - Heat Content - Pollutant Emission - Population - Release Duration - Released Quantity - Release Rate - Sulfur Content - Wind Speed - Acute Toxicity - Chronic Toxicity - Discharges - Effectiveness - Fertilization - Samples in Compliance - Toxicity - Hexanal - Hemispherical Point - High Boilers - Heat of Combustion - Heat Equivalency - Heavy Metals - Softening Point - Hydroxyl Number - Hydroxyporpylcellulose - Hazardous Component - Identification - Autoignition Temperature - Input Gas Rate - Inherent Viscosity - Impact Adhesion - Impurities - Initial Deformation Point - Insolubles - Invertase - Primary Irritation Index - Inclusion Rating - Incubated Spindown - Integrated Differential - Index Differential - Jominy Hardenability - King Pin Setting - Strength Coefficient - Langlier Index - Lot Acceptability for Shape - Lethal Concentration, 50% ("LC-50") - Longitudinal Center of Gravity - Lethal Dose, 50% ("LD-50") - Limited Dome Height (LDH) - Leakers - Leaf - Lipids - Liquid Injection Test Rate - Listeria - Limit Intrinsic Viscosity - Light Load - Loss on Ignition - Loss on Drying - Low Boilers - Liquefied Petroleum Gas Factor - Labeled Product Life - Line Pressure - Lovibond Red Color - Lock Seam Adhesion - Length Shrinkage - Linear Sheet Swelling - Liner Top Depth - Maturity - Magnetic Contamination - Method Detection Limit; Minimum concentration of a substance that can be measured and reported with 99% confidence that analyte concentration is greater than zero - Mettler Dropping Point - Media Depth - Meter Factor - Melt Time - Meat Protein - Efficient Rate-Reservoir - Monoglyceride - Highest Torque - Micronaire - Mineral Impurities - Milk Fat - Miscolored Pieces - Milk Solids - Monolein - Moisture - Mortality - Monopalmitin - Moisture Protein Ratio - Production Rate-Well - Many Press Test - Monounsaturated - Monostearin - Maximum Total Depth - Farinograph Mixing Tolerance Index - Mullen - Non-volatile Ether Extract - Neutralizing Strength - Neutralization Number - Nil Ductility Test - Nitrite - Net Net Weight - Norbixin - Number of Cosigners - Non-Volatile Matter - Number of References - NOx Emissions Performance - Natural Tomato Soluables - Non-volatile Oil - Observed American Petroleum Institute Gravity - Observed Temperature - Oil/Condensate Gravity - Oil Coating - Oil/Condensate Test Rate - Odor - Oil - Oleic Acid - Olefins - Organic Carbon - Others Each - Odor Threshold - Others Total - Oxidizable Substance - Oxidizing Substance - Oxyethylene - Active Ingredient in Product - Drug Strength - Particle Size - Patulin - Plug Back Total Depth - Piece Count - Casing/Liner Tubing Depth - Pump Depth from Ground - Protein Dispersibility Index - Polydextrose - Potassium Chloride - Performance - Peroxidase - Magnetic Permeability - Potassium Sorbate - Peak Viscosity - Perioxide Value - Perforation Feet Open - Polyethylene Glycol - Propylene Glycol Monoesters - pH - Phenol - Hardwood Fiber - Pick Off - Piperine - Completion - Physical Description - Outer Diameter - Polariation - Pour Point - Propylene Oxide Residue - Proprietary Shade - Practical Quantitation Limit; Lowest concentration of a substance which can be consistently determined within +/- 20% of the true concentration by 75% of the laboratories tested in a performance evaluation study - Proportion Alive - Prior Experience - Pressure Factor - Propylene Glycol - Product Index - Product Level - Proportion Normal - Processability - Product Reportable Quantity - Porosity - Proportion Fertilized - Percent Solution Actual - Past Performance - Pesticide Residuals - Softwood Fiber - Pungency - Processed Waste - Physical Description - Weight - Power Factor - Reportable Quantity - Quick Sog - Relative Fraction of Pure Long-Chain Cellulose - Relative Fraction of Total Cellulose - Radius - Roof Adjustment Factor - Residual Alcohol - Reducing Sugars - Reactivity - Reducing Substance - Refining - Rehydration - Refractive Index - Reflectance - Residual Ethylene Oxide - Resistance - Rear Over-Hang of Vehicle - Residue on Ignition - Oxygen from a Renewable Oxygenate - Roll Size - Reporting Temperature Base - Usage Deviation (Applies to Kilowatt Hours, Kilowatt Demand and Reactive Demand) - Reid Vapor Pressure - Pulp Impurities - Salt - Start - Hemicellulose - Sodium Acid Pyrophosphate (SAPP) by Boyd Method - Sodium Ascorbate - Sodium Acid Pyrophosphate (SAPP) by Humidified Boyd Method - Sodium Acid Pyrophosphate (SAPP) by Chittick Method - Salinity; Salt level in a sample of seawater - Saponification Number - Saturated Fatty Acid as Stearic - Sodium Benzoate - Sodium Bicarbonate - Sodium Bicarbonate Release - Sodium Bisulfite - Schedule - Color Strength - Surface Starch - Severity - Solid Fat Index at 104 F - Solid Fat Index at 50 F - Short Fiber Content - Solid Fat Index at 80 F - Sodium Ferrocyanate - Solid Fat Index at 92 F - Solid Fat Index at 70 F - Solid Fat Content - Shelf Life - Shell - Scoville Heat Units - Silica (Silicon Dioxide) - Size - Solderability - Slagging Index - Salmonella - SAM-B Rating - SAM-D Rating - Soda - Sodium Acid Pyrophosphate - Solids - Softening Range - Saturated Fatty Acid as Palmitic - Specific Gravity - Sphere - Separator Pressure - Static Pressure - Specific Rotation - Sodium Silico Aluminate - Stability - Short Term Exposure Limit - Staple - Sucrose - Sulfite - Suspended Matter - Suspended Pulp - Surface Roughness - Suspended Solids - Surface Tension - Survival - Sodium Sulfate - S10 Minus S18 Value - T50 - T90 - Tartaric Acid - Taste - Tire Tread Contact Length - Temperature Control Range - Total Sugar (Dry) - Perforation Top Depth - Autodecomposition Temperature - Storage Temperature - Test Weight - Texture - Titratable Acidity - Aquatic Toxicity - Torque - Total Aldehyde Content - Toxic Emissions Performance - Farinograph Time to Peak - Temperature Factor - Tubing Pressure - Flowing - Threshold Planning Quantity - Tubing Pressure - Shutin - Trash Area - Trash Count - Tire Diameter - Transmittance - Tricalcium Phosphate - Transmissivity; Measure of the quantity of light that passes through a given volume of seawater; also used to measure turbidity and to estimate plant growing zones in the ocean - Transmissivity Pathlength; The length of the path taken to arrive at transmissivity measurements - Total Solids - Trim Size - Trailer Tongue Length - Turbidity - Maximum True Vertical Depth - Total Volatiles - Tire Width - Cube - Unipunch Adhesion - Uniformity - Unknowns - Units per Weight - Vapor Density - Vanillin - Vanilla - Vapor Pressure - V-Bend Adhesion - Vertical Center of Gravity - Vitamin A Palimate - Vinyl - Viscosity - Volatile Oil Ash - VOC Emissions Performance - Volatile Oil - Volume - Vomitoxin - Volatiles - Volatiles by Volume - Volatiles by Weight - Volume Split to Others - Volume Weight - Water Absorption - Water Activity - Water Depth - Weight Loss - Whip Test - Water Insolubles - Weight of Moisture Loss - Wiley Melting Point - Water-Oil Distribution Coefficient - Wellhead Pressure-Flowing - Water/Product Level - Whey Protein Nitrogen - Weight Per Piece - Wellhead Pressure Shutin - Water Test Rate - Width Shrinkage - Water Solubles - Water/Tank Bottom Level - Yield Point Elongation - Aluminum - Arsenic - Bismuth - N-Butane - Benzene - Calcium - Columbium - Calcium Chloride - Carbon Dioxide - Cerium - Carbon Monoxide - Cobalt - Chromium - Calcium Sulfate - Copper - Titanium Dioxide Assay - Ethane - Iron - Newspaper-Full Page - Iron plus Silicon - Germanium - Heptane - Hydrogen Sulfide - Hexane - I-Butane - I-Pentane - Magnesium - Manganese - Molybdenum - Methane - Niobium - Nickel - Neo-Pentane - Octane - Lead - Propane - N-Pentane - Antimony - Sulfur Dioxide - Selenium - Silicon - Tin - Tantalum - Newspaper-Tabloid Page - Tellurium - Titanium - Zinc - Zirconium - Mutually Defined - - - Paid By Customer - Free - Paid By Supplier - Mutually Defined - - - Container Information - Disclosure - Container Size/Type - Total Weights/Volume - Package Count and Type - Rates and Charges - Seal Numbers - Tariff - Destination Clause On First Page - Volume - Weights - Weight/Measure Both English and Metric - - - Yes - - - Straight Rebill - R11 Collect Beyond - R11 Prepaid Beyond - - - Released From Bad Order - Bad Order Setback - Car Not Weighed - Empty Received as a Load - Embargoed Shipment - Refused by Customer - Unneeded - Interchanged in Error - Not in Compliance With Special Car Order 90 or Special Car Order 100 Empty - Empty - No handling required by Car Service Rules - No Record Rights - Overweight Shipment - Intermediate Switch Carrier - Refused by Customer - Unfit - Car Applied to Shipper Car Order - Place for Loading - Transfer or Adjustment of Lading Car Service Rate 10, Sections 1 & 2 - No Waybill - Association of American Railroads Restriction - Destination Switch Move - Haulage Movement - No Clearance - Not on Universal Machine Language Equipment Register - Old Age (Over-age) - Origin Switch Move - RBOX or RGON Exception - - - Bill of Lading Body Clause - Certified Inspection Report - Certificate of Analysis - Commercial Invoice - Consular Invoice - Certified Test Report - Customs Invoice - Domestic Routing Instructions - Export Instructions - Fumigation Certificate - Insurance Certificate - Include Printing Instructions - Letter of Credit - Material Safety Data Sheet - Onboard Validation - Onward Routing Instructions - Certificate of Origin - Packing List - Quality Report - Sanitary Certificate - Shipper's Export Declaration - Suppress Printing Instructions - Supporting Detail - Sea Waybill - - - Limiting Operation - General Product Form - Preservative - Parameter - Category - Sub-category - Product - Sub-product - Major Grade - Society, Government, Customer Specifications - Type and/or Process - Quality (Quality Level) - Finish or Surface Roughness - Heat Treat/Anneal - Temper - Coating - Surface Treatment, Chemical - Surface Treatment, Mechanical - Ends: Slitting, Splitting, Cutting - Forming - Edge Treatment - Welds/Splices - End Treatment - Test Sample Frequency - Test Sample Location - Test Sample Direction - Type of Test/Inspection - Testing and Inspection Agencies - Filament - Color - Denier - Fiber - Grade - Luster - Shade - Tint - Tow - Twist - Bacteriology - Whole Effluent Toxicity - Sediment Toxicity - Section Profile - Alloy - Special Processing - Winding Instructions - Surface Protection - Machine Run - End Use Application - Corrosion Resistance - Product Life Cycle - Package Integrity - Visual - Electrical - Functional Performance - Chemistry - Physical - Magnetic - Mechanical - Metallography - Vendor color description - Vendor size description - Buyer's Color Description - Dye Lot Description - Finish Description - Pattern Description - Put-up Description - MILSPEC (Military Specification) - FEDSPEC (Federal Specification) - FED-STD (Federal Standard) - CID (Commercial Item Description) - Special Specification - Appearance - Dispersion - Fluid - Flow - Moisture - Density - Buyer's Item Size Description - Fabric Description - Shipping Unit Component - Type Spinning - Wax Code - Electronically Cleaned - Conditioned Code - Precautionary Instructions - Manufacturing Method - Product Application - Engine - Transmission - Assembly Required - Construction - Consumer Instructions - - Fragrance - Editor - Translator - Material - Nutrition - Recycle - Silhouette - Discharge - Anaerobic Spores - Allergen - Aerobic Spores - Process Action Taken - Bureau of Alcohol, Tobacco and Firearms Class Code - Behind-the-Counter Drugs - Benefits - Backflush Item Process - Blocked Stock - Basis Weight Size - Controlled Substance - Class 2 - Controlled Substance-Class 3 (Narcotic) - Controlled Substance - Class 4 - Controlled Substance - Class 5 - Controlled Substance-Class 3N (Non-narcotic) - Collateral Description - Chassis - Color - Lower Body - Compliance Method - Collection Method Code - Coupling - Coating or Paint System Code - Color - Upper Body - Coating or Paint System Name - Drug Efficacy Study Implementation - Dosage Form - Dangerous Goods Packing Group - Diet Type - Dimensional - Drug Product Identification - Direct Item Process - Drug Schedule - Dangerous Goods Technical Name - Escrow Code - Engine with Transmission - Equipment - Environmental Requirement - Failure Analysis Process - Fold Configurations - Fuel - Foodservice Program - Quality - Grain Direction - Genetically Modified Ingredients - General Merchandise - Goods - Health and Beauty Aids - Hydraulics - Hazardous Material - Kit - Lead/Copper Sample Type - Coordinate Description Code - Method of Catch - Material Status, Outside Processor - Marking - Markings Front - Markings Back - Markings Alternate - Multi-Media - Medical Supplies - Non-Hazardous Material - Options - Odorized - Orientation - Over-the-Counter Drug - Percentage of Alcohol - Product Classification - Physical Form: As Diluted - Physical Form: Concentrate - Program - Product Type - Process/Production Unit - Manufacturing Process - Quality Inspection Stock - Proof - Route of Administration - Return Goods - Results Method Code - Rejection Reason - Returnable - Prescription Drug - Sub-Brand - Source - Services - Service Feature - Trade Item Shape Description - Serving Suggestions - Sample Type - Therapeutic Class - Therapeutic Equivalency Evaluation - Filtering - Typeface - Trimming - Bureau of Alcohol, Tobacco and Firearms Type Code - Unscheduled Drug - Unrestricted Stock - Vehicle - Volatile Organic Compound Control - Vintage - Variant - Warranty Description - Wine Fruit - Waste - Mutually Defined - Age - Beverage Contents Characteristics, (e.g., Kosher, No Sulfites, etc. (Industry List) - Beverage Segment - Beverage Category - Biomedical Hazard - Bottomhole Location Method Code - Brand Group - Bottomhole Pressure Method Indicator Code - Brand Group: A grouping of similar brands, (e.g., Johnnie Walker) - Common Chemical Name - Company Field Code - Chemical Family - Casing/Liner/Tubing Type - Commercial Status - Damage Code - Damage Fault - Directional Indicator - Field Code (EIA/DOD) - Forecast Deviation - Flavor - Formula - General Description - Hazard Rating System - Image Link - Ingredient - Injectables - Label Storage Conditions - Material Classification - Minerals Management Service/Bureau of Land Management (Indian Land) Property/Unit Number - Market Segment - Odor - Program Performance - Physical Form - Perforation Continuity Indicator - Physical Form: Gas - Perforation Interval(s) - Physical Form: Aerosol - Physical Form: Liquid - Physical Form: Emulsion - Physical Form: Semisolid - Physical Form: Powder - Physical Form: Solid - Perforation Type - Packaging Materials - Grape Variety - Proprietary - Pipeline Stream - Public Information - Pure Form - Quality Assurance Status - Reservoir Code (Company) - Regulatory (State) District - Regulatory (State) Entity Code - Secret or Confidential Information - Semi-Finished Goods - Sizing - Surface Location Method Code - Solubility - State Controlled - Packaging Support Materials - Synonym - Threshold - Title Insurance Form - Tire - Trade Item Unit Indicator - Test Remarks - Trade Name - Theoretical Weight Formula - Well Classification - Well Test Type - - - Side One - Side Two - Single - Left Front - Right Front - Left Rear - Right Rear - Inside Left Rear - Outside Left Rear - Inside Right Rear - Outside Right Rear - All - Single End Overhang - Siding - Bolster - Back of Cab - Bilateral - Rear - Block - Brick - Both Sides - Bottom - Casing Head Flange - Center - Double End Overhang - Downstream Tap - Dual Fuel Tank Position - Exterior - Front - Front Spare - Rig Floor - Inside - Interior - Kelly Bushing - Less Critical Surface - Lower - Left - Multiple - More Critical Surface - Middle - Not Specified - Next Relative Position - Overall - One Side - Outside - Relative Position 10 - Relative Position 1 - Relative Position 2 - Relative Position 3 - Relative Position 4 - Relative Position 5 - Relative Position 6 - Relative Position 7 - Relative Position 8 - Relative Position 9 - Relative Position 11 - Relative Position 12 - Relative Position 13 - Relative Position 14 - Relative Position 15 - Relative Position 16 - Relative Position 17 - Relative Position 18 - Relative Position 19 - Relative Position 20 - Relative Position 21 - Relative Position 22 - Relative Position 23 - Relative Position 24 - Relative Position 25 - Relative Position 26 - Relative Position 27 - Relative Position 28 - Relative Position 29 - Relative Position 30 - Relative Position 31 - Relative Position 32 - Relative Position 33 - Relative Position 34 - Relative Position 35 - Relative Position 36 - Relative Position 37 - Relative Position 38 - Relative Position 39 - Relative Position 40 - Relative Position 41 - Relative Position 42 - Relative Position 43 - Relative Position 44 - Relative Position 45 - Relative Position 46 - Right - Relative Position 47 - Relative Position 48 - Relative Position 49 - Relative Position 50 - Schnabel - Stone - Spare Tire Position - Rear Spare - Stucco - Sub-sea - Tank Bottom - Top - Two Sides - Under Cab - Unilateral - Upper - Upstream Tap - Wood - - - Casing Type - Recycle Code - Shipping Package Labeling - Shipping Package Sealing - Primary Marking - Secondary Marking - Product Marking - Type of Package - Package Specifications - Package Protection - Tarping - Platform/Skid Location - Bearing Piece Location - Placement on Carrier - Spacing Directions - Unloading Device - Unloading Equipment - Product Marking Pattern - Product Marking Location - Package/Container Mark Location - Marking Method - Core Characteristics - Receiving Facility Limitations - Tagging/Bar Code Instructions - Skid/Pallet Type - Container Type - Container Characteristics - Cleaning or Drying Procedure - Container Shape - Cushioning Thickness - Hazardous Material - Intermediate Container - Intermediate Pack - Level Of Preservation - Packing - Preservation Method - Promotional Marking - Unit Container - Unit Pack - Wrapping Material - Cushioning and Dunnage - Lot Code Expiration Based - Lot Code Production Based - Optional Procedure Indicator - Preservation Material - Special Marking - Unit Container Level - - - Product Transfer - Resale - Report Justifying Treatment Beyond Utilization Guidelines - Drugs Administered - Treatment Diagnosis - Initial Assessment - Functional Goals - Plan of Treatment - Progress Report - Continued Treatment - Chemical Analysis - Mechanical Properties - Certified Test Report - Core Loss Test Report - Justification for Admission - Western Region 01 (Internal Revenue Service Summary of line 31 on 1040) - Return From Tax Payer Report (Internal Revenue Service Summary) - Note Receivable - Credit Report - Process Plan - Recovery Plan - Functional Plan - Contractual Plan - Non-Contractual Plan - Purchase Plan - Production Plan - Contract Delivery Schedule - Master Delivery Schedule - Assembly Plan - Lead Time Chart - Master Schedule - Master Production Schedule - Manufacturing Flow Diagram - Lot Release Plan - Subcontractor Plan - Development Plan - Lease Agreement - Court Judgment - Lottery Winning Letter - Curb Side Inspection - Statistical Model - Interior and Exterior Inspection - Non-Inspection Report - Review Appraisal - Investor Guidelines - Sole Discretion Inspection - Brokers Price Opinion - Social Security Benefit Letter - Divorce Decree - Contract - Gift Letter - Will - Trust Agreement - Award Letter - Rental Agreement - Preliminary Real Estate Settlement Statement - Income Statement (Internal Revenue Service Form 1099) - Utility Bill - Benefit Letter - Canceled Check - Individual Tax Return (Internal Revenue Service Form 1040) - Asset Account Statement - Statement of Profit and Loss - Partner Share of Income, Credit, Deductions, (Internal Revenue Service Form K1) - Partnership Tax Return (Internal Revenue Service Form 1120) - Pay Stub - Wage and Tax Statement (Internal Revenue Service Form W2) - Year End Statement - Bank Statement - Verification of Loan/Installment Debt Form - Verification of Deposit Form - Verification of Mortgage/Rent Form - Verification of Employment Form - Corporation Tax Return (Internal Revenue Service Form 1065) - Title Certificates - Real Estate Settlement Statement (Housing and Urban Development Form - 1 "HUD1") - Support Data for Verification - Visa/Export License - Multi-Country Textile Declaration - Single Country Textile Declaration - Negative Textile Declaration - Endangered Species Convention on International Trade in Endangered Species (CITES) - Trademark Release - Water Resistance Statement - Certificate of Ceramicware Ceramics Commodities Inspection Bureau (CCIB) - Wearing Apparel Detail Sheet (WADS) - Interim Footwear Invoice - Impact Resistance Statement - Toxic Substance Compliance Statement - Foreign Shippers Declaration - Veterinarian Certificate - Child Labor Certificate - Prison Labor Certificate - Purchase Order Copy - Product Analysis - American Automotive Labeling Act Certificate - Broker Market Analysis - Air Emissions Statements - Anti-Dumping Gasoline Program Report - Allergies/Sensitivities Document - Autopsy Report - Agent Inventory Report - Assembly Drawing - Assay Certificate - - Attachment - Aid Form - Actual - Easement Report - Conditions, Covenant, and Restrictions Report - Impound Account Escrow Analysis Report - Closing Escrow Analysis Report - Reserved Escrow Analysis Report - Ambulance Certification - Title Policy - Average Outgoing Quality Report - Advanced Problem Notification - Housing and Urban Development (HUD) 1 Report - Asset Reclassification Extension Request - Admission Summary - Purchase Order Attachment - Automobile Claim Report - Averaging Areas Report - Air Waybill - Asset Reclassification Extension Response - Tax Certificate - Home Owner Authorization - Batch Report - Prescription - Physician Order - Referral Form - Budget - Buy or Sell Exchange Contract Status Statement - Bill of Lading Copy - Benzene Content Averaging Report - Bailment Warehouse Withdrawal Request - Bill of Lading - Bill of Material - Beneficiary Certificate - Bill of Lading Original - Benchmark Testing Results - Baseline - Blanket Test Results - Billback Report - Bill of Sale - Biennial Report - Cost Data Summary - Functional Cost and Hour - Progress Curve - Plant-Wide Data - Certified Cost and Price Data - Wage Determination - Credit Transfer Summary Report - Chemical/Radiological Report - Certification/Authorization Document - Certificate of Analysis - Chiropractic Justification - C.A.A. Certificate of Conformance (British CAA) - Customer/Distributor Inventory Report - Constable Report - Capability - Certificate of Origin - Certificate of Weight - Certificate of Inspection Report - Complications Document - Consent Form(s) - Cable - Customer/Manufacturer Inventory Report - Customer's Report of Nonconformance - Consignment Order - Certificate of Compliance (Material Certification) - County Record - Letter of Credit - Consigned Inventory Sales Report - Certification - Customer Notification Letter - Change of Hospice Benefit - Corrective Work Order - Cost/Schedule Status Report (C/SSR) - Contract Funds Status Report (CFSR) - Campus Police Report - Drug Profile Document - Dental Models - Durable Medical Equipment Prescription - Distributor/Customer Inventory Report - Distributor Inventory Report - Certificate of Quality - DA59 Special Customs Invoice for South Africa - Diagnostic Report - Nitrogen Certificate - Directory - Discharge Monitoring Report - Drawback Affidavit - Draft and Transmittal Letter - Distributor/Manufacturer Inventory Report - Deviation/Nonconformance Test Results and Request for Action - Delinquency - Datalog Report - Discharge Summary - Department of Transportation - Commercial - Condominium - Drawing(s) - Exporter's Certificate and Agreement - Electrical Average Outgoing Quality Report - Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor) - Engineering Change Order - Environmental Exposure Document - Election of Hospice Benefit - Eligibility - Experimental Material Purchase Order - Engineering Change Request - Source Selection Plan - Shippers Export Declaration - Barrel for Barrel Exchange Contract Status Statement - Cost Performance Report (CPR) Format 1 - Cost Performance Report (CPR) Format 2 - Cost Performance Report (CPR) Format 3 - Cost Performance Report (CPR) Format 4 - Cost Performance Report (CPR) Format 5 - Transportation Carrier Inspection Report - Government Inspection Report - Inspection Waiver (Written) - Inspection Waiver (Oral) - Federal Bureau of Investigation - Fumigation Certificate - Federal Specification Compliance - Federal Emergency Management Agency - Limitation of Heavy Elements - Fire Report - Family Medical History Document - Post-Operative Radiology Films - Pre-Operative Radiology Films - Certificate of Free Sale - State Form - Clearance Letter - Background Release - Exam Results - Prelicense Certificate - National Association of Securities Dealers Certification - License Copy - Gas Processor's Report - Gas Transporter's Report - Health Certificate - Hazardous Material Incident - History and Physical - Health Clinic Records - Hazardous Waste Manifest - Consular Invoice - Customs Invoice - Forwarder's Invoice - Immunization Record - Carrier's Invoice - Insurance Attachment - Insurance Certificate - Import License - Inspection Request - Inventory Parameter Report - State School Immunization Records - Index System - Certified Inspection and Test Results - Inspection Result - Invoice - Doctor’s First Report of Injury - Supplemental Medical Report - Medical Permanent Impairment - Medical Legal Report - Vocational Report - Work Status Report - Consultation Report - Permanent Disability - Itemized Statement - Certificate of Good Standing - Tax Status Clearance - Consent to Use Name - Certificate of Registration - Certificate of Existence - Certificate of Status - Certificate of Name Change - Certificate of Merger - Certificate of Significant Change - Balance Sheet - Application of Name Reservation - Schedule of Capital - Foreign Tax Return - Permit Application - Admission Tax Return - Addendum to Articles - Articles and Amendments - Appointment of Commissioner as Registered Agent - Certificate of Disclosure - Notice of Registered Office - Notice of Directors - Organization and First Biennial Report - Agreement of Statutory Agent - Consent to Act - Contract Data Requirements List (CDRL) - Kosher Certificate - Engineering Drawing List - Purchased Engineering Data List - Support Documents - Purchased Documents - Proposal Support Data - Purchased Drawings - Change Proposal Data - Report of Assignment or Modification of Key Events - Request for Assignment or Modification of Key Events - Laboratory Results - Legalized Bill of Lading - Location Inventory Report - Laboratory Quality Review Variation, Deviation - Latest Revised Estimate - Legalized Certificate of Origin - Legalized Invoice - Location Reconciliation History Notification Report - Laboratory Quality Review Order, Waiver - Labor Plan - Laboratory Quality Review Order, Deviation - Lease Settlement Statement - License Application Attachment - Laboratory Quality Review Variation, Waiver - Medical Record Attachment - Manufacturer/Agent Inventory Report - Manufacturer/Distributor Inventory Report - Manufacturer/Customer Inventory Report - Material Data Sheets - Major Deviation Request - Manufacturing Specification - Migrant Student Records Transfer System (MSRTS) Record - Report of Full Maintenance Period Detail - Mortgage Insurance Certification - Request for Maintenance Period Status - Report of Maintenance Period Status - Request for Full Maintenance Period Detail - Manufacturer Inventory Report - Minor Deviation Request - Manufacturer's Statement of Origin - Request for Establishment, Modification, or Cancellation of Maintenance Period - Report of Establishment, Modification, or Cancellation of Maintenance Period - Material Inspection and Receiving Report - Material Safety Data Sheet - Models - Metered Volumes - Motor Vehicle Report - National Insurance Crime Bureau Assignment - Certificate of Quantity - Commercial Invoice - National Insurance Crime Bureau - National Insurance Crime Bureau Total Loss - Monthly Contractor Financial Management Report - Nursing Notes - National Insurance Crime Bureau Other than Theft - Quarterly Contractor Financial Management Report - NOx Emissions Averaging Report - National Insurance Crime Bureau Total Theft - Operative Note - Oxygen Content Averaging Report - Orders and Treatments Document - Objective Physical Examination (including vital signs) Document - Ocean Bill of Lading - Outside Production Operation Sheet - Oil Storer's Report - Organization Breakdown Structure - Oil Transporter's Report - Oxygen Therapy Certification - Support Data for Claim - Packing List - Protest - Receipt - Pathology Report - Patient Medical History Document - Periodontal Charts - Periodontal Reports - Property Claim Report - Provisioning - Supply Support Information - Part Drawing - Product Catalog - Process Change Notice - Proof of Delivery - Parenteral or Enteral Certification - Product Specification - Packaging Specification - Production History - Property Level - Product Availability Inquiry - Purchasing Specification - Storage Information Inquiry - Property Insurance Loss Register - Proof of Insurance - Physical Therapy Notes - Prosthetics or Orthotic Certification - Proposal - Paramedical Results - Purchase Report - Pipeline/Shipper Inventory Report - Inter-Plant Inventory Report - Police Report - Production History - Well Level - Production, Injection and Disposition Report - Physician's Report - Physical Therapy Certification - Cause and Corrective Action Report - Quality Review Order, Purchasing - Quality Detail - Quality Review Order, Manufacturing - Quality Report - Quality Review Order Supplement - Quality Summary - Reformulated Gasoline/Anti-Dumping Company Registration - Reformulated Gasoline/Anti-Dumping Facility Registration - Technical Information Package - Purchased Technical Information Package - Technical Information - Miscellaneous Information - Compliance Review - Accident - Revision Announcement - Radiology Films - Request for Cause and Corrective Action Report - Payment Bond - Performance Bond - Reliability Fail Rate Report - Residential - Bid Bond - Request for Manufacturing Engineer Appraisal - Supplier's Report of Nonconformance - Regular Order - Radiology Reports - Report of Tests and Analysis Report - Reid Vapor Pressure (RVP) Averaging Report - Renewable Oxygen Content Averaging Report - Supply and Shipment Status Report - Supply Status Report - Exception Supply Status Report - Exception Supply and Shipment Status Report - Product Quality Deficiency Report Category I - Product Quality Deficiency Report Category II - "Walsh-Healey Act" Manufacturer or Regular Dealer - Report of Findings - Representation - State Police Report - Sample Approval and Rejection List - Sanitary Certificate - Support Data for a Request for Quote - Security Police Report - Contract Security Classification Specification - Symptoms Document - Sheriff Report - Seller Inventory Report - Statement of Work - Sample Bale List - Shipping Manifests - Shipping Notice - Secretary Certificate - Specification - Statistical Quality Documents - Statistical Report - Seller Sales Report - Student Educational Record (Transcript) - Supplier's Certificate - Survey - Sea Waybill - Steamship Due Bill - Train Sheet - Title Bill - Preliminary Title Work - Loan Documents - Tax Information - Toxics Emissions Performance Averaging Report - Toxics Release Inventory - Therapy Notes - Asset Support Inquiry - Asset Support Advice - Physical Inventory Request - Asset Reclassification Response - Asset Reclassification Request - Transaction History Request - Two to Four Family - Total Theft Claim Report - Asset Status Inquiry - Asset Status Advice - Logistics Transfer Inquiry - Logistics Transfer Advice - Stock Sale Report - Delayed Sale Report - Demand Report - Treatments Certificate - Storage Information Advice - Transmittal Letter - Sulfur, Olefins, and T90 Averaging Report - Title Transfer - Tax-exempt Certificate - Survey Report - Union Agreement - Certificate of Designation of Registered Agent - List of Officers and Directors - Resolution and Consent Form - Domestic Business Corporation Initial Report - Registered Agent Application - Articles of Incorporation - Certificate of Compliance - Certificate of Authorization - Charter - Other Type of Report - Affidavit of Acceptance - Resolution Adopting Fictitious Name - Trade Name Application - Declaration of Solicitor - Memorandum of Association - Notice of Registered Agent - "BUY AMERICA" Certification of Compliance - Dissolution of Existing Registration - Appointment of Statutory Agent - Regulatory Approval for Professional Association - Initial Annual Report - Certificate of Fact - Voter Registration Application - Voter Registration Application Disposition - Voter Information Record - Change of Name and/or Address - Death Notification - Felony Conviction Notification - Incompetency Notification - Variance Analysis - Volatile Organic Compounds (VOC) Emissions Averaging Report - Data Request for Vendor's Specifications or Drawings. - Visual/Mechanical Average Outgoing Quality Report - Safe Drinking Water Bacteriological Report - Safe Drinking Water Report - Fictitious Name Statement - Work Breakdown Structure - Request for Assignment or Deletion of Work Candidate - Report of Assignment or Deletion of Work Candidate - Business Conducted Prior to Qualification Form - By-Laws - Appointment of Agent for Service and Consent to Act - Certificate of Name Clearance - Well Information - Work Progress - Well Test Information - Complete Appraisal - Limited Appraisal - Self-contained Report - Summary Report - Restricted Report - Equipment Test Results - Photographs - Appraisal - Broker Price Opinion - Real Estate Property Information - Flood Determination Report - Conventional Ammunition Suspension Report - Self Monitoring Report - Mutually Defined - - - Summary Electronic Invoice - Full Electronic Invoice - Printed Invoice Sent by Mail - Summary Electronic Invoice and Printed Invoice Sent by Mail - Full Electronic Invoice and Printed Invoice Sent by Mail - No paper Invoice - Summary Electronic Invoice and No paper Invoice - Full Electronic Invoice and No Paper Invoice - Electronic Mail - Available on Request at Provider Site - Previously Submitted to Payer - American College of Radiology/National Electronic Manufacturers Association (ACR/NEMA DICOM) Format - - Electronically After Shipping - Narrative Segment Included in this Claim - No Documentation is Required - By Mail After Shipping - American Society for Testing and Materials Format (ASTM E1238) - American Society for Testing and Materials Format (ASTM E1384) - By Data Pattern - By Mail and Electronically - By Mail - Best Way (Sender's Option) - Courier Diskette - Courier - Courier Paper - Courier Tape - Data - Electronically Only - E-Mail - File Transfer - By Fax - On General Services Administration (GSA) Form 10050 - Health Industry Level 7 Interface Standards (HL/7) Format - Electronic Image - Electronically with Invoice - By Mail with Invoice - Binary Image - Mail Diskette - Magnetic Media - Mail Paper - Mail Tape - Not Specified - On-Line - Printed Original Required - Electronically Before Shipping - By Mail Before Shipping - With Ship Notice - Society for Worldwide Interbank Financial Telecommunication (SWIFT) - Telex - Separately, Electronically at Time of Shipping - Separately, by Mail at Time of Shipping - Text - Voice - With Shipment (With Package) - - - Reportable Quantity - - - Yes - - - Full Waybill - Trailing Car Waybill - Concur - Revenue Data Not Available - Road Not Entitled to Data - No Record of Haulage - Processed Waybill - Co-Load Shipment - Already Mailed - No Record of Waybill - Non-Concurrence, New Opinion - Rule 11 Shipment - Waybill Already Settled - Destination Road Transition Waybill - Other than Destination Road Transition Waybill - Nonrevenue Waybill - Rule 11 Co-loaded Shipment - - - Pricing Market - Store Number - See Free-form Text - Promotion Market - Pricing and Promotion Market-Manufacturer - All Stores - Co-op Advertising Market - Pricing and Promotion Market-Customer - State or Province Abbreviation Code - Zip Code - Zip Code Beginning Value - Zip Code Ending Value - D-U-N-S+4, D-U-N-S Number With Four Character Suffix - Store Group - Global Location Number (GLN) - - - In Effect - Hold - Not In Effect - - - Containers with Chassis - Containers Only - Shipper To Provide - None Requested - Chassis Only - - - Customized Ordering Forecast - Manufacturer to Manufacturer - Consumer Sales Forecast - Manufacturer to Publisher - Operator to Shipper - Operator to Transporter - Publisher to Manufacturer - Purchaser to Seller - Seller to Operator - Shipper to Transporter - Transporter to Operator - Transporter to Shipper - Transporter to Transporter - Requirement Forecast - War Reserve Forecast - - - Company Non-Classified - Company Internal Use Only - Company Confidential - Company Confidential, Restricted (Need to Know) - Company Registered (Signature Required) - Personal - Supplier Proprietary - Company Defined (Trading Partner Level) - Competition Sensitive - Court Restricted - Juvenile Record Restricted - Government Non-Classified - Government Confidential - Government Secret - Government Top Secret - Government Defined (Trading Partner Level) - Mutually Defined - - - 841 x 1189 mm * - 594 x 841 mm * - 420 x 594 mm * - 297 x 420 mm * - 210 x 297 mm * - 8.5 x 11.0 inches - 11.0 x 8.5 inches - 11.0 x 17.0 inches - 17.0 x 22.0 inches - 22.0 x 34.0 inches - 34.0 x 44.0 inches - 28.0 x 40.0 inches - 11.0 * - 28.0 * - 34.0 * - 40.0 * - 8.5 x 14.0 inches (Legal) - - - Approved Version - Initial Release - Cancelled - Released for Production - Released to Engineering - Released for Quotation - Replaces - Confirmation - Proposed - Seller-Initiated Change - Engineering Change Notice - Engineering Change Order - Engineering Change Request - Conditional - Mutually Defined - - - Change Level - Mark Level - Model Level - Modification Level - Revision Level - Sequence Level - Serial Number - Version Level - Mutually Defined - - - Authentication - Authentication and Encryption - Encryption - Clear Text - Mutually Defined - - - Payee - Payer - - - Additional Descriptive Information Not Required by Regulation but Desired to Accompany the Movement by the Shipper - Cargo Airlift Only - Hazardous Materials Certification - "DOT - 113, Do Not Hump or Cut Off Car While in Motion" Declaration - "AAR - 204, Do Not Hump or Cut Off Car While in Motion" Declaration - Damaged Car Number - "Dangerous When Wet" Declaration - Emergency Schedule (EMS) Page Number - Conveyed Equipment Identification - Fumigation Declaration - Identifies Products in a Heated Molten State - Hazardous Substance Constituents - Inhalation Hazard - "Limited Quantity" Declaration - Medical First Aid Guide (MFAG) Page Number - Maximum Operating Speed - Marine Pollutant - Not Odorized Declaration - "Poison - Inhalation Hazard" Declaration - "Poison" Declaration - Radioactive Material Data - Technical or Chemical Group Name - Trade Name - Waste Declaration - - - Auto Insurance - Auto Loan - Alimony - Bank Loan - Child Care - Education - Finance Company Loan - Food - Furniture - Home Rental - Mortgage Loan - Miscellaneous - Personal Insurance - Revolving Credit - Medical - Second Lien - Utilities - Mutually Defined - - - ACH Payment Acknowledgment - Automated Account Advice - Accounts Receivable Entry - Financial EDI Acknowledgment - Back Office Conversion Entry - Bill Payment - Consumer/Employee Check - Corporate Cross-Border Payment - Cash Concentration/Disbursement (CCD) (ACH) - Cash Concentration/Disbursement plus Addenda (CCD+) (ACH) - Customer Initiated Entry - Customer Initiated Entry Plus Addenda - Corporate Trade Exchange (CTX) (ACH) - International ACH Payment with Addenda Type Code 17 - International Automated Clearing House (ACH) Transaction - Machine Transfer Entry - Commercial/Corporate Check - Consumer Cross-Border Payment - Point of Purchase Entry - Point of Sale Entry - Prearranged Payment and Deposit (PPD+) (ACH) - Prearranged Payment and Deposit plus Addenda (PPD+) (ACH) - Preauthorized Draft - Re-presented Check Entry - Shared Network Transaction - Telephone-Initiated Entry - Truncated Entry - Truncated Entries Exchange - Internet-Initiated Entry - Destroyed Check Entry - Fed Wire CTP or CHIPs remittance in an ANSI X12 Format - Fed Wire CTP or CHIPS Remittance in a General XML Format - Fed Wire CTP or CHIPS Remittance in an ISO XML Format - Fed Wire CTP or CHIPS Remittance in a Free Form Format - Fed Wire CTP or CHIPS Remittance in a Proprietary Local Instrument Format - Fed Wire CTP or CHIPS Remittance in a Related Remittance Structured Format - Fed Wire CTP or CHIPS Remittance in a Related Remittance Information Format - Fed Wire CTP or CHIPS Remittance in a STP 820 Format - Fed Wire CTP or CHIPs Remittance is in a SWIFT Field 70 Format - Fed Wire CTP or CHIPS Remittance in an U.N. EDIFACT Format - - - Abandoned by Carrier - Haulage Station - Interchange Point - Junction Settlement Station - International Location - Motor Freight Tariff Location - Not a National Rate Base (NRB) Point - Railroad Operating Location - Railroad Freight Tariff Location - Sold by Carrier - Reader Equipped - Switch Carrier Station - - - Bottom Unit Has Full Exposure - Top Unit Has Full Exposure - - - Debris - Doors - Exterior - Ground Cover - Hot Tub - Interior - Locks - Neighborhood - Pool - Shrubs - Spa - Windows - Mutually Defined - - - Direct - Conversation with Juvenile - Conversation with Neighbor - Name on Mailbox - Other Method of Verification - Conversation with Relative - Telephone - Conversation with Tenant - Visual - Mutually Defined - - - Analytical Methods - Approvals - Carcinogenicity - Chemical Product and Company Information - General Information - Composition or Information on Ingredients - Disposal Considerations - Detection Methods - Disclaimer - Exposure Information, Effects of Overexposure, Exposure Limits - Ecological Information - Emergency Procedures - Exposure Controls or Personal Protection - First Aid Measures - Fire Fighting Measures - Hazards Identification - Potential Health Effects - Other Information - Key or Legend - Material or Product Identification - Material Safety Data Sheet - Physical and Chemical Properties - Preventive Measures - Preparation and Revision Information - Stability and Reactivity Information - Regulatory Information - Transport Information - Accidental Release Measures - Handling and Storage - Trade Secret Exemptions - Toxicological Information - - - Acute Toxicity Data - Analytical Methods - Approvals - Carcinogenicity - Chemical Product and Company Information - Composition or Information on Ingredients - Conditions to Avoid - Chronic Toxicity Data - Disclaimer - Decomposition, Decomposition Products - Hazardous Decomposition Products - Disposal Considerations - Distribution of Chemical in Environment - Detection Methods - Sensitive to Static Charge - Emergency and First Aid Procedures - Emergency Procedures - Effects of Overexposure - Explosion Impact Sensitive Material - Ecological Information - Environmental - Acute Aquatic Effects - Environmental - Bioconcentration Material - Engineering Controls - Environmental - Oxygen Demand - Environmental - Summary - Emergency Overview - Exposure Controls or Personal Protection - Employee Protection - Static Sensitive Material - Environmental Protection - Ecotoxicological Information - Exposure Guidelines - Exposure Information - Exposure Limits, Occupational Exposure Limits - Eye Contact: Acute Exposure - Eye Contact: Chronic Exposure - Eye Contact - Eye - First Aid Measures - Extinguishing Media: All Fires - Extinguishing Media: Large Fires - Extinguishing Media: Small Fires - Environmental Fate (i.e., Oxidized, Photodegraded, etc.) - Extinguishing Media - Fire Fighting Measures - Fire and Explosion Hazards - Fire and Explosion Data - Flammability Conditions - Flammable Properties - General Controls - General Measures - General Safe Handling Procedures or Information - Handling Information - Hazardous Component or Ingredient - Hazardous Product of Combustion - Hazards Identification - Health Hazard Information - Potential Health Effects - Hazard Class - Hazard Rating System - Other Information - Ingestion: Acute Exposure - Ingestion: Chronic Exposure - Ingestion - Inhalation: Acute Exposure - Inhalation: Chronic Exposure - Inhalation - Incompatibility - Instability - Incompatibility Conditions - Irritancy - Key or Legend - Label Text - Leak Avoidance, Remediation, or Hazards - Material to Avoid - Medical Conditions Aggravated by Exposure - Mutagenicity - Notification of Chemical Storage Amount, Spill or Release to the Environment - Note to Physician: Eyes - Note to Physician: Respiratory - Note to Physician: Skin - Note to Physician - Other Physical Hazards - Other Precautions - Other Regulatory Controls - Physical and Chemical Properties - Preventive Measures - Hazardous Polymerization - Personal Protection: Additional Equipment - Personal Protection: Boots - Personal Protection: Clothing - Personal Protection: Eye/Face - Personal Protection: Eye - Personal Protection: Face - Personal Protection: Gloves - Personal Protection: Respiratory - Personal Protection: Skin - Personal Protection Equipment - Preparation and Revision Information - Primary Route(s) of Entry: Eye Contact - Primary Route(s) of Entry: Eye, Inhalation - Primary Route(s) of Entry: Eye, Oral - Primary Route(s) of Entry: Eye, Oral, Skin - Primary Route(s) of Entry: Inhalation - Primary Route(s) of Entry: Inhalation, Oral - Primary Route(s) of Entry: Inhalation, Oral, Skin - Primary Route(s) of Entry: Inhalation, Skin - Primary Route(s) of Entry: Inhalation, Eye, Oral - Primary Route(s) of Entry: Oral - Primary Route(s) of Entry: Oral, Skin - Primary Route(s) of Entry: Skin Contact - Primary Route(s) of Entry: Eye and Skin Contact - Primary Route(s) of Entry: Eye, Skin, Inhalation - Primary Route(s) of Entry - Stability and Reactivity Information - Reactivity - Reactivity Conditions - Reproduction - Regulatory Information - Release Information - Right to Know Statement of Hazard Code/Information - Safety Precautions - Stability - Sub-chronic Effects - Signal Word - Transport Information - Shipping Information, Transportation Requirements - Skin Contact: Acute Exposure - Skin Contact: Chronic Exposure - Skin Sensitization - Skin Contact - Skin - Accidental Release Measures - Sensitization - Special Fire Fighting Instructions - Special Information - Spill Information - Spill and Leak Information - Special Precautions - Handling and Storage - Storage Conditions - Subchronic - Synergistic Products - Systematic Effects - Teratogenicity - Toxicity of Other Components - Target Organ - Transportation Hazard - Trade Secret Exemptions - Toxicological Information - Ventilation Requirements - Warning - Waste Disposal Information - - - Gasohol - Butane - Carbon Dioxide - Diesel - Auxiliary Electricity - Electric - Gas - Compressed Natural Gas - Liquid Natural Gas - Ethanol - Kerosene - Liquefied Gases - Methanol - Natural Gas - Other Unlisted Type of Fuel - Propane - E-85 - M-85 - Steam - A55 - Mutually Defined - - - Middle States Association of Colleges and Schools, Commission on Higher Education - Middle States Association of Colleges and Schools, Commission on Secondary Schools - New England Association of Schools and Colleges, Commission on Institutions of Higher Education - New England Association of Schools and Colleges, Commission on Vocational, Technical, Career Institutions - North Central Association of Colleges and Schools, Commission on Institutions of Higher Education - North Central Association of Colleges and Schools, Commission on Schools - Northwest Association of Schools and Colleges, Commission on Colleges - Southern Association of Colleges and Schools, Commission on Colleges - Western Association of Schools and Colleges, Accrediting Commission for Community and Junior Colleges - Commission for Accreditation for Rehabilitation Facilities (CARF) - Joint Commission on Accreditation of Health Organizations (JCAHO) - Commercial - Motor Vehicle - Driver License - Motor Vehicle - Office of Export Administration - Federal Aviation Administration (FAA) - Department of Agriculture - Tobacco, Seeds & Plants - National Committee for Quality Assurance (NCQA) - Department of the Interior - U.S. Endangered Native Fish and Wildlife and Migratory Birds - Department of Justice - Narcotics and Dangerous Drugs - Utilization Review Accreditation Commission (URAC) - U.S. Customs and Border Protection (CBP) - Automated Export System - Maritime Administration - Watercraft (Other Than Vessels of War), Vessels Exported for Scrapping, Dismantling, Dismembering, or Destroying the Hulls Thereof (Also Controlled by Office of Export Administration) - Nuclear Regulatory Commission - Commodities Subject to the Atomic Energy Act - Federal Power Commission - Natural Gas and Electric Energy - Department of State - Arms, Ammunition, Implements of War; Vessels of War - Department of Treasury - Gold - Western Association of Schools and Colleges, Accrediting Commission for Schools - Western Association of Schools and Colleges, Accrediting Commission for Senior Colleges and Universities - - - Origin Rail - Inbound Interchange - Railroad Interchange - Destination Ramp - Dealer - Factory Gate - Origin Cursory-Rail - Destination Cursory-Rail - Outbound Compound - Delivery with Notification - Intermediate Delivery - Outbound Intermediate Location - Delivery Receipts - Delivery Letter of Notification - - - Yes - - - Bottom level first position from front end. - Bottom level second position from front end. - Bottom level third position from front end. - Bottom level fourth position from front end - Bottom level fifth position from front end. - Bottom level sixth position from front end. - Bottom level seventh position from front end - Bottom level eighth position from front end - Bottom level ninth position from front end - Bottom level twelfth position from front end - Bottom level eleventh position from front end - Bottom level tenth position from front end - Second level first position from front end. - Second level second position from front end. - Second level third position from front end. - Second level fourth position from front end. - Second level fifth position from front end. - Second level sixth position from front end. - Second level seventh position from front end. - Second level eighth position from front end - Second level ninth position from front end - Second level twelfth position from front end - Second level eleventh position from front end - Second level tenth position from front end - Third level first position from front end. - Third level second position from front end. - Third level third position from front end. - Third level fourth position from front end. - Third level fifth position from front end. - Third level sixth position from front end. - Third level seventh position from front end. - Third level eighth position from front end - Third level ninth position from front end - Third level twelfth position from front end - Third level eleventh position from front end - Third level tenth position from front end - - - Automobile - Truck - Others - Used Vehicles - Military - Passenger Car - Small Passenger Car - Multipurpose Vehicle - Light Truck - Large Van - Extended Minivan - - - QC Hold - Hold for further information - Committed hold - - - Eight Pin Combo - Drop Frame - Flush Back - Gooseneck - Straight Frame - Slider - Tri-axle - - - Address Change - Annuitized - Awaiting Initial Premium - Contract Award - Cancelled by IRS - Contract Cancelled - Closed contract - all quantities taken - Contract Modified - Contract Renewed - Contract Cancelled - Refund Due - Disabled - Death - Deleted Contract - Expired Contract - Free Look Period - General Suspension - Hold - Inactive - Internal Exchange - Invalid Contract Due To Terms - Matured - Contract Provider No Longer in Business - Not Taken - Original Contract - Paid Up - Pending - Pending Death Notification - Pending Exchange Transfer - Prepaid Service Authorization - Proposed Contract - Reissue - Rescinded - Restricted - Reopened Contract - Standard Contract - Surrendered - Terminated - Contract Transferred - Valid Open Contract - - - All orders - items with changed status - All Orders - All Items - All Orders - Shipped Items - All Orders - Unshipped Items - Selected Orders - All Items - Selected Orders - Shipped Orders - Selected Orders - Unshipped Items - Selected Orders - Selected Items - - - Selected Products and Selected Date Parameters - Selected Date Parameters - Selected Products - - - Selected Supplier Location(s) - Selected Buyer Location(s) - Selected Supplier and Buyer Locations - - - Response to an Order Status Inquiry (869) - Prearranged Schedule or Agreement - Unsolicited Report - Response to Requisition - Notice of Response to Direct Vendor Delivery - Notice of Response to Supply Assistance - Response to Material Returns - Response to Notice of Availability - Response to a Requirement Forecast - Revised Delivery Forecast - Stock Number - Revised Delivery Forecast - Transaction Number - Revised Delivery Forecast - Response - - - Administrative (Place to Mail Administrative Correspondence) - Customs (Place to Mail Customs Documents) - Mail Waybill (Place to Mail Revenue Waybills) - Trace Waybill (Place to Mail Revenue Waybill Trace Request) - - - Bulkhead Doors Not Secured - Case Crushing (Exterior/Secondary Packaging) - Case Design - Damage Loading - Defective Pallets of Slip Sheets - Flaps Loose - Hidden Damage (Suspected or Actual) - Improper Doorway Protection - Improper Loading - Improper Unloading - Lack of Cardboard Dividers/Dunnage - Load Shift - Nails or Other Hardware - Not Reported - Pallet Pattern - Punctured Bailers/Cases - Side Fillers Not Extended - Temperature Exposure - Unsuitable Equipment - Vehicle Impact - Wet or Stained (Shipping Containers or Secondary Packaging) - - - Barge Carrying Vessels (Lash & Seabee) - Bulk-Dry - Barge-Inland - Bulk-Undetermined - Bulk-Liquid - Barge-Oceangoing - Conbulk - Container - Dredge - Display Vessels - Fishing - General Cargo - Government-Non-Military - Military - Partial Container - Passenger - Roll on/Roll off - Supply Ship - Tug - Vehicle Carrier - - - Measurement Taken From Bottom - Measurement Taken From Top - - - Base - Expired - Intermediate - Mutually defined - - - Quantity Stolen - Quantity Shipped - Bailment Sales Quantity - Transportation Sales Quantity - Quantity Damaged - Quantity on Hold - Lost Sales - Military Sales Quantity - Off Premise Quantity - Gross Quantity On Hand - On Premise Sales Quantity - Planned Order Quantity - Production Quantity Adjustment - Calculated Reorder Point - Quantity Sold (Net) - Quantity Returned - Quantity Returned (Defective/Damaged) - Quantity Ordered - Current Inventory Quantity Available for Shipment or Sale - Beginning Balance Quantity - Quantity Committed - Additional Demand Quantity - Ending Balance Quantity - Quantity In-bond - Quantity Damaged or On Hold - Quantity in Transit - Quantity Not Listed - Minimum Inventory Quantity - Maximum Inventory Quantity - Planned Inventory Quantity - Quantity Out of Stock - Quantity On Order, Not Yet Received - Quantity Received - Quantity Sold - Adjustment to Inventory Quantity - Quantity Returned By Consumer - Quantity Withdrawn from Warehouse Inventory - Quantity Requested (Will Override Replenishment Planning) - Quantity Transferred - Retail Sales Quantity - Quantity Returned (Sellable/Resellable) - Total Sales Quantity - Wholesale Sales Quantity - - - Receiver - Supplier - - - Change - Delete - Add Full Item Detail - Withdraw Item (Temporary) - Restore Item - Membership Type - Purchase Eligibility - Verified - Not Verified - Periodic Report - All Items Refresh - Medical Noncompliance - Administrative Noncompliance - Suspended Pending Settlement Approval - Suspended Pending Appeal or Judicial Review - Injury Report Creation - Illness Report Creation - Transfer of Beneficial Rights - Record Security Instrument - Assignment - Addition - Change in Status - Change in Rate Factors - Cancellation or Termination - Reinstatement - Correction - Policy Adjustment - Inquiry - Audit or Compare - Medical Examination Authorization - Employee Information Not Applicable - Release of Interim Funding Interest - Original - Denial - Initial Payment - Change in Benefit Amount - Change in Benefit Type - Reinstatement of Benefit - Reduced Earnings - Final - Suspension Medically Determined or Qualified to Return to Work - Non-compliance of Medical Requirements - Non-compliance of Administrative Requirements - Compensable Death - Incarceration - Claimant's Whereabouts Unknown - Volunteer - Status Request - Benefits Exhausted - Jurisdictional Change - Payment Notification - Status Request Response - Re-issue Identification Card(s) - Suspension Due to Claimant Death - Partial Denial - Partial Suspension, Returned to Work, or Medically Determined or Qualified to Return to Work - Partial Suspension, Medical Non-compliance - Partial Suspension, Administrative Non-compliance - Partial Suspension, Claimant Death - Partial Suspension, Incarceration - Partial Suspension, Claimant's whereabouts Unknown - Partial Suspension, Benefits Exhausted - Partial Suspension, Jurisdiction Change - Partially Suspended, Benefits Pending Settlement Approval - Partially Suspended, Pending Appeal or Judicial Review - Lump Sum Benefit Payment - Suspension Denial - Sale of Mortgage Change - Servicer Change - Mortgagor Change - Prepayment Termination - Non-conveyance Termination - Voluntary Action Termination - Loan Refinanced Termination - Transfer Due to Interest and Servicing Sold - Retain Servicing - Transfer Servicing - Assign Servicing - Servicer Loan Number Change - Merger - Acquisition - Receivership - Loan Maturity Maintenance - Binder - New Policy - Renewal Policy - Canceled by Administrator - Canceled by Insured - Re-Write - Non-renewal - Termination of All Endorsements - Termination of Lessor Interest - Termination of Additional Insured Interest - Termination of Lienholder or Loss Payee - Addition of Lessor Endorsement - Addition of Lienholder Endorsement - Addition of Additional Insured Endorsement - Change of Lessor Endorsement - Change of Lienholder Endorsement - Change of Additional Insured Endorsement - Acquired Unallocated - Acquired Payment - Investigation Pending - Concurrent Benefit - Abbreviated First Report on an Acquired Claim - Employer Paid - Employer Reinstatement - Suspension Directed by Agency - Occupational Safety and Health Administration Injury and Illness Log (OSHA-300) - Occupational Injury Survey - Bureau of Labor and Statistics Survey - First Payment on an Acquired Claim - First Report on an Acquired Claim - Impairment Report - Return to Work Report - Office of Workers Compensation Program Injury Claim Report (OWCP CA-1) - Office of Workers Compensation Program Illness Claim Report (OWCP CA-2) - Occupational Safety and Health Administration Injury and Illness Record (OSHA-301) - First Aid Injury Only - Endorsement Validation - Maintenance - Repair - Insurance - Warranty - Change Excluding Price - Price Change Only - To Be Verified - Mutually Defined - - - Line Item Only - Originator Assigned - Entire Shipment - Pallet Number - Pallet Configuration Number - EAN.UCC Serial Shipping Container Code (SSCC) - UCC/EAN-128 Application Identifier (AI) and Data - Shipper-Assigned Case Number - Carrier-Assigned Package ID Number - Receiver Assigned Drop Zone - Electronic Product Code (ePC) Serial Shipping Container Code (SSCC) - Electronic Product Code (ePC) and Bar Code Serial Shipping Container Code (SSCC) - Electronic Product Code (ePC) and Bar Code Serial Shipping Container Code (SSCC) with Application Identifier (AI) - Electronic Product Code (ePC) Serialized Global Trade Item Number (SGTIN) - Electronic Product Code (ePC) with Bar Code Serialized Global Trade Item Number (SGTIN) - Global Individual Asset Identifier - EAN.UCC Serial Shipping Container Code (SSCC) and Application Identifier - Global Returnable Asset Identifier (GRAI) - Serialized Global Returnable Asset Identifier (GRAI) - Master Carton Number - Marked Ticket Price - Premarked by Buyer - Serialized Number - Self-Identifying Container via Radio Frequency ID Device - Shipper Assigned - Shipper Assigned Roll Number - Shipper Assigned Skid Number - U.P.C. Shipping Container Code - Department of Defense Unique Item Identifier - U.P.C. Consumer Package Code (1-5-5-1) - Mutually Defined - - - Hard Wood - Aluminum - As Specified by the Department of Transportation (DOT) - Metal - Standard - Steel - Wood - Slip sheet - Soft Wood - Blue Plastic - Red Plastic - Euro Pallet - Heat Treated - Fiberboard - White Wood - 4-Way Pallet - Leased Wood Pallet - Half Pallet - Leased Plastic Pallet - Dolly - Intermediate Bulk Container (IBC) Pallet - Skid - Stringer Pallet - Block Pallet - Horizontal Drum Pallet - Vertical Drum Pallet - - - Closed - Final - Open, Waiting for Cause and Corrective Action Report - Open, Waiting for Authorization for Material Disposition - Open, Waiting for Cause and Corrective Action Implementation - Open, Waiting for Supplier Feedback - Open, Waiting for Additional Test Data - Reopened - Revised - - - Prepare Claim - Conditional Use, As Is - Follow-up Report Request - Hold Exhibit - Investigate Deficiency - Reevaluate - Reject - Repair - Request for Disposition - Response Requirements Follow - Return - Rework - Scrap - Use As Is - Other Action - - - Order - Shipment - Billing - Receipt - Discrepant - Was Not a Reason for the Nonconformance Report - Was a Reason for the Nonconformance Report - - - Please Correct and Resubmit - Resubmit Entire Claim - Resubmit This Item Only - Resubmission Not Allowed - Please Resubmit Original Transaction - Resubmission Allowed - Do Not Resubmit; Inquiry Initiated to a Third Party - Please Wait 30 Days and Resubmit - Please Wait 10 Days and Resubmit - Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly - - - Declined Shipment - Unacceptable Equipment - Missed Appointment - No Pallets - Depositor Request - Continuous Movement - Shipping Location Change - Spotted Trailer - Rail Car Not Available - Load Consolidation - Invalid SCAC - Missing SCAC - Not Picked Up - Private Fleet - Inadequate Lead Time - Mutually Defined - - - Inadequate Lead Time - Carrier Late - Weather - Customer or Buyer Request - Truck Load Appointment Problem - Pool Schedule Appointment Problem - Strike or Other Stoppage - Held for Product - Shipping Location Closed - Depositor Consolidation Problem - Arrival Date - Shipping Location Workload - Shipping Location Handling - Depositor Handling - Booking Location Request - Unacceptable Equipment - Carrier Mode Change - Incorrect Transit Time - Carrier Request - Mutually Defined - - - Out of Stock - Equipment Cut - Booking Location Request - On Hold - Order Discrepancy - Receiving Location Request - Inventory Discrepancy - Material Shortage - Substitution - Diverted Item - Loading Error - Inbound Carrier Failure - Product Allocation Exceeded - Improperly Sized Order - Wrong Equipment - Insufficient Equipment Space - Discontinued Item - Late Stock Transfer - Inadequate Lead Time - Stock Transfer Not Set Up - Item Not Stocked at Shipping Location - Product Withdrawn - Addition Requested by Customer - Bacteria Clearance - Customer Age Guidelines Not Met - Mutually Defined - - - Adjustment Having Normal Effect on Inventory for Type of Transaction Set in which Code is Used - Adjustment Having Reversal Effect on Inventory for Type of Transaction Set in Which Code is Used - - - Regular - Modified - Errors - Late - Returns - Advance or Deposit - Collection Status - Cashless - Resubmission - Miscellaneous Debit - Miscellaneous Credit - Insufficient Information - - - U.S. Bureau of Census - Ship's Radio Call Signal - Lloyd's Register of Shipping - Mutually Defined - - - Coverage Lack of Information - Dispute Concerning Coverage - Dispute Concerning Compensability in Whole - Dispute Concerning Compensability in Part - Dispute Concerning Disability in Whole - Dispute Concerning Disability in Part - Dispute Concerning Impairment - Wrongful Determination of No Coverage - Error(s) from Employer - Error(s) from Employee - Error(s) from State - Error(s) from Health Care Provider - Error(s) from Other Claim Administrator, Independent Adjuster or Third Party Administrator - Late No Excuse - Late Notification, Employer - Late Notification, Employee - Late Notification, State - Late Notification, Health Care Provider - Late Notification, Assigned Risk - Late Investigation - Technical Processing Delay or Computer Failure - Manual Processing Delay - Intermittent Lost Time Prior to First Payment - Awaiting Wage Amount Verification - - - Centimeters - Feet - Inches - Meters - - - Price Authorization Invalid - Price Authorization Expired - Product not on the price authorization - Authorized Quantity Exceeded - Zero Balance - Special Cost Incorrect - Catalog Cost Incorrect - Invalid Ship Location - No Credit Allowed - Administrative Cancellation - Invalid Debit Number - Duplicate Sequence Number - Not Valid for Price Protection - Invalid part number - Required application data missing - Unit resale higher than authorized - Negotiated price was not less than book price - Ship date must not be after current date - Ship date cannot be prior to price authorization issue date - Ship date should not be before price authorization date (for rebills) - Price authorization is a rebill type - Price authorization has been deleted - Price authorization used on a sales order - Disposition pending vendor review. - Invalid Customer Number - Invalid Ship Date - Duplicate Invoice Number - Claim Submitted Past Exercise Period - Invalid Meet Competition Cost - Invalid Book Cost - Input Incomplete - Input Errors - No Coverage - Out of Network - Testing not Included - Request Forwarded To and Decision Response Forthcoming From an External Review Organization - Claim Can Not Be Identified for Verification - Actual Information Different than Reported - Actual Information Different - Claim Has Been Re-adjudicated Since Initial Payment - Authorization/Access Restrictions - Unable to Respond at Current Time - Invalid/Missing Provider Identification - Invalid/Missing Provider Name - Invalid/Missing Provider Specialty - Invalid/Missing Provider Phone Number - Invalid/Missing Provider State - Invalid/Missing Referring Provider Identification Number - Provider is Not Primary Care Physician - Provider Ineligible for Inquiries - Provider Not on File - Service Dates Not Within Provider Plan Enrollment - Inquired Benefit Inconsistent with Provider Type - Inappropriate Product/Service ID Qualifier - Inappropriate Product/Service ID - Inappropriate Date - Invalid/Missing Date(s) of Service - Invalid/Missing Date-of-Birth - Invalid/Missing Date-of-Death - Date of Birth Follows Date(s) of Service - Date of Death Precedes Date(s) of Service - Date of Service Not Within Allowable Inquiry Period - Date of Service in Future - Invalid/Missing Patient ID - Invalid/Missing Patient Name - Invalid/Missing Patient Gender Code - Patient Not Found - Duplicate Patient ID Number - Inconsistent with Patient's Age - Inconsistent with Patient's Gender - Patient Birth Date Does Not Match That for the Patient on the Database - Invalid/Missing Subscriber/Insured ID - Invalid/Missing Subscriber/Insured Name - Invalid/Missing Subscriber/Insured Gender Code - Subscriber/Insured Not Found - Duplicate Subscriber/Insured ID Number - Subscriber Found, Patient Not Found - Subscriber/Insured Not in Group/Plan Identified - Invalid Participant Identification - No Response received - Transaction Terminated - Invalid or Missing Case Number - Not Medically Necessary - Level of Care Not Appropriate - Certification Not Required for this Service - Certification Responsibility of External Review Organization - Primary Care Service - Exceeds Plan Maximums - Non-covered Service - No Prior Approval - Requested Information Not Received - Duplicate Request - Service Inconsistent with Diagnosis - Invalid Provider Identification - Missing Provider Identification - Patient Not Eligible - Pre-existing Condition - Invalid or Missing Provider Address - Experimental Service or Procedure - Authorization Number Not Found - Air Brakes - Inoperative, etc. - Missing Date(s) of Service - - Requires Primary Care Physician Authorization - Invalid/Missing Diagnosis Code(s) - Invalid/Missing Procedure Code(s) - Invalid/Missing Onset of Current Condition or Illness Date - Invalid/Missing Accident Date - Invalid/Missing Last Menstrual Period Date - Invalid/Missing Expected Date of Birth - Invalid/Missing Surgery Date - Invalid/Missing Admission Date - Invalid/Missing Discharge Date - Additional Patient Condition Information Required - Invalid Date of Birth - Missing Date of Birth - Arrivals - Invalid Gender Code - Missing Gender Code - Provider Identification Does Not Match That on the Database - Invalid Member Identification - Invalid Date(s) of Service - System is Unable to Respond Within the Allotted Time - Invalid Last Name - Invalid First Name - Contract Price Error - Contract Price Mark Up Error - Contract Price Freight Error - Contract Price Volume Discount Error - Contract Price Starting Price Error - Contract Price Invalid Date Range - Contract Price Freight Surcharge Error - Drop Size Error - Drop Frequency Error - Reject Due to Air Bags - Missing Last Name - Reject Due to No Chains - Reject Due to Damps - Missing First Name - Missing Member Identification - Reject Due to Bearings - Member Identification Does Not Match That on the Database - Gender Code Does Not Match That on the Database - First Name Does Not Match That on the Database - Last Name Does Not Match That on the Database - Reject Due to Load Divider Bad Order - Invalid Middle Name - Missing Middle Name - Loaded Car, Unable to Load - Reject Due to Bridge Plate - Middle Name Does Not Match That on the Database - Reject Due to Brake Rigging Beam, Lever - Reject Due to Bad Order Slides - Invalid Suffix - Missing Suffix - Reject Due to Bad Order Valves/Piping - Reject Due to Bad Order Walls - Suffix Does Not Match That on the Database - Date Error - Duplicate Program - Duplicate Contract - Not As Negotiated - Product Missing - Quantity Error - Incorrect Allowance - Incorrect Start Date - Incorrect End Date - Reject Due to Crank Arm Application - Reject Due to Center Bowls, Plates and Pins - Certification Information Does Not Match Patient - Complete Loading - Released as Railroad Company Material - Car Not Ordered - Put on Constructive Placement - Wrong Consignee - Release Load Through Bill Connecting Road - Release as a Cross-town Load - Equipment Not Used - Wrong Car Type - Reject Due to Doors - Reject Due to Draft Gear - Yoke - Dismantle - Departed - Reject Due to Dirty - Defective Safety Devices - Reject Due to Load Dividers, Side Filters, Special Equipment - Requested Record Will Not Be Sent; Cannot Identify the Record - Requested Record Will Not Be Sent; Need Student or Parent Permission - Requested Record Will Not Be Sent - Requested Record Will Not Be Sent; Never Enrolled - Requested Record Will Not Be Sent; No Degree Awarded - Requested Record Will Not Be Sent; No Grades Posted - Requested Record Cannot Be Sent Electronically; Record Resides in Paper Format only which Will Be Sent by Mail - Requires Medical Review - Empty Equipment Available for Loading - Reject Due to Spotted in Error - Empty Trailer Flat Release - Freight Damage Claim - Reject Due to Bad Floor - Release From Demurrage and Start Storage until Waybilled - Reject Due to Handbrake - Reject Due to Hand Hold, Ladder, Step, Running Boards, Platforms, etc. - Reject Due to Hot Journal Box - Invalid Authorization Number Format - Releases an Idler - Industrial Interchange - Inappropriate Provider Role - Ambulance Certification Segment Information Doesn’t Correspond to Transport Address Segment Information - Mileage Cannot Be Computed Based on Data Submitted - Computed Mileage is Inconsistent with Transport Information or Service Units - Reject Due to Couplers - Reject Due to Leaking Contents - Reject Due to Load Shifted - Light Weigh and Restencil - Missing Authorization Number - Move from Current Spot to Next - Missing Number of Units - No Certification Information Found - Reject Due to Outlet Gate/Valve Lo and Open Hopper - Released from Industry to be Inspected - Ordered for Replacement - Reject Due to Overloaded - Preventative Maintenance - Released from Industry to Custody of Broker - To be Reloaded - Reject Due to Refrigeration Unit - Reject Due to Roof Hatches - Reject Due to Racks (Bi or Tri Levels) - Released - Requesting Provider Contact Information Missing - Bad Order Reinitialing and Numbering - Released Partially Unloaded - Released Loaded for Line Haul Shipment - Run Through Equipment not Spotted - Released from Demurrage after being Scrapped - Released from Shop Track - Reject Due to Superstructure - End, Roof and Sides - Local Waybill - Cannot Identify Provider as TPO (Third Party Organization) Participant - Cannot Identify Payer as TPO (Third Party Organization) Participant - Cannot Identify Insured as TPO (Third Party Organization) Participant - Payer Name or Identifier Missing - Certification Information Missing - Claim does not contain enough information for re-pricing - Bad Order to Transfer Lading - Reject Due to Tie Down Devices - Reject Due to Trailer Hitch - Reject Due to Train Line, Air Hose, Anglecock - Reject Due to Truck, S-Frame, Bolster - Reject Due to Uncoupling Rod - Reject Due to Underframe - Including Sills - Bad Order for Upgrading of Car - Invalid Number of Units - Reject Due to Wheel/Axle - Bad Order Due to Wreck - Inquiry Response Type Not Supported - Responding System Cannot Process Inquiry Type in Real-time - Mutually Defined - - - Detail Area - Heading Area - No Section Designation - Summary Area - - - Header for the Envelope - Not Header or Trailer - Trailer for the Envelope - - - Conditional - Floating - Mandatory - Not Used By Convention - Optional - Required by Convention - - - Application Data Segment - Application Control Segment (e.g., ST/SE) - Group Control Segment (e.g., GS/GE) - Interchange Control Segment (e.g., ISA/TA1/IEA) - - - Military Official Mail - Mail - Air - Barge - Consolidation - Parcel Post - Expedited Truck - Flyaway - Consignee Option - Customer Pickup - Common Irregular Carrier - Motor - Backhaul - Contract Carrier - Motor (Common Carrier) - Private Vessel - Containerized Ocean - Private Carrier - Conventional Ocean - Rail - Ocean - Best Way (Shippers Option) - Private Parcel Service - Inland Waterway - Intermodal (Piggyback) - Military Intratheater Airlift Service - Air Charter - Air Express - Air Freight - Air Taxi - Air (Package Carrier) - Armed Forces Courier Service (ARFCOS) - Breakbulk Ocean - Book Postal - Bus - Commingled Ocean - Customer Pickup / Customer's Expense - Driveaway Service - Driveaway, Truckaway, Towaway - Air Mobility Command (AMC) Channel and Special Assignment Airlift Mission - Air Freight Forwarder - Motor (Flatbed) - Geographic Receiving/Shipping - Geographic Receiving - Geographic Shipping - Household Goods Truck - Intermodal (Personal Property) - Military Air - Local Delivery - Less Than Trailer Load (LTL) - Motor (Bulk Carrier) - Motor (Package Carrier) - Military Sealift Command (MSC) - Pooled Air - Pooled Piggyback - Pipeline - Pool to Pool - Pooled Rail - Pooled Truck - Rail, Less than Carload - Ocean (Roll on - Roll off) - Roadrailer - Shipper Agent - Shipper Agent (Truck) - Shipper Association - Sea/Air - Surface Freight Forwarder - Supplier Truck - Steamship - Stack Train - Towaway Service - Cab (Taxi) - Tank Truck - Motor (Van) - Vessel, Ocean - Vessel, Lake - Water or Pipeline Intermodal Movement - Intermodal Expedited - Ocean Conference Carrier - Ocean Non-Conference Carrier - Mutually defined - - - Conditional - Exclusive Use - List Conditional - Paired - Required - - - Binary - Decimal - String - Date - Identifier - Numeric With No Decimal Positions - Numeric With One Decimal Position - Numeric With Two Decimal Positions - Numeric With Three Decimal Positions - Numeric With Four Decimal Positions - Numeric With Five Decimal Positions - Numeric With Six Decimal Positions - Numeric With Seven Decimal Positions - Numeric With Eight Decimal Positions - Numeric With Nine Decimal Positions - Time - - - Assortment Against Blanket - AOG (Aircraft on Ground) Critical - AOG (Aircraft on Ground) Service - Bidding - Blanket Order/Estimated Quantities (Not firm Commitment) - Bill and Hold - Blanket Order (Quantity Firm) - Bailment - Budgetary Quote - Buying - Contract Award Notification - Cooperative Agreement - Change to Contract - Assistance Award Loan - Undefinitized Contract Action - Confirmation - Formula Funds Assistance Award - Consigned Order - Catalog Order - Change to Purchase Order - Change to Release - Donation Order - Domestic Order - Direct Ship - Dropship - Emergency Order - Export Order - Formula Funds - Fabricate and Hold - Firesale Order - Damaged or Distressed Merchandise - Information Copy - Job Lot - Agreement - Blanket Purchase Agreement - Contract - Basic Agreement - Basic Ordering Agreement - Grant - Indefinite Delivery Indefinite Quantity - Purchase Order - Close Out - Authority to Proceed - Indefinite Delivery Definite Quantity - Requirements - Letter Contract - Task Order - Lease (Blanket Agreement) - Loan - Lease - Novation Agreement - New Order - Not for Sale - New Product Introduction - New Store Opening - Special Order - Production Order - Promotion - Release Against Assortment - Retailer Pre-commitment - Reorder - Release or Delivery Order - Renewal Order - Rush Order - Repair and Return - Rental - Record Update Service - Resume Work Order - Stand-alone Order - Shipped Order - Sample - Supply or Service Order - Standing Order - Stop Work - Toll Conversion Order - Time & Materials - Termination - Unit Down - Unit Exchange - Urgent Service Request - Warranty Order - Warehouse Transfer Order - Mutually Defined - - - Home Health Aide - Medical Social Worker - Occupational Therapy - Physical Therapy - Skilled Nursing - Speech Therapy - - - Health Level 7 (HL7) - Industry Standard Code List - National Committee Prescription Drug Program (NCPDP) - TDCC Encoded Standards - United Nations/Electronic Data Interchange for Administration, Commerce and Transport (UN/EDIFACT) - ANSI X12 Standards - - - Poor - Guarded - Fair - Good - Very Good - Excellent - Less than 6 Months to Live - Terminal - - - Full Set of Tables - Partial Set of Tables - - - Association of American Railroads - General Motors - - - Advance The Specified Number of Lines Before Print - Advanced Three Lines Before Print - Advance two lines before print - Line Continuation - Advance to next page before print - No advance before print - Advance to new line before print - - - Where Air = 1 - Where Butyl Acetate = 1 - Approximately - Equal to - Greater than or equal to - Greater than - Less than - Less than or equal to - Where H2O = 1 or Water = 1 - Not equal to - Corrected to 60 Degrees Fahrenheit - Where Toluene = 1 - Vapor in Air - Vapor in Other Than Air - Standard Temperature and Pressure - Conditions Other Than Standard Temperature and Pressure - In Ethyl Alcohol - In Ethyl Ether - In Water - At 1 Atmosphere Pressure - Where Ether = 1 - Actual - Predicted - Air-dried Basis - As-received Basis - Dry Basis - Equilibrium Basis - Moisture and Ash-Free Basis - Oxidizing Atmosphere - Reducing Atmosphere - Calculated - Scaled Weight - Ratchet - Saturated Vapor - Unconditional - Short-term - Time-weighted - Corrected - Uncorrected - Off Peak - On Peak - Intermediate - Average - Per Gallon - Estimated - Minimum - Mist - Predominant - Total - Cost - Tenant - Owner - For Sale - Real Estate Owned or Corporate Owned - Boarded or Blocked Up - Planned - Completed - Sold - Rented - Current - Current List - Effective - List When Sold - Sales - Final List - As Is - As Repaired or Improved - Instantaneous - Low - Low to Good - Low to High - Low to Medium - Low to Moderate - Medium - Medium to Good - Medium to High - Moderate - Moderate to Good - Moderate to High - Moderate to Medium - Good - Good to High - High - Budgeted - Forecast - Adjusted - Allocated - Increasing - Stable - Declining - Previous - Potential - Modeled - Measured - Maximum - Regulated - Spring - Summer On-peak - Summer Mid-peak - Summer Off-peak - - Summer Super Off-peak - Winter On-peak - Winter Mid-peak - Winter Off-peak - Winter Super On-peak - Winter Super Off-peak - Summer Day - Summer Night - Winter Day - Winter Night - Summer - Winter - Day - Night - Peak-2 - Peak-3 - Peak-4 - Shoulder - Non Time Related Demand - Fall - Summer On Peak-2 - Winter On Peak-2 - Probable Contamination - Not Confirmed - Tentative Identification - Failed - Summer Mid Peak-2 - Winter Mid Peak-2 - Mutually Defined - - - Clear - Hazy - Excess - Some - Undetectable - Trace - Yes - Closed - Pass - Present - Gel - OK - Slight - No Good - Marginal - Nil - Oil Free - Open - Free - No - Checked - Fail - Absent - Good - Fair - Poor - Excellent - Bright - To Be Determined - High - Negative - Partial - Variable - Balance - Complete - Low - Not Applicable - Not Determined - Negligible - Moderate - Appreciable - Not Available - Conforming - Non-conforming - Probable Contamination - Tentative Identification - Detected; Not Quantified - Backer - Full - Not Analyzed - Not Detected - Not Sampled - Present and Not Counted - First Quality - Second Quality - Too Numerous to Count - New - Washcoat - Mutually Defined - - - Dermal - Inhalation - Oral - Impulse Current - Impulse Surge Life - Impulse - Insulation Resistance - Inter-Electrode Capacitance - Direct Current - Contact - Immersion - Auger - Car Top Sample - Flow Sample - Manual Sample - Mechanical Sample - Closed Cup - Open Cup - Stop Belt Sample - Stockpile - - - Animal - Human - Rat - Rabbit - Guinea Pig - Fish - Bird - Microorganism - - - In process specimen - Finished product specimen - - - Random Selection - Sequential specimen - First piece specimen - Last specimen (Sample taken at the end of an operation) - All Specimens - - - Round - Rectangular - Charpy-B - Tubular - Sand Cast - Charpy Powdered Parts - Izod Powdered Parts - Irregular - Spherical - Charpy-C - Die Cast - Pressed - Permanent Mold Cast - Cylindrical - Charpy-A - Izod V-Notch - Izod X-Notch - Izod Y-Notch - Izod Z-Notch - Full Cross-Section - Mill Annealed - Heat Treated - Aged - Notched - Smooth - Combination - - - Longitudinal - Transverse - Radial - Axial - Forty-Five Degree - Long Transverse - Short Transverse - Tangential - Long Transverse/Longitudinal - Long Transverse/Short Transverse - Longitudinal/Long Transverse - Longitudinal/Short Transverse - Short Transverse/Longitudinal - Short Transverse/Long Transverse - Longitudinal/Transverse - Shear - - - Bore - Rim - Web - Leg - Integral Test Ring - Slug - Interior Front - Interior Back - Center of Thickness - Ladle - Front - Back - Center - Core - Mid-Radius - Surface - Heaviest Section - Quarter Thickness - One-Third Radius - Operator Edge - Center of Width - Drive Edge - Top - Bottom - Inside - Upper Left Quadrant - Upper Right Quadrant - Lower Left Quadrant - Lower Right Quadrant - - - Cusum Delta - Cusum - H - Cusum - K - Capability Ratio - F-Test - Control Limit Lower - Individual - Control Limit Upper - Individual - T-Test - Grand Average (Double X Bar) - Kurtosis - Mean Average - Median - Minimum Average - Median Range - Maximum Average - Process Capability Upper - Process Capability Lower - Process Capability CPK - Range Average (R Bar) - Control Limit Lower R-Bar - Control Limit Upper R-Bar - Range Value - Standard Deviation - Standard Error - Skewness - Control Limit Lower X-Bar - Control Limit Upper X-Bar - Failure Rate in Time - Mode - Average - Mean - Minimum Value - Maximum Value - Calculated - Scalar - Percentile - Decile - Quartile - Quintile - Probabililty - - Cochran's Procedure - Chi-Square Test - Histogram - Kolmogrov-Smirnov Test - Moment Tests, Skewness and Kurtosis (Weighted Average) - Shapiro-Wilk Test - Mutually Defined - - - Adjustment - Cycle - Current Month - Month - Previous Month - Quarterly - Year to Date - Analysis Month - Cycle to Date - - - Float - Ledger - Service Charge - - - Customer defined - Taxing Authority Code - State or Province - State Defined - Vendor defined - Vertex - - - Cancel an entire batch of payments. - Cancel an individual payment. - - - Request For Quote - Solicitation for Offer - Invitation for Bid - Request for Proposal - Sealed Bid - Amendment to Solicitation - Request for Technical Proposal - Request for Price Proposal - Request for Information - Request for Lease and Purchase Terms - Broad Announcement - Best and Final - Presolicitation Announcement - - - Receiving Dock Advice - Post Receipt Advice - Disposition Advice - Metered Gas Volume Advice - Facility Operator's Allocation Advice - Natural Gas Seller's Allocation Advice - Pipeline Allocation Advice - Acceptance Certificate - Authorized Representative in Receipt of an Acceptance Alert - Authorized Representative Not in Receipt of an Acceptance Alert - Intermediate Point Receipt Advice - - - Stadium Tax - Surtax - Departure - - Ad Valorem Tax - Alcoholic Beverage Tax - Coin Operated Device Tax - Corporate Income Tax - Employment Tax - Estate Tax - Fee-in-Lieu - Gaming Tax - Gift Tax - Highway (Fuel) Use Tax - International Fuel Tax Agreement (IFTA) Tax - Individual Income Tax - Inheritance Tax - Motor Fuel Tax - Personal Property Tax - Assessment - Real Property Tax - Severance Tax - Solid Waste Tax - Tobacco Tax - Tourism Tax - Transit Tax - Unemployment Tax - Use Tax - Withholding Tax - Worker's Compensation Tax - Harmonized Sales Tax - Business Privilege Tax - City Tax - Threshold Tax - Federal Value-added Tax (GST) on Goods - City Rental Tax - County/Parish Sales Tax - County Rental Tax - City Sales Tax - County Tax - Federal Value-added Tax (GST) on Services - Default Labor Tax - Equipment Tax - Energy Tax - Environmental Tax - FICA Tax - FICA Medicare Tax - FICA Social Security Tax - Federal Tax - Fuel Super Fund Tax - Federal Income Tax Withholding - Fuel L.U.S.T. Tax (Leaking Underground Storage Tank) - Franchise Tax - Fuel Spill Tax - Federal Excise Tax - Gross Receipts Tax - Goods and Services Tax - Public Health and Education Tax - Handicap Tax - Hazardous Waste Tax - Labor By Trade Tax - Local Tax (Not Sales Tax) - State and Local Sales Tax - Local Sales Tax (All Applicable Sales Taxes by Taxing Authority Below the State Level) - Leaky Underground Storage Tank (LUST) Tax (federal) - Leaky Underground Storage Tank (LUST) Tax (state) - Material Tax - Minimum Tax - Municipal Tax - Miscellaneous State Tax - Metropolitan Transit Tax - Other Taxes - Occupational Tax - State or Provincial Tax on Goods - State or Provincial Tax on Services - State or Provincial Fuel Tax - Secondary Percentage Tax - School Tax - State Excise Tax - Superfund Tax - State and Local Tax - State/Provincial Tax - State Rental Tax - State Tax on Specific Labor - State Sales Tax - Sales and Use Tax - Enhanced 911 - State Excise Tax - Pre-threshold Tax - Post Threshold Tax - Telecommunications Device for the Deaf (TDD) Service Excise Tax - Telecommunications Tax - All Taxes - License Tax - Utility Users' Tax - Value Added Tax - Well Service - 911-City Tax - 911-County Tax - 911-Excise Tax - 911-State Tax - 911-Tax - Mutually Defined - - - Final Net Acquisition Cost - Prototype Handling Cost - Labor Cost - Material Cost - Sender's Cost - Other Cost - Overhead Cost - Packaging Cost - Raw Material per Part Cost - Raw Material per Unit of Measure Cost - Prototype Set-Up Cost - Total Die Model Cost - Total Gage Cost - Line Item Tooling Cost - Total Material Cost - Total Material Including Purchased Components Cost - Total Other Tooling Cost - Total Purchased Components Cost - Total Tooling Cost - - - Base Zip - Kilometers - Mileage - Rate Basis - Scale - Tariff Note - Household Goods Miles - Carrier Miles (Actual) - Association of American Railroads Docket 28300 Miles - Combination Mileage (Association of American Railroads Docket 28300 Followed by Actual Carrier Miles) - Combination Mileage (Actual Carrier Miles Followed by Association of American Railroads 28300 Miles) - - - Restricted - - - Minimum Charge - Mileage Restriction - Minimum Weight - Excess Weight Charge - Maximum Weight - - - Alternate Insurer - Loan Applicant - Loan Broker - Dependent - Asset Account Holder - Tenant - Recipient of Civil or Legal Liability Payment - Titleholder - Non-Mortgage Liability Account Holder - Note Co-Signer - Comparable Rentals - Interim Funding Organization - Non-occupant Co-borrower - List Owner - List Mailer - Primary Electronic Business Contact - State Division - Alternate Electronic Business Contact - Primary Practice Location - Party to Declare Goods - Conduit - Party to be billed(AAR Accounting Rule 11) - Regional Office - Contracted Service Provider - Wholly-Owned Subsidiary - Accounts Payable Office - Plant - Consultant's Office - Production - Non-Production Supplier - Subgroup - Applicant - Group Purchasing Organization (GPO) - Co-operative - Health Maintenance Organization (HMO) - Alliance - Oncology Center - Kidney Dialysis Unit - Preferred Provider Organization (PPO) - Connection - Franchisor - Franchisee - Previous Group - Shareholder - Acute Care Hospital - Provider - Military Facility - University, College or School - Outpatient Surgicenter - Physician, Clinic or Group Practice - Long Term Care Facility - Extended Care Facility - Psychiatric Health Facility - Laboratory - Retail Pharmacy - Home Health Care - Foreign Supplier - Small Business - Minority-Owned Business, Small - Minority-Owned Business, Large - Woman-Owned Business, Small - Woman-Owned Business, Large - Socially Disadvantaged Business - Small Disadvantaged Business - Subcontractor - Prototype Supplier - Federal, State, County or City Facility - Third-Party Administrator - Co-Participant - Miscellaneous Health Care Facility - Non-Health Care Miscellaneous Facility - State - Assigner - Hospital District or Authority - Church Operated Facility - Individual - Partnership - Corporation - Air Force Facility - Army Facility - Navy Facility - Public Health Service Facility - Veterans Administration Facility - Federal Facility - Public Health Service Indian Service Facility - Department of Justice Facility - Other Not-for-profit Facility - Individual for-profit Facility - Partnership for-profit Facility - Corporation for-profit Facility - General Medical and Surgical Facility - Hospital Unit of an Institution (prison hospital, college infirmary, etc.) - Service Supplier - Postal Mailing Address - Party to Receive Material Release - Inquiry Address - Material Change Notice Address - Electronic Data Interchange (EDI) Coordinator Point Address - Employer - Previous Debt Holder - Mortgage Liability Account Holder - Appraisal Company - Hospital Unit Within an Institution for the Mentally Retarded - Psychiatric Facility - Tuberculosis and Other Respiratory Diseases Facility - Obstetrics and Gynecology Facility - Eye, Ear, Nose and Throat Facility - Rehabilitation Facility - Orthopedic Facility - Chronic Disease Facility - Other Specialty Facility - Children's General Facility - Children's Hospital Unit of an Institution - Children's Psychiatric Facility - Children's Tuberculosis and Other Respiratory Diseases Facility - Children's Eye, Ear, Nose and Throat Facility - Children's Rehabilitation Facility - Children's Orthopedic Facility - Children's Chronic Disease Facility - Children's Other Specialty Facility - Institution for Mental Retardation - Alcoholism and Other Chemical Dependency Facility - General Inpatient Care for AIDS/ARC Facility - AIDS/ARC Unit - Specialized Outpatient Program for AIDS/ARC - Alcohol/Drug Abuse or Dependency Inpatient Unit - Alcohol/Drug Abuse or Dependency Outpatient Services - Arthritis Treatment Center - Receiver - Submitter - Component Manufacturer - Claimant Authorized Representative - Data Processing Service Bureau - Drop-off Location - Invoicing Dealer - Estimator - In-service Source - Initial Dealer - Birthing Room/LDRP Room - Burn Care Unit - Cardiac Catherization Laboratory - Open-Heart Surgery Facility - Cardiac Intensive Care Unit - Angioplasty Facility - Chronic Obstructive Pulmonary Disease Service Facility - Emergency Department - Trauma Center (Certified) - Extracorporeal Shock-Wave Lithotripter (ESWL) Unit - Fitness Center - Genetic Counseling/Screening Services - Adult Day Care Program Facility - Alzheimer's Diagnostic/Assessment Services - Comprehensive Geriatric Assessment Facility - Emergency Response (Geriatric) Unit - Geriatric Acute Care Unit - Geriatric Clinics - Respite Care Facility - Senior Membership Program - Patient Education Unit - Community Health Promotion Facility - Worksite Health Promotion Facility - Hemodialysis Facility - Home Health Services - Hospice - Manufacturer's Representative - Parts Distributor - Part Remanufacturer - Registered Owner - Order Writer - Service Manager - Servicing Dealer - Servicing Organization - Store Manager - Party to Approve Specification - Medical Surgical or Other Intensive Care Unit - Hisopathology Laboratory - Blood Bank - Neonatal Intensive Care Unit - Obstetrics Unit - Occupational Health Services - Organized Outpatient Services - Pediatric Acute Inpatient Unit - Psychiatric Child/Adolescent Services - Psychiatric Consultation-Liaison Services - Psychiatric Education Services - Psychiatric Emergency Services - Psychiatric Geriatric Services - Psychiatric Inpatient Unit - Psychiatric Outpatient Services - Psychiatric Partial Hospitalization Program - Megavoltage Radiation Therapy Unit - Radioactive Implants Unit - Therapeutic Radioisotope Facility - X-Ray Radiation Therapy Unit - CT Scanner Unit - Diagnostic Radioisotope Facility - Magnetic Resonance Imaging (MRI) Facility - Ultrasound Unit - Rehabilitation Inpatient Unit - Rehabilitation Outpatient Services - Salesperson - Performed At - Applicant's Employer - Reference's Employer - Cosigner's Employer - Applicant's Reference - Applicant's Cosigner - Applicant's Comaker - Owner's Representative - Repairing Outlet - Reproductive Health Services - Skilled Nursing or Other Long-Term Care Unit - Single Photon Emission Computerized Tomography (SPECT) Unit - Organized Social Work Service Facility - Outpatient Social Work Services - Emergency Department Social Work Services - Sports Medicine Clinic/Services - Hospital Auxiliary Unit - Patient Representative Services - Volunteer Services Department - Outpatient Surgery Services - Organ/Tissue Transplant Unit - Orthopedic Surgery Facility - Occupational Therapy Services - Physical Therapy Services - Recreational Therapy Services - Respiratory Therapy Services - Speech Therapy Services - Women's Health Center/Services - Health Sciences Library - Cardiac Rehabilitation Program Facility - Non-Invasive Cardiac Assessment Services - Emergency Medical Technician - Disciplinary Contact - Case Manager - Advisor - Prior Incorrect Insured - Attending Physician - Operating Physician - Other Physician - Corrected Insured - Participant - Secondary Warranter - Service Location - Service Requester - Warranter - Premises - Bottler - Place of Occurrence - Contracting Officer Representative - Party Authorized to Definitize Contract Action - Filing Address - Hazardous Material Office - Government Furnished Property FOB Point - Project Name - Codefendant - Co-occupant - Preliminary Inspection Location - Inspection and Acceptance Location - Party to Receive Proposal - Federally Chartered Facility - Transportation Office - Party to Whom Protest Submitted - Birthplace - Pipeline Segment - Home State Name - Liquidator - Petitioning Creditor's Attorney - Merged Name - Party Represented - Professional Organization - Referee - Hospital - Part Source - Rendering Provider - Subscriber's School - Subscriber's Employer - Billing Provider - Conductor - Pay-to Provider - Approver - Investor - Vacation Home - Primary Residence - Second Home - Permit Holder - Minority Institution - Bailment Warehouse - First Appraiser - Tax Exempt Organization - Service Organization - Emerging Small Business - Surplus Dealer - Polling Site - Socially Disadvantaged Individual - Economically Disadvantaged Individual - Disabled Individual - Producer - Public or Private Organization for the Disabled - Consumer Service Provider (CSP) Customer - Consumer Service Provider (CSP) - Voter - Native Hawaiian Organization - Primary Intra-LATA (Local Access Transport Area) Carrier - Payment Address - Oil and Gas Custodian - Registered Office - Previous Business Partner - Action Party - Support Party - Insurance Institute - New Supply Source - Research Institute - Debtor Company - Party Waiving Requirements - Freight Management Facilitator - Outer Continental Shelf (OCS) Area Location - Debtor Individual - Country of Export - Country of Destination - New Service Provider - Sub-servicer - Loss Payee - Nickname - Assignee - Registered Principal - Additional Debtor - Key Person - Incorporated By - Party to Lease - Party to Contract - Investigator - Last Supplier - Downstream First Supplier - Co-Investigator - Telephone Answering Service Bureau - Author - First Supplier - Ultimate Parent Company - Contractual Receipt Meter - Contractual Delivery Meter - Co-debtor - Adjuster - Woman-Owned Business - Labor Surplus Area Firm - Other Disadvantaged Business - Veteran-Owned Business - Section 8(a) Program Participant Firm - Sheltered Workshop - Nonprofit Institution - Sales Office - Authority For Shipment - Additional Pickup Address - Air Cargo Company - - Additional Delivery Address - Authorized Accepting Official - Agent/Agency - Advertiser - Airline - Alleged Debtor - Party to Whom Acknowledgment Should Be Sent - Allotment Customer - Assistant U.S. Trustee - Authorized From - Account Of - Account of (Origin Party) - Account of (Destination Party) - Armed Services Location Designation - Postsecondary Education Sender - Postsecondary Education Recipient - Party Authorizing Disposition - Authorized To - Accountant - Plaintiff - Clearinghouse - Previous Name - Construction Firm - Other Unlisted Type of Organizational Entity - Previous Name of Firm - Parent Company - Affiliated Company - Registering Parent Party - Registering Nonparent Party - Regular Dealer - Large Business - Battery - Business Partner - Broadcaster - Bill-to Party for Diversion Charges - Beneficiary - Billed From - Buying Group - Interim Trustee - Trustee's Attorney - Co-Counsel - Bank - Party to Receive Bill of Lading - Brakeman - Beneficial Owner - Broker or Sales Office - Special Counsel - Attorney for Defendant Private - Broker - Bill and Ship To - Bill-to-Party - Place of Business - Billing Service - Borrower - Attorney for Plaintiff - Buying Party (Purchaser) - Business Associate - Assistant Conductor - In Care Of Party no. 1 - In Care Of Party no. 2 - Circuit Location Identifier - Contract Administration Office - Party Submitting Quote - Municipality - County - City - Contract Holder - Carrier - Customs Broker - Claimant - Consignee (To Receive Mail and Small Parcels) - Consignee (To receive large parcels and freight) - Subsidiary/Division - Carnet Issuer - Chassis Provider - Consignor - Automated Data Processing (ADP) Point - Pharmacist - Container Location - Customs - Consignee - Ocean Tariff Conference - Party to Receive Cert. of Compliance - Corporate Office - Container Return Company - Consolidator - Country of Origin - Coating or Paint Supplier - Converter - Accounting Station - Claim Administrator - Country - Admitting Surgeon - Admitting Physician - Driver - Commercial Insurer - Defendant - Debtor - Debtor-In-Possession - Consolidated Debtor - Petitioning Creditor - Dispatcher - Creditor's Attorney - Delivery Address - Distributor Branch - Destination Carrier - Assistant Surgeon - Depositor - Material Disposition Authorization Location - Design Engineering - Doing Business As - Different Premise Address (DPA) - Consulting Physician - Ordering Physician - Dealer - Destination Mail Facility - Referring Provider - Dependent Name - Party to Provide Discount - Supervising Physician - Destination Drayman - Distributor - Destination Terminal - Resale Dealer - Division - Downstream Party - Distiller - Default/Foreclosure Specialist - Delivery Zone - Assistant Engineer - Person or Other Entity Legally Responsible for a Child - Person or Other Entity With Whom a Child Resides - Person or Other Entity Legally Responsible for and With Whom a Child Resides - Other Person or Entity Associated with Student - Examiner - Engineering - Previous Employer - Inquiring Party - Participating Laboratory - Study Submitter - Eligible Party To The Contract - Exchanger - Excluded Party - Location of Goods for Customs Examination Before Clearance - Electronic Filer - Engineer - Exhibitor - Executor of Estate - Principal Person - Animal Source - Established Location - Party to Receive Electronic Memo of Invoice - End User - Limited Liability Partnership - Eligible Party to the Rate - Old Debtor - New Debtor - Plan Administrator - Old Secured Party - Selling Agent - Servicing Broker - Exporter - Employee Name - New Secured Party - Company - Owned Oil Field - Energy Information Administration (Department of Energy) - Owned Oil Field - Specialized Mobile Radio Service (SMRS) Licensee - Former Residence - Radio Control Station Location - Small Control Station Location - Small Base Station Location - Antenna Site - Area of Operation - Facility - First Break Terminal - Customer Identification File (CIF) Customer Identifier - Physical Address - Mail Address - Foreign Language Synonym - Trade Name Synonym - Party to Receive Limitations of Heavy Elements Report - Name Variation Synonym - First Contact - Primary Control Point Location - Fireman - Filer Name - Field or Branch Office - Name on Credit Card - Pier Name - Message From - Final Scheduled Destination - New Assignee - Old Assignee - Vessel Name - Forwarder - Closed Door Pharmacy - Veterinary Hospital - Children's Day Care Center - Dependent Insured - Bankruptcy Trustee - Annuitant - Clinic - Contingent Beneficiary - Entity Holding the Information - Entity Providing the Service - Entity Responsible for Follow-up - Family Member - Gas Plant - Other Insured - Previous Credit Grantor - Guardian - General Agency - Inspection Company - Intermediary - Motor Vehicle Report Provider Company - Paramedic - Paramedical Company - Previous Insured - Previous Residence - Spouse Insured - Garnishee - Primary Beneficiary - Gateway Provider - Proposed Insured - Reinsurer - Garaged Location - Credit Grantor - Guarantee Agency - Gas Transaction Ending Point - Group - Retrocessionaire - Treatment Facility - Grandparent - Representative - Sub-Office - District - Paying Agent - School District - Group Affiliate - Designer - Owner - Historically Black College or University - Joint Annuitant - Contingent Annuitant - Contingent Owner - Healthcare Professional Shortage Area (HPSA) Facility - Broker Opinion or Analysis Requester - Home Health Agency - Listing Company - Automated Underwriting System - Subscriber - Document Custodian - Competitive Property Listing - Competing Property - Comparable Property Listing - Closed Sale - Source Party of Information - Subject of Inquiry - High School - State Chartered Facility - Subsidiary - Tax Address - Designated Hazardous Waste Facility - Transporter of Hazardous Waste - Charity - Hazardous Waste Generator - Interested Party - Independent Physicians Association (IPA) - Intellectual Property Owner - Interviewer - Installed At - Industry Bureau - Intermediate Consignee - Issuer of Debit or Credit Memo - Other Individual Disability Carrier - International Freight Forwarder - Insolvent Insurer - Issuer of Invoice - Injection Point - Intermediate Carrier - Insured or Subscriber - Importer - Insurer - Inspector - Independent Adjuster - In-patient Pharmacy - Self Insured - Party to Receive Certified Inspection Report - Installation on Site - Issuer - Renter - Associate General Agent - Authorized Entity - Broker's Assistant - Custodian - Irrevocable Beneficiary - Power of Attorney - Trust Officer - Broker Dealer - Community Agent - Dairy Department - Delicatessen Department - Dry Grocery Department - Judge - Frozen Department - General Merchandise Department - Health & Beauty Department - Alcohol Beverage Department - Meat Department - Produce Department - Bakery Department - Video Department - Candy and Confections Department - Cigarettes and Tobacco Department - In-Store Bakery Department - Floral Department - Pharmacy Department - Bidder - Joint Debtor Attorney - Joint Debtor - Jurisdiction - Joint Owner - Joint Venture - Closing Agent - Financial Planner - Managing General Agent - Contractor Cognizant Security Office - Subcontractor Cognizant Security Office - Place of Performance Cognizant Security Office - Party Authorizing Release of Security Information - Party To Receive Contract Security Classification Specification - Policy Writing Agent - Radio Station - Filing Location - Previous Distributor - Item Manager - Customer for Whom Same or Similar Work Was Performed - Party That Received Disclosure Statement - Proposer - Contact Office - Audit Office - Project Manager - Organization Having Source Control - United States Overseas Security Administration Office - Qualifying Officer - Registering Party - Clerk of Court - Coordinator - Former Address - Plant Clearance Officer - Name Under Which Filed - Licensee - Pre-kindergarten to Grade 12 Recipient - Pre-kindergarten to Grade 12 Sender - Court - Receiver Site - Disbursing Officer - Bid Opening Location - Free on Board Point - Technical Office - Acceptance Location - Inspection Location - Location of Principal Assets - Loan Correspondent - Location of Container Stuffing - Contact - Head Office - Information Provider - Attorney - Last Break Terminal - Location of Spot for Storage - Liability Holder - Lessor - Limited Partner - Location of Goods - Pipeline - Independent Lab - Limited Liability Company - Juvenile Owner - Location of Load Exchange (Export) - Lending Institution - Lender - Loan Originator - Loading Party - Law Firm - Legal Representative - Lessee - Long-term Disability Carrier - Master Agent - Loan Servicer - Customer - Labeler - Local Chain - Source Meter Location - Receipt Location - Upstream Meter Location - Downstream Meter Location - Migrant Health Clinic - Landlord - Foreclosing Lender - Educational Institution - Manufacturing - Party for whom Item is Ultimately Intended - Company Interviewer Works For - Motor Carrier - Veterans Administration Loan Guaranty Authority - Veterans Administration Loan Authorized Supplier - Manufacturer of Goods - Government Loan Agency Sponsor or Agent - Mortgage Insurer - Planning Schedule/Material Release Issuer - Financial Institution - Loan Holder for Real Estate Asset - Consumer Credit Account Company - Mortgage Company - Authorized Marketer - Release Drayman - Manufacturing Plant - Delivery Location - Medical Insurance Carrier - Bureau of Land Management (Minerals Management Service) Property Unit - Material - Meeting Location - Mainline - Marine Surveyor - Juvenile Witness - Master General Agent - Minister - Notify Party no. 1 - Notify Party no. 2 - Ineligible Party - Price Administration - Party Who Signed the Delivery Receipt - Nonemployment Income Source - Previous Neighbor - Relative - Neighborhood - Neighbor - Cross-Town Switch - Next Destination - Newspaper - Owner Annuitant - Administrator - Association - Non-insured - Trust or Estate - National Chain - Non-railroad Entity - Physician - Specialists - Network Name - Notify Party for Shipper's Order - Pipeline Segment Boundary - Gas Transaction Starting Point - Non-Temporary Storage Facility - Magistrate Judge - Formerly Known As - Formerly Doing Business As - Maiden Name - Primary Owner - Birth Name - Primary Physician - Originating Bank - Originating Company - Receiving Company - Factor - Merchant Banker - Non Registered Business Name - Registered Business Name - Registrar - Electronic Return Originator - Ordered By - Origin Carrier - Doctor of Optometry - Booking Office - Offset Operator - Co-owner - Other Departments - Outside Inspection Agency - Officer - Origin Mail Facility - Product Position Holder - Order Of (Shippers Orders) - (Transportation) - Operator of property or unit - Origin Drayman - Override Institution; this is not the institution sending the record, but another institution the student previously attended or is currently attending - Origin Terminal - Outside Processor - Owner of Vessel - Owner of Property or Unit - Oxygen Therapy Facility - Owner of Vehicle - Outside Testing Agency - Patient Facility - Preparer - Primary Insured or Subscriber - Primary Care Provider - Prior Insurance Carrier - Plan Sponsor - Third Party Reviewing Preferred Provider Organization (PPO) - Third Party Repricing Preferred Provider Organization (PPO) - Personnel Office - Primary Interexchange Carrier (PIC) - Party to Receive Inspection Report - Paying Bank - Party to Receive Cert. of Conformance (C.A.A.) - Purchaser's Department Buyer - Payee - Party to Receive Freight Bill - Prime Contractor - Printer - Publisher - Party to Receive Correspondence - Party to Receive Copy - Party to Receive Purchase Order - Party to receive paper Memo of Invoice - Party to Receive Shipping Notice - Party to Receive Invoice for Goods or Services - Property - Party to Receive Invoice for Lease Payments - Payer - Previous Station - Party to Receive Test Report - Party at Pickup Location - Party performing certification - Pickup Address - Party Performing Count - Party to File Personal Property Tax - Party to Receive Equipment - Conductor Pilot - Engineer Pilot - Retail Account - Cooperative Buying Group - Advertising Group - Interpreter - Partner - Base Period Employer - Last Employer - Pharmacy - Purchase Service Provider - Patient - Responsible Party - Policyholder - Passenger - Pedestrian - Physician - Party in Possession - Most Recent Employer (Chargeable) - Managed Care - Chiropractor - Dialysis Centers - Dentist - Doctor of Osteopathy - Principal Borrower - Quality Control - Buyer's Quality Review Board - Podiatrist - Psychiatrist - Veterinarian - Group Practice - Government - Home Health Corporation - Medical Doctor - Co-borrower - Royalty Owner - Party to Receive Scale Ticket - Reporting Officer - Next Scheduled Destination - Regulatory (State) District - Regulatory (State) Entity - Requester - Consumer Referral Contact - Credit Reporting Agency - Requested Lender - Alternate Return Address - Receiving Bank - Receiving Location - Destination Intermodal Ramp - Refinery - Responsible Installation, Origin - Responsible Installation, Destination - Remit To - Residence or Domicile - Refinery Operator - Reporting Location - Party that remits payment - Repair or Refurbish Location - Original Intermodal Ramp - Receiving Point for Customer Samples - Resale Customer - Railroad - Receiving Facility Scheduler - Returned to - Receiving Sub-Location - Reservoir - Rural Health Clinic - Responsible Exhibitor - Specified Repository - Receipt Zone - Sole Proprietor - Parent - Student - Custodial Parent - Skilled Nursing Facility - Secured Party - Agency Granting Security Clearance - Secured Party Company - Secured Party Individual - Sibling - Salvage Carrier - Storage Area - Store Class - Sold To and Ship To - Selling Party - Ship From - Store Group - Shipper - Shipping Schedule Issuer - Service Provider - Secondary Location Address (SLA) - Origin Sublocation - Party to Receive Shipping Manifest - Store - Sold To If Different From Bill To - Party filling Shipper's Order - Service Bureau - Samples to be Returned To - Steamship Company - Ship To - Supplier/Manufacturer - Service Performance Site - Sealing Company - School-based Service Provider - Secondary Taxpayer - Supervisor - Operator of the Transfer Point - Operator of the Source Transfer Point - Terminal Location - Transfer Point - Terminal Operator - Previous Title Company - Prior Title Evidence Holder - Title Insurance Services Provider - Tooling - Tool Source - Tooling Design - Theatre - Tank Farm - Tooling Fabrication - Theater Circuit - Tariff Issuer - Cosigner - Test Sponsor - Testing Laboratory - Transmitter - Tradename - Message To - Primary Taxpayer - Third Party Reviewing Organization (TPO) - Terminal - Party to Receive Certified Test Results - Transfer To - Third Party Repricing Organization (TPO) - Third Party Administrator (TPA) - Transit Authority - Tax Authority - Trustee - Significant Other - Gas Transaction Point 1 - Gas Transaction Point 2 - Servicing Agent - Team - Underwriter - Title Underwriter - Psychologist - Reference - Non-Registered Investment Advisor - Place of Bottling - Place of Distilling - Ultimate Consignee - Region - Testing Service - Health Miscellaneous - Nursing Home Chain - Nursing Home - Registered Investment Advisor - Sales Assistant - System - Special Account - Current Employer (Primary) - Union - Current Employer (Secondary) - Unloading Party - Subsequent Owner - Surgeon - Upstream Party - U.S. Trustee - Annuitant Payor - Unassigned Agent - Base Jurisdiction - Vehicle - Signer - Surety - Grantor - Well Pad Construction Contractor - Oil and Gas Regulatory Agency - Surface Discharge Agency - Well Casing Depth Authority - Market Timer - Owner Annuitant Payor - Second Contact - Candidate - Vehicle Custodian - Multiple Listing Service - Board of Realtors - Selling Office - Listing Agent - Showing Agent - Contact Person - Owner Joint Annuitant Payor - Property or Building Manager - Builder Name - Occupant - Vendor - Elementary School - Party with Power to Vote Securities - Middle School - Junior High School - Vehicle Salvage Assignment - Listing Office - Second Contact Organization - Owner Payor - Winner - Production Manager - Organization Completing Configuration Change - Work Team - Supplier Work Team - Third Party Investment Advisor - Trust - Interline Service Commitment Customer - Sampling Location - Writing Agent - Appraiser Name - Comparable Property - Storage Facility at Destination - Subject Property - Tank Farm Owner - Wage Earner - Warehouse - Witness - Supervisory Appraiser Name - Wholesaler - Company Assigned Well - Storage Facility at Origin - Witness for Plaintiff - Withdrawal Point - Water System - Witness for Defendant - Primary Support Organization - Preliminary Maintenance Period Designating Organization - Preliminary Maintenance Organization - Preliminary Referred To Organization - Final Maintenance Period Designating Organization - Final Maintenance Organization - Mail to - Party to Perform Packaging - Utilization Management Organization - Spouse - Durable Medical Equipment Supplier - International Organization - Inventor - Hispanic Service Institute - Creditor - Debtor's Attorney - Alias - Claim Recipient - Auctioneer - Event Location - Final Referred To Organization - Original Claimant - Actual Referred By Organization - Actual Referred To Organization - Borrower's Employer - Maintenance Organization Used for Estimate - Planning/Maintenance Organization - Preliminary Customer Organization - Party to Receive Solicitation - Canadian Customs Broker - Mexican Customs Broker - S Corporation - Final Customer Organization - United States Customs Broker - Cross Claimant - Counter Claimant - Business Area - Tribal Government - American Indian-Owned Business - Managed Care Organization - Affiant - Arbitrator - Bail Payor - District Justice - Third Party - Witness for Prosecution - Expert Witness - Crime Victim - Juvenile Victim - Juvenile Defendant - Bondsman - Court Appointed Attorney - Complainant's Attorney - District Attorney - Attorney for Defendant, Public - Pro Bono Attorney - Pro Se Counsel - Party to Appear Before - Appellant - Appellee - Arresting Officer - Hostile Witness - Discharge Point - Flood Certifier - Flood Determination Provider - Electronic Registration Utility - Party to Receive Status - Unserviceable Material Consignee - Potential Source of Supply - Owning Inventory Control Point - Management Control Activity - Transferring Party - Mark-for Party - Last Known Source of Supply - Banker - Corrected Address - Party to Receive Credit - Rent Payor - Party to Receive Reports - End Item Manufacturer - Break Bulk Point - Present Address - Child - Branch - Reporter - Party Passing the Transaction - Lease Location - Losing Inventory Manager - Minimum Royalty Payor - Gaining Inventory Manager - Screening Point - Validating Party - Monitoring Party - Participating Area - Formation - Allowable Recipient - Field - Attorney of Record - Amicus Curiae - Mutually Defined - Pumper - Surface Management Entity - Application Party - Site Operator - Construction Contractor - Drilling Contractor - Spud Contractor - Lien Holder - Chief Executive Officer (CEO) - Financial Aid Office - Respondent - Admission Office - Multi-Campus Administrative Unit - Headmaster - Business Officer - Superintendent - School Principal - Sub-account - Management Non-Officer - Incorporated Location - Name not to be Confused with - Lot - Previous Occupant - Ground Ambulance Services - Air Ambulance Services - Water Ambulance Services - Admitting Services - Primary Surgeon - Medical Nurse - Cardiac Rehabilitation Services - Skilled Nursing Services - Observation Room Services - Employee - Anesthesiology Services - Prior Base Jurisdiction - Incorporation Jurisdiction - Marker Owner - Reclamation Center - Party Providing Financing - Private School System - State Operated School System - Vocational Regions School System - Chartered School District - Schooling of Indian Children School System - Unorganized Territories School System - State Administered District - Towns in Unions School System - Agent Towns School System - Master Property - Project Property - Unit Property - Additional Address - Society of Property Information Compilers and Analysts - Organization - Joint Owner Annuitant - Joint Annuitant Owner - Joint Owner Annuitant Payor - Joint Owner Joint Annuitant - Joint Owner Joint Annuitant Payor - Joint Owner Payor - Acronym - New Address - Chairperson - Decision Maker - Former President - Founder - Imported from Location - Literally Translated Name - Original Location - President - Rating Organization - Regional Center - Local Education Agency (LEA) - State Education Agency - Initial Medical Provider - Concurrent Employer - Routing Point - Border Crossing - Bobtail Service Point - Auditor - Insured Location - Referral Provider - Affiliate - Allied Health Professional - Emergency Provider - Federal Government - Fellowship Institution - Government - Combined Control - Government - Federal - Military - Government - Federal - Other - Government - Federal - Veterans - Government - Local - Group Affiliation - Information Source - Internship Entity - Medical School - National Organization - Non-Profit Health Care Provider See U.S. Internal Revenue Code Chapter 1, Subchapter F, Part 1, Section 501(c) - Not for Profit Health Care Provider See U.S. Internal Revenue Code Chapter 1, Subchapter F, Part 1, Section 501(c) - For Profit Health Care Provider - Office Manager - On-call Provider - Physician Hospital Organization (PHO) - Point of Service (POS) - Residency Institution - Shared Service - Supporting Personnel - Training Institution - Public School - Private School - Public Pre-K Education - Private Pre-K Education - Pre-K Day Care - Charter School - Home School - Public Alternative School - Neglected/Delinquent Institution - Post-Secondary Institution - Food Service Operator - Future Address - Former Registered Address - Top Parent Company in Same Country - Second Level Parent Company - Airport Authority - Council of Governments - Foundation - Port Authority - Planning Commission - Car Rental Location - Lodging Facility - Party to Receive Transportation Credit - Party to Receive Packing, Crating, and Handling Credit - Primary International Telecom Carrier - Agency Hazardous Material Information System Location - Alternative Addressee - Activity Location - Activity Provider - Alternate Tax Authority - Authorizing Official - Bailiff - Booking Party - Bookkeeper - Building - Structure - Body of Water - National Account - Customer Segment - Brand Name - Brand Owner - Business - Secondary Contract Administration Office - Changed Address - Building Cluster - Company Merged With - Confirming Party - Confirmation Requester - Confirmation Service Identifier Code - Contractee - Co-Driver - Collateral Assignee - Complainant - Corrected Name - Crew Member - Contractor - Damaged By - Distributor Buying Group - Chief Deputy Clerk of Court - Distribution Recipient - Port of Discharge - Assistant - Campaign Manager - Client - Commissioner - Committee - Contestant - Contributor - Deputy Chairperson - Deputy Treasurer - Donor - Endorser - Guarantor - Headquarters - Independent Contractor - Leader - Party Performing Liaison - Lobbying Firm - Lobbyist - Media Contact - Office Holder - Party Authorized to Administer Oaths - Party to Benefit - Party Holding Interest - Party Making Pledge - Party Returning Contribution - Party Returning Transfer - Lobbied Party - Political Action Committee - Political Party - Proponent - Public Official - Receiving Committee - Affiliated Committee - Source - Sponsor - Sponsored Committee - Designee - Temporary Residence - Treasurer - Vice-Chairperson - Slate Mailer Organization - Lodging Location - Independent Expenditure Committee - Major Donor - Department of Defense Enterprise Identifier - Enroller - Ex-spouse - Foreign Government - Foreign Registration Location - Party to Receive Sensitive Foreign Disclosure Information - Financial Statement Recipient - Foreign Trade Zone - Alternate Government Business Contact - Gate Booth - Primary Government Business Contact - Gift Recipient - Material Safety Data Sheet (MSDS) Recipient - Home Office - Honorary Society - Business Entity - Principal Executive Office - Foreign Office - Member - Executive Committee Member - Director - Clerk - Party with Knowledge of Affairs of the Company - Party to Receive Statement of Fees Due - Company in which Interest Held - Company which Holds Interest - Notary - Manager - Alien Affiliate - Incorporation State Principal Office - Incorporation State Place of Business - Out-of-State Principal Office - Party Executing and Verifying - Felon - Other Related Party - Record-Keeping Address - Initial Subscriber - Original Jurisdiction - Inventory Control Point - Integrated Material Manager - Interviewee - Investment Advisor - Importer of Record - Importer Security Filing (ISF) Importer - Gas Nomination Location - Local Government Sponsor - Port of Loading - Amended Name - Stockholder - Managing Agent - Organizer - Associated Receipt Location - Master Broker - Associated Delivery Location - Mammography Screening Center - Meter Location - Name Changed To - Notary Public - Organic Accredited Certifying Agency - Operator Buying Group - Other Operating Physician - Original Name - Off-Site Handler - Other Unlisted Type of Corporation - Party Establishing Billback Frequency - Party Establishing Price Changes - Primary Inventory Control Activity - Law Enforcement Agency - Payer of Last Resort - Prior Mortgage Company - Party Manufactured For - Program Manager - Party Filing Prior Notice - Past Performance Contact - Party Providing Equipment - Person for Whose Benefit Property was Seized - Previous Owner - Prospect Service - Primary Payer - Pay-to Plan Name - Purchased Company - Recovery Room - Receiver Manager - Redistributor - Repacker - Responsible Government Agency - Class II Railroad - Class III Railroad - Selling Group - Secondary Payer - Secondary Inventory Control Activity - Ship-in-Place Location - Pipeline Segment Defined by 1 Location (or First of 2 Locations) - Pipeline Segment Defined by 2 Locations (or Second of 2 Locations) - U.S. Customs & Border Protection (CBP) Second Notify Party - Switching and Terminal Carrier - Supply Source - Tax Exempt Corporation - Towing Agency - Third Party Marketer - Treatment, Storage or Disposal Facility - Consignee Courier Transfer Station - Consignor Courier Transfer Station - Tertiary Payer - Party Performing Verification - Victim - Zone - - - Accesorial Charges - Actual Rates - Rate Base Reference With Add-On - Rate Basis/Scale - Class Adjustment - Scale/Rates - Zip Adjustment Applied After Class Adjustment - Zip Adjustment Applied Before Class Adjustment - - - Advanced Charges - Amount Collected - Charge Minimum And Maximum Specifications - Half Hour - Hour - Hundredweight - Long Ton - Man-hour (Monday Through Friday, 8 AM to 5 PM) - Man-hour (Saturdays) - Miles - Man-hour (Monday Through Friday, 5 PM to 8 AM) - Notification - Package - Rate Basis - Seal - Shipment - Stop - Ton - Vehicle - - - Airbill - Express Manifest - Government Bill of Lading (GBL) - Microcomputer Shipping System - Electronic Input (Other Than Code 07) - - - Primary - Secondary - - - Canadian Shipping Name - Domestic (United States) Shipping Name - International Shipping Name - - - N.O.S. Regulatory Requirements Apply - - - Positive Indicator - - - Disconnect Service Message - Error Recovery Service Message - Error Service Message - Key Service Message - Public Key Service Message - Request for Service Message - Request for Service Initiation Message - Response Service Message - Response to Request Message - - - Data Key - Key - Encrypting Key - Count, "A" - Count, "B" - Count, Pair - Count, "R" - Error Detection Code - Error Field - Identity of Key for Authentication - Identity of Key Distribution Center (CKD) or Key Translation Center (CKT) - Discontinued Key Name - Identity of Ultimate Recipient (the Security Recipient) - Data Key, Notarized - Key - Encrypting Key Notarized - Message Authentication Code - Notarization Flag - Key - Encrypting Key Pair (*KK) - Service Request - Transaction Identification Number - Key - Encrypting Key Pair, Notarized (*KKU) - Subfield of Previous Field Tag - - - Authentication, No Compression, No Encryption - Authentication, Compression, No Encryption - Authentication, No Compression, Encryption - Authentication, Compression, Encryption - No Authentication, Compression, No Encryption - No Authentication, Compression, Encryption - No Authentication, No Compression, Encryption - - - ANSI X9.9 Authentication, Binary Data - ANSI X9.9 Authentication, "Coded Character Set, Entire Message, No Editing" (Standard Value for X9.17 Authentication) - MD4 Hash - MD5 Hash - SHA Hash - ANSI X9.71 Authentication - Mutually Defined - - - ANSI X9.23 Cipher Block Chaining (CBC), No Filter (Binary Cipher Text) - ANSI X9.23 Cipher Block Chaining (CBC), Hexadecimal Filter - ANSI X9.23 Cipher Block Chaining (CBC), ASCII Filter - ANSI X9.23 Cipher Block Chaining (CBC), ASCII/BAUDOT Filter - ANSI X9.23 Cipher Block Chaining (CBC), Mutually Defined Filter - ANSI X9.23 CFB-8 (Cipher Feedback); No Filter (Binary Cipher Text) - ANSI X9.23 CFB-8 (Cipher Feedback), Hexadecimal Filter - ANSI X9.23 CFB-8 (Cipher Feedback), ASCII Filter - ANSI X9.23 CFB-8 (Cipher Feedback), BAUDOT Filter - ANSI X9.23 CFB-8 (Cipher Feedback), Mutually Defined Filter - Parameters Defined Individually - Mutually Defined - - - Deferment - Forbearance - Postponement - - - Administrative Code Section - All Matters Between This Principal and This Entity - Audits - Employment Status Reports - Form Group - Form Number - Tax Assessments - Unemployment Insurance Claim - Unemployment Insurance Hearings - Unemployment Insurance Tax Reports - Wage Reports - Wage Withholding - - - No Authorization Information Present (No Meaningful Information in I02) - UCS Communications ID - EDX Communications ID - Additional Data Identification - Rail Communications ID - Department of Defense (DoD) Communication Identifier - United States Federal Government Communication Identifier - Truck Communications ID - Ocean Communications ID - - - No Security Information Present (No Meaningful Information in I04) - Password - - - Duns (Dun & Bradstreet) - SCAC (Standard Carrier Alpha Code) - FMC (Federal Maritime Commission) - IATA (International Air Transport Association) - Global Location Number (GLN) - UCC EDI Communications ID (Comm ID) - X.121 (CCITT) - Department of Defense (DoD) Activity Address Code - DEA (Drug Enforcement Administration) - Phone (Telephone Companies) - UCS Code (The UCS Code is a Code Used for UCS Transmissions; it includes the Area Code and Telephone Number of a Modem; it Does Not Include Punctuation, Blanks or Access Code) - Duns Plus Suffix - Petroleum Accountants Society of Canada Company Code - Duns Number With 4-Character Suffix - American Bankers Association (ABA) Transit Routing Number (Including Check Digit, 9 Digit) - Association of American Railroads (AAR) Standard Distribution Code - EDI Council of Australia (EDICA) Communications ID Number (COMM ID) - Health Industry Number (HIN) - Integrated Postsecondary Education Data System, or (IPEDS) - Federal Interagency Commission on Education, or FICE - National Center for Education Statistics Common Core of Data 12-Digit Number for Pre-K-Grade 12 Institutes, or NCES - The College Board's Admission Testing Program 4-Digit Code of Postsecondary Institutes, or ATP - ACT, Inc. 4-Digit Code of Postsecondary Institutions. - Statistics of Canada List of Postsecondary Institutions - Carrier Identification Number as assigned by Centers for Medicare & Medicaid Services (CMS) - Fiscal Intermediary Identification Number as assigned by Centers for Medicare & Medicaid Services (CMS) - Medicare Provider and Supplier Identification Number as assigned by Centers for Medicare & Medicaid Services (CMS) - U.S. Federal Tax Identification Number - Jurisdiction Identification Number Plus 4 as assigned by the International Association of Industrial Accident Boards and Commissions (IAIABC) - U.S. Federal Employer Identification Number (FEIN) - National Association of Insurance Commissioners Company Code (NAIC) - Medicaid Provider and Supplier Identification Number as assigned by individual State Medicaid Agencies in conjunction with Centers for Medicare & Medicaid Services (CMS) - Statistics Canada Canadian College Student Information System Institution Codes - Statistics Canada University Student Information System Institution Codes - Society of Property Information Compilers and Analysts - The College Board and ACT, Inc. 6-Digit Code List of Secondary Institutions - Association Mexicana del Codigo de Producto (AMECOP) Communication ID - National Retail Merchants Association (NRMA) - Assigned - User Identification Number as assigned by the Safety and Fitness Electronic Records (SAFER) System - Standard Address Number - Mutually Defined - - - ASC X12 Standards Issued by ANSI in 1987 - Draft Standards for Trial Use Approved by ASC X12 Through August 1988 - Draft Standards for Trial Use Approved by ASC X12 Through May 1989 - ASC X12 Standards Issued by ANSI in 1992 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board Through October 1990 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board Through October 1991 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board Through October 1992 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1993 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1994 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1995 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1996 - ASC X12 Standards Issued by ANSI in 1997 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1997 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1998 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 1999 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2000 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2001 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2002 - ASC X12 Standards Issued by ANSI in 2003 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2003 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2004 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2005 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2006 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2007 - ASC X12 Standards Issued by ANSI in 2008 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2008 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2009 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2010 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2011 - Standards Approved for Publication by ASC X12 Procedures Review Board through October 2012 - - - No Interchange Acknowledgment Requested - Interchange Acknowledgment Requested (TA1) - Interchange Acknowledgment Requested only when Interchange is "Rejected Because Of Errors" - Interchange Acknowledgment Requested only when Interchange is "Rejected Because Of Errors" or "Accepted but Errors are Noted" - - - Information - Production Data - Test Data - - - The Transmitted Interchange Control Structure Header and Trailer Have Been Received and Have No Errors. - The Transmitted Interchange Control Structure Header and Trailer Have Been Received and Are Accepted But Errors Are Noted. This Means the Sender Must Not Resend This Data. - The Transmitted Interchange Control Structure Header and Trailer are Rejected Because of Errors. - - - No error - The Interchange Control Number in the Header and Trailer Do Not Match. The Value From the Header is Used in the Acknowledgment. - This Standard as Noted in the Control Standards Identifier is Not Supported. - This Version of the Controls is Not Supported - The Segment Terminator is Invalid - Invalid Interchange ID Qualifier for Sender - Invalid Interchange Sender ID - Invalid Interchange ID Qualifier for Receiver - Invalid Interchange Receiver ID - Unknown Interchange Receiver ID - Invalid Authorization Information Qualifier Value - Invalid Authorization Information Value - Invalid Security Information Qualifier Value - Invalid Security Information Value - Invalid Interchange Date Value - Invalid Interchange Time Value - Invalid Interchange Standards Identifier Value - Invalid Interchange Version ID Value - Invalid Interchange Control Number Value - Invalid Acknowledgment Requested Value - Invalid Test Indicator Value - Invalid Number of Included Groups Value - Invalid Control Structure - Improper (Premature) End-of-File (Transmission) - Invalid Interchange Content (e.g., Invalid GS Segment) - Duplicate Interchange Control Number - Invalid Data Element Separator - Invalid Component Element Separator - Invalid Delivery Date in Deferred Delivery Request - Invalid Delivery Time in Deferred Delivery Request - Invalid Delivery Time Code in Deferred Delivery Request - Invalid Grade of Service Code - Invalid Repetition Separator - - - Draft Standards for Trial Use Approved by ASC X12 June 1991 - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1992. - Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1993 - - - DUNS (Dun and Bradstreet) - SCAC (Standard Carrier Alpha Code) - FMC (Federal Maritime Commission) - IATA (International Air Transport) - UCC EDI Communications ID (Comm ID) - X.121 (CCITT) - DEA (Drug Enforcement Administration) - Phone (Telephone Companies) - UCS Code (The UCS Code is the Only Code Used for UCS Transmissions; It Includes the Area Code and Telephone Number of a Modem; It Does Not Include Punctuation, Blanks or Access Code) - DUNS Plus Suffix - Petroleum Accounting Society of Canada - National Retail Merchants Association (NRMA) - Assigned - Mutually Defined - - - Equivalent to ISO P01 - Equivalent to ISO P02 - Equivalent to ISO P03 - Equivalent to ISO P04 - Equivalent to ISO P05 - Equivalent to ISO P06 - Equivalent to ISO P07 - Equivalent to ISO P08 - Equivalent to ISO P09 - Equivalent to ISO P10 - Equivalent to ISO P11 - Equivalent to ISO P12 - Equivalent to ISO M12 - Equivalent to ISO M11 - Equivalent to ISO M10 - Equivalent to ISO M09 - Equivalent to ISO M08 - Equivalent to ISO M07 - Equivalent to ISO M06 - Equivalent to ISO M05 - Equivalent to ISO M04 - Equivalent to ISO M03 - Equivalent to ISO M02 - Equivalent to ISO M01 - Central Daylight Time - Central Standard Time - Central Time - Eastern Daylight Time - Eastern Standard Time - Eastern Time - Greenwich Mean Time - Local Time - Mountain Daylight Time - Mountain Standard Time - Mountain Time - Pacific Daylight Time - Pacific Standard Time - Pacific Time - Universal Time Coordinate - - - Production Data - Test Data - - - Accept; the Interconnect Mailbag Containing at Least One Interchange is Received in Full, Safely Stored and Accepted - Reject/Contact; One or More Problems Have Been Detected with the Interconnect Mailbag; the Data Contents (If Any) of the Rejected Interconnect Mailbag Will Not Be Processed As Is; the Interconnect Administrator from the Interconnect Entity Issuing the Reject Notice Will Contact the Interconnect Administrator from the Interconnect Entity Receiving the Reject Notice to Resolve the Problems Found in the Interconnect Mailbag - Reject/Retransmit; One or More Problems Have Been Detected with the Interconnect Mailbag; the Data Contents of the Rejected Interconnect Mailbag Will Not be Processed; the Interconnect Entity Sender of the Rejected Interconnect Mailbag Should Retransmit the Mailbag - - - The Interconnect Mailbag Acknowledgment Count is Not Equal to the Actual Interconnect Mailbag Acknowledgment Count - The Interconnect Mailbag Interchange Count is Not Equal to the Actual Interconnect Mailbag Interchange Count - The IH and IT Mailbag Header and Trailer Control Numbers Are Not Identical - Invalid Interconnect Mailbag Version Number - Invalid Interconnect Mailbag Logon ID - Invalid Interconnect Mailbag Password - Invalid Interconnect Mailbag ID Qualifier Code - Invalid Interconnect Mailbag Sender ID - Invalid Interconnect Mailbag Receiver ID - Invalid Interconnect Mailbag Date - Invalid Interconnect Mailbag Time - Invalid Interconnect Mailbag Time Code - Invalid Interconnect Mailbag Test Indicator - Invalid Interconnect Mailbag Action Code - Invalid Interconnect Mailbag Error Code - Invalid Interconnect Mailbag Control Number - Invalid Interconnect Mailbag Acknowledgment Count - Invalid Interconnect Mailbag Interchange Count - Invalid Interconnect Mailbag Data Element Separator - Invalid Interconnect Mailbag Segment Terminator - Invalid Interconnect Mailbag Segment Type - Missing or Partial IT Segment Detected - Duplicate Mailbag Control Number for this Sender - Unrecognizable Interconnect Mailbag Contents - - - Normal - Low - Urgent - - - Equivalent to ISO P01 - Equivalent to ISO P02 - Equivalent to ISO P03 - Equivalent to ISO P04 - Equivalent to ISO P05 - Equivalent to ISO P06 - Equivalent to ISO P07 - Equivalent to ISO P08 - Equivalent to ISO P09 - Equivalent to ISO P10 - Equivalent to ISO P11 - Equivalent to ISO P12 - Equivalent to ISO M12 - Equivalent to ISO M11 - Equivalent to ISO M10 - Equivalent to ISO M09 - Equivalent to ISO M08 - Equivalent to ISO M07 - Equivalent to ISO M06 - Equivalent to ISO M05 - Equivalent to ISO M04 - Equivalent to ISO M03 - Equivalent to ISO M02 - Equivalent to ISO M01 - Central Daylight Time - Central Standard Time - Central Time - Eastern Daylight Time - Eastern Standard Time - Eastern Time - Greenwich Mean Time - Local Time - Mountain Daylight Time - Mountain Standard Time - Mountain Time - Pacific Daylight Time - Pacific Standard Time - Pacific Time - Universal Time Coordinate - - - Transfer to the Next Service Request Handler has been Acknowledged - Transfer to Service Request Handler not Capable of Reporting Further Status - Delivered Interchange by Service Request Handler - Purged by Interchange Receiver - Redirected by Service Request Handler to an Alternate Receiver as Identified in the Reference Code - Refused by Interchange Receiver - Rejected by Service Request Handler; See Error Reason Code for Cause - Retrieved Interchange by Receiver - Transferred to Next Service Request Handler by Service Request Handler, but not yet Acknowledged - - - No Errors - The Interchange Control Number in the Header and Trailer Do not Match; the Value from the Header is used in the Acknowledgment - This Standard as Noted in the Control Standards Identifier is not Supported - This Version of the Controls is not Supported - The Segment Terminator is Invalid - Invalid Value as Shown in the Reported Interchange Control Number - Invalid Value as Shown in the Reported Interchange Date - Invalid Value as Shown in the Reported Interchange Time - Invalid Value as Shown in the Reported Interchange Sender ID Qualifier - Invalid Value as Shown in the Reported Interchange Sender ID - Invalid Value as Shown in the Reported Interchange Receiver ID Qualifier - Invalid Value as Shown in the Reported Interchange Receiver ID - Invalid Value as Shown in the First Reference ID Qualifier - Invalid Value as Shown in the First Reference ID - Invalid Value as Shown in the Second Reference ID Qualifier - Invalid Value as Shown in the Second Reference ID - Trading Partnership not Established - Invalid Number of Included Groups Value - Invalid Control Structure - Improper (Premature) End-of-file (Transmission) - Duplicate Interchange Control Number - Invalid Data Element Separator - Invalid Component Element Separator - Failure to Transfer Interchange to the next Service Request Handler - Invalid Delivery Date in Deferred Delivery Request - Invalid Delivery Time in Deferred Delivery Request - Invalid Delivery Time Code in Deferred Delivery Request - Invalid Grade of Service Code - Time Out, Not Delivered - Time Out, Delivered - Time Out, Processed - Receiver Not On-line - Abnormal Conditions - Interchange Exceeds Maximum Size - - - Mailbag Control Number - Sending Service Request Handler Reference Code - Receiving Service Request Handler Reference Code - Interchange ID Qualifier of Alternate Receiver to which Interchange Has Been Sent - ID of Alternate Receiver to which Interchange Has Been Redirected - Mutually Defined - - - Comprehensive - Not Deliverable - Pending Retrieval - Unacknowledged - Mutually Defined - - - Incremental - Not Incremental - - - Sent - Received - Sent and Received - - - Latest Status Only - All Statuses - Mutually Defined - - - Interchanges Only - Interchanges and Functional Groups - Interchanges, Functional Groups and Transaction Sets - Functional Groups Only - Functional Groups and Transaction Sets - Interchanges and Transaction Sets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Detail Cycle Reporting + File/Ground Summary (without detail) + Summary + + + Lease Rate Factor + Early Termination Rate + Renewal Rate + Renewal Rate Cap + One Family + 2-4 Family + Multifamily + Commercial + Other + Non-recoverable Depreciation + Recoverable Depreciation + Depreciation + Overhead on Recoverable Depreciation + Profit on Recoverable Depreciation + Overhead + Net Sales to Fixed Assets Ratio + Total Liabilities to Total Assets Ratio + Discount + Non-current Assets to Net Worth + Non-current Assets to Total Assets + Miscellaneous Ownership Percentage + Net Profit Payment Ownership Percentage + Overriding Royalty Payment Ownership Percentage + Production Payment Ownership Percentage + Percent Relative to Industry Average + Royalty Ownership Percentage + Special Overriding Royalty Ownership Percentage + Tax Ownership Percentage + Sales to Current Assets + Working Capital to Sales + Working Ownership Percentage + Purchase Ownership Percentage + Percent Relative to National Average + Guaranteed Interest Rate + Locked Interest Rate + Creditors to Sales Costs + Interest Payable to Sales + Target Fee or Profit + Current Schedule Variance + Current Cost Variance + Cumulative Schedule Variance + Cumulative Cost Variance + Complete + Remaining + Vacant + Owner Occupancy + Availability Factor + Efficiency Factor + Scrap or Rework Yield + Physical (Percent) Completed + Percent of Value + Premium Rate + Loan-to-Value Balance Remaining + Annual Demand Quantity Weighting Factor + Annual Demand Value Weighting Factor + Essentiality Weighting Factor + Procurement Lead-time Weighting Factor + Months To Procurement Weighting Factor + Annual Demand Frequency Weighting Factor + Tenant Occupancy + Occupancy Rate + Working Capital Need to Sales + Active Contracts Delinquent-Contractor Caused + Active Contracts Delinquent-All Causes + Active Line Items Delinquent-Contractor Caused + Active Line Items Delinquent-All Causes + Contracts Completed Delinquent-Contractor Caused + Contracts Completed Delinquent-All Causes + Line Items Completed Delinquent-Contractor Caused + Line Items Completed Delinquent-All Causes + Delinquent Active Line Items in the Aging Population + Liquid Assets to Sales + Participation + Servicing Fee + Percentage of Original Loan Amount + Percentage of Principal Balance + Percentage of Principal and Interest Payment + Percentage of Total Mortgage Payment + Guarantee Fee Per Contract + Guarantee Fee After Alternate Payment Method + Guarantee Fee After Buyup or Buydown + Buyup or Buydown Rate per Basis Point + Security Margin + Insurance Coverage + Guarantee Amount + Participation Retained or Owned + Inventory to Cost of Goods Sold + Net Profit Margin + Financial Expenses to Sales + Return on Value Added + Employee Costs to Value Added + Basement Finished + Late Charge Rate + Total Assets to Total Liability + Indebtedness + Liquid Ratio + Net Worth to Total Assets + Subcontracted + Percent of Points Paid by Borrower + Percent of Points Paid by Seller + Percent of Points Paid by Other + Cooperative + Markup + Sales per Employee + Sales to Net Working Capital + Tax Percentage Factor + Total Liability to Net Worth + Percentage of Time + Predominant Occupancy Vacant + Asset to Sales + Capital per Employee + Cash Sales + Collection Period (Days) + Costs per Employee + Accounts Payable (Creditors) to Sales + Current Liabilities to Net Worth + Current Liabilities to Inventory (Stock) + Current Ratio + Fixed Assets to Net Worth + Inventory (Stock) Turnover + Profit per Employee + Quick Ratio (Acid Test) + Retainage Required for Project + Return on Assets + Return on Sales (Profit Margin) + Return on Capital + Shareholders' Return (Return on Net Worth) + Contracts Obtained by Negotiation + Cost Plus Basis + + Purchases on Letter of Credit + Purchases on Floor Plan + Change in Sales + Change in Profit + Damage + Interest on Liabilities + Risk Margin + Liability Ratio + Interest Cover + Annual Limit + Allocation + Ordinance Percentage + Accounts Receivable Turnover + Annual Interest + Apartments + Minimum Purchase Liability + Assessment Ratio + Annual Yield + Students Enrolled in Postsecondary Programs + All Shares of Stock Owned + Class of Stock Owned + Voting Shares Issued + Property in County + Property in State + Apportionment + Bid Guarantee + Ownership + Fixed Assets to Total Assets + Inventory to Total Assets + Accounts Receivable to Total Assets + Industry Probability of Distress + Inventory Financing + Total Base Period Wages + Business Portion + Betterment Percentage + Built-up + Contribution + Commission + Change + Charge + Condominium + Corporate + Contract to Lease + Contractor Share Ratio + Customer Share Ratio + Capacity Used + Current Bad Debt Provision + Decrement Factor + Per Day Limit + Estimate Accuracy + Escalation Factor + Actual Direct Federal Support + Actual Direct Non-Federal Support + Estimated Direct Federal Support + Estimated Direct Non-Federal Support + Federal + Federal Allocation + Fixed Federal + Minimum + Non-Federal + Expense Percentage + Non-Federal Allocation + Prime Interest Rate + Inflation + Probability of Distress + Fault Isolation Time + Forecasted Vacancy and Collection Loss + Gross Adjustment + Intersell + Industrial + Variation in Quantity Over + Variation in Quantity Under + Limit + Maximum Allowable Withholding from Disposable Income + Monthly Limit + Market Share + Maximum Owned by Small Shareholders + Net Adjustment + New Homes + Overall Capitalization Rate + Offtake + Outside Hours + Option Percentage + Lease Production + Previous Bad Debt Provision + Primary Coverage + Paid in Capital + Per Person Deductible + Per Occurrence Deductible + Per Person Monthly Limit + Per Occurrence Monthly Limit + Per Person Limit + Per Occurrence Limit + Previous Participation + Percent of Value of Real Estate Taxes + Percent of Funding + Percent of Day Employed + Percent of Time Employed + Percent of Time Employed in This District + Percent of Time Spent in This Assignment + Percent of Time Spent as Administrator + Above Share + Below Share + Contractor Above Share + Contractor Below Share + Percent Removed + Fixed Fee Rate + Progress Payment Rate + Incentive Fee Rate + Progress Payment Liquidation Rate + Real Estate Owned and Foreclosures + Royalty + Estimated + Alternate Progress Payment Liquidation Rate + Resale + Set Aside + Subcontracted Costs + Moisture Content + Protein Content + Percent Dockage + Test Weight + Percent from Stormwater + Change in Ordinary Income + Change in Taxable Income + Common Stock Reported + Earnings per Share + Equity to Deposit + Equity to Loan + Invested Capital + Loan to Deposit + Operates at Capacity + Ordinary Profit to Sales + Payment Period + Preferred Stock Reported + Previous Percent of Value + Return on Equity of Minority Interest + Tract + Current Liabilities to Total Liabilities + Gross Profit Margin + Current Assets to Total Liabilities + Tax Rate + Working Interest + Per Week Limit + Interest + Percent of Day + Percent of Week + Percent of Year + Asset Turnover + Mutually Defined + + + Shipment, Order, Packaging, Item + Shipment, Order, Item, Packaging + Shipment, Packaging, Order, Item + Shipment, Order, Item + Financial Institution; Client or Party; Contract; Component; Account; Item; Coverage, Rider or Supplementary Benefit + Financial Institution; Client or Party; Contract; Account; Coverage, Rider or Supplementary Benefit + Information Source, Information Receiver, Subscriber, Dependent, Event, Services + Shipment, Order, Tare, Pack + Shipment, Order, Tare, Pack, Batch, Item + Information Source, Information Receiver, Provider of Service, Subscriber, Dependent + Information Receiver, Information Source, Provider of Service, Subscriber, Dependent + Information Source, Provider of Service, Subscriber, Dependent + Provider of Service, Information Source, Subscriber, Dependent + Provider of Service, Information Source, Information Receiver, Subscriber, Dependent + Information Receiver, Provider of Service, Subscriber, Dependent + Provider of Service, Subscriber, Dependent + Subscriber, Dependent + Information Receiver, Subscriber, Dependent + Information Source, Subscriber, Dependent + Information Source, Information Receiver, Group Coverage Options, Subscriber, Dependent + Information Source, Information Receiver, Group Coverage Options + Information Source, Information Receiver, Subscriber, Dependent + Information Receiver, Information Source, Subscriber, Dependent + Information Source, Information Receiver, Provider, Group, Site of Service + Information Source, Information Receiver, Group, Provider, Site of Service + Information Source, Information Receiver, Site of Service, Provider, Group + Information Source, Information Receiver, Provider, Site of Service, Group + Information Source, Information Receiver, Group, Site of Service, Provider + Information Source, Information Receiver, Site of Service, Group, Provider + Address, Shipment, Order + Address, Transaction Reference Number, Suffix, Serial Number + Supergroup, Group, Subgroup, Member + Supergroup, subgroup, member, ancillary facility or department + Supergroup, subgroup, member + Group, member, ancillary facility or department + Group, member + Hospital, ancillary facility or department + Health Industry Business Communications Council (HIBCC) Health Industry Number (HIN) database, facility record, location record + Franchisor, franchisee + Franchisee association, franchisee + Company, Company + Company, Operating Unit + Operating Unit, Operating Unit + Company, Property + Company, Property Property, Property + Operating Unit, Property + Property, Property + Company, Tradename + Operating Unit, Tradename + Property, Tradename + Company, Operating Unit, Operating Unit, Operating Unit + Operating Unit, Operating Unit, Operating Unit, Operating Unit + Company, Operating Unit, Operating Unit, Property + Tradename, Property + Information Source, Information Receiver, Subscriber, Dependent, Provider of Service, Services + Information Source, Information Receiver, Company/Corporation, Operating Unit + Information Source, Employer, Patient + Information Source, Patient + Information Source, Employer, Subscriber, Dependent + Information Source, Information Receiver, Subscriber, Dependent, Referring Provider, Provider of Service, Services + Report, Site, Sample, Test + Information Source, Information Receiver, Provider of Service, Patient + Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Fleet (FL), Jurisdiction (JU) + Credential Action (AP), Company/Corporation (35), Transportation Equipment (E) + Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Jurisdiction (JU) + Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E) + Report (RP), Jurisdiction (JU), Company/Corporation (35) + Report (RP), Company/Corporation (35), Fleet (FL), Jurisdiction (JU), Transportation Equipment (E) + Credential Action (AP), Company/Corporation (35), Jurisdiction (JU), Transportation Equipment (E) + Credential Action (AP), Company/Corporation (35), Transportation Equipment (E), Component (F), Measurement (M), Jurisdiction (JU) + Credential Action (AP), Company/Corporation (35), Cost Type (CT), Jurisdiction (JU) + Credential Action (AP), Company/Corporation (35) + Credential Action (AP) + Reporting Agency, Claim Administrator, Insurer, Insured, Employer, Claimant, Payment + Reporting Agency, Employer, Claimant + Reporting Agency, Claim Administrator, Employer, Claimant + Information Source, Information Receiver, Response Details + Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Fleet (FL), Jurisdiction (JU), Payment Detail (PY) + Credential Action (AP), Company/Corporation (35), Transportation Equipment (E), Payment Detail (PY) + Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Jurisdiction (JU), Payment Detail (PY) + Credential Action (AP), Company/Corporation (35), Quantity (R), Transportation Equipment (E), Payment Detail (PY) + Credential Action (AP), Company/Corporation (35), Transportation Equipment (E), Component (F), Measurement (M), Jurisdiction (JU), Payment Detail (PY) + Mutually Defined + + + Regular: Current (40 Day Limit) + Regular: First Adjustment (70 Day Limit) + Regular: Prior Adjustment (Claim Settlement) + Regular: Registration Adjustment + Reclaim: Initial Statement + Reclaim: Supplemental Statement + Reclaim: Counter Statement + Alpha State Code + + + Agreed (Rated by Agreement) + Contract (Rated by Contractual Agreement) + Tariff (Rated by Published Tariff) + Universal Machine Language Equipment Register (Rated by UMLER database) + + + Magistrate + Bankruptcy Chapter 7 + Bankruptcy Chapter 9 + Bankruptcy Chapter 11 + Bankruptcy Chapter 12 + Bankruptcy Chapter 13 + Bankruptcy Section 304 + Suspension of Payments + Felony + Misdemeanor + Administrative Agency Appeal + Bankruptcy Adversary Proceeding + Cases for Other Courts + Criminal + Civil + Domestic + Foreign Bankruptcy + Industrial Health and Safety + Juvenile + License + Miscellaneous + Motor Vehicle + Non-Traffic + Other Unlisted Case Type + Private Complaint + Student Aid + Sealed Criminal + Sealed Civil + Traffic + Cross Complaint + Mutually Defined + + + U.S. Circuit Court of Appeals + U.S. Bankruptcy Court + U.S. Claims Court + U.S. District Court + Federal Bureau of Investigation + International Trade Court + U.S. Attorney + U.S. Military Appeals Court + Probation + U.S. Supreme Court + U.S. Department of Transportation + U.S. Commissioner + U.S. Veteran's Appeals Court + Multi District Litigation Panel + Atomic Safety and Licensing Board Panel (ASLBP) + + State Attorney General + Administrative Law Court + Alderman's Court + American Association of Motor Vehicle Administrators (AAMVA) + Associate Court + Court of Criminal Appeals + Corporation Court + Chancery Court + Circuit Court + County Court at Law + Court of Claims + Conciliation Court + Common Claims Court + Court of Common Pleas + Commission + Criminal Court + Constitutional County Court + County Court + Civil Court + City Court + District Attorney + District Court + District Justice Court + State Department of Motor Vehicles + Domestic Court + District Judge System Court + Family Court + General Session Court + Housing Court + Highway Patrol + Hustings Court + Inferior Court + Justice Court + Justice of the Peace + Juvenile Court + Land Court + Law and Equity Court + General Court Martial + Special Court Martial + Summary Court Martial + Magistrate Court + Magisterial Court + Military Police + Municipal Court + Mayor's Court + Orphan's Court + Other Unlisted Administration of Justice Organization Type + Parish Court + U.S. Park Police + Police + Police Court + Park Police + Probate Court + Prosecutor + State Appellate Court + State Bureau of Investigation + Small Claims Court + Appellate Division of Superior Court + Sheriff + Special Justice Court + Single Presiding Officer + State Police + Surrogate Court + State Supreme Court + State Court + Superior Court + Tax Court + Tribal Court + Trial Justice Court + Town Court + Traffic Court + Water Court + Mutually Defined + + + Appearance + Case Status + Disposition + Hearing + Incident + Marriage + Notice + Offense + Pleading + Judge Sentence + Warrant + Accident + Asset Status + Claim Status + Document + Opinion + Order + Other Unlisted Event Type + Plea + Payment + Petition + Party Status + Jury Sentence + Summons + Trial + Mutually Defined + + + Case Information Statement + Sheriff Return of Service + Intent to File Pleading + Appearance + Opinion + Generic Dismissal of Bankruptcy Case + Order of Bifurcation and Dismissal of Joint Bankruptcy + Generic Conversion, Refile Claims in New Case + Generic Conversion, Do Not Refile Claims in New Case + Trustee's Notice of Filing of Final Account + Section 341 Notice, Chapter 7, Individual (Joint), No Asset + Section 341 Notice, Chapter 7, Corporation (Partnership), No Asset + Section 341 Notice, Chapter 7, Individual (Joint), Asset + Section 341 Notice, Chapter 7, Corporation (Partnership), Asset + Section 341 Notice, Chapter 11, Individual (Joint) + Section 341 Notice, Chapter 11, Corporation (Partnership) + Section 341 Notice, Chapter 12, Individual (Joint) + Section 341 Notice, Chapter 12, Corporation (Partnership) + Section 341 Notice, Chapter 13, Individual (Joint) + Proposed Abandonment + Consent Judgment + Notice to Debtor and Debtor's Counsel to Commence Payments + Default Judgment + Foreign Judgment + Judgment Confession + Judgment Note + Summary Judgment + Declaratory Judgment + New Claims Bar Date + Postconversion 341, Chapter 11, Business + Postconversion 341, Chapter 11, Individual + Postconversion 341, Chapter 12, Business + Postconversion 341, Chapter 12, Individual + Hardship Discharge of Chapter 12 Debtor, Plan Not Completed + Discharge of Chapter 12 Debtor After Completion of Plan + Discharge of Chapter 13 Debtor in a Pre-11/5/90 Case + Postconversion 341, Chapter 13, Individual + Hardship Discharge of Chapter 13 Debtor, Plan Not Completed + Summary of Chapter 13 Plan + Discharge of Chapter 13 Debtor After Completion of Plan + Discharge of Joint Chapter 7, Both Debtors Discharged + Discharge of Joint Chapter 7, One Debtor Discharged + Conversion of Chapter 13 to Chapter 7, by Debtor + Conversion Chapter 13 to Chapter 7, by Trustee (Creditor) + Dismissal of Chapter 13 Case + Order of Execution + Levy + Civil Action Hearing + Execution Sale + Recovery of Real Property Hearing + Order for Possession + Judgment + Warrant of Arrest + Summary Conviction + Guardian Notice to Represent Minor Party + Trial Summary Case + Hearing + Continuance + Fugitive + Conviction + Intent to Defend + Transfer + Bail Hearing + Preliminary Hearing + Preliminary Arraignment + Indigency Hearing + Withdrawal of Suspension + Determination of Property Claims + Disposition + Trustee Report of Surplus + Postconversion 341, Chapter 7, Business, Asset + Postconversion 341, Chapter 7, Individual, Asset + Deficiency Notice + Discharge of Debtor, Chapter 7 (11), Individual + Order Approving Account, Discharging Trustee and Closing Estate + Order of Dismissal for Failure to Appear at the Section 341 First Meeting of Creditors + File Claims in Lead Case + Order of Dismissal for Failure to Timely File Schedules + Notice of Appointment of Interim Trustee and Approval of Blanket Bond + Notice of Assets + Order Confirming Plan + Order Dismissing Case + Order for Relief + Proof of Claim + Notice of Deadline for Filing Schedules + Mutually Defined + + + Loaded or Empty Actual Operating Miles, Not Subject to Equalization, Pay Loaded and Empty + Loaded or Empty Actual Operating Miles, Subject to Equalization, Pay Loaded Only. + Loaded Short Route Miles, Empty Actual Miles, Not Subject to Equalization, Pay Loaded Only. + Loaded or Empty Actual Operating Miles, Not Subject to Equalization, Pay Loaded Only. + Revenue Billing Miles Not Paid, Not Subject to Equalization + Equalization Adjustments Only. + + + 0% (No Penalty- Current Reporting) + 10% Trailer/Container + 15% Freight Car/Rack + 20% Trailer/Container + 30% Freight Car/Rack + 0% (No Penalty- Prior Reporting) + + + Allowed Claim + Protested Draft + Combined Wage Claim + Pre-protested Bill + Interstate + Prepetition Charges + Regular + Total Claim + Unsecured Nonpriority Claim + Agricultural Lien + Arrearage + Basis of Claim: Goods Sold + Basis of Claim: Money Loaned + Other Basis of Claim + Basis of Claim: Personal Injury + Basis of Claim: Retiree Benefits per 11 USC + Basis of Claim: Services Performed + Basis of Claim: Taxes + Basis of Claim: Wages + Charge + Chattel Mortgage + Disaster Unemployment Assistance + Debenture + Extended Benefits + Emergency Unemployment Compensation + General Charge + Attachment Lien + Judgment Lien + Mortgage + Mechanics Lien + North American Free Trade Agreement Affected Unemployment Insurance + Other Lien + Official Promise + Unsecured Priority Claim: Alimony and Support + Unsecured Priority Claim: Employee Benefits + Unsecured Priority Claim: Commitments to Maintain Capital + Unsecured Priority Claim: Deposits + Unsecured Priority Claim: Extensions of Credit + Unsecured Priority Claim: Farmers or Fishermen + Protested Check + Other Unsecured Priority Claim + Personal Property Lien + Unsecured Priority Claim: Taxes + Unsecured Priority Claim: Wages + Protested Bill + Secured Claim: Motor Vehicle + Other Secured Claim + Secured Claim: Real Estate + Social Security Claim + Treasury Claim + Tax Lien + Trade Affected Unemployment Insurance + Extended Trade Affected Unemployment Insurance + Value Added Tax (VAT) + Warrant Pledging + + + Invoice By Mail + Invoice Electronically + Invoice Not Required (Such As Evaluated Receipts Settlements) + + + Railroad Leased + Not Customer Owned or Leased + Seller Owned, Returnable + Customer Owned or Leased + Trip Leased + + + Grade Change + Process Start-up + Process Upset + + + Hazard Zone A + Hazard Zone B + Hazard Zone C + Hazard Zone D + + + Bottom + Center + Rear + + + Other Material + Aluminum + Carbon Steel + Fiberglass + Nickel + Stainless Steel + Titanium + + + Processed as Primary + Processed as Secondary + Processed as Tertiary + Denied + Pended + Approved as amended + Approved as submitted + Cancelled due to inactivity + Pending - under investigation + Initial + Received, but not in process + Rejected, duplicate claim + Rejected, please resubmit with corrections + Suspended + Suspended - incomplete claim + Suspended - investigation with field + Suspended - return with material + Suspended - review pending + Suspended Product Registration + Processed as Primary, Forwarded to Additional Payer(s) + Processed as Secondary, Forwarded to Additional Payer(s) + Processed as Tertiary, Forwarded to Additional Payer(s) + Reversal of Previous Payment + Not Our Claim, Forwarded to Additional Payer(s) + Transferred to Proper Carrier + Predetermination Pricing Only - No Payment + Documentation Claim - No Payment Associated + Reviewed + Repriced + Audited + Processed as Conditional + Not Our Claim, Unable to Forward + + Appealed + Weekly Certification + Closed + Open + Reaudited + Reissue + Reopened and Closed + Redetermination + Reopened + + + Aluminum + Hard Wood + As Specified by the DOT + Soft Wood + Burlap + Chemically Hardened Fibre + Cloth + Cloth Top + Cloth or Fabric + Compressed + Corrugated or Solid + Double-wall Paper + Fibre + Fibre (Paperboard) + Fiberboard + Fiberboard Metal + Glass + In Inner Containers + Wire/Cord + Insulated + Steel - Vinyl Coated + Wire Mesh + Iron or Steel + Jumbo + Special Jumbo + Lead + Metal + Metal Cans + Moisture Resistant + Molded Plastic + Multiple-wall Paper (2 or more walls) + Multiple-wall Paper (3 or more walls) + Not Otherwise Specified + Paper - VCI + Other than Glass + Other than Metal or Plastic Tubes, or Glass + Plastic - Vacuum Formed + Paper + Plastic - Structural Foam + Plastic - Injection Molded + Plastic + Polyethylene Lined + Plastic - Virgin + Pulpboard + Plastic - Regrind + Polystyrene + Rubber + Foam + Polycoated + Rubber and Fabric + Special + Standard + Stainless Steel + Tubes, Metal or Plastic + Wood + Single Wall Corrugated Board + Double Wall Corrugated Board + Triple Wall Corrugated Board + Polyvinyl Chloride (PVC) + Polyethylene Terephthalate (PET) + Pallet, Returnable + Splash Blend + Ammo Pack + Ampoule + Attachment + Bag + Bale + Barrel + Banding + Bundle + Beam + Bing Chest + Bin + Bulk + Belting + Bobbin + Bottle + Box + Bracing + Barge + Brick Pack + Basket or hamper + Box, with inner container + Bucket + Cabinet + Cage + Can + Carrier + Case + Containers of Bulk Cargo + Carboy + Can Case + Cheeses + Chest + Car Load, Rail + Household Goods Container, Wood + Container, MAC-ISO, LT. WGT. 8x8x20 Foot Air + Container, Navy Cargo Transporter + Container, Commercial Highway Lift + Container, Engine + Container, Multi-walled, Secured to Warehouse Pallet + Container + Coil + Cones + Core + Cradle + Corner Reinforcement + Crate + Cask + Carton + CONEX + Cylinder + Dry Bulk + Double-length Rack + Drum + Double-length Skid + Double-length Tote Bin + Duffelbag + Egg Crating + Envelope + Edge Protection + Firkin + Flo-bin + Frame + Flask + Forward Reel + Gable Top + Heads of Beef + Hogshead + Hamper + Hopper Truck + On Hanger or Rack in Boxes + Half-Standard Rack + Half-Standard Tote Bin + Intermediate Container + Jar + Jug + Keg + Kit + Knockdown Rack + Knockdown Tote Bin + Liquid Bulk + Lip/Top + Lifts + Liners + Log + Loose + Lug + Lift Van + Mixed Container Types + MILVAN + Multi-Roll Pack + MSCVAN + Mixed + Noil + Pallet - 4 Way + Pail + Pallet - 2 Way + Packed - not otherwise specified + Pieces + Pirns + Package + Primary Lift Container + Platform + Pipeline + Pallet + Pouch + Private Vehicle + Pipe Rack + Partitioning + Plastic-Wrapped Tray + Quarter of Beef + Rail (Semiconductor) + Rack + Reel + Reinforcement + Roll + Reverse Reel + Sachet + Sack + Suitcase + Shaker + Shook + Sheet + Side of Beef + Skid + Skid, elevating or lift truck + Slip Sheet + Sleeve + Spin Cylinders + Spool + Separator/Divider + Shrink Wrap + Single Serving Cup + Stretch Wrap + SEAVAN + Tube + Tote Bin + Tank Car + Tank Truck + Intermodal Trailer/Container Load (Rail) + Tank + Tierce + Trunk and Chest + Truck + Tray + Trunk, Salesmen Sample + Tub + Unpacked + Unit + Vehicles + Vial + Vehicle in Operating Condition + Van Pack + On Own Wheel + Wheeled Carrier + Wrapped + + + Other Gasket Type + Asbestos + Buna + Butyl Rubber + Ethylene Propylene (EPDM) + FDA White-Food Grade + Hypolon + Kalrez + Leather + Natural Rubber + Neoprene + Santoprene + Teflon + Viton + + + Other Trailer Lining Type + Butyl Rubber + Ceramic + Chlorinated Polyethylene Elastomer + Derekane + Halor + Herosite + Kynar + Natural Rubber + Nickel Cladding + Polypropylene + Teflon + Viton + + + Property Conveyance + Mortgage Assignment + Automatic Mortgage Assignment + Mortgage Coinsurance + Supplemental Claim + Property Nonconveyance (Claim without Conveyance of Title) + Property Preforeclosure Sale + Initial Claim + Self-pay + Central Certification + Other Non-Federal Programs + Preferred Provider Organization (PPO) + Point of Service (POS) + Exclusive Provider Organization (EPO) + Indemnity Insurance + Health Maintenance Organization (HMO) Medicare Risk + Dental Maintenance Organization + Deed-in-Lieu Property Sold + Deed-in-Lieu Property Not Sold + Foreclosure Complete Property Sold + Foreclosure Complete Property Not Sold + Liability Insurance + Special Forbearance + Loan Modifications + Partial Claim + Managed Dental + Automobile Medical + Blue Cross/Blue Shield + Champus + Commercial Insurance Co. + Contractual + Disability + Federal Employees Program + Health Maintenance Organization + Liability + Liability Medical + Medicare Part A + Medicare Part B + Medicaid + Medicare Part D + Medicare Advantage Plan + Managed Care Non-HMO + Other Federal Program + Self-administered Group + Title V + Unknown + Veterans Affairs Plan + Workers' Compensation First Report of Injury + Workers' Compensation Health Claim + Workers' Compensation Subsequent Report of Injury + Workers' Compensation Combined First and Subsequent Report + Mutually Defined + + + Contractual Obligations + Correction and Reversals + Denials + Medicare Adjustments + Disallowed charges and noncovered services + Other adjustments + Payor Initiated Reductions + Patient Responsibility + Regulatory Requirement + + + Chapter 07 + Chapter 11 + Chapter 12 + Chapter 13 + + + Air Compressor + Blower + Blower, Stainless Steel + Pump, Stainless Steel + Pump + + + Anhydrous Ammonia + Acid + Cement Discharge + Cross Link Polyethylene (Chemical-Solvent) + FDA Tube (Food Grade) + Galvanized Steel (Hot Asphalt and Tar) + Hot Air Blower + Liquid Propane Gas + Nitrile Tube (Petroleum) + Nitrile Tube (Hot Asphalt and Tar) + Pure Gum Tube (Food Grade, Dry Bulk) + Stainless Steel + Teflon (Fluorocarbon) + Viton (Fluoroelastomer) + + + Aluminum + Brass + Iron + Steel, Nonstainless + Stainless Steel + + + Four Bolt Flange + Dry Disconnect, Female + Dry Disconnect, Male + Quick Fit (Camlock), Female + Quick Fit (Camlock), Male + Threaded, Female + Threaded, Male + + + + Air Filter + Air Dryer + Cyclone + Dry Bulk Filter + Dry Brake Valve + Meter + Nozzle, Drumming + Nozzle, Boxing + Pressure and or Vacuum Valve + Self Contained Breathing Apparatus (SCBA) + Service Truck + Vibrator (Dry Bulk) + + + Collection, Receipts + Consumer Third Party Consolidated Payment + Debt Collection Payment + Payment of Child Support + Pension Payment + Payroll Payment + Royalty Payment + Tax Payment + Third Party Tax Payment + Vendor Payment + + + London (England) Exchange - First Closing + London (England) Exchange - Second Closing + + + Silver + Gold + Platinum + + + Add Fuel + Booking + Charge Battery + Communications Charge + Clearance + Interior Cleaning + Dealer Pickup + Loading + Property Lease + Miscellaneous + Paper Handling + Placarding + Releasing + Replace Placards + Remote Storage + Shuttle Within Yard + Rail Switching + Unloading + Wharfage + Wash and Wax + + + Person + Non-Person Entity + Unknown + Corporation + Trust + Organization + Limited Liability Corporation + Partnership + S Corporation + Federally Chartered Financial Institution + State Chartered Financial Institution + Custodial + Non-Profit Organization + Sole Proprietorship + Government + Non-Profit Government Agency + Limited Partnership + + + U.S. Citizen + Non-Resident Alien + Resident Alien + Illegal Alien + Alien + U.S. Citizen - Non-Resident + U.S. Citizen - Resident + Citizen + Non-citizen with Student Authorization + Non-permanent Resident Alien + Permanent Visa + Temporary Visa + Work Permit + Nordic Citizen + Non-Nordic Citizen + Naturalized Citizen + Eligible Non-citizen + Ineligible Non-citizen + + + Common Law + Registered Domestic Partner + Not Applicable + Divorced + Single + Unknown + Married + Unreported + Separated + Unmarried (Single or Divorced or Widowed) + Widowed + Legally Separated + + + Not Provided + Not Applicable + Female + Male + Non-sexed + Unknown + Unsexable + + + Spouse + Son or Daughter + Father or Mother + Grandfather or Grandmother + Grandson or Granddaughter + Uncle or Aunt + Nephew or Niece + Cousin + Adopted Child + Foster Child + Son-in-law or Daughter-in-law + Brother-in-law or Sister-in-law + Mother-in-law or Father-in-law + Brother or Sister + Ward + Stepparent + Stepson or Stepdaughter + Self + Child + Employee + Unknown + Handicapped Dependent + Sponsored Dependent + Dependent of a Minor Dependent + Ex-spouse + Guardian + Student + Friend + Significant Other + Both Parents + Court Appointed Guardian + Mother + Father + Other Adult + Emancipated Minor + Agency Representative + Collateral Dependent + Organ Donor + Cadaver Donor + Injured Plaintiff + Child Where Insured Has No Financial Responsibility + Widow + Widower + State Fund + Stepfather + Stepmother + Foster Parent + Emergency Contact + Employer + Life Partner + Adopted Daughter + Adopted Son + Adoptive Father + Adoptive Mother + Adoptive Parents + Annuitant + Aunt + Brother + Brother-in-Law + Business + Business Associate + Business Insurance Trust + Business Partner + Charity + Children of Marriage + Company + Corporation + Creditor + Daughter + Daughter-in-Law + Dependent + Estate + Ex-wife + Family Member + Father-in-Law + Fiancé (Male) + Financée (Female) + Fiduciary + Foster Daughter + Foster Father + Foster Mother + Foster Son + God Daughter + God Father + God Parents + God Son + Grandchildren + Granddaughter + Grandfather + Grandmother + Grandparents + Grandson + Great Aunt + Ex-husband + Half Brother + Half Sister + Husband + Institution + Mortgage Holder + Mother-in-Law + Nephew + Niece + Parents-in-Law + Partnership + Partner + Personal Insurance Trust + Sister + Sister-in-Law + Sole Proprietorship + Son + Son-in-Law + Step Brother + Step Children + Step Daughter + Step Sister + Step Son + Trust + Trustee + Uncle + Wife + Teacher + School Counselor + School Principal + Other School Administrator + Coach + Child of a Domestic Partner + Activity Sponsor + Supervisor + Co-worker + Minister or Priest + Ecclesiastical or Religious Leader + God Mother + Probation Officer + Accountant + Advisor + Alma Mater + Applicant + Banker + Clergyman + Client + Club or Organization Officer + Doctor + Educator/Teacher/Instructor + Betrothed + Insured + Lawyer + Medical Care Provider + Neighbor + Other Relationship + Other Relative + Owner + Payor + None + Non-applicable Individual Relationship Category + Mutually Defined + + + Graduated + Income Sensitive + Income Contingent + Level (Sum Constant) + Credit Account + Private Netting Agreement, Pay by Wire Transfer + Compensation by Balance + Pay By Check + Debited + Electronic Payment System + Freight Payment Bank + CCD (NACHA Cash Concentration/Disbursement - Funds Transacted without Remittance Information) + CCD+(NACHA Cash Concentration/Disbursement - Funds Transacted Plus an 80 Record Remittance Detail) + Invoiced Separately + CTX (NACHA Corporate Trade Exchange - Transaction Plus Remittance Detail in ANSI Standard Flexible Format) + Private Netting, Pay by Check + Letter of Credit + Deduction from Film Rental + Billing Account + CTP (NACHA Corporate Trade Payment - Transaction Plus Remittance Detail in Fixed Format) + Previously Charged + Petroleum Clearinghouse Bank + Related Detail Account + Summary Account + Wire Transfer + Direct Pay to Others + Lock Box + Waived + In Kind Payment + Credit + Bank Draft + Cash + Credit Card + + Money Order + Special Account + Travelers Check + + + Primary Residence + Second Home + Additional Residence beyond Second Home + Vacation Home + Non-Owner Occupied Residence + Not Specified + Acute Care Facility + Boarding Home + Sub-Acute Care Facility + Investment Property + Former Residence + Hospice + Intermediate Care Facility + Long Term or Extended Care Facility + Nursing Home + + + Hazard Insurance + Mortgage Insurance + Renters Insurance + Flood Insurance + Homeowners Insurance + Homeowners Association Dues + Termite Insurance + Gas + Electricity + Sewers + Septic Tank + Ground Rent + Water + Real Estate Tax + Front Foot Tax + Sewer Tax + Garbage, School and Other Service Taxes + Easement Tax + Surcharges + Condominium Fee + Principal, Interest, Taxes, and Insurance (PITI) + Other Financing Principal and Interest + Other General Expenses + Total Proposed Housing + Rent + First Mortgage Principal and Interest + Total Present Housing Expense + Estimated Taxes + Special Assessment + Actual Real Estate Taxes + Estimated Real Estate Taxes + Tax Rate per $100 + Other Taxes or Assessment + Licenses + Fuel + Water and Sewer + Trash Removal + Pest Control + Building Maintenance and Repair + Interior and Exterior Decorating + Cleaning Expenses + Supplies + Elevator Maintenance + Pool Maintenance + Parking Area Maintenance and Snow Removal + Gardening + Nonresident Manager + Resident Manager's Apartment Allowance + Custodian's Apartment Allowance + Advertising + Telephone + Leased Furniture + Carpeting and Drapes + Ranges and Refrigerators + Dishwashers and Disposals + Individual Heating and Air Conditioning Units + Association Fee + Club House Fee + Pool Usage Fee + Dockage Fee + Optional Services Fee + Total + Management + Net Operating + Build-out Allowance + Maintenance Fee + Unit Charge + Earthquake Insurance + Leasehold Payments + Insurance - Total + Public Utility - Total + Taxes - Total + Community Fees - Total + Total Monthly Debt + First Mortgage Monthly Principal and Interest + Second Mortgage Monthly Principal and Interest + Other Principal and Interest + + + Round to Nearest (Rule of Fives) + Round Down + Truncate + Round Up + + + No + Unknown + Not Applicable + Yes + + + Manufactured + Commercial - Non-Residential + Commercial - Residential + Condominium + Farm + Home & Business Combined + Land and Lots + Mobile Home + Deminimus Planned Unit Development (PUD) + Attached + Detached + Cooperative + Single-family Residence + Two-to-Four-unit Residence + Townhouse + Apartment Condominium + Multifamily (More than Four Units) + Twin Home + Bridges + Dams + Towers + Tunnels + Pipelines + Drilling Rigs + Antennas + Storage Tanks + Billboards and Signs + Fixed Machinery + Planned Unit Development + Site Built + High-rise + Subdivision + Stacked + Zero Lot Line + Row House + Modular + Yard + Factory + Garage + Office + Premises + Shop + Showroom + Warehouse + Works + Workshop + Residential + Commercial + Seasonal + Timeshare + Business Opportunity + Industrial + Ranch + Industrial Building + Semi Detached Building + Detached Building + Industrial Mall + Shopping Plaza + Shopping Mall + Apartment Building + Residential Buildings + Other Property Type + Coldstore + Complex + Forecourt + Hotel + Laboratory + Stadium + Store + Low Rise + Vacant Lot + Mixed Use Residential + Unknown + Mutually Defined + + + For Sale + For Lease + For Rent + Trade + Timeshare + Property Still Under Developer's Control, Project not Completed + Project is Complete + Will Remain or Become Primary or Additional + Project is Completed and Controlled by Home Owner's Association Greater Than Two Years + Pending Sale + Rental Being Held for Income + Already Sold + Retained + + + Deed to Secure Debt + Deed of Trust + Land Contract (Contract for Deed) + Mortgage + + + Appraised Value as Determined by Agency + Value as Determined by Applicant or Loan Originator + Appraised Value Determined by Appraiser + Reasonable Value as Determined by Agency + + + Restricted Fee (Tribal Lands) + Inclusionary Zoning + Co-Operative + Trust Land + Co-own + Fee Simple + Other Ownership Rights + Shares + Unassigned + Leasehold + Own + Rent + Condominium + Uses as Collateral + Unknown + Living Rent Free + + + Electronic Data Interchange + Face-to-Face + Mail + Telephone + + + Sunday and Holiday Pickup Service + Saturday Pickup Service + Multiple Shipment + Other + Cut Flowers + Special Pickup Service + Container Shipment + High Value Shipment + Airport Terminal + Canadian Business Delivery + Carrier Advance + Business Delivery (Contracted) + Convenience Center + Customer Counter Pickup + Residential Delivery (Contracted) + Contract Shipment Delivery + City Terminal + Drop Box + Drop Trailer + International Business Delivery + International Residential Delivery + Live Delivery + Live Load + On-call Pickup + Other Carrier's Terminal + Private Box + Business Delivery (Regular) + Canadian Residential Delivery + Residential Door + Regular Pickup + Residential Delivery (Regular) + Shippers Door + + + Assumption Allowed, Liability Released + Assumption Allowed, Liability Not Released + Qualifying + Non-Qualifying + + + Purchase Existing Home Previously Occupied + Purchase Existing Home Not Previously Occupied + Finance Improvement to Existing Property + Construct Home + Refinance + Purchase New Condominium Unit + Purchase Existing Condominium Unit + Finance Co-Operative Purchase + Manufactured Home + Manufactured Home and Lot + Manufactured Home and To Buy Lot + Manufactured Home and Lot Loan Refinanced + Construct New Home and Convert to Permanent + Purchase Unimproved Land + Other Loan Purpose + Purchase, Purpose Unidentified + Single Family + Multifamily Construction + Multifamily Project + Single Family Serial Note + All Terrain Vehicle + Dirt Bike + Farm Equipment + Jet Ski + Truck + Motorcycle + Snowmobile + Home Equity + Purchase Money Mortgage + Additional Financing + Auto Lease + Airplane + Automobile + Boat + Charge Cards + Charged Off + Camper or Trailer + First Mortgage Real Estate + Mobile Home + Personal + Real Estate + Recreation Vehicle + Student Loan + Second Mortgage Real Estate + Sharedraft Overdraft + + + Cash + Change in Rate or Term or Both + Home Improvement + Education + Medical + Increase Rate + Reduce Term + Adjustable Rate to Fixed Rate + Debt Consolidation + Change in Loan Type + Other Purpose + Purchase + Reduce Rate + Equity Takeout + Construction to Permanent + Construction + Combined Construction and Permanent + Increase Term + Balloon Satisfaction + Rate or Term Refinance with Cash Out + Mutually Defined + + + Cash-Borrowed + Cash + Equity from Pending Sale of Property + Cash-Gift + Non-Cash + Sweat Equity + Trade Equity + Secondary Financing Secured by Same Property + Lot Equity + Lease Payments + Pledged Collateral + Sale of Chattel + Grant + Proceeds of Loan Fully Secured by Borrower's Own Assets + Grant From Non-Profit Organization + Grant From Federal Government + Grant From State Government Organization + Grant From Local Government + Grant From Employer + Unsecured Loan + Not Applicable + Premium Pricing + Closed End Second Mortgage + Seller Take Back + Affordable Second Mortgage + Home Equity Line of Credit + Gift of Equity + Mortgage Insurance Premium or Veteran Administration Funding Fee Refund + Commitment or Origination Fee + Buydown Funds + Closing Costs + Discount Points + Relocation Funds + Employer Assisted Housing + Lease Purchase Funds + Other + Savings + Equity on Sold Property + Equity from Subject Property + Certificate of Deposit + Financial Arrangement + Stocks and Bonds + Equity from Pending Home Sale + Trust Funds + Retirement Funds + Life Insurance + Secured Borrowed Funds + Earnest Money + Mutually Defined + + + Permanent + Temporary + + + Adjustable Payment Based on Index + Fixed Payment with Balloon Option + Pledged + Growing Equity Mortgage (GEM) + Fixed Payment + Graduated Payment Mortgage (GPM) + Interest Only with Balloon + Graduated Payment Adjustable Rate Mortgage + Extended Term + Wraparound Mortgage + Collateral Pledge Graduated Payment Mortgage + Fixed Payment With Buydown + Other Loan Payment Type + Step Rate + Tiered + Renegotiated Rate + Reverse Annuity + Reverse Installment Buydown + Shared Appreciation + Second Mortgage + Interest Only + Non-level + Biweekly + Five-year Balloon + Seven-year Balloon + Regular Reducing + Skip + Balloon + Single + Fixed Principal Payment + Start Up Mortgage + + + Fixed + Adjustable or Variable + Student Loan Split + Student Loan Variable + Simple + Compound + Discount + + + Treasury Bill - 1 Year + Treasury Bill - 3 Year + Treasury Bill - 6 Months + Treasury Bill - 5 Year + Treasury Bill: 3 Month Index (Weekly Auction) + Treasury Bill: 6 Month Index (Weekly Auction) + Treasury Bill: 6 Month Index (Monthly Auction) + Treasury Bill: 6 Month (Invest) (Weekly) + Treasury Bill: 6 Month (Invest) (Monthly) + Cumulative Average Previous 4 Weeks of 6 Month T Bills + Cumulative Average Previous 26 Weeks of 6 Month T Bills + Cumulative Average Previous 12 Months of 6 Month T Bills + Treasury Sec.: 1 Year (Weekly Average) + Treasury Sec.: 2 Year (Weekly Average) + Treasury Sec.: 3 Year (Weekly Average) + Treasury Sec.: 5 Year (Weekly Average) + Treasury Sec.: 7 year (Weekly Average) + Treasury Sec.: 10 Year (Weekly Average) + Treasury Sec.: 1 Year (Monthly Average) + Treasury Sec.: 3 Year (Monthly Average) + Treasury Sec.: 5 Year (Monthly Average) + Cumulative Average Previous 12 Months of 1 Year Treasury Secretary + Federal Home Loan Bank District 11 Index + OTS: Average Contract Rate + OTS: Series of Closed Loan Index + OTS: Fixed Rate, Closed Loan All Lenders + OTS: S & L Average Quarterly Cost of Funds + OTS: S & L Median Monthly Cost of Funds + OTS: 11th Dist. Cost of Funds (Monthly) + OTS: 4th Dist. Cost of Funds (Monthly) + OTS: 7th Dist. Cost of Funds (Monthly) + OTS: 1 Year 1st Dist. Advance Rate (Daily) + OTS: 11th Dist. Daily Guarantee 30 Day Comm 5 Year + Federal Home Loan Bank Index + OTS: 4 Year 2nd Dist. Advance Rate (Daily) + OTS: 5 Year 2nd Dist. Advance Rate (Daily) + OTS: Average Previous 12 Month Series Closed Loans + OTS: Average Previous 12 Month 11th Dist. Cost of Funds + OTS: Semi-Annual Cost of Funds for CA Members + OTS: Nat. Mon. Median Cost of Funds Ratio + OTS: Federal Cost of Funds + OTS: Quarterly National Average Cost of Funds + OTS: Semi-annual National Average Cost of Funds + London Interbank Offered Rate (LIBOR) + Libor: 1 Month Rate + Libor.: 3 Month Rate + Libor.: 6 Month Rate + Libor.: 1 Year Rate + Libor.: 1 Month Fannie Mae Index (Monthly) + Libor: 3 Month Fannie Mae Index (Monthly) + Libor.: 6 Month Fannie Mae Index (Monthly) + Libor: 12 Month Fannie Mae Index (Monthly) + Libor: 1 Month Wall Street Journal Rate + Libor: 6 Month Wall Street Journal Rate + National Cost of Funds + Prime + National Average Contract Rate on Previous Occ. Homes + Wall Street Journal Prime Rate + 6 Month Certificate of Deposit Rate + NY Federal Res. 6 Month Jumbo CD Rate (Daily) + 6 Month Money Market-Comml. Bank (Weekly) + 6 Month Treasury Bill Secondary Market + 6 Month CDS-Secondary Market (Weekly) + 6 Month CDS-Secondary Market (Monthly) + Fannie Mae: Blend 50% Frm./50% 1 Year Treas. + Fannie Mae: Blend 75% Frm./25% 1 Year Treas. + Fannie Mae: 30 Day Frm. Yield Actual/Actl. + Fannie Mae: 30 Day Frm. Yield Schl./Actual + Fannie Mae: 60 Day Frm. Yield Actual/Actl. + Fannie Mae: 60 Day Frm. Yield Schl./Actual + Mutually Defined + + + Completed + In Process + Pending + + + Seller + Builder or Developer + Borrower - Not Financed + Lender + Borrower - Financed + Parent + Non-Parent Relative + Unrelated Friend + Employer + Other Source + Borrower - Paid Outside of Closing + Real Estate Agent + + + Conventional + Veterans Administration Loan + Federal Housing Administration Loan + Farmers Home Administration Loan + State Agency + Local Agency + Other Real Estate Loan + Federal Housing Administration Multifamily Loan + Conventional Uninsured + Commercial + U.S. Department of Housing and Urban Development + Rural Housing Services + Federal Housing Administration Title 1 + Contract for Deed or Land Contract + Owner Financed + Bond + Residential + Mutually Defined + + + Standard Application + Delegated + Prequalification + Reduced Documentation + + + Cash + Deferred Premium + Financed + + + Both + No Coverage + Pool + Primary + + + Temporarily Articulated Load + Straight Plan + Average Agreement + Switch Bill + Storage + Detention + Store in Transit + For Furtherance of Transit + Flat Car Composite Billing + Multiple Shipment Billing + Paired Trailer Shipment + Multi-car Transit + Rule 24 Lead and Trailer Equipment on Single Revenue Bill + Single Shipment Billing + Transit Billing + Unit Train Billing + Normal Bill of Lading + Negotiable Bill of Lading + Straight Consignment Bill of Lading + Route Code Bill of Lading + + + Batch Accept + Batch Accept with Data Content Change + Batch Accept with Error + Batch Partial Accept/Reject + Batch Reject + Functional Group Accept + Functional Group Accept with Data Content Change + Functional Group Accept with Error + Functional Group on Hold + Functional Group Partial Accept/Reject + Functional Group Reject + Item Accept + Item Accept with Data Content Change + Item Accept with Error + Item Partial Accept/Reject + Item Reject + Transaction Set Accept + Transaction Set Accept with Data Content Change + Transaction Set Accept with Error + Transaction Set on Hold + Transaction Set Partial Accept/Reject + Transaction Set Reject + + + Adjusting + Standard + Pool + Level Annual Coverage + Primary + Risk Sharing + Second Layer + Second Layer Standard + Mutually Defined + + + First (Primary) + Second + Third + Fourth + Unsecured + Wrap-Around + Mutually Defined + + + Constant + Declining + No Renewals + + + Alternative + Streamlined Refinance + No Document + No Deposit Verification + No Employment or Income Verification + Full + No Deposit, Employment, or Income Verification + Reduced + + + Prefix + First Name + First Middle Name + Second Middle Name + Last Name + First Initial + First Middle Initial + Second Middle Initial + Suffix + Generation + Doing Business As (DBA) or Trading As (T/A) + Combined (Unstructured) Name + Combined Name and Account Number + Name of an agency + Maiden or former name + Composite name (used if the name cannot be broken into separate parts, formatted with last name sent first) + Middle Names + Preferred First Name or Nickname + Corporation + Corporation Suffix + Professional Title + Organization Name + + + 1 Year + Periodic + Single (One Time) + Life-of-Loan + Loan to Value Percent + + + Street Number + Street Name + Prefix Direction + Suffix Direction + P.O. Box Number + Rural Route Number + City Name + State Name + State Postal Code + Zip Code (5 Digit) + Zip Code Addendum (4 Digit) + Building Name + Apartment Number + Suite Number + Unstructured Street Address + Unstructured City and State and Zip Code + Unstructured City and State + Unstructured Mailing Address + Zip Code (9 Digit) + County + Subdivision + Map Coordinates and Directions + Continent + State or Province Abbreviation + Township + Municipality + Sub-barrio + Association Name + Parking Unit Number + Pier + Wing + Floor + Driveway + Lot + Room + Slip + Unit + Property Address + Unstructured Property + Street Suffix + Country + House Number Prefix + House Number Suffix + Drawer Number + Foreign Region or Province + Postal District + Street Number Alpha + Province + Cross Street + International Postal Code + Street Number Low + Street Number High + Street Number Fraction + Street Name Suffix + Secondary Unit Identifier + Secondary Unit Number + ZIP Code Delivery Point Addendum + ZIP Code Delivery Point BarCode (DPBC) Checkdigit + Postal Service Carrier Route + Postal Service Carrier Route Line of Travel (LOT) + Postal Service Address Change Service (ACS) Keyline + Congressional District Code + Zip Code (11 digit) + International Organization for Standardization (ISO) Country Code + Street Name Prefix + Private Mail Box (PMB) + Urbanization + Access Customer Terminal Location (ACTL) + Additional Point of Termination (APOT) + Local Service Termination (LST) + Specific Point of Interface (XPOI) + Section + Range + Geographical Area + High Even Street Number + High Odd Street Number + Low Even Street Number + + Secondary Address High + Secondary Address Low + High Even Secondary Address + High Odd Secondary Address + Low Even Secondary Address + Low Odd Secondary Address + Building Number + + + Given Name (Name at Birth) + Current Legal + Alias + Name of Record + Previous Name + Name of Record Requestor + Married Name + Professional Name + Doing Business As (DBA) and Trading As (T/A) + Spouse + Combined Name and Account Number + Beneficiary + Primary Care Provider + Corrected Insured + Prior Incorrect Insured + Corrected Name + + + January + February + March + April + May + June + July + August + September + October + November + December + + + Not Provided + Not Applicable + Asian or Pacific Islander + Black + Caucasian + Subcontinent Asian American + Other Race or Ethnicity + Asian Pacific American + Native American + Hispanic + American Indian or Alaskan Native + Native Hawaiian + Black (Non-Hispanic) + White (Non-Hispanic) + Pacific Islander + Black or African American (Office of Management and Budget 1997) + Hispanic or Latino (Office of Management and Budget 1997) + White (Office of Management and Budget 1997) + American Indian or Alaska Native (Office of Management and Budget 1997) + Asian (Office of Management and Budget 1997) + Native Hawaiian or Other Pacific Islander (Office of Management and Budget 1997) + Not Hispanic or Latino (Office of Management and Budget 1997) + Mutually Defined + + + Bounceback + Direct Home Delivery + Direct Mail + Electronic + Free Standing Insert + Handout + Sample + Instant Redeemable + In Pack + Magazine + Customer Relations + Newspaper + On Pack + Retail In-ad + Shelf Pad + Theme Promotion + + + Vent 25% Open + Vent 50% Open + Vent 75% Open + Vent 100% Open + Closed + Vent 10% Open + Carrier to Set Based on Commodity Type + + + Age Rated + All Aviation Excluded + No Differentiation on Tobacco Use + Facultative + + Super Preferred + Uninsurable + Declined + Exclusion + Flat Extra + Military Aviation Excluded + Non-smoker + Non-tobacco + Preferred + Standard + Smoker + Tobacco + Table Rated + Mutually Defined + + + Carrier Initiated Revenue Waybill Cancel + System Initiated Cancelled and Fully Concurred + System Initiated Cancelled Disputed Status + Carrier Initiated Challenge + Carrier Initiated Concurrence Without Opinion + Carrier Initiated Concurrence With Opinion + System Initiated Settlement, Child Settled, Parent in Dispute Status + Carrier Initiated Concurrence to Date Change Only + Currency Dispute + System Initiated Settlement, Active Road on Silent Concurrence, Divisions Generated + System Initiated Settlement, Silent Road on Silent Concurrence, Divisions Generated + System Initiated Deletion From Route by Another Carrier + Carrier Initiated Deletion from Route (Not in Interline Movement) + Carrier Initiated Settlement Date Change + System Initiated Government Dispute + Delay Shipment Dispute + Null Settled Due to AAR Rule 11 Parent Null Settled + New Road, Route Dispute + Carrier Initiated Waybill Opinion + Carrier Initiated Revenue Waybill + System Initiated Postponement to Settlement Due to AAR Rule 11 Notify Party + Prepaid or Collect Dispute + Route Dispute + System Initiated Settlement, Active Road on Silent Concurrence + System Initiated Settlement, Composite Version Due to Forced Settlement + System Initiated Settlement, Force Settled on Dispute + System Initiated Settlement, Null Value + System Initiated Settlement, Silent Road on Silent Concurrence + System Initiated Settlement, Fully Concurred + System Initiated Trace for Concurrence to AAR Rule 11 Notify + Transit Dispute + System Initiated Trace for Concurrence to Revenue Waybill + AAR Rule 11 Dispute + + + Primary Disability - Frozen + Primary Disability - Non-frozen + Dependent Disability - Frozen + Dependent Disability - Non-frozen + Retirement - Frozen + Retirement - Non-frozen + Permanent + Temporary + Canadian + Joint + Deferred + Eligible + Applied + Receiving + Defense Medical Evaluation + Delayed Reporting Penalty (Insured) + Engineering Services + Expert Test (Trial) + Expert Fees and Expenses (excluding tests and testimony) + Fee Schedule Savings + Fatal + Permanent Total + Permanent Total Supplemental + Permanent Partial Scheduled + Permanent Partial Unscheduled + Temporary Total + Temporary Partial + Employer Liability + Permanent Partial Disfigurement + Unspecified Employer Payments + Funeral Expenses + Penalties + Interest + Employer's Legal Expenses + Claimant's Legal Expenses + Payments to Physicians + Hospital Costs + Other Medical + Vocational Rehabilitation Evaluation + Vocational Rehabilitation Education + Other Vocational Rehabilitation + Total Temporary Catastrophic + Unknown Payment Type + Vocational Rehabilitation Maintenance + Claim Value Recovery + Deductible Recovery + Additional Living Expense + Alternative Dispute Resolution Services + Anesthesiologist + Annuity + Attorney Expenses + Attorney Fees + Auto Liability Subrogation + Not Eligible + Catastrophic Benefits + Central Index Bureau Filing Fees + Chiropractor + Indemnity Reserves + Medical Reserves + Expense Reserves + Vocational Rehabilitation Reserves + Indemnity Payments + Medical Payments + Expense Payments + Vocational Rehabilitation Payments + Claim Payment + Claim Reserve + Bodily Injury Payment + Bodily Injury Reserve + Property Damage Payment + Property Damage Reserve + Comprehensive Payment + Comprehensive Reserve + Collision Payment + Collision Reserve + Salvage + Expert Witness Fees + Claimant Legal Expense + Claimant Medical Evaluation + Commercial Photographers + Mandated Medical Exam + Death Benefits + Defense Attorney Fees and Expenses + Funeral Benefits + Hearing Attendance or Representation Fees + Hospital - Inpatient Charges + Hospital - Outpatient Charges + Hospital Bill Audit + Impairment Income Benefits + Independent Adjustor Expense + Independent Medical Exam + Legal Expenses - Miscellaneous + Chiropractic Expenses + Dental Expenses + Physical Therapy Costs + + Durable Medical Costs + Medical Travel Costs + Employee Medical-Legal Costs + Employer-Claim Administrator Medical-Legal Costs + Agreed upon or Directed Medical-Legal Costs + Unallocated Funds + Future Credit Recovery + Liability Settlement + Life Pension + Lump Sum Remarriage Payment + Lump Sum Settlement Amount + Major Case of Individual Case Reporting + Medical Equipment + Peer Review Board Expenses + Medical Management Services + Medical Records or Reports + Medical Rehabilitation + Medical Test (Trial) + No-fault benefit or expense (Non-Workers Compensation) + Nursing Care + Extended Care Facility + State Fund - Other + Penalties Paid on Medical Benefits + Penalties Paid on Indemnity Benefits + Pension Indemnity Benefit + Personal Property or Contents + Pharmacy + Photographs other than Commercial + Physiotherapy + PPO (Preferred Provider Organization) Fees or Expenses + Product Liability Subrogation + Property Adjustment + Provider Bill Audit Expense + Radiology + Time and Expense Fees + Scheduled Award + Social Security + State Second Injury Fund + State Supplemental Fund + Supplemental Permanent Total Benefits + Employee Interest + Testing Lab + Third Party Contribution + Transportation - Other + Transportation - Medical Treatment + Treating or Panel Physician + Utilization Review - Hospital + Utilization Review - Physician + Unallocated Indemnity + Unallocated Medical + Witness Fees and Expenses - Other than Expert Witness + Vocational Rehabilitation Training + Appraisal Fees + Autopsy Fees + Surveillance Special Investigation Fees and Expenses + Temporary Income Benefits + Federal Second Injury Fund + Federal Supplemental Fund + Flat Rate + Employer Paid Temporary Total Disability + Employer Paid Temporary Partial Disability + Court Reporter Fees + Private Investigator Fees + + + Contingent + Primary + + + First grade + Second grade + Third grade + Fourth grade + Fifth grade + Sixth grade + Seventh grade + Eighth grade + Ninth grade + Administrative + Kindergarten + Tenth grade + Eleventh grade + Twelfth grade + Managerial + Other Professional + Clerical + Technical + Skilled Crafts + Service Maintenance + Non-Degree or Temporary Undergraduate in Postsecondary school + Postsecondary First Year Student + Postsecondary Sophomore + Postsecondary Junior + Postsecondary Senior + Postsecondary Post-Baccalaureate Student + Postsecondary Non-Degree Graduate Student + Postsecondary Professional Student + Postsecondary Master's Degree Student + Postsecondary Doctoral Student + Postdoctoral Student + Postsecondary Bachelor Preliminary Year + Postsecondary Fifth Year Student + Postsecondary Masters Qualifying Year + First-year Graduate + Second-year Graduate + Third-year Graduate + Beyond Third-year Graduate + First-year, Attended College Before + First-year Professional + Second-year Professional + Third-year Professional + Beyond Third-year Professional + High School + Middle School + Junior High School + + Associate Degree + Baccalaureate (Bachelor's) Degree + Medical Test (Trial) + Clinical Medicine + Doctoral Degree + Elementary School + Employment + Executive + Fall Term First Professional + First Professional + Fall Term Graduate + Full-time First-time Degree-seeking Undergraduate + First-time Degree-seeking Undergraduate + Graduate + High School Graduate or Equivalent + Attended high school, but did not graduate. + Infant (0 to age 2) + Intramural + Local Education Agency (LEA) + Master's Degree + Mixed Grades + Middle or Junior High School + None + Pre-Kindergarten Level 0 + Pre-Kindergarten Level 1 + Pre-Kindergarten Level 2 + Pre-Kindergarten Level 3 + Pre-Kindergarten Level 4 + Pre-Kindergarten Level 5 + Postsecondary Certificate or Diploma + Professional Degree or Certification + Professional + Pre-Kindergarten + Pre-clinical Medicine + Postsecondary + Some Postsecondary (e.g., college) + School + Instructional + Secondary School + Support Services + Twelve Month First Professional + Twelve Month Graduate + Undergraduate + Ungraded + Varsity + Vocational School + + + Self-contained (Regular Class) + Resource Class + Separate Class + Public Separate School Facility + Private Separate School Facility + Public Residential Facility + Private Residential Facility + Correction Facility + Homebound or Hospital Environment + Bilingual Class + Departmentalized (Regular Class) + Center-based Instruction + Televised Instruction + Individualized Instruction + Independent Study + Laboratory + English as a Second Language (ESL) Class + Discussion + Residency + Internship + Practicum + Work Study + Co-operative Education + Clinic + Lecture and Laboratory + Lecture and Discussion + Lecture + Other + Classroom + Home Study + On-line Instruction + Distance Learning + Seminar + Field Work Experience + Group Projects + Applied Learning + Recital + In-Service Training + Workshop + Self-contained Combined Resource + Experiential Learning + + + Alternative Education + Gifted or Talented + Limited English Proficiency + Migrant Program + Pre-Kindergarten + Remedial or Compensatory Program + Vocational Program + General Education Development (GED) Preparation + At-Risk or Dropout Prevention Program + Discipline or Disruptive Program + English as a Second Language Program + Bilingual Education Program + Adult High School Education Program + Adult Basic Education Program + Title 1 or Chapter 1 Program, Elementary and Secondary Act of 1965 (ESEA) (P.L 89-10) + State Compensatory Education + Indian Education + Transitional Bilingual Education + Specially Designed Academic Instruction in English (Sheltered English) + Primary Language Support (Bilingual Aide) + Academic Subjects through Primary Language + Early Intervention Services + Related Services + Individual and Small Group Instruction + Tutorial Services + Note-taking Assistance + Test-taking Assistance + Educational Therapy + Study Skills Assistance + Instruction in the Home or Hospital + School Clothing + Child Care or Center Services + Language, Speech Development and Remediation + Audiological Services + Orientation and Mobility Instruction + Adapted Physical Education + Vision Services + Specialized Driver Training Instruction + Counseling and Guidance + Psychological Services Other than Assessment and Development of the Individualized Education Program (IEP) + Family Counseling and Training + Health and Nursing Services + Social Worker Services + Specially Designed Vocational Education and Career Development + Recreation Services + Specialized Services for Low-incidence Disabilities such as Readers, Transcribers and Vision and Hearing Services + Transportation + Children's Protective Services + Substance Abuse Education and Prevention + Teen or Adolescent Family Planning + Speech Therapy + Occupational Therapy + Physical Therapy + Music Therapy + Art Therapy + Dance Therapy + Interpreter for the Hearing Impaired + Rehabilitation Counseling Services + Orientation and Mobility Services + Case Management Services + Mental Health Services + Vocational Rehabilitation Training and Job Placement + Supported Employment Services + Independent Living Services + Residential Services + Communication Services + Technological Aids + Community Recreational Services + Community-based Instruction + Pre-College Development Program + State or Province Defined Program + Local or District Defined Program + Other Program + Lender Provided Counseling Program + Non-profit Organization Counseling Program + Public or Government Agency + Other Organization Program + Borrower Counseling Program Not Provided + Third Party Provided Counseling Program + American Homeowner Education Institute Approved Counseling Program + Academic or Career Counseling + Employment Services for Current Students + Placement Services for Completers + Library + Shared Library + + + Federal + State + Local + Private + Combination + Regional + Territory + State Non-resident + Not Applicable + + + Academic Record + Behavioral Performance + Physical Condition + Test Scores + Age + Limited English Proficiency (LEP) + Family Background + Residence + High School Graduation + Open Admission + Evidence of ability to benefit from institution + Class Standing + Other + + + Employee Mobility + Pre-existing Conditions + Diagnosis + Condition + Occurrence + Occurrence Span + Value + Ambulance Certification + Chiropractic Certification + Durable Medical Equipment Certification + Enteral or Parenteral Therapy Certification + Oxygen Therapy Certification + Admitting Diagnosis + Principal Diagnosis + Pre-Existing Physical Condition + Pre-Existing Mental Condition + Routine Foot Care Class Finding + Systemic Condition for Routine Foot Care + Co-op Advertising + Commercial Advertising + Specimen Kit Type Code + Laboratory Test Condition Code + Automobile Loss + Laboratory Results Identification Code + Line of Business Code + United States Department of Vital Statistics E-Code + Employment Status Information + Income + Loan Information + Injury or Illness + Benefit Adjustment + Claimant + Contractholder Branch + Contractholder + Secondary Claim Administrator + Primary Claim Administrator + Reporting Agency + Process + Hazardous Material + Activity + Accident + Initial Treatment + Cause of Injury + Part of Body + Nature of Injury + Source of Injury + Job + Loss Prevention + Managed Care + Risk Management + Claim Handling + Event or Exposure + Equipment or Materials or Chemicals + Coverage + Overbite + Overjet + Profile + Crossbite + Arch Asymmetry + Dentition Midline + Crowding + Molars + Cuspids + Interviewee + Verification of Deposit + Verification of Mortgage + Verification of Income or Employment or Both + Verification of Rent + Verification of Loan or Installment Debt or Both + Anti-fungal Therapy + Hospice + Primary Diagnosis + Secondary Diagnosis + Tertiary Diagnosis + Procedure Code + Functional Limitations + Activities Permitted + Mental Status + Manner Property Title Held + Property Improvements + Complete Appraisal + Limited Appraisal + Restricted Appraisal Report Limiting Conditions + Route of Administration + Borrower Information + Contract Information + Fannie Mae (Federal National Mortgage Association) + Freddie Mac (Federal Home Loan Mortgage Corporation) + Deductible + Advertising Copy + Private Remarks + Compensation Notes + Open House Notes + Tour Notes + Terms of Sale + Restrictions + Disclosures + Exceptions + Inclusions + Lease Type + Contracting District Type + Mortgage Record Change + Mortgage Insurance Termination + Mortgage Insurance Cancellation + Mortgage Servicing Transfer + Appraisal + State License Disciplinary Action + Source of Data + Endorsement + Notification + All + Agent's Questions + Agent's Share + + Contact or Reference Information + Cost Basis + Driving Infractions + Excess Dividend Use + Home Health Aide + Existing Coverage Information + Hospitalization + Activity Limitations + Juvenile Information + Occupation Information + Personal Finance and Business Information + Appearance + Rating Information + Arrest + Replaced Amount + Authority + Automated Underwriting Information + Aviation + Surgery + Travel Information + Age Remark + Property Remark + Audit Data + Declaration Sheet Indicator + Servicing Data + Single Family + Multifamily + Payment Handling + Ginnie Mae 1 + Ginnie Mae 2 + Ginnie Mae 2 Custom + Bankruptcy + Business Beneficiary + Building Condition + Buydown + Beneficiary + Tax Agency Parcel Identifier + Historical Performance + Product Rules + Commercial Property + Unimproved Land + Banking + New Contract + Original Contract + Access + Bond + Bankruptcy Petition + Agent Sales Trend + Broker's Price Opinion + Bankruptcy Statement of Financial Affairs + Billings Trend + Assets + Cash Flow + Competition + Credit Line + Creditors Arrangement + Creditors Meeting + Depreciation Conditions + Adverse Environment Conditions + Miscellaneous Adverse Conditions + Site Conditions + Subject Property Conditions + Board of Directors + Reserve + Payment + Comorbidity + Citizenship + Continuing Education + Compensation Calculation + Cause of Death + Condominium + Cooperative + Conviction + Direct Sales Trend + Export Trend + Financial Embarrassment + Indebtedness + Cancellation + Claim Amounts + Comparison + County + Complications + Initial Capital + Current Ratio + Common Stock + Commission Trend + Stockholders + Damage + Working Capital + Compensation Allocation + Dividend Use + Excess Premium Use + Unpaid Invoices + Withdrawals + Imports + Placed for Collection + Drug Adjudication Information + Liquidation Proceedings + Location + Discharge Diagnosis + Departmental + Profit Margin + Proposal + Receivership + Driver Identification Information + Provider Characteristics and Resources + Secondary Source of Injury + Petitiions + Registered Charges + Criminal Proceedings + Historical Criminal Proceedings + Directions to Property + Driving + Driver Record Information + Spectacle Lenses + Contact Lenses + Spectacle Frames + Employment + Examiner's Comments + Intercompany Relations + Judgments + Liens + Operating Surplus Trend + Participating Interest + Protested Bills + Subcontracting Details + Suits + Uniform Commercial Code (UCC) Filings + Detrimental Legal Filings + Customer Details + Supplier Detail + Early & Periodic Screening, Diagnosis and Treatment (EPSDT) Claim + Employee Relocation + Education or Training + Financial + Family Coverage + Family History + Financing + Flood Determination + Franchise Tax Payments + Financial Remarks + Foreign Travel + Demonstrations + Shelf Format + Guarantees + Fixed + Adjustable + Rate Adjustment + Payment Adjustment + Life of Loan + Periodic Interest Rate + Principal and Interest + Health or Medical + Late Charge + Default Note Holder's Cost + Prepayment + Limited Payment + Rate Lookback + Payment Lookback + Index + Mortgage Margin + Single Family 2-4 Units + Amortization + Rate Conversion + Interest Only + Premium Audit Key Question + History + Hazardous Sports + Issued Capital + Identification + Insurance History or Other Coverage + Impairment + Insurance + License Revocation + Location Status + Level Remarks + Liability Status + Local Language Description + Listing Remarks + Life Style + Legal Type + Loss Trend + Marital Status + Miscellaneous + Multiple Listing Service + Management + Modification + Medication or Prescription + Medical Social Worker + Military Status + Nominal Capital + New Licensed Staff + Nature of Suit + Not Work Related + Owner Pays Notes + Occupation Class + Outside Financing + Other Investor + Operations Trend + Operations + Occupational Therapy + Operations Outlook + Performance + Profitability + Paid in Capital + Public Records + Penalty + Profit Trend + Possession Notes + Photo Instructions + Patient Subjective Complaints + Parking Notes + Profit Outlook + Property + Preferred Stock + Physical Therapy + Physician Examination Results + Reason for Weight Loss + Association of American Railroads Special Proper Shipping Name Flag + Association of American Railroads Intermodal Indicator + Association of American Railroads U.S. to Canada Flag + Residential Status + Revocation + Recovery + Real Estate Property Information + Radio License Application + Remedy + Related Entities + Retirement Plan Type + Reinstatement + Reason Last Seen + Registration Type + Results + Revenue Trend + Investment Trend + Royalty Trend + Purchases Trend + Labor Infraction + Debentures + Source Fund + Starting Details + Summary and Evaluation + Showing Instructions + Suits, Judgments & Liens + Supplement Note or Line + Skilled Nursing + Statement Preparation + Sales Trend + Suspension + Speech Therapy + Substance Use + Reported Statement of Witness + Size + Tobacco + Tests + Target Fund + Therapy + Action + Terms + Trend + Tenant Pays Notes + Treatment + Two to Four Units + Tax Service + Production Capacity + Actual Production + Branch Trend + Retail Locations + Net Profit + Ordinary Profit + Declared Profit to Local Tax Office + Market Trend + Pre Tax Profit + Net Worth + Debt to Equity + Equity Return + Stability + Efficiency + Outlook + Update + Corporate Registration + Voter Registration Application + Voter Registration Application Disposition + Violation + Warning + Prognosis + Treatment Plan + Work Restrictions + Witness Statement + Conditions Affecting Total Employees and Hours + Injury Work Related + Illness Work Related + Controvert Reason + Supervisor's Comments + Willful Misconduct + Supervisor's Exception + Claim Related Work Assignment Changes + 30 Day Delay Reason + Employee Comment + Employee Comment Not Provided Reason + Medical Records Not Attached Reason + Work Exposures and Duration + Letter of Credit Overdrawn + Cargo Receipt Not Signed + Customs Statement Missing from Invoice + Purchase Order Not on Letter of Credit (Except Masters) + Reduced Draft + Time Drafts + Demand for Payment + Early Presentation of Documents + Physician - Patient Report Inconsistency + Physician Test Results + Mutually Defined + + + Payer Responsibility Four + Payer Responsibility Five + Payer Responsibility Six + Payer Responsibility Seven + Payer Responsibility Eight + Payer Responsibility Nine + Payer Responsibility Ten + Payer Responsibility Eleven + Unconfirmed + Noncapitated Agreement + Primary + Non-specified + Secondary + Tertiary + Unknown + + + Full year + Semester + Trimester + Quarter + Quinmester + Mini-term + Summer Session + Intersession (Year Round Schools) + Long session which is longer than a semester or quarter or trimester, but shorter than a full year + Fall Session + Four-One-Four Plan + Continuous + Differs by Program + Other + Twelve Month + + + Cushioned + Depressed Bottom + Flat Bottom + Steel + Wood + + + Trimester Hour Credit + Quinmester Hour Credit + Adult Credits + Continuing Education Unit + Carnegie Units + Intersession Hour Credit + Long Session Hour Credit + Mini-term Hour Credit + No Credit + Quarter Hour Credit + Summer Term Hour Credit + Semester Hour Credit + Twelve-month Hour Credit + Units + Vocational Credits + Other Type of Credit + + + Remedial + Basic + Teacher's Aide + General + Applied + Survey + Regular + Specialized Topics + Advanced + Summary of all courses taken at all institutions + Summary of all courses taken at sending institution + Dual Level (Upper Division and Graduate) + Summary of All Courses Taken at All Institutions, Excluding Repeated and/or Forgiven Courses + Summary of All Courses Taken at the Sending Institution, Excluding Repeated and/or Forgiven Courses + Graduate (postsecondary) + Higher or Upper division (postsecondary) + Institutional Credit + Lower division (postsecondary) + Work in the Major or Program + Professional + Remedial (postsecondary) + Summary of Transfer Work Only + Undergraduate (postsecondary) + Summary of Transfer Work Only, Excluding Repeated and/or Forgiven Courses + Honors + Gifted and Talented + Advanced Placement + Special Education + Vocational Education + Independent Study + Work Experience + Adult Basic + Adult Secondary + International Baccalaureate + Academic Renewal + Dual Level (Graduate and Professional) + Elementary + Secondary + + + Coordination of Benefits + Coordination of Benefits applies to Spouse Only + Coordination of Benefits applies to Spouse and Dependents + Coordination of Benefits applies to Dependents Only + Unknown + No Coordination of Benefits + Coordination of Benefits Applies to Subscriber Only + Conflict in Coordination of Benefit + Coordination of Benefits Applies to Whole Family + + + Short Term Disability + Long Term Disability + Permanent or Total Disability + No Disability + Partial Disability + Mutually Defined + + + Non-Credit Participation + The College Board's Advance Placement (AP) Program + Credit by Exam + College Level Examination Program (CLEP) + Credit Awarded for US Department of Defense DANTES Program + Departmental or Institutional Credit based on experience (Life Experience) + Study Abroad + The College Board's (CEEB) Credit + Completion or Removal of an Incomplete Grade + International Baccalaureate + Military Credit + Correspondence + American Council on Education Program on Noncollegiate Sponsored Instruction (ACE/PONSI) Credit Recommendation + Regular Enrollment + Academic Credits Transferred in From Another Institution + Audit or Visitor Status (No Credit Awarded) + Work Experience + Not Applicable + Unknown + Mutually Defined + + + Final Port of Discharge (Operational) + Collect Charge Location (Operational) + Customs Office of Manifest Origin + Customs Office of Manifest Destination + Activity Location (Operational) + Origin Rail Intermodal Terminal + Destination Rail Intermodal Terminal + First Optional Port of Discharge + Second Optional Port of Discharge + Place of Acceptance (Operational) + Reconsolidation Point (Operational) + De-Consolidation Point (Operational) + Port of Discharge (Operational) + Place of Delivery (Contractual) + Freight Payable At (Contractual) + Port of Entry (Operational) + Port of Exit (Operational) + Interim Point (Operational) + Bill of Lading Port of Loading (Contractual) + Bill of Lading Port of Discharge (Contractual) + Port of Loading (Operational) + Destination (Operational) + Final Destination (Operational) + Origin (Operational) + Dispatching Pool (Operational) + Bill of Lading Origin of Goods (Contractual) + Place of Receipt (Contractual) + Return Pool (Operational) + Transshipment Port (Contractual) + Prepaid Charge Location (Operational) + Bill of Lading Release Office (Operational) + Third Optional Port of Discharge + Relay Port (Operational) + + + Repeated, Not counted in student's grade point average + Repeated, Counted in student's grade point average + Other, not counted in student's grade point average + + + Institutional Agreement + Multiple Campus Course Offering + Transfer Credit + + + Course + Concentration + Endorsement + Graduate Non-degree + Licensing + Major + Minor + Program + Specialization + Teaching + Visiting Scholar + Course Taken + Course In Progress + Course Planned + + + Heavy + Light + Medium + Regular + + + National Probability Sample + Annual User Norms + State Norms + Regional Norms + Private School Norms + Catholic School Norms + Urban Norms + High Socio Economic Status Norms + Low Socio Economic Status Norms + Equated National Norms + Mutually Defined + + + Fall + Midyear + Spring + Interpolated for Time of Testing + + + Special Circumstances (Something unusual occurred during testing that may have affected how the student performed) + Nonstandard Administration Procedure (Braille, Signing, Extended Time, etc.) + Experience Only + Diagnostic Only + Experience and Diagnostic + Reader or Signer + Large Type Booklet, write or mark on booklet or separate paper, untimed + Large Type Booklet, type on typewriter, braillewriter, or computer, untimed + Large Type Booklet, scribe marks responses, untimed + Untimed, with breaks + One and a half times the normal time, no break + One and a half times the normal time, one break only + Self-determined review of audio/videotape, untimed + Reader or Signer, examinee marks on answer document, booklet, or separate paper, standard administration type + Special Furniture + Use of scripts for videotape scenarios only + Foreign language dictionary and standard timing + Special Lighting + Head Mouse + Adjustable table height + Enlarged Keyboard + Adjustable swivel arm + Track ball + Separate room + Amanuensis or Recorder + Sign Language Interpreter + Extra time + Multi-day + Exempt + + + Scaled Score + Grade Equivalent or Grade Level Indicator + Standard Score + Raw Score + Percent of Items Correct + Mastery Score + Adjective Classification or Locally Defined Score + Stanine + Percentile + Normal Curve Equivalent + Equated Score (pre-test and post-test were different) + Pass/Fail + Equivalent Score + Locally Defined + + + Pretax + Post-tax + Qualified + Non-qualified + 401K + Individual Retirement Account + Keogh + Simplified Employee Pension + Single Premium + First to Die + Last to Die + Child Rider + Discontinue One-Bill Submission + Benefit Continuation + One-Bill Submission + Salary Continuation + Flexible Premium + Variable Premium + Fixed Premium + Registered under the Income Tax Act of Canada + Non-Registered under the Income Tax Act of Canada + Registered Spousal Case + Exclusive + Shopped + Lead Reinsurer + Facultative Excess + Bank Account + Government Allocation + One-Bill Submission Not Chosen + Payroll Deduction + + + Evening + First Show + Late Afternoon + Late Night + Last Show + Matinee + Not Reported + Special Show + + + + Child + Discount Coupon Exchange + Group Rate + Not Reported + Reduced Rate + Any Pass + Student + + + Logic Network Arrow Diagramming Method + Logic Network Precedence Diagramming Method + Bar Chart (Gantt Chart) + Milestone + Line of Balance (LOB) + Task List + Flow Diagram + Cost Account Plan + Mutually Defined + + + Other Restrictions + Restricted Access + Unrestricted Access + + + Diagnosis Related Group (DRG) + Per Diem + Variable Per Diem + Flat + Capitated + Percent + Other + Negotiated Growing Equity Mortgage (GEM) + Anticipated Contract + + Federal Housing Authority Veterans Affairs Fixed Rate Mortgage (including standard Growing Equity Mortgages) + Conventional Second Mortgages + Conventional Fixed Rate Mortgages + Federal Housing Authority Veterans Affairs Graduated Payment Mortgage + Negotiated Conventional, Graduated Payment, or Step Rate Mortgage + Conventional Adjustable Rate Mortgage + Cost Plus Incentive Fee (With Performance Incentives) + Cost Plus Incentive Fee (Without Performance Incentives) + Cost Sharing + Cost Plus + Cost + Cost Plus Award Fee + Cost Plus Fixed Fee + Cost Plus Incentive Fee + Distributor + Exclusive Agency + Exclusive Right + Firm or Actual Contract + Fixed Price Incentive Firm Target (With Performance Incentive) + Fixed Price Incentive Firm Target (Without Performance Incentive) + Fixed Price Redetermination + Fixed Price with Escalation + Fixed Price Incentive Successive Target (With Performance Incentive) + Fixed Price Incentive Successive Target (Without Performance Incentive) + Fixed Price Award Fee + Fixed Price Incentive + Fixed Price Level of Effort + No Cost + Flat Amount + Retroactive Fixed Price Redetermination + Firm Fixed Price + Fixed Price with Economic Price Adjustment + Labor + Level of Effort + Labor Hours + Other Contract Type + Prospect Reservation + Same Percentage as Film Rental Earned (SPFRE) + Time and Materials + Mutually Defined + + + (Boxcar) Sliding Door, Less than 9 Ft. + (Boxcar) Sliding Door, Equal to 9 Ft. or Less than 11 Ft. + (Boxcar) Sliding Door, Equal to or Greater than 11 Ft. + (Boxcar) Plug Door Less than 9 Ft. + (Boxcar) Plug Door Equal to 9 Ft. or Less than 11 Ft. + (Boxcar) Plug Door Equal to 11 Ft. or Over 11 Ft. + (Boxcar) Sliding and Plug + (Boxcar) Any Other Type Door + (Unequipped Boxcar) Door Less than 8 Ft. + (Unequipped Boxcar) Door Equal to 8 Ft. and Less than 9 Ft. + (Unequipped Boxcar) Door Equal to 9 Ft. and Less than 10 Ft. + (Unequipped Boxcar) Door Equal to 10 Ft. and Less than 11 Ft. + (Unequipped Boxcar) Door Equal to 11 Ft. and Less than 13 Ft. + (Unequipped Boxcar) Door Equal to 13 Ft. and Less than 15 Ft. + (Unequipped Boxcar) Door Equal to 1 Square Foot and Greater + (Unequipped Boxcar) Door Any Other Door Type + + + Inappropriate Standard Repair Time Used + Date on Claim Different than Supporting Document + Submit as Field Service Claim + Missing Part Number + Must Submit Serial Number of Major Component + Submit as Product Improvement Claim + Amount Claimed Exceeds Authorization Amount + Claim Cancelled By Claimant + Core Charge Not Allowed + Claim Pending - Subject to Supplier Approval + Claim Submitted Too Late to Accept + Duplicate Charge + Deductible Exceeds Claimed Amount + Damages Caused by Improper Vehicle Operation + Discrepancy Not Noted on Delivery Receipt + Excess Freight Charges + Excess Lube Charges + Expired Warranty + File Claim Directly to Supplier + Handling Disallowed or Reduced + Incorrect Associate Account + Invalid Standard Repair Time Used + Incorrect Labor Rate + Improper Repair Procedures + Invalid Vehicle Identification Number (VIN) + Lubricant Charge Not Allowed + Labor Disallowed + Labor Overlap + Mileage on Claim Different Than Supporting Document + Must Submit Model Number of Major Component + Need Fuel Tank Scrap Form + Other Charges Not Allowed + Only One Repair Allowed Per Section + Product Built to Spec + Part Damaged - Cannot Establish Defect + Photo Required - Resubmit Claim and Mail Photo + Replacement Part Information is Incorrect + Resubmit as Transporter Claim + Special Adjustment + Submit as Recall Claim + Submit as a Replacement Parts Claim + Storage Related Problem - Not Our Responsibility + Submit as Warranty Claim + Towing Charge Exceeds Warranty Allowance + Unauthorized Repair + Vehicle Not Built to Order + Vehicle Modification + Vehicle Already Paid Per Specified Claim + Wrong Causal Part Number + Wrong Part Number + Customer Damage or Responsibility + Customer Must Pay Deductible + Excessive Labor Hours + Excessive Labor Rate + Excessive Part Cost + Excessive Sublet Cost + Factory Required Service + Full Warranty Credit + Insufficient Information Supplied + Item Reported as Stolen + Insufficient Warranty Information Supplied + Manufacturer's Agreed Price + Mileage Less Than Previously Stated + No Charge Repair + No Defect Found + Not Eligible for Warranty + Not Our Product + Not a Recall Item + Not a Service Bulletin Item + No Warranty Record + Original Equipment Manufacturer (OEM) or Manufacturer's Responsibility + Part not Proper for Specified Repair + Part or Documentation Not Returned or Received Within Time Limit + Part Received Damaged Due to Dealer Poor Packaging + Partial Warranty Approved + Repair Description Does Not Agree With Product + Repair Facility's Responsibility + Submitted Too Late + Unrelated To Previous Repair + Unauthorized Repair Facility + Vehicle Previously Wrecked, System Not Warranted + Warranted By Seller + + + Beginning Activity + Ending Activity + Activity + Interface Activity (when 2 or more separate networks are combined to create 1 network) + Summary Activity + Milestone + Event + Constraint - Finish to Start + Constraint - Start to Finish + Constraint - Finish to Finish + Constraint - Start to Start + Constraint - Dummy + Cost Account Activity + Work Package Activity + Data Item + Maintenance Period Identifier + Proposed Maintenance Action + Scheduled Maintenance Action + Mutually Defined + + + Union + Non-Union + Executive + Non-Executive + Management + Non-Management + Hourly + Salaried + Administrative + Non-Administrative + Exempt + Non-Exempt + Seasonal + Commissioned + Collective Bargaining + Officer + Highly Compensated + Key-Employee + Bargaining + Non-Bargaining + Owner + President + Vice President + Physician + Retiree + Treasurer + Attorney + Partner + Controller + Engineer + Associate + Principal + Consultant + Excluded From Top Paid + Owner in Prior Plan Year + Officer in Prior Plan Year + Corporate Officer or Owner + Open End Contract + Partnership + Regular Company Employee + Self Employed + Closed End Contract + Professional + Semi-Professional + Skilled + Unskilled + Contractor + Part Time + Temporary + Unemployed + Board of Directors + Driving + Keyboard + Manual or Physical + Sales + Supervisory + Travel + Lobbyist + Teacher + Research Professionals + Specialist + Support Professionals + Technical + Clerical + Crafts + Service + Faculty + Trades + Other + Mutually Defined + + + Consumption Entry + Warehouse Entry + + + Consumable + Recurring + One of + Travel and Living Expenses, Actual + Equipment Founded + Travel and Living Expenses, Per Diem + Equipment Unfounded + Flat Rate + Labor + Labor Double Time + Lease + Labor Overtime (Time and a Half) + Labor Premium + Labor Straight Time + Material + Material, Consumable + Material, Nonconsumable + Other + Subcontract + + + Foreclosure + Law Suit + Outstanding Judgment + Tax Lien + Support Debt + Bankruptcy + Garnishment + Repossession + Collection + Divorce Decree + Custody Agreement + Financing Statement (Secured Loan) + Lien + Non-responsibility + Financial Counseling + Fictitious Name + Notice of Default + Forcible Detainer + Unlawful Detainer + Other Public Record or Obligation Type + Mutually Defined + + + Monthly Clothing Income + Monthly Pro Pay + Monthly Quarters + Overseas Annual Income + Monthly Ration + Bonus Income + Overtime Income + Commission Income + Income From Tips + Alimony + Child Support + Law Suit + Next Pay Increase + Stock Options + Dividends + Profit Sharing + Interest + Base Employment Income + Base Employment Income plus Overtime + Base Employment Income plus Commissions, Bonus or Both + Self-Employment Income + W-2 Wage and Tax Statement + W-2 Wage and Tax Statement with Deferred Compensation + Income Eligible for Employer Matching + Compensation Required for Nondiscrimination Testing + Compensation Required for Internal Revenue Code 415 Testing + Employment + Real Estate + Nonemployment + Unknown Type of Income + Net Rental Income + Total Gross Income + Total Monthly Income + Veteran Affairs Benefits + Mortgage Differential Payments + Unemployment Compensation + Pension + Social Security + Welfare + Sale of Stocks and Bonds + Other Type of Income + Notes Receivable Income + Toke Income (Gambling Tips) + Last Pay Increase + Monthly Variable Housing Allowance + Highest Verified Income + Salary at Termination + Automobile Allowance + Aid for Dependent Children Benefits + Partnership Income + Corporation Income + "S" Corporation Income + Lottery Winnings + Trust Income + Expense Account Payments + Average Rent + Net Operating Income + Income Per Unit + Income Per Building + Income Per Area + Income Per Suite + Income Per Bay + Income Per Slip or Dock + Gross Sales + Continuation of Pay + Long Term Disability + Short Term Disability + Lump Sum Payment (Disability Event) + Lump Sum Payment (Fatality Event) + American Payroll Association Code + Primary Employment Wage + Concurrent Employment Wage + Discontinued Fringe Benefit Income + Continued Fringe Benefit Income + Average Employment Wage + Dividend and Interest + Gross Rental Income on Existing Rental Property + Insurance Payments + Workman's Compensation + Military Base Pay + Foster Care + Mortgage Credit Certificate + Military Flight Pay + Military Hazard Pay + Employment - Total + Earnings From Financial Assets - Total + Windfall Income - Total + Civil Action Income - Total + Monthly Overseas Pay + Military Combat Pay + Actual Income + Base Fringe Benefits + Budgeted Earnings + Beginning Salary Amount + Base Compensation + Supplemental Compensation + Estimated Income + Hourly Wage + K1 Earnings + Per Diem + Sick Pay + Supplement Excluding Fringe Benefits + Fringe Benefits Supplement + Co-curricular Activities Supplement + Extra-curricular Activities Supplement + Other Supplement + Summer Salary + Extended Salary + Selected Benefits + Salary + Salary Plus Bonus + Salary Plus Commission + Sabbatical + Separation Pay + Total Annual Compensation + Vacation Pay + Mutually Defined + + + Sole (Individual) + Joint Ownership or Obligation in Severalty + Joint Owner or Obligation with the Right of Survivorship + Trust + Custodial + Corporate + Partnership + Authorized User + On Behalf Of + Terminated + Shared + Undesignated + Lessee + Contract for Deed Purchaser + Life Estate + Joint Contractual Liability + Joint Ownership + Nonapplicant Spouse + Participant + Maker (With Co-maker) + Co-maker + Borrower + Co-borrower + Borrower and Co-borrower + Joint with Spouse + Joint with Non-Spouse + Fee Simple + Leasehold + Charitable Institution + Estate + Export Account + Import Account + Local Account + + + Vehicle + Furniture + Boat + Trailer + Investment Art + Collection of Objects + Airplane + Jewelery + Antiques + Other Property + Livestock + Camera Equipment + Business Equipment + Computer Equipment + Currency (Cash) + Silverware + Clothing + Furs + Sports Equipment + Guns + Tools + Electronics + Appliance + Liquor + All Contents + Service Truck + Tanker + Tractor + Truck + Accounts + Accounts Receivable + All Assets + Aqua Culture Stock + Building Materials + Building(s) + Capital Stock + Chattel Paper + Communications Equipment + Consigned Merchandise + Construction Equipment or Machinery or Both + Contract Rights + Endorsements + Equipment + Farm Products or Crops or Both + Fixtures + General Intangible(s) + Guarantor + Industrial Machinery or Equipment or both + Inventory + Lease + Life Insurance + Livestock Products or Crops or Both + Machinery + Mobile Homes + Negotiable Instruments + Notes Receivable + Oil, Gas and Minerals + Partnership Interest + Proceeds + Products + Products and Proceeds + Real Estate + Real Property + Savings + Specified Assets + Textile Goods + Timber + Transportation Equipment + Unspecified Assets + Agricultural Machinery or Equipment or both + Debentures + Guarantee from Affiliated Company + Guarantee from Parent + Personal Guarantees + Pumps + Security Agreement + Service Bays + Fixed Assets + Land + Agricultural Land + Ambulance + Automobile + Barge + Bus + Business Assets + Cement Truck + Common Stock + Delivery Vehicle + Double Wheel Truck + Freight Container + Freight Train Car + Industrial Vehicle + Intangible Assets + Lorry + Motorcycle + Passenger Vehicle + Personal Assets + Pick up Truck + Preferred Stock + Tractor Trailer Truck + Van + Shipping Containers + + Office Fixtures + Ships + Residential Units + Commercial Units + Industrial Units + Non-Voting Shares + Goods and Chattels Effects + Floating Charge + Canada Bank Act Section 427 Assets + Timberland + Other Liquid Assets + Other Non-Liquid Assets + Voting Shares + Mutually Defined + + + Credit Line + Home Equity Line of Credit + Installment + Mortgage + Open + Revolving + + + Research, Development, Test & Evaluation (RDT&E) + Production + Both RDT&E and Production + Other + Procurement + Advanced Design + Full Scale Development + Engineering and Manufacturing Development (EMD) + Single Family + Multifamily Construction + Multifamily Project + Single Family Serial Note + Concept Exploration + Demonstration Validation + Deployment + Low Rate Initial Production + Multiple + Single + Allowance + Contract Price + Equipment Agreement + Growth + Margin + Mark-Up + Merchandising + Services Agreement + Free-Goods + Drop Size + Fee Per Case + Adjustable Rate Mortgage with Off-Cycle Interest Charges + Adjustable Rate Mortgages + Custom Adjustable Rate Mortgage + Buydowns + Construction Loan; Multifamily + Construction Loan with Split Interest Rate + Growing Equity Mortgage-Monthly Payments Increase 4% Annually Over the Life of the Loan + Growing Equity Mortgage-Monthly Payments Increase Annually at any Rate over the life of the Loan + Graduated Payment Mortgage-Monthly Payments Increase Annually for no more than the first 5 years of the Mortgage + Graduated Payment Mortgage-Monthly Payments Increase Annually for no more than the first 10 years of the Mortgage + Manufactured Housing + Project Loan; Multifamily + Project Loan with Non-Level Payments + Single Family Level Payment Mortgage + Serial Notes + Straight Pass-Through + + + Labor + Material + Other Direct Costs (ODC) + Subcontract + Labor and Material + Labor Overhead + Material Overhead + Other Overhead + Total Overhead + Total General and Administrative + Engineering Labor + Engineering Overhead + Manufacturing Labor + Manufacturing Overhead + Interdivisional Work Authorization + Intercomponent Work Authorization + Change Document Number + Funds Appropriation + Nonrecurring Labor + Nonrecurring Material + Nonrecurring Other Direct Costs + Nonrecurring Subcontract + Nonrecurring Labor and Material + Nonrecurring Engineering Labor + Nonrecurring Manufacturing Labor + Recurring + Nonrecurring + Total + Nonrecurring and Total + Recurring and Total + Direct Cost or Hours + Plant-wide Overhead + General & Administrative + Cost of Money + Profit or Fee + Total Price + Total Cost Less General & Administrative + Total Cost Plus General & Administrative + Other Costs + Standard + Variance + Purchased Equipment + Materials and Purchased Items + Quality Control Labor + Other Government Effort + Commercial Effort + Total Direct Cost Base + Indirect Labor + Employee Benefits + Payroll Taxes + Employment + Communications and Travel + Production Related + Facilities - Building and Land + Facilities - Furniture and Equipment + Administration + Future Business + Credits + Government Furnished Equipment + Government Furnished Material + Government Furnished Property + Engineering + Tooling + Tooling Design + Tooling Fabrication + Quality Control + Manufacturing + Total Salaries and Wages + Total Salaries and Wages and Employee Benefits + Total Purchased Equipment + Travel - Domestic + Travel - Foreign + Participant Stipends + Participant Travel + Participant Other + Participant Total + Publication Costs + Consultant Services + Computer Automated Data Processing (ADP) Services + Funding From Non-Federal Sources + Total Direct Costs + Human Subject Costs + Animal Costs + Alternations and Renovations + Cost Sharing + Project/Task + Advanced Procurement Indicator + Department Indicator + Transfer from Department + Fiscal Year Indicator + Basic Symbol Number + Sub-class + Sub-Account Symbol + Subhead or Limit + Air Force Transportation Account Code (ATAC) + Budget Activity Number + Budget Sub-activity Number + Budget Line Item Identification + Project/Task/Budget Sub-Line + Advance Procurement Year + Fund Code + Billings + Base Year Costs + Program Element + Budgetary Restrictions + Funding Type + Commitments + Current Year Costs + Defense Agency Level Organization + Major Command Level Organization + Field Level Organization + Work Center + Allotment Recipient + Sub-allotment Recipient + Work Center Recipient + Major Reimbursement Source Code + Detail Reimbursement Source Code + Customer Indicator + Equipment Maintenance + Escalation + Expenditures + Object Class + Object Sub-class + Government or Public Sector Identifier + Foreign Currency Code + Country Code + Participant Fees + Fixed Price + Forward Priced + Program or Planning Code + Special Interest Code or Special Program Cost Code + Cost Code + Labor Type Code + Cost Allocation Code + Classification Code + Abbreviated Department of Defense (DoD) Budget and Accounting Classification Code (BACC) + Insurance + Document or Record Reference Number + Standard Document Reference Number (SDRN) Line Item Number (SLIN) + Standard Document Reference Number (SDRN) Sub Line Item Number (SSLIN) + Accounting Classification Reference Code + Accounting Installation Number + Labor - Military + Local Installation Data + Movement Designator Code (MDC) + Management Reserve + Transaction Type + Non-production + Disbursing Station Number + International Balance of Payments (IBOP) Code + Disbursing Office Voucher Number + Rental or Lease of Equipment or Facilities + Service Contracts + Transportation Account Code (TAC) + Termination Costs + Technical Data + Training + Participant Tuition + Undistributed Budget + Mutually Defined + + + Canceled or Voided + Miscellaneous Debit + Miscellaneous Credit + Outstanding + Paid + Reconciled + Payment Stopped + + Authorized + Back Value, Transactions had been Posted to Incorrect Account + Back Value, Miscellaneous + Back Value, Only Partial Amount Credited/Debited to Account + Back Value, Transaction Not Received by Bank + Nonauthorized + Return, Insufficient Data + Re-deposit + Return, Insufficient Funds + Return + Truncated + + + Multi-Year Procurement + Incrementally Funded Contract (INC) + Contract for a Single Year (SYC) + + + Research, Development, Test & Evaluation (RDT&E) + Procurement (PROC) + Operations and Maintenance (O&M) + Military Construction (MILCOM) + Mutually Defined + + + Rail + Air + Association of American Railroads Accounting Rule 260 + Motor + + + Partial + Low Industry Score + Current + Medium Industry Score + High Industry Score + Latest + Oldest + Prior + Second Most Current + Third Most Current + + + Dependent Care + Education + Healthcare + Legal + Mutually Defined + + + Divorce + Birth + Death + Retirement + Adoption + Strike + Termination of Benefits + Termination of Employment + Consolidation Omnibus Budget Reconciliation Act (COBRA) + Consolidation Omnibus Budget Reconciliation Act (COBRA) Premium Paid + Surviving Spouse + Lay Off + Leave of Absence + Voluntary Withdrawal + Primary Care Provider (PCP) Change + Quit + Fired + Suspended + Sabbatical + Active + Disability + Plan Change + Furloughed + Resigned + Change in Identifying Data Elements + Declined Coverage + Pre-Enrollment + Initial Enrollment + Benefit Selection + Discrimination Test + Legal Separation + Marriage + Personnel Data + Investment Elections and Contribution Rates + Loan Repayment + Contribution or Plan Allocation + Leave of Absence with Benefits + Leave of Absence without Benefits + Lay Off with Benefits + Lay Off without Benefits + Re-enrollment + New Entity + Change of Location + Change of Telephone Number + Went Out of Business + Current Customer Information File in Error + Account Balance Reporting + Fees Processing + Interfund Transfer + Business Name Change + Business Name Correction + Physical or Mailing Address Correction + Loan Request + Enrollment in Subsequent Benefit Plan + Health Care Facility Change + Name Synonym Add + Sub Location Add + Sub Location Change + Sub Location Expire + Buyout + Merger + Non Payment + Coverage Placed Elsewhere + Duplicate Coverage + Change in Ownership + Business Sold + Underwriting Reason + No Employees, Exposure or Operations + Revocation of Voluntary Market Acceptance + Include Primary Business Management + Exclude Primary Business Management + Failure to Pay Deductible + Misrepresented Information + Rewritten + Adding a Jurisdiction + Deleting a Jurisdiction + Occupational Illness + Change Insured Federal Employer Identification Number (FEIN) + Change Employer Federal Employer Identification Number (FEIN) + Change Employer Unemployment Insurance (UI) Code + Change Policy Number + Modification without a Specific Operating Unit Location in Jurisdiction + Change Policy Effective Date + Change Policy Expiration Date + Change Insurer Federal Employer Identification Number (FEIN) + No Eligible Employees + Reinstatement - Canceled in Error + Change in Insured Information + Change in Employer Information + Parent Identification Change + Change to Expiration Date + Phone Verify Only + Name Synonym Delete + Duplicate Entry on Customer Identification File + Removal of the Customer Identification File Merge ID + Removal of the Customer Identification File Buyout ID + Removal of the Customer Identification File in Error ID + Re-activation of an Out-of-Business Customer + Sub-location Reinstatement + Dissatisfaction with Office Staff + Dissatisfaction with Medical Care/Services Rendered + Inconvenient Office Location + + Unable to Schedule Appointments in a Timely Manner + Dissatisfaction with Physician's Referral Policy + Less Respect and Attention Time Given than to Other Patients + Patient Moved to a New Location + No Reason Given + Appointment Times not Met in a Timely Manner + Algorithm Assigned Benefit Selection + Member Benefit Selection + Became Medical Only + Indemnity + Became Lost Time + Medical Only + Notification Only + Transfer + Mutually Defined + + + Basic Life + Supplemental Life + Preventative Care/Wellness + 24 Hour Care + Workers Compensation + Medicare Risk + Mental Health + Alternative Medicine + Paid Up Life + Dependent Life + Acupuncture + Death and Dismemberment + Supplemental Death and Dismemberment + Weekly Indemnity + Weekly Indemnity - New York Employees + Chiropractic Care + Employee Comprehensive + Hearing + Lifestyle Life (Individualized Basic Life) + Major Medical + Non-Qualified + Universal Life + Utilization Review + 403(B) Tax Sheltered Annuity + Durable Medical Equipment + Foot Care + Substance Abuse + Accidental Death or Dismemberment + 403(C) Church Exempt Annuity Plans Covered by ERISA + Contributory Life + Dental Capitation + Dental + 408(K) Employer Sponsored Qualified Defined Distribution Plans Funded with Individual IRA's + Exclusive Provider Organization + Facility + Flexible Spending + 457(B) Government Deferred Compensation + Health + Health Maintenance Organization + Group Individual Retirement Account + 408(B) Individual Retirement Account (IRA) Annuity Contract + Long-Term Care + Long-Term Disability + Mail Order Drug + 457(F) Non-Government Deferred Compensation + Prescription Drug + Point of Service + Preferred Provider Organization + Practitioners + Profit-Sharing Plan + 401(K) Qualified Cash or Deferred Arrangement + 401(A) Qualified Defined Contribution + Short-Term Disability + Vision + Mutually Defined + + + Children Only + Dependents Only + Employee and One Dependent + Employee and Two Dependents + Employee and Three Dependents + Employee and One or More Dependents + Employee and Two or More Dependents + Employee and Three or More Dependents + Employee and Four or More Dependents + Employee and Five or More Dependents + Employee and Children + Employee Only + Employee and Spouse + Family + Individual + Subscriber and 1 child + Subscriber and 1 or more children + Subscriber and 2 or more children + Spouse and Children + Spouse Only + Subscriber, spouse, and 1 child + Subscriber, spouse, and 1 or more children + Subscriber, spouse, and 2 or more children + Subscriber and spouse + Two Party + + + Approved + Approved after Reevaluation + Conditioned + Declined + Certified + Not Medically Underwritten + Suspended + + + Alternate Rating + Specific Commodity Rate + Weight in Excess of Pivot Weight and Applicable Rate + Overflow + Charter + Class Not Identifiable + Class Rate + Minimum + Normal Under 45 KG Rate + Column Commodity Rate + Quantity 45 KG Over Rate + Class Rate (Less than Normal Rate) + Class Rate (More than Normal Rate) + Sender Rate + Pivot Weight and Applicable Pivot Weight Charge + Excess Rate + IATA Container or Unit Load Device (ULD) + Exception Rating + Backhaul Rate + Contract Rate + Demurrage Period 1 + Demurrage Period 2 + Demurrage Period 3 + Econo Rate + Quoted Rate + + + Americas + National Pharmacy + Mutually Defined + Baxter-Travenol + Flex Rx + Health Case Services + Pharmaceutical Card System (PCS) + Thrift + + + Obesity + Eating Disorder + None + Substance Abuse + Tobacco Use + Unknown + + + Acute + Stable + Chronic + Systemic + Localized + Mild Disease + Normal, Healthy + Severe Systemic disease + Severe Systemic Disease that is a Constant Threat to Life + Excellent + Fair + Good + Poor + + + Dental Insurance + Hearing Benefit + Health Insurance + Prescription Drug Service Drug Insurance + Vision Benefit + + + Active + Black Lung + Consolidated Omnibus Budget Reconciliation Act (COBRA) + Involuntary + Surviving Insured + Tax Equity and Fiscal Responsibility Act (TEFRA) + Voluntary + + + Medicare Part A + Medicare Part B + Medicare Part A and B + Medicare + No Medicare + Medicare Part D + Medicare Part A and D + Medicare Part B and D + Medicare Part A, B and D + + + Termination of Employment + Reduction of work hours + Medicare + Death + Divorce + Separation + Ineligible Child + Bankruptcy of Retiree's Former Employer (26 U.S.C. 4980B(f)(3)(F)) + Layoff + Leave of Absence + Mutually Defined + + + Percent Of Amount Advanced + Accelerated + Percent Of Amount Of Collection + + Percent of Outstanding Principal Balance + Percent of Original Principal Balance + Percentage + Effective Payment Rate + Fixed Dollar Amount + Ad Valorum (Per Cent of Value) + Per Board Feet + Per 100 Board Feet + Per 1,000 Board Feet + Bill of Lading Declared Value + Per Barrel + Per 50 Cubic Feet + Commodity Based + Per Car Per Day + Ceiling + Per 40 Cubic Feet (Measurement Ton) + Per Cubic Meter + Cost per Unit + Computer Units + Per Special Charge + Charge or Credit Based on Percentage of Total + Per Hundred Weight + Department of Defense Unique Codes + Decrease + Per Hundred Dollars + Divisor + Flat Division + Per $1000 + Per Dromedary Service Shipment + Per Hundredweight Per Mile Per Dromedary Service Shipment + Per Day Per Vehicle + Ex Parte Increase + Per Each Request + Floor + Full + Flat Charge + Percent Of Tariff Rate + First + Per Flat Bed + Per Two Weeks + Flat Rate + Per Foot + Loaded to Full Visible Capacity + Per Gross Ton + Per Hundredweight Per Dromedary Service Shipment + Per Hour Per Load + Rate Per Hundred Weight Per Mile + Per Half Month + Hundredweight Per Day + Per Half Year + Increase + Intermodal Unit + Per Inch + Per Kilograms + Per Kiloliter + Per Kilometer + Per Kilotons + Per Pound Per Article + Per Pound + Per Loaded 436L Pallet + Liability per Pound per Piece + Life of Loan + Per Label + Per Litre + Lump Sum + Per Long Ton + Per Pound Per Vehicle + Minimum Per Person + Minimum per Service + Per Mile per Service + Minimum Per Car + Per Man Per Day + Multiple Equipment + Maximum + Miles Per Week Per Driver + Per Man Per Hour + Negative Charge + Per Metric Ton (Tonne) + Minimum + Per Month + Maximum Per Shipment + Per Mile Per Vehicle Used Per Round Trip + Minimum Per Shipment + Per Permit + Multiplier + Per Mile Per Vehicle (Rail Car) Moved + Minimum Per Vehicle + Mixed Shipment Rule + Per Mile Per Shipment + Negative + Nonamortizing + Minimum Per Driver + Net Package Charge + Per Mile Per Person + Minimum Per Day Per Person + Minimum Per Day Per Vehicle + Optional Value + Per Season + One-Time Charge + Per Year per Square Foot + Per Advancement + Per Person Per Night + Per Car Including Special Equipment Charges + Per Hundred Weight Including Special Equipment Charges + Potential + Partial + Per Container + Per Barge + Per Car + Per Day + Per 20 Foot Equivalent (TEU) + Per Cubic Foot + Per Gallon + Per Hundred (of Basic Unit) + Hourly Rate Per Vehicle + Projected + Per Cord + Per Load + Per Mile + Per Night + Positive + Per Piece + Per Period + Per Hour + Per Shipment + Per Net Ton + Per Unit + Per Vehicle + Percentage of Charges + Payment + Per Gallon Per Mile + Per Package Charge + Per Quarter Year + Rate per Thousand + Rate per Hundred + Rate + Per Relocation + Percent Of Rate + Per Vehicle Used Per Round Trip + Per 1000 Square Feet + Per 100 Square Feet + Subtraction + Subsequent + Per Stencil + Shipper's Export Declaration Value + Second + Per Square Feet + Stated + Scheduled + Per Stop + Per Short Ton + Per Stack Car Unit + Per Vehicle Per Stop + Square Yard + Per Day Per Shipment + Per 2 Trailers Same Day + Per 3 Trailers Same Day + Per 4 Trailers Same Day + Per Mile Per Ton + Per Train Rate + Per Tag + Per Trailer (Per Train) + Per Vehicle Moved + Per Vehicle Used + Volume + Maximum Per Vehicle + Per Rail Car Used + Various + Per Mile per Vehicle + Per Mile Per Vehicle (Rail Car) Used + Per Vehicle per State + Per Week + Weight or Measurement + Maximum Per Person + Per Year + Mutually Defined + + + Full-time + Not a Student + Part-time + + + Hospital + Rural Health Clinic + + Assistant Surgeon + Attending + Billing + Billing Service + Consulting + Covering + Home Health Care + Laboratory + On Staff + Operating + Ordering + Other Physician + Pharmacist + Pharmacy + Primary Care Physician + Performing + Pay-To + Purchasing + Referring + Reporting Provider + Submitting + Skilled Nursing Facility + Supervising + + + Denturist + Dental General Practice + Endodontics + Independent Hygienist + Oral Pathology + Orthodontics + Oral Surgery + Periodontics + Pediatric Dentistry + Public Health Dentistry + Prosthodontics + + + Single Practice + Partnership + Professional Association (PA) + Clinic + Single Entity Facility or Hospital + Distinct Part Facility or Hospital + Individual + Corporation + + + All Categories of Contribution + Employer Contribution Amount + Employee Pretax Basic + Employee Post-Tax Basic + Employer Discretionary (Profit Sharing) + Employee Pretax Individual Retirement Account + Employer Discretionary + Employee Pretax + Employee Post-Tax Individual Retirement Account + Employee Pretax Supplemental + Employee Post-Tax + Employee Post-Tax Supplemental + Claimant Contribution Amount + Employer Pretax Match Basic + Employer Pretax Match Supplemental + Employer Post-Tax Match Basic + Employer Post-Tax Match Supplemental + Nonqualified Matching Contribution + Non-Qualified Voluntary Employee Contribution + Prior Plan Employee Pretax Basic + Prior Plan Employee Post-Tax Supplemental + Prior Plan Employee Post-Tax Basic + Employer Qualified Nonelective Contribution + Qualified Voluntary Employee Contribution + Qualified Matching Contribution + Qualified Employee Stock Option Plan + Rollover 401(A) + Rollover 401(K) + Rollover + Employer Pretax + Prior Plan Employee Pretax Supplemental + Employer Post-Tax + Salary Deferral + Spousal Individual Retirement Account + Mutually Defined + + + Exchange + Field Stock Only + Hold + Modify + Rework to Equivalent to New Status + Repair + Return + Rework + Salvage + Scrap and Recycle + Scrap + Use As Is + + + Align + Calibrate + Clean + Install + Lubricate + Modify + No Trouble Found + Remove + Repair + Replace + Rewire + Scrap + Solder + Tighten + Update + Weld + + + Difficult Access Part + Intermediate + Major + Minor + Overhaul + Overhaul, Repair and Replace + Repair and Replace + + + Broken + Contaminated + Dead + Defective on Arrival + Modification Required + + + Authorized Field Change + Lease + Purchase + Life of Contract + Campaign + Call Back + Customer Courtesy + Customer Goodwill Parts Adjustment + Customer Goodwill Policy Adjustment + Credit for In-house Repair - Labor and Material + Customer Goodwill Sales Adjustment + Customer Warranty + Dealer Demonstration Warranty + Dealer Warranty + Engineering Change Activity + Extended Dealer Warranty + Extended Equipment Coverage + Engineering Field Test + Emissions Warranty + Extended Vendor Warranty + Fleet Contract + Full Warranty + Government Contract + Government Mandated + Government Recall + Information Only + Lifetime Warranty + Lifetime Limited Warranty + Labor Only + Life Percentage + Limited Warranty + Money Back Guarantee + Military Contract + Maintenance Cost Guarantee/Warranty + Material Inspection + Manufacturer Recall + Manufacturer Standard + New Equipment Warranty + Option Warranty + Prior to Delivery + Performance Guarantee/Warranty + Parts and Labor + Parts Only + Purchase Warranty + Quality Problem Referral + Return for Warranty Claim + Received Damage + Recall Notice + Replacement Part Warranty + Return for Warranty Repair + Repeat Service + Return Warranty Replacement + Service Bulletin + Service Contract + Shipment Damage + Special Program + Special Sales Allowance + Standard Warranty + Software Warranty + Transportation Claim + Third Party Repair + Used Equipment Warranty + Warranty Concession + + + Commercial + Harsh + Hazardous + Highway + Household + Industrial + Lease + Military + Normal + Off-road + Vehicle Mounted + + + Architect and Engineering + Construction + Demolish, Dismantle or Replace + Education + Equipment Rental + Extension + Facilities + Fellowship + Hardware + Inspect and Repair as Necessary + Modification + Overhaul + Public Service + Research and Development + Repair + Shipbuilding + Student Financial Aid + Supplies + Student Services + Subsistence + Services + Test and Evaluation + Utilities + + + Design Defect + New Feature - Change in Functionality + New Feature - No Change in Functionality + Safety Problem + Safety and Reliability Improvement + Performance Improvement + Reliability Improvement + Conditional Design Defect + Change of Requirements + Cost Reduction + Customer Request + Customer Reported Condition + Documentation Error + Expense + Fire + Legal Requirement + Loss of Revenue + Material or Component Availability + Packaging Improvement + Serviceability Improvement + Standards Requirements + Unscheduled or Unplanned Incident or Repair Action + + + Urgent - Requires Immediate Attention + Severe - Requires Quick Attention + Routine - When Next Serviced + Defer - may be deferred until next release + + + Balance Due Payment Advice + Original Payment Advice + Invoice Summary for Voucher + Check/Voucher Cross Reference + + + Final Delivery + Shuttle + Proportional + Refused + Transfer + + + Standard Bay - Perpendicular + Load Line + Standard Bay - Herringbone + + + Number of Vehicles Tightly Spaced - Available + Number of Vehicles Tightly Spaced - Used + Number of Vehicles Standard Spaced - Available + Number of Vehicles Standard Spaced - Used + Percentage Filled Tightly Spaced + Percentage Filled Standard Spaced + Percentage Empty Tightly Spaced + Percentage Empty Standard Spaced + Acreage + + + Asphalt + Concrete + Dirt + Gravel + .25 Mile + .50 Mile + 1 Mile + More Than 1 Mile + No + Unknown + Yes + One Gate + Two or More Gates + Asphalt, Frost Law Restrictions + Brick or Cement Block + Barbed Wire + Chain Link + Concrete, Frost Law Restrictions + Direct Dial Access + Fax Machine + Guard on Site + Gravel, Frost Law Restrictions + Lock on Gates + Not Fenced + No Restrictions + Office + 13 Feet 6 Inches or Less + Rail Ramp + Telephone + Truckaway Ramp + + + Highway Access (United States or Interstate) + Access Roads + Communications + Facilities + Height Restrictions + Lights + Hazardous Materials in Area + Surface (Pavement Surface) + Security + + + Backhaul + Roundtrip + Truck in Area + + + Note + Bond + Common Stock + Debentures + Convertible Stock + Foreign Government Bond + Mutual Fund + Foreign Stock + Corporate Bond + Treasury Bill + Municipal Bond + Non-Voting Preferred Stock + Options + Preferred Stock + Participating Stock + Treasury Bond + Utility Bond + Voting Preferred Stock + Warrants + Mutually Defined + + + First Two Digits of Year Expressed in Format CCYY + Month and Year Expressed in Format MMMYYYY + Date in Format CCYYMM + Date in Format CCYYQ + Year Expressed in Format CCYY + Date Expressed in Format YYMMDD + Date Expressed in Format CCYYMMDD + Range of Dates within a Single Month Expressed in Format DD-DD + Date Expressed in Format MMDDCCYY + Day of Month in Numeric Format + Date and Time Expressed in Format CCYYMMDDHHMM + Last Digit of Year and Julian Date Expressed in Format YDDD + Date Expressed in Format YYMMMDD + Month of Year and Day of Month Expressed in Format MMDD + Month of Year in Numeric Format + Range of Dates Expressed in Format MMDDCCYY-MMDDCCYY + Julian Date Expressed in Format DDD + Time Expressed in Format HHMM + Date Expressed in Format MMYY + Date and Time Expressed in Format DDMMYYHHMM + Time Expressed in Format HHMMSS + Date Expressed in Format MMDDYY + Date Expressed in Format YYDDD + Unstructured + Year and Month Expressed in Format YYMM + Last Two Digits of Year Expressed in Format CCYY + Range of Dates and Time, Expressed in CCYYMMDD-CCYYMMDDHHMM + Range of Dates and Time, Expressed in CCYYMMDDHHMM-CCYYMMDD + Range of Date and Time Expressed in Format CCYYMMDDHHMMSS-CCYYMMDDHHMMSS + MMCCYY + Range of Years Expressed in Format YY-YY + Range of Years Expressed in Format CCYY-CCYY + Range of Years and Months Expressed in Format CCYYMM-CCYYMM + Range of Dates Expressed in Format YYMMDD-YYMMDD + Range of Dates Expressed in Format CCYYMMDD-CCYYMMDD + Range of Dates Expressed in Format YYMMDD-MMDD + Range of Date and Time, Expressed in Format CCYYMMDDHHMM-CCYYMMDDHHMM + Range of Months and Days Expressed in Format MMDD-MMDD + Range of Years and Months Expressed in Format YYMM-YYMM + Range of Time Expressed in Format HHMM-HHMM + Date and Time Expressed in Format CCYYMMDDHHMMSS + Range of Year and Months, Expressed in CCYYMMM-MMM Format + + + First Inoculation + Second Inoculation + Third Inoculation + Fourth Inoculation + Fifth Inoculation + Sixth Inoculation + Seventh Inoculation + Eighth Inoculation + Ninth Inoculation + Medical Exemption + Personal Exemption + Religious Exemption + Had the Disease + Has Not Had the Disease + + + Learning Disabled + Speech Impaired + Communication Disordered or Impaired + Educable Mentally Retarded + Trainable Mentally Retarded + Severely or Profoundly Mentally Retarded + Emotionally Disturbed + Emotionally Vulnerable + Socially Maladjusted + Behaviorally Disordered + Hard of Hearing or Hearing Impaired + Deaf + Visually Handicapped + Blind + Deaf and Blind + Multi-handicapped + Orthopedically Impaired + Other Health Impaired + Traumatic Brain Injury + Autistic + Early Childhood + Developmentally Delayed + Other Special Education Program + Other Program (not Special Education) + Not Determined + + + Subsidized Federal Stafford + Federal Supplemental Loans for Students (SLS) + Federal PLUS Loan to Parents + Unsubsidized Federal Stafford + Federal Consolidated Loan + Residential Loan + Personal Loan + Automobile + Unsecured + Secured + Partially Secured + Home Improvement + FHA Home Improvement + Installment Sales Contract + Charge Account + Real Estate, Specific Type Unknown + Secured by Co-signer + Business + Recreational + Educational + Lease + Co-maker + Check Credit or Line of Credit + FHA Co-maker (Not Borrower) + Mobile Home + Credit Card + FHA Real Estate Mortgage + Note Loan + Note Loan with Co-maker + Household Good (Secured) + Household Goods and Other Collateral Auto + Veterans Administration Real Estate Mortgage + Conventional Real Estate Mortgage + Real Estate Mortgage without Other Collateral + Rental Agreement + Summary of Accounts with Same Status + Unknown Loan Type + Debt Counseling Service + Employment + Combined Credit Plan + Debit Card + Credit Line - Secured + Collection Attorney + Insurance Claims + Child Support + Government Unsecured Guarantee Loan + Government Secured Guarantee Loan + Government Secured Direct Loan + Government Grant + Government Overpayment + Government Fine + Government Fee for Service + Government Employee Advance + Government Miscellaneous Debt + Government Benefit + Returned Check + Installment Loan + Fully Amortized First + Balloon First + Subordinate Mortgage + Home Equity Line of Credit + Wrap Around + Tax + Mortgage + Rehabilitation + One to Four Servicing + Special Service + Other + Refinance + Sale + Wholesale + + + Full-Time Student + At Least Half-time Student + Graduate Fellowship + Internship or Residency + Rehabilitation Training + Armed Forces or Public Health Services or National Oceanic and Atmospheric Administration + Peace Corps + Tax-Exempt Organization Volunteer + Teacher Shortage + Temporarily Totally Disabled + Parental Leave + Mother of Preschool Child Re-entering Workforce + Unemployment - 36 months + Unemployment - 24 months + Persian Gulf War Active Duty + Pre-Bankruptcy + Bankruptcy + Special Case + Economic Hardship + Incarceration + Intent to Re-Enroll in School + ACTION Programs + Pre-deferment Delinquency + Late Repayment Start + Medical Problems + Interval between Disbursements + National Emergency (Military or Natural) + Due Diligence Cure + Conform Differing Due Dates + National Community Service + Education Loan Debt Burden + Revoked Deferment + + + In-school Interest Paid Monthly by Borrower + In-school Interest Capitalized Quarterly + In-school Interest Paid Quarterly by Borrower + In-school Interest Capitalized Annually + In-school Interest Capitalized at Repayment + In Advance + In Arrears + + + Agriculture + Architecture + Art + Biological Sciences + Business or Commerce + Communications + Community Service + Computer Science + Education + Engineering + Liberal Arts + Health Professions + Physical Sciences + Social Sciences + Trade, Industrial, Technical + Other or Undecided + + + Dependent Undergraduate + Independent Undergraduate + Dependent Graduate + Independent Graduate + Dependent (Other) + Independent (Other) + + + Student + Parent + Legal Guardian + + + Document Identification Code + Free On Board Site Code + Kind of Contract Code + Type of Contract Code + Criticality Designator Code + Quality Assurance Site Code + Acceptance Site Code + American Society for Testing and Materials (ASTM) + Bank Administration Institute (BAI) + Canadian Inter*EDI + Court Document Type Code + Diagnostic Statistical Manual of Mental Disorders Code List (DSM) + Financial Rating + Risk Class + Life/Annuity Status Codes + Identifying Characteristics + Trade Code + Property Underwriting Condition Code + Line Item Condition Code + Policy Type Code + Valuation Type Code + Source of Loss Code + Ceiling Type Code + Surface Descriptor Code + Coverage Modifier + Society for Worldwide Interbank Financial Telecommunications (SWIFT) + Personal Property and Contents Code + Residential and Commercial Room Code + Violation Type Code List + Court Issued Warrant Type Code + Vehicle Class + Rental Charge + Cancellation Reason + Transaction Status Indicator Code + Contract Delivery Date Revision Agent Code + Reason for Contract Delivery Date Revision Code + Recommendations Regarding Delayed Deliveries Code + Contract Shipment Advice Code + Individual Insurance Financial Detail + Cash Discount Stipulation Code + Shipment Acceptance Discrepancy Explanation Code + Insurance Plan Description Characteristics + Contract Close-out Group Code + Payment Type Code + Contract Fund Reporting Transaction Code + Contract Payment Deduction or Collection Code + Obligation Variance Code + Plus or Minus Indicator Code + Reason for Delayed Closing of Contract File Code + Contract Payment Line Item Status Code + Special Reimbursable Provisions Code + Kind of Modification Code + Purchasing Contract Officer (PCO) Instructions Code + Type of Delay Code + Healthcare Provider Characteristics and Resources + Container and Roll-on/Roll-off Number Code + Air Commodity and Special Handling Code + Water Commodity and Special Handling Code + Air Dimension Code + Air Terminal Identifier Code + Water Terminal Identifier Code + Consolidation and Containerization Point Code + Transportation Mode or Method Code + Type Pack Code + Date Shipped or Received Code + Estimated Time of Arrival Code + Military and Civilian Grade Code + Seavan Ownership Code + Ocean Carrier Code + Voyage Document Number Code + Voyage Manifest Reference Code + Vessel Status and Terms of Carriage Code + Vessel Sustaining Code + Subrogation Action Code + Billing Advice Code + Billing Status Code + Type of Bill Code + Recipient of Billing Status Code + Sales Price Condition Code + Delivery Source Code + Transportation Bill Code + Stock Fund or Non-stock Fund Code + General Services Administration (GSA) Customer Supply Center Number Code + Information Indicator Code + Communications Routing Identifier Code + Content Indicator Code + Health Care Claim Status Code + Suffix or Limit Code + Type of Assistance Code + Healthcare Provider Taxonomy + Foreign Military Sales Country Code + Service and Agency Code + Disbursement Status Code + Aid Type Code + Demand Code + Suffix Code + Project Code + Priority Designator Code + Advice Code + Status Code + Shipment Hold Code + Supply Condition Code + Management Code + Country and Activity Code + Subsistence Type of Pack Code + Disposal Authority Code + Cooperative Logistics Program Support Code + Precious Metals Indicator Code + Automated Data Processing Equipment Identification Code + Reason for Disposal Code + Type of Storage Code + Identification Code + Offer and Release Option Code + Shipment Release Code + Ultimate Recipient Code + Reason for Requisitioning Code + Purpose Code + Ownership Code + Customer Within Country Code + Delivery Term Code + Case Designator Number + Subcase Number + Freight Forwarder Number + Record Control Number + Program Year Code + Supplemental Data + Country Code (Finance and Acquisition) + Defense Priorities and Allocations System Code + Account Characteristics Code + + Beneficiary Type + Class of Pitch + Grade of Difficulty + Acquisition Method Suffix Code + Acquisition Method Code + Utilization Code + Distribution Code + Special Requirements Code + Locale of Activity + Nature of Event Code + Settlement/Payout Options + Application Question Identifier + Arrest Reason + Form Type Code + Allegation Type Code + All Patient Refined Diagnosis Related Groups (APR-DRG) + Subrogation Payment Options + All Patient Diagnosis Related Groups (AP-DRG) + Ambulatory Patient Groups (APG) + Subrogation Response Codes + Subrogation Request Codes + Vessel Stowage Location Code + Business Type + Transportation Holding Delay Code + Transportation Priority Code + Value + International Classification of Diseases Clinical Modification (ICD-9-CM) Diagnosis + Condition + Occurrence + Occurrence Span + International Classification of Diseases Clinical Modification (ICD-9-CM) Admitting Diagnosis + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Diagnosis + Application Fee Status Codes + International Classification of Diseases Clinical Modification (ICD-9-CM) External Cause of Injury Code (E-codes) + Healthcare Common Procedure Coding System + Healthcare Common Procedure Coding System Principal Procedure + International Classification of Diseases Clinical Modification (ICD-9-CM) Other Procedure Codes + International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure Codes + Current Procedural Terminology (CPT) Codes + Accident Description + Part of Body Affected + Education Institution Type Code + Educational Areas Code + Profession Type Code + Share Type Code + Business Size Code + Eye Color Code + Hair Color Code + Skin Tone Code + Type of Inquiry Code + Billed Office Indicator Code + Treasury Symbol Code + Supplementary Accounting Classification Code + Reference and Station Code + Major Force Program Code + Aircraft Mission Design Series Code + Type of Issue Code + Criminal Charge + Criminal Charge Grade + Coupon Adjustment Reason Code + County Designator Code + Financial Management Service Cash-Link Code + Cause of Injury Code + Customized Notice Type Code + Salvage Disposition Code + Capacity Type Indicator + Federal Item Identification Guide Criticality (FIIG) Code + Clause Status Type + Compensation Type Codes + Cuisine Type Code + Coverage Code List + Controvert Code + Conviction Offense Type + Driver's License Withdrawal Type + Driver's License Withdrawal Extent + Driver's License Withdrawal Basis + Driver's License Withdrawal Due Process Status + Driver's License Withdrawal Reason + Device Availability Code + Debtor Business Type Code + Report Distribution Code + International Classification of Diseases Clinical Modification (ICD-9-CM) Primary Diagnosis + Signal Code + Media and Status Code + Fund Code + Drug Detail Code + Single Use Label Code + Remedial Action Code + Program Originator Code + Service Contract Act Operation Code + Agent Status Code + Nature of Debt Code + Device Operator Type Code + Producer Financial History Codes + Device Status Code + Diagnosis Related Group (DRG) + Related Device Applicability Code + Debtor Type Code + Device Usage Code + Estimating Method Status Code + Contact Status Code + Type of Firm Code + Reportable Event Status Code + Asset Status or Transaction Reporting Code + Asset Transfer Status Code + Certification Requirements Code + Coast Designation Code + Competitive Characteristics Code + Correction or Change for Storage Item Records Code + Excavation Information Code List + Type Due-In Indicator + Discrepancy Indicator Code + Disposal Condition Code + Event or Exposure Code + Error Classification Code + Inventory Category Code + Local Source Code + Adverse Event Outcome Code + Controlled Inventory Item Code + Department of Defense Identification Code + Extension Reason + Reject Advice Code + Request Code + Review Period Indicator Code + Small Arms Error Transaction Reject Code + Small Arms Transaction Code + Special Program Requirement Status Code + Type Inspection Code + Type of Contractor Code + Type of Media Code + Type Physical Inventory or Transaction History Code + Demilitarization Code + Shelf Life Code + Essentiality Code + Source Maintenance and Recoverability Code + Type of Location Reconciliation Request + Applicant Type + Antenna Structure Type + Station Classification + Radio Frequency Type + Station Classification Type + Class of Operation + Antenna Polarization + Fund Purpose + Radio System Type + Frequency Band + Area of Operation + Application Type + Authorization Type + Radio Service Type + Applicant Classification Type + Frequency + Edit Error Code + Uniform Residential Appraisal Attributes Code + Action Code + Medium of Transmission Code + Management Indicator Code (Petroleum) + Gain or Loss Indicator Code + Type Adjustment Code + Type Identity Change Code + Transportation Mode Reason Code + Notification Indicator Code + Reject Indicator Code + Investigation Status Code + Group Qualifier Code + National Council on Compensation Insurance (NCCI) Nature of Injury Code + Occupational Safety and Health Administration (OSHA) Nature of Injury Code + National Council on Compensation Insurance (NCCI) Part of Body Code + Occupational Safety and Health Administration (OSHA) Part of Body Code + National Council on Compensation Insurance (NCCI) Source of Injury Code + Occupational Safety and Health Administration (OSHA) Source of Injury Code + Glass Action Code + Cause of Loss Code + Loss Description Code + Discrepancy Code + Discrepancy Advice Code + Institutional Sector or Level Classification Code + Discrepancy Status or Disposition Code + Remittance Advice Remark Code + Education Staff Type Code + Education Fee Type Code + Health Industry Number + Institutional Fee Basis Code + National Center for Education Statistics Integrated Postsecondary Education Data System Institutional Characteristics Survey Code + Accreditation, Affiliation, or Licensing Level Code + National Center for Education Statistics Accreditation or Licensing Type + Service Contract Act Occupation Category Code + Collision Industry Electronic Commerce Association (CIECA) - Inspection + Identity Disclosure Code + Investment Fund Type + IRS Qualification Code + Initial Treatment Code + Summons Type Code + Judicial Hearing Type Code + Judicial Order Type Code + Judicial Sentence Type Code + Court Disposition Code + Court Appearance Type Code + Court Pleading Type Code + Defendant Plea Type Code + Trial Type Code + Court Case Status Code + Physical Characteristics Code + Weight or Fragility Code + Preservation Material Code + Quantity per Unit Pack Code + Preservation Data Code + Packing Requirement Level A Code + Packing Requirement Level B Code + Packing Requirement Level C Code + Intermediate Container Code + Intermediate Container Quantity Code + Special Marking Code + Type and Cause Code + Mission Impact Statement Code + International Standard Designation System for Teeth and Areas of the Oral Cavity + Universal National Tooth Designation System + Deficiency Cause + Discrepancy + Preventive Measure + Contractor Alert List Reason + Quality Alert List Reason + Contractor Alert List Status + Nature of Buy + Type of Procurement + Representative Buy Indicator + Assured Delivery Indicator + Award Source + Termination + Patient Event Problem Code + Method Evaluation Code + Result Evaluation Code + Conclusion Evaluation Code + Device Event Problem Code + Dose Form Code + Route Code + Report Source Code + Adverse Event Code + Contract + Contractor Review List Status + Laboratory Test Condition Code + Collision Industry Electronic Commerce Association (CIECA) - Loss Category + Life/Annuity Service Features + Life/Annuity Product Code + Location Code + Basis of Jurisdiction Code + Principal Party Citizenship Code + Nature of Suit Code + Case Origin Code + Line of business code + Letter of Recommendation Rating Category + Deficiency Indicator + Delinquency Indicator + Test Results Code + Loss Severity Code + Laboratory Results Identification Code + War Reserve Material Requirement Code + Multi-Media Object + Service Contract Act Occupation Classification Code + Manual Class Code + Device Evaluation Code + Minority Indicator + Drug Status Code + Drug Status Adverse Event Code + Lot Type Code + Post Market Study Status Code + Meter Status + Meter Type + Plant Clearance Office Code + Inventory Type Code + Property Record Status Code + Control Unit Design Code + Direct Numerical Control System Code + Type Numerical Control System Code + Property Source Code + Nature of Injury Code + Uniform Freight Classification (UFC) Code + National Motor Freight Classification (NMFC) Code + Special Category Code + Excess Material Disposition Code + Hazardous Material Code + Type of Cargo Code + Office of Worker's Compensation Programs (OWCP) Source of Injury Code + Office of Worker's Compensation Programs (OWCP) Nature of Injury Code + Office of Worker's Compensation Programs (OWCP) Part of Body Code + Office of Worker's Compensation Programs (OWCP) Occupation Code + Occupation Code + Prior Damage Location Code + Part of Body Code + Collision Industry Electronic Commerce Association (CIECA) - Profile + Professional Designation + Collision Industry Electronic Commerce Association (CIECA) - Points of Impact + Priority Lookup + International Classification of Diseases Clinical Modification (ICD-9-CM) Patient's Reason for Visit + Professional Status Code + Price Tier + Response Status Code + Business Entity Filing Report Type Code + Business Entity Filing Detail Code + Domestic Line of Business Code + Foreign Line of Business Code + Business Entity Filing Status Code + Business Entity Filing Securities Information Code + Business Entity Financial Information Code + Business Entity Status Code + Business Entity Filing Location Code + Query Status + Quantity Type Indicator + Upstream Rank (Priority) + Receipt Rank (Priority) + Delivery Rank (Priority) + Downstream Rank (Priority) + Threaded Rank + Religious Affiliation Code + Requirement Code + Property Ownership Type Code + Property Type Code + Residency Indicator + Testing Service Question Code List + Request Type + National Council for Prescription Drug Programs Reject Codes + Student Activity Type Code + Student Award Code + Source + International Classification of Diseases Clinical Modification (ICD-9-CM) Secondary Diagnosis + Sound Code + Run Type + Source of Deposit Code + Source of Lead Code + SIC (Standard Industrial Classification) + Source of Injury Code + Secondary Source of Injury + Solicitation Cancellation Reason + Standard Occupation Classification Code + Statistical Administrative Information Code + System Status + Special Marketing Type Code + Association for Financial Professionals Service Code and Bank Service Code + Treatment Codes + International Classification of Diseases Clinical Modification (ICD-9-CM) Tertiary Diagnosis + Association for Financial Professionals Service Code + Title Exception and Requirement Code List + Title Document Code List + Tap Location + Tap Type + Systemized Nomenclature of Dentistry (SNODENT) + Report Code + Natural Gas Transaction Type + Follow-up Code + Reportable Event Code + Event Reappearance Code + Event Abatement Code + Centers for Medicare and Medicaid Services (CMS) Certificate of Medical Necessity (CMN) forms + Unit Code + Collision Industry Electronic Commerce Association (CIECA) - Vehicle Line Item Category Code + Export Declaration + Mutually Defined + Freddie Mac (Federal Home Loan Mortgage Corporation) Special Character Code + Fannie Mae (Federal National Mortgage Association) Special Feature Code + Mortgage Index Source Code + Fannie Mae (Federal National Mortgage Association) Remittance Programs + Freddie Mac (Federal Home Loan Mortgage Corporation) Remittance Programs + Freddie Mac (Federal Home Loan Mortgage Corporation) Mortgage Insurance Code + Fannie Mae (Federal National Mortgage Association) Pool Feature Code + Fannie Mae (Federal National Mortgage Association) Mortgage Insurance Code + Testing Statistical Category Code List + Testing Demographic Category Code List + SNOMED, Systematized Nomenclature of Medicine + Asset Type + Current Asset Type + Current Liability Type + Dun and Bradstreet Canada's 8 digit Standard Industrial Classification Code + Financial Item Allocation Code + Financial Item Attributed Code + Financial Item Reclassification Code + Functional Area + Hobby Code + Investment Type + Liability Type + Projection Type + Trend Reason + NACHA (National Automated Clearing House Association) + CPA (Canadian Payments Association) + Proprietary + Fannie Mae Adjustable Rate Mortgage Plan Codes + International Classification of Diseases Clinical Modification (ICD-9-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code + International Classification of Diseases Clinical Modification (ICD-9-CM) Vaccination, Innoculation or Isolation Code + Immunization Injection Code + International Classification of Diseases Clinical Modification (ICD-9-CM) Code + Current Dental Terminology (CDT) Code + International Classification of Diseases Clinical Modification (ICD-10-CM) Diagnosis + International Classification of Diseases Clinical Modification (ICD-10-CM) Admitting Diagnosis + International Classification of Diseases Clinical Modification (ICD-10-CM) Principal Diagnosis + International Classification of Diseases Clinical Modification (ICD-10-CM) External Cause of Injury Code + Assigned by Receiver + Assigned by Sender + International Classification of Diseases Clinical Modification (ICD-10-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code + International Classification of Diseases Clinical Modification (ICD-10-CM) Vaccination, Innoculation or Isolation Code + Accounting Error Classification Code + Academic Rank + International Classification of Diseases Clinical Modification (ICD-10-CM) Primary Diagnosis + Accounting Adjustment Method + Army Edit Action Code + Adjustment Type + Allocation Method + Alteration Lookup + Authorized Overrun Indicator + Activite Principale Exercee (APE) Code + International Classification of Diseases Clinical Modification (ICD-10-CM) Patient's Reason for Visit + Asset Reclassification Denial Code + Allocation Rank Indicator + Allocation Rank Level + International Classification of Diseases Clinical Modification (ICD-10-CM) Secondary Diagnosis + International Classification of Diseases Clinical Modification (ICD-10-CM) Tertiary Diagnosis + Allocation Transaction Type Code + International Classification of Diseases Clinical Modification (ICD-11-CM) Diagnosis + International Classification of Diseases Clinical Modification (ICD-11-CM) Admitting Diagnosis + International Classification of Diseases Clinical Modification (ICD-11-CM) Principal Diagnosis + International Classification of Diseases Clinical Modification (ICD-11-CM) External Cause of Injury Code + International Classification of Diseases Clinical Modification (ICD-10-PCS) Other Procedure Codes + International Classification of Diseases Clinical Modification (ICD-10-PCS) Principal Procedure Codes + International Classification of Diseases Clinical Modification (ICD-11-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code + International Classification of Diseases Clinical Modification (ICD-11-CM) Vaccination, Innoculation or Isolation Code + Business Change Code + Business Credit Rating + International Classification of Diseases Clinical Modification (ICD-11-CM) Primary Diagnosis + Board of Inspection and Survey Part Lookup + International Classification of Diseases Clinical Modification (ICD-11-CM) Patient's Reason for Visit + Board of Inspection and Survey Responsibility Lookup + International Classification of Diseases Clinical Modification (ICD-11-CM) Secondary Diagnosis + Board of Inspection and Survey Ship Lookup + Business Period + Balance Type Code + International Classification of Diseases Clinical Modification (ICD-11-CM) Tertiary Diagnosis + Bid Up Indicator + Bureau of Labor Statistics Standardized Occupational Codes + Advanced Billing Concepts (ABC) Codes + International Classification of Diseases Clinical Modification (ICD-11-CM) Other Procedure Codes + International Classification of Diseases Clinical Modification (ICD-11-CM) Principal Procedure Codes + Correction To Cause Code + Contractual Flow Indicator + Charge Indicator + Collision Industry Electronic Commerce Association (CIECA) - Assignment Type + Cause Lookup + Customer Maintenance Level Lookup + Change Notice Code + Cognizance Symbol + Confirming Party Role + Court Party Status + Complaint Request Code + Causative Research Indicator Code + Customer Service Designator + Corporate Statement Filing Code + Carcass Tracking Code + Document Availability Code + All Patient, Severity-Adjusted DRGs (APS-DRG) + DUN's Standard Industrial Classification (SIC) 2+2, Dun and Bradstreet + Cause Code + Medicare DRG (CMS-DRG & MS-DRG) + Disposition Category Change Reject Reason Code + Disposition Sub-Category Code + Disposition Category Code + Dynamic Generator Set Code + International-Refined DRGs (IR-DRG) + Dynamic Locomotive Tag Code + Deferral Lookup + Long Term Care DRG - LTC-DRG + Demilitarization Integrity Code + Document Number Requirement Type + Direction of Flow + Delivery Priority Code + Association of American Railroads Deprescription Exception List + Association of American Railroads Deprescription Distribution List + Refined DRGs (R-DRG) + Collision Industry Electronic Commerce Association (CIECA) - Detail Repair Lines Code List + Disposition Services Customer Type Code + Severity DRGs (S-DRG) + Disposition Services Indicator Code + Data Sets Requested + Delivery Scheduling Status + Alabama Campaign Disclosure Report Codes + Alaska Campaign Disclosure Report Codes + American Samoa Campaign Disclosure Report Codes + Arizona Campaign Disclosure Report Codes + Arkansas Campaign Disclosure Report Codes + California Campaign Disclosure Report Codes + Colorado Campaign Disclosure Report Codes + Connecticut Campaign Disclosure Report Codes + Delaware Campaign Disclosure Report Codes + District of Columbia Campaign Disclosure Report Codes + Florida Campaign Disclosure Report Codes + Georgia Campaign Disclosure Report Codes + Guam Campaign Disclosure Report Codes + Hawaii Campaign Disclosure Report Codes + Idaho Campaign Disclosure Report Codes + Illinois Campaign Disclosure Report Codes + Indiana Campaign Disclosure Report Codes + Iowa Campaign Disclosure Report Codes + Kansas Campaign Disclosure Report Codes + Kentucky Campaign Disclosure Report Codes + Louisiana Campaign Disclosure Report Codes + Maine Campaign Disclosure Report Codes + Maryland Campaign Disclosure Report Codes + Massachusetts Campaign Disclosure Report Codes + Michigan Campaign Disclosure Report Codes + Minnesota Campaign Disclosure Report Codes + Mississippi Campaign Disclosure Report Codes + Missouri Campaign Disclosure Report Codes + Montana Campaign Disclosure Report Codes + Nebraska Campaign Disclosure Report Codes + Nevada Campaign Disclosure Report Codes + New Hampshire Campaign Disclosure Report Codes + New Jersey Campaign Disclosure Report Codes + New Mexico Campaign Disclosure Report Codes + New York Campaign Disclosure Report Codes + North Carolina Campaign Disclosure Report Codes + North Dakota Campaign Disclosure Report Codes + Ohio Campaign Disclosure Report Codes + Oklahoma Campaign Disclosure Report Codes + Oregon Campaign Disclosure Report Codes + Pennsylvania Campaign Disclosure Report Codes + Puerto Rico Campaign Disclosure Report Codes + Rhode Island Campaign Disclosure Report Codes + South Carolina Campaign Disclosure Report Codes + South Dakota Campaign Disclosure Report Codes + Tennessee Campaign Disclosure Report Codes + Texas Campaign Disclosure Report Codes + Utah Campaign Disclosure Report Codes + Vermont Campaign Disclosure Report Codes + Virginia Campaign Disclosure Report Codes + Virgin Islands Campaign Disclosure Report Codes + Washington Campaign Disclosure Report Codes + West Virginia Campaign Disclosure Report Codes + Wisconsin Campaign Disclosure Report Codes + Wyoming Campaign Disclosure Report Codes + Alberta Campaign Disclosure Report Codes + British Columbia Campaign Disclosure Report Codes + Manitoba Campaign Disclosure Report Codes + New Brunswick Campaign Disclosure Report Codes + Newfoundland Campaign Disclosure Report Codes + Northwest Territories Campaign Disclosure Report Codes + Nova Scotia Campaign Disclosure Report Codes + Ontario Campaign Disclosure Report Codes + Prince Edward Island Campaign Disclosure Report Codes + Quebec Campaign Disclosure Report Codes + Saskatchewan Campaign Disclosure Report Codes + Yukon Territory Campaign Disclosure Report Codes + Federal Campaign Disclosure Report Codes + Alabama Lobbyist Report Codes + Alaska Lobbyist Report Codes + Arizona Lobbyist Report Codes + Arkansas Lobbyist Report Codes + California Lobbyist Report Codes + Colorado Lobbyist Report Codes + Connecticut Lobbyist Report Codes + Delaware Lobbyist Report Codes + District of Columbia Lobbyist Report Codes + Florida Lobbyist Report Codes + Georgia Lobbyist Report Codes + Hawaii Lobbyist Report Codes + Idaho Lobbyist Report Codes + Illinois Lobbyist Report Codes + Indiana Lobbyist Report Codes + Iowa Lobbyist Report Codes + Kansas Lobbyist Report Codes + Kentucky Lobbyist Report Codes + Louisiana Lobbyist Report Codes + Maine Lobbyist Report Codes + Maryland Lobbyist Report Codes + Massachusetts Lobbyist Report Codes + Michigan Lobbyist Report Codes + Minnesota Lobbyist Report Codes + Mississippi Lobbyist Report Codes + Missouri Lobbyist Report Codes + Montana Lobbyist Report Codes + Nebraska Lobbyist Report Codes + Nevada Lobbyist Report Codes + New Hampshire Lobbyist Report Codes + New Jersey Lobbyist Report Codes + New Mexico Lobbyist Report Codes + New York Lobbyist Report Codes + North Carolina Lobbyist Report Codes + North Dakota Lobbyist Report Codes + Ohio Lobbyist Report Codes + Oklahoma Lobbyist Report Codes + Oregon Lobbyist Report Codes + Pennsylvania Lobbyist Report Codes + Puerto Rico Lobbyist Report Codes + Rhode Island Lobbyist Report Codes + South Carolina Lobbyist Report Codes + South Dakota Lobbyist Report Codes + Tennessee Lobbyist Report Codes + Texas Lobbyist Report Codes + Utah Lobbyist Report Codes + Vermont Lobbyist Report Codes + Virginia Lobbyist Report Codes + Washington Lobbyist Report Codes + West Virginia Lobbyist Report Codes + Wisconsin Lobbyist Report Codes + Wyoming Lobbyist Report Codes + New York City Campaign Disclosure Report Codes + Seattle Campaign Disclosure Report Codes + New York City Lobbyist Report Codes + Automotive Aftermarket Industry Association (AAIA) Emission Code + Exchange Price Indicator + Equipment Request Codes + Equipment Repair Condition Code + Equipment Repair Job Code + Equipment Repair Location Code + Equipment Repair Responsibility Code + Electrostatic Discharge Code + Equipment Status Lookup + Estimate Type Lookup + Evaluate Work Candidate Lookup + Equipment Why Made Code + Evaluate Work Candidate Reason Lookup + Export Declaration + Export Control Classification Number (ECCN) + Fannie Mae Refinance Plan Code + Federal Communication, Control and Security Code List 1 + Federal Finance Code List 1 + Federal Health Care Code List 1 + Financial Inventory Report Code + Federal Logistics Code List 1 + Former Major Organizational Entity Rule Number + Foreign Military Sales and Military Assistance Program Grant Aid Type of Assistance/Financing Code + Federal Procurement Code List 1 + Freddie Mac Refinance Plan Code + Federal Transportation Code List 1 + Hazardous Material Content Code + Hazardous Response Codes + Association of American Railroads Standard Transportation Commodity Code Description Qualifier + Insurance Business Process Application Error Code + International Classification of Functioning Disability and Health (ICF) + Item Management Code + Impact Recorder Code + Intra-Navy Disposal Release Order Reject Advice Code + Impact Axis or Analog Port Code + Issue Priority Group + Issue, Repair and Requisition Code + Imbalance Reporting Type + Interruptible Transportation Indicator + Job Characteristics Lookup + Job Originator Lookup + Key Event Lookup + Location Capacity Flow Indicator + Line of Authority + Limit Type + Location Indicator + Logical Observation Identifier Names and Codes (LOINC) Codes + Location Purpose Code + Location Quantity Type Indicator + Legal Structure Code + Material Management Aggregation Code + Material Control Code + Generator Set Mounting Code + Method of Completion Code + Manager Forced Directed Action + Mechanization of Contract Administration Services (MOCAS) System Error Code + Major Organizational Entity Rule Number + Reference Partial Descriptive Method Reason Code + Maximum Rate Indicator + Nomenclature Activity Classification Economy (NACE) Code + Norme Activite Francaise (NAF) Code + Non-Approved Item Name + Nature of Suit + No Balance Affecting Transactions + Invoice Notes Code + National Drug Code (NDC) + National Geospatial-Intelligence Agency (NGA) Product Code + Non-Induction Reason Code + Automotive Aftermarket Industry Association (AAIA) National Popularity Code + National Uniform Billing Committee (NUBC) Revenue Codes + Planning Code Lookup + Pseudo Closure Reason Code + Pre-determined Allocation (PDA) Transaction Type Code + Petroleum United States Geological Survey (USGS) Formation Code + Phrase Code + Petroleum Bill Type + Petroleum Land Category + Petroleum Lease Status + Part of Body and Nature of Injury + Place of Service Code + Petroleum Product Disposition + Petroleum Product Point-of-Sale + Petroleum Product Selling Arrangement + Petroleum Product Value Adjustment + Petroleum Quantity Allocations Code + Petroleum Royalty Adjustment + Petroleum Royalty Calculation Method + Processing Rights Indicator + Petroleum Regulatory Report + Petroleum Royalty Transaction + Petroleum Well Action + Petroleum Well Information + Petroleum Well Shut-In Reason + Petroleum Well Classification Status + Petroleum Well Test Information + Product Quality Deficiency Report Summary Code + Receipt Acceptance Site Code + Registered Contractor Activity Code + Race or Ethnicity Collection Code + Reduction Reason Code + Association of American Railroads Rate EDI Network Error Code + Classification of Race or Ethnicity + Reference Number Format Code + Reason for Movement Code + Reference Number Justification Code + Reference Number Category Code + Replenishment Demand Information + Retail Demand Information + Reason for Reversal Code + Receipt Scheduling Status + Registration Type Code + Refrigeration Unit Operating Mode Code + Reference Number Variation Code + Security Assistance Document Number Requirement Type Code + Stock Action/Technical Information Code + Statistic Bundes Amt (SBA) Code + Subsequent Cycle Indicator + Stock Exchange Code + Settlement Type + Swing Fuel Option Indicator + Safety Hazard Lookup + Accident Resulting Change Code + Active Mitigation Consideration Code + Activity Methods Code + Analytical Method Code + Atmospheric Stability Class Code + Basis of Estimate Code + Certification Code + Contributing Factor Code + Control Device Type Code + Design/Standard Code + Device Classification Code + Discharge Indicator Code + Discharge Quantity Range Code + Non-Reportable Discharge Indicator Code + Emergency Response Regulation/Statute Code + Emission Factor Type Code + Emission Release Point Type Code + Emission Source Type Code + Emission Type Code + Emission Unit Type Code + Endpoint Code + Environment Code + Environmental Program Type Code + Environmental Receptor Code + Facility Category Code + Facility Status Code + Factor Calculation Method Code + Frequency of Analysis Code + Generator Status Code + Geometric Type Code + Hazardous Waste Form Code + Horizontal Datum Code + Information System Code + Initiating Event Code + Inventory Quantity Range Code + Latitude/Longitude Source Code + Latitude/Longitude Verification Code + Location Description Code + Major Hazard Code + Manufacturing Code + Material Classification Code + Material Code + Maximum Achievable Control Technology Code + Method of Collection Code + Mitigation System Code + Model Used Code + Monitoring/Detection System Code + Monitoring Location Code + Non-Generating Waste Code + Off-Site Availability Code + Off-Site Impact Code + On-Site Impact Code + On-Site Process System Type Code + Origin Code + Parameter Code + Passive Mitigation Consideration Code + Permit Compliance Status Code + Physical State Code + Point of Measurement Code + Preservative Code + Process Code + Process Control Code + Process Hazard Analysis Update Resulting Change Code + Process Hazards Analysis Technique Code + Public Receptor Code + Range of Concentration Code + Recovery Method Code + Recycling Method Code + Release Event Code + Release Source Code + Reliability Indicator Code + Rule Effectiveness Method Code + Sample Type Code + Scenario Code + Site Location Code + Source Category Code + Source of Waste Generation Code + Source Reduction Activity Code + System Type Code + Time Period Code + Topography Code + Transfer Quantity Range Code + Type of Competency Testing Code + Type of Training Code + Type of Waste Management Code + Use Code + Waste Emanation Code + Waste Management Status Code + Waste Stream Code + Waste Treatment Method Code + Wind Direction Code + Unit of Measure Code + Shelf-Life Action Code + Stockage List Code + Scheduling Status + Statement Basis + Special Material Content Code + Sample Device + Special Material Identification Code + Sample Type + Submitter's Priority Designator + Special Dating + Special Requirement Lookup + Supplemental Reduction Reason + Storage Report Type + Supply Status Code + Association of American Railroads Standard Transportation Commodity Code Master Description Information + Forward and Store Application Error Edit Codes + Solicited/Unsolicited Indicator + Service Code + Association of American Railroads Switch Release Codes + Commercial Vehicle Operations Safety Code + Data Categories + Event Codes + Operation Type + Accident Parameters + Inspection Parameters + Driver Parameters + View Parameters + Vehicle Parameters + Fleet Parameters + Query Options + Jurisdiction Type + Single State Registration System and Operating Authority Credential + Commercial Vehicle Operations Insurance + Commercial Vehicle Registration + Hazardous Materials Credential + Oversize/Overweight Credential + Commercial Vehicle Tax + Commercial Vehicle Title + Commercial Driver's License + Commercial Vehicle Type + Commercial Vehicle Operations Status Code + Safety and Fitness Electronic Record Systems Subscription Option + Commercial Vehicle Operations Commodity Code + Commercial Vehicle Operations Hazardous Material Code + Safety and Fitness Electronic Record Systems Error Code + Commercial Vehicle Operations Jurisdiction Identifier Code + Compliance Review Code + Incident Condition Code + Incident Related Action Code + Incident Location Code + Incident Consequence Code + Road Characteristic Code + Vehicle Occupant Code + Package Failure Code + Pedestrian Code + Type of Change Code + Collision Industry Electronic Commerce Association (CIECA) - Totals Code List + Template Characteristic Lookup + Discrepancy Report Type Code + Technical Data Justification Code + Tax or Fee Exemption Reason Code + Weapon System Transaction Origination Code + Template Owner Lookup + Downstream Transaction Type + Template Type Lookup + Upstream Transaction Type + UMLER Body Type + Unique Item Tracking Designator Code + Unique Item Tracking Error Reject Code + UMLER Fitting Code + Urgency Justification Code + (UN/SPSC) United Nations Products and Services Classification Code + Unclaimed Property Additions, Deletions, and Deductions Codes + Unclaimed Property Type Code + Unique Item Tracking Transaction Code + Validation Code + Weapon System Advice Code + When Discovered Lookup + Weapon System Essentiality Code + Automotive Aftermarket Industry Association (AAIA) Warranty Code + Weapon System Status Code + Weapon System Designator Code + Weapon System Maintenance Code + + + Backward + Forward + Unknown + + + Both Fumigated and Cleaned + Cleaned + Fumigated + Not Fumigated or Cleaned + + + Board Grain + Non-Board Grain + Seed Purchase + Contract + + + Consigned + Street + + + Contracting District Number + American Bankers Assoc. (ABA) Transit/Routing Number (Including Check Digit, 9 Digits) + Society for Worldwide Interbank Financial Telecommunication (S.W.I.F.T.) Identification (8 or 11 Characters) + Clearing House Interbank Payment System (CHIPS) Participant Number (3 or 4 Digits) + Canadian Financial Institution Branch and Institution Number + Clearing House Interbank Payment System (CHIPS) User Identification (6 digits) + System Number + Add-On System Number + Carrier Assigned Package Identification Number + Customs Bar Code Number + Supervisory Appraiser Certification Number + State License Number + Subject Property Verification Source + Subject Property Reference Number + Subscriber Number + Reviewer File Number + Comparable Property Pending Sale Reference Number + Comparable Property Sale Reference Number + Subject Property Non-Sale Reference Number + Policy Form Identifying Number + Referenced By + Mortgage Identification Number + Attached To + Real Estate Owned Property Identifier + Account Managers Code + Account Number + Billing Account + Horizontal Coordinate + Master Account Number + Vertical Coordinate + Military Interdepartmental Purchase Request (MIPR) Number + Client Reporting Category + Plan Number + Division Identifier + Blue Cross Provider Number + Blue Shield Provider Number + Medicare Provider Number + Medicaid Provider Number + Dentist License Number + Anesthesia License Number + Provider UPIN Number + CHAMPUS Identification Number + Department of Defense Identification Code (DoDIC) + Facility ID Number + Payor's Claim Number + Group or Policy Number + Preferred Provider Organization Site Number + Diagnosis Related Group (DRG) Number + Consolidation Shipment Number + Accessorial Status Code + Error Identification Code + Storage Information Code + Ambulatory Patient Group (APG) Number + Resource Utilization Group (RUG) Number + Pay Grade + Related Vendor Order Number + Member Identification Number + Credit or Debit Adjustment Number + Repair Action Number + Financial Detail Code + Repair Part Number + American Gas Association Equation Number + Special Charge or Allowance Code + Client Number + Short-term Disability Policy Number + Reason Not Lowest Cost Code + Union Number + Insuror Pool Identification Number + Employee Identification Number + Foreclosure Account Number + Import License Number + Terminal Release Order Number + Long-term Disability Policy Number + Aeronautical Equipment Reference Number (AERNO) + Foreign Military Sales Case Number + Consolidated Invoice Number + Amendment + Assigned by transaction set sender + Tracking Number + Floor Number + Food and Drug Administration (FDA) Product Type + Association of American Railroads (AAR) Railway Accounting Rules + Federal Communications Commission (FCC) Identifier + Federal Communications Commission (FCC) Trade/Brand Identifier + Occupational Safety and Health Administration (OSHA) Claim Number + Subdivision Identifier + Food and Drug Administration (FDA) Accession Number + Coupon Redemption Number + Catalog + Sub-subhouse Bill of Lading + Payer Identification Number + Special Government Accounting Classification Reference Number (ACRN) + Change Order Authority + Supplemental Agreement Authority + Wage Determination + U.S. Customs and Border Protection (CBP) Anti-dumping Duty Case Number + Visa Immigrant + Docket Number + Credit Repository Code + Lender Case Number + Loan Request Number + Multifamily Project Number + Underwriter Identification Number + Condominium Identification Number + Master Policy Number + Proposal Number + Section of the National Housing Act Code + Supplemental Claim Number + Payee Loan Number + Servicer Loan Number + Investor Loan Number + Show Identification + Catastrophe Number + Case Number + Precinct Number + Office Number + Petroleum Pool Code + Branch Identifier + Federal Communications Commission (FCC) Condition Code + Gas Custodian Identification + U.S. Customs and Border Protection (CBP) Pre-approval Ruling Number + Third Party Originator Number + Food and Drug Administration (FDA) Product Code + U.S. Customs and Border Protection (CBP) Binding Ruling Number + Provincial (Canadian) Sales Tax Exemption Number + U.S. Customs and Border Protection (CBP) Pre-classification Ruling Number + Protraction Number + Formation Identifier + U.S. Customs and Border Protection (CBP) Commercial Description + Subcontract Number + Receiver Assigned Drop Zone + Customs Broker Reference Number + Lease Schedule Number - Replacement + Lease Schedule Number - Prior + Phone Calls + Supporting Document Number + End Use Number + Old Account Number + Old Meter Number + Plate Number + Agency's Student Number + Family Unit Number + Personal Identification Number (PIN) + Shipment Origin Code + Shipment Destination Code + Shipping Zone + Carrier-assigned Consignee Number + Carrier-assigned Shipper Number + Provincial Tax Identification + Commercial Invoice Number + Balance-due Reference Number + Vehicle-related Services Reference Number + Accessorial Rail Diversion Reference Number + Location-specific Services Reference Number + Special Move Reference Number + Special Payment Reference Number + Canadian Goods & Services or Quebec Sales Tax Reference Number + Affiliation Number + Call Sign + Rule Section + Preferred Call Sign + North American Datum Standard (NADS) + Market Area + Emission Designator + Study + Log + Subhouse Bill of Lading + U.S. Customs and Border Protection (CBP) Countervailing Duty Case Number + State Student Identification Number + Picture Number + SWIFT (MT 100) + SWIFT (MT 202) + FEDWIRE (Federal Wire Transfer) + Sequence Number + Corrected Social Security Number + Prior Incorrect Social Security Number + Corrected Batch Number + Prior Incorrect Batch Number + Offense Tracking + Supplemental Account Number + Congressional District + Line of Credit Category + Consumer Identifier + Warrant + Complaint + Incident + Offender Tracking + Driver's License + Commercial Driver's License + Jurisdictional Community Number + Previous Sequence + Citation of Statute + Citation of Opinion + National Criminal Information Center Originating Agency Identification + State Criminal History Repository Individual Identification + Federal Bureau of Investigation Individual Identification + Processing Area + Payment Location + Flood Data Identifier + Coupon Distribution Method + Original Uniform Commercial Code Filing Number + Amended Uniform Commercial Code Filing Number + Continuation Uniform Commercial Code Filing Number + Uniform Commercial Code Filing Collateral Number + Account Suffix Code + Taxing Authority Identification Number + Prior Loan Number + Jurisdictional Community Name Identifier + Total Order Cycle Number + Previous Policy Number + Previous Claim History Identifier + Dental Insurance Account Number + Dental Insurance Policy Number + Consignee Reference Number + U.S. Customs and Border Protection (CBP) Entry Number + U.S. Customs and Border Protection (CBP) Entry Type Code + U.S. Customs and Border Protection (CBP) Statement Number + Map Reference + Appraiser License + Map Number + Comparable Property Verification Source + Comparable Property + Census Tract + Zone + Agent Contract Number + Application Number + Claimant Number + Cross Reference Number + Group Number + Insurance License Number + Provider Control Number + Provider Order Ticket Number + Pilot License Number + Question Number + Reissue Cession Number + Enhanced Driver’s License + Specimen Identifier + Equipment Initial + Secretaria de Comercia y Famenta Industrial (SECOFI) Number + Calendar Number + (Working) Shift Number + Schedule Reference Number + Statement of Work (SOW) + Work Breakdown Structure (WBS) + Organization Breakdown Structure + Milestone + Work Package + Planning Package + Cost Account + Purchase Order Number Included in On-Order Position + Purchase Order Number of Shipment Received since Last Reporting Date + Purchase Order Number of Order Received since Last Reporting Date + Tester Identification + Collector Identification + Repeat Location + Data Quality Reject Reason + Environmental Protection Agency (EPA) Test Type Purpose Code + Subscriber Authorization Number + Toll Billing Telephone Reference Number + List of Materials + Qualified Materials List + Frame + Piggyback + Tripleback + Sheet + Engineering Change Order + Representative Identification Number + Drawing Type + Master Contract + Related Transaction Reference Number + Interchange Train Identification + Home Mortgage Disclosure Act (HMDA) State Code + Home Mortgage Disclosure Act (HMDA) County Code + Home Mortgage Disclosure Act (HMDA) Metropolitan Statistical Area (MSA) + Charge Number + Symbol Number (for Milestone or LOB reports) + Data Item Description (DID) Reference + Extended (or Exhibit) Line Item Number (ELIN) + Contractor Data Requirements List (CDRL) + Subcontractor Data Requirements (SDRL) + Operation Number + Functional Category + Work Center + Assembly Number + Health Maintenance Organization (HMO) Authorization Number + Preferred Provider Organization (PPO) Authorization Number + Third-party Organization (TPO) Authorization Number + Chemical Abstract Service Registry Number + Guarantor Loan Number + School Loan Number + Automated Clearinghouse (ACH) Trace Number + Check List Number + FEDWIRE Confirmation Number + Society for Worldwide Interbank Financial Telecommunications (SWIFT) Confirmation Number + Dominion of Canada Code + International Standard Industry Classification Code (ISIC) + Originating Company Identifier + Receiving Company Identifier + Automated Clearing House (ACH) Entry Description + Originating Depository Financial Institution Identifier + Receiving Depository Financial Institution Identifier + Security Type + Broker Identification + Bank Assigned Security Identifier + Credit Reference + Bank to Bank Information + Transaction Category or Type + Safekeeping Account Number + Alternate Clause Number + Subassembly Number + Cost Element + Change Document Number + Funds Authorization + File Identification Number + Committee on Uniform Security Identification Procedures (CUSIP) Number + Stock Certificate Number + Package Number + Container/Packaging Specification Number + Rate Conference ID Code + Repriced Claim Reference Number + Repriced Line Item Reference Number + Adjusted Repriced Claim Reference Number + Adjusted Repriced Line Item Reference Number + Replacement Claim Number + Referral Number + Department of Defense Form 250 Requirement Code + Packaging Group Number + Automated Clearing House (ACH) Standard Entry Class + Pension Contract + Servicer + Service Bureau + Clearing House Interbank Payments System (CHIPS) Sequence Number + Investor + Loan Type + Pool Suffix + Job Order Number + Delivery Region + Tenor + Loan Feature Code + Payment Category + Payer Category + Account Category + Bank Assigned Bankers Reference Number + Chamber of Commerce Number + Advertiser Number + Analysis number/Test number + Disability Insurance Account Number + Assignment Number + Disability Insurance Policy Number + Educational Institution Identification Number + Provider Identifier + Flexible Spending Account (FSA) Insurance Account Number + Tax Advantage Account Health Insurance Policy Number + Health Insurance Account Number + Accounts Receivable Statement Number + Acceptable Source Purchaser ID + Air Cargo Transfer Manifest + + Authorization for Expense (AFE) Number + Airlines Flight Identification Number + Agent's Shipment Number + Agreement Number + Associated Invoices + Accounts Receivable Customer Account + Sending Company Audit Number (Automated Clearinghouse Transfers) + Accounting (Equipment) Location Number + Adjustment Memo (Charge Back) + Associated Purchase Orders + Appointment Number + Accounts Receivable Number + Access Code + Arrival Code + Acceptable Source Supplier ID + Appropriation Number + Authorization to Meet Competition Number + Health Insurance Rating Account Number + Air Waybill Number + Government Accounting Class Reference Number (ACRN) + Floor Plan Approval Number + Health Insurance Policy Number + Lessee Bill Code Number + Axle Ratio + Preferred Provider Organization Number + Bilateral Car Service Agreements + Health Insurance Rating Suffix Code + Life Insurance Billing Account Number + Life Insurance Policy Number + Life Insurance Billing Suffix Code + Retirement Plan Account Number + Retirement Plan Policy Number + Authorization Number + Buyer's Contract Number + Bid Number + Business Activity + Billing Center Identification + Beginning Serial Number + Lease Schedule Number - Blanket + Bonded Carrier Internal Revenue Service Identification Number + Carrier's Customs Bond Number + Broker's Order Number + Government Bill of Lading + Bill of Lading Number + Booking Number + Bin Location Number + Adjustment Control Number + Health Maintenance Organization Code Number + Broker or Sales Office Number + Split Booking Number + Batch Number + Buyer's Approval Mark + Purchase Order Line Item Identifier (Buyer) + Blended With Batch Number + Buyer's Shipment Mark Number + Repair Category Number + Complaint Code + Canadian Social Insurance Number + Customer material specification number + Customer process specification number + Customer specification number + Change Number + Customer Tracking Number For Loaned Materials + Carnet Number + Contract Line Item Number + Corrected Contract Number + Previous Credit/Debit Adjustment Number + Cost Allocation Reference + Combined Shipment + Contract Co-op Number + Credit Note Number + Class of Contract Code + Fleet Reference Number + Consignee's Order Number + Customer Catalog Number + Unique Consignment Identifier + Clause Number + Check Number + Seller's Credit Memo + Buyer's Credit Memo + Carrier's Reference Number (PRO/Invoice) + Customer Order Number + Condition of Purchase Document Number + Customshouse Broker License Number + Customer Reference Number + Condition of Sale Document Number + Contract Number + Clear Text Clause + Coil Number + Canadian Wheat Board Permit Number + Consignment Classification ID + Commercial Registration Number + Contract Rider Number (Used in conjunction with contract number) + Data Reliability Code + Drug Enforcement Administration Order Blank Number + Supplier Document Identification Number + National Council for Prescription Drug Programs Pharmacy Number + Cut Number + Dye Lot Number + Duplicate Bill Number + Coverage Code + Loss Report Number + Claim Number + Domicile Branch Number + Buyer's Debit Memo + Dealer purchase order number + Document Identification Code + Depositor Number + Defense Federal Acquisition Regulations (DFAR) + Drawing Number + Drug Enforcement Administration Number + Distributor Invoice Number + Delivery Ticket Number + Dock Number + Seller's Debit Memo + Associated Product Number + Draft Number + Delivery Order Number + Department Number + Delivery Quote Number + Dock Receipt Number + Defense Priorities Allocation System (DPAS) Priority Rating + Downstream Shipper Contract Number + Dependents Information + Diversion Authority Number + Deposit Sequence Number + Department/Agency Number + Department of Defense Transportation Service Code Number (Household Goods) + Certified Registered Nurse Anesthetist (CRNA) Provider Identification Number + Emergency Order Number + Part Causing Repair Number + Expansion on Effect of Change Number + Charge Card Number + Claimant's Claim Number + Backout Procedure Code + Service Bulletin Number + Service Contract (Coverage) Number + Attachment Code + Medical Record Identification Number + Embargo Permit Number + Circular + Export Declaration + Election District + Electronic Funds Transfer ID Number + Ending Serial Number + Financial Classification Code + Employer's Identification Number + Patient Account Number + Healthcare Manpower Shortage Area (HMSA) Facility Identification Number + Electronic device pin number + Electronic Payment Reference Number + Embargo Number + Submitter Identification Number + Export Permit Number + Equipment Number + Container or Equipment Receipt Number + Employer's Social Security Number + Excess Transportation + End User's Purchase Order Number + Receiver Identification Number + Mammography Certification Number + Estimate Number + Receiver Sub-identification Number + Electronic Data Interchange Agreement Number + Version Code - National + Version Code - Local + Submission Number + Facility Certification Number + Medicare Version Code + Health Insurance Claim (HIC) Number + New Health Insurance Claim (HIC) Number + Original Reference Number + Freight Payor Reference Number + Federal Acquisition Regulations (FAR) + File Transfer Form Number + Filer Code Issued by Customs + Filer Code Issued by Bureau of Census + Failure mechanism number + Film Number + Fund Identification Number + Clinic Number + File Identifier + Line Item Control Number + Finish Lot Number + Fine Line Classification + Federal Maritime Commission (FMC) Forwarders Number + Forwarder's/Agent's Reference Number + Drug Formulary Number + Forestry Permit Number + Form Number + Freight Bill Number + Final Sequence Number + Foreign Trade Zone + Fund Code + Health Maintenance Organization (HMO) Reference Number + State License Identification Number + Failure Analysis Report Number + Claim Office Number + Processor's Invoice Number + Prior Authorization Number + Provider Commercial Number + Predetermination of Benefits Identification Number + Peer Review Organization (PRO) Approval Number + Provider Site Number + Payer Assigned Resubmission Reference Number + Resubmission Reason Code + Resubmission Number + Secondary Employee Identification Number + Government Advance Progress + Grain Block Number + Government Contract Number + Return Goods Bill of Lading Number + Geographic Number + Specialty License Number + Gauge Ticket Number + Identification Card Serial Number + Secondary Provider Number + Cornbore Certification Number + Third Party Reference Number + Geographic Destination Zone Number + Loan Acquisition Number + Folder Number + Exhibit Identifier + Government Priority Number + Internal Purchase Order Release Number + Grain Order Reference Number + General Services Administration Regulations (GSAR) + Goods and Service Tax Registration Number + Internal Purchase Order Item Number + Third Party Purchase Order Number + Third Party Purchase Order Release Number + Third Party Purchase Order Item Number + Empty Repositioning Number + General Ledger Account + High Fabrication Authorization Number + High Raw Material Authorization Number + Gravity Source Meter Number + Special Clause + Quality Clause + Standard Clause + Home Mortgage Disclosure Act (HMDA) Census Tract + Payment History Reference Number + Competent Authority + Bill & Hold Invoice Number + Heat Code + Department of Transportation Hazardous Number + Hazardous Exemption Number + Engineering Data List + Civil Action Number + Fiscal Code + Health Industry Number (HIN) + Identity Card Number + Judgment Number + SIREN Number + SIRET Number + Hazardous Certification Number + Shipper's Hazardous Number + Pack & Hold Invoice Number + Reinsurance Reference + Horsepower + Harmonized Code System (Canada) + Code of Federal Regulations + Type of Escrow Number + Escrow File Number + High/Wide File Number + Auto Loss Item Number + Property Loss Item Number + Tax Agency Number (MERS [Mortgage Electronic Registration System] Federal Information Processing Standards [FIPS] Based Number) + Owning Bureau Identification Number + Interstate Commerce Commission (ICC) Account Number + Non-American Identification Number + Credit Counseling Identification Number + Invoice Identification + Credit Report Number + Pollutant + Internal Vendor Number + In Bond Number + Inbound-to Party + Insurance Certificate Number + Interchange Agreement Number + Issue Number + Insurance Policy Number + Initial Dealer Claim Number + Initial Sample Inspection Report Number + Standard Industry Classification (SIC) Code + Invoice Number + Internal Order Number + Intergovernmental Maritime Organization (IMO) Number + Consignee's Invoice Number + Inbound-to or Outbound-from Party + Inspection Report Number + End Item + Intra Plant Routing + Invoice Number Suffix + Internal Customer Number + Barge Permit Number + Seller's Invoice Number + Part Interchangeability + Item Number + Insured Parcel Post Number + Proceeding + Creditor + Attorney + Judge + Trustee + Originating Case + Adversary Case + Lead Case + Jointly Administered Case + Substantively Consolidated Case + Beginning Job Sequence Number + Job (Project) Number + Review + User Identification + Ending Job Sequence Number + Automated Underwriting Reference Number + Tag + Multiple Listing Service Area + Multiple Listing Service Sub-area + Packet + Multiple Listing Service Map X Coordinate + Multiple Listing Service Map Y Coordinate + Multiple Listing Number + Multiple Listing Service Book Type + Elevation + Property Component Location + Job Sequence Number + Prior Tax Identification Number (TIN) + Prior Phone Number + Prior Health Industry Number + Prior Universal Provider Identification Number (UPIN) + Prior Postal Zip Code + Origin of Shipment Harmonized-Based Code + Governing Class Code + Approval Code + Foreign Military Sales Notice Number + Certified Mail Number + Registered Mail Number + Criticality Designator + Task Order + Purchase Description + Paragraph Number + Project Paragraph Number + Inquiry Request Number + Distribution List + Beginning Kanban Serial Number + Exhibit Distribution List + Special Instructions Number + Ending Kanban Serial Number + Foreclosing Status + Type of Law Suit + Type of Outstanding Judgment + Tax Lien Jurisdiction + Delivery Reference + Contract Reference + Rental Account Number + Census Automated Files ID + Customs Drawback Entry Number + Health Certificate Number + Procuring Agency + Response to a Request for Quotation Reference + Solicitation + Request for Quotation Reference + Office Symbol + Distribution Statement Code + Certification + Representation + Site Specific Procedures, Terms, and Conditions + Master Solicitation Procedures, Terms, and Conditions + Collision Industry Electronic Commerce Association (CIECA) + Letters or Notes + Location on Product Code + Labor Operation Number + Proposal Paragraph Number + Subexhibit Line Item Number + Subcontract Line Item Number + Customer's Release Number + Consignee's Release Number + Customer's Part Number + Shipping Label Serial Number + Lockbox + Lease Number + Loan Number + Lender Entity Number + Assembly Line Feed Location + Lease Schedule Number + Longitude Expressed in Seconds + Line Item Identifier (Seller's) + Local Jurisdiction + Longitude expressed in Degrees, Minutes and Seconds + Latitude Expressed in Seconds + Product Period for which Labor Costs are Firm + Non Pickup Limited Tariff Number + Load Planning Number + For Pickup Limited Freight Tariff Number + Latitude Expressed in Degrees, Minutes and Seconds + Local Student Identification Number + Bar-Coded Serial Number + Lot Number + Location Number + License Plate Number + Location Within Equipment + Qualified Products List + Destination of Shipment Harmonized-Based Code + Lender Account Number + Mexican Pedimento Number + Material Storage Location + Major Force Program + Crop Year + Lease Agreement Amendment Number - Master + Military Ordnance Security Risk Number + Medical Assistance Category + Limited Partnership Identification Number + Tax Shelter Number + Ship Notice/Manifest Number + Master Bill of Lading + Microfilm Number + Magazine Code + Message Address or ID + Manufacturers Part Number + Meter Number + Manufacturing Order Number + Mill Order Number + Model Number + Manifest Key Number + Military Rank/Civilian Pay Grade Number + Master Lease Agreement Number + MICR Number + Manufacturing Operation Number + Multiple P.O.s of an Invoice + Meter Proving Report Number + Merchandise Type Code + Manufacturer's Material Safety Data Sheet Number + Meter Ticket Number + Military Specification (MILSPEC) Number + Migrant Number + Military Call Number + Material Change Notice Number + Model year number + Maintenance Request Number + Nomination Number + Local School Course Number + Local School District Course Number + Statewide Course Number + United States Department of Education, National Center for Education Statistics (NCES) Course Number + Provider Plan Network Identification Number + Plan Network Identification Number + Facility Network Identification Number + Secondary Health Insurance Identification Number + Data Authentication Number + North American Hazardous Classification Number + Letter of Credit Number + Secondary Coverage Company Number + Letter of Credit Draft Number + Lease Rider Number + National Association of Insurance Commissioners (NAIC) Code + Natural Gas Policy Act Category Code + Rate Card Number + Military Standard (MIL-STD) Number + Technical Document Number + Prior Case + Technical Order Number + Discounter Registration Number + Nonconformance Report Number + No OT5 Authority-zero Mileage Rate + Partial Payment Number + Medicaid Recipient Identification Number + Progress Payment Number + National Stock Number + Administrator's Reference Number + Pending Case + Associated Policy Number + Related Nonconformance Number + Agent Claim Number + Critical Application + Outer Continental Shelf Area Code + Outer Continental Shelf Block Number + OT5 Authority-Condition or Restriction on Car Hire Rate + On-line Procurement and Accounting Control (OPAC) Transaction + Original Filing + Continuation Filing + Outlet Number + Ocean Bill of Lading + Ocean Container Number + Original Return Request Reference Number + Open and Prepaid Station List Number + Operator Identification Number + Termination Filing + Origin House + Original Invoice Number + Amendment Filing + Offer Group + Original Shipper's Bill of Lading Number + Ocean Manifest + Dealer Order Number + Original Purchase Order + Order Number + Order/Paragraph Number + Outbound-from Party + Sales Allowance Number + Tariff Supplement Number + Tariff Suffix Number + Service Order Number + Statement Number + Product Number + Previous Contract Number + Previous Drug Enforcement Administration Number + Previous customer reference number + Project Code + Position Code + Pipeline Number + Product Line Number + Pickup Reference Number + Page Number + Price Area Number + Payer's Financial Institution Account Number for Check, Draft, or Wire Payments; Originating Company Account Number for ACH Transfers + Production Code + Promotion/Deal Number + Plant Number + Prime Contractor Contract Number + Product Group + Priority Rating + Price List Change or Issue Number + Packer Number + Packing List Number + Price List Number + Part Number + Permit Number + Purchase Order Number + Purchase Order Revision Number + Payee Identification + Price Quote Number + Purchase Order Number Suffix + Purchase Option Agreement + Previous Bill of Lading Number + Product change information number + Prior purchase order number + Previous Invoice Number + Payee's Financial Institution Account Number for Check, Draft or Wire Payments; Receiving Company Account Number for ACH Transfer + Product Change Notice Number + Quote Number + Starting Package Number + Ending Package Number + Prior Identifier Number + Property Control Number + Recall Number + Receiver Claim Number + Registration Number + Repair Order Number + Press Identifier + Press Form Identifier + Product Specification Document Number + Replacement Drug Enforcement Administration Number + Replacement Customer Reference Number + Quality Disposition Area Identifier + Replacement Assembly Model Number + Replacement Assembly Serial Number + Quality Inspection Area Identifier + Return Material Authorization Number + Sales Program Number + Service Authorization Number + Quality Review Material Crib Identifier + Stop Sequence Number + Service Estimate Number + Substitute Part Number + Unit Number + Quality Report Number + Warranty Coverage Code + Warranty Registration Number + Change Verification Procedure Code + Major System Affected Code + New Part Number + Old Part Number + Service Performed Code + Reference Drawing Number + Regiristo Federal de Contribuyentes (Mexican Federal Tax ID Number) + Current Revision Number + Canceled Revision Number + Correction Number + Tariff Section Number + Tariff Page Number + Tariff Rule Number + Accounts Receivable Open Item + Rental Agreement Number + Rejection Number + Repetitive Cargo Shipment Number + Rate code number + Rail Routing Code + Reel Number + Release Number + Export Reference Number + Route Order Number-Domestic + Route Order Number-Export + Release invoice number for prior bill and hold + Route Order Number-Emergency + Rack Type Number + Reserve Assembly Line Feed Location + Raw material supplier Dun & Bradstreet number + Run Number + Repetitive Booking Number + Repetitive Pattern Code + Purchase Requisition Number + Payer's Financial Institution Transit Routing Number for Check, Draft or Wire Payments. Originating Depository Financial Institution Routing Number for ACH Transfers + Returnable Container Serial Number + Payee's Financial Institution Transit Routing Number for Check, Draft or Wire Payments. Receiving Depository Financial Institution Transit Routing Number for ACH Transfers + Route Number + Receiving Number + Repetitive Waybill Code (Origin Carrier, Standard Point Location Code, Repetitive Waybill Code Number) + Resubmit number + Rebate Number + Returned Goods Authorization Number + Special Approval + Engineering Specification Number + Data Source + Specification Number + Shippers Bond Number + Routing Instruction Number + Stock Number + Stack Train Identification + Seal Off Number + Seal On Number + Salesperson + Sales Region Number + Shipper Car Order Number + Subday Number + Serial Number + Ship From + Savings + Sender Defined Clause + Shipper's Identifying Number for Shipment (SID) + Set Number + Service Change Number + Sales/Territory Code + Sales Office Number + Seal Number + Shipper's Order (Invoice Number) + Scan Line + Container Sequence Number + Sales Responsibility + Split Shipment Number + Store Number + Special Processing Code + Service Charge Number + Seller's Sale Number + Service Interrupt Tracking Number + Social Security Number + Specification Revision + Dealer Type Identification + Tax Exchange Code + Tax Form Code + Tax Schedule Code + Signal Code + Trailer Use Agreements + Tax Filing + Affected Subsystem Code + Description of Change Code + Documentation Affected Number + Telecommunication Circuit Supplemental ID + Trucker's Bill of Lading + Vendor Terms + Reason for Change + Federal Maritime Commission (FMC) Tariff Number + Transfer Number + Transportation Control Number (TCN) + Transportation Account Code (TAC) + TIR Number + Federal Taxpayer's Identification Number + Tank Number + Tax License Exemption + Travel Manifest (ACI or OTR) + Transaction Reference Number + Terminal Operator Number + Test Specification Number + Tracer Action Request Number + Government Transportation Request + Tariff Number + Terminal Code + Trial Location Code + Line of Business + Tax Worksheet + Tax Exempt Number + Policy Type + Total Cycle Number + Consolidator's Receipt Number + Regional Account Number + Term + Unique Supplier Identification Number (USIN) + Unpaid Installment Reference Number + Successor Account + Predecessor Account + Mortgage Backed Security (MBS) Loan Number + Mortgage Backed Security (MBS) Pool Number + Mortgage Number + Unacceptable Source Purchaser ID + Mortgage Insurance Indicator Number + Unacceptable Source DUNS Number + Secondary Coverage Certificate Number + Mortgage Insurance Company Number + U.S. Government Transportation Control Number + Removal Number + Previous Course Number + Current or Latest Course Number + Equivalent Course Number at Requesting Institution + Cross-listed Course Number + Quarter Quarter Section Number + United Nations Hazardous Classification Number + Quarter Quarter Spot Number + Upstream Shipper Contract Number + Section Number + Unit Relief Number + Unacceptable Source Supplier ID + Unit Train + Township Number + Range Number + State Senate District + State Assembly District + Federal National Mortgage Association (Fannie Mae) Loan Number + State Legislative District + Version + Volume Purchase Agreement Number + Visa Type + Voyage Number + State Department I-20 Form Number + State Department IAP-66 Form Number + North American Free Trade Agreement (NAFTA) Compliance Number + Judicial District + Institution Number + Subservicer + Vessel Agent Number + Department of Veterans Affairs Acquisition Regulations (VAAR) + Vendor Contract Number + Volume Number + Vendor Abbreviation Code + Vendor Change Identification Code + Vendor Change Procedure Code + County Legislative District + Pool Number + Investor Note Holder Identification + Institution Note Holder Identification + Third Party Note Holder Identification + Ward + Vendor Order Number + Institution Loan Number + Vendor Product Number + Related Contract Line Item Number + Vendor ID Number + Vendor Order Number Suffix + Motor Vehicle ID Number + Preparer's Verification Number + Voucher + Standard + Value-Added Tax Registration Number (Europe) + Link Sequence Number + Sponsor's Reference Number + Disposal Turn-In Document Number + Weapon System Number + Manufacturing Directive Number + Procurement Request Number + Inspector Identification Number + Federal Supply Schedule Number + Commercial and Government Entity (CAGE) Code + Suffix + Special Packaging Instruction Number + Labor or Affiliation Identification + American Petroleum Institute (API) Well + Contract Option Number + Review Period Number + Well Classification Code + Locally Assigned Control Number + Vendor's Previous Job Number + Master Reference (Link) Number + Waiver + Pre-Award Survey + Type of Science Code + Federal Supply Classification Code + Weight Agreement Number + Well Number + Work Order Number + Warehouse Pick Ticket Number + Interim Funding Organization Loan Number + Warehouse Receipt Number + Warehouse storage location number + Broker's Reference Number + Vessel + Dealer Identification + Depository Trust Company Identification + Distributor's Account Identification + Waybill Number + Distributor's Representative Identification + Debtor's Account + Provider Claim Number + Specification Class Number + Defect Code Number + Clinical Laboratory Improvement Amendment Number + State Industrial Accident Provider Number + Original Voucher Number + Batch Sequence Number + Secondary Suffix Code Indicator + Internal Control Number + Substitute National Stock Number + Substitute Manufacturer's Part Number + Cargo Control Number + Subsistence Identification Number + Transportation Priority Number + Government Bill of Lading Office Code + Airline Ticket Number + Contract Auditor ID Number + Federal Home Loan Mortgage Corporation Loan Number + Federal Home Loan Mortgage Corporation Default/Foreclosure Specialist Number + Mortgagee Loan Number + Insured's Loan Number + Issuer Number + Title XIX Identifier Number + Sample Number + Previous Cargo Control Number + Pier Number + Railroad Commission Record Number + Gas Analysis Source Meter Number + Toxicology ID + Universal Transverse Mercator - North + Universal Transverse Mercator - East + Universal Transverse Mercator - Zone + Rating Period + Other Unlisted Type of Reference Number + Pharmacy Prescription Number + Debtor + Claim Administrator Claim Number + Third-Party Administrator Claim Number + Contract Holder Claim Number + Agency Claim Number + Delivery Trailer Manifest + Sort and Segregate + User ID + Current Certificate Number + Prior Certificate Number + Revision Number + Tract + Buyer Identification + Railroad Commission Oil Number + Lessee Identification + Operator Assigned Unit Number + Refiner Identification + Revenue Source + Rent Payor Identification + Allowance Recipient Identification + Resource Screening Reference + Receiver ID Qualifier + Formation + Selling Arrangement + Minimum Royalty Payor Identification + Operator Lease Number + Yard Position + Reporter Identification + Participating Area + Engineering Change Proposal + Geographic Score + Geographic Key + Geographic Index + Safety of Ship Certificate + Safety of Radio Certificate + Safety Equipment Certificate + Civil Liabilities of Oil Certificate + Load Line Certificate + Derat Certificate + Maritime Declaration of Health + Federal Housing Administration Case Number + Veterans Affairs Case Number + Supplier + Ultimate Consignee + Connecting Carrier + Family Member Identification + Coal Authority Number + Residue Indicator Code + Sales Representative Order Number + Carrier Assigned Reference Number + Reference Version Number + Universal Railroad Revenue Waybill Identified Number (URRWIN) + Duplicate Waybill in Route + Duplicate Waybill Not in Route + Manufacturer Number + Agency Case Number + Makegood Commercial Line Number + Spouse Tie + Non-Spouse Tie + Supplier (Replacement) + Software Application Number + Milling in Transit + Field + Block + Area + County Code + Referenced Pattern Identification + Mutually Defined + Catalog of Federal Domestic Assistance + Union Agreement + Military Standard Requisitioning and Issue Procedures (MILSTRIP) Document Number + Federal Standard Requisitioning and Issue Procedures (FEDSTRIP) Document Number + Federal Supply Schedule Special (FSS) Item Number + Payment Related Clause + Special Price Authorization Number + Distributor's Split Agent Number + Fund Manager's Reference Number + Agency Hierarchical Level + Officer License Number + Previous Distributor Number + Interviewer ID + Military ID + Option Policy Number + Payroll Account Number + Prior Contract Number + Worksite Number + Agent Number + Treaty Identifier + Associated Case Control Number + Carrier Assigned Code + Dealer Number + Directory Number + Distributor Assigned Transaction Number + Distributor Assigned Order Number + Distributor's Account Number + General Agency Number + Laboratory Number + Agency Assigned Number + List Bill Number + Accounting Period Reference + Paramedical ID Number + Payroll Number + Personal ID Number + Policy Link Number + Secondary Policy Number + Special Quote Number + National Property Registry System Level 1 + National Property Registry System Level 2 + Investor Assigned Identification Number + Motor Fuel Certificate Number + Ginnie Mae (Government National Mortgage Association) Pool Package Number + Mortgage Electronic Registration System Organization Identifier + Seller Loan Number + Sub-Servicer Loan Number + National Property Registry System Level 3 + State Hazardous Waste Entity Identifier + Bankruptcy Procedure Number + National Business Identification Number + Prior Data Universal Number System (D-U-N-S) Number, Dun & Bradstreet + Vessel Name + Security Instrument Number + Assignment Recording Number + Book Number + Business Tax Number + North American Industrial Classification System Code-2 + Centers for Medicare and Medicaid Services PlanID + Employment Visa + Growth Factor Reference + Region + Status + Class Code + Service Request Number + Supplement Number + Previous Ticket Number + One Call Agency Ticket Number + Ticket Number + Bill of Material Revision Number + Drawing Revision Number + Application Transaction Reference Number + Related Object Identification Number + Common Access Reference Number + First Transfer Number + Continuous Transfer Number + Last Transfer Number + Automated Clearinghouse (ACH) Return/Notification of Change (NOC) Code + Society of Property Information Compilers and Analysts + Accounting Code + Permanent Resident Card C2 + Agency Assigned Employee ID + Passport + Unemployment Insurance Number + North American Industrial Classification System Code-1 + Occupation Code + Agency for International Development Acquisition Regulation (AIDAR) + Master Property Number + Project Property Number + Unit Property Number + Associated Property Number + Associated Number For Limited Common Element Parking + Associated Number For Unit Parking + Associated Number For Joined Unit not re-subdivided + Processor Identification Number + Occupation Classification Code + Employee Tax Filing Status Code + Insured Location Identifier + Air Dimension Code + Self Insurance Identification Number + Self Insurer Organization Type + Self Insurer Authorization Type Code + County Business Registration Number + Postal Template Identifier + Reduced Earning Week Identifier + Full Denial Reason Identifier + Federal Energy Regulatory Commission Certificate of Public Convenience + Suspension Identifier + Managed Care Organization Code + Managed Care Organization Identification Number + Public Utilities Commission Certificate of Public Convenience + Retail Merchant's Certification Number + Numero de Cedula de Identidad (CIN) Number + Company's Registry Office (CRO) Number + Government Registration Number + Judicial Number + Numero de Identificacion Tributaria (NIT) + U.S. Passport Card + Patron Number + Registro Informacion Fiscal (RIF) + Registro Unico de Contribuyente (RUC) + Superintendencia de Inversiones Extranjeras (SIEX) Number + Tokyo Shoko Research Business Identifier + Registro Nacional de Contribuyente (RNC) + Distribution Center Number + Institute of Security and Future Market Development (ISFMD) Serial Number + Public Deed Number + Stock Exchange Code + Secretary of State Assigned Identification Number + Department Where Injury Occurred Identification + Bureau of Labor and Statistics Schedule Identifier + State Charter Number + Employee/Non-Employee Classification Qualifier + Full Time/Part Time Employee Classification Qualifier + NEXUS Card + Premium Audit Priority Identifier + Premium Audit Purpose Identifier + Premium Audit Type Identifier + Split Premium Audit Change Identifier + Subline of Insurance + Verification Source Code + Underwriting Alert Reference Code + Commercial/Private Passenger Vehicle Qualifier + Vehicle Business Use Qualifier + Vehicle Size Class Qualifier + Vehicle Radius of Operation Qualifier + Trailer Type Qualifier + State Sales Tax Identification Number + Card Issuer Transaction Code + Card Billing Type Code + Client Company Code + Merchant Category Code (MCC) + Card Account Type Code + Card Account Status Code + Card Account Reporting Level + Card Account Reporting Identifier + American Osteopathic Association (AOA) Certification Number + Fee Schedule Identifier + United States Standard Metropolitan Statistical Area (MSA) Code + State Controlled Substance License Number + Point of Origination + Point of Destination + Assessment Number + Certificate Number + State or Province Assigned Business Registry Number + Municipality Assigned Business Registry Number + Clave Unica de Identificacion Tributaria (CUIT) + Registro Unico Tributario (RUT) + Lender Use + Guarantor Use + School Use + Reservation System Code + Order Origination Code + Folio Number + Corporate Identification Code + Cadastro Geral do Contribuinte (CGC) + Conjunction Travel Ticket + List Tracking Identifier + U.S. Alien Registration Card A1 + Permanent Resident Card (1998-2003) C1 + Visa Non-Immigrant + Air Handling Code + Automated Commercial Environment (ACE) ID + Active Ingredient Group Number + Assemblage Identification Number + Agency Location Code + Title Company Code Book Reference + Title Document Schedule + Recording Number + Title Policy Number + All Code Values Supported Identifier + U.S. Alien Registration Card A2 + Alternative List ID + Alteration Number + Secure Electronic Network for Travelers Rapid Inspection (SENTRI) Card + U.S. Merchant Mariner Document + Native American Indian/INAC (Indian and Northern Affairs Canada) + U.S. Customs and Border Protection (CBP) Assigned Importer Identifier + Anatomical Therapeutic Chemical (ATC) Classification Code + Ambulatory Payment Classification + American Petroleum Institute (API) Deduction Code + Automated Broker Interface (ABI) Routing Number + Atomic Safety and Licensing Board Panel (ASLBP) Number + Animal Species + Animal Strain + Maintenance Availability Type + American Hospital Formulary System (AHFS) Classification Code + Franchise Tax Account Number + Certificate of Incorporation Number + Beam Assembly Code + State Tax Identification Number + Charter Number + Receipt Number + Withdrawal Account Number + Deposit Account Number + Business Identification Number + United States Postal Service (USPS) PLANET (PostaL AlphaNumEric coding Technique) Code + Address Correction Service (ACS) Participation Code + Basic Contract Line Item Number + Birth Certificate Number + Laser Visa Border Crossing Card + Badge Number + Build Directive Number + Downstream Service Provider’s Activity Code + Broker Entry Number + Upstream Service Provider’s Activity Code + U.S. Customs and Border Protection (CBP) Bond Activity Reference + U.S. Customs and Border Protection (CBP) Bond Identifier + Canada Border Service Agency (CBSA) Participant Number + Bank Telegraphic Number + Billing Type + Begin Mile Marker + Binary Object Identifier + Accident History Identifier + Chemical Identifier + Discharge Point Identification + Emission Unit Identification Number + Facility Federal Identification Number + Latitude Expressed in Decimal Degrees + Longitude Expressed in Decimal Degrees + Office of Regulatory Information Systems (ORIS) Code + Process Identifier + Stack Identification Number + Facility State Identification Number + U.S. Environmental Protection Agency (EPA) Hazardous Waste Code + U.S. Environmental Protection Agency (EPA) Identification Number + Category Identifier + Census Block Group + Citizenship Document Number + Contracting District Type Code + Canada Border Services Agency (CBSA) Export Declaration Number + Census Exemption Number + Canada Border Services Agency (CBSA) Exemption Reference ID + Canada Border Services Agency (CBSA) Export Summary Reporting ID + Canadian Food Inspection Agency (CFIA) Product Code + Federal Regulation + Chromatograph Identifier + Campus Identification Number + U.S. Customs and Border Protection (CBP) Assigned Consignee Identifier + Circuit Number + Citation + Coverage List ID + Continuous Move Number + Customer Maintenance Period Sequence Number + Component + Assembly Control Number + Commitment Number + Canadian National Student Number + Conveyance ID + Collocation Indicator + Certificate of Naturalization ID + Certificate of Transportation + Canadian Province Operating Authority Number + Discrepant Container Packaging Number + Required Container Packaging Number + Current Procedural Terminology Code + Casualty Report Number + Casualty Report Serial Number + CS54 Key Train Indicator Code + CS54 Key Train Indicator Group Name + Census Schedule K Code + Census State Code + Census Tract Suffix + U.S. Customs and Border Protection (CBP) Bill of Lading Number + Code Value Identifier + Commercial Vehicle Safety Assurance Number + Periodicity Code + Cycle Indicator + District Assigned ID + Delivery Appointment Number + Data Element Identifier + Department of Health and Human Services Acquisition Regulation (HHSAR) + Discount Identifier + Drug Identification Number + District Number + Deposit Number + D-U-N-S+4, D-U-N-S Number with Four Character Suffix + Department of Agriculture Acquisition Regulation (AGAR) + Department of Commerce Acquisition Regulation (CAR) + Department of Energy Acquisition Regulation (DEAR) + Department of Interior Acquisition Regulation (DIAR) + Department of Justice Acquisition Regulation (JAR) + Department of Labor Acquisition Regulation (DOLAR) + Density Order Number + Department of State Acquisition Regulation (DOSAR) + Department of Transportation Acquisition Regulation (TAR) + Drainhole Number + Departure from Specification Class Code + Departure from Specification Number + Departure from Specification Type Code + Department of the Treasury Acquisition/Procurement Regulation (TAPR) + D-U-N-S Number Dun & Bradstreet + Course Section Number + Non-Teaching Credential Field Codes + Classification of Instructional Programs (CIP) Codes + Fund Identifier + Ballot Identifier + Legislative Identification Number + Lobbied Activity Identifier + Petition Number + Related Form Number + Carrier's Bond Number Covering Instruments of International Traffic (IIT) + Export Control Classification Number (ECCN) + Department of Education Acquisition Regulation (EDAR) + Department of Defense Enterprise Identifier + Importer's Bond Number Covering Instruments of International Traffic (IIT) + End Mile Marker + Endorsement Number + Environmental Protection Agency Acquisition Regulation (EPAAR) + Environmental Protection Agency Transporter Identification Number + Employer Payroll Code Lists + Tag Serial Number + Estimate Sequence Number + Event Identification + Exposure State Code + Fannie Mae Seller Servicer Number + Food Canning Establishment (FCE) Number + Assigned Contract Number + Food and Drug Administration (FDA) Registration Number + Foreign Entry Number + Federal Firearms License + Federal Housing Administration Computerized Homes Underwriting Management System (CHUMS) Identification Number + Federal Housing Administration Originator Identification + Federal Item Identification Guide + Flood Zone + Educational Commission for Foreign Medical Graduates (ECFMG) Certification Number + Facility Measurement Point Number + Finder Number + U.S. Customs and Border Protection (CBP) Facility Information Resource Management System (FIRMS) CODE + Freddie Mac Seller Servicer Number + Fund Source Code + Assigned Sequence Number + Premarket Notification Number + File Transfer Protocol (FTP) Locator + Foreign Trade Zone (FTZ) Admission Number + Final Work Candidate Number + Global Document Type Identifier + Group Work Candidate Sequence Number + HCIdea Number + Type of Household Goods Code + Home Mortgage Disclosure Act Block Number Area + House Waybill + Master Waybill + Preferred Gateway Identifier + Shipment Valuation + Centers for Medicare and Medicaid Services National Provider Identifier + Department of Housing and Urban Development Acquisition Regulation (HUDAR) + ICD-10-CM (International Classification of Diseases, 10th Revision, Clinical Modification) + ICD-11-CM (International Classification of Diseases, 11th Revision, Clinical Modification) + Department of Defense Issuing Agency Code + ICD-9-CM (International Classification of Diseases, 9th Revision, Clinical Modification) + Initial Failure Claim + International Fuel Tax Agreement Account Number + Ingredient Reference + Image Identifier + Integrated Master Plan (IMP) + Integrated Master Schedule (IMS) + Drug Ingredient Reference + Investigatorial New Drug Number + Importer's Reference Number to Letter of Credit + International Registration Plan Account Number + International Standard Industrial Classification (ISIC) Dominion of Canada Code (DCC) + International Registration Plan Sticker Number + Inspection and Survey Sequence Number + Initial Trouble Indication + Census Internal Transaction Number (ITN) + Joint Credit Specification Number + Associated Contract Identifier + Confirmation Service Contract Identifier + Confirmation Intraday Identifier + Releaser Contract Identifier + Replacement Shipper Contract Identifier + Service Requester Contract Identifier + Lottery Authority Activation Number + Lane Number + Loading Group + Locomotive Engineer License + Location Exception Order Number + Health Industry Business Communications Council (HIBCC) Labeler Identification Code (LIC) + Local Media Identifier + Logical Observation Identifier Names and Codes (LOINC) + Port of Load Location Number + Loss Conditions + Loan Prospector Key Number + Logistics Support Documentation Type Code + Levying Officer Identification + Mortgage Backed Security (MBS) Policy Number + Mailbox + Carrier's Bond Number Covering Merchandise Shipment and Instruments of International Traffic (IIT) + Motor Carrier Identification Number + MORNETPlus Case Number + Medical Device Class + Medical Device License Number + Hazardous Waste Manifest Document Number + Importer's Bond Number Covering Merchandise Shipment and Instruments of International Traffic (IIT) + MORNETPlus Institution Number + Marketing Plan Identification Number + Eligibility Category + Mother's Medical Record Identification Number + Mail Slot + MORNETPlus User Identification + Multiple Zone Order Number + National Aeronautics and Space Administration FAR Supplement (NFS) + Abbreviated New Drug Application Number + New Drug Application Number + National Flood Insurance Program Community Name + National Flood Insurance Program County + National Flood Insurance Program Map Number + National Flood Insurance Program Community Number + National Flood Insurance Program State + National Item Identification Number + Nomination Model Type + Natural Product Number + Non-originating Third Party Number + Organic Certification Number + Offer Identifier + Object Identifier + Out of Service Number + National Center for Education Statistics Office of Postsecondary Education (OPE) Code + National Center for Education Statistics Integrated Postsecondary Education Data System (IPEDS) Athletic Conference Code + Original Part Number + Overflow Indicator Code + Patent Cooperation Treaty Application Number + Nonprovisional Patent Application Number + Provisional Patent Application Number + Pool Contract Code + State of Jurisdiction + Protocol Number + ICD-10-PCS (International Classification of Diseases, 10th Revision, Procedure Coding System) + ICD-11-PCS (International Classification of Diseases, 11th Revision, Procedure Coding System) + Census Post Departure Filing Number + Partial Denial Indicator + Previous Driver's License + Partial Denial Reason Identifier + Packing Group Code + Downstream Package Identifier + Plug Number + Proposed Group Work Candidate Sequence Number + Process Handling Code + Physician State License Number + Program Identification Number + Platform Identification Number + Previous Report Number + Package Identifier + Upstream Package Identifier + Product Licensing Agreement Number + Department of Defense Provisioning Line Item Sequence Number + Proposed Contract Number + Packaging Marking Indicator + Premarket Application Number + Patent Number + Port of Destination Location Number + Policy Number + Position Title Number + Certificate of Purchase Number + Tax Bill Identification Number + Current Year Tax Bill Number + Past Year Tax Bill Number + Payment Plan Number + Path Rank + Previously Reported Social Security Number + Product Type + Portal Submission Code + Previous Shipment Identification Number - Continuous Move + Next Shipment Identification Number - Continuous Move + Credit Card + Proposed Sequence Number + Patent Type + Pickup Appointment Number + Payment Validation Code + Provisioning Control Code + Preliminary Work Candidate Number + Proposed Work Candidate Sequence Number + Health Care Provider Taxonomy Code + Payroll Activity Code + Pay Range + Restricted Availability Authorization + Restricted Availability Number + Related Case + DHS (Department of Homeland Security) Re-entry Permit + Regulatory Guideline Identifier + Rig Number + Role Identification Number + Relative Priority + Regulation Primary Number + Report Number + Railroad Board (RRB) Number + Routing Request Control Number + Reconciliation Report Section Identification Code + Reservation Number + Regulation Secondary Number + DHS (Department of Homeland Security) Travel Document + Reporting Week + Salary Step + Standard Inter-Service Agency Serial Control Number + Shared Benefit Class Number + Surety Bond Number + Standard Carrier Alpha Code (SCAC) + Scale Number + School District Type Code + Search Key + Session + U.S. Customs and Border Protection (CBP) Importer Security Filing (ISF) BOND + U.S. Customs and Border Protection (CBP) Security Filing Transaction Number + Shelf Life Indicator + Salvage Instruction Identifier + Settlement Method Code + State of Massachusetts Town Code + SNOMED, Systematized Nomenclature of Medicine + U.S. Customs & Border Protection (CBP) Second Notify Party + State Non-Resident Violator Compact + Standard Point Location Code (SPLC) + Theater Screen Number + Parent Contract + School System Type Code + Standard Transportation Commodity Code (STCC) Bridge Number + Standard Transportation Commodity Code (STCC) Replacement Code + Serviceability Standard Testing Reference + Title Reference + Supervisory Union Code + Spacing Unit Order Number + Superceded Contract + Related Contract + Technical Documentation Type + Time Failure + Technical Information Package + Type of Comment + Approved Third-Party Certifier + Transponder Number + Transfer Carrier + Template Sequence Number + VICS Bill of Lading Number (17 Digits) + VICS Master Bill of Lading Number (17 Digits) + Unit Identification Code (UIC) + Department of Defense Unique Item Identifier + United Nations Location Code (UNLOCODE) Number + Uniform Resource Identifier + Uniform Resource Locator + Unit Report Period + Unit Report Period ID + United States Department of Agriculture (USDA) Establishment Number + Department of Defense Unique Item Identifier Type Reference Identifier + Veterans Administration Originator Identification + Vehicle Garaged State Code + Work Candidate Sequence Number + Withdrawal Record + Planning Schedule Type Code + Status Report Code + Inventory Transaction Type Code + Report Type Code + Special Program Code + Service Area Code + Function Code + Object Code + Organization Code + Subject Area Code + Schedule Type Code + Alternating Schedule Identifier Code + Zone, Track, Spot Number (ZTS) + + + Northeast + Northwest + Southeast + Southwest + East + North Northwest + South Southeast + South Southwest + North Northeast + East Northeast + East Southeast + West Northwest + West Southwest + North + South + West + + + Consumer Return to Vendor + Dispose + Keep with an Allowance + Keep and Repair + Manufacturer Warranty Service + Partially Authorized + Return with Authorization Number + Request Denied + Return for Factory Repair + Return without Authorization Number + Return Authorization Pending + Ship to Third Party + Ship to Third Party for Charitable Contribution + Ship to Third Party for Disposal + + + Beyond Code Date + Customer Ordering Error + Color Variance + Damaged Product + Discontinued Product + Defective Merchandise or Store Inspection + Defective Packaging + Defective Merchandise or Returned by Consumer + Damaged In Transit + Excess Inventory + End of Season + Excessive Wear + Label Problem + Mark Downs + Not as Expected + Outdated Packaging + Price Error + Poor Fit + Product Recall + Product Spoiled + Poor Workmanship + Recall + Short-Dated Product + Samples + Shipped past Cancel Date + Stock Reduction Agreement + Style Problem + Termination + Wrong Goods or Not Ordered + + + Excessive Wear and Tear + Freight or Retailer Damage + Item not Defective + Item as Ordered + More Information Requested + No Record of Original Sale + Out of Season or Discontinued Line Item + Pricing or Cost Difference + Picture Requested + Quantity Difference + Repair or Refurbish + Return Time Limit Exceeded or Beyond Warranty Period + Sample Requested + Unidentifiable Item + + + Active + Death Not Processed + Disabled + New + Reinstated + Suspended + Active Non-Vested + Active Vested + Contract Discontinuance + Termination - Death + Deferral - Not Vested + Delete or Pending Purge + Distribution Restricted + Deferral - Vested + Eligible, Not Participating + Golden Age + Keep Participant + Plan Discontinuance + Potentially Forfeitable + Retired + Suspended From Contributing For 1 Year + Suspended From Contributing For 2 Years + Termination - Disability + Terminated Non-Vested + Termination - Retirement + Termination - Severance + Terminated Vested + Unit Sale + + + Closed + Complete + Not Started + Revised + Started + Unopened + + + Absolute Minimum Charge + Access Charge - Federal + Access Charge - State + Access Charges + Account Number Correction Charge + Acid (Battery) + Acknowledgment of Delivery Fee (AOD) + Activation of Carnet + Ad Valorem + Add on - Destination + Add on - Origin + Add to Make Market Value + Additional Copies of Freight Bill + Additional Commercial Invoices + Additional Tariff Classifications + Additional Material + Address Correction + Adjustment for Maximum Charges Billing + Adjustment for Minimum Average Time Requirement Billing + Adjustments + Administrative + Advance Charges Handling + Advance Destination Amount + Advance Destination Fee + Advance Fee + Advance Lading Charge + Advance Origin Amount + Advance Origin Fee + Advances + Advertising Allowance + Affidavit + Agent Disbursement - Destination + Agent Disbursement - Origin + Air Export Certificate + Air Express Charge + Air Transportation Charge + Aircraft On Ground (AOG) + Airline Opening Fee + Airport Terminal Handling Charge + Alcoholic Beverage Report Charge + Allegheny County, PA Delivery Charge + Allowance Advance + Allowance for Consignment Merchandise + Allowance Non-performance + "Alterations" + Amending Export Documentation + Anneal/Heat (Steel or Glass Treatment) + Anodizing Charge + Anti-dumping Duty + Appointment (Notification) + Arbitrary (In Addition to Through Rates and Charges) + Art Work + Assembly + Assist Amount + Attachments to Bill of Lading Charge + Bad Debt + Banking Drafts + Base Charge + Basic Reorder Allowance + Beaming Charge + Bedding/Feeding/Disinfecting + Beef Fee + Beyond Charge + Beyond Freight Charges + Bill and Hold + Bill of Lading Attendancy + Bill of Lading Charge + Billed Demand + Black Lung Tax + Blocking and Bracing Charge + Blower Charge + Bobtail Charges + Bond Amount + Bond Charge + Bordeaux Arbitraries + Both-Flat + Break Bulk Surface Charge + Breakbulk Services + Bridge Toll + Broken Lot + Broken Package Charge + Brokerage + Brokerage or Duty + Bunker Surcharge + Burning + Buyer Hand Carry + Buyers Car Allowance + Cable Pressurization + Cables (sending of) + Call Tag + Camp Arbitrary + Canada Great Lakes Additionals + Canadian C.Q.Customs Clearance + Canadian Currency Exchange + Canadian Import Termination Fee + Canadian Reconsignment Fee + Canadian Remanifest Fee + Cancellation Charge + Cancelled Order, Heavy Duty Flatcar + Capping + Car Loading + Car Rental + Carrier Credit Allowance + Carrier Debit Allowance + Carrier Notification Charge + Carrier + Cartage Charge + Cartage + Cataloging Services + Payroll Additives, Overtime Labor + Payroll Additives, Straight Time Labor + Fee + Port Changes + Central Buy + Cents Off + Bop Sheet + Certificate of Conformance + Certificate of Origin + Certificate of Registration + Certification + Chain and Binders + Chamber of Commerce Service Charge + Change of Airbill - Service Fee + Charges Forward/Advance Charge + Charter Services + Chassis Transfer + Chemical Milling Charge + Chicago Loop Charge + Cigarette Stamping + City Delivery + City maintenance fee + City Pickup + City Terminal Charge + Cleaning Charge + Closing & Sealing + Co-manufacturing Discount + Co-op Credit + Coating (Dip, Rustproof, EDP) + COD Amount + COD Charges + Collect on Delivery Alteration Charge + Collect on Delivery Deletion Charge + Collect Surcharge + Combination Performance and Non-performance + Combination + Combine All Same Day Shipment + Commission Amount + Competitive Allowance + Competitive Car Allowance + Competitive Price + Compressor Charge + Concession Credit + Concession Money + Congestion Surcharge + Connect Charge + Conservation research fee + Consignee Unload + Consolidation + Constant Surveillance Service - Armed + Constant Surveillance Service + Consular Legalization Service + Consularization Fee + Consulting Service + Consumer Service Provider Charge + Container Allowance + Container Deposits + Container Destuffing + Container Discount + Container Leasing + Container Service Charge UK/EUR + Container Service Charge USA/Canada + Container Stuffing + Container/Trailer Allowance + Continuous Mileage + Contract Allowance + Contract Escalation + Contract Service Charge + Controlled Atmosphere + Converting + Cooperative Advertising/Merchandising Allowance (Performance) + Copy of Bill of Lading Charge + Copy of Delivery Receipt Charge + Copying + Core Charge + Cost Recovery Factor + Cost recovery/adjustment + Cotton Fee + Count and Recount + Coupon Reimbursement + Countervailing Duty + Crafting + Crating + Credit + Credit Card Processing Fee + Credit Card Processing Fee - Automated Dial-up Line + Credit Card Processing Fee - Leased Line + Credit Card Processing Fee - Fleet Cards + Currency Adjustment Factor + Currency Adjustment + Currency Discount + Customer Account Identification + Customer Equipment Allowance + Customs Broker Fee + Customs Charge + Customs Duty + Customs Entry + Customs Exam + Customs Formalities + Customs Invoice - Additional Page + Customs Invoice + Customs Penalty + Cut and Parallel + Cut + Cutting Charge + Damaged Merchandise + Data/Drawing Charge + De-Installation + Deadhead Mileage Charge + Deaf and Disabled Surcharge + Declared Value for Carriage + Declared Value for Customs + Declared Value for Insurance + Deduct to Make Market Value + Bunker Adjustment - 20 Foot Container + Bunker Adjustment - 40 Foot Container + Bunker Adjustment + Burden, Overhead, or Allowance for Indirect Costs + Defective Allowance + Deficit Freight + Delay Furnishing Destination Weights + Delivery Surcharge + Delivery + Demand charge + Demurrage - Average Agreement + Demurrage - Special + Demurrage + Deposit Charges + Deposit in Lieu of Order + Deposit + Deramping + Derrick Charge + Designated Supplier Inspection + Destination Charge + Detention - Special Type Flat Car + Detention Loading + Detention of Power Units + Detention of Trailers + Detention Unloading + Determined Freight + Development Charge + Die Service Charge + Disbursement + Disconnect Charge + Discount - Drop Box/Convenience Ctr. + Discount - Incentive + Discount - Multiple Shipment + Discount - Service Option (Delivery) + Discount - Service Option (Pickup) + Discount - Special + Discount + Display Allowance + Distribution Fee + Distribution Service + Distributor Discount/Allowance + Diversion and Reconsignment + Diversion Charge + Diversion to Air Charge + Dockage - Boat Detention + Documentation Charge + Document Handling + Door-to-Door + Dowel Pin Charge + Drayage + Drayage/Line Haul + Driver Assisted Unloading + Driver's Wages + Drop Dock + Drop Yard + Drum Cost + Drum Deposit + Drum Up Charge + Dry Ice + Dryer Charge + Duty Charge + Duty Drawback + Early Buy Allowance + Early Payment Allowance + Early Ship Allowance + Emergency Port Charge + Emergency Service + Emergency Surcharge + Empty Weighing Charge + Enclosure + Endorsement Fee + Energy charge + Energy Surcharge (Fuel Adjustment Factor) + Engineering Charge + Engraving + Entered Value + Environmental Protection Service + Escalation + Escort Service + Eur1 Presentation Fee + European Port Charges + Excess Mileage Charge + Excess Periods + Excess Value Fee + Excess Weight + Excessive Value Charge + Exchange Access Credit + Exclusive Use Of Equipment + Exclusive Use + Exhibition Delivery Charge + Exhibition Pickup Charge + Expanded Service + Expedited One Day Consular Service + Expedited Service Charge + Expedited Shipments + Expediting Fee + Expediting Premium + Export Customs Clearance + Export Declarations - Automated + Export Declarations - U.S. Shippers + Export License Application + Export Shipping Charge + Export/Import Charge + Extra Copies and Mailings + Extra Labor (Helper Service) + Extra Length + Extra Service - Counter-to-Counter + Fabrication Charge + Currency Adjustment - 20 Foot Container + Currency Adjustment - 40 Foot Container + Customs Fees - Container Level + Customs Fees - Lift Level + Cargo Taxes + Container Loss/Damage + Communications Charges + Container Charge + Container Lease + Currency Adjustment - Break Bulk + Facsimile Charges - Additional Pages + Facsimile Charges + Dunnage + Failed Lamp Panel Charge + Fax Pre-alert + Federal Transfer Surcharge + Finance Charge + First Article Charge + First Flight Out + Flat Rate + Floor Stock Protection + Food and Lodging + Foreign Office Advance + Foreign Customs Duty + Foreign Military Sales (FMS) Rental + Foreign Military Sales (FMS) Special Charge + Forwarding Agent Commission + Forwarding Charge + Forward Coupons + Capture Additional Data + Provide Name and Address + Provide Household Identifier + Franchise fee + Free Domicile Shipment Processing + Free Goods + Freight Based on Dollar Minimum + Freight Charges to Border + Freight Charges to Destination + Freight Equalization + Freight Passthrough + Freight Surcharge + Freight + Freight, International + Freight, International, U.S. Dollars + Freight, International, Non-U.S. Dollars + Freshness/Leaker Allowance + Fuel Charge + Fuel Surcharge + Full Service + Full Truckload Allowance + Fumigation + Garment District + Gateway Fee + Gas Pressure + Glaze + Gold Factor + Goods and Services Charge + Goods and Services Credit Allowance + Goods and Services Tax Charge + Government Inspection + Government Warehouse Fee - Destination + Government Warehouse Fee - Origin + Grain Doors + Grain Flow Charge + Grinding + Gross Receipts Surcharge + Groupage Discount + Grouped Items + Guaranteed Inspection Technical Service + Gulf Port Delivery Charge + Handling Charges on Distribution Freight Forwarded Beyond + Handling Freight At Positions Not Immediately Adjacent To Vehicle Charge + Handling + Harbor Maintenance Report + Harbor Maintenance Fee + Hauling and Hoisting to be Direct Billed + Hauling and Hoisting + Hazardous Cargo Charge + Hazardous Materials Handling Fee - Domestic + Hazardous Materials Handling Fee - International + Hazardous Storage + Heat in Transit Charges + Heat Treat Charge + Heavy Duty Flat Car Charge + Heavy Lift + High Security Red In-bond Seal Charge + Highway Interchange + Hointins and Hauling + Holding Charge + Home Line Freight Charge + Honey Fee + Hook-up charge + Hose Charge Special + Hose Charge + Household Goods Pickup or Delivery + IATA Airbill Preparation + International Air Transport Association (IATA) Commission + IATA Fee + International Air Transport Association (IATA) Markup + Identification + Import Service Fee + In Transit Price Protection + Inbound Freight Charges + Income Freight (Manufacturing to Shipping Point) + Incorrect Billing Account Charge + Industry Price Allowance + Initial License Fee + Inland Transportation + Inside Cable Connectors + Inside Delivery + Inside Pickup + Inspect at Destination + Inspect at Origin + Inspection + Installation & Warranty + Installation and Training + Installation + Insulated Tank Charge + Insurance Fee + Insurance Placement Cost Charge + Insurance Premium + Insurance Provided by Lessee + Insurance Provided by Lessor + Insurance Surcharge + Insurance + Interdivision Profit + Interest Amount + Damage to Carrier Equipment + Damage to Carrier Vessel + Drayage at Port of Debarkation (Rate Zone) + Drayage at Port of Embarkation (Rate Zone) + Keep From Freezing Percent Differential + Damage to Government Equipment + Container Diversion + Drayage at Port of Debarkation + Drayage at Port of Embarkation + Interest on refund + Interest on Security Deposit + Interim Use Permitted at Special Rate + International Courier + International Door-to-Door Handling Fee + Interplant Charge + Interstate/Highway Toll + Intra-plant Charge + Invoice Additional Amount + Invoice Adjustment + Invoice At-Cost Amount + Invoice Delivery Terms Amount + Invoice No-Charge Amount + Invoice Services + Invoice with Goods + Irish Arbitraries + Island Delivery Charge + Island Pickup Charge + Italian Release Charge + Item Percentage + Item-Unit + Koshering + Label Allowance + Labeling + Labor (Repair and Return Orders) + Labor Charges + Labor, Straight-time + Labor, Overtime + Labor, Premium Overtime + Labor Cost of Removal + Labor Service + Labor, Modify + Labor, No Trouble Found + Labor, Test and Calibrate + Lading Adjustment Charge + Lashing + Late Order Charge + Late Payment Charge + Layout/Design + Layover Charges + Lead Factor + Leaking Underground Storage Tax (LUST) + Lease Shortfall Consideration + Less Than Truckload (LTL) Charge + Letter of Credit Processing + License and Title + Lifeline Surcharge + Lift Gate (Truck) or Forklift Service at Pickup/Delivery + Lime Fee + Liquidation Anti-Dumping Duty + Liquidation Countervailing Duty + Liquidation Tax Amount + Liquidation Total Due U.S. Customs and Border Protection (CBP) + Liquidation Total Fees + Load Weighing Charge + Loading (Labor Charges) + Loading + Loan Fee + Local Delivery/Drayage + Locomotive Delayed in Switching Service + Locomotive Under Own Power + Lot Charge + Lump Sum + Machining Charge + Mail Fee + Mail Invoice to Each Location + Mail Invoice + Mailing - Postage Cost + Mailing - Service Fee + Manifest Charge + Manufacturing + Market Development Funds + Marking or Tagging Charge + Markdown Allowance + Marriage Rule + Memo Returnable Container + Merchandise Processing Fee + Message Charge + Message Rate Adjustment + Messenger Service + Metals Surcharge + Meter Charge + Mileage Fee (For Repair and Return) + Mileage or Travel + Monthly Rental + Mount/Demount + Mounting + Municipal Surcharge + Mushroom Fee + N.H.D. Wharfage + New Discount + New Distribution Allowance + New Item Allowance + New Store Allowance + New Store Discount + New Warehouse Discount + New Warehouse + New York Delivery Charge + New York Pickup Charge + No Return Credit Allowance + Non-Dutiable Charges + Non Generated Freight + Non-returnable Containers + Normal Pump Charge + Notarized Affidavit + Notify Consignee Before Delivery + Notify Consignee + Nozzle Charge + Ocean Charges - Hazardous + Ocean Freight + Offshore - Alaska/Hawaii + On Carriage + On Hand Service + One - Day Service + One Time Engineering Charge + One-Time License Fee + One-Time-Only Charge + Onetime Tooling + Operator Credit + Option Charge (Color Fabric Office Furniture) + Engineering Supplies + Extra Length Surcharge + Optional Charge + Optional Software Support for Operational Support Systems + Optional Software Support for Switching Systems + Order Notify Charge + Order-Flat + Other (See related description) + Other Accessorial Service Charge + Other Advances + Other Export Charges + Other Government Agency Declaration + Other Government Agency Exam + Other Import Charge + Out of Route Miles + Out of Zone Pickup or Delivery + Outside Cable Connectors + Over Dimension + Overrun Charge + Oversized Premium + Overtime Loading + Pack Invoice with Shipment + Packaging Service + Packaging + Painting (Primer or Finish) + Pallet Exchange Charge + Pallet + Palletizing + Paralleling + Parish/County Sales Tax (only) + Passing Shippers Export Entry + Pecan Fee + Penalty Charge + Per Item Charge + Per Order Charge + Per Pound Charge + Percent of Product + Percent of Shipped Quantity that is Returnable + Percent of Shipment Value that is Returnable + Performance Allowance + Performance Award + Permit Charge + Permits Bonds Escort Attendant + Phosphatizing (Steel Treatment) + Pickup and Delivery + Pick/Up + Pickle and Oil + Pickup - Out of Area + Pickup Surcharge + Pier Charges - Wharfage + Pier Charges Other Than Wharfage + Pier Pickup and/or Delivery + Pier Unloading + Pilot Inspection + Placement and/or Removal Charge + Plating + Pole, Wood-service Charge + Pork Fee + Positioning at Origin + Postage + Potato Fee + Power Factor Adjustment + Pre-carriage Excess + Pre-carriage + Pre-Positioned Inventory Service + Precious Metal Content + Preloading Charge + Prelodge Charge + Premise Use + Premium Charge + Premium Transportation + Prepaid Usage Allowance + Preparation and Delivery + Preparation of Air Waybill - Origin + Preparation of Canadian Customs Invoice + Preparation of Commercial Invoice + Preparation of Export Entry + Preparation of Insurance Certificate + Preparation of U.S. Export Documentation + Preparation + Previous Billing + Price and Marketing Allowance + Price Deviation + Prior Balance + Prior Billing Amount + Prior Delivery Of Bill Charge + Prior Month Credit + Priority Service + Process in Transit Privilege + Processing Charge + Processing + Procurement Charge + Professional Fees + Proforma Invoice + Progress Payment Requirement + Promotional Allowance + Promotional Discount + Proof & Composition + Proof of Delivery + Protective Service - Cold + Protective Service - Heat + Protective Service Charge + Pulling Eyes + Pump Air Charge + Pump Charge + Purchase Option + Quantity Discount + Quantity Surcharge + Equipment Manufacturer Restoration Audit + Ramping + Rate Code + Rate Reduction Bond + Re-Bill Charge + Rebate + Rebilled Drayage - Destination + Rebilled Drayage - Origin + Receiving + Barge Freight All Kinds Service + Flatrack Surcharge + Recipient Address Correction + Reclamation, Federal + Reclamation, State + Reconciliation + Reconnect charge + Reconsign Consignee Charge + Reconsign Delivery Charge + Reconsignment Charge + Recoopering (at Owner's or Shipper's Expense) + Record/Filing + Recovery Fee + Recovery + Recrating/Recoopering - Destination + Recrating/Recoopering - Origin + Recurring Hardware Maintenance Charge + Recurring License Fee + Recurring Software Maintenance Charge + Redelivery + Redistribution Allowance + Reduction Prepalletized Cargo + Reel Cable + Reel Deposit + Reel + Refrigeration + Refrigeration/Mechanical Detention + Refund + Refurbishing Charge + Regain + Registration of Export for Reentry + Registration of Export Shipments + Regulatory Fee + Regulatory required refund + Reliability Charge + Relinquishment Charge + Reliquidation Anti-Dumping Duty + Reliquidation Countervailing Duty + Reliquidation Tax Amount + Reliquidation Total Due U.S. Customs and Border Protection (CBP) + Reliquidation Total Fees + Rental Charge + Rental Deduction + Rents and Leases + Repack Charge + Repair at Buyers Expense Charge + Repair at Customer Expense Charge + Repair at Government Expense Charge + Repair + Repickup + Request Via Canada + Research & Development Fee + Resellers Discount + Residential Delivery + Residential Pickup + Restocking Charge + Restricted Article Fee + Retainer + Return Cargo Charge + Returnable Container + Returned Load + Rework + Riding Attendant Charge + Rocky Mountain Bureau 583 Item 1100 Arbitrary Charge + Roll Out Adjustment + Roll Rebate + Royalties + Salvage + Same - Day Service + Saturday Delivery + Saturday Pickup or Delivery Charge + Saturday Pickup + Scale Charge Unloading + Scale Charge + Scrap Allowance + Security Signature Service + Segregating (Sorting) + Select Charge + Self Unloader + Seller Hand Carry + Service Assistance Program Surcharge + Service Charge (with Cash Discount) + Service Charge + Service Upgrade + Set-up + Shearing + Sheep Fee + Ship to Stock Quality Audit + Shipper Load and Count + Shipper Load Carrier Count + Shipper Load Consignee Unload + Shipper Load + Shipping + Shipping and Handling + Shipside Pickup + Shotblasting + Shrink Allowance + Shrink-Wrap Charge + Shrinkage Allowance + Single Invoice Allowance + Single Pickup + Single Shipment Fee + Sleeving + Slip Sheet Unloading Allowance + Slip Sheet, Rail + Slip Sheet, Truck + Slotting Allowance + Small Order Charge + Software Support Service + Source Inspection + Garment Surcharge + Special Allowance + Special Buy + Special Circus Trains + Special Credit + Special Delivery + Special Detention Charge + Special Equipment Charge + Special Finish Charge + Special Freight Supplements + Special Handling + Special Mileage Movements + Special Packaging + Special Permits + Special Pickup + Special Pump Charge + Special Seal Charge + Special Services + Special Test Equipment Charge + Special Tooling Charge + Special Tooling rework charge + Special Train Movement + Special Use + Special Vehicle Rent + Specific Duty + Specification Review + Split Delivery + Split Pickup at Pier Charge + Split Pickup + Spool Charge + Spotting of Trailer + Spreader Charge + Stamp Fee + Stamping + Standby Charge + State Motor Fuel + State Sales Charge + State Surcharge + State/Metropolitan Transit Authority Surcharge + Steaming Charge + Stenciling Charge + Stop-off at Pier Charge + Stop-off Charge + Stopcharge + Stopping in Transit + Storage in Transit + Storage + Straightening Charge + Strapping + Street lamps charge + Stripping, Sorting, and Consolidation + Subject to Cooperative Advertising Allowance + Subject To Tax On Resale + Sufferance Warehouse Charge (Export or Import) + Sugar Fee + Sum of Adds and Deducts to Make Market Value + Sunday or Holiday Pickup or Delivery + Super Bag Charge + Supervisor Charge + Supplemental Duty + Supplemental Items + Surcharge + Surety Bond + Swell + Switch Charge + Switching Charge + Tank Car Allowance + Tank Rental + Tarping + Tax - Airport Tax, Destination + Tax - Airport Tax, Origin + Tax - Beverage Tax + Tax - City Sales Tax (Only) + Tax - Excise Tax - Destination + Tax - Excise Tax - Origin + Tax - Federal Excise Tax, FET + Tax - Federal Excise Tax, FET, on Tires + Tax - Governmental + Tax - Handling Charge Tax + Tax - Local Tax + Tax - Metropolitan Transit Tax + Tax - Regulatory Tax + Tax - Local Sales Tax + Tax - Sales and Use + Tax - Sales Tax (State and Local) + Tax - State Hazardous Substance + Tax - State Tax + Tax - Super Fund Excise Tax + Tax - Use Tax + Tax - Value Added Tax (VAT) + Tax Credit + Tax Liability - Amortized + Tax Liability - One Time + Tax on Miscellaneous Charges + Tax on Transportation + Tax + Tea Fee + Technology Exchange + Telegram Chargeback + Telephone - Destination + Telephone - Origin + Telephone Charge + Temperature Protection + Temporary Allowance + Temporary Voluntary Allowance + Tendered as Truckload + Terminal Charge + Terminal Differential + Terminal Service Fee + Terms Allowance + Test/Qualification Charge + Testing Services Charge + Hazardous Cargo on Deck + Testing + Third Party Allowance + Third Party Pallets + Throughput Allowance + Throughput Container Charge + Thruway Charge + Ticketing Service + Tobacco Products Report Charge + TOFC Service Charge + Tool Charge + Tooling Rework Charge + Tooling + Tools for Printing + Total Assessorial Charges + Total Fees + Total Invoice Amount + Total Due U.S. Customs and Border Protection (CBP) + Total Invoice Amount, U.S. Dollars + Total Invoice Amount, Non-U.S. Dollars + Total Material Invoice Amount + Tracing Inbound Via Other Carriers + Tracing Service Fee + Track Storage + Trade Discount + Trade In + Trailer Rental Charge + Transfer Charge + Transfer of Lading Charge + Transferred Charges + Transit + Transmission Charge + Transportation And Setup + Transportation Charge (Minimum Rate) + Transportation Direct Billing + Transportation Third Party Billing + Transportation Vendor Provided + Trimming Charge + Truck Detention + Truckload Discount + Turning Charge + Two - Day Service + Two Door Pickup + U.S. Vehicles + Unabsorbed Switching + Unitized + Unloading (Labor Charges) + Unloading + Unloading/Reloading Charge + Unsaleable Merchandise Allowance + Unscheduled Fee + Up Charge + Usage Plan Detail Charge + U.S. Customs and Border Protection (CBP) Flat Assist Amount + U.S. Customs and Border Protection (CBP) Maximum Assist Amount + USDA Inspected, Stamping Certification + Use - Special Type Flat Car + Use Charge Tooling/Personnel + Valuation Fee + Vehicle Ordered but Not Used + Vehicle Prep Charge (Courtesy Delivery) + Vehicle Road Charge + Vendor Freight + Venting Instructions + Virgin Island Transfer Charge + Volume Discount + Voluntary Contribution Charge + Waiting Time + War Risk Surcharge + Warehouse + Warehousing + Warranties + Watermelon Fee + Waybill and Invoice Distribution + Weather Protection + Weight Verification Charge + Wharfage & Handling + Wharfage Charge + Wide Area Telephone Service (WATS) Usage Credit + Will Call Charge + Written Proof of Delivery + X-ray Charge + Gratuity + Escrow + Payment + Direct Product Handling (DPC) + Price Adjustment Percent (PCT) + Post Damaged Handling (PDC) + Reclamation Center Handling (Chute) + Reclamation Shared Responsibility (SRS) + Mid-Tier Lottery Winners + Mid-Tier Lottery Cashing Bonus + Lottery Cross Redeemed + Low-Tier Lottery Winners + Low-Tier Lottery Cashing Bonus + Lottery Charge Back + Tote + Extra Hour Charges + Refused Delivery Charge + Reimbursement for Online Cashing Bonus + Reimbursement for Online Winners + Online Sales Bonus + Instant Sales Bonus + Improper Documentation + Land Currency Adjustment Factor - 20 Foot Container + Land Currency Adjustment Factor - 40 Foot Container + Percent Differential - Less Than Container + Less Than Container + Linehaul from Port of Debarkation + Liner Terms at Port of Embarkation + Liner Terms at Port of Debarkation + Linehaul Percent Differential + Liquidated Damages + Linehaul to Port of Embarkation + Modified Atmosphere + Over Height Container + Office Supplies + On Deck Break Bulk Differential + Other Miscellaneous Earning or Additive + Over Width Container + Prepared Food Charge + Stuffing Charge + Payroll Taxes + Private Owned Vehicle Processing + Personal Property, Member + Personal Property, Spouse + Port Handling and Unloading + Packing, Crating, and Handling Charge + Packing, Crating, Handling, and Transportation Charge + Railhead Handling + Recycling Fee + Reefer Maintenance + Reefer Cargo Percent Differential + Respotting + Single Factor Origination/Destination + Single Factor Origination/Port of Debarkation + Single Factor Port of Embarkation/Destination + Stripping, Sorting and Consolidation + Pole Lashing Equipment (PLE) Surcharge + Stop-off at Destination + Stuffing + Stop-off at Origination + Terminal Handling Charges + Van Cleaning + Wharfage - Breakbulk + Wharfage - Container + Wasted/Futile Trip + War Risk Crew Insurance + War Risk Insurance + Auto Towing + Late Return + One Way/Drop Off + Passenger Facility Charge + Lodging + Business Center + Gift Shop + Health Club + Laundry/Dry Cleaning + In-room Movie + In-room Mini-bar + Meals + Parking + Prepaid Amount + Liquor Charge + Mutually Defined + + + Language of Instruction + Language of Examination + Language in which Examination is Written + Language Spoken in the Home + Language Reading + Language Writing + Language Speaking + Native Language + Language Signed + + + School Mark + Department Mark + Final Mark + Supplemental Mark + Mid-term Mark + Six-week Mark + Examination Mark + Work Experience Mark + Nine Weeks' Mark + Mark at Time of Withdrawal + + + Guaranteed + Guaranteed with Changes + Denied + Rejected + Pending + Disbursed + Grace + Deferred + Forbearance + Preclaim + Claim + Repayment + Paid in Full + Current + Preforeclosure Acceptance Plan Available + Preforeclosure Acceptance Plan Not Available + Preforeclosure Sale Closing Plan Accepted + Preforeclosure Sale Closing Plan Rejected + Partial Reinstatement + Foreclosure Sale Held + Foreclosure Sale Confirmed + Certificate of Title Issued + Eviction Referral Received + Eviction Started + Eviction Scheduled + Eviction Completed + Title Package Submitted + Attorney File Closed + Bankruptcy Referral Received + Proof Claim Filing Expires + Proof of Claim Filed + Petition Sent + Creditors Meeting + Motion to Lift Bankruptcy Stay Filed + Preliminary Hearing for Motion to Lift Bankruptcy Stay + Final Hearing for Motion to Lift Bankruptcy Stay + Bankruptcy Discharge Hearing + Bankruptcy Discharge Entered + Adequate Protection Granted + Trustee's No Asset Report Filed + Trustee's Abandonment Requested + Court File Closed + Case Dismissed + Reinstated by Mortgagor Who Retains Ownership + Reinstated by Assumptor + Servicing Transferred or Sold to Another Mortgagee + Sold + Government Seizure + Cancel + Refinance + Assumption + Modification + Charge-off + Reaffirmation Hearing + Reaffirmation Agreement Approved + Bankruptcy Schedules Reviewed + Bankruptcy Schedules Sent + Bankruptcy Confirmation Hearing + Bankruptcy Objection Filed + Hearing on Bankruptcy Objection to Confirmation + Plan and Disclosure Statement Filed + Hearing on Disclosure Statement + Ballot Expires + Motion to Dismiss Bankruptcy Filed + Contested Bankruptcy + Deed in Lieu Referral Received + Deed in Lieu Documents Sent to Borrower + Deed in Lieu Documents Executed by Borrower + Deed in Lieu Documents Received from Borrower + Deed in Lieu Documents Sent for Recording + Deed in Lieu Title Package Sent + Veterans Affairs Notice of Default Sent (VA 6850) + Veterans Affairs Intention to Foreclose Sent (VA 6851) + Veterans Affairs Notice of Election to Convey Sent + Sale of Converted Adjustable Rate Mortgage + Resale of Converted Adjustable Rate Mortgage + Foreclosure Status Reset + Third Party Sale + Probate + Military Indulgence + Contested Foreclosure + Natural Disaster + Expiration of Redemption + Preclaim - Skip + Preclaim - Past Due Repayment + Preclaim - Failure to Pay Interest + Preclaim - Enrolled + Reinstated or Modified - Not Reassigned to Mortgage Registrar + Pre-qualification + Application + Processing + Underwriting + Document Preparation + Loan Closing + Funding + Quality Control + Loan Delivery + Insuring + Preclaim - Ineligible Borrower + Supplemental Preclaim + Delinquent + Foreclosure Started + Deed-in-Lieu Started + Foreclosure Completed + Property Conveyed to Insurer + Deed-in-Lieu Completed + Claims without Conveyance of Title + Assignment Completed + Claim Paid + Claim - Closed School + Claim - False Certification + Claim - Non-payment + Claim - Ineligible Borrower + Claim - Death + Claim - Disability + Foreclosure Pending - Assigned to Servicer + Foreclosure Pending - Retained by Mortgage Registrar + Chapter 12 Bankruptcy + Reinstated or Modified - Reassigned to Mortgage Registrar + Second Lien Considerations + Veterans Affairs - No Bid + Veterans Affairs - Refund + Veterans Affairs - Buydown + Chapter 7 Bankruptcy + Chapter 11 Bankruptcy + Chapter 13 Bankruptcy + First Legal Action to Commence Foreclosure + Bankruptcy Plan Confirmed + Order Lifting Bankruptcy Stay Entered + Foreclosure Sale Scheduled + Redemption or Confirmation Post Sale Ended + Property Redeemed + Broker's Price Opinion or Appraisal Obtained + No Delinquencies to Report + Bankruptcy Court Clearance Obtained + Deed Recorded + State Housing Assistance Program + Foreclosure File Received by Attorney + Breach Letter Sent + Breach Letter Expired + Service By Publication + Service Completed + Hearing Scheduled + Department of Housing and Urban Development Occupancy Letter Sent + Title Search Ordered + Power of Attorney or Substitute of Trustee Recorded + Appraisal Ordered + Veterans Affairs Holder's Statement of Account Sent (VA 567) + Notice of Election and Demand Recorded + Default Entered + Hearing Held + Writ of Seizure Issued + Judgment or Decree Entered + Foreclosure Sale Continued + Foreclosure Publication Commenced + Redemption Pre-sale Expired + Reinstatement Funds Received + Payoff Funds Received by Attorney + Conversion + Received Transmission From School + Received Application and Promissory Note + + Processing for Submission to Guarantor + Submitted to Guarantor + Awaiting Credit Approval + Credit Approved + Approved by Guarantor + Awaiting First Disbursement + Application and Promissory Note have been Printed and Mailed + Reprint Request has been Denied + Servicing + Reduced Disbursement Amount + Rejected by Lender + Rejected by Guarantor + Rejected Due to Processing Problems + Completing Telephone Follow-up to Resolve Problems + Holding While Resolving Outstanding Problems + Reprocessing + Terminated + Performing Exception Processing + First Right Party Contact with Delinquent Borrower Completed + Last Right Party Contact with Delinquent Borrower Completed + Property Securing the Loan is Listed For Sale + Foreclosure Resumed + Foreclosure Sale Requested + Promise to Pay Broken + Promise to Pay Made + Title Search Received + Mutually Defined + + + Existing Contract + Change By Refresh + Delete Contract + New Contract + Contract Change Order + Price Revision + Price Redetermination + Letter Contract + Unpriced Order + Other Contract Action + Program Estimate + Replacement + Renewal + Request for Proposal + Mutually Defined + + + Government Property Required + Government Property Not Required + Contract Financing Required + Contract Financing Not Required + Awarded Contract for the Same or Similar Items + Not Awarded Contract for the Same or Similar Items + Proposal Consistent with Established Practices, Procedures, and Principles + Proposal Not Consistent with Established Practices, Procedures, and Principles + Contract Subject to Cost Accounting Standards Board (CASB) Regulations + Contract Not Subject to Cost Accounting Standards Board (CASB) Regulations + Adequate Cost Accounting Standards Board (CASB) Disclosure Statement Submitted + Inadequate Cost Accounting Standards Board (CASB) Disclosure Statement Determined + Cost Accounting Standards Board (CASB) Disclosure Statement Not Submitted + Notified of Actual or Potential Disclosure Statement or Cost Accounting Standards Board (CASB) Noncompliance + Not Notified of Actual or Potential Disclosure Statement or Cost Accounting Standards Board (CASB) Noncompliance + Proposal Consistent with Disclosed Practices or Standards + Proposal Not Consistent With Disclosed Practices or Standards + Access to Communications Security Information Required + Access to Communication Security Information Not Required + Access to Restricted Data Required + Access to Restricted Data Not Required + Access to Critical Nuclear Weapon Design Information Required + Access to Critical Nuclear Weapon Design Information Not Required + Access to Formerly Restricted Data Required + Access to Formerly Restricted Data Not Required + Access to Sensitive Compartmented Information Required + Access to Sensitive Compartmented Information Not Required + Access to Non-sensitive Compartmented Information Required + Access to Non-sensitive Compartmented Information Not Required + Access to Special Access Information Required + Access to Special Access Information Not Required + Access to North Atlantic Treaty Organization Information Required + Access to North Atlantic Treaty Organization Information Not Required + Access to Foreign Government Information Required + Access to Foreign Government Information Not Required + Access to Limited Dissemination Information Required + Access to Limited Dissemination Information Not Required + Access to For Official Use Only Information Required + Access to For Official Use Only Information Not Required + Access to Other Type of Information Required + Access to Other Type of Information Not Required + Contractor Will Have Access to United States Classified Information at another Contractor's Facility or a Government Activity + Contractor Will Not Have Access to United States Classified Information at another Contractor's Facility or a Government Activity + Contractor Will Receive Classified Documents Only + Contractor Will Not Receive Classified Documents Only + Contractor Will Receive or Generate Classified Material + Contractor Will Not Receive or Generate Classified Material + Contractor Will Fabricate, Modify, or Store Classified Hardware + Contractor Will Not Fabricate, Modify, or Store Classified Hardware + Contractor Will Perform Services Only + Contractor Will Not Perform Services Only + Contractor Will Have Access to United States Classified Information outside the United States, Puerto Rico, United States Possessions and Trust Territories + Contractor Will Not Have Access to United States Classified Information outside the United States, Puerto Rico, United States Possessions and Trust Territories + Contractor Will Be Authorized to use the Services of Defense Technical Information Center or other Secondary Distribution Center + Contractor Will Not Be Authorized to use the Services of Defense Technical Information Center or other Secondary Distribution Center + Contractor Will Require a Communications Security Account + Contractor Will Not Require a Communications Security Account + Contractor Will Have Tempest Requirements + Contractor Will Not Have Tempest Requirements + Contractor Will Have Operations Security Requirements + Contractor Will Not Have Operations Security Requirements + Contractor Will Be Authorized to use the Defense Courier Service + Contractor Will Not Be Authorized to use the Defense Courier Service + Contractor Will Have some other Authorization in the Performance of the Contract + Contractor Will Not Have some other Authorization in the Performance of the Contract + Facility Clearance Required + Facility Clearance Not Required + Follow-on Contract + Not a Follow-on Contract + Final Contract Security Classification Specification + Not a Final Contract Security Classification Specification + Direct Public Release Authorized + Direct Public Release Not Authorized + Additional Materials being Forwarded + No Additional Materials being Forwarded + Additional Requirements Established + Additional Requirements Not Established + Elements of the Contract are outside the Inspection Responsibility of the Cognizant Security Office + No Element of the Contract Is Outside the Inspection Responsibility of the Cognizant Security Office + Contractor Distribution Required + Contractor Distribution Not Required + Subcontractor Distribution Required + Subcontractor Distribution Not Required + Cognizant Security Office for Prime and Subcontractor Distribution Required + Cognizant Security Office for Prime and Subcontractor Distribution Not Required + United States Activity Responsible for Overseas Security Administration Distribution Required + United States Activity Responsible for Overseas Security Administration Distribution Not Required + Administrative Contracting Office Distribution Required + Administrative Contracting Office Distribution Not Required + Other Distribution Required + Other Distribution Not Required + Subcontract Costs + Inter-Division Transfer + Profit/Fee + Labor History + Bill of Materials and Purchase History + Other Unlisted Proposal Type + General and Administrative Expenses (G&A) + Overhead Expenses + Intermediate Expense Pool Allocation + Bases Used to Allocate Indirect Expense + Claimed Rates for Each Expense Pool + Facilities Capital Cost of Money Factors Computation + Reconciliation of Books of Account and Claimed Direct Cost-Incurred Costs + Contract Direct Costs Claimed and Not Claimed, IR&D/B&P Direct Costs Incurred (Overhead, G&A and Cost of Money Applied at Claimed Rates)-Incurred Costs + Government Participation in Indirect Expense Pools-Incurred Costs + Reconciliation of Claimed G&A Pool to G&A Claimed on Contracts-Incurred Costs + Schedule of Cumulative Direct and Indirect Costs Claimed and Billed-Incurred Costs + Computation of Allowable IR&D/B&P Costs-Incurred Costs + Summary of Hours and Amounts on T&M/Labor Hour Contracts-Incurred Costs + Reconciliation of Total Payroll to Total Labor Distributed-Incurred Costs + Listing of Decisions/Agreements/Approvals and Description of Accounting/Organization Changes + Indirect Costs Certification + Direct Labor + Other Direct Costs + Direct Material + Other Unlisted Type of Proposal + + + Advance Payment + Guaranteed Loan + Progress Payment + + + Add + Non-Add + Common Logarithm (Base 10) + Divide + Equals + End of Formula + Multiply + Natural Logarithm (Base e) + Square Root + Raise to a Power + Subtract + + + Final Test Measurement or Readpoint (Cumulative) + Intermediate Test Measurements or Readpoint (Cumulative) + Initial Test Measurement or Readpoint (Cumulative) + + + Initial Trip + Return Trip + Transfer Trip + Round Trip + + + Patient was transported to nearest facility for care of symptoms, complaints, or both + Patient was transported for the benefit of a preferred physician + Patient was transported for the nearness of family members + Patient was transported for the care of a specialist or for availability of specialized equipment + Patient Transferred to Rehabilitation Facility + Patient Transferred to Residential Facility + Patient Was Not Transported + + + Not specified + Average Wholesale Price (AWP) + Local Wholesaler + Direct + Estimated Acquisition Cost + Acquisition Cost + Maximum Allowable Cost (MAC) + Usual, Customary, and Reasonable (UCR) + Unit Dose + Brand Medically Necessary + Other + + + Not Released - Billing Data Only + Hold previously released shipment + Released with Billing Data + Scheduled future release + Released with shipment information/billing data + Unscheduled release + + + Not Specified + Explicit Directions + PRN Directions (Take as Needed; Pharmacist Estimate) + As Directed by Physician + + + Requested + Patient was admitted to a hospital + Patient was bed confined before the ambulance service + Patient was bed confined after the ambulance service + Patient was moved by stretcher + Patient was unconscious or in shock + Patient was transported in an emergency situation + Patient had to be physically restrained + Patient had visible hemorrhaging + Ambulance service was medically necessary + Automated Export System - Post Departure Authorized Special Status (AES-PASS) Standard + Automated Export System - Post Departure Authorized Special Status (AES-PASS) Expanded + Automated Export System - Post Departure Authorized Special Status (AES-PASS) Post Departure + Facility’s Emergency Response Plan Includes Information on Emergency Health Care + Facility’s Emergency Response Plan Includes Procedures for Informing Public and Local Agencies Responsible for Responding to an Accidental Release + Facility has a Clean Air Act Title V Operating Permit + Facility has a Written Emergency Response Plan + Facility has Reportable Accidents + Facility is Covered by the Emergency Planning and Community Right to Know Act Section 302 + Facility is Covered by the Occupational Safety and Health Act (OSHA) Process Safety Management Standard + Facility is Included in the Community Emergency Response Plan + Hazardous Waste Mixed with Resource Conservation Recovery Act (RCRA)-Radioactive Material + Offsite Responders Notified + Precipitation Present + Disabled Veteran + Servicer has Advanced Funds to Pay for Delinquent Taxes on Non-escrowed Mortgage + Property Has Fire Insurance Only that was not Lender Placed + Reported but Unconfirmed + Has Smoke Alarms + Operates as a Holding Company + Optimum + Renewed + Highest Educational Level + Principal Certificate + Inservice Education Completed + Main Assignment + Patient is ambulatory + Ambulation is Impaired and Walking Aid is Used for Therapy or Mobility + Patient is confined to a bed or chair + Patient is Confined to a Room or an Area Without Bathroom Facilities + Ambulation is Impaired and Walking Aid is Used for Mobility + Patient Condition Requires Positioning of the Body or Attachments Which Would Not be Feasible With the Use of an Ordinary Bed + Patient needs a trapeze bar to sit up due to respiratory condition or change body positions for other medical reasons + Patient's Ability to Breathe is Severely Impaired + Patient condition requires frequent and/or immediate changes in body positions + Patient can operate controls + Patient is receiving anti-fungal therapy + Property is occupied by owner + Property is occupied by tenant + Property is vacant + Location is urban + Location is suburban + Location is rural + Built-up over 75% + Built-up 25 - 75% + Built-up under 25% + Growth rate is rapid + Class I-Left + Growth rate is stable + Growth rate is slow + Property values are increasing + Property values are stable + Property values are declining + Class I-Right + Demand or supply is in shortage + Demand or supply is in balance + Demand or supply is over supply + Marketing time is under 3 months + Marketing time is 3 to 6 months + Marketing time is over 6 months + Predominant occupancy is the owner + Predominant occupancy is the tenant + Siderails Are to be Attached to a Hospital Bed Owned by the Beneficiary + Patient owns equipment + Mattress or Siderails are Being Used with Prescribed Medically Necessary Hospital Bed Owned by the Beneficiary + Patient Needs Lift to Get In or Out of Bed or to Assist in Transfer from Bed to Wheelchair + Patient has an orthopedic impairment requiring traction equipment which prevents ambulation during period of use + Item has been prescribed as part of a planned regimen of treatment in patient home + Patient is highly susceptible to decubitus ulcers + Patient or a care-giver has been instructed in use of equipment + Patient has poor diabetic control + A 6-7 hour nocturnal study documents 30 episodes of apnea each lasting more than 10 seconds + Patient is receiving oral anti-fungal therapy + Predominant occupancy is vacant (0-5%) + Predominant occupancy is vacant (over 5%) + Developer or builder is in control of the Home Owners Association + Site is a corner lot + Zoning compliance is legal + Zoning compliance is legal nonconforming (grandfather use) + Zoning compliance is illegal + There is no zoning + Highest and best use as improved is the present use + Highest and best use as improved is other use + Class II-Left + Property is located in a Federal Emergency Management Administration special flood hazard area + Appraisal is made "as is" + Appraisal is made subject to the repairs, alterations, inspections, or conditions listed + Appraisal is made subject to the completion per plans and specifications + Project type is planned unit development (PUD) + Class II-Right + Project type is condominium + Property rights are fee simple + Property rights are leasehold + Supervisor appraiser inspected the property per supervisory appraiser's certification + Property was sold within last 12 months + Appraiser signed statement of limiting conditions and disclaimer + Ownership interest in a property + Termination + Without the equipment, the patient would require surgery + Patient has had a total knee replacement + Patient has intractable lymphedema of the extremities + Patient is in a nursing home + Patient is conscious + This Feeding is the Only Form of Nutritional Intake for This Patient + Patient was administered premix + Oxygen delivery equipment is stationary + Certification signed by the physician is on file at the supplier's office + Patient Has Mobilizing Respiratory Tract Secretions + Patient is receiving topical anti-fungal therapy + Points Paid by Seller + Points Paid by Buyer + Seller Concession + Letter of Certification + Verbal Report Needed + Any Relationship Between Owner and Occupant + Map and Directions to Remote Properties to Follow + Ground Lease to Follow + Disclosure Statement to Follow + Copy of Property Listing to Follow + Class III-Left + Copy of Title Report Plat Map to Follow + Property Tax Bill to Follow + Engineering or Soil Report to Follow + Sales Contract Available + Leave Will be Taken + Class III-Right + Approved + Balance Sheet does not balance + Banking done through Parent Company + Banking done through Related Concern + Banking done through Subsidiary + Can not determine if subject engaged in business + Deteriorated + Detrimental Information Received + Patient or Caregiver is Capable of Using the Equipment Without Technical or Professional Supervision + Patient or Caregiver is Unable to Propel or Lift a Standard Weight Wheelchair + Patient Requires Leg Elevation for Edema or Body Alignment + Patient Weight or Usage Needs Necessitate a Heavy Duty Wheelchair + Patient Requires Reclining Function of a Wheelchair + Patient is Unable to Operate a Wheelchair Manually + Patient or Caregiver Requires Side Transfer into Wheelchair, Commode or Other + Advertisement Run Condition + Individual Paid for Last Day Worked + Full Wages Paid for Date of Injury + Services are rendered within Hospice-elected period of coverage + Accidents + Account Representative Transfer + Additional Coverage + Advice to Stop + Agent Replacement + Backup Withholding + Current Employer + Current Occupation + Employer Reimbursement + Employee Retirement Income Security Act (ERISA) + Expected Changes + Experimental + Foreign Flight + Future Involvement + Grounding, Fine, Reprimand + Group Disability Insurance Conversion + Group Disability Insurance Offset + Group Disability Insurance Participation + Group Disability Insurance Top Up + Home Employment + Information Omitted + Injury Benefits + Issue at Higher Premiums + Issue With Exclusions + Issue Without Benefits + Citation or Ticket Issued + Individual is Member of Policyholder's Household + Individual Permitted to Use Vehicle + Individual Wore Seatbelt + Child Restraint Device in Vehicle + Child Restraint Device Used + Individual Injured + Individual Transported to Another Location + Durable Medical Equipment (DME) Purchased New + Durable Medical Equipment (DME) Is Under Warranty + Treatment is rendered related to the terminal illness + Certified Aftermarket Parts Association (CAPA) Only + Certified Aftermarket Parts Association (CAPA) Preferred + Juvenile Seen + Medical Treatment + Military Aviation + New Group + Other Coverage Offset + Other Principals Being Insured + Owner Active in Business + Payroll Deduction + Prepaid + Previous Application + Primary Occupation + Racing Accident + Replacement + Resides With Applicant + Gender Distinct + Sibling Coverage + Sickness Benefits + Special Dating + Spousal Consent + Suitability Analysis + Suitable for Coverage + Taxable + This Company Replacement + Transportation Was To the Nearest Facility + Employee is Exempt + Claimant is Covered on the Employer's Long-term Disability Plan + Employee's Job Responsibilities Changed Due to the Disabling Condition + Employer Has a Return to Work Policy for Disabled Employees + Open + Normal + Closed-moderate + Severe + Moderate + Treatment is rendered by a Hospice employed physician + United States Citizen + Permanent Resident Alien + Borrower is First Time Homebuyer + Unemployment Claims + Unemployment Insurance Eligibility + Work Status + Workers Compensation Eligible + Factored on Recourse Basis + Factored with Advances + Figures are Actual + Figures are Anticipated + Figures are Estimated + Figures are Modified + Figures are Projected + Government Business Number Unavailable + Goodwill Origin Purchased from Bankrupt Company + Goodwill Origin Rented + Has no ownership + Improved + Intangibles breakdown available + Intangibles include Organizational Expense + Intercompany relations consist of Loans and Advances + Intercompany relations consist of Merchandise Transactions + Intercompany relations consist of Service Transactions + Local banking utilized on a transfer account basis + Straight + Convex + Concave + Double Protrusion + No Crossbite + Posterior + Anterior + Maxillary + Mandibular + Right + Treatment is rendered by a private attending physician + Medications Ordered are being Administered Intramuscularly + Medications Ordered are being Administered Intravenously + Medications Ordered are being Administered Orally + Maintains no Inventory + Medications Ordered are being Administered Subcutaneously + Majority + Marketable Securities valued at cost + Marketable Securities valued at lower of cost or market + Interior Access Denied + Repairs are Recommended + Loan Originated under Shared Equity Plan + Title and or Legal Issues Exist + Environmental Issues Exist + Property is Listed As Is + Property is Listed as Repaired + Vacancy Rate is Greater Than 5 Percent to 10 Percent + Vacancy Rate is Greater Than 10 Percent to 20 Percent + Vacancy Rate is Greater Than 20 Percent + Most Comparable Property + Anticipate Issues which Affect Ability to Secure Financing + Points are Paid by Seller + Property Covered by Flood Insurance Policy + Property Covered by Earthquake Insurance Policy + Points are Negotiable + Property is Currently Listed with a Real Estate Firm + Left + Maxillary Moderate + Mandibular Moderate + Maxillary Severe + Mandibular Severe + Income Has Been Verified + Person Has Been Interviewed + Rent Has Been Verified + Employer Has Been Verified + Position Has Been Verified + Treatment is curative + Income or Assets of Another Used + Disclosure of Someone Else's Liabilities Required + Property Improvements "to be made" + Property Improvements "have been made" + Distant Suburban + Self Employed + Liability to be Satisfied + Are Assets/Liabilities Reported Jointly + Location is Farm + Location is Resort + Shortage Exist for Competing Listings + Competing Listings are in Balance + Oversupply Exist for Competing Listings + Incentives are Offered + Listed Property has been Inspected + Sale Property has been Inspected + General Marketing Condition is Depressed + General Marketing Condition is Slow + General Marketing Condition is Static + General Marketing Condition is Improving + General Marketing Condition is Excellent + Employment Conditions are Stable + Employment Conditions are Declining + Employment Conditions are Increasing + Overimprovement Condition Exists + Inquiry Has Been Verified + Outstanding Judgments + Declared Bankruptcy in Past 7 Years + Foreclosure or Deed in Lieu in Past 7 Years + Party to Lawsuit + Obligated on a Loan Foreclosed, Deed in Lieu of Judgment + Currently Delinquent or in Default + Obligated to Pay Alimony, Child Support or Maintenance + Part of Down Payment Borrowed + Co-maker or Endorser on a Note + Treatment is Palliative + Involuntary Committal + Lack of Available Equipment + Lack of Appropriate Facility within Reasonable Distance to Treat Patient in the Event of Complications + Sudden Onset of Disorientation + Sudden Onset of Severe, Incapacitating Pain + Continuous Hemorrhage from any Site with Abnormal Lab Values + Patient Requires Intensive IV Therapy + Patient Requires Volume Expanders + Patient Requires Protective Isolation + Patient Requires Frequent Monitoring + Patient Requires Extended Post-operative Observation + Foreclosure Proceedings Have Begun + Underimprovement Condition Exists + Marketability of Property is Excellent + Marketability of Property is Good + Marketability of Property is Fair + Marketability of Property is Poor + Fees are Current + Fees Include Tennis + Fees Include Pool + Fees Include Insurance + Fees Include Landscape + Fees Include Other Amenities + Most Likely Buyer is Owner Occupant + Most Likely Buyer is Investor + Liability Coverage Will Transfer + Most Likely Buyer is Other Person or Entity + Potential Financing is Fannie Mae + Suppress Paper Endorsement + Do Not Suppress Paper Endorsement + Escrow + Teaching Minor + Sub-servicer Submitted + First Mortgage + Second Mortgage + Amputation + Address Skip Begin + Address Corrected + + Automatic Edging Time Calculated + Automatically Select + Agitated + Automatically Search and List + Address Incorrect + Assumable + Potential Financing is Cash + Ambulation Limitations + Potential Financing is Outside Lender + Address Incomplete + Accept Certification without Changes + Alley is Public + Potential Financing is Federal Housing Administration + Address Skip Resolved + Address Skip Exhaust + Accept Statement of Limiting Conditions without Changes + Automatic Underside Time Calculated + Available - Not Used + Accept Certification with Changes + Accept Statement of Limiting Conditions with Changes + Adjacent Track Occupied + Potential Financing is Veterans Affairs + Uninsured Motorist Coverage Will Transfer + Mortgage in Foreclosure + Real Estate Owned (REO) Mortgage + Potential Financing is Contract for Deed + Only the Exterior has been Inspected + Real Estate Owned Property or Foreclosure Property + Number of Comparable Listings is Normal + Number of Comparable Listings is an Oversupply + Number of Comparable Listings is a Shortage + Property Management Expenses Outstanding + Borrower Letter Attempt + Building or Mobile Home is in a Coastal Barrier Resources Area + Borrower Telephone Contact + Business Pending + Borrower Letter Contact + Marketable Securities valued at market + Appropriate Improvement Condition Exists + Name unknown to local authorities + No manufacturing done on Premises + Occasional + Officer or owner in other Businesses + Bowel Limitations, Bladder Limitations, or both (Incontinence) + Old + Operates on part time basis + Parent Financial Statement Used + Borrower Payment Received + Product Information Available + Bedrest BRP (Bathroom Privileges) + Revenue derived from Commissions + Borrower Telephone Attempt + Revenue derived from Donations + Revenue derived from Fees + Revenue derived from Grants + Revenue derived from Taxes + Sprinkler Equipped + Statement requested from Government Registry + Collision Coverage Will Transfer + Advances From Property Management Expenses Outstanding + Final Demand Letter Sent + Lender Request for Assistance + Mortgage has Lender-purchased Mortgage Insurance + Insufficient Funds + Credit Enhanced Mortgage + Corporate Appointment + Special Servicing Required + Client Specifically Requested Consideration of Special Financing or an Assumable Loan + Cane Required + Complete Bedrest + Collection Card was Left + Call to Directory Assistance for Reference Telephone + Co-signer Telephone Attempt + Co-signer Telephone Contact + Co-signer Delinquency Letter Sent + Co-signer Final Demand Letter Sent + Call to Directory Assistance for Co-signer Telephone + Valid Borrower Address or Phone Attempt with Previous Holder + Convertible + Claimant had a Pre-existing Injury + Comatose + Common Elements are Leased to or by the Home Owners' Association + Contracture + Case Pending + Callable + Crutches Required + Community Participates in National Flood Insurance Program + Common Elements are Completed + Curb and Gutter are Public + Cooperative + Cooling Water is Low + Certification Status + Car Spaces are Adequate + Car Spaces are Inadequate + Comprehensive Coverage Will Transfer + Issue Check Payable to Borrower and Return to Servicer + Issue Check Payable to Servicer and Return to Servicer + Issue Check Payable to Borrower and Send to Borrower + Issue Check Payable to Servicer or Borrower and Return to Servicer + Issue Check Payable to Other Payee + Positive + Negative + Taxes are Typical for the Area and Price Range + Improvement Conforms to Zoning Regulations + Call to Directory Assistance for Borrower Telephone + Deferment or Forbearance Begin + Declined + Borrower Furnished Demographic Data + Deferment or Forbearance End + Funds available for Unsecured Creditors + Dynamic Brakes are Out + Debtor has been Domiciled + Disoriented + Dynamic Brakes are Operational + Construction Warranty + Construction Warranty Transferable + Maintenance Drug under Client's Benefit Plan + Payment Reduced Because Maximum Allowable Cost Exceeded + Benefits Terminated Prior to Service Date + Depressed + Drug Part of Formulary Data Base + Subject not Engaged in Business + All Door Seals are Intact + Filing Fee Attached + Subject not Engaged in Business at Requested Address + Suspended + Total + Unable to Respond + Dyspnea with Minimal Exertion + Uses Own Facilities + Figures are Total + Fixed Asset Breakdown Undisclosed + For the Fiscal Year + For the Period + Formed by Consolidation + Formed by Merger + Prior Bankruptcy Case Filed in Last 6 Years + Debtor is not Represented by an Attorney + A Pending Case has been Filed + Guaranteed by Parent Company + Has Authority for All Purchases + Has Authority to Purchase Supplies + Equipment Certified + Has Business Interruption Insurance + Has Class of Stock + Has Extended Coverage Insurance + Has Fire Insurance + Has Joint Authority + Has Life Insurance + Existence of Preliminary Flood Determination + Existence of Community Participation in the National Flood Insurance + Endurance Limitations + Has Marriage Contract + Electricity On + Equipment Is Overhauled + Exercises Prescribed + Has No Par Value + Engine Start-Up Performed with No Problems Reported + Engine Start-Up Performed with Problems Reported + Electrical Control System Shut Down + Has Other Insurance + Has Par Value + Has Sole Authority + Excellent + Has Voting Rights + Heading Address in Registered Office Only + High Level + Homeworkers Employed + In Subscriber Shares + Inactive + Incomplete + Incorporation Details Requested + Increase or Up + Information Cannot Be Provided at This Time + Information in Date + Information Requires Investigation + Actions has a Significant Environmental Effect + Application Includes Complete System + Antenna is Mounted on a Structure with an Existing Antenna + Notice of Construction or Alteration has been Filed + Applicant Wants to Monitor Frequency + Applicant has been Denied Government Benefits Due to Use of Drugs + Application is Certified + Application is for other Than a New Station + Fee Required + Flood Status + Flood Insurance Required + Federal Flood Insurance is Available (Community Participates) + Inventory Valued Using LIFO (Last In/First Out) + Not Too High Level + Forgetful + Flood Certification with Life of Loan + Street Maintenance is Public + Fair + Not Yet Registered + Obliged to File Balance Sheet + Official Confirmation Received + Old But Well Kept + Old Established Business + Operated at Break Even + Operates as Agent + Flood Zone Status + Out of Business + Outstanding Claims + Gas On + Hazardous Materials are Used or Produced + Genetically Engineered Organisms are Used or Produced + This is a Group Proposal + Historical Sites Are Affected + Facilities are Properly Accredited or Authorized + Proprietary or Privileged Information will be contained in the Application + This Project has an Actual or Potential Impact on the Environment + Growth Rate is Fully Developed + Outstanding Social Security Claims + Outstanding Value Added Tax (VAT) Claims + Product Demonstration in Effect + Ownership Acknowledged in Signed Statement + Ownership Acknowledged Verbally + Ownership Not Acknowledged + Owns No Real Estate + Owns Real Estate but Details Not Available + Prepared from Books Without Audit + Prepared from Statement by Accountant + Profits Paid to Group + Shelf Set to Manufacturer's Standard + Publicly Traded + Good + Purchase Authority is Qualified + Purchases on Floor Plan + Shelf Set to Retailer's Schematic + Purchases on Letter of Credit + Real Estate Check is Necessary + Record of Preferential Claims + Registered Address is Same as Business Address + Relatives Help in Business + Satisfactory + Seasons are Steady + Secured + Organization Certifies Compliance with Federal Lobbying Regulations + Project involves International Co-operative Activities + Human Anatomical Substances Are Used + Handicap Facilities Are Available + Lobbying Activities Have Been Conducted Regarding the Proposal + Organization Certifies Compliance With the Drug-Free Workplace Act + Organization Certifies Compliance with the Code of Federal Regulations Regarding Research Misconduct + Organization Provides a Smoke Free Workplace + Organization Certifies Compliance with Federal Discrimination Regulations + Organization Certifies Compliance with the Code of Federal Regulations Regarding Responsibility of Applicants for Promoting Objectivity in Research for which Public Health Service (PHS) Funding is Sought + Well Maintained + Interest Rate Buydown + Heating and Cooling for the Individual Units Separately Metered + High Discharge + High Engine Water Pressure + Interest Only + Graduated Payment + Principal Balance Exceeds Maximum Negative Amortization + Last Change + Liability Released + Liability Not Released + Hearing Limitations + Liability Determined by Note Holder + After Conversion + Hostile + After Modification + Balloon + Capitalized Mortgage + Federal Wages in Effect + Social Security Number (SSN) Never Issued + Name Does Not Match Social Security Number (SSN) + Birthdate Does Not Match Social Security Number (SSN) + Impossible Social Security Number (SSN) + Employee is Ineligible to Work + Metes and Bounds + Consolidation, Extension, Modification of Mortgage Loan (CEM) + Based on Operating Data + Uses Outside Services + Very High Level + Very Small + Voluntary Bankruptcy + Well Balanced + Well Regarded in Business Circles + Organization has Delinquent Federal Debts + Organization has been Placed on the Federal Debarment and Suspension List + No-show Indicator + Interest Paid in Advance + Interest Paid in Arrears + Interest Carryover + Sells Directly + Sells with Agents + Sells with Storage + Small + Independent at Home + Some Increase + Somewhat Declining Tendency + Started Some Time Ago + Industry Location + Sufficient + Indifferent + Termination Date Set + Injury occurred on Employer's Premises + Terms Include Lump Sum Payments + Terms Include Progress Payments + Terms on Cost Plus Basis + Terms on Fixed Fee Basis + Trade Style Registered + Trading Address of Sole Proprietor + Unchanged Situation + Undetermined + Unsatisfactory + Unsecured + Qualifies as an Energy Efficient Home + Military Services Barred from Recruitment Activities at the Proposing Organization's Site(s) + Rate Negotiated + Under Penalty of Perjury the Information is True and Correct + Project Requires Inter-Government Review for Activities that affect State or Local Government or Possible National Security Implications + Filing on Behalf of Debtor is Authorized + Debtor Understands the Relief available under each Bankruptcy Chapter + Attorney Declares that Debtor has been Informed + Attorney has Explained the Relief available under each Bankruptcy Chapter + There has been a Transfer of a Claim Against the Debtor by or to any Petitioner + Third Party Originated + Existing Construction + Other Lien + Subject Lien + No Evidence of Property Damage Observed such as Dampness, Termites, or Structure Settlement + Primary Underwriting System + Non New Parts Used + Pledged Loan + Security Delivery + Secondary Underwriting System + Distribution is Stopped + Sentence was Suspended + Very Negative Information Exists + Payment Notes Exist + Immigrated + Audited with Qualifications + Audited + Temporarily Closed + Partial + Telephone Number is Unpublished + Telephone Number is Not in Service + Negative Information Exists for the Group + The More Important Items are Only Included + Interest Owned by Affiliated Company + Interest Owned by Subject of Inquiry + Qualifies as a Government Approved Condominium or Project + Account Receivables Breakdown Undisclosed + Additional Record Items Available + Address is Qualified + All Paid In or Issued + Appears High + Appears Not to Guarantee Sufficient Coverage + Appears Sufficiently High + Appears to Indicate a Strained Situation + Banks with Main National Banks + Bills Paid from Branch Office + Bills Paid from Division Office + Bills Paid from Headquarters Office + Bond Information Available + Changed Accounting Date + Clear + Clear Declining Tendency + Clear Increase + Cluttered + Company has No Other Locations + Company is Branch of Foreign Entity + Company is Perpetual + Company is Tax Exempt + Compared to Same Period Last Year + Conducted at a Loss + Inventory Valued using FIFO (First In/First Out) + Large + Letter of Agreement Present + Letter of Agreement Withdrawn + Letter of Liability Present + Letter of Liability Withdrawn + Location Inquired Upon is a Branch + Location Inquired Upon is a Branch; Headquarters is Provided + Location inquired upon is a Headquarters + Location is Foreign + Means Exhausted + Medium to Large + Immunization Mandated by State Law for Employment + General Standard of 20 Degree or .5 Diopter Sphere or Cylinder Change Met + Replacement Due to Loss or Theft + Replacement Due to Breakage or Damage + Replacement Due to Patient Preference + Replacement Due to Medical Reason + Land Contract + Account Current + Very Good + Restored + Letter of Map Amendment or Letter of Map Revision + Legally Blind + Producer of Goods + Drawback Indicator + Lethargic + Customs Rule Applicable + Exported Pursuant to Law Regulation or to Cancel Customs Bond + Country of Origin Information Applies to All Prior Shipments + Price Estimated + North American Free Trade Agreement (NAFTA) Preference + Kit Form + Lockout Effective + Letter of Appointment + Facility’s Emergency Response Plan Includes Specific Actions to be Taken in Response to Accidental Releases of Regulated Substances + Locomotive is Isolated + Low Engine Oil Pressure + Facility had a Safety Inspection + Locomotive Engine is Running + Lessee Signature on File + Lender or Servicer Transfer + Evidence of Dampness + Evidence of Termites + Evidence of Structure Settlement + Salvage Moved + Address is Former Location + Address is Occupied by Others + Facility has an Occupational Safety and Health Act (OSHA) Star or Merit Ranking + Data Corrected + Servicer Record Selected + Length of Service is 3 Months or Less + Length of Service is 3 Months or more, and Less than 1 Year + Length of Service is 1 Year through 5 Years + Length of Service is more than 5 Years + Cataract or Corneal Transplant or Other Condition such as Keratoconus + Vision in Worse Eye Correctable to 20/40 or Better with Regular Lenses + Contact Lenses Corrected Vision in Worse Eye to 20/40 or Better + Major Alarm Flag Reported + Equipment has Modified Configuration + Other Mental Condition + Marketing Time is 4 to 6 Months + Trend Reversed + Microprocessor Fault + Mortgage Insurance Application Included + Mortgage Credit Report Included + Residential Loan Application Included + Real Estate Information Report Included + Real Estate Title Evidence Included + Manually Search and List + Property is Occupied by Tenant (Market Rent) + Property is Occupied by Tenant (Regulated Rent) + Cooperative Project Includes or Owns Any Commercial Units + Units and Project Amenities are Complete + Eligible Trust + Resale Property + Miscellaneous Skip-Trace Attempt + Photos Match Description + Photos Show Negative Influence + Exclude from Monthly Debt + This Broker Market Analysis is being Completed for Home Market Assistance + This Broker Market Analysis is being Completed for Homesale or Buyout + Project Type is Single Family + Project Type is Other + Hospitalized over-night + Claim Involves (a) Day(s) Away From Work + Claim involves Restricted Work Activity Without Days Away from Work + Strike or Lockout in Progress + Shutdown or Layoff in Progress + Work is Seasonal + Natural Disaster or Adverse Weather Affecting Work + Shorter Work Schedules or Fewer Pay Periods than Usual in Effect + Longer Work Schedules or More Pay Periods than Usual in Effect + Other Factors Affect Claim Frequency + No User Available + Neighborhood Predominately Single Family Dwellings + Item has Direct Numerical Control + Note Holder Permission Required + Notarized + New Construction + Mortgage Points are Customarily Paid by Seller + No National Flood Insurance Program map + Seasoned Mortgage + Issues are Anticipated that would Affect the Ability to Secure Financing of the Subject Property + Citizenship + Group Disability Insurance Mandatory + Retail Origination + Answer to Referenced Question is "None" + Arm's Length Transaction + Certification of a Non-attorney Bankruptcy Petition Preparer + Eligible for the Fannie Mae Neighbors Program + No Restrictions + 401K Plan in Effect + Lodging Provided + Not Used + Contract Labor + Bonuses Paid + Minors Employed + Meets Requirements for Fannie Mae Community Seconds Program + Purchase is a Result of Current Employer Sponsored Relocation + Teaching Major + Multiple Unspecified Instances + Hires Part Time Employees as Needed + Mexican Request + Risk Management Plan Requires Predictive Filing + Sanitized Copy + Site Treated, Disposed, Recycled Waste On-Site or Discharged Waste to Sewer or Publicly Owned Treatment Works + Toxic Chemical Claimed as Trade Secret + Under Control of Reporting Facility or Parent Company + Weather Conditions Not Known + Seller Provided Below Market Secondary Financing + Fixed Site + Mobile Facility + Transfer Authorized + Transfer Complete + Commercial Driver's License Verified + Responsibility Accepted + Waterbody Involved + Charges Pending + Driver has Proper License Class + Driver Compliant with License Restrictions + Other Limitation + Driver has Commercial Driver's License + Driver has Medical Waiver + Own other Federal Housing Administration Property + Out of Range Product Temperature + Photographs Taken + Other Restrictions + Out of Service + Oriented + Police Officer at Scene + Overridden + Proposed + Rating is Affected + Veteran as Defined by the Federal Housing Administration (FHA), Veterans Administration (VA), or Department of Housing and Urban Development (HUD) + Liability is Contingent or has a Co-signer + Terminal Degree + Patient was Discharged from the First Facility + Patient was Admitted to the Second Facility + Property has a Family Room or Den + Property has Central Air Conditioning + Property Typical of Neighborhood + Property Deferred Maintenance Typical of Neighborhood + Accepting Existing Patients + Accepting New Patients + Property Intended to be Occupied as Primary Residence + Paralysis + Phone Skip Begin + Plan is Attached + Phone Skip Resolved + Phone Skip Exhaust + Paid Outside of Closing + Project is Subject to Ground Rent + Prepayable + Program + Provider is Participating + Preliminary Flood Determination + Provider Certification in the Taxonomy Has Been Verified + Project and Services Budget is Maintained + Atypical Physical Condition + Personal Property Onsite + Property Previously Winterized + Liability will be Resubordinated to the Loan upon Closing + Poor + Publication is Included in Sharing + Project is Complete + Not Paid + Property Vacant 0-5 Percent + Partial Weight Bearing + Paid by Borrower Before Closing + Property for Sale + Property Vacant Over 5 Percent + Veteran + Export Product + Distilled Spirit, Beer or Wine + U.S. Goods Returned + Candidate for U.S. Customs and Border Protection (CBP) Protest + Domestic Product + Prior Approval Letter and Official Orders on File + Importer's Substantiating Statement and Contract are on File + International Transport Movement + Piece Count should be Included in the Total Packing List Quantity + Shipment should be Held at the Port + Multiple States of Origin for this Item + Multiple Countries of Origin for this Item + Letter of Credit Restricted to a Specific Bank + Letter of Credit Permits Transshipment + Letter of Credit Covers Partial Shipments + Dutiable Item + Amounts should be Pro-rated across Line Items + Toxic Substance Control Act (TSCA) Certification Required + Visa Required for this Item + Item Subject to Quotas + Item is a Set as Defined by the General Rules of Interpretation Section 3 (GRI3) + Item is a Set + Item is an Ensemble + Item is a Metal Item + Item is a Machine Part + Item is a Hazardous Item + Item is Eligible under the Generalized System of Preferences (GSP) + Quantity to be Imported has been Approved by the Necessary Agencies + Filing Data is to be Withheld from Public Inspection + Property Type Cooperative + Paid by Borrower at Closing + Paid by Other At or Before Closing + Treated as a Reduction to Income + Does Organization Receive Income from the Sale or Lease of Tangible Personal Property, the Lease of Real Property, or the Sale of Taxable Services? + Is organization a contractor-retailer primarily engaged in retail sales? + Exempt from Public Records Law + Debtor Holds Claim to Real Property + Entity Claims to Hold a Secured Interest + Debtor has Property of the Type Specified + Debtor Elects the State Exemption + Debtor Elects the Federal Exemption + Co-debtor may be Jointly Liable + Claim is Contingent + Claim is Unliquidated + Claim is Disputed + Reference Telephone Attempt + Debtor has No Creditors Holding Unsecured Priority Claims + Reference Telephone Contact + Rent Delinquent + Claim is Subject to Setoff + Debtor has No Executory Contracts or Unexpired Leases + Lease is for Nonresidential Real Property + Debtor has No Co-debtors + Debtor is Married + Debtor's Spouse Maintains a Separate Household + Real Estate Taxes are Included + Property Insurance is Included + Debtor has No Creditors Holding Secured Claims + Rent Control + Equipment is Rebuilt + Individual Injured in Performance of Duty + Individual Injured by Third Party + Quality of Management and its Enforcement of Rules and Regulations Based on General Appearances + Pay Continued + Sick Leave Taken + Signature on File + Low Refrigerant Capacity Shutdown + Recent Defrost + Rated Horsepower can be Produced + Foreign Military Sale + Waiver of Prior Notice + Alternate Certification Program Participant + Services Provided at the Second Facility were available at the First Facility + Under Treatment + First Time Vacant + Adverse Easement + Disclosure Indicator + Atypical Off Site Improvements + Toxic Substances + Adverse Encroachment + Atypical Functional Condition + Subject Property is Currently Listed + Debtor is a Small Business as Defined in 11 U.S.C. Section 101 + Special Services are Mobile Home Only + Special Services are Leasehold or Mobile Home or Both + Debtor Elects to be Considered as a Small Business Under 11 U.S.C. Section 1121(e) + Sensor Fault + Street Lights are Public + Special Services are Leasehold or Subleasehold or Both + Hazardous Waste + Pest Infestation + Road Maintenance Required + Speech Limitations + Currently Serving in Military + Major Base Support + Critical Support Level Met + Street is Public + Local Wages in Effect + Federal Worker Displacement + Adverse Zoning + New Services Requested + Continued Services Requested + Major Corporation/High Tech + Sidewalk is Public + Collective Bargaining Agreement Sent by Mail + Collective Bargaining Agreement Sent by Facsimile + Contract + Under Contract + Road Test Performed with No Problems Reported + Road Test Performed with Problems Reported + Tires' Brand Match + Real Estate Taxes are Current + Hazard Insurance is Current + Terminate Guarantee + Atypical External Condition + Subsidence (Settlement of Ground Surface Caused by Loss of Support) + Utilities Inadequate + Collective Bargaining Agreement Sent by Electronic Bulletin Board + Debtor has No Creditors Holding Unsecured Nonpriority Claims + Transport via Cargo Aircraft + Annual Leave Taken + Item is Special Test Equipment + Operates as Representative For Others + Claim Involves Work Related Death + Claim Does Not Involve Work Related Death, Days Away from Work, or Restricted Work Activity + Employee Has Not Recovered to Return to Work + Employee Has Retired + Employee Has Resigned + Employee is Permanently and Totally Disabled + Traction Motor is Cut Out + Atypical Quality of Construction + Atypical Remodeling + Transport via Passenger Aircraft + Atypical Additions + Transfer to Bed, or Chair, or Both + Adverse Marketing Conditions in Subject Property's Neighborhood + Neighborhood Water Source is Public + Neighborhood Sewage Treatment is Public + Telephone Number Verified + Neighborhood Street is Public + Other Miscellaneous Adverse Characteristics + Subject Property's Street is Public + Subject Property's Sewage Treatment is Public + Disability + Minimal Change + Neat Appearance + Net Worth Computed after Exemptions + Net Worth Considerably Higher + Net Worth Higher + No Employees + No Employees - Business Managed by Owner + No Employees - Business Managed by Partners + Not Out of Business + Uninsurable, 1316 Property + Conducted at a Profit + Contingent Debt Indicated + Continue + Contracts Obtained by Bid + Contracts Obtained by Negotiation + Converted to Holding Company + Cross Claim Filed + Declining Tendency + Detrimental Events in Past, Relating to Business + Detrimental Events in Past, Relating to Management + Down or Decline or Decreased + Employees Include Officers + Uncooperative + Employees Include Owners + Employees Include Partners + Employees Include Temporary Workers + Employees Vary According to Needs + Enclosed + Up as Tolerated + Extent of Audit, if any, Not Indicated + Favorable Personal Reputation + Figures are Abbreviated + Figures are Converted to Agency Format + Figures are Individual + Figures are Restated + Ultimate Parent Company Financial Statement Used + Valid Borrower Address or Phone Attempt with School Attended + Lender Determined Borrower Moved Out of State + Lender Determined Borrower Moved Back into State + Lender Determined Borrower Incarcerated + Lender Determined Borrower No Longer Incarcerated + Original + True and Exact Copy + Subject Property's Water Source is Public + Pictures Required + Intercompany Relations Exist + Inventory Valued at Lower of Cost or Market + Inventory Valued at Other Methods + Operates as Sole Agent + Without Personal Judgment + Work is Subcontracted + Not Registered + Immediate Attention Required + Vehicle Inspection Report Completed + Middle to Medium + Rent Control Likely + Furnished + Price Range Single Family or Planned Unit Development Not Applicable + Price Range Condominium Not Applicable + Price Range Two to Four Family Not Applicable + Financial Figures are Projected Based on Sales + Financial Figures are Projected Based on Employees + Parent Company has Bankruptcy + Headquarters has Bankruptcy + Commercial Motor Vehicle was Involved in this Conviction + Commercial Motor Vehicle was Carrying Hazardous Materials when the Offense was Committed + Prepared from Internal Book Figures + Quantity Declined + Quantity Details Unknown + Was tax paid when purchased by seller? + Was item depreciable? + Statement is on a Trading Trust + New Registration + Mailing Address Change + Residence Address Change + Name Change + Party Enrollment Change + Needs Absentee Ballot + Would Like to be Election Day Worker + Duplicate Registration + Forwarded Application + Walker Required + Water On + Application Incomplete + Vehicle Plate Surrendered + Written Notice to Note Holder + Written Notice to Borrower + Within Specified Time Period + Within Specified Range + Injury was Work Related + Dealer Pricing Authorization + Summary Level Information + Detail Level Information + Non-occupant Co-borrower + Unit is a Studio (Efficiency) + Equipment in Working Order + To be Watched + Undetermined Out of Business Status + Wheelchair Required + Balance Sheet Filed + Winterized Tag Observed + Material Safety Data Sheet + Accepts Credit Cards + All Purchases Made from Headquarters + Busy + Excessive + Fairly new + No Employees - Business Managed by Director(s) + Gross Weekly Amount is Estimated + Waiting Period Disability Days are Non-consecutive + Report Depicts Most Recent Data - Interim Period(s) Omitted + Permanent Impairment Paid at Minimum + Employee's Death is a Result of Work Injury or Illness + Employee's Written Social Security Number Release is on File + Employee's Medical Records Release Authorization is on File + Employee Returned to Work with Pre-Injury Employer + "Cafe" Plan in Effect + Figures are Average + Imports + In Process of Establishing + Intercompany Relations Consist of Endorsements + Intercompany Relations Consist of Guarantees + Intercompany Relations Consist of Leasing Arrangements + Intercompany Relations Consist of Sharing Accounting + Intercompany Relations Consist of Sharing Facilities + Intercompany Relations Consist of Sharing Management + Intercompany Relations Consist of Sharing Personnel + Interest in Other Business(es) Along with Family + Interest in Other Business(es) Along with Others in Reported Company + Inventory Valued at Company's Estimates + Inventory Valued at Cost + Inventory Valued using AVCO (Average Cost) + Joint Ownership + Leases with No Rent Payments + Leases with Option to Buy + Leases with Token Payment + Limited + Located for Several Years + Located Since Opening + Modern + Non-Existent + Officer or Owner in Other Businesses in the Same Field + Operates as a Distributor for Others + Insured Cooperative + Worked in Industry for Several Years + Aircraft Operation + All Classifications on Policy Accounted For + Board Provided + Casual Labor + Certificates on File for All Subcontractors + Commissions Paid + Condition or Type of Records Cause Additional Audit Time + Domestic Workers Employed + Operates from Residence + Operates under License by Others + Rents from Month to Month + Semi-modern + Under Construction + Unlimited + Used + Variable + Holder is a Subsidiary of Reporting Agent + Contact is Unchanged From Previous Report + Report was Filed Last Year by This Agent + Party is Authorized to do Business in This State + Clear Decrease + Employees Temporarily Laid Off + Established in the Industry + Global Business + Information to be Followed Up + Known Details are Listed + Land is Rented + Low + Prime Commercial Area + Shares with Affiliated Company(ies) + Slightly Higher + Slightly Lower + Stagnant + Territory Information is Available + Subcontractors Used + Insured Is a Subcontractor + Insured Has Multiple Entries + Insured Has Retail Operations + Insured Requested Division of Payroll of Employee(s) + Owner or Officer Interviewed + Premium Overtime Excluded + Records Reflect Proper Division of Employee(s) Payroll + Records Satisfactory for Audit + Relatives Employed + Customer - Configuration Change is Required + Condition Board of Inspection and Survey (INSURV) is Mission Degrading + Condition Board of Inspection and Survey (INSURV) is Maintenance Related + Condition Board of Inspection and Survey (INSURV) is Safety Related + Repair is Mission Essential + Repair is Safety Essential + Periodic Maintenance is Required + Condition Board of Inspection and Survey (INSURV) Discrepancy is Corrected + Progress is in Jeopardy + Employee's Injury or Illness is Work Related + Final - Configuration Change is Required + Final - Delivery to Shop is Required + Final - Requestor Workforce will Assist + Job is Level 2 + Preliminary - Configuration Change is Required + Preliminary - Delivery to Shop is Required + Preliminary - Requestor Workforce will Assist + Configuration Change is Associated with Time Meter + Shop Has Lead Responsibility + Estimate is Derived From Job Template + Requestor Holds Technical Documentation + Replacement Item + Canadian Standards Association (CSA) Approved + Non-convertible + Underwriters Laboratory (UL) Approved + Mutually Defined + In Progress + Accepting Family Members + Atrophy + Beneficiary is Partially Dependent + Beneficiary is Totally Dependent + Component Assembly Inspection Required + Claim is Fraudulent + Contractor Liable for Discrepancy + Cumulative Injury + Cost + Defined Distribution + Deductible Amount Fully Recovered + Deductible Amount Not Fully Recovered + Equipment is Remanufactured or has been Assigned a New Equipment Initial + Homicidal + Joint Coverage Applies + Legislative Price Control in Effect + List Specialty in Directory + Mild Retardation + No Deductible Program + Open Distribution + Occupational Disease + Organic Product + One Hundred Percent Organic + Product is Made with Organic Ingredients + Patient Is Allowed To Leave Residence + Paraplegia + Previously Failed Board Certification + Product Substitution is Not Allowed + Purchase Order Carton Consolidation (POCC) for this Carton + Purchase Order Carton Consolidation (POCC) for this Shipment + Prior Damage + Product Substitution is Allowed + Product Substitution is Allowed as Specified + Patient Is Homebound + Rental Car Arranged + Referral Required + Sell + Manufacturer Product Serial Numbers are Included + Specialty is Primary + Specialty is Secondary + Self-Threatening Behavior + Subrogation Open + Suicidal + Threatening Behavior Toward Others + Traumatic Injury + Volume Decrease + Volume Increase + Vehicle was Declared a Total Loss + + + Appeal - Immediate + Appeal - Standard + Cancel + Extension + Notification + Verification + Add-on + Replacement + Certification of Current Cost and Pricing Data + Certification of Overhead + Certification Not Required + Final + Recertification + Initial + Reconsideration + Renewal + Revised + + + Copay exempt + Recipient did not pay when asked + Recipient paid when asked + Payment was not requested + + + Not Dispense As Written (DAW) + Physician Dispense As Written (DAW) + Patient Dispense As Written (DAW) + Pharmacy Dispense As Written (DAW) + No generic available + Brand Dispensed as Generic + Override + Substitution Not Allowed-Brand Drug Mandated by Law + Substitution Allowed-Generic Drug Not Available in Marketplace + Other + + + 1st Carrier after Origin Carrier + 2nd Carrier after Origin Carrier + 3rd Carrier after Origin Carrier + 4th Carrier after Origin Carrier + 5th Carrier after Origin Carrier + 6th Carrier after Origin Carrier + 7th Carrier after Origin Carrier + 8th Carrier after Origin Carrier + 9th Carrier after Origin Carrier + Origin Carrier, Agent's Routing (Rail) + Origin/Delivery Carrier (Any Mode) + DELY (Delivery Switch Carrier) + Haulage Rights Carrier and Junction + Origin Switch Carrier + Haulage Movement Carrier and Junction + Origin Carrier (Air, Motor, or Ocean) + Origin Carrier, Rule 11 Shipment + Origin Carrier, Shipper's Routing (Rail) + Intermediate Switch Carrier + Last Carrier in Route on Return Route Move + Mutually Defined + Junction Settlement Carrier Following (Destination carrier receiving revenues resulting from junction contract) + Junction Settlement Carrier Intermediate + Junction Settlement Carrier Predecessor (Origin carrier receiving revenues resulting from junction contract) + + + Combination Forms + Test Kits + Contraceptive Devices + Devices + Patch or Disc + Chewable (candy) Bar + Dosepak + Tablet + Enteric Coated Tablet + Sustained Release Tablet + Buccal or Sublingual Tablet + Chewable Tablet + Soluble Tablet + Tablet Unspecified + Capsule + Sustained Release Capsule + Capsule Unspecified + Tablet 21 Day Supply + Tablet 28 Day Supply + Enteric Coated Capsule + Lozenge or Troche + Internal Powder + Chewing Gum + Granules + Swabs + Injection + Sustained Release Injection + Injectable Unspecified + Injectable Lyophilized Powder + Ophthalmic + Ophthalmic Liquid + Ophthalmic or Otic + Ophthalmic Liquid (Compliance Cap) + Elixir + Suspension + Syrup + Solution + Emulsion + Drops + Pediatric Liquid + Liquid + Oral, Liquid and Sustained Release + Rectal Cream or Ointment + Rectal Suppository + Vaginal Suppository + Vaginal Tablet + Vaginal Cream + Vaginal Foam + Urethral Suppository + Enema + Douche + Vaginal Ointment + Contraceptive Sponge + External Ointment + External Cream + Dental Product + Aerosol Powder + Aerosol Spray + External Liquid + External Powder + Dental Mouth Rinse + Inhalant (Refill Canister Only) + Irrigant + Gargle + Throat Spray and Swabs + Nasal + Inhalant + Otic + Soap + Stick + Dressing or Bandage + Miscellaneous Unspecified + + + Uniform Billing Claim Form Bill Type + Place of Service Codes for Professional or Dental Services + + + Content + Definition + Formula + Federal + Plan + State + + + Widely fluctuating blood sugars + Frequent episodes of insulin reactions + Evidence of frequent significant ketosis + Patient is not insulin dependent + + + Disability + Medicare - Point of Service (POS) + Medicare Advantage Point of Service (POS) Plan that excludes Part D coverage + Multiple Options Health Plan + Medicare Secondary Working Aged Beneficiary or Spouse with Employer Group Health Plan + Medicare Secondary End-Stage Renal Disease Beneficiary in the Mandated Coordination Period with an Employer's Group Health Plan + Medicare Secondary, No-fault Insurance including Auto is Primary + Medicare Secondary Worker's Compensation + Medicare Secondary Public Health Service (PHS)or Other Federal Agency + Dental + Vision + Prescription Drugs + Medicare Secondary Black Lung + Medicare Secondary Veteran's Administration + Medicare Secondary Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP) + Medicare Secondary, Other Liability Insurance is Primary + Auto Insurance Policy + Commercial + Consolidated Omnibus Budget Reconciliation Act (COBRA) + Medicare Conditionally Primary + Disability Benefits + Exclusive Provider Organization + Family or Friends + Group Policy + Health Maintenance Organization (HMO) + Health Maintenance Organization (HMO) - Medicare Risk + Special Low Income Medicare Beneficiary + Indemnity + Individual Policy + Long Term Care + Long Term Policy + Life Insurance + Litigation + Medicare Part A + Medicare Part B + Medicaid + Medicare Part D + Medicare Advantage Preferred Provider Organization (PPO) Plan that excludes Part D Coverage + Medicare Advantage Private Fee for Service + Medigap Part A + Medigap Part B + Medicare Advantage Health Maintenance Organization (HMO) Plan that includes Part D Coverage + Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that includes Part D Coverage + Medicare Advantage Indemnity Plan that includes Part D Coverage + Medicare Advantage Preferred Provider Organization (PPO) Plan that includes Part D Coverage + Medicare Advantage Indemnity Plan that excludes Part D coverage + Medicare Advantage Point of Service (POS) Plan that includes Part D Coverage + Medicare Primary + Medicare Advantage Health Maintenance Organization (HMO) Risk Plan that excludes Part D coverage + Medicare Advantage Health Maintenance Organization (HMO) Plan that excludes Part D coverage + Medicare Advantage + Other + Property Insurance - Personal + Personal + Personal Payment (Cash - No Insurance) + Preferred Provider Organization (PPO) + Point of Service (POS) + Qualified Medicare Beneficiary + Property Insurance - Real + Supplemental Policy + Tax Equity Fiscal Responsibility Act (TEFRA) + Workers Compensation + Wrap Up Policy + + + Skilled Nursing Facility (SNF) + Intermediate Care Facility (ICF) + Intermediate Care Facility - Mentally Retarded (ICF-MR) + Chronic Disease Hospital (CD) + Intermediate Care Facility (ICF) Level II + Special Skilled Nursing Facility (SNF) + Nursing Facility (NF) + Hospice + + + Elective + Initial + Limited Treatment + Routine + Urgent + Not specified + Patient Consultation + Home delivery + Emergency + 24 Hour + Patient Consultation Regarding Generic Product Selection + As Needed + Other + Initial Office Visit + Follow-up Office Visit + Full Treatment - Phase One + Full Treatment - Phase Two + Newborn Care + + + Non-Multiple Procedure + Primary + Secondary + + + Acute Condition + Chronic Condition + Non-acute + Non-Life Threatening + Routine + Symptomatic + Acute Manifestation of a Chronic Condition + + + Anesthesia + Livery + Other + Psychologist + Surgery + Transportation + Vision + Alcohol Abuse + Ambulance + Anesthesia Nurse + Convalescent Care Facility + Chiropractic + Christian Science Practitioner + Drug Abuse + Dentist or Dental + Durable Medical Equipment Supplier + Denturist + Emergency Room + Home Health + Hospital + Intermediate Care Facility + Independent Lab + Long-term Care + Physician or Medical + Marriage Family and Child Counselor + Mental Health + Midwife + Mail Order Drug + Multiple Type of Service + Non-medical Provider + Nurse Practitioner + Nursing Service + Occupational Therapy + Optometrist + Optician + Oxygen + Physician's Assistant + Podiatry + Parental or Enteral (PEN) + Physician's Office-based Facility + Psychiatric Social Worker + Physical Therapy + Pharmacy or Drug + Screening + Skilled Nursing + Speech or Language Therapy + Taxi + + + Lab or Clinical Reports + Visiting Nurse + Other + + + Transferred to Intermediate Care Facility - Mentally Retarded (ICF-MR) + Newly Admitted + Newly Eligible + No Longer Eligible + Still a Resident + Temporary Absence - Hospital + Temporary Absence - Other + Transferred to Intermediate Care Facility - Level II (ICF II) + Other + + + Gravity + Pump + Syringe + + + Gastrostomy + Jejunostomy + Nasogastric Tube + Other + + + Concentrator + Liquid Stationary + Gaseous Stationary + Liquid Portable + Gaseous Portable + Other + + + Exercising + No special conditions for test + On oxygen + At rest on room air + Sleeping + Walking + Other + + + Dependent edema suggesting congestive heart failure + "P" Pulmonale on Electrocardiogram (EKG) + Erythrocythemia with a hematocrit greater than 56 percent + + + Signed signature authorization form or forms for both HCFA-1500 Claim Form block 12 and block 13 are on file + Signed HCFA-1500 Claim Form on file + Signed signature authorization form for HCFA-1500 Claim Form block 13 on file + Signature generated by provider because the patient was not physically present for services + Signed signature authorization form for HCFA-1500 Claim Form block 12 on file + + + Not specified + No override + Other override + Vacation Supply + Lost Prescription + Therapy Change + Starter Dose + Medically Necessary + + + Not Specified + Written Prescription + Telephone Prescription + Telephone Emergency Prescription + + + Not Specified + Prior Authorization + Medical Certification + Early & Periodic Screening, Diagnosis, and Treatment (EPSDT) + Exempt from Copay + Exempt From Prescription Limits + Family Planning + Aid to Families with Dependent Children (AFDC) + Payer Defined Exemption + + + Initial Placement + Replacement + + + Assigned + Assignment Accepted on Clinical Lab Services Only + Not Assigned + Patient Refuses to Assign Benefits + + + Managed Dental Care Program + Civilian Health and Medical Program of the Uniformed Services (CHAMPUS) "External" Partnership Agreement + Health Maintenance Organization (HMO) Agreement + Civilian Health and Medical Program of the Uniformed Services (CHAMPUS) "Internal" Partnership Agreement + No Agreement + Participation Agreement + Preferred Provider Organization (PPO) Agreement + + + Auto Accident + Abuse + Another Party Responsible + Employment + Other Accident + Mutually Defined + + + Appropriate Release of Information on File at Health Care Service Provider or at Utilization Review Organization + Informed Consent to Release Medical Information for Conditions or Diagnoses Regulated by Federal Statutes + The Provider has Limited or Restricted Ability to Release Data Related to a Claim + No, Provider is Not Allowed to Release Data + On file at Payor or at Plan Sponsor + Yes, Provider has a Signed Statement Permitting Release of Medical Billing Data Related to a Claim + + + Case Turned Over to a Consultant + Pre-Admission Testing + X-ray or Lab Procedure Related to a Covered Surgery + Provider/Supplier determined the service is not covered, but the patient is requesting a formal review by the payor + Beneficiary was notified that the item might not be considered medically necessary and has agreed in writing to pay for the item; A signed waiver is on file with the provider + Beneficiary was notified that the item might not be considered medically necessary and has not agreed to pay for the item; No signed waiver is on file with the provider + Reserved for Local Assignment + Reserved for National Assignment + + + Medical Care + Surgical + Consultation + Diagnostic X-Ray + Diagnostic Lab + Radiation Therapy + Anesthesia + Surgical Assistance + Other Medical + Non-escrow or Non-impound Service + Escrow or Impound Service + Blood Charges + Used Durable Medical Equipment + Durable Medical Equipment Purchase + Ambulatory Service Center Facility + Renal Supplies in the Home + Alternate Method Dialysis + Chronic Renal Disease (CRD) Equipment + Pre-Admission Testing + Durable Medical Equipment Rental + Pneumonia Vaccine + Second Surgical Opinion + Third Surgical Opinion + Social Work + Diagnostic Dental + Periodontics + Restorative + Endodontics + Maxillofacial Prosthetics + Adjunctive Dental Services + Health Benefit Plan Coverage + Benefit Disclaimer + Plan Waiting Period + Chiropractic + Chiropractic Office Visits + Dental Care + Dental Crowns + Dental Accident + Orthodontics + Prosthodontics + Oral Surgery + Routine (Preventive) Dental + Home Health Care + Home Health Prescriptions + Home Health Visits + Hospice + Respite Care + Hospital + Hospital - Inpatient + Hospital - Room and Board + Hospital - Outpatient + Hospital - Emergency Accident + Hospital - Emergency Medical + Hospital - Ambulatory Surgical + Long Term Care + Major Medical + Medically Related Transportation + Air Transportation + Cabulance + Licensed Ambulance + General Benefits + In-vitro Fertilization + MRI/CAT Scan + Donor Procedures + Acupuncture + Newborn Care + Pathology + Smoking Cessation + Well Baby Care + Maternity + Transplants + Audiology Exam + Inhalation Therapy + Diagnostic Medical + Private Duty Nursing + Prosthetic Device + Dialysis + Otological Exam + Chemotherapy + Allergy Testing + Immunizations + Routine Physical + Family Planning + Infertility + Abortion + AIDS + Emergency Services + Cancer + Pharmacy + Free Standing Prescription Drug + Mail Order Prescription Drug + Brand Name Prescription Drug + Generic Prescription Drug + Podiatry + Podiatry - Office Visits + Podiatry - Nursing Home Visits + Professional (Physician) + Anesthesiologist + Professional (Physician) Visit - Office + Professional (Physician) Visit - Inpatient + Professional (Physician) Visit - Outpatient + Professional (Physician) Visit - Nursing Home + Professional (Physician) Visit - Skilled Nursing Facility + Professional (Physician) Visit - Home + Psychiatric + Psychiatric - Room and Board + Psychotherapy + Psychiatric - Inpatient + Psychiatric - Outpatient + Rehabilitation + Rehabilitation - Room and Board + Rehabilitation - Inpatient + Rehabilitation - Outpatient + + Physical Medicine + Speech Therapy + Skilled Nursing Care + Skilled Nursing Care - Room and Board + Substance Abuse + Alcoholism + Drug Addiction + Vision (Optometry) + Frames + Routine Exam + Lenses + Routine Eye Exam + Nonmedically Necessary Physical + Experimental Drug Therapy + Burn Care + Brand Name Prescription Drug - Formulary + Brand Name Prescription Drug - Non-Formulary + Independent Medical Evaluation + Partial Hospitalization (Psychiatric) + Day Care (Psychiatric) + Cognitive Therapy + Massage Therapy + Pulmonary Rehabilitation + Cardiac Rehabilitation + Pediatric + Nursery + Skin + Orthopedic + Cardiac + Lymphatic + Gastrointestinal + Endocrine + Neurology + Eye + Invasive Procedures + Gynecological + Obstetrical + Obstetrical/Gynecological + Mail Order Prescription Drug: Brand Name + Mail Order Prescription Drug: Generic + Physician Visit - Office: Sick + Physician Visit - Office: Well + Coronary Care + Private Duty Nursing - Inpatient + Private Duty Nursing - Home + Surgical Benefits - Professional (Physician) + Surgical Benefits - Facility + Mental Health Provider - Inpatient + Mental Health Provider - Outpatient + Mental Health Facility - Inpatient + Mental Health Facility - Outpatient + Substance Abuse Facility - Inpatient + Substance Abuse Facility - Outpatient + Screening X-ray + Screening laboratory + Mammogram, High Risk Patient + Mammogram, Low Risk Patient + Flu Vaccination + Eyewear and Eyewear Accessories + Case Management + Dermatology + Durable Medical Equipment + Diabetic Supplies + Generic Prescription Drug - Formulary + Generic Prescription Drug - Non-Formulary + Allergy + Intensive Care + Mental Health + Neonatal Intensive Care + Oncology + Positron Emission Tomography (PET) Scan + Physical Therapy + Pulmonary + Renal + Residential Psychiatric Treatment + Transitional Care + Transitional Nursery Care + Urgent Care + + + Early & Periodic Screening, Diagnosis, and Treatment (EPSDT) or Child Health Assessment Program (CHAP) + Physically Handicapped Children's Program + Special Federal Funding + Family Planning + Disability + Pneumococcal Pneumonia Vaccine (PPV) or Medicare 100% Payment + Induced Abortion - Danger to Life + Induced Abortion - Rape or Incest + Second Opinion or Surgery + Civilian Health and Medical Program of the Uniformed Services (CHAMPUS) External Partnership Program + + + Cervical 1 + Cervical 2 + Cervical 3 + Cervical 4 + Cervical 5 + Cervical 6 + Cervical 7 + Coccyx + Ilium + Lumbar 1 + Lumbar 2 + Lumbar 3 + Lumbar 4 + Lumbar 5 + Occiput + Sacrum + Thoracic 1 + Thoracic 2 + Thoracic 3 + Thoracic 4 + Thoracic 5 + Thoracic 6 + Thoracic 7 + Thoracic 8 + Thoracic 9 + Thoracic 10 + Thoracic 11 + Thoracic 12 + + + To Be Extracted + Impacted + Missing + Extracted + + + Buccal + Distal + Facial + Incisal + Lingual + Mesial + Occlusal + + + Not Specified + Not Unit Dose + Manufacturer Unit Dose + Pharmacy Unit Dose + Treated Group + Untreated Control Group + Vehicle Control Group + Positive Control Group + Optional Control Group + Mutually Defined + + + Bellows Meter + Based on 120 Days List to Contract + Displacement Meter + Flange Tap + Hubometer + Measured Over Six Months + Mercury Meter + Orifice Meter + Odometer + Pipe Tap + Turbine Meter + Valued at 90 Day Marketing Time Method + Valued at 120 Day Marketing Time Method + Valued at 180 Day Marketing Time Method + + + No Special Accounting Action + Action Code Reset + Relief Provisions + Bankruptcy or Litigation + Referred for Deed in Lieu of Foreclosure + Referred for Foreclosure + Loan Inactive for Accounting + Loan Reinstated for Accounting + Payoff + Payoff - Repurchased + Payoff - Alternative Conversion Adjustable Rate Mortgage to Fixed Rate Mortgage + Real Estate Owned Property + Third-party Foreclosure Sale + Federal Housing Administration or Veterans Administration/Real Estate Owned or Conveyance + Short Payoff + Principal Balance Correction + Delinquency + Third Party Sale, Pre-Foreclosure Sale and Short Payoff + Payoff - Prepaid + Payoff - Matured + Mortgage Insurance Cancellation by Homeowner Based on Original Value of Property + Mortgage Insurance Cancellation by Homeowner Based on Current Value of Property + Mortgage Insurance Cancellation by Servicer Based on Automatic Cancellation Provisions + Mortgage Insurance Cancellation Based on Mandatory Termination for High Risk Loan + Curtailment + Skip Payment + Mortgage Insurance Cancellation for Unspecified Reason + Repurchase for the Purpose of Modification + Substitution + + + Mixed Shipment Waybill + Revenue Waybill + AAR Rule 11 Shipment + Origin Junction Settlement + Destination Junction Settlement + Diversion + Error Move + Referenced Universal Railroad Revenue Waybill Identification Number (URRWIN) + Split Shipment First Bill + Split Shipment Subordinate Bill + + + Match on Loan + Social Security Number Does Not Match + Loan ID Does Not Match + Loan Program Does Not Match + Borrower Name Does Not Match + First Disbursement Date Does Not Match + Guaranteed Amount Does Not Match + Guarantee Date Does Not Match + Outstanding Loan Balance Does Not Match + Interest Rate Does Not Match + Interest Schedule Does Not Match + Grace Period Does Not Match + Less-Than-Half Time Date Does Not Match + Repayment Begin Date Does Not Match + Borrower Status Does Not Match + Borrower Status Date Does Not Match + Servicer/Lender Department of Education (DOE) Number Does Not Match + Seller Department of Education (DOE) Number Does Not Match + Servicing Transfer Date Does Not Match + Purchase Date Does Not Match + Guarantee Fee Not Paid + Birthdate Does Not Match + + + Nasal Cannula + Oxygen Conserving Device + Oxygen Conserving Device with Oxygen Pulse System + Oxygen Conserving Device with Reservoir System + Transtracheal Catheter + + + Original + Cancellation + Corrected and Verified Original Claim + Corrected and Verified Final Claim + Replace + Duplicate + Pre-Determination + Encounter + Resubmission + Proposed + Cancel to be Reissued + Reissue + Final Transmission + Information Copy + Verify + Late Charges + Adjustment + Payer Reconsideration + Jurisdictional Reconsideration + Judicial Reconsideration + Predetermination of Dental Benefits + + + Acute Care Facility + Boarding Home + Hospice + Intermediate Care Facility + Long-term or Extended Care Facility + Not Specified + Nursing Home + Sub-acute Care Facility + Other Location + Rehabilitation Facility + Outpatient Facility + Private Home + Residential Treatment Facility + Skilled Nursing Home + Rest Home + + + Reserve Requirement Rate - Demand Deposit Account (DDA) + Analysis Earnings Credit Interest Rate Not Yet Net of Reserves + Book/Ledger Balance Overdraft Interest Rate + Collected Balance Overdraft Interest Rate + Deficiency Balance Interest Rate + Treasury Tax and Loan (TT & L) + Federal Deposit Insurance Corporation (FDIC) + Overdraft Reserve Requirement Recover + Federal Funds + Prime + Mutually Defined + Reserve Requirement Rate - Non-Demand Deposit Account (Non-DDA) + Money Market (MMA) + Negotiable Order of Withdrawal Reserve (NOW) + Certificate of Deposit (CD) + Analysis Earnings Credit Interest Rate Net of Reserves + Base + Current Factor + Commission + Coupon Rate + Currency Exchange + Demand Deposit Account Interest + Deficiency Interest Rate + Discount + Deficiency Surcharge Rate + Interest + Book/Ledger Balance Net Overdraft Interest Rate + Collected Balance Net Overdraft Interest Rate + Principal Balance Factor + Principal and Interest Factor + Rebate + Security + Standby (Letter of Credit) + Uncollected Funds Usage Interest Rate + + + Cash + Date Draft + Guarantor + Interim Funding + Letter of Credit + Mortgage Backed Security + No Charge + Open Account + Stratification + Standard Delivery + Sight Draft + Stock Transfer + Mutually Defined + + + Active Coverage + Active - Full Risk Capitation + Active - Services Capitated + Active - Services Capitated to Primary Care Physician + Active - Pending Investigation + Inactive + Inactive - Pending Eligibility Update + Inactive - Pending Investigation + Coverage Never Activated + Co-Insurance + Co-Payment + Deductible + Benefit Description + Exclusions + Limitations + Out of Pocket (Stop Loss) + Unlimited + Non-Covered + Cost Containment + Reserve + Primary Care Provider + Pre-existing Condition + Services Restricted to Following Provider + Not Deemed a Medical Necessity + Benefit Disclaimer + Second Surgical Opinion Required + Other or Additional Payor + Prior Year(s) History + Card(s) Reported Lost/Stolen + Contact Following Entity for Eligibility or Benefit Information + Cannot Process + Other Source of Data + Health Care Facility + Spend Down + Patient Reimbursement + Co-payment Maximum + Co-insurance Maximum + Coverage Basis + First Dollar Coverage + Managed Care Coordinator + Shared Benefit Limitation + Shared Benefit Deductible + Waiver + + + Miscellaneous + Newspaper + Radio + Television + + + Horizontal, Left to Right + Horizontal, Right to Left + Vertical, Top to Bottom + Vertical, Bottom to Top + Individual Cell + Block + Shipper's Railcar Identification + Actual Railcar Identification + + + Customer-Controlled Car + Generic Car + Customer-Controlled Car Release + + + Include Summary Totals + Exclude Sublocation + Exclude All Synonyms + Include All Synonyms + Stop Processing after Look-up + Stop Processing after Machine Match + Stop Processing after Merge/Purge + Include Asset Details + Include Breakdown of Capital + Include Liability Details + Include Capital + Include Comparatives + Include Current Assets + Include Current Liabilities + Include Facility Description + Include Income Statement + Include Insurance + Include Loan Details + Include Location Description + Include Long Time Liabilities + Include Net Worth Reconciliation + Include Starting Capital + Include Non-current Assets + Include Percentages + Include Ratios + Include Sales and Net Worth + Include Statement Explanation + Include Trends + Include Updated Figures + Include Tax Details + Include Financing + Include Term Detail + Include Net Worth and Equity Details + Include Credit Amounts + Include Evaluation + Include Forecasts + Include Ownership Breakdown + Include Historical Amounts + Manual Processing + Include Expense Breakdown + On-line Processing + + + Actual Amount + Estimated Amount + Negotiated Amount + + Estimated Quantity + Negotiated Quantity + Actual Rate + Estimated Rate + Negotiated Rate + Mixed Amounts + Mixed Quantities + Mixed Rates + Actual + Estimated + Negotiated + Mixed + Cost Share Amount + + + Nitrogen Gas + Atmosphere Controlled + Carbon Dioxide Gas + Clean Exterior + Door Height Requirement + Door Width Requirement + Use Flatrack as Platform + Genset Required + Liner Attached + Moisture Content Requirement + Moisture Free + Door Off + Oil Stain Free + Odor Free + Pre-cooled + Pre-mount Required + Pre-set Temperature + Reefer Used As Dry + Rust Free + Slider Chassis + Smoke Test + Steam Cleaned + Substitution Allowed + Survey Required + Timber Treated + Tectrol Gas + Dual Voltage Required + Single Voltage Required + Year of Manufacture Requirement + + + Pulse Generator + Atrial Lead + Ventricular Lead + Implantable Cardioverter Defibrillator (ICDs) + Implantable Cardiac Pacemaker (ICPs) + Cardiac Resynchronization Therapy Devices (CRTs) + Pacing Leads + Pacing Battery + Coronary Stent + Peripheral Stent + Heart Valve + Ventricular-Assist Device + Implantable Heart Monitor + Knee + Hip + Shoulder + Elbow + Ankle + Toe + Finger + Spinal + Orthobiologic + Tissue + Facial + Dental + Ophthalmic + Gynecologic + Urogynecologic + Drug + Otolaryngeal + Cochlear + Cosmetic + Gastroenterologic + Urologic + Other + + + Implanted + Explanted + + + Whole Mortgage + Participation + + + Actual Principal Actual Interest Remittance + Scheduled Interest Actual Principal Remittance + Scheduled Principal Scheduled Interest Remittance + + + Attribute + Proficiency + Requirement + + + American Land Title Association (ALTA) Policy + Closing/Settlement + California Land Title Association (CLTA) Title Insurance Policy + Escrow + Mortgagee Master Policy Certificate + Property Profile + Sub-escrow + Shortform Title Policy + Survey + Preliminary Title Work (Commitment) + Loan Document Preparation + Tax Information + Texas Land Title Association (TLTA) Title Insurance Policy + Mutually Defined + + + New + Pre-existing + Repaired + Unknown + Mutually Defined + + + Ambulance + Apportioned + Antique + Amateur Radio or Citizen's Band Radio Operator + All Terrain Vehicle + Bus + Marine + Consular Corps + City Owned or Municipal Vehicle + Commercial + County Owned + Drive-away + Dune Buggy + Dentist + Dealer + Diplomatic + Duplicate + Disabled Veteran + Disabled Person + Exempt + Fire Department + Foreign Government + Farm Vehicle + Heavy Truck + International Plate + In-transit + Judge or Justice + Legislative, U.S. + Law Enforcement + Legislative, State + Motorcycle + Motorcycle Dealer + Manufacturer + Military Vehicle, Canadian + Moped + Military Vehicle, U.S. + National Guard Member + Omnibus + Other License Plate Types + Passenger Car + Personalized or Customized + Physician + Pharmacist + Reciprocal (or Reciprocity) + Reissue + Replacement + Rented Vehicle or Trailer + Special Car + Special Purpose Commercial Vehicle + Snowmobile + State Owned Vehicle + School Vehicle + Truck + Trailer + Temporary Tags + Transporter + Truck - Tractor + Taxi + U.S. Government Vehicle + Utility Vehicle (UTV) + Veterans of Foreign Wars + Van + + + No Apparent Damage + Stripped of Major Parts - Engine + Stripped of Major Parts - Transmission + Stripped of Major Parts - Other + Stripped of Major Parts - Engine and Transmission + Stripped of Major Parts - Engine and Other + Stripped of Major Parts - Transmission and Other + Stripped of Major Parts - Engine, Transmission, and Other + No Major Parts Missing, But Damaged + + + Condition Unknown + No Apparent Damage + Stripped + Wrecked + Burned + Flood + Vandalized + Stripped and Wrecked + Stripped and Burned + Stripped and Flood + Stripped and Vandalized + Wrecked and Burned + Wrecked and Vandalized + Burned and Vandalized + Flooded and Vandalized + Mutually Defined + + + Conventional + Paperless + + + Adobe + Aluminum Siding + Asbestos Siding + Cement + Concrete + Concrete Block + Corrugated Metal + Galvanized Plate + Glass + Granite + Aluminum + Brick + Cement Block + Cinder Block + Grey Brick + Fiberglass + Hollow Tile + Lava Stone + Limestone + Logs + Marble + Metal + Frame + Metal Coating + Other + Metallic + Plaster + Plastic + Steel + Plate Ceiling + Plywood + Reinforced Concrete + Rock + Sandstone + Sheet Iron + Mutually Defined + Wood Metal Coating + Sheet Metal + Siding + Slate + Stucco + Teja + Tile + Tin + Veneer + Vinyl Siding + Wood Siding + Steel Frame + Steel Reinforced Concrete + + + Insurance Plan Description + Name and Address Lists + Associated Data + Abandoned Property Filings + Air Shipment Information + Business Entity Filings + Motor Carrier Rate Proposal + Request for Motor Carrier Rate Proposal + Response to a Motor Carrier Rate Proposal + Vessel Content Details + Air Freight Details and Invoice + Individual Insurance Policy and Client Information + Property Damage Report + Election Campaign and Lobbyist Reporting + Vehicle Shipping Order + Vehicle Service + Vehicle Damage + Multilevel Railcar Load Details + Vehicle Application Advice + Vehicle Baying Order + Dealer Information + Vehicle Carrier Rate Update + Student Educational Record (Transcript) + Student Educational Record (Transcript) Acknowledgment + Human Resource Information + Educational Institution Record + Student Aid Origination Record + Educational Testing and Prospect Request and Report + Student Loan Guarantee Result + Product Registration + Product Service Claim Response + Product Service Claim + Product Service Notification + Student Loan Transfer and Status Verification + Request for Student Educational Record (Transcript) + Response to Request for Student Educational Record (Transcript) + Report of Injury, Illness or Incident + Notice of Tax Adjustment or Assessment + Tax Rate Notification + Electronic Filing of Tax Return Data Acknowledgment + Statistical Government Information + Unemployment Insurance Tax Claim or Charge Information + Secured Interest Filing + Business Credit Report + Notice of Power of Attorney + Tax Jurisdiction Sourcing + Motion Picture Booking Confirmation + Transportation Automatic Equipment Identification + Train Sheet + Transportation Appointment Schedule Information + Revenue Receipts Statement + Court and Law Enforcement Notice + Court Submission + Environmental Compliance Reporting + Return Merchandise Authorization and Notification + Royalty Regulatory Report + Insurance Underwriting Requirements Reporting + Premium Audit Request and Return + Educational Course Inventory + Application for Admission to Educational Institutions + Student Enrollment Verification + Student Loan Pre-Claims and Claims + Grant or Assistance Application + Federal Communications Commission (FCC) License Application + Contractor Cost Data Reporting + Real Estate Title Evidence + Loan Verification Information + Real Estate Settlement Information + Mortgage Credit Report + Residential Loan Application + Secondary Mortgage Market Loan Delivery + Secondary Mortgage Market Investor Report + Motor Carrier Load Tender + Mortgage Note + Real Estate Inspection + Motor Carrier Freight Details and Invoice + Motor Carrier Bill of Lading + Motor Carrier Delivery Trailer Manifest + Motor Carrier Shipment Status Inquiry + Transportation Carrier Shipment Status Message + Motor Carrier Pickup Manifest + Motor Carrier Shipment Pickup Notification + Motor Carrier Loading and Route Guide + Logistics Service Request + Logistics Service Response + Cartage Work Assignment + Consolidators Freight Bill and Invoice + Motor Carrier Summary Freight Bill Manifest + Response to a Cartage Work Assignment + Trailer Usage Report + Equipment Inspection Report + Motor Carrier Package Status + Data Status Tracking + Product Source Information + Real Estate Tax Service Response + Account Assignment/Inquiry and Service/Status + Animal Toxicological Data + Purchase Order Shipment Management Document + Pricing Support + Insurance Producer Administration + Underwriting Information Services + Periodic Compensation + Residential Mortgage Insurance Explanation of Benefits + Application for Mortgage Insurance Benefits + Real Estate Information Request + Real Estate Information Report + Residential Mortgage Insurance Application Response + Mortgage Loan Default Status + Real Estate Title Insurance Services Order + Mortgage or Property Record Change Notification + Individual Life, Annuity and Disability Application + Annuity Activity + Health Care Benefit Coordination Verification + Eligibility, Coverage or Benefit Inquiry + Eligibility, Coverage or Benefit Information + Property and Casualty Loss Notification + Insurance/Annuity Application Status + Healthcare Provider Information + Patient Information + Health Care Claim Status Request + Health Care Information Status Notification + Health Care Services Review Information + Voter Registration Information + Tax or Fee Exemption Certification + Commercial Vehicle Safety Reports + Commercial Vehicle Safety and Credentials Information Exchange + Commercial Vehicle Credentials + Wage Determination + Cooperative Advertising Agreements + Reservation (Booking Request) (Ocean) + Confirmation (Ocean) + Booking Cancellation (Ocean) + Shipping Instructions + Customs Manifest + Freight Receipt and Invoice (Ocean) + Canada Customs Information + Arrival Notice (Ocean) + Shipment Status Inquiry (Ocean) + Status Details (Ocean) + Delivery/Pickup Order + Terminal Information + Terminal Operations and Intermodal Ramp Activity + Vessel Schedule and Itinerary (Ocean) + Vessel Stow Plan (Ocean) + Consolidation of Goods In Container + Consignment Summary List + Customs Status Information + Customs Carrier General Order Status + Customs Events Advisory Details + Customs Automated Manifest Archive Status + Customs Acceptance/Rejection + Customs Permit to Transfer Request + Customs In-Bond Information + Customs Consist Information + Customs Customer Profile Management + Carrier Interchange Agreement (Ocean) + Cargo Insurance Advice of Shipment + Rail Carrier Shipment Information + Rail Carrier Freight Details and Invoice + Trailer or Container Repair Billing + Rail Carhire Settlements + Rail Carrier Waybill Interchange + Rail Advance Interchange Consist + Advance Car Disposition + Car Handling Information + Estimated Time of Arrival and Car Scheduling + Equipment Order + Rail Industrial Switch List + Rail Carrier Services Settlement + Rail Waybill Request + Rail Revenue Waybill + Railroad Retirement Activity + Railroad Station Master File + Rail Deprescription + Railroad Reciprocal Switch File + Railroad Mark Register Update Activity + Standard Transportation Commodity Code Master + Locomotive Information + Railroad Junctions and Interchanges Activity + Shipment Weights + Railroad Event Report + Railroad Problem Log Inquiry or Advice + Railroad Service Commitment Advice + Railroad Parameter Trace Registration + Railroad Equipment Inquiry or Advice + Railroad Price Distribution Request or Response + Rail Rate Reply + Rate Request + Rate Docket Journal Log + Railroad Clearance + Rail Route File Maintenance + Ratemaking Action + Rate Docket Expiration + Rate Group Definition + Miscellaneous Rates + Rail Scale Rates + Medical Event Reporting + Vendor Performance Review + Pricing History + Clauses and Provisions + Requisition + Material Obligation Validation + Income or Asset Offset + Material Due-In and Receipt + Logistics Reassignment + Notice of Employment Status + Contract Abstract + Contract Completion Status + Contract Payment Management Report + Customs Export Shipment Information + Transportation Equipment Registration + Excavation Communication + Well Information + Maintenance Service Order + Intermodal Group Loading Plan + Request for Routing Instructions + Routing Instructions + Contract Pricing Proposal + Project Schedule Reporting + Invoice + Consolidated Service Invoice/Statement + Credit/Debit Adjustment + Electronic Filing of Tax Return Data + General Request, Response or Confirmation + Cryptographic Service Message + Organizational Relationships + Commission Sales Report + Joint Interest Billing and Operating Expense Statement + Payment Order/Remittance Advice + Financial Information Reporting + Account Analysis + Lockbox + Application Advice + Tax Information Exchange + Financial Return Notice + Debit Authorization + Payment Cancellation Request + Planning Schedule with Release Capability + Application Control Totals + Price/Sales Catalog + Mortgage Credit Report Order + Benefit Enrollment and Maintenance + Health Care Claim Payment/Advice + Procurement Notices + Health Care Claim + Trading Partner Profile + Project Cost Reporting + Request for Quotation + Specifications/Technical Information + Nonconformance Report + Response to Request for Quotation + Product Transfer Account Adjustment + Price Authorization Acknowledgment/Status + Inventory Inquiry/Advice + Material Claim + Material Safety Data Sheet + Response to Product Transfer Account Adjustment + Purchase Order + Asset Schedule + Product Activity Data + Routing and Carrier Instruction + Shipment Delivery Discrepancy Information + Purchase Order Acknowledgment + Ship Notice/Manifest + Shipment and Billing Notice + Shipment Information + Freight Invoice + Purchase Order Change Request - Buyer Initiated + Receiving Advice/Acceptance Certificate + Shipping Schedule + Report of Test Results + Text Message + Purchase Order Change Acknowledgment/Request - Seller Initiated + Production Sequence + Product Transfer and Resale Report + Electronic Form Structure + Order Status Inquiry + Order Status Report + Component Parts Content + Residential Mortgage Insurance Application + Commodity Movement Services + Commodity Movement Services Response + Grocery Products Purchase Order + Grocery Products Purchase Order Change + Manufacturer Coupon Family Code Structure + Product Authorization/De-authorization + Price Information + Grocery Products Invoice + Manufacturer Coupon Redemption Detail + Direct Store Delivery Summary Information + Market Development Fund Allocation + Market Development Fund Settlement + Retail Account Characteristics + Customer Call Reporting + Coupon Notification + Item Maintenance + Promotion Announcement + Contract & Rebate Management Transaction + Deduction Research Report + Item Information Request + Delivery/Return Base Record + Delivery/Return Acknowledgment or Adjustment + Product Dimension Maintenance + Loss or Damage Claim - General Commodities + Loss or Damage Claim - Motor Vehicle + Claim Tracer + Claim Status Report and Tracer Reply + Automotive Inspection Detail + Warehouse Shipping Order + Warehouse Stock Transfer Shipment Advice + Warehouse Stock Transfer Receipt Advice + Warehouse Shipping Advice + Warehouse Inventory Adjustment Advice + Functional Group Totals + Response to a Load Tender + Secured Receipt or Acknowledgment + File Transfer + Functional Acknowledgment + Set Cancellation + Implementation Acknowledgment + + + 1st Preference + 2nd Preference + 3rd Preference + Sender's Choice: No Deviation + Notification + Receiver of Message's Option + + + Authorization Signature Appropriate to this Document, Receipt Requested + Authorization to Service Provider, Receipt Requested + Authorization Signature Appropriate to this Document + Authorization to Service Provider + Authorization Co-signature Appropriate to this Document, Receipt Requested + Authorization Co-signature Appropriate to this Document + Approval Certification of Environmental Protection Agency, Receipt Requested + Approval Certification of Environmental Protection Agency + Export Approval Certification, Receipt Requested + Export Approval Certification + Medical Report Release Certification, Receipt Requested + Medical Record Release Certification + Non-repudiation of Receipt + Paid Preparer's Signature + Preparer's Signature + Preparer's Signature, Receipt Requested + Paid Preparer's Signature, Receipt Requested + Signature Forwarded Independent of Referenced Document, Receipt Requested + Signature Forwarded Independent of Referenced Document + Non-repudiation of Receipt, Receipt Requested + Authorization Signature Appropriate to Submitter of Filing of Taxation Return (TS 813 and others) and under Penalties Prescribed by the Relevant Laws + Time Stamp Only (No Responsibility for Contents) + Mutually Defined, Receipt Requested + Mutually Defined + + + Body Only + Body Plus This Assurance Header Only + Body Plus All Previous Assurances Plus This Assurance Header + Body plus All Previous Assurances Only + This Assurance Header Only + All Previous Assurances Plus This Assurance Header + Body Plus All Previous Assurances of Referenced Document + + + Certification Authority ID + Counter + Key Value - One-Time Key + Key Name + Notarization + Key-Encrypting-Key for One-Time Key + Odd Parity Counter + Serial Number + User ID + Mutually Defined + + + Rule 11 Shipment + Paid by Buyer + Advance Collect + Collect + Collect on Delivery + Collect, Freight Credited Back to Customer + Cost and Freight + Delivered Duty Paid + Per Contract + Defined by Buyer and Seller + FOB Port of Call + Half Prepaid + Mixed + Service Freight, No Charge + Non Revenue + Advance Prepaid + Customer Pickup/Backhaul + Prepaid but Charged to Customer + Prepaid by Processor + Prepaid and Summary Bill + Prepaid Local, Collect Outstate + Prepaid Only + Prepaid (by Seller) + Paid by Seller + Pickup + Return Container Freight Paid by Customer + Return Container Freight Free + Return Container Freight Paid by Supplier + Free Domicile (Shipper pays duty, tax and freight) + Third Party Pay + Weight Condition + + + Above + Below + Back Of + Eastern Bound + East Of + Front Of + Intersection + Left Of + Northern Bound + Northeast of + Not Located in the Vicinity + North Of + Northwest of + Right Of + Southern Bound + Southeast of + South Of + Southwest of + Western Bound + West Of + Mutually Defined + + + Positional Coordinates Location + Public Land Survey Coordinates Location + Cross Streets Location + + Grid Bounds Location + Marker Location + Aircraft Landing Location + Antenna Location + Facility Location + Loss Location + Property Location + Recovery Location + Risk Location + Transported to Location + Vehicle Location + Wellbore Bottomhole Location + Wellbore Entry Point Location + Wellbore Kickoff Point Location + Witness Physical Location + Wellbore Surface Location + Wellbore Exit Point Location + Mutually Defined + + + Vacation + Paid Leave of Absence + Unpaid Leave of Absence + Lay off Permanent + Lay off Temporary + Personal Day Off + Terminated + Illness + Injury + Holiday + Discharged Failed to Meet Work Standards + Discharged Not Qualified + Failed to Report for Assignment + Fire, Flood or Natural Disaster + Lay Off Seasonal + Lay Off End of Assignment or Contract + Lay Off Reduced Hours or Partial Employment + Lay Off Workforce Reduction + Misconduct Insubordination + Misconduct Excessive Absence or Tardiness + Misconduct Violated Rules or Regulations + Misconduct Dishonesty + Misconduct Failure to Call or Show + Labor Dispute + No Record of Employment + Still Employed Part-time + Jury Duty + Company Relocation + Still Employed or No Separation + Other + Quit + Refusal to Provide Service + Voluntary Accepted Another Job + Voluntary Personal or Not Job Related + Voluntary Left Area or Follow Spouse + Voluntary No Reason Given + Voluntary Educational Pursuits + + + Single Family + Multifamily + Individual Sale + Entire Portfolio for Issues + All Mortgages + Partial Serviced Mortgages + + + Master Bill for Empty Non-Revenue Equipment + Sea Waybill + Intermodal/Combined Transport Bill of Lading + Household Goods Bill of Lading + Load Handled as Empty + First Bill for Split Shipment + Subordinate Bill for Split Shipment + Master Bill, Revenue Empty + Reload + Sub for Assembly + Bill of Lading for Individual Shipment + Consolidated Shipment + Sub for Distribution + Empty Equipment Billing (Non-Revenue) + Stop-off Shipment + Switch Waybill + Company Business (Non-revenue) + Intermodal + Charity Load (Non-revenue) + Free Astray (Non-revenue) + Single Load (Blind Memo) Memo-Incomplete Documentation + Master Bill of Lading for Assembly, Distribution and Volume Shipment + Multiple Loads (Blind Memo) Memo-Incomplete Documentation + Memo Bill (Not Used for Rail) + PTF Bill of Lading + Continuous Movement + Supplemental Billing + Submaster Bill of Lading for Volume Shipment + Freight Claim Rule 93-B (Free Return) + Roundtrip Movement + Void Bill + Revenue Empty + Empty Switch Waybill + Advance/Prepaid Only Waybill + Commercial Zone Pickup + + + Zero Pricing (Not Covered Under Contract) + Priced as Billed at 100% + Priced at the Standard Fee Schedule + Priced at a Contractual Percentage + Bundled Pricing + Peer Review Pricing + Per Diem Pricing + Flat Rate Pricing + Combination Pricing + Maternity Pricing + Other Pricing + Lower of Cost + Ratio of Cost + Cost Reimbursed + Adjustment Pricing + + + English Only + Fully English Proficient + Limited English Proficient + Non-English Speaking + Status Unknown + Redesignated Fluent English Proficient + Excellent or Fluent + Good + Fair + Poor + Unacceptable + + + Expedited service for problem previously reported + Missed Connection + Missing Equipment + Mechanical Problem + Procedural Error + Ramp Failure + Shipment Information Change + System Problem + Track Conditions + Train Delay + + + Customer Commitment + Carrier Commitment + + + Car Reported Bad Order + Change in Interchange Mode + Train Delay - Hold for Maintenance of Way Curfew + Train Delay - Derailment + Road Estimated Time of Arrival Available + Car Rescheduled to an Extra Train + Car Reported Held + Car Reported Released from Hold + Train Delay - High Wind + Scheduled Interchange did not Include Car + Car Manually Scheduled + Car Location Move (Without Train) + Car Reported Released from Bad Order + Operating Plan Change + Predictive Estimated Time of Arrival Used + Train Rerouted + Added Consignee Placement Instructions + Train Delay - Sun Kink + Train Delay - Washout or Slide + Train Block Set Out Location Changed + Train Annulment + Train Consolidation + Train Departed Without Car + Train Movement Reporting Deletion + Train Size Reduction (tonnage, length, number or cars) + Car Arrived on Different Train + Waybill Cancellation + Waybill Diversion or Correction + Train Delay - Weather + Car Included in Different Interchange + Car Departed on Different Train + + + Body; Including Floors, Roof, Sides, Ends and Multi-level Rack + Braking System; Any Brake Component Listed in Rule 83 Car Part Codes under the Heading of 'Brake Equipment' and 'Piping' + Clean-Out; Including Preparation for Loading such as Clean-out, Conditioning and Pre-tripping + Derailment or Accident; Damage Resulting from Derailment, Sideswipes, Fire, Flood or Other Casualty Occurrence + Doors; Including Side, End and Hopper Doors, Outlet Gates, Hatch and Dome Covers + Draft System; Including Couplers, Yokes, Draft Gears, Draft Lugs, Draft Sills, End of Car and Center of Car Cushioning Units and Articulated Connections + Interior Linings and Coatings; Including any Interior Lining or Coating + Load Attention: Requiring Measurement, Weighing, Adjustment, Transfer or Containment of Leaking Commodity + Load Restraining Devices; Components Integral to Car such as Tie Down Equipment, Interior Bulkheads, DF Equipment, Trailer Hitches, Container Pedestals or Other Similar Equipment + Mechanical Inspection; Including Inspection From Early Warning Letters, Maintenance Advisory Notifications or Special Instructions Received From the Car Owners or Handling Line + Refrigeration Equipment; Including Inspections Pre-Tripping and Defective Equipment Listed in Rule 83 Car Part Codes Under the Heading 'Mechanical Refrigeration Equipment' + Safety Appliance; Including Handholds, Sill Steps, Ladders, Running Boards, Crossover Boards, Brake Steps and Uncoupling Levers + Trucks; Including Side Frames, Truck Bolsters, Friction Castins, Springs Snubbers and Side Bearings, but Excluding Wheel Assemblies and Brake Rigging + Underframe; Including Center Sills, Side Sills and Body Bolsters, Crossbearers, Crossties, Body Center Plates and Body Side Bearings + Wheel Assembly; Including Wheels, Axles, Friction or Roller Bearings Wedges, Adapters, Periodic Attention and Hot Boxes + Enroute to Ship for Inspection + Defect Unknown; Car Awaiting Inspection + + + Customs + Car in Wrecked Train + Disposition + Embargo + Heating and Icing + Inspection - Lading + Inspection - Mechanical + For Manual Schedule + No Billing + Operating Conditions + Other + Weigh + + + Immediate Notification of Events + On Demand Notification + Historical + + + Basic Waybill Trace + Car Series Trace, Submitter in Route + Pool Assignment Trace, Submitter in Route + Car Series Trace, Match on Initial + Pool Assignment Trace, All Waybills + Car Series Trace, Match on Owner + Car Series Trace, Match on Lessee + Car Series Trace, Match on Owner and Lessee + Problem Log Trace + Retrip Trace + + + Interchange Only + Car Movement Only + Interchange or Car Movement + All Reportings + Last Location + Bad Order Reports + Special Event List + Problem Log Reports + + + Map Cover & Sublot Number + Metes & Bounds + Section, Lot, and Block + Tax Identification + Parcel Identification Number + Lot or Unit Number + Block or Building + Subdivision + Section + Arbitrary Number + Book (Liber) + Page (Folio) + Outlot + Baseline + Survey Description + Torrens Property Number + Legal + Appraisal Description + Neighborhood or Project Name + Multiple Listing Service Area or District + Multiple Listing Service Sub-Area or Sub-District + Property Identification + Mobile Home Park + Tract Number + Square + City + Range + Lot + Unit Number + Land Lot + County + Township + Acreage + Record of Survey + Plat Map + Parcel Map + Licensed Survey + Subdivision Map + Official Record + Deed + Miscellaneous Map + Miscellaneous Record + State + Country + Block + Building + Real Estate Development Project + Master Real Estate Development Project + Phase + Ward + District + Borough + Village + Parish + + + Destination + Origin + + + Pump Out Charge + Renewal + Account Number Correction Charge + Dividend + Activation of Carnet + Overpayment + Suspense + Balance Forward + Dividend Interest + Add on - Destination + Loan Interest + Premium Waiver + Add on - Origin + Dividend Adjustment + Interest + Address Correction + Advance Destination Amount + Integrated Business Services (IBS) Service Charge + Special Packaging + Box Liners + Product Personalization + Advance Destination Fee + Tape Charges + Subject to Tax + Advance Origin Amount + Advance Origin Fee + Advance Fee + Agent Disbursement - Destination + Agent Disbursement Fee - Destination + Agent Disbursement - Origin + Agent Disbursement Fee - Origin + Air Export Certificate + Air Express Charge + Air Transportation Charge + Airline Opening Fee + Airport Tax - Destination + Airport Tax - Origin + Airport Terminal Handling Charge + Acknowledgment of Delivery Fee (AOD) + Amending Export Documentation + Assembly Fee + Banking Drafts + Cables (sending of) + Call Tag + Canadian C.Q.Customs Clearance + Canadian Currency Exchange + Canadian Import Termination Fee + Canadian Reconsignment Fee + Canadian Remanifest Fee + Certificate of Origin + Certificate of Registration + Chamber of Commerce Service Charge + Change of Airbill - Service Fee + Chemical Milling Charge + City Terminal Charge + Collect Surcharge + Constant Surveillance Service + Consular Legalization Service + Consularization Fee + Constant Surveillance Service - Armed + Credit + Customer Account Identification + Customs Broker Fee + Customs Invoice + Customs Invoice - Additional Page + Data/Drawing Charge + Delivery Surcharge + Development Charge + Discount - Drop Box/Convenience Ctr. + Discount - Incentive + Discount - Multiple Shipment + Discount - Service Option (Delivery) + Discount - Service Option (Pickup) + Discount - Special + Contingency Credit Charge + Distribution Fee + Dry Ice + Duty Charge + Endorsement Fee + Eur1 Presentation Fee + Excise Tax - Destination + Excise Tax - Origin + Expedited One Day Consular Service + Expedited Shipments + Extra Copies and Mailings + Export Customs Clearance + Export Declarations - Automated + Export Declarations - U.S. Shippers + Export License Application + Extra Service - Counter-to-Counter + Facsimile Charges + Facsimile Charges - Additional Pages + Failed Lamp Panel Charge + First Article Charge + Free Domicile Shipment Processing + Freight + Fuel Surcharge + Government Warehouse Fee - Destination + Government Warehouse Fee - Origin + Grain Flow Charge + Hazardous Materials Handling Fee - Domestic + Hazardous Materials Handling Fee - International + Heat Treat Charge + IATA Airbill Preparation + IATA Fee + Import Service Fee + Insurance Fee + Inland Transportation + Insurance Premium + International Door-to-Door Handling Fee + Incorrect Billing Account Charge + Italian Release Charge + Letter of Credit Processing + Mailing - Postage Cost + Mailing - Service Fee + Messenger Service + Minimum Air Transportation Charge + Miscellaneous - Destination + Miscellaneous - Origin + Missing Account NBR Charge + Offshore - Alaska/Hawaii + On Hand Service + Oversized Premium + Passing Shippers Export Entry + Pickup - Out of Area + Pickup Surcharge + Pre-Positioned Inventory Service + Preparation of Air Waybill - Origin + Preparation of Canadian Customs Invoice + Preparation of Commercial Invoice + Preparation of Export Entry + Preparation of Insurance Certificate + Priority Service + Preparation of U.S. Export Documentation + Processing Charge + Rebilled Drayage - Destination + Re-Bill Charge + Proforma Invoice + Recipient Address Correction + Rebilled Drayage - Origin + Record/Filing + Recovery Fee + Recrating/Recoopering - Destination + Recrating/Recoopering - Origin + Registration of Export Shipments + Registration of Export for Reentry + Reliability Charge + Restricted Article Fee + Repickup + Saturday Delivery + Saturday Pickup + Security Signature Service + Service Upgrade + Special Delivery + Special Handling Service + Special Pickup + Special Test Equipment Charge + Special Tooling Charge + Special Vehicle Rent + Stamp Fee + Straightening Charge + Telephone - Destination + Telephone - Origin + Terminal Service Fee + Test/Qualification Charge + Tooling Rework Charge + Tracing Inbound Via Other Carriers + Tracing Service Fee + Transfer of Lading Charge + Valuation Fee + Value Added Tax (VAT) + Waybill and Invoice Distribution + Written Proof of Delivery + X-ray Charge + Auto Towing Charge + Late Return Charge + One Way Drop Off Charge + Business Center Charge + Gift Shop Charge + Health Club Charge + Laundry and Dry Cleaning Charge + In-room Mini-bar Charge + In-room Movie Charge + Passenger Facility Charge + Prepaid Expenses + Other (See related description) + Advertising Allowance + Adjustments + Additional Material + Allowance Non-performance + Allowance Advance + Attendants Accompanying + Handling Charge Tax + Alcoholic Beverage Report Charge + After Business Hours Pick-up or Delivery + Attachments to Bill of Lading Charge + Allegheny County, PA Delivery Charge + Access Charge - Federal + Access Charges + Actual Labor Charge + Access Charge - State + Advance Charges Handling + Advance Loading Charge + Advances + Additional Copies of Freight Bill + Collect on Delivery Alteration Charge + Aircraft Ordered But Not Used + Armed Guard Service + Additional Injection/Blending Service Charge + Air Freight - Consolidation + Air Freight + Advance Lading Charge + Use of Alternate Port + Adjustment for Maximum Charges Billing + Absolute Minimum Charge + Adjustment for Minimum Average Time Requirement Billing + Adjustment for Minimum Charges Billing + Anchoring and Unanchoring + Anodizing Charge + Appliance Servicing + Appointment (Notification) + Arbitrary (In Addition to Through Rates and Charges) + Air Conditioning Disconnect and Connect + Rail Armed Guard Service + Air Ride Tractor Service Charge + Assembly Charge + Attempted Delivery + Attempted Pickup + Auxiliary Service + Ad Valorem + Beaming Charge + Brokerage or Duty + Buyers Car Allowance + Bad Debt + Both-Flat + Broken Package Charge + Base Charge + Break Bulk Surface Charge + Border Crossing Fee + Bordeaux Arbitraries + Beyond Freight Charges + Bedding/Feeding/Disinfecting + Bulky Article + Bill of Lading Attendancy + Bill of Lading Charge + Billed Demand + Blocking and Bracing Charge + Blower Charge + Bond Charges + Bobtail Charges + Bop Sheet Charge + Basic Reorder Allowance + Bridge Toll + Aqua Train + Bunker Surcharge + Broker Selection Surcharge + Bi-level, Tri-level Charges + Bunker Adjustment - 20 Foot Container + Bunker Adjustment - 40 Foot Container + Bunker Adjustment + Bureau Report Charge + Beyond Charge + Currency Adjustment - Break Bulk + Currency Adjustment - 20 Foot Container + Currency Adjustment - 40 Foot Container + Cancellation Charge + Cash Discount + Certification Fee + Co-manufacturing Discount + Competitive Allowance + Competitive Car Allowance + Compressor Charge + Crafting + Customer Equipment Allowance + Cutting Charge + Co-op Credit + Car Loading + Contract Escalation + Car Rental + Container Deposits + Contract Allowance + Cooperative Advertising/Merchandising Allowance (Performance) + Claims Commercial Auto Report Charge + Copy of Bill of Lading Charge + Cents Off + Competitive Price + Carrier + Container Allowance + City Sales Tax (Only) + Carrier Credit Allowance + Certification Charge + Claims Commercial Property Report Charge + Concession Credit + Carrier Caboose Charge + Carrier Debit Allowance + Corrosion Additive Service Charge + Cancelled Order, Heavy Duty Flatcar + Cubic Density and Capacity Load Adjustment + Copy of Delivery Receipt Charge + Container Service Charge UK/EUR + Customs Fees - Container Level + Customs Fees - Lift Level + Carrier Guard Car Charge + Canada Great Lakes Additionals + Return Carrier Guard Car Charge + Cargo Taxes + Chassis Equipment Lease Charge + Charges Forward/Advance Charge + Chain and Binders + Special Circus Trains + Constant Surveillance + Chicago Loop Charge + Container Loss/Damage + Cleaning Charge + Container Leasing + Concession Money + City maintenance fee + Continuous Mileage + Camp Arbitrary + Consolidation + Converting + Commission Amount + Connect Charge + COD Amount + Ocean Freight + Fee for Collecting COD Charge + Combination + Congestion Surcharge + Port Changes + Core Charge + Consignee Unload + Claims Personal Auto Report Charge + Copilot Service Charge + Computer Processing Expense + Claims Personal Property Report Charge + Cost recovery/adjustment + Crane at Destination + Cost Recovery Factor + Crane at Origin + Court Reporter Charge + Credit Report Charge + Courier Services + Closing & Sealing + Contract Service Charge + Customs Entry + Customs Formalities + Government Caboose Charge + Conservation research fee + Cassette + Container/Trailer Allowance + Container Service Charge USA/Canada + Customer Required Special Truck at Destination + Court or Trial Expense + Chassis Transfer + Cartage Charge + Controlled Atmosphere + Customer Required Special Truck at Origin + Circuitous Routing Charge + Customs Exams (Intensive, Tailgate) + Currency Adjustment + Currency Discount + Currency Adjustment Factor + Customer Paid Deductible + Customs Charge + Deficit Freight + Deposit + Distributor Discount/Allowance + Drum Up Charge + Damaged Merchandise + Dockage - Boat Detention + Double Wide Separate and Reassemble + Delivery of Fuel from Barge to Pipeline Charge + Dedicated Switch Engine Crew at Destination + Damage to Carrier Equipment + De-Consolidation + Dedicated Switch Engine Crew at Origin + Disconnect charge + City Delivery + Damage to Carrier Vessel + Defective Allowance + Drum Cost + Drum Deposit + Dowel Pin Charge + Dual Driver with National Agency Check + Dual Driver Protectice Service + Deaf and Disabled Surcharge + Drayage at Port of Debarkation (Zone Rate) + Demurrage - Average Agreement + Detention: Vehicle with Power Unit (Bulk Petroleum Product Shipments) + Deductible + Delivery Charge + Demurrage + Detention of Power Units + Derrick Charge + Demurrage - Special + Detention of Trailers + Texas Rail Commission Deviation Charge + Detention Without Power Unit + Drayage at Port of Embarkation (Zone Rate) + Keep from Freezing Percent Differential + 410 Dromedary with Mechanical Restraining Devices Charge + 410 Dromedary + Delay Furnishing Destination Weights + Damage to Government Equipment + Dangerous Goods Surcharge + Diversion Charge + Direct Repair + Distribution Service + Diversion and Reconsignment + Drayage/Line Haul + Delivery of Fuel from Rail Tank Car to Pipeline Charge + Deadhead Mileage Charge + Demand charge + Dunnage Allowance + Documentation Charge + Deposit in Lieu of Order + Container Diversion + Delivery of Fuel from Pipeline to Barge Charge + Drayage at Port of Debarkation + Drayage at Port of Embarkation + Delivery of Fuel from Pipeline to Rail Tank Car Charge + Depreciation + Delivery of Fuel from Pipeline to Tank Truck or Trailer Charge + Detention with Power Units (30 minute periods) Charge + Drayage + Deramping + Driver License Record Report Charge + Dryer Charge + Discount + Detention - Special Type Flat Car + Dromedary with Mechanical Restraining Devices Charge + Dromedary Service Charge + Container Destuffing + Diversion to Air Charge + Detention (Labor) + Destination Charge + Destination Duty + Destination Inland Freight + Detention Loading + Power Detention at Unloading + Power Detention at Loading + Delivery of Fuel from Tank Truck or Trailer to Pipeline Charge + Trailer Detention at Loading + Trailer Detention at Unloading + Detention Unloading + Detention (Vehicle) + Driver's Wages + Detention with Power Units (60 minute periods) Charge + Exchange Access Credit + Extra Axles + Exhibition Delivery Charge + Exhibition Pickup Charge + Will Call Charge + Escort/Courier Service Charge + Empty Railcar Ordered But Not Used Charge + Equipment Hose at Destination Charge + Equipment Hose at Origin Charge + Early Buy Allowance + Early Payment Allowance + Escalation + Expediting Fee + One Time Engineering Charge + Engineering Charge + Expediting Premium + Export Shipping Charge + Dedicated Switch Engine at Destination + Dedicated Switch Engine at Origin + Export/Import Charge + Extra Lights + Emergency Response Service + Emergency Surcharge + Empty Movement + Energy charge + Energy Surcharge (Fuel Adjustment Factor) + Emergency Port Charge + Environmental Protection Service + Empty Return + Satisfactory Service Standards Charge + Early Ship Allowance + Emergency Service + Estimated Customs Duty (Dutypaid - Charge) + External Service Expense + Empty Trailer Returned Charge + European Port Charges + Excessive Value Charge + Exclusive Use Charge + Extra Driver + Extra Length + Excess Mileage Charge + Expedited Service Charge + Excess Periods + Excess Weight + Expando Remove and Install + F.E.T. Federal Excise Tax + F.E.T. (Percent) + F.E.T. (Dollar Value) + Fabrication Charge + F.E.T. Tires + Freight Equalization + Freight Surcharge + Barge Freight All Kinds Service + Freight, Based on Dollar Minimum + Freight Charges to Border + Freight Charges to Destination + Freight Charges Inbound and Outbound + Furnishing Chassis + Flat Deck Delivery + Food and Lodging + Financial Document Surcharge + Fuel Filters Furnished by Carrier Charge + Finance Charge + Freshness/Leaker Allowance + Special Finish Charge + Freight Passthrough + Flat Rate + Fuel Filters Furnished by Shipper Charge + Fire Report + Flatrack Surcharge + Ferry Service + Foreign Military Sales (FMS) Rental + Foreign Military Sales (FMS) Special Charge + Franchise fee + Federal Transfer Surcharge + Filtration Service Charge + Fuel Charge + Forwarding Agent Commission + Forwarding Charge + Texas Rail Commission Fixed Charge + Garment District + Gate Inspection Charge (Intermodal) + Grain Doors + Glaze Allowance + Gold Factor + Gasket + Garment Surcharge + Government-owned Containers + Gulf Port Delivery Charge + Groupage Discount + Gross Receipts Surcharge + Government Guard Car Charge + Greater Security Service + Goods and Services Tax Charge + Handling Charges on Distribution Freight Forwarded Beyond + Hazardous Cargo Charge + Harbor Dues + Heavy Duty Flat Car Charge + Holding Charge + Shipment Holdover Charge for Holidays + Shipment Holdover Charge for Weekends + Heat in Transit Charges + Handling Freight At Positions Not Immediately Adjacent To Vehicle Charge + Hauling and Hoisting to be Direct Billed + Handling + Household Goods Pickup or Delivery + Highway Interchange + Home Line Freight Charge + Accessible Hazardous Material + Inaccessible Hazardous Material + Hook-up charge + Sunday or Holiday Pickup or Delivery + Hose Charge + Hose Charge Special + Heater or Refrigeration + High Security Red In-bond Seal Charge + Harmonized Sales Tax + Heavy Lift + Hazardous Materials Surcharge Charge + Hazardous Cargo on Deck + Hazardous Storage + Industry Price Allowance + Income Freight (Manufacturing to Shipping Point) + Inspection Fee + Cooling Service + Idler Car Charge + Improper Documentation + Inside Delivery + Interdivision Profit + Inbound Freight Charges + Interstate/Highway Toll + Invoice Adjustment + Icing Inhibitor Charge + Item Percentage + Item-Unit + Island Delivery Charge + Initial License Fee + Island Pickup Charge + Impactographs + Intermodal Shipment Service Charge + Insurance Surcharge + Inspector Requested for Loading + Interplant Charge + Interest on refund + Insurance + Interpreter Expense + Intra-plant Charge + Inside Pickup + Irish Arbitraries + Interest on security deposit + Intermodal Storage (Origin) + Intermodal Storage (Destination) + Insulated Tank Charge + Interline Transfer Charge + Junction Settlement Charge + Glass Kit + Labor Charges + Extra Labor (Helper Service) + Lading Adjustment Charge + Labor (Repair and Return Orders) + One-Time License Fee + Labor Adjustment Allowance + Commingling/Loss Allowance Charge + License and Title + Layover Charges + Light Bar Service Charge + Land Currency Adjustment Factor - 20 Foot Container + Land Currency Adjustment Factor - 40 Foot Container + Late Order Charge + Percent Differential - Less than Container + Labor Cost of Removal + Loading Allowance + Loading + Unloading Allowance + Locomotive Delayed in Switching Service + Less than Container + Lift Charge (Intermodal) + Linehaul from Port of Debarkation + Lift Gate (Truck) or Forklift Service at Pickup/Delivery + Lodging + Linehaul Service + Recurring License Fee + Liability of Carrier Charge + Limited Liability + Lot Charge + Lead Factor + Loan Fee + Local Sales Tax (All Applicable Sales Taxes by Taxing Authorities Below the State Level) + Labor, Modify + Liner Terms at Port of Debarkation + Liner Terms at Port of Embarkation + Labor, No Trouble Found + Loading (Labor Charges) + Local Delivery/Drayage + Late payment charge + Linehaul Percent Differential + Laboratory Pack Fee + Liquidated Damages + Labor Service + Lashing + Lifeline Surcharge + Labor, Test and Calibrate + Linehaul to Port of Embarkation + Lubricant Charge + Locomotive Under Own Power + Leaking underground storage tax (LUST) + Layover Service Charge + Metals Surcharge + Mileage or Travel + Mileage Fee (For Repair and Return) + Minimum Order/Minimum Billing Charge + Monthly Rental + Marriage Rule + Modified Atmosphere + Machining Charge + Molding + Mount/Demount + Meals or Lodging Charge + Escort Service with Overnight Subsistence + Escort Service + Escort Service (Telephone) + Manifest Charge + Manufacturing + Message Rate Adjustment + Message Charge + Minimum Charge + Special Mileage Movements + Minimum Guarantee + Markup Charge + Minimum Bill of Lading Charge + Meals + Minimum/Maximum Charge + Mill Freight + Market Development Funds + Metropolitan Transit Tax + Notify Consignee + Motor Surveillance Service + Miscellaneous Parts Charge + Marking or Tagging Charge + Medical Report Charge + Other Accessorial Service Charge + Miscellaneous Charge + Meter Charge + Municipal Surcharge + Motor Vehicle Report (MVR) Charge + Special Motor Surveillance Charge + Venting Instructions + Non Generated Freight + New Store Allowance + Nozzle Charge + Order Notify Charge + Next Day Air Service + Non-document Surcharge + Carrier Notification Charge + N.H.D. Wharfage + New Store Discount + New Warehouse Discount + New York Delivery Charge + New York Pickup Charge + O.T.O. Charge + Overrun Charge + Overtime Loading + Ocean Charges - Hazardous + Over Height Container + On Call Pickup Service + Collect on Delivery Deletion Charge + Official Report Charge + Fumigation + On Carriage + Option Charge (Color Fabric Office Furniture) + On Deck Break Bulk Differential + Order-Flat + Optional Charge + Operator Credit + Out of Route Miles + Receipt/Issue Overtime Normal Business Hours Charge + Outside Charge + Optional Software Support for Operational Support Systems + Optional Software Support for Switching Systems + Out of Zone Pickup or Delivery + Overnight Service + Over Dimension + Over Width Container + Percent of Product + Pump Air Charge + Premium Charge + Premium Transportation + Price Deviation + Professional Fees + Promotional Allowance + Promotional Discount + Pump Charge + Preparation and Delivery + Parts Adjustment Allowance + Parts Charge + Priced Parts Charge + Pickup of Shipments on Saturday, Sunday, and/or Holidays Requiring Absolute Next Day Delivery Charge + Prior billing amount + Permits Bonds Escort Attendant + Pier Charges Other Than Wharfage + Protective Service Charge + City Pickup + Prior Delivery Of Bill Charge + Preloading Charge + Pickup and Delivery from Storage in Transit + Pickup and Delivery Beyond Service Area Charge + Pallet Exchange Charge + Penalty Charge + Permit Charge + Power Factor Adjustment + Photocopy + Photographs + Pier Pickup and/or Delivery + Packing Surcharge + Insurance Placement Cost Charge + Pallets/Skids/Platforms + Prior Month Credit + Paint and Materials + Pickup of Shipments Requiring Same Day Delivery Service Charge + Pickup of Shipments Requiring Same Day Delivery Service and/or Delivery at a Specified Time Charge + Normal Pump Charge + Special Pump Charge + Prior Period Net Adjustment + Piano/Organ Carry + Proof of Delivery + Police Report Charge + Positioning at Origin + Per Pound Charge + Pickup and Delivery Service for Perishables Charge + Per Item Charge + Pick/Up Allowance + Precious Metal Content + Pallet Charge + Per Order Charge + Performance Award + Placement and/or Removal Charge + Parish/County Sales Tax (only) + Prepaid Usage Allowance + Prior Balance + Pre-carriage + Portable Ramps at Destination + Pre-carriage Excess + Parking + Prelodge Charge + Premise Use + Portable Ramps at Origin + Prior Period Rebook + Prior Period Reversal + Protective Service - Cold + Preparation of Special Documents + Protective Service Security with Armed Guards + Protective Service - Heat + Protective Service Security + Postage + Tobacco Products Report Charge + Protective Tarp for Security Purposes + Provincial Sales Tax + Pickup Charge + Pickup and Delivery + Pack and Unpack + Bonded Privately Owned Vehicle Charge + Detention of Privately Owned Vehicle Charge + Inoperable Privately Owned Vehicle Charge + Loading/Unloading of Privately Owned Vehicle Charge + Privately Owned Vehicle Processing + Stop-offs for Privately Owned Vehicle Shipment Charge + Privately Owned Vehicle in Truckaway Service Charge + Pier Charges - Wharfage + Pallet Allowance + Priority Service Charge + Quantity Surcharge + Quantity Discount + Rebate + Reclamation, Federal + Reclamation, State + Recovery Allowance + Redistribution Allowance + Rental Deduction + Repack Charge + Retainer + Resellers Discount + Restocking Charge + Royalties + Roll Rebate + Ramping + No Return Credit Allowance + Repair at buyers expense charge + Reconsignment Charge + Reconsign Consignee Charge + Repair at customer expense charge + Repair at government expense charge + Redelivery + Recoopering (at Owner's or Shipper's Expense) + Reconnect charge + Reconsign Delivery Charge + Research & development fee + Railhead Handling + Return Cargo Charge + Regulatory Fee + Refrigeration + Regulatory tax + Requested Labor Charge + Residential Pickup + Request Via Canada + Residential Delivery + Returned Load + Retention Tax + Refund + Reefer Maintenance + Regain Allowance + Regain Charge + Recurring Hardware Maintenance Charge + Riding Attendant Charge + Released Value Charge in Excess of Carrier Maximum Liability Charge + Rail Inspection Service + Retail Loss Allowance + Rents and Leases + Relinquishment Charge + Relocation of Vehicle + Rocky Mountain Bureau 583 Item 1100 Arbitrary Charge + Return of Empty Container Charge + Refrigeration/Mechanical Detention + Return Movement of Pallet Charge + Rail Surveillance + Roll Out Adjustment + Reduction Prepalletized Cargo + Reefer Cargo Percent Differential + Reel Cable + Reel Deposit + Refurbishing Charge + Rental Charge + Repair Charge + Regulatory required refund + Recurring Software Maintenance Charge + Reshipment + Restricted Speeds + Respotting + Reservations + Rate Code + Subject to Cooperative Advertising Allowance + Shipping and Handling + Service Charge (with Cash Discount) + Scrap Allowance + Shrink-Wrap Charge + Special Credit + State Motor Fuel + Stenciling Charge + Super Fund Excise Tax + Surcharge (Dollar Value) + Surcharge (Percentage) + Stopcharge + State Sales Charge + Service Assistance Program Surcharge + Shipment Holdover on Weekends Charge + Saturday Pickup or Delivery Charge + Standby Charge + Sublet + Special Seal Charge + Special Containers + Small Order Charge + Scale Charge + Second Day Service + Scale Charge Unloading + Special Detention Charge + Split Delivery + Special Dromedary Service + Second Day Hundredweight Service + Special Equipment Charge + Stairs, Elevator, Excess Carry + Segregating (Sorting) + Self Unloader + Ship Exact Quantity Charge + Service Charge + Security Escort Vehicle Service + Single Factor Origination/Destination + Stuffing Charge + Single Factor Origination/Port of Debarkation + Single Factor Port of Embarkation/Destination + Special Train Movement + Single Pickup + Shipment Holdover on Holidays Charge + Shipper Load + State Hazardous Substance Tax + Shipment Holdover on Weekdays Charge + Skirting and Unskirting + Street lamps charge + Slip Sheet Charge + State/Metropolitan Transit Authority Surcharge + Satellite Surveillance Service + Shipment from Non-temp Storage + Stop-off Charge + Stop-off at Pier Charge + Special Allowance + Special Buy + Special Permits + Spreader Charge + Spool Charge + Split Pickup at Pier Charge + Special Freight Supplements + Spotting of Trailer + Split Pickup + Storage + Surveying Routes + Salvage + Super Bag Charge + Stripping, Sorting, and Consolidation + Single Shipment Fee + Select Charge + Pole, Wood-service Charge + Shipside Pickup + Safe Haven Secure Holding Refusal + Software Support Service + Sales Tax (State and Local) + Pole Lashing Equipment (PLE) Surcharge + Sales and Use Tax + Conductivity/Anti-static Additive + State Surcharge + Stop-off at Destination + Container Stuffing + Standard Ground Service + Standard Labor Charge + Steaming Charge + Stowage Charge + Stopping in Transit + Stop-off at Origination + Storage in Transit + Special tooling rework charge + Special Use + Sufferance Warehouse Charge (Export or Import) + Supervisor Charge + Surcharge + Single Invoice Allowance + Manual Surveillance of Shipment + Storage of Vehicles + Switching Charge + Telephone Charge + Tank Rental + Temporary Allowance + Tax on Transportation + Temporary Voluntary Allowance + Terminal Differential + Testing Charge + Tool Charge + Testing Allowance + Trade In + Transportation and Setup + Truckload Discount + Tarping Charge + Tax Charge + Governmental Tax + Telegram Chargeback + Transportation Charge (Minimum Rate) + Truck Detention + Terminal Charge + Trimming Charge + Multi-Tank Surveillance Service + Tendering of Multiple Vehicles + Total Assessorial Charges + TOFC Service Charge + Motor Tow Away Service + Carrier Equipment Pool Charge + Throughput Container Charge + Third-Party Service + Travel Charge + Trailer Rental Charge + Travel Expense + Transfer Charge + Termination + Transit + Process in Transit Privilege + Transferred Charges + Thruway Charge + Testing Services Charge + Technical Assistance for Loading Rail Cars + Tank Surveillance Service + Track Storage + Tank Car Allowance + Transportation-Direct Billing + Trade Discount + Local Tax + Tax on Miscellaneous Charges + Third Party Allowance + Throughput Allowance + State Tax + Transportation - Third Party Billing + Tire Repair and Replace + Transportation - Vendor Provided + Turning Charge + Two Door Pickup + Carrier to Unblock, Unbrace, and Untie + Under Carriage Furnished By Carrier Charge + Unloading + Unloading (Labor Charges) + Usage Plan Detail Charge + Unpacking + Unloading/Reloading Charge + Use - Special Type Flat Car + U.S. Vehicles + Unabsorbed Switching + Utilities Disconnect and Connect + Use charge tooling/personnel + Up Charge + Unsalable Merchandise Allowance + Use Tax + Vendor Freight + Volume Discount + Van Cleaning + Voluntary contribution charge + Excess Mileage for Stop-off Delivery of Personal Vehicles Charge + Vehicles Furnished But Not Used + Vehicles Inoperable + Virgin Island Transfer Charge + Vehicle Ordered but Not Used + Stop-off Delivery of Personal Vehicles Charge + Vehicles in Truckway + Vehicle Load Allowance + Vehicle Prep Charge (courtesy delivery) + War Risk Surcharge + Wide Area Telephone Service (WATS) Usage Credit + Wharfage - Breakbulk + Wharfage - Container + Waterfront Delivery Charge + Weather Protection + Weighing Charge (Intermodal) + Wharfage + Wharfage & Handling + Wasted/Futile Trip + Warehouse Charge + War Risk Crew Bonus + Load Weighing Charge + Empty Weighing Charge + War Risk Insurance + Warehouse Allowance + Waiting Time + Waiting Time Service Charge + Weight Verification Charge + Wharfage Charge + Protective Service Rule 25 + Protective Service Rule 27 + Protective Service Rule 37 + Protective Service Rule 75 + Protective Service Rule 95 + Protective Service Rule 140 + Protective Service Rule 160 + Protective Service Rule 165 + Protective Service Rule 500 + Protective Service Rule 510 + Protective Service Rule 518 + Protective Service Rule 530 + Protective Service Rule 531 + Protective Service Rule 545 + Protective Service Rule 565 + Protective Service Rule 570 + Protective Service Rule 580 + Protective Service Rule 581 + Protective Service Rule 705 + Protective Service Rule 710 + Protective Service Rule 711 + Protective Service Rule 712 + Protective Service Rule 716 + Protective Service Rule 720 + Protective Service Rule 725 + Protective Service Rule 727 + Protective Service Rule 735 + Protective Service Rule 740 + Protective Service Rule 760 + Protective Service Rule 815 + Quality Differential + Protective Service Rule 26 + Protective Service Rule 715 + Protective Service Rule 745 + Protective Service Rule 755 + First Flight Out + Mutually Defined + + + Child Support + Non-Custodial Parent or Third Party Payors + Financial Institution to Financial Institution Funds Transfer Requested by Child Support Agency + Interstate Financial Institution Data Match Collections + Interstate Income Withholding - Child Support + Interstate All Others - Child Support + Interstate State Tax Offset - Child Support + Interstate Cost-Recovery Financial Institution Data Match + Interstate Cost-recovery Income Withholding - Child Support + Interstate Cost-recovery All Others - Child Support + Interstate Cost-recovery State Tax Offset - Child Support + Unemployment Insurance Payment - Child Support + + + Proof of Eligibility Unknown or Unavailable + Litigation + Authorization Delays + Delay in Certifying Provider + Delay in Supplying Billing Forms + Delay in Delivery of Custom-made Appliances + Third Party Processing Delay + Delay in Eligibility Determination + Original Claim Rejected or Denied Due to a Reason Unrelated to the Billing Limitation Rules + Administration Delay in the Prior Approval Process + Other + Natural Disaster + Lack of Information + No response to initial request + + + Delivery of Fuel into Underground Storage Tank + Delivery of Fuel into Above Ground Storage Tank + Speed Restricted to 15 Miles per Hour + Speed Restricted to 25 Miles per Hour + Speed Restricted to 35 Miles per Hour + Speed Restricted to 45 Miles per Hour + No Facial Hair + Car is Air Brake Controlled + Customer Required Packing List + + Customer Required Appointment Number + Load on Top of Residue (Heel) + Dispose of Residue (Heel) + Humidity Sensitive Shipment + Do Not Stack + Attachment - Auto Keys + Attachment to Move with Car + Annual Volume + Attachments - Advance Only Waybill + Clearinghouse Balance + Blowable Load + If Bad Ordered Notify Shipper + Buffer Car Service + Bill Shipper for Weigh Charge + Container, Consolidator Load + Attachment - Customer's Document + Cleared for Export + Container, Factory Load + Carrier + Customs Inspection + Attachment - Cotton Manifest + No Marshalling Required for Hazardous Materials + Circus Ramp Only (TOFC Van) + Bill Consignee for Weigh Charges + Top Load Only + Certification that this Shipment is for Recycling as Defined in Applicable Tariffs Containing Such Provisions + Dangerous + Demurrage + Domestic + Shipper Authorization Required for Diversion or Consignment + Drop Yard + Delivery Only on Surrender of Written Order + Dead in Tow + Do Not Uncouple + Equipment + Destination Weights Apply + Embargo Shipment + Excessive Dimensions + Electronic Equipment Transfer + Environmental Control Limits + Expedite + Return Empty Via Reverse Route + Damages Incurred if Shipment Fails to Meet Vessel Loading + Excessive Weight + Explosive Flammable Gas + Face "A-end" to Head of Train + Face "B-end" to Head of Train + Moving Under "For Furtherance Instructions" and May Be Delivered + Full Service + Flammable Gas + Flammable + Flammable Poison Gas + Fragile - Handle with Care + Nontransit Flat Shipment + Goods Astray + Grain Inspection + Head End Car + Household + Endorsed as Hazardous Material + Hold for Orders + Heated Prior to Loading + Home for Repair + Heat + High Value Load + High Wide Load + In-bond + Ice + Shipment to be Inspected at Destination and Disposition Instructions will be Furnished + Interoffice Move + Import Shipment + Rail Incentive Rate + Surveillance Service + Intermediate Switch Service + Junction Settlement Account + Land Bridge (Import/Export) + Car Trip Leased to Consignee + Loading Devices + Loaded to Full Visible Capacity + Less Than Container, Consolidator Load + Protect Lowest Through Rate + Less Than Container, Factory Load + Local Service Only + Less Than Full Carload + Person in Charge of Car + Cleared for Border Crossing + Multiple Pickup + Mechanical Refrigeration + Notify Consignee Before Delivery + Do Not Divert + No Special Entrainment Required + Night Delivery Service + Do Not Hump + New Equipment First Transborder Movement + Navalock + Do Not Pool + Notify Shipper Before Reconsignment + Do Not Transfer Contents + In Case of Fire Do Not Use Water + Not for Export + Commodity Loaded Less Than or Equal To the Car Ordered + Overweight + Perishable in Box Car + Privately Controlled Private Equipment Subject to Demurrage + Poisonous Gas + Iced Prior to Loading + Product Protection Service + Attachment - Prepaid Waybill + Return Authorization + Render Bill for Charges + Railroad Controlled Private Equipment Subject to Demurrage + Shipper Steam Ship Released + Radioactive Material + Rush Order + Rail Asset Management Process - Equipment Distribution (RAMP-ED) Traffic + Rear Rider + Inspect Hourly if Car Stopped + Record for Transit + Residue in Excess of 7 Percent of Equipment Capacity + STARS Traffic + Shipper Load/Carrier Count + Shove to Rest and Cover + Subject to Special Detention Rules/Charges + Attachment - Shipper's Export Document + Shiftable Load + Ship to Cross Dock or Pool + Ship to Furthest Destination First + Requires Shelf Couplers + Attachment - Shipper's Manifest + Attachment - Shipper's Packing Instructions + Speed Restricted + Stack Train + Stretch Wrap + Cars Temporarily Articulated + Trailer, Consolidator Load + Trailer, Factory Load + Intermodal Tank Service + Turn Car + Transit Shipment + Team Track Delivery + Time Volume Rates Only + Unload at Bumper (Circus Ramp) + Unitized + Unload from Left Side of Car + Unload as Placarded + Unprotected Perishable + Unload from Right Side of Car + Shipper Certifies Gross Weight under 240,000 pounds + Unit Train + Verification Weigh + Ventilation Instructions + Wide-Body Pickup Truck (Applies to Finished Vehicle Loading + Waived Inspection - Set Direct + Weigh Empty + Attachments - High Wide Notice + Waive Inspection + Manifest Must Accompany Waybill + Weigh to Check for Overload + Waste Water + Export + Cross Town + Advanced Fee + Certificate of Origin + Fuel Surcharge Authorized + Offshore - Alaska/Hawaii Service + Oversized Premium + Preparation of Air Waybill - Origin + Preparation of Canadian Customs Invoice + Preparation of Export Entry + Preparation of Insurance Certificate + Preparation of U.S. Export Documentation + Saturday Delivery + Saturday Pickup + Security Signature Service + Written Proof of Delivery + Aggregate 1000 + Aggregate 3000 + Aggregate 5000 + Additional Material + Attendants Accompanying + Advance Loading + Air Craft Furnished and Not Used + Aggregate Tender Discount + Armed Guard Service + Additional Injection/Blending Service + Port Changes + Use of Alternate Terminal + A.M. Delivery Requirement + Anchoring and Unanchoring + Additional Copy of Shipping Papers for Proof of Delivery + Appliance Servicing + Air Conditioning Disconnect and Connect + Rail Armed Guard Service + Air Ride Tractor Service + Air Ride Truck Service + Assembly Service Requested + Auxiliary Service + Bypass Consolidation Point + Bulky Article + Blocking and Bracing + Blind Shipment + Bolster Load, Do Not Switch + Boxing Service - Dry Bulk + Bunker Surcharge Authorized + Bunker Adjustment - 20 Foot Container + Bunker Adjustment - 40 Foot Container + Bunker Adjustment + Currency Adjustment - 20 Foot Container + Currency Adjustment - 40 Foot Container + ROEE Car or Pickup Truck + Case Label Bar Code + Convert Commercial Bill of Lading (BOL) to Government BOL + Certification + Carrier Caboose + Corrosion Additive Service + Customs Fees - Container Level + Customs Fees - Lift Level + Carrier Guard Car Service + Return Carrier Guard Car Service + Cargo Taxes + Chain and Binders + Commercial Invoice Preparation + Constant Surveillance + Cleaning + Class Rates Applied + Comb. Rates over Detroit + Consolidation and Line Haul + Consolidation + Contract Rates Apply + Certification That the Newsprint Winding Cores Being Returned Empty Were Received Filled by Rail Freight Service + Consignee Unload + Courier, Overnight + Copilot Service + Customs Papers Mailed + Crane at Destination + Container Lease + Crane at Origin + Courier, Same Day + Government Caboose + Controlled Atmosphere + Container Mounting + Circuitous Routing + Currency Adjustment - Break Bulk + Double Wide Separate and Reassemble + Delivery of Fuel From Barge to Pipeline + Dedicated Switch Engine Crew at Destination + Dedicated Switch Engine Crew at Origin + DOD Constant Surveillance Service + Dual Driver with National Agency Check + Dual Driver Protective Service + Direct Delivery + Drayage at Port of Debarkation (Rate Zone) + Delivery Service + Detention of Conveying Equipment and the Power Unit + Detention of Conveying Equipment Excluding the Power Unit + Drayage at Port of Embarkation (Rate Zone) + Keep From Freezing Percent Differential + 410 Dromedary with Mechanical Restraining Devices + 410 Dromedary + Distribution Service Requested + Delivery of Fuel From Rail Tank Car to Pipeline + Notify Shipper Immediately if Shipment is Delayed en Route + Do Not Couple to Other Diaphragmed Cars + Do Not Freeze + Do Not Couple to Tank Cars + Documentation - Special + Container Diversion + Delivery of Fuel From Pipeline to Barge + Drayage at Port of Debarkation + Drayage at Port of Embarkation + Delivery of Fuel From Pipeline to Rail Tank Car + Delivery of Fuel From Pipeline to Tank Truck or Trailer + Detention With Power Units (30 minute periods) + Drop-Off Delivery + Drumming Service + Do Not Couple to Double Shelf Couples + Dromedary with Mechanical Restraining Devices + Dromedary Service Requested + Door Side Vanning + Labor Associated with Detention of Conveying Equipment + Delivery of Fuel From Tank Truck or Trailer to Pipeline + Detention (Vehicle) + Detention With Power Units (60 minute periods) + Extra Axles + Escort/Courier Service + Empty Railcar Ordered But Not Used + Equipment Hose at Destination + Equipment Hose at Origin + Exclusive Use + Dedicated Switch Engine at Destination + Dedicated Switch Engine at Origin + Extra Lights + Emergency Service + Empty Movement + Endorsement + Empty Return + Satisfactory Service Standards + Excessive Valuation Authorized + Exclusive Use of Vehicle + Extra Driver + Extra Length Surcharge + Export Preparation + Expedited Rates Applied + Expedited Service + Extra Labor + Exclusive Use of Vehicle Damaged + Expand Remove and Install + Roadway Easy Rates Applied + Barge Freight All Kinds Service + Firearms + Furnishing Chassis + Flat Deck Delivery + Fuel Filters Furnished by Carrier + Fuel Filters Furnished by Shipper + Flatrack Surcharge + For Processing in Transit + Accepted by Carrier at Owner's Risk of Freezing + For Storage in Transit + Filtration Service + Garment Surcharge + Government-Owned Containers + Government Guard Car + Greater Security Service + Hold at Location + Handling + Hazardous Cargo + Handling Freight Not Adjacent to Vehicle + Hand Brakes at Each End Must Be Released + Shipment Holdover for Holidays + Shipment Holdover for Weekends + Heat in Transit + Heat - Special + Heat With Steam + Accessible Hazardous Material + Inaccessible Hazardous Material + Sunday or Holiday Pickup or Delivery + 24 Hour Availability + Hose + Special Hose + High Cube Trailer Rates + Heater or Refrigeration + Hitch Installation + Hazardous Materials Surcharge + Hazardous Cargo On Deck + Idler Car + Inside Delivery + Icing Inhibitor Service + Impactographs + Intermodal Shipment Service + Inspector Requested for Loading + Intra-Plant Move + Inside Pickup + Interline Transfer Service + Just-In-Time (JIT) + Joint Line Exception + Certification that the Containers Being Returned Empty Were Received Filled by Rail Freight Service + Keep Material Dry + Labor Disturbance + Commingling/Loss Allowance + Layover + Apply a Uniform Code Council/International Article Numbering Association (UCC/EAN) Serial Shipping Container Label to the Shipping Containers + Light Bar Service + Low Boy Trailer/Flat Bed + Land Currency Adjustment Factor - 20 Foot Container + Land Currency Adjustment - 40 Foot Container + Percent Differential - Less Than Container + Carrier to Load + Carrier to Unload + Less Than Container + Linehaul from Port of Debarkation + Linehaul Service + Liability of Carrier + Liner Terms at Port of Debarkation + Liner Terms at Port of Embarkation + Linehaul Percent Differential + Linehaul To Port of Embarkation + Less Than Truckload + Layover Service + Modified Atmosphere + Escort Service with Overnight Subsistence + Escort + Escort Services (Telephone) + Insulated + Motor Surveillance Service + Other + Refrigerated + Military Traffic Expediting Service + Special Motor Surveillance + Do not Hump or Hump into + Do Not Use Helper Locomotive to Push + No Placards Required + Nose Side Vanning + Stow Away from Heat + Block Stowage + Cargo Aboard + Carrier Load and Consignee Unload + Over Height Container + Completing Shipment + Delivery Verification Not Required + Stow with Doors Facing Inward + Exempt Commodity + In Front of House Stowage + Fumigation + Harmless + Oil Field Service + Use No Hooks + Not Restricted Cargo + Cargo on Board Certification Required + On Deck Stowage + Carrier Load and Carrier Unload + Perishable + Partial Shipment + Receipt/Issue Overtime Normal Business Hours + Stow Below Deck + Stow Between Decks + Temperature Control + Time of Delivery and Signature Required + On Top In-hatch Stowage + On Top On-deck Stowage + Total Shipment + Under Container On-deck Stowage + Below Water Line Stowage + Overflow + Over Width Container + One Way Rates Applied + Pumping Equipment + Pickup of Shipments on Saturday, Sunday, and/or Holidays Requiring Absolute Next Day Delivery + Pallet Label Bar Code + Pickup and Delivery From Storage in Transit + Pickup and Delivery Beyond Service Area + Special Permits + Protect From Heat + Per Hour Rates Applied + Pier Time + Pallets/Skids/Platforms + P.M. Delivery Requirement + Per Mile Rates Apply + Pickup of Shipments Requiring Same Day Delivery Service + Pickup of Shipments Requiring Same Day Delivery Service and/or Delivery at a Specified Time + Piano/Organ Carry + Positioning at Origin + Pickup and Delivery Service for Perishables + Portable Ramps at Destination + Prelodge + Portable Ramps at Origin + Stuffing Charge + Protective Service Security with Armed Guards + Protective Security Service + Protective Tarp For Security Purposes + Pickup + Pickup and Delivery + Pack and Unpack + PUP Trailer Rates Apply + Bonded Privately Owned Vehicle + Detention of Privately Owned Vehicle + Inoperable Privately Owned Vehicle + Loading/Unloading of Privately Owned Vehicle + Private Owned Vehicle Processing + Stop-offs for Privately Owned Vehicle Shipment + Privately Owned Vehicle in Truckaway Service + Priority Service + Reconsignment + Redelivery + Railhead Handling + Roadrailer Service + Respotting + Residential Delivery + Reefer Maintenance + Released Value Charge in Excess of Carrier Maximum Liability + Rail Inspection Service + Relocation of Vehicle + Return of Empty Container + Return Movement of Pallet + Rail Surveillance + Reefer Cargo Percent Differential + Round Trip Service + Reshipment + Restricted Speeds + Reservations + Reweight Requested + Apply Serial Shipping Container Code SSCC-18 Bar Code + Shipment Holdover on Weekends + Saturday Pickup or Delivery + Special Containers + Shipper Load and Consignee Unload + Split Delivery + Special Dromedary Service + Special Equipment Charge + Shipper Export Declaration Required + Stairs, Elevator, Excess Carry + Service Charge Applies + Security Escort Vehicle Service + Single Factor Origination/Destination + Single Factor Origination/Port of Debarkation + Single Factor Port of Embarkation/Destination + Special Train Movement + Single Shipment + Shipment Holdover on Holidays + Shipper Load + Shipment Holdover on Weekdays + Skirting and Unskirting + Shipper Load and Count + Small Package + Transmit a Ship Notice/Manifest Transaction Set + Satellite Surveillance Service + Shipment from Non-Temp Storage + Stop-off + Shipper Load and Carrier Unload + Special Allowance + Special Permit + Spreader Service + Spot for Storage - No Shipment + Split Pickup + Storage + Surveying Routes + Stripping, Sorting & Consolidation + Substitute Service Not to be Used + Safe Haven Secure Holding Refusal + Pole Lashing Equipment (PLE) Surcharge + Conductivity/Anti-static Additive + Stop-off at Destination + Stowage + Stop-off at Origination + Signature and Tally Record + Spot for Unloading from A End + Spot for Unloading from B Brake End + Supervisor Requested + Storage of Vehicles + Truckload-Double Operator-Common Carrier + Truckload-Double Operator-Padded Van + Terminal Handling Charges + Tendered as Truckload (Truckload Service Requested) + Multi-Tank Surveillance Service + Tendering of Multiple Vehicles + Trailer on Flat Car + Motor Tow Away Service + Third Party Service + Tractor Only + Truck Rates Applicable + Trailer Preparation - Special + Termination + Transfer Product + Tire Repair and Replace + Trade Show + Tractor and Trailer + Truck to Rack Unit + Truckload-Single Operator-Common Carrier + Technical Assistance for Loading Rail Cars + Truckload-Single Operator-Padded Van + Tank Surveillance Service + Trailer Tracking Service + Carrier to Unblock, Unbrace, and Untie + Under Carriage Furnished By Carrier + Unpacking + Unloading or Reloading + Utilities Disconnect and Connect + Vacuum Service + ROEE Van Type Truck + Van Cleaning + Vehicles Furnished But Not Used + Vehicles Inoperable + Stop-off Delivery of Personal Vehicles + Vehicles in Truckaway + Wharfage - Breakbulk + Wharfage - Container + Waterfront Delivery + Wharfage + War Risk Crew Bonus + War Risk Insurance + Waiting Time Authorized + Weight Verification + Mutually Defined + + + End Cap - Front End + End Cap - Back End + End Cap - Middle + + Shipper + Module Ready to Display + Refrigerated Display Case + Gondola (Island) + Sidestack + Spinner Rack + Clip Strip + J-hook + Checkstand + Wing Display + Pallet + Dump Bin + Other + Frozen Display Case + In-Aisle + Backroom Shelf + Backroom Cold Box Storage + Backroom Floor Space + Frontroom Shelf Space + Frontroom Cold Box Storage + Frontroom Floor Space + + + Checkout Coupons + Video Cart + Frequent Shopper + + Electronic Shelf Tag + In-Store Broadcast + Front-End Coupon Dispenser (Kiosk) + Newspaper + Television + Radio + Magazine + Telemarketing + Direct Mail + Flyers + + + Checkout + Shelf + Front-end + + In-advertising + Instant Redeemable + Without Sample + With Sample + Co-op + On Cart + Kiosk + Military + In Store with Sample + In Store without Sample + Off Location with Sample + Off Location without Sample + Hospital + Cross-Ruff + On Page + Pop-up + Tip In + Color + Sunday Comics + Supplement + Split Value + + + Shelf Maintenance + Reset + Survey + + Spoils Processing + Merchandising + Selling + Product Demonstration + + + Admission Review + Batch + Health Services Review + Individual + Program Referral + Recurring + Specialty Care Review + + + Procedure Followed (Compliance) + Not Followed - Call Not Made (Non-Compliance Call Not Made) + Not Medically Necessary (Non-Compliance Non-Medically Necessary) + Not Followed Other (Non-Compliance Other) + Emergency Admit to Non-Network Hospital + + + Non-Network Professional Provider in Network Hospital + Emergency Care + Services or Specialist not in Network + Out-of-Service Area + State Mandates + Other + + + Net Cost Formula 1 + Net Cost Formula 2 + Net Cost Formula 3 + Net Cost Formula 4 + + + Opposite End of Car from Brake + Brake End of Car + + + Wholly Obtained + Produced Entirely + Exclusive Originating + Unassemble classified + Tariff Change + + + Adjustable to Fixed + Adjustable to Adjustable + Balloon to Adjustable + Balloon to Fixed + Fixed to Fixed + Fixed to Adjustable + Mutually Defined + + + Matrix Start - Absolute Reference + Matrix Start - Relative Reference + Matrix Continuation - Absolute Reference + Matrix Continuation - Relative Reference + + + Assumability + Callability + Prepayment + Convertibility + Limited Payment + Adjustability + User-defined + Negative Amortization + Automatic Refinance + Modification + Construction Phase + Permanent Phase + Payment Frequency + Mutually Defined + + + Airline Transport Pilot + All Cargo Air Service Certificate + Certificate of Public Convenience and Necessity + Commercial + Competition Driver's License + Flight Instructor + Motor Vehicle Operator License + Private + Recreational + Student + U.S. Parachute Association Class A + U.S. Parachute Association Class B + U.S. Parachute Association Class C + U.S. Parachute Association Class D + + + Axle Error + Bearing Error + Candidate Platform + Disqualification + Equipment Group Code Error + Length Error + Good + Performance + No Other Problems Flagged + Multiple Errors + OK - No Other Problems Flagged + Left Tag Bad + Equipment has Two Tags and the Equipment Initial and Number are not the Same + No Tag Read + Orientation Error + Platform Code Error + Right Tag Bad + Communication Fault + Unknown + Window Violation + + + Axle Patterns are Questionable + Excessive Disqualifiers + Good (All information to follow is good) + Multiple Inconsistencies + + + Normal + Other + Time Out + + + Through Movement Over Five Miles per Hour + Through Movement Under Five Miles per Hour + Stop and Go + Switching + Pull-by + + + Self-reported + High School Counselor + High School Transcript + College Transcript + + + Antenna Warning + Antenna Fatal + Communication Warning + Communication Fatal + Intertrack Communication Failure Warning + Intertrack Communication Failure Fatal + Good + Power Supply Failure + Power Supply Fatal + Power Supply Off + Software Set-up Failure + Available + Multiple Processor + Presence Loop Off + Presence Loop On + Reader or Radio Frequency Warning + Reader or Radio Frequency Fatal + Transducer Warning + Transducer Fatal + Transducer Off + External Detector Warning + External Detector Fatal + Security + + + Trackage Rights or Haulage Agreement + End of Train Device + Joint Motor-Rail + Joint Industry Only + Normal (Rail-to-Rail) + Operating + Per Diem Relief Point + Rubber (Rail to Motor) + Shop + Truck (rail to Motor to rail) + Revenue Only + Water + + + Handling Carrier + Linehaul Carrier + Junction Settlement Carrier + + + Triple Data Encryption Algorithm + Data Encryption Algorithm + Elliptic Curve Encryption + Key Encryption Algorithm + RSA Algorithm + Mutually Defined + + + Advanced Encryption Standard (AES) with a 128-bit Key + Advanced Encryption Standard (AES) with a 192-bit Key + Advanced Encryption Standard (AES) with a 256-bit Key + Triple DEA + Data Encryption Algorithm + Data Encryption Standard (Same as DEA) + RC2 Algorithm + Rivest-Shamir-Adelman (RSA) Algorithm + Skipjack + Mutually Defined + + + Cipher Block Chaining + 8-Bit Output Feedback + Cipher Feedback (CFB) Mode + Electronic Code Book + Mutually Defined + + + Returned to Carrier's Terminal + Returned to Shipper + Arrived + Bad Order (Inoperative or Damaged) + Estimated To Depart Terminal Location + Completed Unloading at Delivery Location + Estimated to Arrive (En Route) + In Flight + Repaired and/or Released from Bad Order + Equipment Shopped for Heavy Repair + In-Gate + Delivered to Connecting Line + Arrived at Customs + Loading + No Paperwork Received with Shipment or Equipment + Paperwork Received- Did Not Receive Shipment or Equipment + Departed Terminal Location + Received from Prior Carrier + Spotted at Consignee's Location + At Terminal; Intra-Terminal Movement + Unloading + Vessel Rehandle + Released by Customer + Removed from Customer Dock or Siding + Constructively Placed + Actually Placed + Agriculture Canada Hold + Agriculture Canada Released + Agriculture Canada Refused Entry + Agriculture Canada Conditional Release + Pickup Appointment Date and Time + Awaiting Clearance + + Loaded on Vessel + Departed Pickup Location + Estimated Delivery + Attempted Delivery + Shipment Has Been Reconsigned + Tendered for Delivery + Loaded on Rail + Loaded on Truck + Delivered to Air Carrier + Loaded on Barge + Loaded on Feeder Vessel + Rail Arrival at Destination Intermodal Ramp + Shipment Available for Pickup + Available for Delivery + Awaiting Export + Set Off at Agent + Storage - in - Transit + Recommitted Delivery Date + Estimated Time of Arrival at Scheduled Pickup Location + Booking Confirmed + Rail Conveying Car Bad Ordered + Bill of Lading Released + Canada Customs Hold + Canada Customs Inspection Scheduled + Shipment Cancelled + Chassis Tie + Chassis Un-Tie + Received at Origin + Passing + Cargo Received at Contractual Place of Receipt + Carrier Release + Container Sealed + Customs Released + Carrier and Customs Release + Container Rehandled + Repair Authorization Requested + Unit Cleaned + Delivery Order Issued + Delivery Not Confirmed + Destination Stop-off + Unit Pre-Tripped + Repair Authorization Received + Damage Survey Requested + Damage Survey Completed + Estimate Approved + Empty Container Available for Pickup at Consignee Location + Early Delivery Appointment Date and/or Time + Empty Equipment Dispatched + Interchange Information Received + Early Pickup Appointment Date and/or Time + Estimate Received + Export + Food and Drug Release + Freight Paid + Free Time Expired + Terminal Gate Inspection + General Order + Held - Protective Service + Held-Awaiting Shipper's Export Document + Held-Awaiting Recount/Weight/Description + Held on Ground + Held-No Booking Number + Held-Title Clearance + Hold Released + U.S. Customs and Border Protection (CBP), In-bond Movement Authorized + Import + Movement Type Changed from In-bond to Not In-bond + Ordered Stuffed + Ordered Stripped + Confirmed Stuffed + Confirmed Stripped + Shopped for Heavy Repair + Complete Customs Paperwork has been Provided + Late Delivery Appointment Date and/or Time + Late Pickup Appointment Date and/or Time + Empty Committed + Confirmation of Notification + Technical Charges Due + Free Time to Expire + Non-Gate Inspection + No Hazardous Material Document Received + Ocean Charges Paid + Terminal Charges Paid + Shipment Information Not Received + No Seal on Load + Notification + Notification Refused + Out-Gate + Original Bill of Lading Received + Off-Hire Container + On Hand + On-Hire Container + All Paperwork has been Provided to Consignee + U.S. Customs and Border Protection (CBP) Hold, Intensive Examination + U.S. Customs and Border Protection (CBP) Hold, Insufficient Paperwork + U.S. Customs and Border Protection (CBP) Hold, Discrepancy in Paperwork + U.S. Customs and Border Protection (CBP) Hold, Discrepancy in Piece Count + U.S. Customs and Border Protection (CBP) Hold, Hold by Coast Guard + U.S. Customs and Border Protection (CBP) Hold, Hold by F.B.I. + U.S. Customs and Border Protection (CBP) Hold, Hold by Local Law Enforcement + U.S. Customs and Border Protection (CBP) Hold, Hold by Court Imposed Lien + U.S. Customs and Border Protection (CBP) Hold, Hold by Food and Drug + U.S. Customs and Border Protection (CBP) Hold, Hold by Fish and Wildlife + U.S. Customs and Border Protection (CBP) Hold, Hold by Drug Enforcement + US Dept. Agr, Hold for Intensive Investigation + US Dept. Agr, Hold for Unregistered Producer + US Dept. Agr, Hold for Restricted Commodity + US Dept. Agr, Hold for Insect Infestation + US Dept. Agr, Hold for Bacterial Contamination + U.S. Customs and Border Protection (CBP) Hold at Place of Vessel Arrival + U.S. Customs and Border Protection (CBP) Hold at In-Bond Destination + U.S. Department of Agriculture Hold at Place of Vessel Arrival + U.S. Department of Agriculture Hold at In-Bond Destination + Other U.S. Agency Hold at Place of Vessel Arrival + Other U.S. Agency Hold at In-Bond Destination + U.S. Department of Agriculture, Hold for Fumigation + U.S. Department of Agriculture, Hold for Inspection or Documentation Review + Pickup Appointment Requested + Delivery Appointment Requested + Reserve Container Against Booking + Return Container + Rail Conveying Car Released from Bad Order + Movement Type Changed from Not In-bond to In-bond + Rail Departure from Origin Intermodal Ramp + Renotification + Shipment Split + Shipment Consolidation + Seals Altered + Shipment Delayed + Receipt of Shipping Instructions + Shipment Not Authorized + Spotted at Sourcing Location + Held for Terminal Charges + Intra-Terminal Movement + Terminate to Owner + Unit - Leased to Connecting Line + Unit - Returned from Connecting Line + Unit - Shopped Held at Terminal + Unit - COFC/TOFC Service + Unit - Pickup/Delivery Service + Unable to Process Shipment + Unloaded from a Rail Car + Unloaded From Vessel + Intermodal Unit Weighed + Vessel Arrival + Vessel Departure + Weight Too Heavy - Highway + Weight Too Heavy - Rail + Arrived at Delivery Location + Estimated Time of Arrival at Consignee Location + Arrived at Pickup Location + Arrived at Terminal Location + Arrived at Delivery Location Loading Dock + En Route to Delivery Location + En Route to Pickup Location + Arrived at Pickup Location Loading Dock + Delivery Appointment Secured + Pickup Appointment Secured + Shipment Acknowledged + Arrived at the Multiple Country Consolidation (MCC) Hub + Departure from the Multiple Country Consolidation (MCC) Hub + Mutually Defined + + + ASCII-Baudot Filter + ASCII Filter + Base 64 + Hexadecimal Filter + No Filter + Radix 64 + UUencoding + Mutually Defined + + + Deflate Compressed Data Format with LZ77 (Lempel-Ziv 1977) and Huffman Coding + X9E13 Compression as defined by X9.32 + Mutually Defined + + + Assurance Token + Certificate + Public Key + + + Digital Signature Standard + Elliptic Curve Digital Signature + ISO 9796(1991) + No algorithm specified + RSA + Y9.31 + Mutually Defined + + + MD2 + MD4 + MD5 + MDC2 + Secure hash algorithm + Mutually Defined + + + Both Inspected and Weighed + Inspected + Weighed + + + No Exception + Excepted, Ground Transport Less than Limited Quantity + Excepted, Ground Transport Less than Limited Quantity and Consumer Commodity (Other Regulated Materials - Group D (ORM-D)) + + + Stated + Weighted Average, Fixed Margin + Weighted Average, Fixed Servicing + + + Cone + Cylinder + Oval + Rectangle + Square + Triangle + + + American + Communist + Conservative + Democratic + Freedom + Green + Grass Roots + Independence + Liberal + LaRouche + Libertarian + No Political Party + Other Political Party + Peace and Freedom + Right-to-Life + Republican + Socialist + Socialist-Labor + Taxpayers + Mutually Defined + + + Accounting Services + Accounts Payable + Accounts Receivable + After-tax Net Earnings or Losses + Alimony + Annuities + Auto + Automobile + Before-tax Pension Plan Cash Contributions + Before-tax Profit Sharing Cash Contributions + Bonds + Bonus + Building + Capital Gains + Car Loan + Cars + Cash + Casualty Insurance Premiums + Certificate of Deposit + Child Support + Collectibles + Commissions + Company Assets + Company Capital + Company Liability + Corporate Bonds + Cost of Goods Sold + Credit Card Debt + Deferred Compensation + Dental Insurance Premiums + Depreciation + Depreciation or Principle on Business Loans + Disability Insurance Premiums + Dividends + Earned Income + Electricity + Employee Benefits + Equipment Payments + Equities + Expenses + Federal Unemployment Tax (FUTA) + Gain or Loss from Sale of Fixed Assets + Gift + Government Bonds + Gross Profit + Gross Receipts + Gross Sales + Health Insurance Premiums + Heat + Home + Inheritance + Insurance Premiums + Intangible Assets + Interest + Interest on Loans + Inventory + Investment + Janitorial Services + Licenses and Fees + Life Insurance Cash Value + Limited Partnership Income + Loans + Maintenance + Malpractice or Liability Insurance Premiums + Money Market + Mortgage + Municipal Bonds + Mutual Funds + Net Profit or Loss After Taxes + Net Profit or Loss Before Taxes + Net Rental Income + Net Worth + Non-owner or Employees Compensation + Other + Other Taxes + Owner or Employees Compensation + Pension + Periodicals + Personal Liability + Personal Assets + Personal Property + Professional Dues + Professional Fees + Profit Sharing + Property Taxes + Publications + Real Estate + Rent + Rental Property + Retirement Plan + Royalties + Salary + Sales + Savings + Savings Bonds + Scheduled Principal Payments on Debt + Security Service + Self Employment Income + Share of After-tax C Corporation Net Income or Loss + Share of After-tax Corporation Earnings or Losses + Share of Partnership Net Profit or Loss + Share of Partnership Ordinary Income + Share of S Corporation Net Income or Loss + Social Security (FICA) + Sole Proprietorship Net Profit or Loss + State Unemployment Tax (SUTA) + Stocks + Tangible Assets - Non-current + Tangible Assets - Current + Taxes + Telephone + Telephone Answering Services + Total Assets + Total Earned Income + Total Income + Total Liability + Total Unearned Income + Treasury Bills + Trust + Unearned Income + Unemployment Compensation + Utilities + Workers Compensation + Mutually Defined + + + 24-hour Endurance Snowmobile + Aviation Advertising + Aerial Application + Aviation Aerobatics + Air Ambulance + Air Taxi + Auto Stunt Driving + Abalone Diving + Aerobatic Skydiving + Auto Drag Racing + Aviation Ferrying + Aviation Firefighting + + Aviation Inspection + Aviation Instructional + Aviation Prospecting + Auto Road Rally + Business Aviation + Base Jumping + Boxing + Bungee Jumping + Banner Towing + Bush Flying + Championship Auto Racing + Certificated Route Air Carrier + Chartered Air Carrier + Commercial Aviation + Construction Helicopter + Corporate Aviation + Crew Member Aviation + Cross-country Aviation + Cross-country Motorcycle Racing + Cave Diving + Cross-country Snowmobile Racing + Cartography + Cliff Soaring + Demolition Derby + Demonstration Aviation + Driving + Endurance Racing Inboard + Experimental Skydiving + Flying + Figure 8 Demolition + Formula or Grand Prix Auto Racing + Forestry Aviation + Fire Fighting + Glider or Sailplane + Grand Prix Motorcycle Racing + Ground Skimming + Hot-air Ballooning + Hang Gliding + Hydroplane Racing Unlimited + Hydroplane Racing Inboard + International Racing (Auto) + Intermediate Junior Snowmobile Racing + Ice Diving + Iceboat Racing + Inboard Racing + Ice Climbing + Jet Car Racing + Judo + Kart Racing + Karate + Midget Racing + Military Flying + Modified Outboard Racing + Motorboat Racing + Modified Stock Motorcycle Racing + Motocross Racing + Mountain Climbing + Military Skydiving + Modified Stock Snowmobile Racing + Modified Snowmobile Racing + Motorcycle Acrobatics + Motorcycle Dirt Track Racing + Motorcycle Drag Racing + Motorcycle Enduro Racing + Motorcycle Hill Climbing + Motorcycle Ice Racing + Motorcycle Observed Trials + Motorcycle Road Racing + Motorcycle Road Riding + Motorcycle Speed Record Trials + Motorcycle Speedway + Non-scheduled Flying + Off Road Auto Racing + Offshore Racing + Outboard Performance Craft Racing + Oval Sprint Snowmobile Racing + Other + Open Modified Snowmobile Racing + Passenger Aviation + Personal Aviation + Photographic Aviation + Pilot Aviation + Pleasure Aviation + Precision Flying + Private Flying + Parachuting + Professional Outboard Racing + Parakiting + Parasailing + Paraskiing + Rock Climbing + Rodeo + Ridge Soaring + Sports Car Racing + Sprint Car Racing + Stock Car Racing + Snowmobile Enduro Racing + Scheduled Flying + Sight Seeing Aviation + Student Flying + Stock Outboard Racing + Snowmobile Drag Racing + Stock Snowmobile Racing + Spear Fishing + Scuba Diving + Skydiving + Skydiving Accuracy + Skydiving Free-fall + Stunt Flying + Testing Aviation + Traffic Watch Aviation + Underwater Diving + Underwater Hard-hat Diving + Underwater Scuba Diving + Underwater Skin Diving + Water Skiing + Wrestling + Wreck or Salvage Diving + World Snowmobile Speed Record + + + Amateur + Air Transport Rating (ATR) + Airplane + American Motorcyclist Association (AMA) + American Powerboat Association (APBA) + Boeing 747 + Deep Water Diver Club + Diving Advanced Open Water Certification + Diving Open Water Certification + Diving Rescue Diver Certification + Diving Underwater Hunter Certification + Federal Aviation Administration Medical Class 1 + Federal Aviation Administration Medical Class 2 + Federal Aviation Administration Medical Class 3 + Glider + Instructor + International Motor Sports Association (IMSA) + Instrument + Instrument Flight Rating Airplane + Instrument Flight Rating Helicopter + Lighter Than Air + Multiengine Land + Multiengine Sea + National Association Stock Car Auto Racing (NASCAR) + National Hot Rod Association (NHRA) + Professional + Rotorcraft + Student + Sports Car Club of America (SCCA) + Single Engine Land + Single Engine Sea + United States Auto Club (USAC) + Visual + + + Alcohol + Amphetamines + Beer + Barbiturates + Benzedrine + Cocktail + Cannabis Sativa + Cocaine + Codeine + Crack + Chewing Tobacco + Cigar + Cigarette + Dexedrine + Hard Liquor + Hallucinogens + Hashish + Heroin + Hypnotics + Lysergic Acid Diethylamide (LSD) + Marijuana + Mescaline + Methadone + Narcotics + Nicotine Gum + Nicotine Patch + Opiates + Other + Phencyclidine (PCP) + Peyote + Phenobarb + Potent Non-opiate Analgesics + Pipe + Seconal + Sedatives + Shot + Stimulants + Smokeless Tobacco + Snuff + Tranquilizers + Tuinal + Wine + + + Foreign Army + Foreign Air Force + Foreign Marines + Foreign Navy + Office of the Secretary of Defense + Air Force + Air Force Reserves + Army + Army Reserves + Coast Guard + Marine Corps + Marine Corps Reserves + National Guard + Navy + Navy Reserves + Other + Peace Corp + Regular Armed Forces + Reserves + U.S. Public Health Service + Foreign Military + American Red Cross + Department of Defense + United Services Organization + Military Sealift Command + National Oceanic and Atmospheric Administration + Unknown + + + Aerial Application + Aerial Application Converted + Air Taxi + Airplane + Airship + All Cargo Carrier + Anti-submarine + Attack Aircraft + Alcohol Fuel Dragster + Alcohol Funny Car + Acrobatic + Bomber + B Fuel Dragster + Baby Grand Stock Car + Boat + Banner Towing + Bush Flying + Certified Route Air Carrier (Passenger & Cargo) + Commuter Air Carrier + Corporate or Executive Aircraft + Crop Duster + Cargo or Transport Aircraft + Cold Weather Aircraft + Car + Canoe + Cartography + Dirt Car + Double-A Alcohol Dragster + Double-A Altered Dragster + Double-A Gas Dragster + Double-B Funny Car + Dragster + Dune Buggy + Demolition Derby + Experimental Aircraft + Early Warning or Electronic Aircraft + Free Balloon + Fighter Aircraft + Formula 400 Auto + Formula Atlantic Auto + Formula Continental Auto + Formula Ford Auto + Formula One Auto + Formula Super Vee Auto + Flat Bottom Boat + Fire Fighting + Float Plane + Glider + Gyrocopter + Gyroplane + Go-cart + Grand American Stock Car + Helicopter + High Performance Aircraft + Home Built Aircraft + Hot Air Balloon + Hobby Stock Car + Hydroplane + Indy Car (Turbo-Charged Engine) + Ice Boat + Inboard Boat + Jet Aircraft + Jalopy Stock Car + Jet Car + Jet Boat + Kayak + Lighter-than-air Balloon + Late Model Sportsman Car + Late Model Stock Car + Limited Sportsman Stock Car + Multiengine Land Aircraft + Multiengine Sea Aircraft + Missile Carrier Aircraft + Midget Car + Mini-stock Car + Modified Gas Coupe or Sedan + Modified Stock Car + Mini-boat + Modified Outboard Boat + Modified Motorcycle + Motorcycle + Mod-stock Snowmobile + Modified Snowmobile + Observation Aircraft + Off Road Vehicle + Outboard Boat + Open Modified Snowmobile + Paraplane + Plane + Prototype Aircraft + Patrol Aircraft + Drone Controller or Director Aircraft + Professional Outboard Boat + Radio Controlled Aircraft + Reconnaissance Aircraft + Runabout Boat + Single Engine Land Aircraft + Single Engine Sea Aircraft + Supplemental Air Carrier + Search and Rescue Aircraft + Sand Buggy + Sling-shot Dragster + Sports Car + Sprint Car + Stock Car + Street Stock Car + Super Stock Car + Super-charged Gas-burning Coupe or Sedan + Stock Division Motorcycle + Snowmobile + Stock Snowmobile + Stunt + Twin Engine Aircraft + Tanker Aircraft + Trainer Aircraft + Tunnel Boat + Ultralight Aircraft + Utility Aircraft + Unsuper-charged Gas-burning Altered Dragster + Unsuper-charged Gas-burning Dragster + Vintage Aircraft + Vertical Takeoff Aircraft + Vee-bottom Boat + Weather Aircraft + + + Prepaid Cash + Prepaid Credit + Collect Cash + Collect Credit + Collect + Prepaid + + + Not Required + Proof of delivery document required + Automatic Status Report Requested + Automatic proof of delivery document requested + + + Per Hundred Weight + Per Flat Rate + Per Each Unit + Per Cubic Foot + Per Gallon + Per Mile + Per Hour + Per Trailer + Per Square Yard + + + As Weight + Bumped Weight + Cubic Foot + Deficit Weight + Flat Rate + Gallon + Hours + Hundred Weight + Mile + Square Yard + Trailer + Unit + + + Advance Fee + Advance Amount + Blocking and Bracing Charge + Cash on Delivery + Fee for Collecting COD + Delivery Charge + Detention of Power Unit + Detention of Trailer + Diversion and Reconsignment + Discount + Export and/or Import Charge + Exclusive Use Charge + Flat Charge + Fuel Surcharge + Inside Delivery + Inside Pickup + Loading Allowance + Unloading Allowance + Mileage Charge + Minimum Charge + Marking or Tagging Charge + Miscellaneous Charge + Order Notify Charge + Placement Charge + Pier Charges - Wharfage + Residential Pickup + Residential Delivery + Stop Charge + Single Pickup + Storage + Sufferance Warehouse + Mutually Defined + + + Cannibalized + Culled + Found Dead + Found Dead on Study + Interim Sacrifice + Terminal Sacrifice + Missing Animal + Accidental Kill + Unscheduled Sacrifice + Removed From Study + Other + Mutually Defined + + + Body Weight + Food Consumption + Liquid Consumption + Inhalation Concentration + Organ Weight + Clinical Chemistry + Hematology + Urinalysis + Urine Appearance + C-Section Parameters + Postpartum Parameters + Offspring Collective Litter Weight + Offspring Collective Male Weight(s) + Offspring Collective Female Weight(s) + Offspring Collective Unknown Weight(s) + Offspring Individual Male Weight + Offspring Individual Female Weight + Offspring Individual Unknown Weight + Behavior/Developmental Milestone + Mutually Defined + + + Price List + Global Trade Item Number (GTIN) + Vendor's (Seller's) Item Number + Assigned Identification + Due to Number + Date of Transaction + Entity Identification (Primary) + Entity Identification (Secondary) + Invoice Number + Location Identification + Monetary Amount + Measurement Value + Purchase Order Number + Pricing Specification + Product or Service Identification + Quantity + Reference Identification (Primary) + Reference Identification (Secondary) + Rate + Time of Transaction + Tax Identification + Unit Price + Buyer's Item Number + Depository Financial Institution (DFI) Identification Number + + + Documents + Letters + Non-Documents + Mutually Defined + + + Histopath + Grosspath + Clinical Observation + Ophthalmic + Physical + Cage Side + External + Visceral + Skeletal + Coronal + Mutually Defined + + + Abnormal + Incomplete Tissue Section + Missing + Normal + Autolytic + + + Benign + Malignant + Secondary + Unspecified or Undefined + + + Aborted + Delivered + Incomplete + + + Total Offspring + Males Born Alive + Males Born Dead + Females Born Alive + Females Born Dead + Unsexables Born Alive + Unsexables Born Dead + Non-sexed Born Alive + Non-sexed Born Dead + Live Male Offspring + Dead Male Offspring + Live Female Offspring + Dead Female Offspring + Missing Male Offspring + Missing Female Offspring + Cannibalized Male Offspring + Cannibalized Female Offspring + Sacrificed Male Offspring + Sacrificed Female Offspring + Culled Male Offspring + Culled Female Offspring + Mutually Defined + + + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1997 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1998 + + + Live + Dead + Resorped + Early Resorption + Middle Resorption + Late Resorption + Other + Mutually Defined + + + Simple + Daily Simple + Rule of 78s + + + Automated + Traditional + + + Absent + Confirmed + Declined + Deferred + Indicated + Other + Referred + Stated + Stated Inability to Provide + Submitted + Could not Confirm + Contact Unsuccessful + Investigation Revealed + Mutually Defined + + + Point of Delay + Advance Loading + Complete + Consolidate + Complete Unload + Deramp and Ramp for Subsequent Loading + Drop Trailer + Hold for Disposition + Heat the Shipment + Inspection + Load + Spot for Load Exchange (Export) + Pickup Pre-loaded Equipment + Part Load + Part Unload + Retrieval of Trailer + Spot for Load + Softwood Lumber Quota + Staging + Spot for Unload + Transload + Unload + Weigh Empty + Weigh Loaded + + + One Way + Secondary + Alternate + Business + Divided with Barrier + Divided without Barrier + Government + Limited Access + Municipal + District + Gravel + Interdistrict + Dirt + Dead End + Interstate + Lake Side + Paved + Rural + State + National + Private + Main + Scenic + Suburban + Toll + Major + Minor + Side + Local + Undivided + Service + Well Traveled + Hillside + Mutually Defined + + + Alley + Avenue + Cul de Sac + Collector + Connector + Driveway + Off Ramp + Highway + Other Unlisted Type + On Ramp + Arterial + Lane + Boulevard + Square + Road + Street + Mutually Defined + + + Balkans + Europe + Hotel Zone + Mediterranean + North Africa + Pacific + South East Asia + Southern Africa + Urban Area + Asia/Pacific + Industrial Area + Market + Residential Area + Suburban Area + Rural Area + Central Business Area + North America + State or Province + International + Africa + Americas + Local + Metropolitan Area + National + Archeological Zone + Asia + Atlantic + Regional + Shopping Center + Benelux + Caribbean + Central America + Central Asia + Commercial Zone + Eastern Europe + Mutually Defined + Baltics + Commonwealth of Independent States (CIS) + European Community + Far East + Former Communist Countries + Gulf of Mexico Region + Harbor Area + Latin America + Middle East + Near East + New Zealand and Australia Region + Newly Industrialized Economies (NIES) Countries + Non-Commercial Area + Northern Europe + Oceania + Unknown + Scandinavia + South America + Agricultural Area + Undeveloped Area + Western Europe + Worldwide + Western Hemisphere + Mercosul + Free-trade Zone + Border Countries + Interior + North East Asia + East Asia + East Africa + West Africa + ASEAN (Association of Southeast Asian Nations) + North Pacific + + + European Economic Community National 20 + European Economic Community Version 1994 + System 30 Accounts + System 40 Accounts + Mutually Defined + + + Accountant + Accounting Manager + Administrative Assistant + Administrator + Assistant Secretary + Assistant Treasurer + Assistant Vice President + Associate + Attorney + Auditor + Bookkeeper + Branch Manager + Cashier + Certified Public Accountant + Chairman + Chairman of the Board + Chairman of the Board of Directors + Chief Executive Officer + Chief Financial Officer + Chief Operating Officer + Clerk + Commercial Manager + Comptroller + Controller + Credit Manager + EDP Manager + Director + Executive Director + Executive Secretary + Executive Vice President + General Controller + General Counsel + General Manager + General Partner + Mutually Defined + General Secretary + Group Executive + Group Controller + Limited Partner + Manager + Managing Director + Managing Partner + Marketing Manager + Member of the Board + Member of the Board of Directors + Merchant Banker + Office Manager + Official Liquidator + Other Title + Owner + Partner + Personnel Manager + President + Proprietor + Purchasing Manager + Registrar + Sales Director + Sales Manager + Secretary + Secretary of the Board of Directors + Secretary-Treasurer + Senior Vice President + Sole Director + Spokesperson + Treasurer + Unlimited Partner + Vice Chairman of the Board + Vice President + Advertising Manager + Alternate Director + Commercial Director + Company Secretary + Delegated Manager + Deputy General Manager + Export Manager + Financial Director + Marketing Director + Operations Manager + Personnel Director + Production Manager + Referee + Sole Administrator + Technical Director + Trustee + Ancillary + Consultant + Examiner + Instructor + PCP/Gatekeeper + Researcher + Specialist + Vendor + Chief Electoral Officer + Co-Chairperson + Commissioner + Government Agent + Notary + Principal Member + Principal Officer + Solicitor + Sponsor + + + All + Balance + Nominal Interest + Controlling Interest + Partial + Surplus + Majority Share + Leased + Minority Share + Specified + Unknown + Mutually Defined + + + Checking Account + Investment Account + Liquid Assets Account + Master Account + Open Line of Credit + Special Account + Borrowing Account + Borrowing Account with Established Credit Line + Certificate of Deposit + Checking + Commercial Loan + Credit Line + Demand Loan + Discount Note + Floor Plan + Installment Loan + Mortgage + Negotiable Order on Withdrawal (NOW) Account + Savings + Time Deposit + Time Loan + Various + Account Maintained + Non-Borrowing Account + Not Primary Account + Primary Account + Mutually Defined + Flexible Spending Account + Health Reimbursement Account + Health Savings Account + + + Gross + Net + + + Additional + Cumulative + Current + Original or Initial + Other + Prior + Summarized + Total + Earliest + Change + Decrease + Final + Consolidated + Partial Period + Accumulated + Accrual Basis + Charged + Excess + Future + Given + Incurred + Itemized + On Hand + Outstanding + Paid + Payable + Received + Unitemized + Last Known + Mutually Defined + + + X509 Certificate Compromised + X509 Certification Request + X509 Certificate Extension + X.509 Compromised Key List + X.509 Certificate Revocation List + X509 Certificate Request + X509 Certificate + X509 Certificate Revocation + X509 Certificate Status Request + Public Key + + + Carrier Turn Down + Consolidation + Carrier Selection + Contracted Services + Freight Allocation + Freight Payment + Rate Estimate + Secure Transport + + + Estimated to Arrive for Pick-up + Shipment Returned to Shipper + Refused by Consignee + Shipment Damaged + Carrier Departed Pickup Location with Shipment + Estimated Delivery + Attempted Delivery + Shipment has been Reconsigned + Tendered for Delivery + Shipment Conveyance Loaded to Rail Car + Loaded on Truck + Diverted to Air Carrier + Delivery Not Completed + Rail Arrival at Destination Intermodal Ramp + Available for Delivery + Shipment Available for Pick-up + Estimated to Arrive at Carrier Terminal + Connecting Line or Cartage Pickup + Storage in Transit + Booking Confirmed + Shipment Conveyance Reported Bad Order + Shipment Conveyance Released From Bad Order + Estimated to Depart Terminal Location + Delivered Empty + Picked-up Empty + Shipment Cancelled + Completed Shipment + Carrier Departed Delivery Location + Trailer Closed Out + Completed Loading at Pickup Location + Completed Unloading at Delivery Location + Partial Unload + Last Free Day without Demurrage for Shipment + Shipment Delivery Order Received + In-Gate + Delivered to Connecting Line + Arrived at Customs + Customs Released + Loading + Shipment Container Loaded to Chassis + Shipment Conveyance Received Without Paperwork + Out-Gate + Paperwork Received - Did not Receive Shipment or Equipment + All Paperwork has been Provided to Consignee + Departed Terminal Location + Partial Shipment + Last Free Day without Per Diem for Shipment + U.S. Customs and Border Protection (CBP) Hold at In-Bond Location + Pickup Attempted + Received from Prior Carrier + Carrier Arrived at Rail Ramp + Carrier Departed Rail Ramp + Shipment Conveyance Released from Hold + Rail Departure from Origin Intermodal Ramp + Trailer Spotted at Consignee's Location + Shipment Delayed + Shipment Not Picked Up By Carrier + Shipment Container Unloaded from Chassis + Shipment Conveyance Unloaded From Rail Car + Arrived at Delivery Location + Estimated Date and/or Time of Arrival at Consignee's Location + Arrived at Pickup Location + Arrived at Terminal Location + Arrived at Delivery Location Loading Dock + En Route to Delivery Location + Arrived at Pickup Location Loading Dock + Arrived at Carrier's Warehouse + Shipment Acknowledged + Arrived at the Multiple Country Consolidation (MCC) Hub + Departed from the Multiple Country Consolidation (MCC) Hub + + + Missed Delivery + Incorrect Address + Indirect Delivery + Unable to Locate + Address Corrected - Delivery Attempted + Mis-sort + + Restricted Articles Unacceptable + Accident + Consignee Related + Driver Related + Mechanical Breakdown + Other Carrier Related + Damaged, Rewrapped in Hub + Previous Stop + Shipper Related + Holiday - Closed + Weather or Natural Disaster Related + Awaiting Export + Recipient Unavailable - Delivery Delayed + Improper International Paperwork + Hold Due to Customs Documentation Problems + Unable to Contact Recipient for Broker Information + Civil Event Related Delay + Exceeds Service Limitations + Past Cut-off Time + Insufficient Pickup Time + Missed Pickup + Alternate Carrier Delivered + Consignee Closed + Trap for Customer + Held for Payment + Held for Consignee + Improper Unloading Facility or Equipment + Receiving Time Restricted + Held per Shipper + Missing Documents + Border Clearance + Road Conditions + Carrier Keying Error + Other + Insufficient Time to Complete Delivery + Cartage Agent + Customer Wanted Earlier Delivery + Prearranged Appointment + Held for Protective Service + Flatcar Shortage + Failed to Release Billing + Railroad Failed to Meet Schedule + Load Shifted + Shipment Overweight + Train Derailment + Refused by Customer + Returned to Shipper + Waiting for Customer Pickup + Credit Hold + Suspended at Customer Request + Customer Vacation + Customer Strike + Waiting Shipping Instructions + Waiting for Customer Specified Carrier + Collect on Delivery Required + Cash Not Available From Consignee + Customs (Import or Export) + No Requested Arrival Date Provided by Shipper + No Requested Arrival Time Provided by Shipper + Customer Cancelled Shipment + Carrier Dispatch Error + Driver Not Available + Duplicate Pickup Request + Non-Express Clearance Delay + International Non-carrier Delay + Held Pending Appointment + Lift Gate Required, Not Requested + Missed Pickup - Carrier Was Provided Incorrect Closing Time + Missed Pickup - Dispatcher Error + Missed Pickup - Pickup Request Arrived Too Late + Missed Pickup - Driver Error + No Freight Available At Time Of Pickup + Processing Delay + Waiting Inspection + Production Falldown + Held for Full Carrier Load + Reconsigned + Delivery Shortage + Shipper Delivered Shipment To Carrier Dock + Shipper Not Informed of Pickup + Shipment Not Ready + Shipment Rescheduled For A Different Date and or Time + Tractor With Sleeper Car Not Available + Tractor, Conventional, Not Available + Trailer not Available + Trailer Not Usable Due to Prior Product + Trailer Class Not Available + Trailer Volume Not Available + Insufficient Delivery Time + Service Upgrade - Consignee Request + Service Upgrade - Shipper Request + Updated Address - Consignee Request + Updated Address - Shipper Request + Unable to Process Service Upgrade + Unable to Process Updated Address + Driver Waiting to Pick Up + Driver Waiting to Unload + Lift Gate Required for Pickup + Lift Gate Required for Delivery + Shipment Removed from Hold - Out for Delivery + + + Pickup Appointment Date and/or Time + Delivery Appointment Date and/or Time + Estimated Delivery Appointment Date and/or Time + Deliver No Earlier Than Date and/or Time + Pickup No Earlier Than Date and/or Time + Deliver No Later Than Date and/or Time + Pickup No Later Than Date and/or Time + Delivery Appointment Secured on This Date and/or Time + Pickup Appointment Secured on This Date and/or Time + + + Back Loaded + Front Loaded + Level + Modified front loaded + + + Borrower + Lender + Both the Borrower and Lender + + + Capacity Type + Capacity Unavailable + Demand Exceeds Commitment (Surge) + Equipment Type + Equipment Unavailable + Length of Haul + Not Committed Lane + Permits + Transit Time Exceeds Service Level Request + Weight + + + X509 Issuer Distinguished Name + X509 Subject Distinguished Name + X509 Certificate Serial Number + Mutually Defined + + + City Government + Credit Insurer + Federal Government + None + Private Mortgage Insurance + State Government + Mutually Defined + + + Borrower and Lender Paid + Borrower Paid + Lender Paid + + + Cash Out + No Cash Out + Limited Cash Out + + + Wall Street Journal + Department of Treasury Public Debt News + Fannie Mae (Federal National Mortgage Association) + Federal Home Loan Bank Board 11th District San Francisco + Federal Home Loan Bank Board 1st District Boston + Federal Home Loan Bank Board 2nd District New York + Federal Home Loan Bank Board 4th District Atlanta + Federal Home Loan Bank Board 4th District New York + Federal Housing Finance Board + Federal Reserve Bank of New York + Federal Reserve Statistical Release G.13 + Federal Reserve Statistical Release H.15 + Freddie Mac (Federal Home Loan Mortgage Corporation) + Office of Thrift Supervision + Reuter's Wire Service + Telerate + + + Post-tax Status + Pre-tax Status + Non-Taxed Status + + + Computer Environment Type + Computer Environment Version + Computer Environment Release + Computer Environment Status + Computer Environment Name + Non-ASC X12 Security Level Code + Non-ASC X12 Security Version + Non-ASC X12 Security Release + Non-ASC X12 Security Technique + Non-ASC X12 Security Free Text Information + File Identification By Number + File Identification By Name + File Format + File Version + File Release + File Status + File Size + File Description + File Block Type + File Block Length + File Record Length + Program Identification By Number + Program Identification By Name + Program Type + Program Version + Program Release + Program Status + Program Description + Program Size + Compression Technique Identification + Compression Technique Version + Compression Technique Release + Drawing Identification By Name + Drawing Identification By Number + Drawing Type + Drawing Format + Drawing Version + Drawing Release + Drawing Status + Drawing Size + Drawing Description + External Standard Requirement + Character Set Repertoire Identification + Character Set Encoding Technique + Character Set Encoding Technique Code Page + Certificate Type + Certificate Version + Certificate Release + Certificate Status + Certificate Level + Certificate Identification By Name + Certificate Identification By Number + Certificate Format + Certificate Code Page + + + American National Standards Institute (ANSI) Accredited Standards Committee (ASC) X12 + + + Full Settlement + Partial Settlement + Disputed Settlement + + + Mixed Pallet (Multi-sku Pallet with Pre-assigned U.P.C.) + Display Pallet (Multi-sku Pallet for Display with Pre-assigned U.P.C.) + Picked Pallet (Multi-sku Pallet without Pre-assigned U.P.C.) + + + Age + Disability + End Stage Renal Disease (ESRD) + + + Foodstuff + Freezable + Hazardous Material + Poisonous + Refrigerated + + + Down Payment + Credit + Closing Cost + Secondary Lien + Other + Mutually Defined + + + No Reduction Made; Requested Loan Amount Equals School Certified Amount + Reduced to the Maximum Amount Allowable per Grade Level + Reduced to the Maximum Amount Allowable per Student (for Entire Career) + Reduced to the Maximum Amount Allowable within a 7-month Period + Reduced to the Appropriate Lender Approved Amount + Reduced Because Requested Loan Amount Exceeds Cost of Attendance minus Expected Family Contribution Amount and Estimated Financial Aid Amount + Reduced to the Maximum Amount Allowable by the Guarantor + Reduced to the Appropriate School Certification Amount; School Certified Amount is less than the Borrower Requested Loan Amount + Requested to the Amount Agreed to by the Endorser + Reduced to the Maximum Amount Allowable as Calculated in Accordance with Guarantor Policy + Reduced to the Amount Requested by the Borrower after Processing of Initial Application + Mutually Defined + + + Certificate unknown + Certificate invalid - expired + Certificate invalid - revoked + Hashing algorithm not supported + Authentication failed + Compression algorithm not supported + Error de-compressing data + Filter algorithm not supported + Error encountered while removing filter + Assurance algorithm not supported + Assurance failed + Encryption algorithm not supported + Error encountered while decrypting + + + Even Period and Even Dollar + Even Period and Uneven Dollar + Uneven Period and Even Dollar + Uneven Period and Uneven Dollar + + + Cannot Identify Loan + Non-escrow or Non-impound Loan + Mutually Defined + Contract Canceled + Contract Service with Another Vendor + Missing Legal Description + Contract or Maintenance Accepted + Missing Homeowner Authorization + Service Type Not Available + Audit Exception + Modified Payment Enclosed + Loan Paid in Full + Loan Service Released + Other Non-payment Reason + New Subdivision + Unmatched or Missing Lender + Unmatched or Missing Tax Authority + With Other Interest + With Other Property + + + County + City + Town + Village + Borough + Township + Other Municipality + School District + Junior Colleges + Other Schools + Water Control + Utility District + Sanitation + Water or Sewer District + Reclamation District + Fire District + Roads or Bridges + Hospitals + Police District + Other Municipal Services + Township and County + City and School + County Collected by Other Taxing Authority + State and County + Central Collection Taxing Authority + State Taxing Authority + Delinquency Collection Authority + Other Combination Collection + Bond Authority + Annual County Bond Authority + Semi-annual County Bond Authority + Annual City Bond Authority + Semi-annual City Bond Authority + Other Bond Authority + Assessment District + Homeowner's Association + Special District + Other Special Districts + Central Appraisal Taxing Authority + Unsecured County Taxes + Mobile Home Authority + Other Special Applications + Ground Rents + Non-Standard + Transportation District + Capital Improvement District + Urban Renewal District + + + + Additional Bill + Special Assessment or Bond + Corrected Bill + Escaped Assessment + Possessor's Interest + Utility Bill Lien + Communities Facilities District + Regular Real Estate + Supplemental + Unknown + Other Delinquency + + + For Military Distribution Only + In and Out Pre-booked Basis Item Only + Special Order Item - Not for Retail Distribution + + + Certification + License + Degree + Registration + Endorsement + Postsecondary + Reference Verification + Publication + Other Formal Training + Other + Personal Development + Performance + High School + Membership + Activity + Full Credential + Permit + Background Verification + Security Verification + Staff Development + Display + + + Education + Fee + Practical Experience + Reference Verification + Test + Background Verification + Security Verification + Assessment + None + Other + + + Alternative + Temporary + Standard + Professional + National Board for Professional Teaching Standards (NBPTS) + State Career Ladder Program + Emergency + Waiver + University Internship + Other + District Internship + Provisional + Local Career Ladder Program + + + Rim + Air Connection (Gladhand) + Axle + Bolster + Brakes + Bumper + Casting + Chassis Lock + Chassis Main Rail + Corner Cap + Corner Post + Cross Member + Door Molding + Door Hardware + Door Hinge + Door + Door Post + Door Threashold + Door Vent + Electric Junction Box + E-Track + Floor + Intermediate Header + King Pin + King Pin Plate (Grind Section) + Cross Brace + Crank Handle + Landing Gear Braces + Landing Gear + Landing Leg (Non-Gear) + Back Leg Brace/ Crank Shaft + Sandshoes + Brake Light + License Plate Bracket + License Plate Light + Marker Lights + Turn Signal Light + Locking Bar + Locking Bar CAM + + Locking Bar Guide + Locking Bar Handle + Locking Bar Keeper + Manifest Box + Mud Flap + Mud Flap Bracket + Panel + Patch, Existing + 7-Way + Plyliner + Post + Rail Bottom + Rail Top + Radius Panel + Reflector + Rear Header + Reefer Unit + Roof Bow + Roof Flange + Roof + Metal Scuffliner + Wood Scuffliner + Side Door + Springs + Stacking Post + Strap + Tandem (Sub-Frame) Assembly + Tarpaulin + Tarp Bow + Tire + Tunnel + Twist Lock + Wheel + + + Original Transaction + Must Respond By + Pickup Appointment Scheduled Time + Delivery Appointment Scheduled Time + Pickup Requested Scheduled Time + Delivery Requested Scheduled Time + Pickup Appointment Granted Time + Delivery Appointment Granted Time + Actual Pickup Time + Actual Delivery Time + Actual Departure Time + Released + Constructive Placement + Estimated Departure Time + Estimated Arrival Time + Actual Unloading Completed + Earliest Requested Deliver Time + Customs Release + Earliest Requested Pickup Time + Duty Paid + Latest Requested Pickup Time + Latest Requested Delivery Time + Charged From + Notified + Charged To + Actual Placement + Ordered + Actual Arrival Time + Scheduled Departure Time + Scheduled Arrival Time + Scheduled Pickup Time + Actual Unloading Started + Effective Time + Scheduled Delivery Time + Requested Pickup Time + Requested Delivery Time + Beginning of Customer Plant Shutdown + Ending of Customer Plant Shutdown + Earliest Delivery Time + Earliest Pickup Time + Latest Delivery Time + Latest Pickup Time + Ready to Ship + + + Deliver Date + Invoice Date + Purchase Order Acceptance Date + Requested Delivery Date + Ship Date + Transfer of Ownership Date + Purchase Receive Date + Purchase Order Date + + + Trade Show - Corporate + Trade Show - Local + Trade Show - Regional + Samples + Flyers + Ads + Sales Seminar + Sales Performance Incentive (SPIFFS) + Point-of-Sale + Introductory Offer + Booth Fees + + + Billback + Credit Memo + Rebate + Off-Invoice + Accrual + Deduction + Mark-Up + Margin + Prepay + Prepay with True-Up + + + Sales + Purchase + + + Free-goods + Substitute Product + Linked Product + + + Headquarters + Regional + Local + + + Annual + Daily + End of Program + Fiscal Year + Monthly - 12, as specified + Monthly - 13, 4 week months + Monthly - Fiscal 4-4-5 + Monthly - Fiscal 4-5-4 + Monthly - Fiscal 5-4-4 + Monthly Calendar + Quarterly Calendar + Quarterly Fiscal - 13 Week + Semiannual + Time of Performance + Time of Sale + Weekly + + + Immediate/Urgent Care + Services Rendered in a Retroactive Period + Emergency Care + Client Has Temporary Medicaid + Request from County for Second Opinion to Determine if Recipient Can Work + Request for Override Pending + Special Handling + Mutually Defined + + + Shipment Greater Than Previously Reported + Receipt Less Than Previously Reported + Product Put on Hold + Book Adjustment Decrease + Product Dumped or Destroyed + Product Put in Quality Inspection Inventory + Unable-to-Locate (UTL) Product Located + Recoup/Rework of Damaged Product + Shipment Less Than Previously Reported + Receipt Greater Than Previously Reported + Product Taken Off Hold + Book Adjustment Increase + Product Removed from Quality Inspection Inventory + Physical Count + Accounting Error + Condition Change + + Reidentification + Stock Number Change + Ownership Change + Other + Disaster + Survey + Transfer + Capitalization + Unit of Issue Change + Product/Formula Evaluation and Testing + Order Shipment Error + Recouping + Prepack Preparation + Damaged in Facility + Damaged in Transit + Product Recall + Shelf-life Obsolescence + Receipt Error + Operating Variance + Nonrecoverable + Off Specification + Replacement + Tariff Deduction + Regrade + Downgrade + Additive + Product Donations + Consignment + Customer Returned Inventory + Product Samples + Product Reserved for Customer + Tax Conversion + Unauthorized Destruction + + + Barge + Cubic Centimeters + Cord + Cubic Feet + 100 Board Feet + Gallons + Hundreds of Measurement Tons + Load + Cubic Decimeters + Cubic Inches + Car + Measurement Ton + Container + Volumetric Unit + Liter + Cubic Meters + + + Consolidated Weight + Billed Weight + Actual Net Repeated for Combination + Destination Weight Agreement + Estimated Net Weight + Deficit Weight + Gross Weight + Weight Per 100 Feet + Weight Per 1000 Feet + Light Weight + Clean Out + Legal Weight + Minimum Weight (for rate) + Actual Net Weight + Excess Weight Over Maximum + Weight Per 100 Units + Weight Per 1000 Units + Per Unit Dunnage + State Weight + Tare Weight + Weight Per Unit + Non Transit Weight (On Transit Bills Only) + Transit Weight (On Transit Bills Only) + Maximum Weight (for Rate) + Theoretical Weight + Mutually Defined + Dimensional Weight + Reweighed By Carrier + Shippers Weight + Average Weight per Load + Average Weight + Chargeable Dunnage + Certified Weight of Cargo + Drained Weight + Freight Weight + Maximum Lading Capacity + Nonchargeable Dunnage + Non-Temporary Storage Weight In + Non-Temporary Storage Weight Re-handled + Non-Temporary Storage Weight Out + Pallet Weight + Reweigh Gross Weight + Reweigh Net Weight + Reweigh Tare Weight + Storage in Transit Final Weight Out + Storage in Transit Weight in + Skid Weight + Storage in Transit Weight Out + Administrative Weight Allowance + Unaccompanied Baggage Weight + Professional Gear Weight + Joint Travel Regulation Weight + Net Explosive Weight + + + Metric Ton + Grams + Kilograms + Pounds + Measurement Ton + Ounces + Short Ton + Long Ton + + + Accomplished + Pending + + + Agent for Carrier Routing + Origin Carrier, Rule 11 Shipment + Shippers Routing + + + Full Cubic Capacity + Full Capacity + Gallonage Capacity + Marked Capacity + Tight Fill + Full Visible Capacity + + + Holding Mortgagee Address Change + Servicing Mortgagee Address Change + Holding Mortgagee Name and Address Change + Servicing Mortgagee Name and Address Change + No Change + Holding Mortgagee Name Change + Servicing Mortgagee Name Change + + + Confidential Billing + Confidential Billing and No Rate or Charges to be Shown + Not Applicable + No Rate or Charges to be Shown + + + B/L Not Received + Demurrage Completely Paid + Demurrage Not Paid + Demurrage Partially Paid + Freight Completely Paid + Freight Not Paid + Freight Partially Paid + Letter of Guarantee Received + Original B/L Received + Transaction Completely Rated + Transaction Not Rated + Transaction Partially Rated + + + + Supply Additional Information + Adding Revenue + Bad Order Car + Bi-lateral Agreement Date not Met + Balance Due Billing + Billing Error + Bad Order Setback/Bill Cancelled + Cancelled Bill + Cancelled Due to Multicars Being Covered on One Waybill + Correction + Correct Container or Consolidation Contents + Consolidation + Cancel Waybill + Covered Under Another Universal Railroad Revenue Waybill Identification + Diversion or Reconsignment + Dispute Over Collect/Prepaid + Delete Event + Delete Container or Consolidation Contents + Delayed Shipment + Error Move + Miscellaneous Billing + Change Settlement Date + Misroute + No Car (Have Not Received Car) + No Division Available + Past Due Billing + Rebilling (Ignore Previous Bill) + Revenue Correction + Route Dispute + Reassignment/Transfer + Rebuttal, Full (of previously rejected invoice) + Rule 11 Domain Dispute + Rebuttal, Partial (of previously rejected invoice) + Switch Carrier + Separated Car From Multicar Shipment + Transload + Wrecked Car + Work Stoppage + + + 46 Level DOT Code + Airline Tariff 6D + Title 49, Code of Federal Regulations (CFR) + International Civil Aviation Organization (ICAO) Code + Uniform Fire Code (UFC) + Storage Compatibility Group + Hazardous Materials ID, DOT + Endorsement + Air Force Joint Manual 24-204 + Intergovernmental Maritime Organization (IMO) Code + Bureau of Explosives (BOE) 6000 Tariff + International Air Transport Association Dangerous Goods Code List + United Nations + Hazard Class or Division + + + Domestic + International + + + Ammo Pack + Bag + Bale + Barrel + Bundle + Beam + Bing Chest + Bin + Bulk Bag + Bulk + Bobbin + Bottle + Box + Barge + Basket or hamper + Box, with inner container + Bucket + Cabinet + Cage + Can + Carrier + Case + Containers of Bulk Cargo + Carboy + Can Case + Cheeses + Chest + Car Load, Rail + Household Goods Containers, Wood + Container, MAC-ISO (Military Airlift Container - International Standards Organization) Light Weight 8x8x20 Foot Air + Container, Navy Cargo Transporter + Container, Commercial Highway Lift + Engine Container + Multiwall Container Secured to Warehouse Pallet + Container + CONEX - Container Express + Coil + Cones + Core + Cradle + Crate + Cask + Carton + Cube + Cylinder + Dry Bulk + Double-length Rack + Drum + Double-length Skid + Double-length Tote Bin + Duffle Bag + Envelope + Firkin + Flo-bin + Liner Bag Liquid + Frame + Flask + Forward Reel + Garments on Hangers + Heads of Beef + Hogshead + Hamper + Hopper Truck + On Hanger or Rack in Boxes + Half-standard Rack + Half-Standard Tote Bin + Jar + Jug + Keg + Kit + Knockdown Rack + Knockdown Tote Bin + Liquid Bulk + Lifts + Log + Loose + Lug + Lift Van + MILVAN - Military Van + Multi-Roll Pack + MSCVAN - Military Sealift Command Van + Mixed Type Pack + Noil + Overwrap + Pail + Packed - not otherwise specified + Pieces + Pims + Package + Platform + 463L Air Pallet + Pipeline + Pallet + Private Vehicle + Pipe Rack + Quarter of Beef + Rail (Semiconductor) + Rack + Reel + Roll + Reverse Reel + Sack + Liner Bag Dry + Suitcase + Shook + Sheet + Side of Beef + Skid + Skid, elevating or lift truck + Slip Sheet + Sleeve + Spin Cylinders + Spool + SEAVAN - Sea Van + Tube + Tote Bin + Tank Car + Tank Truck + Intermodal Trailer/Container Load (Rail) + Tank + Tierce + Triwall Box + Trunk and Chest + Truck + Tray + Trunk, Salesmen Sample + Tote Can + Tub + Unpacked + Unit + Vehicles + Van Pack + On Own Wheel + Wheeled Carrier + Wrapped + + + Electronic Car Movement + Electronic Revenue Waybill + Electronic Haulage Waybill + Paper Revenue Waybill Document + + + Metric Units + + + Appurtenance (Enhancements/Additions to Equipment) + Barrels + Box + Cubic Centimeter + Cubic Foot + Centimeter + Interstate Commerce Commission (ICC) Docket 28300 Miles + Kilometers + Miles + Drivers + Each + Flat Rate + Foot + 100 Gallons + Gallon + Rand McNally Highway Miles + Kilogram + Pound + 100 Pounds + 100 Liters + Liter + Mileage + Measurement Ton + Monetary Value + Barge + Car + Cord + Nights + Load + Train + Piece + Container + Trailer + Unit + Vehicle + Other + PC*Miler for Rail Miles - Bulk + PC*Miler for Rail Miles - Fuel + PC*Miler for Rail Miles - Intermodal + Package + PC*Miler for Rail Miles - Practical + Persons + PC*Miler for Rail Miles - Shortest + PC*Miler for Highway Miles - Practical + PC*Miler for Highway Miles - Shortest + Rail Carrier Miles + Release Value + Stops + Number of States + Square Yards + Days + Hours + Tons + Time + Actual Volume + Chargeable Volume + Volume Metric Unit + + + Not in Effect + In Effect + + + National Association of Convenience Stores + Global Product Classification Code (GPC) + Dun's SIC 2+2, Dun & Bradstreet + Empty Non-hazardous Last Contained (HMRC) Code + Chemical Abstract Service Registry Number + National Drug Code + Universal Descriptor Exchange Code (UDEX) + International Foodservice Distributors Association (IFDA) + Manufacturer Code + Contractee Code + Harmonized Tariff Schedule of the United States Annotated + U.S. Foreign Trade Schedule B, Statistical Classification of Domestic and Foreign Commodities Exported from the United States + Canadian Freight Classification + Department of Defense Unique Codes + Coordinated Motor Freight Classification + National Stock Number + Canadian Wheat Board, Grain Code for Terminal Elevator Accounting + Brussels Nomenclature + Milstamp AITC or Water Commodity Code + Harmonized System-Based Schedule B + Federal Supply Classification + Last Contained Contents STCC + Dun & Bradstreet Standard Product and Service Code + National Motor Freight Classification (NMFC) + Bulk Petroleum Codes + Quota Category + North American Industrial Classification System (NAICS) Code + Standard International Trade Classification (SITC) + Standard Transportation Commodity Code (STCC) + Uniform Freight Classification (UFC) + Standard Industrial Classification (SIC) Code + Department of Defense Commodities and Services Code + Contractor Code + Mutually defined + + + Additional Equipment for Manifest Billing + Basket Attached to Chassis (to hold generator set) + Prior Load Credit + Chassis Attached to Container + Conveying Flat Car + Reference to Lead Equipment for Manifest Billing + Generator Set + Clip-on Front-Mounted Generator Unit For Container + Lead Car + Mated + Cryogenic Apparatus + Tractor + Saddle to Conveying Flatcar + Trailer + Transfer Load + + + Credit Card + Plant Equipment Number + Department of Defense Identification Code (DoDIC) + Locally Assigned Control Number + Subsistence Identification Number + Application State or Province + Document Identification Code + Subline Item Number + Exhibit Line Item Number + Activity + Assembly Level Code, Vehicle Maintenance Reporting Standards (VMRS) 2000 Code Key 32 + Assembly + Aggregation Code (Used to Consolidate Part Families) + + Serial Item and Contribution Identifier (Defined in ANSI 239.56) + Front Axle Serial Number + Age + Billboards Commercial + Alternate ISBN + Piggyback Commercial + Refined Product Code + Axle Serial Number + Allocation Methodology Identification Code + Asset Number + Assemblage Identification Number + Component Level Code, Vehicle Maintenance Reporting Standards (VMRS) 2000 Code Key 33 + Appraisal Product Type + ARINC Part Number + Rear Axle Serial Number + Assortability Code + Appraisal Service + Additional Product Identification Assigned by the Manufacturer + Well Number + Assembly Lot Number + System Level Code, Vehicle Maintenance Reporting Standards (VMRS) 2000 Code Key 31 + Axle Ratio + Volume Set + Library of Congress Code + Edition Code + Binding Code + Title Code + Author Code + Publisher Code + Batch Number + Front Axle Driven Serial Number + Bale Number + Print Color Standard Reference + Supplier Brand Code + Buyer Ground Shade Identifier + Buyer's Engineering Change Level Number + Vendor Ground Shade Identifier + Ground Shade Standard Reference + Finish/Hand Standard Reference + Rear Axle Rear Non Driven Serial Number + Application Completion Method + Backing + Brand/Label + Beam Number + Bar-Coded Serial Number + Buyers Color + Buyer's Part Number + Benefit ID + Compensation Type Code + Bill Subgroup Code + Volume Type Identification Code + Bus Body Serial Number + Beverage Common Code + Compensation Allocation Code + Bill Credit Code + Concept Code + Coverage Type + Channel + Connector Type + Classification + Configuration Item Identifier + Insurance Plan Description Characteristics + Asset Type + Asset Category + Fund Sub-Advisor + Dun & Bradstreet Standard Product and Service Code + Case + Buyer's Catalog Number + Compatible Cut Number + Motor Vehicle-Line Designator + Class of Contract Code + Chassis Serial Number + Commodity Grouping + Country of Origin Code + Common Language Equipment Identifier (CLEI) + Current Procedural Terminology (CPT) Codes + Candidate Oil + Color + National Retail Federation Color Code + Commodity Name + Chemical Abstract Service (CAS) Registry Number + Carry-over Part Number + Equipment Code per COPAS standard + Contract Number + Service code per COPAS standard + Continuation (ID Number Spans Multiple Product ID Data Elements) + Cut Number + Customer Provided Equipment + Contract Activity Code + Completion Number + Customer Company Registry Number + Country from which Procured + Underwriting Method of Direct Writer + Medical Information Bureau (MIB) Authorization + Policy Form + Plan Code + Coverage Risk Type + Medical Stop Loss Level Codes + Medical Stop Loss Coverage Codes + Medical Stop Loss Product Line Codes + Automobile Repair Product Code + GS1 DataBar + International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM) + Distributor + Design Number + Device Family + Discount Grouping + Transport4 Commodity Code + Deposit Item Number + Dye Lot Number + Committee for Uniform Security Identification Procedure Number (CUSIP) Number + Die Number + Dividend Use + Discontinued Part Number + Event Type + Drawing Revision Number + Group ID + Device Type + Joint Life Type + Location Code + Nonforfeiture Option + International Classification of Diseases, 9th Revision, Clinical Modification (ICD-9-CM) - Diagnosis + Premium Rate Type + Diagnosis Code Pointer + Contract Change Authorization Type + Fund Abbreviation + Fund Type + Related Policy Identification + Tax Code + Contract Transfer Reason Code + Berenson-Eggers Type of Service + EAN-99 In-store Coupon Code + Fuel Tank Serial Number + Engineering Change Level + Engine Displacement Identification + Premium Use + Exhibit Identifier + Purpose of Insurance + Sales Presentation ID + Expense Identifier + Service Feature ID + Settlement/Payout Option + Buyer's Subline Item Number + Equipment Identification Number + GTIN-13 + GTIN-8 + Buyer's End Product Number + Equipment Type + Jurisdiction Specific Procedure and Supply Codes + Engine Serial Number + Department of Defense Enterprise Identifier + Skill Code + Exchanged Part, Assembly or Product + Shift Worked + Catalog Number + Technical Order Number + Technical Manual Number + Series Identifier + Obligation Authority Number + First Prior Identifier + End-Item Description + Next Higher Used Assembly + Former Publisher + Failed Subassembly Serial Number + Form Number + Coupon Family Code + Fund + Feature + Fifth Wheel Serial Number + Fund Manager + Freddie Mac Affordable Lending Product Code + Finish Number + Fannie Mae Affordable Lending Product Code + Freddie Mac Project Condominium Classification Code + Finish Lot Number + Failed Subassembly Model Number + Final Test Lot Number + Fabric Pieces Per Roll + Fannie Mae Project Condominium Classification Code + Front Axle, Rear + National Stock Number + Federal Supply Classification + National Alcohol Beverage Control Association (NABCA) Product Code + Drug Identification Number (DIN) + New Microcode + Federal Supply Group + Gathering + Grade Code + Grain Direction + Generic Name Description + Graphics Industry Bar Code (GIBC) + Glider Kit + General Services Administration (GSA) Special Item Number + Grade Name + Group Qualifier Code + Gear Ratio + General Specification Number + Volume Usage Identification Code + Serialized Global Returnable Asset Identifier (GRAI) + Global Returnable Asset Identifier (GRAI) + Global Individual Asset Identifier (GIAI) + Country Subdivision Code + Country of Origin with Country Subdivision Code + Healthcare Common Procedure Coding System (HCPCS) Codes + International Harmonized Commodity Code + HIBC (Health Care Industry Bar Code) Supplier Labeling Standard Primary Data Message + Heat Number + Health Insurance Prospective Payment System (HIPPS) Skilled Nursing Facility Rate Code + Information Media Type + International Standard Book Number (ISBN) + Interior Color Number + International Classification of Diseases, 9th Revision, Clinical Modification (ICD-9-CM) - Procedure + Insurer's Fund Code + Investment Fund Type + Ignition Key Number + International Classification of Diseases, 11th Revision,Clinical Modification (ICD-11-CM) + Commodity Item Identification + International Classification of Diseases, 11th Revision, Procedure Coding System (ICD-11-PCS) + Imprint (Trademark Code of Subsidiary) + Buyer's Item Number + International Classification of Diseases, 10th Revision, Procedure Coding System (ICD-10-PCS) + IRS Qualification Code + Ingredient + International Standard Serial Number (ISSN) + Buyer's Style Number + Department of Defense Issuing Agency Code + Interchangeability Code + Buyer's Size Code + Anniversary + Commission Identifier + Commission Year + Contribution Year + Job Number + Package Type Code + Job Sequence Number + Engineering Data List + Data Category Code + Replacement National Stock Number + Military Standard + Item Type Number + Time Compliant Technical Order + Cognizance Symbol + Material Control Code + Special Material Identification Code + Item Management Code + Shelf-Life Code + Shelf-Life Action Code + Kanban Plan Number + Program Level + Topic Level + Subtopic Level + Life/Annuity Service Features + Line of Authority + Lube, Synthetic + Labor Group + Logical Observation Identifier Names and Codes (LOINC) Codes + Laboratory Test Condition Code + SNOMED, Systematized Nomenclature of Medicine + Lift Gate Serial Number + Lottery Game Number + Lottery Pack/Book Number + Life/Annuity Product Code + Lease Number + Load Sequence + Lot Number + Lot Pricing Unit Number + Machine Number + Measurement Type Code + Mortgage Credit Data Order Type + Method of Delivery Code + Market Program Code + Manufacturer + Manufacturer's Part Number + Medication Code + Mortgage Insurance Product Code or Number + Manual Transmission Serial Number + Front Axle Non Driven Serial Number + Motor Equipment Manufacturing Association (MEMA) Product Type Code + Model Number + Movement Type Code + Mortgage Product Code + Mortgage Underwriting Type + Maintenance Index Page Reference Number + Military Specification (MILSPEC) Number + Major Product/Material/Machine Type + Authorized Parts List Number + Equipment Location + Equipment Hierarchical Sequence Identifier + Repair Induction Identifier + National Drug Code in 4-4-2 Format + National Drug Code in 5-3-2 Format + National Drug Code in 5-4-1 Format + National Drug Code in 5-4-2 Format + National Health Related Item Code in 5-5 Format + National Health Related Item Code in 4-6 Format + National Drug Code (NDC) + Yarn Count - English + National Glass Association (NAGS) Number + National Health Related Item Code + Yarn Count - Metric + National Item Identification Number + Natural Health Product Number + Non-resaleable item (excluding deposit) number + National Uniform Billing Committee (NUBC) UB92 Codes + New Replacement Part or Assembly Defective + Combined NCCMA/Bank Service Code + Old Vendor's (Seller's) Item Number + Original Equipment Number + Old Common Language Equipment Identifier (CLEI) Code + Old Microcode + Opposite-Hand Part Number + Optical Industry Product Code + Optical Cable Code + Original Part Number + Customer Order Number + Outside Production Operation Sheet Number + Obsolete Part Number + Offer Number + Internal Number + Original Unit of Issue + Petroleum Accountants Society of Canada Operating and Maintenance Code - Goods and Services Tax Not Applicable + Petroleum Accountants Society of Canada Capital Expenditure Code - Goods and Services Tax Not Applicable + Petroleum Accountants Society of Canada Tubular Code + Petroleum Accountants Society of Canada Non-Tubular Code + Material Discharge Number + Pump, Fire + Previous Carrier + Retail Price Look Up Number (PLU) + Ply + Pattern Number + Petroleum Accountants Society of Canada Operating and Maintenance Code - Goods and Services Tax Forwarded + Prime Contractor Part Number + Part Number Description + Pieces in Roll + Petroleum Accountants Society of Canada Capital Expenditure Code - Goods and Services Tax Forwarded + Packaging Specification Number + Property and Casualty Service Code + Purchaser's Item Code + Product Date Code (A code indicating the period during which a product was manufactured.) + Packaging Drawing + Purchaser's Order Line Number + Number of Positions on Machine + Company Part Number + Purchase Order Number + Air Transportation Association Proprietary Rights Code + Product ID Attribute Code + Process Number + Position + Print or Drawing + Part Reference Number + Advertising Package Identification Code + Part Drawing + Secondary Ply + Operator Assigned Property Identification + Product Change Notice Number + Replacement Subassembly Model Number + Replacement Subassembly Serial Number + Rear Axle, Middle + Rear Axle, Pusher + Rear Axle, Tag + Rear Axle, Extended Tag + Replacement Vendor's (Seller's) Item Number + Return Code + National Uniform Billing Committee (NUBC) UB82 Codes + Returnable Container Number + Reel Number + Reefer Serial Number + Repair From Product Code + Reference Oil + Radiator Serial Number + Rear Axle Front Rear Driven Serial Number + Rear Axle Rear Driven Serial Number + Rack Number + Rate Detail Card + Related Model Number + Release Number + Roll Number + Replaced Part Number + Automobile Rental Charge Item Code + Replacement Product Number + Set Number + Reel Type + Run Number + Repair Tag Number + Relative Value Units + Provisioning Reference Number + Record Keeping or Model Year + Related Model Type + Shipper's Item Number + Second Prior Identifier + Phase + Laboratory Sample Identification + State Sample Identification + Previous Sample Identification + Source of Deposit Code + Source of Lead Code + Schematic Diagram Reference Number + Submission Number + Seller's Date Code + Supplier Company Registry Number + Section Print Number + Surface Finish + Seat Serial Number + Service Requested + Standard Industrial Classification Code + Religious Retail Non-book Item + Stock Keeping Unit (SKU) + Seller's Lot Number + National Retail Federation Size Code + Serial Number + System Identifier + Superseded Purchase Order Number + Roll Sequence Number + Substitute Product Number + Superseded Part Number + Style Number + Side Up/Side Down + Service Rendered + Stock Number + Sleeper Box Key Number + Sleeper Box Serial Number + Vendor Alphanumeric Size Code + Tex + Third Prior Identifier + Pipeline Transaction Code + Association for Financial Professionals Service Code and Bank Service Code + Telecommunications Circuit ID + Treatment Codes + Association for Financial Professionals Service Code + The Air Cargo Tariff (TACT) Commodity Code + Automatic Transmission Serial Number + Transfer Case Serial Number + Trade In Identifier + Auxiliary Transmission Serial Number + Transmission, Auxillary + Telephone Industry Manufacturer Code + Railroad-Owned Unit Train Number + Product Type Code + Truck Body Serial Number + Transmission Serial Number + Type Selvage + Tested Material Identification Number + Line of Business + Program Code + Federal Aviation Administration (FAA) Service Bulletin Number + Telecommunications Industry Service Code + Program Description Identifier + United Nations Common Coding System (UNCCS) + Broker Price Opinion Service + Real Estate Property Information Service + Department of Defense Unique Item Identifier + Product Variant + User-Defined Shipping Container Identifier + U.P.C./EAN Coupon Code (2-5-5) + GTIN-14 + U.P.C. Coupon Code (1-5-5-1) + Universal Vendor Marking, Short Code (UVM; U Line) + EAN.UCC Serial Shipping Container Code (SSCC) + GTIN-12 + United Nations (UN) Number (Dangerous Goods) + UCC/EAN-128 Coupon Extended Code + Uniform Stock Symbol System Code Number + Company-Owned Unit Train Number + Universal Vendor Marking, Long Code (UVM; R,P,M Lines) + Universal Product Number + Department of Defense Unique Item Identifier Type Reference Identifier + GS1 US Coupon Code with GS1-128 Coupon Extended Code + Ingredient Country of Origin Code + Tariff Country of Origin Code + Country of Last Processing Code + Country of Assembly Code + Logistics Country of Origin Code + United States Department of Agriculture (USDA) Country of Origin Code + Vendor's Style Number + Vendor's Engineering Change Level Number + Vendor's (Seller's) Catalog Number + Vendor Color + Vary Item Product Number + Vehicle Maintenance Reporting Standards + Vendor's (Seller's) Item Number + Vendor's Order Number + Vendor's (Seller's) Part Number + Vendor's Supplemental Item Number + Vintage + Vendor's Basic Unit Number + Motor Vehicle ID Number + Vendor's Specification Number + End Item Serial Number + Work Unit Number + Reclamation Process + Woolen Run + Woolen Cut + Random Weight Aggregation Code + Car Class Code + World Code + Airline Flight Code + Fare Basis Code + Service Class Code + Stop Over Code + Telecom Service Type + Advanced Billing Concepts (ABC) Codes + Wafer Lot Identifier + Yarn Count Worsted + Wheel Chair Lift Serial Number + Preferred Part Number + Expendable Container Identification + Export Control Classification Number (ECCN) + Preferred National Stock Number + Preferred Manufacturer + Contractor Establishment Code + Map Edition Number + Publication Number + Commercial and Government Entity (CAGE) Code + Service Control Identification + Mutually Defined + + + Allowed Amount - Flat + Actual + Average Generic Product Price + Alternate Price + Average Wholesale Price + Balance-Based Price + Base Charge + Bid Price + Contract Tier 1 + Contract Tier 2 + Contract Tier 3 + Contract Tier 4 + Contract Tier 5 + Contract Tier 6 + Contract Tier 7 + Contract Tier 8 + Contract Tier 9 + Contract Tier 10 + Contract Tier 11 + Contract Tier 12 + Contract Tier 13 + Contract Tier 14 + Contract Tier 15 + Contract Tier 16 + Contract Tier 17 + Contract Tier 18 + Contract Tier 19 + Contract Tier 20 + Contract Tier 21 + Contract Tier 22 + Contract Tier 23 + Contract Tier 24 + Contract Tier 25 + Contract Tier 26 + Contract Tier 27 + Contract Tier 28 + Contract Tier 29 + Contract Tier 30 + Cancellation Charge + Catalog Price + Central Distribution Facility (Warehouse) + Current Domestic Value + Changed Price + Contract Price + Confirmed Unit Price + Declared Customs Unit Value + Federal Supply Schedule (FSS) Price + Depot Price + Distribution and Pricing Agreement (DAPA) Price + Dealer Adjusted Price + Distributor's Price + Discount Price + Discount Amount Allowed + Direct Store Delivery + Direct Ship Program Price + Emergency Direct Ship Price (Original Equipment Manufacturer) + Emergency Direct Ship Price + Emergency Direct Ship Price (Supplier) + Emergency Direct Ship Price (Warehouse) + Estimated Landed Cost + Estimated Price + Expected Unit Price + Flat Charge + First Cost Price + Frequent Delivery Service + Federal Excise Tax + Free Goods Price + Formula Price + Free Service Price + Federal Upper Limit Price (Maximum Allowable Cost Pricing for Drugs) + Firm Price - Do Not Advise + Advertising Price + Display Price + Government Price + Shelf Price + Temporary Price Reduction Price + Unit Price Through Quantity + Industrial Price + Institutional Price + Invoice Billing Price + Labor Rate + Last Cost Price + Lease to Purchase Price + List Price + Moving Average Cost + Mandatory to Advise Unit Price + Minimum Activity Surcharge + Maximum Order Quantity Price + Minimum Order Quantity Price + Minimum Charge + Minimum Release Quantity Price + Modal Premium + Maximum Price Reduction + Manufacturer's Suggested Retail + Maximum Release Quantity Price + Noncontract Tier 1 + Noncontract Tier 2 + Noncontract Tier 3 + Noncontract Tier 4 + Noncontract Tier 5 + Noncontract Tier 6 + Noncontract Tier 7 + Noncontract Tier 8 + Noncontract Tier 9 + Noncontract Tier 10 + Noncontract Tier 11 + Noncontract Tier 12 + Noncontract Tier 13 + Noncontract Tier 14 + Noncontract Tier 15 + Noncontract Tier 16 + Noncontract Tier 17 + Noncontract Tier 18 + Noncontract Tier 19 + Noncontract Tier 20 + Noncontract Tier 21 + Noncontract Tier 22 + Noncontract Tier 23 + Noncontract Tier 24 + Noncontract Tier 25 + Noncontract Tier 26 + Noncontract Tier 27 + Noncontract Tier 28 + Noncontract Tier 29 + Noncontract Tier 30 + No Charge + Net Item Price + Optional to Advise Unit Price + Original Purchase Order Price + Protection Level Price + Price Break Quantity(s) + Unit Price Beginning Quantity + Price Break Purchase Order Count + Public Health Service Price + Price in Effect at Time of Shipment + Producing Plant Price + Packing Level Price + Prepaid Freight Charges + Professional Price + Producer's Price + Promotional price + Purchase + Quote Price + Regular Charge + Resale + Rental Price, Annual + Rental Price, Monthly + Replacement Price + Rush Charge + Retail + Service Attempted Charge + Suggested Dealer Net Price + Suggested Fleet Price + Ship and Debit + Suggested List Price + Special Price + Single Price (Factors Equalized) + Secondary Supply Plant + Standard Price + Sum of Line Items + Suggested Wholesale Price + Threshold Price + Total Invoice Amount Due + Transfer + Unit Allowed Amount + Unit cost price + Unsalable Item List Cost + Public Warehouse Price + Wholesale + Waived Service Price + Zone Price + + + Empty car under directive CSD145 + Unassigned special equipped car that is to be handled in accordance with the provisions of directive CSD150 + Empty car under CSD155 + Empty car under directive CSD435 + Special heavy duty flat car that is to be handled under the provisions of directive CSD439 + Loaded car under directive CSD145 that is to return to agent at city specified + Loaded car under directive CSD145 that is to return to shipper at billed origin + Assigned TTX car that is to be returned to shipper at billed origin by reverse of loaded move + Unassigned TTX car that is to be handled in accordance with trailer train directive 150 + Loaded car under directive CSD155 that is to return to agent at city specified + Loaded car under directive CSD155 that is to return to shipper at billed origin + Loaded car under directive CSD435 that is to return to agent at city specified + Loaded car under directive CSD435 that is to return to shipper at billed origin + Empty Car Moving Under Car Service Rule 5 Charges + Car being returned per car owner's instructions + Car being returned per the pool operator's instructions + Car being returned per AAR/ICC instructions + Loaded TTX cars under directive CMD1 that are to be returned to the origin road at the city specified + Loaded TTX cars under directive CMD1 that are to be returned to shipper at billed origin + + + Body Ice + Discontinue Service + Standard Mechanical Protective Service + Body Ice Consumed or Removed + Modified Mechanical Protective Service + Do Not Heat + Standard Heating In Canada + Do Not Operate + Do Not Heat in Canada + + + Vents Closed to Destination + Vents Open to Destination + Standard Ventilation at 32 Degrees + Standard Ventilation at "-" Degrees (Other than 32 Degrees) + Vents on Irons + Diagonal Ventilation at "-" Degrees (Other than 32 Degrees) - Open Vent Each End of Car + Diagonal Vents on Irons + Standard Ventilation - Substitute Carrier's Protective Service at First Terminal Train Yard where Heaters Are Available and Outside Temperature is 10 Degrees Above Zero or Lower (PPT #619 Rules 385 and 515) + + + Shipper's Load and Count + Shipper's Load, Stowage and Count + Laden on Board + Laden on Board Vessel + Vessel Not Responsible for Freezing + Container(s) Sealed by Shipper + On Deck at Shipper's Risk + Short-Shipped + Sea Waybill + This Shipment is Effected under a Sea Waybill + Memo Bill of Lading Only + Refrigerated Cargo + Cool Cargo + Freeze Cargo + Inland Transportation Arranged as Agents Only with such Arranged Transportation Being Solely for Account and Risk of Cargo + Sea-Air Cargo + Freight Prepaid + Freight Collect + Freight as Agreed + No Shipper's Export Declaration Required (Section 30.39) + Carrier Reserves the Right to Place Container(s) in Heated Warehouse at a Set Cost + On Board Rail + On Board Truck + On Board Vessel + Received For Shipment + On Board Container + On Board Airplane + On Board Boxcar + Emergency Response Statement + International Maritime Organization Certification + Statement of Correctness + Destination Control Statements + Producing Country of Origin + Laden on Board Named Vessel + Age of Vessel + Kosher + Route + Certification Statements + Destination Country + Title Passage Clause + Container Safety Act + Substantial Transformation + Canada Value Added + Mexican Value Added + General Agreement on Tariff and Trade (GATT) + Prior Damage Remarks + Administrative + Caribbean Basin Initiative (CBI) + Custom + Container Packing Certificate + Disclaimer + Delivery Order Liability Clause + Estimate Error + Estimate Remarks + General System of Preferences (GSP) + Heading + Hidden + Israeli Free Trade Agreement + North American Free Trade Agreement (NAFTA) + + + Allowance + Charge + No Allowance or Charge + Promotion + Charge Request + Allowance Request + Service + + + Specified Flag Required + Must Comply + Forwarder Option + Roll Booking to Another Vessel + Substitution OK + + + All Types of Facilities + Combined Fixed and Portable Ramps + Fixed Ramp + No Facility Available + Portable Ramp + Reversing Ramp + + + Intrastate - Intraplant + Interstate - Intraplant + Commingled + Reciprocal + Intraterminal + Interterminal + International + Interstate + Regional + Intrastate + + + No Modification + Add Rate + Original Price Change Transaction + Cancel Previous Price Change Transaction + Decrease Rate + Eliminate/Expire + Confirmation Of A Discussion Between Buyer And Sales Representative + Add Items To A Previous Change Transaction + Delete Items From A Previous Change Transaction + Increase Rate + Replace All Dates Shown In A Previous Change + Replace Prices Shown In A Previous Change Transaction + Replace Restrictions (Conditions) At An Item Level Shown In A Previous Change + Replace Marketing Area Shown In A Previous Announcement + Change Having No Effect on Rates + Replace Restrictions (Conditions) At A Transaction Level Shown In A Previous Change + Replace Price Area Shown In A Previous Change + Replace Previous Change Transaction Entirely Because of Multiple Kinds Of Changes Or To Make Changes Not Specifically Indicated By Another Code In This Data Element + Replace Allowance Rates Shown In A Previous Announcement + Modified + New + + + Received from Bureau + Received on Loan Application + Discovered in Interview + Accountant + Government Registry + Management of Business + Official Publication + Outside Quarters + Reporting Agency Analyst + Spokesperson + Company's Annual Report + Financial Publication + Interim Report + Local Chamber of Commerce + Local Commercial Registry + Local Publication + Stock Exchange Report + + + And + Between + Destination + From + Intermediate Location + Geographic Listing + Origin + Prior Origin + To + Ultimate Destination + + + Not Used, Too New to Rate, or Unclassified + Current or Account Paid According to Terms + 30-59 Days Past Due + 60-89 Days Past Due + 90-119 Days Past Due + 120 Days or More Past Due + Making Payments Under Wage Earner Plan + Repossession + Bad Debt Placed for Collection + Currently Active + Currently Owing + Currently Past Due + Paid Anticipate + Paid Discount + Paid in Cash + Paid Prompt + Paid Slow + Placed for Collection Paid + Placed for Collection Partially Paid + Unfavorable Comments + Inconclusive - Refer to Other Information in Report + + + Potentially Explosive + Potentially Very Damaging To The Eyes + + + Abbreviated Hazardous Certification + Long Form of Hazardous Certification + + + Mailed by Date (Postmark Date) + Received by date + Electronics Funds Transfer Settlement Date + Funds Deposited by Date + + + Bulk Commodity Train + Coal Train + Unit Train + Premium Surface + Three Day Service + 9 A.M. + Air Cargo + Air Economy + A.M. + Business Class + Consignee Billing Service + Courier Express + Ground + Co-Load Service + Express Service + Delivery Scheduled Next Day by Cartage Agent + Delivery scheduled second day by cartage agent + Delivery scheduled third day by cartage agent + Delivery Confirmation + Deferred Service + Delivery Confirmation Return + Door Service + Delivery Notification Only + Expedited Service + Proof of Delivery (POD) with Signature + First Class + Standard Service + Express Service Plus + Tracking - Ground + International Second Day + IATA + Expedited Service - Worldwide + International Service + Express Service - Worldwide + Metro + Multiweight + Next Day Air + Next Flight Out + Next Day Hundred Weight + Next Morning + Not Served + Overnight + Priority Service + Primary Service Area + Primary Service Area - Next Day by 10:30 A.M. + Priority Mail + Primary Service Area - Next Day By 9:30 AM + Priority Mail Insured + PM + Primary Service Area - Next Day by Noon + P.O. Box/Zip Code + Primary Service Area - Next Day by 5:00 P.M. + Primary Service Area - Second Day by Noon + Premium Service + Passenger Service + Quality Intermodal High Speed 70 Miles Per Hour (MPH) + Other Intermodal and Stack Service + 60 Miles Per Hour (MPH) Service + Manifest Freight + Circus Train + Work Train + Commuter Service + Vehicle (Automobile) Train + Authorized Return Service + Same Day + Second Day Air + Saturday + Second Day + Standard Ground + Second Day Hundred Weight + Standard Ground Hundred Weight + Second Morning + Saturday Pickup + Standard Class + Ground Service - Freight + Expedited Service - Freight + Express Service - Freight + Express Service Plus - Freight + Next Day - Freight + Second Day - Freight + Mutually Defined + + + Good + Damaged + Recouped + New Material + Suitable for Reuse without Reconditioning + Suitable for Reuse After Reconditioning + No longer useful for original purpose but still of some use + Junk Material + Hold or Reserve Stock + Mutually Defined + + + Authorization + Changes to Pre-Pricing Information + De-Authorization + + + Pre-Priced Prices included and price qualifier applies + Bonus Pack + Cents-off Pack + Feature Price + Not Pre-Priced + Pre-Priced (Prices Included) + Pre-Priced (Prices Not Included) + + + Price Protection Applies + Allocation Applies + Advance Ship Notice/Pallet Tags + Bar Code Case Label + Bottom Load Only + Color Coding + Synchronization of Prices + Dedicated Carrier + Drop Trailer + Financial Electronic Data Interchange (FEDI) + Fax a Manifest + Hand Stack - Special Loading + Modular Pallets + No Diverting + Order Lead Time Requirement + Order Quality (No-Touch EDI) + Pallet Placards + Pick and Pack + Pre-set Appointments + Rapid Deployment (Same Day Ship) + Slipsheet + Strap Packages + Third Party Pallet + Unload Time Required + + + Yes at Transaction Set Level + Yes at Line Item Level + No Conditions Apply + + + Quantity per Customer Allowed + Quantity per Market Allowed + + + "AND" Relationship Between Current and Immediately Prior Occurrences of the Same Segment + "OR" Relationship Between Current and All Preceding Occurrences of the Same Segment + Refer to Free-form Description + + + Air Miles + Carrier's Rate Basis Number + Carrier's Docket 28300 Miles + Air Kilometers + Kilometers (Actual) + Tariff Kilometers + Miles (Actual) + Tariff Miles + Maximum Miles + + + Complete Equipment, Right and Left + Front + Interior + Rear + Top + Under + Left Front + Left Rear + Left Side + Right Front + Right Rear + Right Side + Top Center + Top Front + Top Rear + Left Inner Center + Left Inside Front + Left Inside Rear + Left Outer Center + Left Outside Front + Left Outside Rear + Left and Right Side + Left Side Center + Left Side Front + Left Side Rear + Right Outside Front + Right Inner Center + Right Inside Front + Right Inside Rear + Right Outer Center + Right Outside Rear + Right Side Center + Right Side Front + Right Side Rear + + + Bent + Broken + Defective + Torn + Flat Tire + Weld Broken + Improper Repair + Corrosion + Rotted + Flex Cracks + Burned Out + Dirty, Nails, Dunnage + Destroyed + Worn Out; Deteriorated + Vandalism + Cap Separation + Hole + Missing + No Damage + + + Requested Requirements + Actual Arrival at POD + Actual Conveyance Arrival + Accepted + Highway Departure + Actually Loaded on Rail + Actually Loaded on Vessel + Train Annulment + Arrived, Not Ordered Placed by Destination Party + Anticipated Pickup + Actual Arrival Date at Final Destination + Arrival Transit Location + Arrival Final Destination + Anticipated Set-out + Bad Order + Release from Bad Order + Bad Order Heavy Repair + Bad Order Light Repair + Bad Order - Hours to Repair + Crew Call + Car Grade By Inspection + Consist Locked + Cancellation of Conveyance + Cargo Receipt Date + Cargo Stripping + Crew Tie Up + Consist Un-Lock + Delivery Attempt + Declined + Deleted + Delivery Pending + Departure from Location + Deramped + Destination Switch Interchange + Estimated Arrival Date + Estimated Departure Date + Estimated Free Time + Equipment Ordered In + Estimated Arrival Date at Final Destination + Advanced Estimated Time of Arrival + Early Warning Inspections + Association of American Railroads Early Warning Letter + Carrier Does Not Possess Valid U.S. Operating Authority + Carrier Has an Out of Service Order Against It + Safety Score Indicates Inspection is Warranted + Carrier Check Not Performed, Data Not Available At This Time + Carrier's Current Insurance Does Not Meet the Minimum Level or Better + Carrier Data Not Found in Federal Motor Carrier Safety Administration (FMCSA) Systems + Driver Check Not Performed, Data Not Available at this Time + Driver Does Not Have Proper Commercial Drivers License (CDL) Endorsements for HAZMAT Cargo + Driver Does Not Have Valid/Current Commercial Drivers License (CDL) or Equivalent (Mexico or Canada) + Trailer Check Not Performed, Data Not Available at this Time + Follow Up + From Repair Track + Free Time Expired Date + No Current Commercial Vehicle Safety Alliance (CVSA) Decal On File + Tractor Check Not Performed, Data Not Available at this Time + Highway Arrival RR Facility + Hold for Embargo + Equipment Held + Hold or Miscellaneous + Release from Hold or Miscellaneous + Haulage Stop + Haulage Start + Trip Held + In Bond + Interchange Delivery + Interchange Receipt + Intermodal In-Gate Arrival at Railroad Intermodal Terminal + Incomplete + Association of American Railroads Inventory Move + In Transit + Ingate to Rail Interchange + Ingate to Rail Terminal or Satellite + Mailed + Move Away + No Bill at Location + Notified Destination Party + Overdue Conveyance Arrival + Intermodal Out-Gate + Open Interchange Delivery + Open Interchange Receipt + Outgate to Rail Interchange + Ordered to Place + Origin Switch Interchange + Outgate to Rail Terminal or Satellite + Placement Actual + Placement Constructive + Pending + Pulled from Patron + Placed on Leased Track - From Customer + Place at Joint Industry + Placed On Leased Track - To Customer + Postpone + Problem Log Created + Pull from Joint Industry + Pulled From Leased Track + Customer Released with No Billing + Ramped + Conveyance Released + Crew and or Passengers Released + Release from Embargo Hold + Postal Reconsignment + Rejected by Shipper + Repended + Equipment Released + Receipted + Released Loaded from Customer + Released From Leased Track + Released Empty from Customer + Restore Annulled Train + Trip Released + Rail Yard Move + Scheduled Arrival Date + Satisfied + Scheduled Departure Date + Seized Equipment + Seized Equipment - Removed + Sailed + Scheduled Passing + Spot Date + To Storage - Actual + To Storage - Intend + Stored Unserviceable + Stored Prospective Load + Stored for Seasonal Use + Stored Serviceable + Driver's Country of Citizenship Missing + Suspended + Driver Missing Approved Western Hemisphere Travel Initiative (WHTI) Document + Train Delay Cancelled + Train Delay + Train Move Arrival + Train Move Departure + Train Overdue + Trip Planned + Lading Transferred + Train Reported Passing + To Repair Track + Unloaded From Vessel + Unable to Schedule + Vessel Arrival + Vessel Departure + Waived + Weigh + Withdrawn + Waybilled + Refuel + Fuel Reading + Mutually Defined + + + Off Invoice (Deduction from Original Invoice) + Debit/Credit Advice No Remittance Detail + Payment Accompanies Remittance Advice + Make Payment Only + Debit/Credit Advice with Remittance Detail + Plan and Submit Suggested Purchase Order(s) + Plan Order(s) and Ship Product + Notification Only + Remittance Information Only + Payment Requested (Adjustment to Account) + Reimbursement to Follow + Apply on Account + Memo/Additional Remittance Detail + Check Issuance Notice + Deduct from Next Remittance + Prenotification of Future Transfers + Credit Due, Payment Being Issued + Recurring Debit Authorization + Single Debit Authorization + Adjustment Requested + Split Payment and Remittance + Handling Party's Option to Split Payment and Remittance + Mutually Defined + + + Authorize + Add + Change (Update) + Delete + Verify + Send + Receive + Request + In Production Send + Not Capable of Taking Action + Add A Bill of Lading + Cancel Balance of Order/Item that Exceeds Value Specified in Data Element 610 + Cancelled + Delete a Bill of Lading + Eliminate/Expire + Final + Cancel Entire Order/Item + Master-In-Bond (MIB) Arrival + Reissue + Record + In Production Send and Receive + In Development/Send + In Development/Receive + In Development/Send and Receive + In Test/Send + In Test/Receive + In Test/Send and Receive + In Production Receive + Re-record + Status Query + Reject + Respond + Reverse + Recommend + Not Recommend + Mutually Defined + Authorize and Settle Combination + Adjourn + Approve + Auction + Cleared + Compose + Correct and Resubmit Claim + Consider + Create + Decide + Declare + Decree Recall + Disapprove + Dissolve + Escalation + On-Hold + Dropped + Bankruptcy Filed - Review Account + Moved - Follow Up + Change Phone Number + Payment Received - Follow Up + Account Active - Pursue + Return per Client Request + Pursue Legal Action + Active + Pursue Garnishment + New Assignment - Proceed + Repossess Merchandise + Adjust Payment + Change Address + Skiptrace Account + Close Account - Deceased + Update to Inactive + Account Paid in Full - Close Account + Refused to Pay - Review Account + Account Disputed - Review + Do Not Contact - Fair Debt Collection Practices Act (FDCPA) + Forward Account + Enforce + Extinguish + Judgment for Defendant + Judgment for Plaintiff + Complete + Justified + Legal Moratorium on Debts Incurred to Date + Meeting Held + Meeting Held and Opened + Moratorium + Not Filed + Not Justified + Partial Release + Provisional Moratorium + Readjudicate + Resolve + Resulted in a Suit + Resulted in No Liquidation + Set Aside + Settled out of Court + Sold + Stayed + Subordination + Surrender + Term Expired + Unsatisfied + Void + Suspended, 24 Hours + Dispute + Assign + Agent Change + Agent Hierarchy Change + Reactivate + Reconcile + Renew + Follow Up + Future + Letter of Authority Sent + New Premium Only + Pended for Follow Up + Countersue + Contact via Telephone Call + Contact via Fax + Mark + In Progress + Reconfirm + Send Record at End of the Fall Term + Send Record at End of the Winter Term + Send Record at End of the Spring Term + Send Record at End of the Summer Term + Send Record at End of the Intersession Term + Certified in total + Certified - partial + Not Certified + Pended + Upheld + Modified + Approved with Errors + Award + Abandon + Acknowledge + + Activate + Affirm + Added Commodity Codes + Added Equipment + Increase in Amount + Added Points Served + Allow + Annual Location Reconciliation + Appeal + Acquitted + Advanced Payment + Discovered + Appoint + Cancellation Not Effected + Mass Cancellation + Partial Cancellation + Board + Producer Reporting Structure Change + Background Investigation + License Request + Book of Business Transfer + Bifurcate + Print Loan Application Only + Guarantee Application Only + Guarantee Before Sending Application + Return Loan Application with Certification Data + Guarantee After Receiving Application + Use Both Date and Meter Criteria + Community Service Required + Convicted + Change Name + Cut + Concur + Completed Docket (Proposer Only and on Current Docket) + Charge + Confirm + Conditionally Grant + Closed + Commence + Consolidated + Correct + Counter Proposal + Process Immediate, Critical + Transfer of Claim for Security + Contact Payer + Continue + Convert + Claim Transferred + Deported + Dismissed + Division Adjustment Only + Shorten Expiration Date + Delivered to Another Carrier + Delete and Docket (Proposer Only on Unconcurred Docket) + Deny + Defer + Decrease + Extended Expiration Date + Dismissed with Prejudice + Dismissed without Prejudice + Dispose + Divert + Delivered to Public Warehouse + Direct + Discarded + Discontinue + Discharged + Establish Address + Establish Additional Address + Establish Electronic Address + Suppress Correspondence + Suppress Forms + Enter + End of Day Processing + Entire Patient Information + Extension Request + Evaluate + Extend + Exception Occurred + Fined + Fail + Factor Change + File + Forfeit + Patient Follow-Up Required + Grant + Process Manually + Hold Until Released + Found Not Guilty + Deactivate + Increase + Interim + Issue + Initiate + Jailed + Join + Judgment + Registration Confirmed + Left at Consignee + Liquidate + Merge + Mooting + No Action Required + Process Routinely, Not Critical + No Change + Not Present + Do Not Send + Order + Open + Use Date or Meter Criteria (whichever occurs first) + Other Unlisted Action + Sentenced to Probation + Tariff Publisher Add + Partial Transfer of Claim + Previously Converted + Tariff Publisher Delete + Preliminary Final + Provide Additional Information + Progress Payment + Proposed + Partial Patient Information + Present + Proposal + Proposal Trace + Publish Changes + Provisional Payment + Reopened + Send Record Now + Send Record at End of the Term + Send Record After Degree is Posted + Send Vocational Record Only + Transfer + Assumption + Terminate + Reinstate + Remove + Resecure + Returned to Carrier Facility + Rate and Division Adjustment + Released + Returned to Shipper's Facility (Other Than Original Shipping Location) + Refer + Recall + Restricted + Rate Adjustment + Rate Adjustment with a Sequence Change + Reschedule + Remand + Reject Proposal with Counter Proposal to Follow + Returned to Original Shipping Location + Request To Publish + Tariff Publisher Reissue + Reverse and Remand + Report Status + Restrain + Return + Revoke + Rescind + Replace + Reject - Header Level Errors + Secure + Suspended + Satisfy + Subrogate + Screen + Seal + Settle + Schedule + Serve + Sustain + Suspend + Sever + Seize + Temporarily Deny + Oppose + Temporarily Grant + Annul + Temporarily Grant, in Part + Trim + Disallow + Take Under Advisement + Vacate + Sight Verification Completed + Reconcile Historical Records + Withdrawn + Winterize + Accept + Waive + + + Damage Being Reported + + + Jurisdiction to Receive Credit for Uniform Commercial Code Filing + Transmitting Utility + Consignor + Census Schedule D + Uniform Commercial Code Filing Office + Current Address + Census Block Group + Home Address + Home Base Address + Census Tract + Census Schedule K + Local Address + Mailing Address + Office Address + Permanent Address + Birthplace + Worldwide Geographic Location Code + Nearest Cross Street + Secondary Cross Street + Range + Section + Quarter Section + Marker Identifier Location + Route + Route Subdivision + Grid Location + Page + Marker Type + Latitude-Longitude Source + Map Source + Map Reference + Grid Source + Aliquot + Block + District + Drainhole Number + City Block + Footage Call Direction + Location Direction + Outer Continental Lease Location + Lot + Map Quadrangle + Principal Meridian + Outer Continental Shelf Area + Outer Continental Shelf Block + Official Protraction Diagram + Quarter Quarter Quarter Section + Quarter Quarter Section + Section Type + Abstract + Labor + League + Survey + Tier + Tract + Universal Transverse Mercator Quadrant + Course Direction + Area + Sender's Location Code + Receiver's Location Code + Office + Annual Statements Mailing Address + City and State + All Points + Armed Services Location Designation + Branch + Business Economic Area (BEA) Region Code + Government Bill of Lading Office Code (GBLOC) + Place of Business + Geopolitical Name Code + Country of Origin + Confirmation Mailing Address + Country + Canada Customs Office Code + Correspondence Mailing Address + Congressional District + City + National Rate Basis (NRB) + Consolidated Metropolitan Statistical Area (CMSA) + County/Parish and State + In Tank Car + Canadian SPLC + County/Parish + Distribution Center Number + Destination (Shipping) + Delivery Location + District Office + Department + District of Residence + Domicile Type Code + Event Location + Borough + Employer Location + Factory + Freight Equalization Point + Foreign Freight Forwarder Location + Federal Information Processing Standards (FIPS) 55 (Named Populated Places) + U.S. Custom's Facilities Information and Resource Management Systems (FIRMS) + Freight Station Accounting Code + Foreign Trade Zone + Free Alongside Vessel (Free On Board [F.O.B.] Point) + Freight Station Geographic Location + International Air Transport Association (IATA) Location Qualifier + Issue Location + Military Standard Movement Procedures (MILSTAMP) + Postal + In Store + Intermediate FOB Point + Port of Embarkation + Port of Loading + Government Furnished Property FOB Point + Local Office + Mill + Main Campus + Metropolitan Sampling Area (MSA) Region Code + Mexican Postal Code + City/State from Points + Origin (After Loading on Equipment) + Other Unlisted Free On Board (FOB) Point + Open and Prepay Station List Code(SCAC & Number) + Other Unlisted Acceptance Point + Origin (Shipping Point) + On Vessel (Free On Board [FOB] point) + Port of Arrival + Port of Discharge + Policy Mailing Address + Place of Delivery + Port of Entry + Parents Address + Primary + Prior Business + Plant + Primary Metropolitan Statistical Area (PMSA) + Principal Servicing Office + Pool Point + 3 Digit U.S. ZIP + 4 Digit U.S. ZIP + 5 Digit U.S. ZIP + 3 Digit Canadian Postal Code + 6 Digit Canadian Postal Code + 9 DIGIT U.S. ZIP + 11 DIGIT U.S. ZIP + Rate Area Code + In Rail Car + Regional Education Service Agency + Region Code + Region + Rural + Standard Carrier Alpha Code + Route Administrative Message To + Secondary + Suburban + City/State and Points Within + School District + Summer + Storage + School Campus Code + U.S. SPLC + Store Number + State/Province + School + In Storage Tank + Switching District + Tank + Transcontinental Freight Bureau + Tribal Land + Terminal Cargo Location + Terminal + Township + Temporary + Rail Territory + Taxing District + United Nations Location Code (UNLOCODE) + Urban + Business Unit + Vacation + Village + Vessel Stowage Location + Wharf + Warehouse + Winter + National Center for Education Statistics Locale Code + Zone Code + Mutually Defined + + + + Inventory Adjustment (-) + Customer Shipment + Rejected Shipment + Stock Transfer + + + In Bond + Local + Order Notify + Origin Common Point (OCP) + Through + + + Billing Clerk + Carrier + Forwarder + Lending Official + Non-Recourse + Proposer + Rate Clerk + Release Value + Shipper + School Official + + + Intermodal Facility Not Available + Circus Type Ramp + Overhead Crane + Side Lifter + Both Crane and Side Lifter + Stack Train Facility + Facility has been Closed + Both Carload and Intermodal Facility Available + Port Facility + + + Carrier's Bond Covers Merchandise and Instruments of International Trade + Importer's Bond Covers Merchandise and Instruments of International Trade + Carrier's Bond Covers Instruments of International Trade + Empty + Empty Requiring Census Reporting + Importer's Bond Covers Instruments of International Trade + Loaded + Load Requiring Census Reporting + Total + + + Partial Short, Location Unknown + All Short + Damaged + Entire Shipment Refused + Overage + Partial Shipment + Wrong Product + + + Bill Back + Off Invoice + Vendor Check to Customer + Credit Customer Account + Charge to be Paid by Vendor + Charge to be Paid by Customer + Optional + Off Gross Quantity Invoiced + Allowance To Be Issued by Vendor + Allowance To Be Issued by Reseller + Charge Denied by Vendor + Cancel Allowance + Provide Amount + Information Only + Non-Payable Tax + Accrual Fund + Flat Fund + Cash in Advance + Calculate and Add to Invoice + Collect + Prepaid + Mutually Defined + + + Ship Date + Delivery Date + Invoice Date + Specified Date + Invoice Receipt Date + Anticipated Delivery Date + Effective Date + Invoice Transmission Date + Purchase Order Date + Invoice Verification Date + Completion And Acceptance Date + Approval of Sample Date + Approval of Gage Date + Quality Approval Date + Receipt of Goods + Quarter Start Date + Mutually Defined + + + Incoterms + Trade Terms Code + Mutually Defined + + + Cost and Freight + Cost, Insurance, and Freight + Carriage and Insurance Paid To + Carriage Paid To + Delivered at Frontier + Delivered At Place + Delivered At Terminal + Delivered Duty Paid + Deliver Duty Unpaid + Delivered Ex Quay + Delivered Ex Ship + Domestically Supplied + Delivered; Duty Unpaid + Ex Quay + Ex Ship + Ex Works + Free Alongside Ship + Free Carrier + Freight Carriage and Insurance Paid To + Freight Carriage Paid To + Free on Board + Free on Rail + Free on Truck + Non-privileged Foreign + Privileged Foreign + Mutually Defined + + + Basic + End of Month (EOM) + Fixed Date + Deferred or Installment + Discount Not Applicable + Mixed + Extended + Basic Discount Offered + Proximo + Instant + Elective + 10 Days After End of Month (10 EOM) + Seller to advise buyer + Previously agreed upon + Special Proximo + Prompt Payment Act + Terms not Applicable + Fixed Date, Late Payment Penalty Applies + Liquidation + Progress Payment + Fast Pay + Cash Discount Terms Apply + Payment Due Upon Receipt of Invoice + Anticipation + Cash Account + Cash on Advance + Cash on Arrival + Cash per Vendor Request + Cash by State Law + Cash with Order + Cash on Delivery (COD) + Lease Agreement + Net Month Following Invoice (MFI) + Sell by Note + Supplier Floor Plan + Contract Basis + Credit Controlled + Dating Given + Trade Acceptance + Bill to Bill + Letter of Credit + Lump Sum + Fixed Fee + Cost Plus + Bank Transfer + Basic Commission Terms + Bill of Exchange + Cash Against Documents + Certified Check + Discount with Advance Payment + Discount with Prompt Pay + Installment Payments are Due Annually + Installment Payments are Due Semi-annually + Installment Payments are Due Monthly + Installment Payments are Due Quarterly + Irrevocable Letters of Credit + Payment Order Through Bank + Promissory Notes + Secured Account + Letters of Credit at Sight + Deposit Required + Documents against Acceptance + Documents against Payment + Inter-company Account + Unknown + Partial Advance + Payment Upon Completion + United States Funds Required + Usance Bill + Progressive Discount + Cancellation Option + Consignment + Commercial Item Finance + No Charge + Prepayment + Redemption Options + Mutually Defined + + + Free Goods + Shrink Allowance + Count and Recount + Fuel Allowance + Allowance Non-Performance + Pallet Charge + Ocean Freight Charge + Drayage + Blast Freezing + Communication Expense + Handling In + Handling Out + Labor + Minimum Charge + Physical Inventory + Pick Rate + Postage + Slow Freezing + Storage + Supplies + Taking Weights + Telephone, Telex, Fax + United States Department of Agriculture (USDA) Inspection + Unloading + Withdrawal Line Item Rate + Direct Product Handling (DPC) + Price Adjustment Percent (PCT) + Post Damaged Handling (PDC) + Reclamation Center Handling (Chute) + Reclamation Shared Responsibility (SRS) + Maximum Price Percent (MAX) + Minimum Price Percent (MIN) + Conversion Allowance + Slip Sheet Allowance + Terms Allowance + Central Buy + Display Allowance + Early Buy Allowance + New Discount + New Warehouse + Competitive Marketing Allowance + Special Buy + Lump Sum + Trade Discount + Quantity Discount + Freight Allowance + Pickup Allowance + Warehouse Allowance + Vehicle Load Allowance + Unsaleable Merchandise Allowance + Label Allowance + Handling Allowance + Freshness/Leaker Allowance + Floor Stock Protection + Truckload Allowance + New Item Allowance + Slotting Allowance + New Distribution Allowance + Scanner Allowance + Allowance for Consignment Merchandise + New Store Allowance + Combination Performance and Non-performance + Direct Plant Ship Allowance + Mutually Defined + Performance Allowance + Glaze Allowance + In Transit Price Protection + COOP Credit + Cigarette Stamping + Swell + Grouped Items + Cents Off + Advertising Allowance + Voluntary Price Reduction + Pallet Allowance + Show Allowance + Indirect Customer Allowance + Adjustment + Check Adjustment + Funds Return + Generic Supply Charge + Hardware Maintenance Charge + Media Charge + Per Claim Charge + Per Item Media Charge + Programming Charge + Service Adjustment + Software Maintenance Charge + Goods and Services Credit Allowance + Tax Credit Allowance + Other Allowance + Taxes + Carrier + Special Handling + Freight + Insurance + Railcar Loading + Switch Charge + USDA Inspected, Stamping Certification + Labeling + Koshering + Warehouse + Palletizing + Enclosure + Surcharge + Stopcharge + Delivery Charge + Demurrage + Service Charge + Less Than Truckload Charge + Cut + Paralleling + Broken Lot + Special Packaging + Reel + Deposit Charge - Resale Item + Beverage Tax + Environmental Handling Charge + State or Province Tax + Deposit Charge - Non-Resale Item + Equipment Rental Charge + Equipment Service Charge + Inter-warehouse Freight Charge + Inbound Postage + Outbound Postage + Recycling Fee + Goods and Services Charge + Other Charges + + + More Than One Year + First Six-Month Period + Second Six-Month Period + + Under One Year + Next Three Months + Four Month Period + Average Monthly + Annual + Academic Period + Average Year + Buyer's Manufacturing Days + Bimonthly + Bi-weekly + Cycles + Calendar Year + Calendar Days + Work Days + Day + Calendar Year-to-Date + Campaign-to-Date + Election Cycle + This Period + To Date + Option Period at End of Lease + Fiscal Year Plus One Year + Fiscal Year Plus Two Years + Fiscal Year + Hours + Inception to Date + Maximum Calendar Days + As Required + Lease Termination Notification Period + Lease Term + Month to Date + Minutes + Month + Mean Time Between Stops + Mean Time Between Failure + Next Six Months + Plan Year to Date + Period to Date + Preceding 12 Months + Preceding Six Months + First Quarter + Second Quarter + Third Quarter + Fourth Quarter + Quarter of a Year + Semiannual + Seller's Manufacturing Days + Shift + Semimonthly + Summer Period + Tax Year + Weeks + Work Week + Weekly + Year to Date + Mutually Defined + + + From date of PO receipt to sample ready + From date of tooling authorization to sample ready + From date of receipt of tooling aids to sample ready + + From date of PO receipt to shipment + From date of PO receipt to delivery + From last booked order to delivery + From Date of Receipt of First Article to First Article Approval + From Date of a Specified Event to Delivery + From Date of First Delivery to Date of Subsequent Delivery(ies) + From Date Of Latest Delivery To Final Delivery + From Date Of Purchase Order or Contract Receipt To Product Ready + From Date Of Previous Delivery To Date Of Subsequent Delivery + From Date of Award to Midpoint of Effort + From Date of Award to Government Receipt of Bond + Before inventory is replenished based on stock check + From Bid Opening to Expiration of Bid + From Required-By Date to Expiration Date + From Date of Award to Date of Latest Delivery + From Date of Award to Date of Earliest Delivery + From Date of Award to Date of Completion + From Date of Award to Date of Delivery + From Date of Receipt of Item to Date of Approval of Item + From Date of Award to Expiration Date of Authorization + From Date of Order Preparation to Date of Order Placement + From Date of Award to Commencement of Performance + From Date of Award to Date of Option Exercise + From Date of Option Exercise to Date of Completion + From Date of Option Exercise to Date of Delivery + From Date of a Specified Event to Date of Option Exercise + From Date of Notice to Proceed to Commencement of Performance + From Date of Notice to Proceed to Completion + From the Date of Intended Delivery to Date of Notification of the Delivery + + + Standard or Regular Filings + To Order Shipments + Household Goods and/or Personal Effects + Military, Government, Diplomatic + Diplomatic Shipment + Carnet + United States Returned Goods + Informal + Vessel Import Manifest (Canadian) + Vessel Export Manifest (Canadian) + Vessel In-Transit Manifest (Canadian) + Vessel Consignment Import Manifest (Canadian) + Vessel Consignment Export Manifest (Canadian) + Vessel Consignment In-Transit Manifest (Canadian) + Rail Import Manifest (Canadian) + Rail Export Manifest (Canadian) + Rail In-Transit Manifest (Canadian) + House Bill of Lading (Canada) + Re-Manifest Manifest (Canadian) + Abstract Bill of Lading (Canada) + Rail Consignment Import + Rail Consignment Export + Rail Consignment In-Transit + Rail Manifest + Highway Import + Highway Export + Highway In-Transit + Highway Consignment Import + Highway Consignment Export + Highway Consignment In-Transit + Air Import + Air Export + Air In-Transit + Air Consignment Import + Air Consignment Export + Air Consignment In-Transit + Arrival Notice + Non-Rate EDI Network (REN) Autorated + Rate EDI Network (REN) Auto Receive + Rate EDI Network (REN) Auto Send + Appointment + Financial Institution Account Statement + Broker Filed + Government Bill of Lading + Privately Owned Personal Property Bill of Lading + Bill of Lading + Booking + Accounts Reconciliation + Balance and Transaction Reporting + Consolidator's Invoice + Controlled Disbursement Funding + Commercial Invoice + Cash Letter + Consolidation + Deposit List + Delivery Order + Depository Transfer + Electronic Presentments + Full Account Reconciliation + Freight Tender + Personal Property Tender + Transportation Control Movement Document (TCMD) + Lockbox Summary + Load Summary + Load Tender - Truckload (TL) Carrier Only + Manifest + Non-Rate EDI Network (REN) Manually Rated + Rate EDI Network (REN) Manual Receive + Rate EDI Network (REN) Manual Send + Partial Load Tender, Carrier Consolidate + Pro Forma Invoice + Paid List (All Debits) + Point to Point Rate Application + Partial Load Tender, Shipper Consolidate + Simulation of Single Shipment Less Release Units (U.S. Department of Defense) + Simulation of Consolidation of Vans, Trailers, or Pallets (U.S. Department of Defense) + Simulation of Consolidation of Packaging Containers (U.S. Department of Defense) + Simulation of Multiple Level Consolidation (U.S. Department of Defense) + Deposit Reconciliation + Reassociation Report + Partial Account Reconciliation + Simulation Single Shipment Release Unit (U.S. Department of Defense) + Range Reconciliation + Scale Rate Application + Single Package Shipment Status + Multiple Package Shipment Status + Single Shipment Invoice + Shipper's Letter of Instruction + Multiple Shipment Invoice + Single Shipment Status + Single Shipment Less Release Units (U.S. Department of Defense) + Consolidation of Vans, Trailers, or Pallets (U.S. Department of Defense) + Consolidation of Packaging Containers (U.S. Department of Defense) + Multiple Level Consolidation (U.S. Department of Defense) + Trailer Forecast + Government Guaranteed Traffic Tender + Trailer Manifest + Single Shipment Release Unit (U.S. Department of Defense) + Mutually Defined + + + Free-form + Structured (From Industry Code List) + Semi-structured (Code and Text) + + + Original + Cancellation + Add + Delete + Change + Replace + Confirmation + Duplicate + Status + Not Found + Response + Not Processed + Request + Advance Notification + Re-Submission + Proposed + Cancel, to be Reissued + Reissue + Seller initiated change + Final Transmission + Transaction on Hold + Information Copy + Draft + Incremental + Replace - Specified Buyers Parts Only + Verify + Query + Renewal + Allowance/Addition + Recovery/Deduction + Request for Payment + Payment Declined + Request Authority + Authority to Deduct (Reply) + Authority Declined (Reply) + No Financial Value + Response to Proposed Trip Plan + Commitment Advice + Corrected and Verified + Temporary Record + Request Permission to Service + Rejection + Follow-up + Cancellation with Refund + Transfer + Suspended + Original - No Response Necessary + Register + Historical Inquiry + Response to Historical Inquiry + Completion + Approval + Excavation + Expiration Notification + Initial + Chargeable Resubmission + Simulation Exercise + Completion Notification + Corrected + Final Loading Configuration + Granted + Proposed Loading Configuration + Release Hold + Revised Loading Configuration + Scan Based Trading + Status Update + Mutually Defined + + + Actual Pounds + Statute Mile + Seconds + Small Spray + Lifts + Digits + Strand + Heat Lots + Tire + Group + Outfit + Packet + Ration + Shot + Stick + 115 Kilogram Drum + 100 Pound Drum + 55 Gallon Drum + Tank Truck + Car Mile + Car Count + Locomotive Count + Caboose Count + Empty Car + Train Mile + Fuel Usage (Gallons) + Caboose Mile + Fixed Rate + Ton Miles + Locomotive Mile + Total Car Count + Total Car Mile + Count + Season + Tank Car + Frames + Transactions + Millimole + Terabecquerel + Quarter Mile + Base Unit + 20 Foot Container + 40 Foot Container + Deciliter per Gram + Grams per Cubic Centimeter + Theoretical Pounds + Grams per Square Centimeter + Actual Tons + Theoretical Tons + Kilograms per Square Meter + Pounds per 1000 Square Feet + Radians Per Second + Radians Per Second Squared + Roentgen + Ship Set + Volts Per Meter + Volts (Alternating Current) + Volts (Direct Current) + British Thermal Units (BTUs) Per Hour + Cubic Centimeters Per Second + Cubic Feet Per Hour + Cubic Feet Per Minute + Centimeters Per Second + Decibels + Kilobyte + Kilobecquerel + Kilocurie + Megagram + Megagrams Per Hour + Bin + Meters Per Minute + Milliroentgen + Millivolts + Horsepower Days per Air Dry Metric Tons + Catchweight + Kilograms per Air Dry Metric Tons + Kilopascal Square Meters per Gram + Kilopascals per Millimeter + Milliliters per Square Centimeter Second + Cubic Feet per Minute per Square Foot + Ounces per Square Foot + Ounces per Square Foot per 0.01 Inch + Basis Points + Degrees Lovibond + Megajoule + Manmonth + Pieces per 100 Grams + Pounds Per Pound of Product + Kilograms Per Liter of Product + Pounds Per Piece of Product + Kilograms Per Kilogram of Product + Kilograms Per Piece of Product + Pieces per 10 Pounds + Proof + Scoville Units + Water Activity + Terabytes + Milliliter per Second + Milliliter per Minute + Centisimal Hahnemannian Dilution (CH) + Super Bulk Bag + 500 Kilogram Bulk Bag + 300 Kilogram Bulk Bag + 25 Kilogram Bulk Bag + 50 Pound Bag + Bulk Car Load + Decimal Hahnemannian Dilution (DH) + Bobbin + Cap + Centistokes + Curie + 20-Pack + 100-Pack + Microliter + Meters Per Second + Meters Per Second Per Second + Milliamperes + Megabyte + Milligrams Per Hour + Megabecquerel + Microfarad + Newtons Per Meter + Ounce Inch + Ounce Foot + Pascal + Picofarad + Pounds Per Hour + Cubic Meter Per Hour + Ton Per Hour + Kiloliter Per Hour + Actual Kilograms + Actual Tonnes + Credits + Theoretical Kilograms + Theoretical Tonnes + Korsakovian (K) + Sitas + Mesh + Net Kilograms + Parts Per Million + Barrels per Minute + Batch + Gallons per Thousand + Proof Gallons + MMSCF/Day + Pounds per Thousand + Pump + Stage + Standard Cubic Foot + Hydraulic Horse Power + Count per Minute + Seismic Level + Seismic Line + Percent Weight + Parts Per Billion + Percent Per 1000 Hours + Failure Rate In Time + Pounds Per Square Inch Gauge + Coulomb + Oersteds + Siemens + Ampere + Test Specific Scale + Volt + Volt-Ampere Per Pound + Watts Per Pound + Ampere Turn Per Centimeter + Milli Pascals + Fifty Millesimal (LM) + Gauss + Mil + Kilogauss + Electron Volt + Pounds Per Square Inch Absolute + Henry + Ohm + Farad + Kilo Pounds Per Square Inch (KSI) + Foot Pounds + Joules + Pounds per Cubic Foot + Poise + Cord + Duty + Project + Program + Session + Square Kilometer + Saybold Universal Second + Stokes + Calories per Cubic Centimeter + Calories per Gram + Curl Units + 20,000 Gallon Tankcar + 10,000 Gallon Tankcar + 10 Kilogram Drum + 15 Kilogram Drum + Watt + Apothecary Pound + Briquet + Fold + Apothecary Ounce + Pillow + Seat + Family Unit + United States Pharmacopoeia (USP) Unit + Absorbance + Bloom Units + Brabender Units + Count per Ounce + Count per Pound + Count per Pouch + Milligrams per Gram + Dollars per Hours + Millipoises + Ball + Bulk Pack + Acre + + Amperes per Meter + Centigram + Angstrom + Additional Minutes + Average Minutes Per Call + Cop + Fathom + Access Lines + Ampoule + Minutes or Messages + Ampere-turn + Aluminum Pounds Only + Anti-hemophilic Factor (AHF) Units + Suppository + Assortment + Atmosphere + Ocular Insert System + Capsule + Powder-Filled Vials + Twenty + Assembly + British Thermal Units (BTUs) per Pound + British Thermal Units (BTUs) per Cubic Foot + Barrels per Day + Bunks + Batting Pound + Barrel, Imperial + Billet + Bun + Cycles + Board + Batt + Bale + Base Box + Bucket + Bundle + Beam + Board Feet + Bag + Brush + Bar + Band + Book + Block + Bolt + Bulk + Bottle + 100 Board Feet + Brake horse power + Barrel + Basket + Belt + Bushel + Bushel, Dry Imperial + Base Weight + Box + British Thermal Unit (BTU) + Million BTUs/Dekatherm + Calls + Composite Product Pounds (Total Weight) + Carset + Centiliter + Carload + Cost + Cell + Centipoise (CPS) + Cubic Decimeter + Coil Group + Case + Carboy + Cubic Centimeter + Carat + Centigrade, Celsius + Cubic Feet + Card + Container + Cubic Inches + Cone + Connector + Cylinder + Centimeter + Can + Cubic Meters (Net) + Crate + Cartridge + Cubic Meter + Cassette + Carton + Cup + Cover + Hundred Pounds (CWT) + Coil + Cubic Yard + Combo + Dollars, Canadian + Shares + Square Decimeter + Degrees Brix + Kilogram Per Square Centimeter + Degrees Lintner + Draize Score + Dyne per Square Centimeter + Days + Dry Pounds + Disk (Disc) + Degree + Deal + Dram + Decigram + Miles + Dispenser + Decagram + Kilometers + Deciliter + Decimeter + Deci Newton-Meter + Dollars, U.S. + Dozen Pair + Data Records + Drum + Display + Dry Ton + Dyne + Calendar Days + Dynes per Centimeter + Directory Books + Dozen + Hectometer + Inches, Fraction-Average + Inches, Fraction-Minimum + Inches, Fraction-Actual + Inches, Decimal-Average + Inches, Decimal-Actual + English, (Feet, Inches) + Each + Electronic Mail Boxes + Each per Month + Inches, Decimal-Nominal + Employees + Inches, Fraction-Nominal + Double-time Hours + Knots + Locations + Mixed Module + Multipack + Inches, Decimal-Minimum + Eleven pack + Equivalent Gallons + Prepack Assortment + Order + Envelope + Feet, Inches and Fraction + Feet, Inches and Decimal + Feet and Decimal + International Units per Gram + Thousand Cubic Feet Per Day + International Unit + Equivalent + Minim + MOL + Price Per Share + Fibers per Cubic Centimeter of Air + Fahrenheit + Fields + Blister Pak + Million Particles per Cubic Foot + Track Foot + Hundred Cubic Meters + Transdermal Patch + Micromolar + Sizing Factor + Fibers + Flake Ton + Million Cubic Feet + Clamshell Package + Fluid Ounce + Pounds per Sq. Ft. + Feet Per Minute + Feet Per Second + Foot + Furlong + Grams per 100 Cubic Inches + Fluid Ounce (Imperial) + Gallons Capacity + U.S. Gallons Per Minute + Imperial Gallons Per Minute + Gigabecquerel + Gill (Imperial) + Bit + Microfiche Sheet + Gigacalories + Gigabyte + Gallon + Gallons/Day + Grams per 100 Grams + Gross Barrels + Pounds per Gallon + Grams per 100 Centimeters + Great Gross (Dozen Gross) + Half Gallon + Imperial Gallons + Grams per Milliliter + Grams per Kilogram + Grams per Liter + Grams per Sq. Meter + Gross Gallons + Milligrams per Square Meter + Milligrams per Cubic Meter + Micrograms per Cubic Meter + Gram + Gross + Gross Kilogram + Gauss per Oersteds + Gigajoules + Gallons Per Thousand Cubic Feet + Grain + Gross Yard + Gage Systems + Half Pages - Electronic + Half Liter + 18-Pack + Hectoliter + 22-Pack + 30-Pack + 38-Pack + 62-Pack + 75-Pack + Hank + Hundred Boxes + Hundred Count + Half Dozen + Hundredth of a Carat + Hundred Feet + Hectogram + Hundred Cubic Feet + Hundred Sheets + Horsepower + Hundred Kilograms + Hundred Feet - Linear + Miles Per Hour + Millimeters of Mercury + Hundred Troy Ounces + Millimeter H20 + Hectare + Hours + Hundred Square Feet + Half Hour + Hundred + Hundred Weight (Short) + Hundred Weight (Long) + Hospital Beds + Hundred Yards + Hertz + Persons, Capacity + Pellet + Inch Pound + Inches Per Second (Vibration Velocity) + Counts per Inch + Person + Inches of Water + Inner Package + Inhaler + Column-Inches + Peaks per Inch (PPI) + Inches per Minute + Impressions + Inch + Insurance Policy + Stops + Counts per Centimeter + Inches Per Second (Linear Speed) + Inches Per Second Per Second (Acceleration) + Inches Per Second Per Second (Vibration Acceleration) + 80-Pack + Joule Per Kilogram + 81-Pack + 82-Pack + 84-Pack + 85-Pack + 96-Pack + 5000-Pack + Left Unit + Job + Jumbo + Caplet + Joule Per Kelvin + Joule per Gram + Mega Joule per Kilogram + Refill + Megajoule/Cubic Meter + Pan + Joint + Prepack + Jar + Use + Tin + Jug + Ovule + Exposure + Kilovolt Potential + Kilowatt Demand + Kilovolt Amperes Reactive Demand + Kilovolt Amperes Reactive Hour + Kilovolt Amperes + Kilovolt Amperes Reactive + Kiloliter + Kilowatt + Kilovolt + Kilograms per Millimeter Squared (KG/MM2) + Cake + Kilocharacters + Kilograms per Cubic Meter + Kilograms Decimal + Keg + Kilopackets + Kilogram + Kilowatt Hour + Kilograms/Millimeter Width + Kilosegments + 100 Kilograms + Kilograms/Meter + Kilograms per Square Meter, Kilograms, Decimal + Kilocalorie + Millequivalence Caustic Potash per Gram of Product + Kilometers Per Hour + Kilopascal + Kiloroentgen + Kit + Task + Kelvin + Kilograms per Millimeter + Milliliters per Kilogram + Right Unit + Liters Per Minute + Pounds Per Cubic Inch + Pound + Linear Centimeter + Lite + Linear Foot + Long Ton + Labor Hours + Linear Inch + Large Spray + Link + Lifetime + Linear Meter + Length + Lot + Liquid Pounds + Liters Per Day + Layer(s) + Lump Sum + Liter + Linear Yards Per Pound + Linear Yard + Magnetic Tapes + Milligrams per Liter + Millimeter-Actual + Mat + Monetary Value + Microcurie + Millibar + Micro Inch + Mega Pascals + Million British Thermal Units per One Thousand Cubic Feet + Machine/Unit + Millimeter-Nominal + Microgram + Air Dry Metric Ton + Milligram + Milligram per Sq. Ft. per Side + Metric Gross Ton + Microns (Micrometers) + Metric + Minutes + Milligrams Per Square Inch + Milliliter + Millimeter + Metric Net Ton + Months + Metric Ton + 1000 Meters + Meter + Square Millimeter + Metric Long Ton + Millicurie + Number of Mults + Metric Ton Kilograms + Mixed + Millimeter-Average + Millimeter-minimum + Pen Calories + Number of Lines + Print Point + Pen Grams (Protein) + Megahertz + Parts + Cartridge Needle + Milligrams per Kilogram + Barge + Car + Net Barrels + Net Liters + Messages + Net Gallons + Message Hours + Net Imperial Gallons + Number of Screens + Nights + Load + Nautical Mile + Train + Mho + Micro Mho + Short Ton + Trailer + Newton-Meter + Vehicle + Newton + Parts Per Thousand + Pounds Per Air-Dry Metric Ton + Thousand Gallons Per Day + Cubic Millimeter + Panel + Outlet + Billboard + Apothecary Grain + Ounces per Square Yard + Two pack + Overtime Hours + Operating Unit + Ounce - Av + Pages - Electronic + Percent + Pounds per Foot + Three pack + Four-pack + Five-pack + Six pack + Seven pack + Eight-pack + Nine pack + Pail + Pair Inches + Piece + Pad + Pounds Equivalent + Pallet (Lift) + Pounds Gross + Pack (PAK) + Pitch + Pounds, Decimal - Pounds per Square Foot - Pound Gage + Package + Pallet/Unit Load + Pounds-Percentage + Pounds Net + Pounds per Inch of Length + Plate + Pages per Inch + Pair + Pounds per Sq. Inch + Pint + Mass Pounds + Half Pint + Pounds per Inch of Width + Pint, Imperial + Peck, Dry U.S. + Peck, Dry Imperial + Quarter (Time) + Pint U.S. Dry + Meal + Fifty + Twenty-Five + Thirty-Six + Twenty-Four + Five + Pages - Facsimile + Pages - Hardcopy + Channel + Quarter Dozen + Photographs + Quarter + Quarter Hours + Quarter Kilogram + Quire + Quart, Dry U.S. + Quart + Quart, Imperial + Pica + Becquerel + Revolutions Per Minute + Calorie + Thousands of Dollars + Millions of Dollars + Billions of Dollars + Roentgen Equivalent in Man (REM) + Thousand Cubic Meters + Rack + Radian + Rod (area) - 16.25 Square Yards + Rod (length) - 5.5 Yards + Reel + Ring + Running or Operating Hours + Roll-Metric Measure + Roll + Ream + Ream-Metric Measure + Round + Pounds per Ream + Resets + Revenue Ton Miles + Run + Thousand Rounds + Semester + Trimester + Square Feet per Second + Square Meters per Second + Sixty-fourths of an Inch + Sessions + Storage Units + Standard Advertising Units (SAUs) + Slip Sheet + Sandwich + Square Mile + Square Centimeter + Solid Pounds + Section + Square Foot + Segment + Sheet + Square Inch + Sack + Split Tanktruck + Sleeve + Square Meter + Square Rod + Spool + Shelf Package + Square + Strip + Sheet-Metric Measure + Set + Skid + Skein + Shipment + Square Yard + Syringe + Telecommunications Lines in Service + Thousand pounds gross + Thousandths of an Inch + Thousand Pieces + Thousand Bags + Thousand Casings + Thousand Gallons + Thousand Impressions + Thousand Linear Inches + Thousand Kilowatt Hours/Megawatt-Hour + Tenth Cubic Foot + Tube + Truckload + Therms + Tote + Ten Square Yards + Gross Ton + Thousand + Thousand Square Inches + Thousand Sq. Centimeters + Tank + Thousand Feet (Linear) + Thousand Feet (Board) + Net Ton (2,000 LB). + Troy Ounce + Ten-pack + Thousand Feet + Ten Square Feet + Thousand Square Feet + Thousand Linear Meters + Thousand Linear Yards + Thousand Kilograms + Thousand Sheets + Troy Pound + Tray + Thousand Cubic Feet + Treatments + Tablet + Ten + Two Hundred Fifty + Torr + Telecommunications Lines in Service - Average + Telecommunications Ports + Tenth Minutes + Tenth Hours + Usage per Telecommunications Line - Average + Ten Thousand Yards + Unitless + Million Units + Unit + Troche + Wafer + Application + Dosage Form + Inhalation + Lozenge + Percent Topical Only + Milliequivalent + Dram (Minim) + Fifty Square Feet + Fifty Count + Flat + Pouch + Mixed Module + Multipack + Setpack + Prepack Assortment + Volt-ampere per Kilogram + Five Hundred + Vial + Percent Volume + Volt-ampere-reactive + Visit + Wet Kilo + Thimble Full + Watts per Kilogram + Wet Pound + Work Days + Wet Ton + Wine Gallon + Wheel + Weight per Square Inch + Week + Working Months + Pennyweight + Wrap + Milliliters of Water + Chains (Land Survey) + Bunch + Clove + Drop + Head + Heart + Leaf + Loaf + Portion + Base Box per Pound + Slice + Tablespoon + Teaspoon + Tub + Yard + 100 Lineal Yards + Years + Ten Yards + Lift Van + Chest + Cask + Hogshead + Lug + Conference Points + 13-pack Marketing + Newspaper Agate Line + 14-pack Marketing + Bimonthly + Biweekly + Semiannual + Kilojoule + Ping + 16-pack Marketing + 48-pack Component Parts + 51-pack Component Parts + 52-pack Component Parts + 60-pack Gift Packs + 72-pack Gift Packs + 83-pack Gift Packs + 10-pack Marketing + 120-pack Promotional + 150-pack Component Parts + Page + 200-pack Component Parts + 1000-pack Component Parts + 15-Pack + Per Annum + Mother Tincture (TM) + Nanogram + Barrel, Dry + Barrel, Liquid + Apothecary Scruple + Mutually Defined + + + Agent Details + Associated Business Areas + Borrower + Nationality Details + Assets + Liabilities + Additional Facility Details + Exemption Law Location Description + Forecast Details + Import and Export Details + Inventory Valuation + Product Brands Sold Description + Purchase Territory + Responsibilities + Supplier Description + Education Description + Liquidity Details + Former Activity Description + Division Description + Abbreviated Nomenclature + Access Instructions + Additional Claim Information + Action Taken + Actual Solution + Action + Additional Information + Actual Evaluation Summary + Adverse Event Terms + Description + Generic Chemical Name + Prevention Program Description + Risk Management Plan Description + Safety Comments + Summary + Allergies + All Documents + Alerts + Additional Manufacturer Narrative + Area of Operation + Application Notes + Appropriation Specifications + Bank Description + Business Founder + Business History + Banking Notes + Business Origin Description + Brand Names + Business Financing Details + Bill of Lading Note + Bureau Remarks + Authentication Information + Line of In-State Business + Relationship Information + Basis for Amount Due + Type of Debt + Land Use Purpose + Land Description + Basis of Calculation + General Business Description + Type of Business + Character of Business + Representation of Value + Supporting Statement, Tax, and Fee Computation + Cooperative Corporation Statement + Close Corporation Statement + Agreement to Abide by Laws + Stock Restrictions + Other Related Information + Prohibition Against Being an Officer + Qualification of Director + Nature of Charter + Statement of Assets and Liabilities + Bankruptcy Information + Certificate of Disclosure + Asset Detail + Statement Related to Regulation + Consideration to be Received + Other Lawful Provisions + Monetary Amount Description + Description of Title + Competition + Construction Details + Construction Financing + Construction Line of Business + Contract Details + Corporate Filing Details + Customer Description + Contract Details + Copyright Notice + Contingent Debt Details + Certification Narrative + Call for Appointment + Change + Cigarette Information + Circumstances Prior to Difficulty + Classifying Information + Security Clearance Instructions + Concomitant Medical Product Description + Maintenance Comment + Corrected Data + Consumer Comments + Conviction Act Details + Credit Report Alerts + Closing Comment + Credit Report Notes + Customs declaration + Ingredient Country of Origin + Tariff Country of Origin + Country of Last Processing + Country of Assembly + Logistics Country of Origin + Goals, Rehabilitation Potential, or Discharge Plans + Destination Control Statement + Deficiency Description Changes + Event Description + Delivery + Problem Description + Dose, Frequency and Route Description + Departure from Specification Comment + Diagnosis Description + Durable Medical Equipment (DME) and Supplies + Description of Damage + Outcome Description + Driver Out of Service Notice + Driver Out of Service Resolution + Detailed Statement of Work + Other Type of Group + Ballot Measure + Attachment + Board + Prohibited Contribution Circumstance + Committee Activity + Compensation Arrangement + Country Sub-Entity + Faction + Gift + In-Kind Contribution Use + Industry Group + Jurisdiction + Nature and Purpose of Other Lobbyist Employers + Description of Office + Party Considering Legislation + Description of Position + Description of Sponsor + Affiliation + Asset Disposition + Committee Interest + Compensation or Services Exchanged for Consideration + Contributor Interest + Description of Debt + Employer Description + Purpose of Employment + Description of Agency and Position + Description of Goods and Services + Length of Lobbying Actions + Lobbying Interest + Method of Disposal + Purpose of Credit + Description of Other Business Sub-Category + Other Type of Compensation + Description of Other Legislative Interest + Other Reason for Withdrawal + Other Type of Relationship + Other Temporary Residence + Other Type of Committee + Place Paid + Proposition + Reason for Purchase + Reason for Contribution + Description of Repayment Schedule + Service Description + Initiative + Description of Amendment + Type of Election + Other Type of Account + Interest Rate Description + In-Kind Contribution + Reason for Refund + Incidental Expenses + Environmental Conditions Description + Other Expenses + Other Income + Description of Receipt + Surplus Funds + Collateral + Contributor + Miscellaneous Receipt Transaction + Other Advertising + Estimate Comment + Equipment Condition Description + Other Necessary Personal Expense + Other Campaign Expense + Long-Term Liability + Short-Term Liability + Other Sponsor Expense + Emergency Certification + Other Transportation Expense + Refund + Reason for Return + Equipment Description + Equipment Function Description + Equipment Log Entry + Employment Comments + Estimate Method Description + Explanation for Non-Return of Device to Manufacturer + Error Notes + Event Location + Exemption Description + Exhibit Notes + Exercise Routine + Exterior Description + Final Deficiency Description + Fee Description + Repair Summary + Fair Labor Standards Act + Future Plans + Entire Transaction Set + General Product or Process Information + General Policy + General Specification Information + Household Goods Information + Interviewee Conversation + Intangible Description + Inventory (Stock) Description + Investment Description + Intercompany Relations + International Logistics Control Office (ILCO) + Problem Impact + Reason for Inspection + Insurance + General Order Instructions + Invoice Instruction + Income Verification Comments + Joint Venture Description + Labeling Instructions + Laboratory Data + Labeled Strength + Lender Use + Line Item + Liquor Information + Letters of Liability Agreements + Loan Details + Long Term Debt Description + Location Description Information + Loading Instructions + Legal Structure Details + Marital Contract Details + Motor Carrier Instructions + Device Operator Description + Medications + Manufacturing Instructions + Marketing Notes + Merger Description + Monetary Performance Details + Marketable Securities Description + Nonconformance Specification + Nameplate Data + Nutritional Requirements + Originator to Beneficiary Instructions + Obligation Description + Other Current Asset Description + Occupancy Information + Other Current Liability Description + Occupation + Outside the Continental U.S. (OCONUS) Rating Information + Originator Deficiency Description + Orders for Disciplines and Treatments + Original Legal Structure + Occupation Definition + Test Results Other Than Room Air + Ordering Restrictions + Other Remedial Action + Order Instructions + Other Instructions + Another Type of Number Description + Report Source Description + USDA Perishable Agricultural Commodities Act (PACA) + Payables + Process Specification + Product Specification + Employee Sharing Arrangements + Penalty Description + Performance + Partial Pressure of Oxygen (PO2) is 60 millimeters (MM) of Mercury (Hg) or above, or arterial blood oxygen saturation is 90% or above + Program Details + Property Improvement Description + Packaging Instructions + Payment + Primary Observation + Principals or Organization Comments + Property Owner Location Information + Principal Procedure Code Description + Priority + Public Record Notes + Previous Registered Office + Price Range + Problem Summary + Public Utility Message + Purchasing + Quantity Performance Details + Qualifications + Quotation Instruction + Reason for Delinquency Information + Recommendation + Treatment Refusal Note + Registered Activity + Report + Receivables + Reason for Leaving + Functional Limitations, Reason Homebound, or Both + Reason for Leave of Absence + Reasons Patient Leaves Home + Times and Reasons Patient Not at Home + Missing Report Explanation + Circuit Routing Instructions + Report Remarks + Place Where a Report was Submitted + Rent Verification Comments + Settlement Amount Notes + Ocean Shipping Container Information + Sentence Description + Settlement Submission Detail + Unusual Home, Social Environment, or Both + Safety Measures + Shipping Restrictions + Selling Means Description + Secondary Observation + Statement of Work + Special Instructions for the Distribution Center + Special Handling + Supplementary Plan of Treatment + Closing Instructions + School Attended Details + Status Comment + Sales Description + Spouse Information + School Graduated Details + Security Service Information + Shareholding Information + Signing Authority + Sales Territory + Tariff Abbreviation + Tariff Commodity Footnotes + Turkish Defense Affairs Authorization Information + Task Statement + Tariff Index + Tariff Rule + Tradeline Remarks + Toxic Organic Management Plan + Third Party Organization Notes + Transportation + Reportable Event Description + Tariff Rate Footnotes + Quality Information + Terms of Sale Description + Tariff Section Footnotes + Test Results + Unloading Instructions + Updated Information + Country of Origin per United States Department of Agriculture legislation + Verification Comments + Vehicle Out of Service Notice + Variation Notes + Warranty Information + Warehouse Instruction + Wrapping Instructions + Zero Discharge Certification Statement + Mutually Defined + + + International Telephone Access Code + Joint Facsimile and Phone Number + Message Only Voice Number + + Area Code + Alternate Telephone + Answering Service + Defense Switched Network + Beeper Number + BTX Number + Cable + Cellular Phone + Defense Data Network (DDN) + Internet Email Address + Electronic Data Interchange Access Number + Electronic Mail + Telephone Extension + Federal Telecommunications System (FTS) + Facsimile User Identifier + Facsimile + Home Facsimile Number + Home Phone Number + International Telephone + Modem Number + Night Telephone + Other Residential Facsimile Number + Other Residential Telephone Number + Appointment Phone + Personal Cellular + Personal Phone + Packet Switching + Showing Phone + Telephone + Telex + Telemail + Teletex Number + Text Message Address + TWX + Uniform Resource Locator (URL) + Voice Mail + Work Cellular + Work Facsimile Number + Work Phone Number + + + Review/Repricing Contact + Preferred Provider Organization (PPO) Contact + Health Maintenance Organization (HMO) Contact + Third-party Administrator (TPA) Contact + New Business Processing + Physician + Service Team + Underwriter + Local Contact + Automated Clearinghouse (ACH) Contact + Claim Approver + Applicant + Interviewer + Owner Representative + Appointment Scheduler + Concurrent Employer Contact + Authorized Representative + Appraiser + Administrative Contracting Officer + + Corporate Purchasing Agent + Authorized Financial Contact + Agent + After-Hours Contact + Additional Insurance Information Contact + Primary Contact + Alternate Contact + Administrator + Attention-to Party + Accounts Payable Department + Accounts Receivable Department + Authorized Signature + Material Safety Data Sheet Contact + Report Authorizer + Advisor + Co-investigator + Additional Contact Points at Institutions + Broker + Local Purchasing Agent + Broker Contact + Buyer Name or Department + Bill Inquiry Contact + Operations + Marketing Department + Technical Department + Work Broker Maintenance Manager + School Principal + Board Staff + Business Unit Manager + Carrier Contact + Co-borrower + Customer Contact Granting Appointment + Changed By + Computer Systems Contact + Contract Contact + Certifier + Customer Engineer + Chief Executive Officer + Change Order Approver + Chief Financial Officer + Chief Information Officer + Chairman of the Board + Chief Operating Officer + Container Manager + General Contact + Component Engineer + Cost and Schedule Coordinator + Customer Relations + CAD/CAM Specialist + Claimant + Auditing Contact + Clearinghouse Contact + Confirmed With + Payers Claim Office + Case Manager + Claim Recipient + Directory Advertising Contact + Delivery Contact + Division Director + Design Engineer + Director + Delivery Instructions Contact + Division Manager + Dental School Admissions Office + Discrepancy Report Reply Contact + Development + Estimator + Evening Programs Office + EDI Coordinator + Entered By + Emergency Contact-Shipper + Emergency Contact-Consignee + Emergency Contact-Military Surface Deployment and Distribution Command (SDDC) + Engineering + Emergency Contact + Engineer + Executive Officer + Employer Contact + Electronic Submission Recipient + Executive Vice-President + Expeditor + Financial Aid Office + Coordinator + Forwarder Contact + Primary Control Point + Licensee + Foreclosing Lender Administrative Contact + Functional Manager + Joint Work Agent + Office Manager + Marketing Director + Staff + Compliance Officer + Graduate Fine Arts Office + Graduate Business Office + Guidance Counselor + Graduate Engineering Office + Graduate Admissions Office + Hazardous Material Contact + Human Resources + Information Contact + International Logistics Control Office Point of Contact + Issuing Officer + Insured Party + Law Firm + Authorized Negotiator + Preaward Survey Manager + Accepting Official + Attorney + Clerk of Court + Law School Admissions Office + Logistics Contact + Maintenance Contact + Mayor + Medical Contact + Medical Admissions Office + Manufacturing + Manager + Multiple Listing Service Staff + Multiple Listing Service Vendor + Customer Maintenance Manager + Mexican Hazardous Information Contact + National Agent + Numerical Control Engineer + Notary Public + Notification Contact + Other Adult + Order Contact + Order Department + Office Staff + Owner + President + Plant Manager + Purchasing Contracting Officer (PCO) + Project Director + Process Engineer + Price Administration + Program Director + Provider + Preparer + Project Manager + Performance Evaluation Committee + Manufacturing Plant Contact + Product Manager + Probation or Legal Officer + Production Representative + Program Manager + Parent or Guardian + Prototype Coordinator + Personnel Department + Partner + Report Preparer + Participating Laboratory Contact + Principal Study Contact or Author + Purchase Service Provider + Packager + Patient + Quality Assurance Contact + Quality Coordinator + Quality Inspector + Quality Manager + Quoting Party + Ordering Officer + Port Engineer + Rental Company Administrative Contact + Real Estate Property Occupant + Rebate/Chargeback Contact + Receiving Dock + Receiving Contact + Real Estate Property Key Holder + Registrar + Responsible Person + Requestor + Rate Supervisor or Clerk + Respondant + Sales Administration + Student + Schedule Contact + Shipping Department + Service Organization + Student in Absentia + Secretary + Shipper Contact + Investigator + Spouse + School Clerk + Collector + Submitting Contact + Study Submitter Contact + Service Order Writer + Special Program Contact + Systems Administrator + Sales Representative or Department + Supervisor + Service Technician + Supplier Contact + Service Manager + Social Services Worker + Secondary Taxpayer + Traffic Administrator + Telephone Answering Service Contact + College of Education Admissions Office + Tender Developer + Treasurer + School of Theology Admissions Office + Transmitter + Tenant + Primary Taxpayer + Technical Marketing Representative + Platform Maintenance Manager + Undergraduate Admissions Office + Union President + Processor + Ultimate Receiver + School of Veterinary Medicine Admissions Office + Vice President + Warehouse + Witness + Technical Writer + Waiver Application Contact + Mutually Defined + + + Multiple Pickup Same Destination + Available to Ship - Billed Quantity + Available Now - No Shipping Schedule + Allocation + Available Now - Scheduled to Ship (date) + Available to Ship - Unbilled Quantity + Available + Back Ordered from Previous Order + Backordered, Manufacturer, Out-of-Stock + Back Ordered + Shipment Partial, Back Order to Ship on (Date) + Billed total + Billed week-to-date + Customer Inquiry - All Items + Components Missing + Shipment Complete on (Date) + Consolidated Freight + Shipment Includes Extra Items to Meet Price Break + Consolidated Load + Customer Inquiry - Shipped Items Only + Cancelled from Previous Order + Complete + Shipment Complete with Additional Quantity + Next Carrier Move on (Date) + Customer Inquiry - Unshipped Items Only + Partial Shipment on (Date), Considered No Backorder + Shipment Complete with Substitution + Combination + Cancelled Line Item + Due for Assortment + Delivered to Destination on (Date) + Deleted Order + Discontinued + Diverted Order + Dispose + Dating Requirements + Out Of Stock Condition + Equipment Capacity + Expect to Ship By (Date) + Expect To Ship Week of (Date) + Expect to Deliver by + Units Not Shipped By Agent - To Be Shipped From Factory + Held Awaiting Qualification + Item Canceled + Insufficient Information + In Process + Inquiry by Purchase Order + Item Represents Substitution from Original Order + Shipment late + Last Shipment on (Date) + Number of Late Weeks + Missing Components Furnished + Not Yet Published + Not in Process - No Shipping Schedule + Not In Process, Scheduled to Ship on (Date) + No Shipping Schedule + Out of Bill & Hold Goods + Order Sent to Factory for Production on (Date) + Out of Print + Temporarily Out of Stock - Reorder + Purchase Order Inquiry - All Items + Production + Purchase Order Complete + Product On Hold + Purchase Order Inquiry - Shipped Items Only + Packed-to-Date as of (Date) + Part Lot, Stop Off + In Process - No Shipping Schedule + Purchase Order Inquiry - Unshipped Items Only + Purchase Order Inquiry - Specific Items + Partial Shipment + In Process, Scheduled to Ship On (Date) + Part Lot + Quantity Net Due + Quantity Past Due + Released to Carrier (Date) + Revised Expect to Ship By (Date) + Recall + Received Total + Revised Expect to Ship Week of (Date) + Shipment Quantity Increase + Seconds Available to Ship - Billed Quantity + Shipment Quantity Decrease + Shipped Damaged + Replacement Shipment + Shipped and Held in Bond at Contractor's Plant + Shipped and Held as Government-Furnished Property + Shipped (Date) + Shipment Late, Scheduled to Ship on (Date) + Shipped or Performed as Indicated + Shipment Underrun Quantity + Shipped - to - Date through (Date) + Scheduled for Production at Factory on (Date) + Scheduled to ship (Summary quantity) + Split Shipment + Stop Off + Seconds Available to Ship - Unbilled Quantity + Unbilled Quantity Balance + Unavailable + Unsolicited Report + Item Invoiced - Shipment to Follow + Mutually Defined + + + Alternate Quantity and Unit of Measure + Balancing Quantity + Blueprint Deviation + Transportation Limitations + Source Limitations + Contract Limitations + Destination Limitations + Confirmation Limitations + Other Limitations + Date Change + Estimated Quantity + Feasibility Issue + Gross Volume per Pack and Unit of Measure + Gross Weight per Pack + Length Difference + Pack/Size Measure Difference + Minimum Order + Pack Difference + Pack Qualifier + Product/Services ID Change + Quantity on Hand + Quantity Ordered + Quantity Based on Price Qualifier + Quantity Price Break + Size Difference + Unit of Measure Difference + Unit Price + Width Difference + Weight Qualifier/Gross Weight per Package + Mutually Defined + + + Full Liability + Limited Liability + + + Cancel After + Delivery Requested + Invoice + Purchase Order + Sailing + Sold + Effective + Purchase Order Received + Process + Requested Ship + Shipped + Terms Discount Due + Terms Net Due + Deferred Payment + Promotion Start + Promotion End + Estimated Delivery + Available + Unloaded + Check + Charge Back + Freight Bill + Promotion Order - Start + Promotion Order - End + Promotion Ship - Start + Promotion Ship - End + Promotion Requested Delivery - Start + Promotion Requested Delivery - End + Promotion Performance - Start + Promotion Performance - End + Promotion Invoice Performance - Start + Promotion Invoice Performance - End + Promotion Floor Stock Protect - Start + Promotion Floor Stock Protect - End + Delivered + Expiration + Ship Not Before + Ship No Later + Ship Week of + Status (After and Including) + Status (Prior and Including) + Superseded + Publication + Settlement Date as Specified by the Originator + Endorsement Date + Field Failure + Functional Test + System Test + Prototype Test + Received + Cumulative Quantity Start + Cumulative Quantity End + Buyers Local + Sellers Local + Confirmed + Estimated Port of Entry + Actual Port of Entry + Customs Clearance + Inland Ship + Engineering Change Level + Cancel if Not Delivered by + Blueprint + Do Not Deliver After + Do Not Deliver Before + 1st Schedule Delivery + 1st Schedule Ship + Current Schedule Delivery + Current Schedule Ship + Promised for Delivery + Scheduled for Delivery (After and Including) + Requested for Delivery (After and Including) + Promised for Delivery (After and Including) + Scheduled for Delivery (Prior to and Including) + Requested for Delivery (Prior to and Including) + Promised for Delivery (Prior to and Including) + Scheduled for Delivery (Week of) + Requested for Delivery (Week of) + Promised for Delivery (Week of) + Promised for Shipment + Scheduled for Shipment (After and Including) + Requested for Shipment (After and Including) + Promised for Shipment (After and Including) + Scheduled for Shipment (Prior to and Including) + Requested for Shipment (Prior to and Including) + Promised for Shipment (Prior to and Including) + Scheduled for Shipment (Week of) + Requested for Shipment (Week of) + Promised for Shipment (Week of) + Inquiry + Report Start + Report End + Contract Effective + Contract Expiration + Manufacture + Bill of Lading + Discharge + Transaction Creation + Bid (Effective) + Bid Open (Date Bids Will Be Opened) + No Shipping Schedule Established as of + No Production Schedule Established as of + Issue + Award + System Survey + Quality Rating + Required By + Deposit + Postmark + Received at Lockbox + Originally Scheduled Ship + Manifest/Ship Notice + Buyers Dock + Sample Required + Tooling Required + Sample Available + Scheduled Interchange Delivery + Requested Pickup + Test Performed + Control Plan + Feasibility Sign Off + Failure Mode Effective + Group Contract Effective + Group Contract Expiration + Wholesale Contract Effective + Wholesale Contract Expiration + Replacement Effective + Customer Contract Effective + Customer Contract Expiration + Item Contract Effective + Item Contract Expiration + Accounts Receivable - Statement Date + Ready for Inspection + Booking + Technical Rating + Delivery Rating + Commercial Rating + Estimated + Actual + Assigned + Loss + Due Date of First Payment to Principal and Interest + Estimated Acceptance + Opening Date + Closing Date + Due Date Last Complete Installment Paid + Date of Local Office Approval of Conveyance of Damaged Real Estate Property + Date Deed Filed for Record + Service Period Start + Service Period End + Effective Date of Change + Service Interruption + Adjustment Period Start + Adjustment Period End + Allotment Period Start + Test Period Start + Test Period Ending + Bid Price Exception + Samples to be Returned By + Loaded on Vessel + Pending Archive + Actual Archive + First Issue + Final Issue + Message + Most Recent Revision (or Initial Version) + Release + Product Availability Date + Supplemental Issue + Revision + Correction + Week Ending + Month Ending + Cancel if not shipped by + Expedited on + Cancellation + Hold (as of) + Hold as Stock (as of) + No Promise (as of) + Stop Work (as of) + Will Advise (as of) + Connection + Inventory + Vessel Registry + Invoice Period Start + Invoice Period End + Credit Advice + Debit Advice + Released to Vessel + Material Specification + Delivery Ticket + Period Start + Period End + Contract Re-Open + Start + End + Completion + Seal + Assembly Start + Acceptance + Master Lease Agreement + First Produced + Official Rail Car Interchange (Either Actual or Agreed Upon) + Transmitted + Status (Outside Processor) + Status (Commercial) + Lot Number Expiration + Contract Performance Start + Contract Performance Delivery + Service Requested + Returned to Customer + Adjustment to Bill Dated + Date of Repair/Service + Interruption Start + Interruption End + Spud + Initial Completion + Plugged and Abandoned + Penalty + Penalty Begin + Birth + Birth Certificate + Adoption + Christening + Lease Commencement + Lease Term Start + Lease Term End + Rent Start + Installation + Progress Payment + Claim Statement Period Start + Claim Statement Period End + Settlement Date + Delayed Billing (Not Delayed Payment) + Lender Credit Check + Student Signed + Schedule Release + Baseline + Baseline Start + Baseline Complete + Actual Start + Actual Complete + Estimated Start + Estimated Completion + Start no earlier than + Start no later than + Finish no later than + Finish no earlier than + Mandatory (or Target) Start + Mandatory (or Target) Finish + Early Start + Early Finish + Late Start + Late Finish + Scheduled Start + Scheduled Finish + Original Early Start + Original Early Finish + Rest Day + Rest Start + Rest Finish + Holiday + Holiday Start + Holiday Finish + Base + Timenow + End Date of Support + Date Account Matures + Date Filed + Penalty End + Exit Plant Date + Latest On Board Carrier Date + Requested Departure Date + Approved + Contract Start + Contract Definition + Last Item Delivery + Contract Completion + Date Course of Orthodontics Treatment Began or is Expected to Begin + Over Target Baseline Month + Previous Report + Funds Appropriation - Start + Funds Appropriation - End + Employment or Hire + Retirement + Medicare + Consolidated Omnibus Budget Reconciliation Act (COBRA) + Premium Paid to Date + Coordination of Benefits + Plan + Benefit + Education + Earnings Effective Date + Primary Care Provider + Initial Disability Period Return To Work + Initial Disability Period Last Day Worked + Latest Absence + Illness + Enrollment Signature Date + Consolidated Omnibus Budget Reconciliation Act (COBRA) Qualifying Event + Maintenance + Maintenance Effective + Latest Visit or Consultation + Net Credit Service Date + Adjustment Effective Date + Eligibility + Pre-Award Survey + Plan Termination + Date of Closing + Latest Receiving Date/Cutoff Date + Salary Deferral + Cycle + Disability + Offset + Prior Incorrect Date of Birth + Corrected Date of Birth + Added + Failed + Date Foreclosure Proceedings Instituted + Purchased + Put into Service + Replaced + Returned + Disbursement Date + Guarantee Date + Quarter Ending + Changed + Terminated + Referral Date + Evaluation Date + Placement Date + Individual Education Plan (IEP) + Re-evaluation Date + Dismissal Date + Employment Begin + Employment End + Medicare Begin + Medicare End + Consolidated Omnibus Budget Reconciliation Act (COBRA) Begin + Consolidated Omnibus Budget Reconciliation Act (COBRA) End + Premium Paid to Date Begin + Premium Paid to Date End + Coordination of Benefits Begin + Coordination of Benefits End + Plan Begin + Plan End + Benefit Begin + Benefit End + Education Begin + Education End + Primary Care Provider Begin + Primary Care Provider End + Illness Begin + Illness End + Eligibility Begin + Eligibility End + Cycle Begin + Cycle End + Initial Disability Period Start + Initial Disability Period End + Offset Begin + Offset End + Plan Period Election Begin + Plan Period Election End + Plan Period Election + Due to Customer + Submittal + Estimated Departure Date + Actual Departure Date + Estimated Arrival Date + Actual Arrival Date + Order Start + Order End + Delivery Start + Delivery End + Contract Costs Through + Financial Information Submission + Business Termination + Applicant Signed + Cosigner Signed + Enrollment + Adjusted Hire + Credited Service + Credited Service Begin + Credited Service End + Deferred Distribution + Payment Commencement + Payroll Period + Payroll Period Begin + Payroll Period End + Plan Entry + Plan Participation Suspension + Rehire + Retermination + Termination + Valuation + Vesting Service + Vesting Service Begin + Vesting Service End + Duplicate Bill + Adjustment Promised + Adjustment Processed + Year Ending + Production + Material Classification + Weighed + Date of Deed in Lieu + Date of Firm Commitment + Expiration Date of Extension to Foreclose + Date of Notice to Convey + Date of Release of Bankruptcy + Optimistic Early Start + Optimistic Early Finish + Optimistic Late Start + Optimistic Late Finish + Most Likely Early Start + Most Likely Early Finish + Most Likely Late Start + Most Likely Late Finish + Pessimistic Early Start + Pessimistic Early Finish + Pessimistic Late Start + Pessimistic Late Finish + First Payment Due + First Interest Payment Due + Subsequent Interest Payment Due + Irregular Interest Payment Due + Guarantor Received + Onset of Current Symptoms or Illness + Submission + Removed + Statement + Admission + Insurance Card + Spouse Retirement + Onset of Similar Symptoms or Illness + Accident + Release of Information + Prior Placement + Date of Death + Peer Review Organization (PRO) Approved Stay + First Visit or Consultation + Initial Placement + Replacement + Occurrence + Occurrence Span + Occurrence Span From + Occurrence Span To + Initial Fee Due + Appliance Placement + Acute Manifestation of a Chronic Condition + Initial Treatment + Last X-Ray + Surgery + Continuous Passive Motion (CPM) + Certification + Nursing Home From + Nursing Home To + Last Certification + Date of Local Office Approval of Conveyance of Occupied Real Estate Property + Begin Therapy + Oxygen Therapy From + Oxygen Therapy To + Oxygen Therapy + Signature + Prescription Fill + Provider Signature + Date of Local Office Certification of Conveyance of Damaged Real Estate Property + Prescription + Service + Medicaid Begin + Medicaid End + Medicaid + Peer Review Organization (PRO) Approved Stay From + Peer Review Organization (PRO) Approved Stay To + Prescription From + Prescription To + Arterial Blood Gas Test + Oxygen Saturation Test + Pregnancy Begin + Pregnancy End + Last Menstrual Period + Injury Begin + Injury End + Nursing Home + Collateral Dependent + Collateral Dependent Begin + Collateral Dependent End + Sponsored Dependent + Sponsored Dependent Begin + Sponsored Dependent End + Deductible + Out-of-Pocket + Contract Audit Date + Latest Delivery Date at Pier + Mortgagee Reported Curtailment Date + Mortgagee Official Signature Date + Resubmission + Expected Reply + Dropped to Less than Half Time + Repayment Begin + Loan Servicing Transfer + Loan Purchase + Last Notification + Extract + Extended + Servicer Signature Date + Date Packed + Shelf Life Expiration + Warranty Expiration + Overhauled + Transferred + Notified + Discovered + Inspected + Voucher (Date of) + Date Bankruptcy Filed + Date of Damage + Date Hazard Insurance Policy Cancelled + Expiration Date to Submit Title Evidence + Date of Claim + Date of Notice of Referral for Assignment + Date of Notice of Probable Ineligibility for Assignment + Date of Foreclosure Notice + Expiration of Foreclosure Timeframe + Date Possessory Action Initiated + Date of Possession + Date of Last Installment Received + Date of Acquisition of Title + Expiration of Extension to Convey + Date of Assignment Approval + Date of Assignment Rejection + Curtailment Date from Advice of Payment + Expiration of Extension to Submit Fiscal Data + Date Documentation, or Paperwork, or Both Was Sent + Makegood Commercial Date + Policy Effective + Policy Expiration + Employee Effective Date of Coverage + Claim Administrator Notified of Employee Legal Representation + Last Premium Paid Date + Employer Knowledge of the Injury + Claim Administrator Knowledge of the Injury + Date of Maximum Medical Improvement + Date of Loan + Date of Advance + Beginning Lay Date + Certificate Effective + Benefit Application Date + Actual Return to Work + Released Return to Work + Ending Lay Date + Employee Wages Ceased + Last Salary Increase + Employee Laid Off + Injury or Illness + Oldest Unpaid Installment + Preforeclosure Acceptance Date + Preforeclosure Sale Closing Date + Date of First Uncured Default + Date Default Was Cured + Date of First Mortgage Payment + Date of Property Inspection + Date Total Amount of Delinquency Reported + Date Outstanding Loan Balance Reported + Date Foreclosure Sale Scheduled + Date Foreclosure Held + Date Redemption Period Ends + Date Voluntary Conveyance Accepted + Date Property Sold + Date Claim Paid + Action Begin Date + Projected Action End Date + Action End Date + Original Maturity Date + Date Referred to Attorney for Foreclosure + Planned Release + Actual Release + Contract Period + Report Period + Suspension + Reinstatement + Report + First Contact + Projected Foreclosure Sale Date + Date Assignment Filed for Record + Date of Appraisal + Expiration Date of Extension to Assign + Date of Extension to Convey + Date Hazard Insurance Policy Refused + High Fabrication Release Authorization + High Raw Material Authorization + Material Change Notice + Latest Delivery Date at Rail Ramp + Rejected + Repayment Schedule Sent + As Of + First Submission + Subsequent Submission + Renewal + Withdrawn + Certification Period Start + Certification Revision + Continuous Coverage Date(s) + Prearranged Deal Match + Contingency End + Oxygen Therapy Evaluation + Shut In + Allowable Effective + First Sales + Date Acquired + Interviewer Signed + Application Logged Date + Review Date + Decision Date + Previously Resided + Reported + Checked + Settled + Presently Residing + Employed in this Position + Verified + Second Admission Date + Account Opened + Account Closed + Property Acquired + Property Built + Employed in this Profession + Next Review Date + Initial Contact Date + Date of Last Update + Second Discharge Date + Date of Last Draw + Complaint + Option + Solicitation + Clause + Meeting + Rental Period + Next Pay Increase + Period Covered by Source Documents + Document Due + Court Notice + Expected Funding Date + Assignment Recorded + Case Reopened + Previous Court Event + Last Date to Object + Court Event + Last Date to File a Claim + Case Converted + Debt Incurred + Judgment + Wages Start + Wages End + Date Through Which Property Taxes Have Been Paid + Paid Through Date + Date Paid + Anesthesia Administration + Price Protection + Claim Incurred + Book Entry Delivery + Rate Adjustment + Next Installment Due Date + Daylight Overdraft Time + Presentment Date + Negotiated Extension Date + Remittance + Security Rate Adjustment + Filing Period + Review Period End + Requested Settlement + Last Screening + Confinement + Arrested + Convicted + Interviewed + Last Visit + Recovery + Time in U.S. + Future Period + Previous Period + Interest Paid To + Date of Seizure + Setoff + Override Date for Settlement + Settlement Date (From Interline Settlement System (ISS) only) + Sending Road Time Stamp + Retransmission Time Stamp + Delivery Appointment Date and Time + Interest Paid Through + Date Material Usage Suspended + Last Payment Made + Past Due + Analysis Month Ending + Date of Specification + Date of Standard + Return to Work Part Time + Paid-through Date for Salary Continuation + Paid-through Date for Vacation Pay + Paid-through Date for Accrued Sick Pay + Appraisal Ordered + Date of Operation + Best Time to Call + Verbal Report Needed + Estimated Escrow Closing + Permit Year + Remodeling Completed + Current Month Ending + Previous Month Ending + Cycle to Date + Year to Date + On Hold + Off Hold + Facsimile Due By + Reporting Cycle Date + Last Paid Installment Date + Claims Made + Date of Last Payment Received + Curtailment Date + Pool Settlement + Next Interest Change Date + Most Recent Hemoglobin or Hematocrit or Both + Most Recent Serum Creatine + Closed + Therapy + Implantation + Explantation + Date Became Aware + First Marketed + Last Marketed + New Due Date of First Payment to Principal and Interest + New Maturity Date + Current + Expected Problem Resolution + Alternate Problem Resolution + Fee Capitalization + Interest Capitalization + Next Payment Due + Conversion to Repayment + End of Grace + School Refund + Simple Interest Due + Date Practice Ceased + Printed + Date Practice Established + Drop Action Date + Most Recent Renewal + Original + Outside Auditor's Report + Pre-certification Date + Back on Market + Status + Benefit Adjustment Start + Off-Market + Tour + Benefit Adjustment End + Listing Received + Benefit Adjustment Period + Anticipated Closing + Last Publication + Sold Book Publication + Occupancy + Contingency + Percolation Test + Septic Approval + Title Transfer + Open House + Benefit Credit Period + Benefit Transfer Period + Homestead + Sanction + Tail Coverage Begin + Tail Coverage End + Training Begin + Training End + Verification Received + Verification Sent + State Residency Date + Effective Date of the Routing File + Test Data Analysis + Midpoint of Performance + Acquisition Date + Date of Action + Paid in Full + Refinance + Voluntary Termination + Customer Order + Stored + Selected + Posted + Document Received + Rebuilt + Marriage + Customs Entry Date + Payment Due Date + Maturity Date + Trade Date + Gallons Per Minute (GPM) Test Performed + British Thermal Unit (BTU) Test Performed + Last Accounts Filed at Public Registration Agency + Real Estate Tax Year + Final Reconciliation Value Estimate as of + Map + Opinion + Version + Original Due Date + Incumbency Period + Audience Deficiency Period + Aired Date + Schedule + Paid Through Date for Minimum Payment + Paid Through Date for Total Payment + Election + Engineering Data List + Last Production + Not Before + Not After + Initial Claim + Benefits Paid + Wages Earned + Adjusted Start + Adjusted End + Revised Adjusted Start + Revised Adjusted End + Field Test + Mortgage Note Date + Alternative Due Date + First Payment Change + First Rate Adjustment + Alternate Base Period + Prior Notice + Appointment Effective + Appointment Expiration + Company Termination + Continuing Education Requirement + Distributor Effective + Distributor Termination + Examination + Incorporation Dissolution + Last Follow-up + License Effective + License Expiration + License Renewal + License Requested + Mailed + Paperwork Mailed + Previous Employment + Previous Employment End + Previous Employment Start + Previous Residence + Previous Residence End + Previous Residence Start + Request + Resident License Effective + Resident License Expiration + State Termination + Texas Line Termination + Acceleration + Adjusted Contestability + Application Entry + Approval/Offer + Automatic Premium Loan + Collection + Confinement End + Confinement Start + Contestability + Flat Extra End + Last Activity + Last Change + Last Episode + Last Meal + Loan + Application Status + Maturity + Medical Information Signature + Medical Information System + Note + Offer Expiration + Original Receipt + Placement + Placement Period Expiration + Processing + Recapture + Re-entry + Reissue + Requalification + Reinsurance Effective + Reservation of Facility + Settlement Status + Table Rating End + Termination of Facility + Treatment + Department of Labor Wage Determination Date + Order + Resolved + Execution Date + Capitation Period Start + Capitation Period End + Last Date for a Government Agency to File a Claim + Adjustment Period + Activity + Mail By + Preparation + Payment Initiated + Payment Effective + Application + Reclassification + Reclassification (Exit Date) + Post-Reclassification + Post-Reclassification (First Report Card) + Post-Reclassification (First Semi-annual) + Post-Reclassification (Second Semi-annual) + Post-Reclassification (End of Second Year) + Adjusted Death Benefit + Anniversary + Annuitization + Annuity Commencement Date + Bill + Calendar Anniversary + Contract Mailed + Early Withdrawal + Fiscal Anniversary + Income + Initial Premium + Initial Premium Effective + Last Premium Effective + Minimum Required Distribution + Next Anniversary + Notice + Notification of Death + Partial Annuitization + Plan Anniversary + Policy Surrender + Prior Contract Anniversary + Prior Contract Issue + Signature Received + Tax + Benefit Period + Month to Date + Semiannual Ending + Surrender + Plan of Treatment Period + Prior Hospitalization Date(s) Related to Current Service(s) + Original Name Change + Date Requested + Request for Quotation + Quote + Recorded Date + Required Delivery + Quote to be Received By + Continuation of Pay Start Date + Document Date + Estimated Point of Arrival + Estimated Point of Discharge + Cancel After, Ex Country + Cancel After, Ex Factory + Do Not Ship Before, Ex Country + Do Not Ship Before, Ex Factory + Final Scheduled Payment + Actual Discharge + Address Period + Arrival in Country + Citation + Suspension Effective + Crime + Discharge - Planned + Draft + Due Date + Event + First Involvement + Guarantee Period + Income Increase Period + Installment Date + Last Civilian Flight + Last Flight + Last Insurance Medical + Last Military Flight + Last Physical + License + Medical Certificate + Medication + Net Worth Date + Next Activity + Ownership Change + Ownership Period + Rate Date + Requested Contract + Requested Offer + Sales Period + Tax Year + Time Period + Travel + Treatment End + Treatment Start + Trust + Worst Time to Call + Registration + Revoked + Estimated Date of Birth + Last Annual Report + Legal Action Started + Lien + Payment Period + Profit Period + Registered + Consolidated + Board of Directors Not Authorized As Of + Board of Directors Incomplete As Of + Manager Not Registered As Of + Citizenship Change + Participation + Capitalization + Registration of Board of Directors + Ceased Operations + Satisfied + Terms Met + Asset Documentation Expiration + Credit Documentation Expiration + Income Documentation Expiration + Product Held Until + Immigration Date + Estimated Immigration Date + Current Disability Period Start + Current Disability Period End + Current Disability Period Last Day Worked + Benefit Type Gross Weekly Amount Effective + Benefit Type Net Weekly Amount Effective + Benefit Type Period Start + Benefit Type Period End + Benefit Debit Start + Acknowledgment + Benefit Debit End + Benefit Credit Start + Benefit Credit End + Benefit Transfer Start + Benefit Transfer End + Wage Effective + Full Denial Effective + Full Denial Rescission + Payment Issue + Payment Period Start + Payment Period End + Employer Reported Injury To Claim Administrator + Survey Year + Controvert Date + Billed Through + Business Control Change + Court Registration + Annual Report Due + Claim Notification Received + Conversion Privilege End + Dividend Applied + In-force + Paid-up + Premium Change + Policy Effective on or before + Asset and Liability Schedule + Annual Report Mailed + Policy Effective on or after + Annual Report Filed + Audit Period After Split Date + Audit Period Prior to Split Date + Exposure Source Period + Subcontractor Period of Hire + Divorce + Power of Attorney + Uniform Gifts to Minors Account Established + Medicare Part A Eligibility Begin Date + Medicare Part A Eligibility End Date + Medicare Part A Coverage Effective Date + Medicare Part A Termination Date + Medicare Part B Eligibility Begin Date + Medicare Part B Eligibility End Date + Medicare Part B Coverage Effective Date + Medicare Part B Termination Date + Loading Period + Date on which Assets Judged Insufficient to Pay Creditors + Employees Temporarily Laid Off Begin Period + Employees Temporarily Laid Off End Period + First Published + Forecast Period Start + Forecast Period End + Investigation Start + Investigation End + Last Published + Latest Balance Sheet + Share Price + Stop Distribution + Maximum Credit Date + Founding Date + Repayment Plan Start Date + Medicare Part D Eligibility Begin Date + Medicare Part D Eligibility End Date + Medicare Part D Coverage Effective Date + Medicare Part D Termination Date + Annual Report Delinquency + Withheld Date + Compliance Audit + Contractor Safety Performance Evaluation + Contractor Safety Procedures Review + Date of Equipment Inspection + Date of Safety Inspection + Employees Participation Plan Review + Expected Completion of Changes Resulting from Compliance Audit + Expected Completion of Changes Resulting from Process Hazard Analysis + Expected Completion of Changes Resulting from Hazard Review + Hazard Review Completion + Hot Work Permit Procedures Review + Investigation + Maintenance Procedures Review + Management of Change Procedures Review + Operating Procedures Review + Safety Information Review + Training + Training Program Review + Billback End Date + Program Performance End Date + Program Performance Start Date + Billing Activities + Beginning of Interest Paid After Claim + Billback Start Date + Changed Accounting Date + Customs Cargo Release + Contract Definitization Date + Maintenance Comment + Formation + Continuance + Merger + Year Due + Next Annual Meeting + End of Last Fiscal Year + Year Beginning + Started Doing Business + Sworn and Subscribed + Calendar Year + Asset + Inactivity + High Capital Year + Closing Date of First Balance Sheet + Closed Until + Compliance + Converted into Holding Company + Care of Supplies in Storage Inspection Date + Claim Revised + Current List + Account Frozen + Declaration + Deed Not Available + Delete + Detrimental Information Received + Deferral + Departure From Specification + Deed In Lieu (DIL) Approved + Delayed Interest Paid Through + Disposition + Date of Last Contact + Date of Abandonment + Date of Delinquency + Delivery Order Issued + Repossession + Disposal + Deed and Title Received + Technical Data Supply By + Deed and Title Requested + Tenure Decision + Most Recent Position Change + Fee Payment + Start Date for Continuous Employment + Start Date for Current Position + Start Date for Original Position + Fiscal Year + Estimated Construction Date + Estimated Completion - First Prior Month + Estimated Completion - Second Prior Month + Estimated Completion - Third Prior Month + Affirmed + Auction + Authorized + Contribution + Executed + Forgiven + Presented + Legislative Session + Organized + Pledged + Primary Election + Qualified + Refunded + Rescinded + Restructured From + Vote + Employer Knowledge of the Disability + Estimate Preparation + Estimate Comment + Estimated Start - First Prior Month + Estimated Start - Second Prior Month + Estimated Start - Third Prior Month + Earliest Filing Period + Exposure + Export + Facility Latest Billing Action + Facility Earliest Billing Action + Financial Information + First Order + Final Interest Accrual + Funding Period - End + Funding Period - Start + Free Service Call End Date + Free Service Call Start Date + Graduated + Home Health Date of Earliest Billable Action + Home Health Episode + Home Health Date of Latest Billable Action + Converted to Electronic Date + Insolvency Discharge Granted + Initial Federal Housing Authority Claim Payment + Incorporation + Image Last Update Date + Imbalance Period + Import + Incident + Inactive Until + Interest on Presale Start + Initial Veterans Administration Claim Payment + Key Event Fiscal Year + Key Event Calendar Year + Last Annual Meeting + Last Check for Balance Sheet Update + Last Capital Change + Letter of Agreement + Letter of Liability + Liquidation + Low Period + Equipment Log Entry + List Price Change + Legal Structure Change + Last Submission Date + Latest Filing Period + Meter Reading + Latest Material Safety Data Sheet Date + Present Name + Negotiated Finish + Notice of Delinquency (NOD) Received + Not Registered + Negotiated Start + Organic Certification Date + Original List + Present Control + Primary Coverage Claim Paid + Primary Coverage Claim Submission + Price Changes Allowed From Date + Price Changes Allowed To Date + Partial Denial Effective + Partial Denial Rescission + Correct Program Start Date + Correct Program End Date + Correct Contract Start Date + Privilege Details Verification + Correct Contract End Date + Program End Date + Present Legal Structure + Pool Policy Claim Submission + Post Paid Date + Peak Period + Previously Reported Date of Birth + Presented to Receivers + Property Sale Approved + Property Sale Closed + Program Start Date + Property Sale Confirmation + Paid To Date + Plan to Obsolete + Pick-up Date + Receiver Appointed + Resigned + Requested Finish + Recovery Finish + Referred From + Rent Survey + Received in the Mail + Revocation + Requested Start + Recovery Start + Referred To + Social Security Claims Verification + Sole Directorship Date + Subsequent Federal Housing Authority Claim Payment + Initial Support Date + Transition + Subsequent Veterans Administration Claim Payment + Trade Style Registered + Trial Started + Trial Set + Value Added Tax (VAT) Claims Verification + Valid Until + Sample Collected + Status Change + Construction Start + Recompletion + Last Logged + Well Log Run + Surface Casing Authority Approval + Reached Total Depth + Spacing Order Unit Assigned + Rig Arrival + Location Exception Order Number Assigned + Sidetracked Wellbore + Time Employee Began Work + Waybill + Order Day + Delivery Day + Order Cut-Off Time + Programmed Fiscal Year + Programmed Calendar Year + Mutually Defined + + + Domestic Motor Van Door-to-Door Interstate + Domestic Motor Van Door-to-Door Intrastate + Domestic Container Van Door-to-Door Interstate + Domestic Container Van Door-to-Door Intrastate + Unaccompanied Baggage for Domestic Commercial Air Transport + Unaccompanied Baggage for Domestic Transport Not Otherwise Identified + Unaccompanied Baggage for Intertheater Military Air Transport + Unaccompanied Baggage for Intratheater Military Water Transport + Unaccompanied Baggage for Intratheater Commercial Motor Transport + Unaccompanied Baggage for Domestic Commercial Motor Transport + Barge-to-Barge + Unaccompanied Baggage for Domestic Military Air Transport + Barge-to-Door + Unaccompanied Baggage for International Military Water Transport + Unaccompanied Baggage for International Commercial Air Transport + Unaccompanied Baggage for International Military Air Transport + Unaccompanied Baggage for International Transport Not Otherwise Identified + Unaccompanied Baggage for Intertheater Military Water Transport + Unaccompanied Baggage for Intertheater Commercial Air Transport + Barge-to-Motor + Unaccompanied Baggage for Intertheater Transport Not Otherwise Identified + Barge-to-Terminal + Barge-to-Pier + Barge-to-Rail + Unaccompanied Baggage for Intratheater Commercial Air Transport + Unaccompanied Baggage for Intratheater Military Air Transport + Unaccompanied Baggage for Intratheater Transport Not Otherwise Identified + Door-to-Barge + Door-to-Door + Door-to-Motor + Door-to-Terminal + Door-to-Pier + Door-to-Rail + Rate Applies for Economy Transportation Service + Household Goods for International Transport Not Otherwise Identified + Household Goods for Intratheater Military Water Transport + Household Goods for Domestic Commercial Motor Transport + Household Goods for Domestic Commercial Air Transport + Household Goods for Domestic Military Air Transport + Household Goods for Domestic Transport Not Otherwise Identified + Household Goods for International Military Water Transport + Household Goods for International Commercial Air Transport + Household Goods for International Military Air Transport + House-to-House + Household Goods for Intertheater Military Water Transport + Household Goods for Intertheater Commercial Air Transport + Household Goods for Intertheater Military Air Transport + Household Goods for Intertheater Transport Not Otherwise Identified + House-to-Pier + Household Goods for Intratheater Commercial Motor Transport + Household Goods for Intratheater Commercial Air Transport + Household Goods for Intratheater Military Air Transport + Household Goods for Intratheater Transport Not Otherwise Identified + Motor-to-Barge + Motor-to-Door + Rate applies for Mini-Landbridge + Motor-to-Motor + Motor-to-Terminal + Motor-to-Pier + Motor-to-Rail + Rate Applies for Next Day Transportation Service + Rate applies for Overland Common Point + Terminal-to-Door + Terminal-to-Motor + Terminal-to-Rail + Terminal-to-Inland + Rate Applies for Overnight Transportation Service + Pier-to-Barge + Pier-to-Door + Pier-to-House + Pier-to-Motor + Pier-to-Pier + Pier-to-Rail + Rail-to-Barge + Rail-to-Door + Rail-to-Motor + Rail-to-Terminal + Rail-to-Pier + Rail-to-Rail + + + Production Data + Test Data + + + Round Per Car Rates To the Nearest Whole Dollar. All Other Rates To Nearest Whole Cent + Round All Rates To Nearest Whole Dollar + Round All Rates To Nearest Whole Cent + Nickel (Nearest) + + + Gross + Item List Cost + Item Net Cost + Discount/Gross + Discount/Net + Base Price per Unit + Base Price Amount + Base Price Amount Less Previous Discount + Net Monthly On All Invoices Past Due + Late Payment Charge Base Amount + Fuel Rate + Item Total Amount + Item Unit Price + Order Total Amount + Hourly Rate + Mutually Defined + + + Alternate Bid + Best and Final + Bid Without Exception + Bid With Exception (Request for Information) + Decline to Quote + One of Multiple + Replacement + Request for Time Extension + Unable to Quote + + + Bid + Back Order + Cents Off Label + Distress Merchandise + Reorder + Intro Offering + Grand Opening + Unmatched Manufacturer ID + Unmatched Coupon Family Code + Purchase Requirement Not Satisfied + Consumer Presented More Coupons Than Allowed + Coupon Value Exceeds Retail Price + Provision Sales to Non-Provision Account + Price Quote + Temporary Shipping Interruption + Price Protection + Miscellaneous + + + Agent + Broker + Consignee + Destination Carrier + Forwarder or Agent + Issuing Carrier + Shipper + Mutually Defined + + + Carrier/port authority desires an extension of the lay order period + Released by Customs + Send to General Order + + + No Exchange/No Return + Exchange Pallets + Return Pallets + Pallets to be Purchased by Customer + Third-Party Pallet Exchange + + + 20 ft. IL Container (Open Top) + 20 ft. IL Container (Closed Top) + Cut-in Robot Distributed Power Unit (DPU) + Control Unit + Head-end Helper Unit + Roadrailer + Cut-in Helper + Rear-end Helper Unit + Rear-end Robot Distributed Power Unit (DPU) + 40 ft. IL Container (Open Top) + 40 ft. IL Container (Closed Top) + Air Ride Van + Closed Container + + Air Freight (Break Bulk) + Container, Aluminum + Aircraft + Closed Container (Controlled Temperature) + Covered Barge + Bilevel Railcar Fully Open + Bilevel Railcar Fully Enclosed + Bogie + Bilevel Railcar Screened With Roof + Bilevel Railcar Screened, No Roof + Container, Bulk + Barge Open + Barge + Buffer Car + Boxcar + Caboose + Chassis, Gooseneck + Container resting on a Chassis + Container with Bag Hangers + Container, Tank (Gas) + Chassis + Container, Insulated + Container, Insulated/Ventilated + Container, Heated/Insulated/Ventilated + Container (Closed Top - Length Unspecified) + Container, Open-Sided + Container + Coil Car Open + Container, Tank (Food Grade-Liquid) + Coil-Car Covered + Container-Low Side Open Top + Container-High Side Open Top + Container (Open Top - Length Unspecified) + Closed Van + Container, Tank (Chemicals) + Container, Tank + Refrigerated Container + Double-Drop Trailer + Container with Flush Doors + Drop Back Trailer + Boxcar, Damage Free Equipped + End of Train Device + Frozen Food Trailer + Flat Bed Trailer with Headboards + Flat Bed Trailer with No Headboards + Flatcar With Pedestal + Flat Bed Trailer - Removable Sides + Container with Floor Securing Rings + Flat Bed Trailer + Boxcar Cushion Under Frame OF + Generator Set + Container with Hangar Bars + Hopper Car (Covered) + Hopper Car (Open) + Hopper Car (Covered; Pneumatic Discharge) + Head of Train Device + High Cube Van + Hydrant-Cart + Idler Car + Boxcar (Insulated) + Locomotive + Half Height Flat Rack + Load/unload Device on Equipment + Non Containerized Equipment + Boxcar (Interior Bulkheads) + Ocean Vessel (Break Bulk) + Open-top/flatbed trailer + Open Top Van + Container, Platform + Flat Bed Trailer, Pneumatic + Power Pack + Protected Trailer + Pickup Truck + Fixed-Rack, Flat-Bed Trailer + Refrigerated (Reefer) Car + Fixed-Rack, Double Drop Trailer + Flat Car (End Bulkheads) + Flat Car + Gondola Covered + Gondola Car (Covered - Interior Bulkheads) + Gondola Car (Open) + Rail Car + Fixed-Rack, Single-Drop Trailer + Controlled Temperature Trailer (Reefer) + Saddle + Service Car + Single-Drop Trailer + Stack Car + Container, Steel + STAK-RAK + Container with Smooth Sides + Removable Side Trailer + Van - Special Inside Length, Width or Height Requirements + Trailer, Heated/Insulated/Ventilated + Trailer, Boat + Trailer, Car + Trailer, Dry Freight + Trailer, Tank (Gas) + Truck, Open Top High Side + Trailer, Insulated + Trailer, Tank (Chemicals) + Trailer, Tank (Food Grade-Liquid) + Trailer (not otherwise specified) + Trailer, Insulated/Ventilated + Tank Car + Truck, Open Top + Trailer, Pneumatic + Trailer, Electric Heat + Tractor + Telescoping Trailer + Truck, Open Top Low Side + Truck, Van + Trailer, Refrigerated + Trilevel Railcar 20 Feet + Trilevel Railcar Screened, Fully Enclosed + Trilevel Railcar Screened, With Roof + Trilevel Railcar Screened, No Roof + Trilevel Railcar Screened, With Doors, No Roof + Unit Load Device (ULD) + Container, Upgraded + Container, Vented + Vessel, Ocean + Vessel, Lake + Vessel, Ocean, Rollon-Rolloff + Vessel, Ocean, Lash + Vessel, Ocean, Containership + Container with Wavy or Ripple Sides + Railroad Maintenance of Way Car + + + Palletized + Floor Stack/Hand Pile + Mixed + Slip Sheet + Module + Clampable + Bop Sheet + Airbag/Slipsheet Combination + Thermal Blanket (Cargo Quilt) + Shrink-wrap + Loadlock + Mutually Defined + + + Received Switching + Forwarded Switching + Intermediate Switching + Received Switching Initial Exception + Forwarded Switching Initial Exception + Intermediate Switching Initial Exception + Received Switching Agreed to Exception + Forwarded Switching Agreed to Exception + Intermediate Switching Agreed to Exception + + + Intact + Broken + Missing + Replaced + + + Damaged Product or Container + Quantity Short + Quantity Over + Quality Problem + Incorrect Product + Non-standard Container + Good Condition + Rejected + Hold + Material Scrapped + Adjust Supplier Shipped Cumulative Quantity + Quantity Over - Returned to Supplier + Quantity Received, But Cannot Process Because No Matching Ship Notice + Quantity Received and Processed with No Matching Ship Notice/Manifest + Not Received - Ship Notice Required + + + Product Allocation + Number of Buy Restriction + Promotion Period Restriction + Special Promotional Discount Terms + Number of Shipment Restrictions + Minimum Order Quantity Required + Minimum Order Quantity Required - Any Combination of Products + Maximum Retail Price + Ad, Size Not Specified + Ad, 1 Col Inch + Ad, 2 Col Inch + Ad, 3 Col Inch + Ad, 4 Col Inch + Ad, 5 Col Inch + Ad, 6 Col Inch or Greater + Ad, Full Page + Ad, Half Page + Ad, Quarter Page + Ad, Coupon + Ad, Color + Ad, Product Illustration + Ad, National Line Rate + Ad, Roto + Ad, Free Standing + Ad, Window Signs + Ad, Price Reduction + Ad, Circulars + Ad, Television + Ad, Radio + Ad, Handbill + Ad, Newspaper Insert + Ad, See Free-form Message + Display + Display, End Aisle + Display, Aisle Stack + Display, Cases per Store + Display, Number of Days + Display, Shelf Extender + Display, Number of Stores + Display, Price Reduction + Display, See Free-form Message + Reduced Price + Reduced Price, Number of Days + Reduced Price With Shelf Sign + Reduced Price, In Price/Order Guide + Reduced Price, In Store Coupons + Reduced Price, See Free-form Message + Retail Distribution (One Case per Store) + Retail Distribution (X Cases per Store) + Retail Distribution (X Number of Stores) + Committed Purchases + Growth Over Last Year + Growth Over Last Month + Resale + Growth Over Last Quarter + Retail Distribution + Accrual Limit + Flat Limit + Number of Required Promotion Performances + Product Scanning Report Required + Advertisement or Display or Reduced Price + See Free-form Text + Ad, Size A + Ad, Size B + Ad, Size C + In-Store Electronics + Ad, Double Page + Every Day Low Pricing + Demonstration Required + Ad, Predominant With Reduced Price + Value Pack Program + Educational Program + Freestanding Shipper Display + Refrigerated Table + Warehouse Withdrawal Report Required + Mutually Defined + + + New + Change + Cancel + Replace + Confirmation + Replace All Dates + Accept + + + Automated Credit Card Transaction + Pricing Error + Allowance/Charge Error + Extension Error + Item Not Accepted - Damaged + Item Not Accepted - Quality + Quantity Contested + Incorrect Product + Substitute Product + Terms of Sale Error + Pallet/Container Charge Error + Returns - Damage + Returns - Quality + Returns - Dating + Returns - Promotion + Returns - Recall + Non-Invoice Related Allowance/Charge + Required Data Missing + Not Company Bill + Duplicate Billing + Balance Due Declined + Shipment Method of Payment Incorrect + Weight Error + Special Charge Not Authorized + Incorrect Discount + Item Not Accepted + Invoice Cancelled + Product Transfers Subject to Charge Back + Rebated Shipments + Fee Incorrect + Delivery Charge Incorrect + Pickup Charge Incorrect + Oversize Premium Invalid + Currency Exchange Incorrect + Declared Value Incorrect + Commodity Code Incorrect + Scale Number Incorrect + Dimensions Incorrect + Service Incorrect + Shipper/Consignee Ref. Number Missing + Address Incorrect + Item Not Accepted-Delay + Item Not Accepted - Loss + Missing Discount + Required Documents Missing + Stale Bill Over 180 Days Old + Transportation Charge Incorrect + Advanced Charge Incorrect + Service Charge + Processing Charge + Late Charge + Interest Penalty Charge + Credit for Overpayment + Remittance for Previous Underpayment + Freight Deducted + Tax Deducted + Advertising Allowance Taken + Volume Discount Taken + Invoice billing received after final billing + Item not received + No open item on file + No open order on file + Material/Item Description Error + Customer Paid Invoice Which Was Previously Disputed + Sale of Property + Claim Paid on Appraisal + Disability Insurance or Income + Death Benefit Reduction + Employer Provided Pension + Advanced Ship Notice Not Received + Advertising Allowance + Authorized Return + Bill of Lading Not Received + Cancel or Adjust Prior Credit/Debit Adjustment + Total Order Not Received + Cash Discount + Competitive Allowance + Competitive Price + Cooperative Advertising + Overpayment + Credit as Agreed + Defective Allowance + Evaluated Receipt Settlement (ERS) Delivery Charge + Deviation from Order Date + Distribution Discount/Allowance + Duplicate Payment + Duplicate Shipment + Duty Charge Variance + Early Buy Allowance + Early Payment Allowance + Engraving Charge + Merchandise Not Ordered + Field Destroy + Fixtures Charge + Floor Stock Protection + Goods to Follow + Handling Charge + Labor Charges + Late Shipment of Goods + Layout/Design Charge + Misshipped (Wrong Product Received) + New Store Allowance + Nonreceipt of Goods + Overage + Packing Violations + Payment on Account + Promotional Allowance + Proof of Delivery Not Received + Prepaid Benefit or Advances + Partial Wage Continuation + Apportionment or Contribution + + Unemployment Compensation + Guarantee Fee + Guaranteed Amount + Origination Fee + Hanger - Non Store Approved Hanger + Hanger - Missing or Failure to Supply Hanger + Hanger - Wrong Color + Released to Borrower + Applied to Borrower's Account + Auto No Fault + Returned to Lender + Acceleration of Benefits + Returns - Overstock + Acceleration of Reimbursement of Attorney Fees + Returns - Discontinued + Account Location Closed + Accessory Payment + Advertising Contribution + Student Card Payment + Person No Longer Employed + Employee on Leave + Employee on Strike + Proof of Shipment Not Received + Rebate + Recovery Allowance + Refurbishing Charge + Repair of Goods + Repay Discount + Restocking Charge + Routing Violation + Samples Not Received + Canadian Goods and Services Tax + Quebec Goods and Services Tax + Canadian Harmonized Goods and Services Tax + Bad Debt Adjustment + Fixture Allowance + Return Allowance + Bag Charge + Opportunity Buy + Hanger Charge + Insurance Charge + Postage Charge + Net Check Returned + Net Collection Expense (Factor) + Bonus + Change to Box Office Gross + Net Chargeback of Client Risk (Factor) + Hanger - Wrong Size + Benefit Rate + Paid During Period + Hanger - Quality Issue + Hanger - Size Tab or Clip Missing + Hanger - Size Tab or Clip Did Not Match Garment Size + Hanger - Product Hung Incorrectly + Excess Packaging - Clips + Excess Packaging - Tissue + Excess Packaging - Foam + Settlement of Account + Special Allowance + Special Finish + Stock Balance + Temporary Allowance + Testing Charge + Third Party Allowance + Ticketing Error + Ticketing Service + Cancelled Promotion + Collected Balance Adjustment Incorrect + Excess Packaging – Cardboard Layer + Excess Packaging - Pins + Employer's Legal Expenses Paid to Date + Excess Packaging - String + Excess Packaging - Tiebacks + Product Quality - Excess Wrinkling + Size Indicator Strips - Missing + Size Indicator Strips - Improper Placement + Valuation As Of + Size Indicator Strips - Incorrect Size Information + Covered by Credit Memo + Item Tickets - Incorrect Information Zone 1 - Description + Adjusted Compensation Rate + Employer Paid Benefits due + Change + Capitation Interest + Adjustment + Capitation Payment + Charge for Unrequested Service + Capital Passthru + Certified Registered Nurse Anesthetist Passthru + Item Tickets - Incorrect Information Zone 2 - Vendor Information + Item Tickets - Incorrect Information Zone 3 - Symbol + Item Tickets - Incorrect Information Zone 4 - Consumer Information + Transfer Between Accounts + Transportation Direct Billing + Unauthorized Deduction + Unauthorized Product + Volume Discount + Recovery of Standard Allowances + Cost Associated with Reworked Material + Count and Recount Allowance + Store Stock Price Protection + Daylight Overdraft Charge Reversed + Pension or Retirement Plan Disability Benefits + Canadian Pension Plan + Railroad Disability + Deposited Item Price Incorrect + Family Social Security + Deduction Film Rental + District Advance + Social Security Supplemental Income + Jones Act (Merchant Seaman Injured on the Job) + Damaged Film + Deposited Item Volume Error + Direct Medical Education Passthru + Item Tickets - Incorrect Information Zone 5 - Size or Dimension + Other Group Insurance + Pension or Retirement Benefits + Item Tickets - Incorrect Information Zone 6 - Retail Price + Social Security Retirements + Social Security Disability + Railroad Retirement + Discontinued Product + Civil Servants Plan + Subrogation + Royalty Deduction Type + Distribution Issue + Item Tickets - Incorrect Information Zone 7 - Manufacturer's Suggested Price + Recoupment + Covered By Debit Memo + Withholding + Warehouse Stock Price Protection + Invoice Price Protection + Goods and Services Tax 0% Rate, International Documentation Will Follow + Goods and Services Tax Decreased Due to Billing Error + Goods and Services Tax Increased Due to Billing Error + Order Cancelled + Item Tickets - Missing Information Zone 1 – Description + Item Tickets - Missing Information Zone 2 - Vendor Information + Item Tickets - Missing Information Zone 3 - Symbol + Item Tickets - Missing Information Zone 4 - Consumer Information + Encoding Error + Item Tickets - Missing Information Zone 5 - Size or Dimension + Item Tickets - Missing Information Zone 6 - Retail Price + Item Tickets - Missing Information Zone 7 - Manufacturer's Suggested Price + Item Tickets - Incorrect or Missing Multi-Piece Ticket + Item Tickets - Information Not Readable + Item Tickets - Bar Code Degradation + Item Tickets - Non Perforated + Item Tickets - Missing Ticket + Item Tickets - Tickets in Carton - Not Attached + Item Tickets - Improper Placement + Expanded Promotion + Item Tickets - Item Missing from Catalog at Time of Receipt + Employer Reimbursement + Item Tickets - Color-Coding for Size Missing or Incorrect + Item Tickets - Item Ticket Affixed Improperly + Ship Notice - Carton Content does not Match Ship Notice + Ship Notice - Carton Count does not Match Ship Notice + Ship Notice - Serial Shipping Container Code does not Match Ship Notice + Expenses + Ship Notice - Missing Bill of Lading Information + Ship Notice - Duplicate Ship Notice + Defective + Ship Notice - Received Late + Social Security + No-Fault + Other Long-term Disability Offset + Indirect Offset Excess + Black Lung Disease + Rehabilitation + Educational Benefit + Anticipation Taken + Forwarding Balance + Fund Allocation + Purchase Order - Size Not Ordered + Purchase Order - Color Not Ordered + Purchase Order - Store Did Not Order + Purchase Order - Item Overage + Promotion Violation + Late Interest Paid + Does Not Accept Electronic Funds Transfer + Logistics Label - Problem with Shipped From Address + Logistics Label - Problem with Ship To Address + Logistics Label - Problem with Postal Barcode Code + Logistics Label - Problem with Carrier Information + Logistics Label - Problem with Mark For Information + Logistics Label - Problem with Serial Shipping Container Code + Logistics Label - Problem with Barcode + Film Rental + Logistics Label - Problem with Purchase Order Number + Change to Film Rental Terms + Forward Buy + Logistics Label - Problem with Mark For Barcode + Logistics Label - Problem with Product Group Description + Logistics Label - Problem with Carton Count + Logistics Label - Incorrect Label Format + Logistics Label - Incorrect Font or Print Size + Profit Sharing + Workmen's Compensation + Pension + Other Disability Plan + Other Income + Salary Continuance + Short-term Disability + Permanent and Total Disability + State Disability Plan + Free Goods + Coupon Related + Market Development Fund Deduction + Samples + Slotting Charge + Invalid + Unsalable Merchandise + Billback Allowance Deduction + Logistics Label - Crushed Box, Label Not Usable + Unsalable Payments Deduction + Split Commission Deduction - Basis Amount + Unresolved Customer Deduction + Split Commissions Deduction - Commission Amount + General Advance + Graduate Medical Education Passthru + Logistics Label - Label Does Not Scan + Logistics Label - Not Human Readable + Guarantee + Packing - Ratio Incorrect for Pre-pack Shipment + Packing - Mixed Items in Carton + Packing - Crushed Box + Packing - Missing or Incorrect Pallets + Packing - Load Not Sorted Correctly + Packing - Problem with Pack List + Packing - Multiple Purchase Orders Shipped in Carton + Packing - Problem with Bill of Lading Number or Format + Information Forthcoming + Payment Previously Sent + Loan Paid in Full + Bill Insured + Loan Service Released + Partial Payment Remitted + Payment Forthcoming + Bill Mortgagee + Coverage Summary Needed + Change to House Allowance + Medical Payment + Indemnity Payment + Expense Payment + Comprehensive Payment + Collision Payment + Bodily Injury Payment + Packing - Carton Not Sealed Correctly + Property Damage Payment + Polybags - Missing or Incorrect Type + Polybags - Not Sealed or Incorrectly Sealed + Transportation - Carrier Missed Delivery Appointment + Hemophilia Clotting Factor Supplement + Transportation - Carrier Detained + Transportation - No Shipment Approval Number + Transportation - Delivery to Wrong Location + Transportation - Excessive Shipments or Multiple Shipments on Consecutive Days + Invoice Amount Does Not Match Account Analysis Statement + Interest Charge-Rate Reduced to New York Prime Rate + Interest Charge - Rate Reduced to Earnings Credit Rate + Insufficient Funds + Interest Charge-Rate Reduced to London Inter-bank Offer Rate (LIBOR) + Inventory Policy + Incentive Premium Payment + Internal Revenue Service Withholding + Interim Settlement + Item Added + Nonreimbursable + Transportation Discrepancy Report (TDR) Submitted + Promised Adjustment Not Received + Deficiency Report Authorized Adjustment + Duplicate Summary Billing (Same Bill Number) + Duplicate Summary Billing (Different Bill Number) + Duplicate Summary Billing (Second Billing) + Unable to Process + Noninterfund Bill + Recalled Item + Journal Entry + Other Coverage Placed + Invalid Policy Number + Renewal Not Received + Return Merchandise Charge + Refused Merchandise Charge + Unauthorized Freight Invoice + Unauthorized Freight on Merchandise Invoice + Freight Inbound Return Merchandise + Freight Outbound Return Merchandise + Full Monetary Difference Between Air and Surface Charges Per Corporate Agreement + Full Monetary Difference Between Air and Surface Charges Per Purchase Order + Paper Bill of Lading Missing Department Number + Paper Bill of Lading Missing Purchase Order Number + Paper Bill of Lading Non Standard VICS Format + Paper Bill of Lading Counter/Loader Not Indicated + Partial Monetary Difference Between Air and Surface Charges Per Corporate Agreement + Partial Monetary Difference Between Air and Surface Chares Per Purchase Order + Freight Allowance Per Corporate Agreement + Freight Allowance Per Purchase Order + Prepaid Advance Freight for Consolidator Shipments + Redelivery Charge + Charge for Second Delivery on Damaged Furniture + Surface Freight Allowance Per Corporate Agreement + Surface Freight Allowance Per Purchase Order + Audit + Discount + Penalty + Administrative Fees + Interest Due + Interest Owed + Miscellaneous Deductions + Miscellaneous Credits + Military Distribution Adjustment + Loans against Future Compensations + Levy + Lawyer or Claimant Attorney Fees + Ledger Overdraft Charge + Late Payment + Lump Sum + Advertising - Unidentified + Commissions Deductions + Gift Certificates + Salary Deduction + Late 204 Motor Carrier Load Tender Transmission + Missing 204 Motor Carrier Load Tender Transmission + Late 214 Transportation Carrier Shipment Status Message Transmission + Missing 214 Transportation Carrier Shipment Status Message Transmission + Freight on Backorder + Marketing Allowance + Pickup Allowance + Miscellaneous Costs + Incorrect Purchase Order Number on Bill of Lading + Purchase Order Number Not on Bill of Lading + Multiple Purchase Order Numbers on Invoice + Purchase Order Number Incorrect on Invoice + Purchase Order Number Not on Invoice + Transfer or Debit Balance + Truckload Allowance + Warehouse Allowance + Maximum Allowable Levy Exceeded + Incorrect Product ID on Cartons + Incorrect Purchase Order Number on Carton + No Product ID on Cartons + No Purchase Order Number on Carton + Storage Charges + Manufacturer to Retail Bill-Back Allowance + Miscellaneous Event + Second Injury Fund + Future Credit Amount + Vocational Rehabilitation + Uninsured Employer + Silicosis, Dust Diseases, and Logging Industry Fund + Vocationally Handicapped Fund + Non-designated Fund + Cash Receipt + Non-Billable + Negative Charge + Royalty + New Location + New Promotion + New Product + Negative Repayment + Bill of Lading Does Not Match 856 Advance Ship Notice (ASN) + Incorrect Carton/Weight on Bill of Lading + Charge for Combined Divisions on One Bill of Lading + Charge for Consolidation Zone Freight Allowance Per Corporate Agreement + Charge for Consolidation Zone Freight Allowance Per Purchase Order + Charge for Exceeding Maximum Shipments Per Agreement + Charge to Expedite Distribution Centre (DC) to Store + Charge for Failure to Master Pack + Inaccurate Cube Information + Organ Acquisition Passthru + Offset for Affiliated Providers + Overstock Condition + Court Ordered Lien + Order Policy + Other Trading-Partner Specific Reason + Price Change + Product Changeover + Production Issue + Picture Advance + Materials + Amendment of Limits + Paid to Date + Employment Benefits + Payment First + Carrier Filed Limitation + Commissions + Periodic Interim Payment + Intercompany Sale + Lodging + Payment Final + Previous Month's Earnings Credit Carried Forward + Meals + Federal Deposit Insurance Corporation (FDIC) Premium Overcharge + Quebec Pension Plan + Overtime + Prior Film Rental Payment + Product Exclusion + Payment + Severance + Special + State Limitation + Store Certificates + Tips + Equipment Rental + Charge Error + Allowance Error + Promotional Allowance - Trade Show + Promotional Allowance - Flyers + Promotional Allowance - New Product + Contract Price Error + Contract Price Error - Mark Up + Contract Price Error - Freight + Contract Price Error - Volume Discount + Contract Price Error - Starting Price Error + Contract Price Error - Invalid Date Range + Contract Price Error - Freight Surcharge + Drop Size + Drop Frequency + Manufacturer to Distributor Billback Allowance + Deduction for Unpaid Receivable + Returned Deposited Item Price Incorrect + Returned Deposited Item Volume Error + Returned Deposited Item Notification Volume Error + Reduced Promotion + Revised Plan (Re-plan) + Revised Promotion + Retro-activity Adjustment + Agreed Freight Allowance + Authorized Air Shipment + Receiving Discrepancy + Return on Equity + Commission Discrepancy + Difference On Returns + Early Shipment of Goods + Excessive Packing Materials + Failure to Consolidate + Freight on Returns Inbound Only + Freight on Returns Outbound Only + Returned Material + Handling Charge for Item Not Received + Handling Charge for Non Receipt of Goods + Handling Charge for Late Advance Ship Notice + Handling Charge for Samples Not Received + Handling Charge for Unreadable Advance Ship Notice + Incorrect Packing Assortment + In-store Decoration Allowance + Interest + Label Placement + Margin Contribution + Mark Down Allowance + Multiple Shipment Penalty + Opening Order Allowance + Incorrect Pickup Address + Charge for LTL Shipped on Consecutive Days + Not Shipped on Date Authorized + Shipped on Pallets + Small Package Level Detail Insufficient + Sort and Segregate Handling Charge + Sort and Segregation Allowance Per Corporate Agreement + Sort and Segregation Allowance Per Purchase Order + Wrong Ship Point Per Purchase Order + Paper Invoice Missing + Service Cancelled + Screening Deduction + Paper Packing Slip Missing + Shipping and Freight Charge + Pickup Charge or Advanced Charges + Presentation of Merchandise Not As Specified + Purchaser Supplied Raw Material + Returns Freight Discrepancy + Salary Discrepancy + Student Loan Repayment + Shipped Past Purchase Order Cancellation Date + Should Be Shipped Collect, But Was Shipped Prepaid + Should be Shipped Prepaid, But Was Shipped Collect + Sales Promotion + Store Contest Allowance + Trade Discount + Unauthorized Air Shipment-Chargeback is the Difference Between Air and Ground + Unauthorized Air Shipment-Partial Freight Chargeback + Unauthorized Air Shipment-Full Freight Chargeback + Unauthorized or Incorrect Carrier + Volume Break Chargeback + Weight Break Chargeback + Theatre Advance + Total Deductions + Transportation Issue + Third Party Liability + Uncollected Balance Charge Reversed + Unable to Locate Account + Value Date Incorrect for Credit + Value Date Incorrect for Debit + Void + Safety Violations + Intoxication + Noncooperation: Rehabilitation, Training, Education, Medical + Actual Reduced Earnings + Regular Wage Minus Disability Benefit + Subrogation Recovery + Weather-related Event + Payment Partial + Overpayment Recovery + Deemed Reduced Earnings + Special Fund Recovery + Deductibles Recovery + Unspecified Recovery + Overpayment Credit + Cost of Living + Continuous Disability Period + Illegally Employed Minor + Age 65 Reduction + Appeal + Advance Reimbursement + Individual Payment + Employer Credit + Outlier + Incorrect Cost + Incorrect Unit of Measure + Mutually Defined + + + Cancel After This Date + Delivery Requested on This Date + Invoice Date + Purchase Order Date + Sailing Date + Sold Date + Effective Date + Purchase Order Received + Process Date + Requested Ship Date/Pickup Date + Shipped on This Date + Terms Discount Due Date + Terms Net Due Date + Preferred Payment Date + Promotion Start + Promotion End + Estimated Delivery Date + Date Available/Constructive Replacement + Date Unloaded + Check Date + Charge Back Date + Freight Bill Date + Promotion Order Date - Start + Promotion Order Date - End + Promotion Ship Date - Start + Promotion Ship Date - End + Promotion Requested Delivery Date - Start + Promotion Requested Delivery Date - End + Promotion Performance Date - Start + Promotion Performance Date - End + Promotion Invoice Protection Date - Start + Promotion Invoice Protection Date - End + Promotion Floor Stock Protect - Start + Promotion Floor Stock Protect - End + Delivered on This Date + Expiration Date + Ship Not Before Date + Ship Not Later Than Date + Ship Week Of Date + Original Purchase Order Date + Date Invoice Created + Buy Period Date - Start + Buy Period Date - End + Arrival at Destination Yard + Notified + Actual Placement + Released + Customs Release + Duty Paid + Charged From + Charged To + Ordered + Deliver Not Before Date + Deliver No Later Than Date + Deliver Week Of + Actual Free Time Expiration Date + Guarantee Expiration Date + Price Change Last Order Date + Price Change Last Arrival Date + Price Change Last Ship Date + Price Change Effective Date + Accrual Start Date + Accrual End Date + Must Respond By + Delivered By This Date + Requested Delivery Date + Scheduled Pickup Date + Scheduled Delivery Date + Est. Next Promo. Date Start + Est. Next Promo. Date End + Est. Next Promo. Ship Date Start + Estimated Next Promotion Ship Date End + Bill of Lading + Pickup Appointment Scheduled Date + Delivery Appointment Scheduled Date + Pickup Requested Scheduled Date + Delivery Requested Scheduled Date + Pickup Appointment Granted Date + Delivery Appointment Granted Date + Equipment Furnished Date + Bill of Lading Initiated Date + Date Issued + Actual Pickup Date + First Order Date + First Ship Date + First Arrival Date + Requested Pack Date + Superseded Date + Spot for Load Date + Spot for Unload Date + Spot for Storage Date (No Shipment) + Spot for Load Exchange Date (Export) + Scheduled Pickup Date, Needs Confirmation + Scheduled Delivery Date, Needs Confirmation + Scheduled Pickup Date, Appointment Confirmed + Scheduled Delivery Date, Appointment Confirmed + Store Inventory Stock + Warehouse Inventory Stock + Transaction Control Date + Publication Date + Required By + Validated + Pack Date + Backorder Release Date + Offered for Delivery + Inspection + Shelf-Life Expiration + Warranty Expiration + Manufacture + Contract Physically Completed + Contract Final Payment + Estimated Contract Completion + Contract Closed + Extended Closeout + Date Delivery Commenced + Product Receipt Date + Acceptance + Rejection + Recorded + Signature + Action + Expected Reply + Demand Receipt Date + Cutoff Date + Beginning Date of Customer Plant Shutdown + Ending Date of Customer Plant Shutdown + Date Loading Completed + Earliest Pickup Date + Estimated Shipping Date + Freshness Date + Scheduled Service Completion + Last Acquisition + Date Loading Commenced + Last Demand + Latest Pickup Date + Mapping Product Effective Date + On-Sale Date + Period End + Ready to Ship + Date Shipped to Port of Embarkation (POE) + Original Transaction + Transfer + + + City + Destination + Plant or Producing Location + Point of Origin + + + Backward Reference + Division Reference + Group Reference + Other Publication + Rate Reference + Tariff Publication + + + Rate Proposer Only + + + Exempt (For Export) + Yes (Tax Exempt) + No (Not Tax Exempt) + Exempt (For Resale) + Not Exempt/For Resale + Exempt (Not For Resale) + Not Exempt, Not For Resale + Direct Pay ID + Exempt (Sale to U.S. Government) + Exempt (Per State Law) + Labor Taxable, Material Exempt + Material Taxable, Labor Exempt + Not Taxable + Disabled + Exempt Toll Service + Exempt (Goods and Services Tax) + Exempt (Provincial Sales Tax) + Homestead + Agriculture + Working Farm + Open Space + Exempt Local Service + Disabled Veteran + Non-Homestead + Over 65 + Exempt from School Property Tax + Exempt from Local Property Tax + Recurring Exempt + Exempt from County Property Tax + Totally Exempt + Usage Exempt + Exempt from State Property Tax + Other Property Tax Exemption + Exempt - Letter on file + + + Add Quantity to Meet Minimum Weight Requirement + Back Order if Not Available + Back Order Not Allowed + Notify Prior to Shipment if Quantity Specified is Not Available + Substitution Allowed + Substitution Not Allowed + + + Deferred + Damage Guarantee + Discount Not Applicable + Extended Billing + Guaranteed Sale + Initial Purchase + New Item Introduction + Pre-Stocking + Special Purchase + Mutually Defined + + + Tornado + Boiler Explosion + Fire + Section 203.377 Damage + Flood + Earthquake + Untypical Damage + Hurricane + Civil Riot + Vandalized + Freeze Damage + Storm Damage + Roof Leakage + Environmental Hazard + Other Source of Damage + Unable to Determine + + + Transportation Data Coordinating Committee (TDCC) + Accredited Standards Committee X12 + + + General + Head + Middle + Tail + + + Shipper's Weight Agreement + Consignee Scale Weight + Destination Weight Agreement + Estimated Weight + Public Scale Weight on Behalf of Consignee + Grain Exchange Weight + Public Scale Weight on Behalf of Shipper + Manifest Weight + No Wt. Req., Ship. Moving on Contract or per car rate + Official Weight + Carrier Scale Weight + Shipper Certified Scale Weights + Tariff Authorized Weight + + + First Prior Inbound + Second Prior Inbound + Third Prior Inbound + + + Military Standard Transportation and Movement Procedures (MILSTAMP) + + + Automatic (Machine Readable) + Manual (Forms) + + + Informational Only + Backorder Original + Confirmation + Delete + Backorder Confirmation + Cancel + Changes to Other than Line Items + Line Item Replace + Original + Change + Future Dated Order + Resubmission + Simulation Exercise + Mutually Defined + + + Credit + Debit + + + Account Analysis (822) + Logistics Service Request (219) + Associated Data (102) + + Premium Audit Request and Return (187) + Application for Admission to Educational Institutions (189) + Application Advice (824) + Logistics Service Response (220) + Automotive Inspection Detail (928) + Student Educational Record (Transcript) Acknowledgment (131) + Set Cancellation (998) + Item Information Request (893) + Return Merchandise Authorization and Notification (180) + Income or Asset Offset (521) + Abandoned Property Filings (103) + Customs Manifest (309) + Warehouse Stock Transfer Shipment Advice (943) + Transportation Appointment Schedule Information (163) + Animal Toxicological Data (249) + Customs Status Information (350) + Customs Carrier General Order Status (352) + Warehouse Inventory Adjustment Advice (947) + Customs Events Advisory Details (353) + Customs Automated Manifest Archive Status (354) + Customs Acceptance/Rejection (355) + Customs Permit to Transfer Request (356) + Customs In-Bond Information (357) + Business Credit Report (155) + Customs Consist Information (358) + Benefit Enrollment and Maintenance (834) + Business Entity Filings (105) + Customs Customer Profile Management (359) + Motor Carrier Bill of Lading (211) + Shipment and Billing Notice (857) + Purchase Order Change Acknowledgment/Request - Seller Initiated (865) + Unemployment Insurance Tax Claim or Charge Information (153) + Clauses and Provisions (504) + Credit/Debit Adjustment (812) + Cartage Work Assignment (222) + Corporate Financial Adjustment Information (844 and 849) + Car Handling Information (420) + Consolidated Service Invoice/Statement (811) + Manufacturer Coupon Family Code Structure (877) + Manufacturer Coupon Redemption Detail (881) + Election Campaign and Lobbyist Reporting (113) + Component Parts Content (871) + Coupon Notification (887) + Cooperative Advertising Agreements (290) + Electronic Proposal Information (251, 805) + Commodity Movement Services Response (874) + Rail Carhire Settlements (414) + Cryptographic Service Message (815) + Application Control Totals (831) + Commodity Movement Services (873) + Commercial Vehicle Safety and Credentials Information Exchange (285) + Educational Institution Record (133) + Contract Completion Status (567) + Contract Abstract (561, 890) + Contract Payment Management Report (568) + Debit Authorization (828) + Shipment Delivery Discrepancy Information (854) + Market Development Fund Allocation (883) + Dealer Information (128) + Equipment Order (422) + Data Status Tracking (242) + Direct Exchange Delivery and Return Information (894, 895) + Educational Course Inventory (188) + Student Educational Record (Transcript) (130) + Railroad Equipment Inquiry or Advice (456) + Equipment Inspection (228) + Transportation Equipment Registration (603) + Environmental Compliance Reporting (179) + Revenue Receipts Statement (170) + Notice of Employment Status (540) + Railroad Event Report (451) + Excavation Communication (620) + Functional or Implementation Acknowledgment Transaction Sets (997, 999) + Freight Invoice (859) + Court and Law Enforcement Information (175, 176) + Motor Carrier Loading and Route Guide (217) + Financial Reporting (821, 827) + File Transfer (996) + Damage Claim Transaction Sets (920, 924, 925, 926) + General Request, Response or Confirmation (814) + Response to a Load Tender (990) + Intermodal Group Loading Plan (715) + Grocery Products Invoice (880) + Statistical Government Information (152) + Grant or Assistance Application (194) + Eligibility, Coverage or Benefit Information (271) + Health Care Claim (837) + Health Care Services Review Information (278) + Health Care Information Status Notification (277) + Health Care Claim Payment/Advice (835) + Health Care Claim Status Request (276) + Eligibility, Coverage or Benefit Inquiry (270) + Human Resource Information (132) + Health Care Benefit Coordination Verification (269) + Air Freight Details and Invoice (110, 980) + Inventory Inquiry/Advice (846) + Rail Advance Interchange Consist (418) + Insurance/Annuity Application Status (273) + Insurance Producer Administration (252) + Individual Insurance Policy and Client Information (111) + Direct Store Delivery Summary Information (882) + Commercial Vehicle Safety Reports (284) + Report of Injury, Illness or Incident (148) + Motor Carrier Freight Details and Invoice (210, 980) + Invoice Information (810) + Ocean Shipment Billing Details (310, 312, 980) + Rail Carrier Freight Details and Invoice (410, 980) + Estimated Time of Arrival and Car Scheduling (421) + Joint Interest Billing and Operating Expense Statement (819) + Commercial Vehicle Credentials (286) + Federal Communications Commission (FCC) License Application (195) + Lockbox (823) + Locomotive Information (436) + Property and Casualty Loss Notification (272) + Logistics Reassignment (536) + Asset Schedule (851) + Student Loan Transfer and Status Verification (144) + Motor Carrier Summary Freight Bill Manifest (224) + Request for Motor Carrier Rate Proposal (107) + Department of Defense Inventory Management (527) + Mortgage Origination (198, 200, 201, 245, 261, 262, 263, 833, 872) + Market Development Fund Settlement (884) + Mortgage Servicing Transaction Sets (203, 206, 259, 260, 264, 266) + Motor Carrier Rate Proposal (106) + Motor Carrier Shipment Status Inquiry (213) + Secondary Mortgage Market Loan Delivery (202) + Response to a Motor Carrier Rate Proposal (108) + Medical Event Reporting (500) + Mortgage Note (205) + Maintenance Service Order (650) + Motion Picture Booking Confirmation (159) + Consolidators Freight Bill and Invoice (223) + Multilevel Railcar Load Details (125) + Material Safety Data Sheet (848) + Electronic Form Structure (868) + Material Obligation Validation (517) + Rail Waybill Response (427) + Material Claim (847) + Response to a Cartage Work Assignment (225) + Motor Carrier Package Status (240) + Nonconformance Report (842) + Name and Address Lists (101) + Notice of Power of Attorney (157) + Secured Receipt or Acknowledgment (993) + Notice of Tax Adjustment or Assessment (149) + Cargo Insurance Advice of Shipment (362) + Order Group - Grocery (875, 876) + Organizational Relationships (816) + Warehouse Shipping Order (940) + Price Authorization Acknowledgment/Status (845) + Railroad Parameter Trace Registration (455) + Purchase Order Change Request - Buyer Initiated (860) + Product Activity Data (852) + Periodic Compensation (256) + Annuity Activity (268) + Insurance Plan Description (100) + Pricing History (503) + Patient Information (275) + Project Schedule Reporting (806) + Project Cost Reporting (839) and Contractor Cost Data Reporting (196) + Railroad Problem Log Inquiry or Advice (452) + Product Source Information (244) + Purchase Order (850) + Property Damage Report (112) + Purchase Order Acknowledgment (855) + Planning Schedule with Release Capability (830) + Product Transfer and Resale Report (867) + Motor Carrier Shipment Pickup Notification (216) + Purchase Order Shipment Management Document (250) + Healthcare Provider Information (274) + Payment Cancellation Request (829) + Product Information (878, 879, 888, 889, 896) + Transportation Carrier Shipment Status Message (214) + Ocean Shipment Status Information (313, 315) + Payment Order/Remittance Advice (820) + Railroad Clearance (470) + Receiving Advice/Acceptance Certificate (861) + Royalty Regulatory Report (185) + Warehouse Stock Receipt Advice (944) + Request for Routing Instructions (753) + Routing Instructions (754) + Railroad Reciprocal Switch File (433) + Routing and Carrier Instruction (853) + Railroad Mark Register Update Activity (434) + Standard Transportation Commodity Code Master (435) + Rail Industrial Switch List (423) + Railroad Station Master File (431) + Requisition Transaction (511) + Ocean Booking Information (300, 301, 303) + Commission Sales Report (818) + Request for Quotation (840) and Procurement Notices (836) + Response to Request For Quotation (843) + Order Status Information (869, 870) + Report of Test Results (863) + Railroad Retirement Activity (429) + Railroad Junctions and Interchanges Activity (437) + Rail Revenue Waybill (426) + Rail Deprescription (432) + Request for Student Educational Record (Transcript) (146) + Response to Request for Student Educational Record (Transcript) (147) + Air Shipment Information (104) + Rail Carrier Services Settlement (424) + Price/Sales Catalog (832) + Student Loan Pre-Claims and Claims (191) + Shipper's Export Declaration (601) + Customs Manifest (309) + Ship Notice/Manifest (856) + Shipment Information (858) + Transportation Automatic Equipment Identification (160) + Student Aid Origination Record (135, 139) + Motor Carrier Load Tender (204) + Rail Route File Maintenance (475) + Ocean Shipment Information (304, 311, 317, 319, 322, 323, 324, 325, 326, 361) + Specifications/Technical Information (841) + Production Sequence (866) + Rail Carrier Shipment Information (404, 419) + Shipping Schedule (862) + Railroad Service Commitment Advice (453) + Account Assignment/Inquiry and Service/Status (248) + Student Enrollment Verification (190) + Warehouse Shipping Advice (945) + Electronic Filing of Tax Return Data Acknowledgment (151) + Trailer or Container Repair Billing (412) + Trading Partner Profile (838) + Tax or Fee Exemption Certification (283) + Electronic Filing of Tax Return Data (813) + Tax Information Exchange (826) + Tax Jurisdiction Sourcing (158) + Motor Carrier Delivery Trailer Manifest (212) + Tax Rate Notification (150) + Real Estate Title Services (197, 199, 265, 485, 486) + Rail Rate Transactions (460, 463, 466, 468, 485, 486, 490, 492, 494) + Train Sheet (161) + Educational Testing and Prospect Request and Report (138) + Trailer Usage Report (227) + Text Message (864) + Retail Account Characteristics (885) + Customer Call Reporting (886) + Secured Interest Filing (154) + Deduction Research Report (891) + Underwriting Information Services (255) + Motor Carrier Pickup Manifest (215) + Insurance Underwriting Requirements Reporting (186) + Vehicle Application Advice (126) + Vehicle Baying Order (127) + Vehicle Shipping Order (120) + Vehicle Damage (124) + Vessel Content Details (109) + Vehicle Carrier Rate Update (129) + Voter Registration Information (280) + Vehicle Service (121) + Product Service Transaction Sets (140, 141, 142, 143) + Rail Carrier Waybill Interchange (417) + Vendor Performance Review (501) + Wage Determination (288) + Well Information (625) + Shipment Weights (440) + Rail Waybill Request (425) + + + Statement 1, General Division + Statement 2, Distribution or Resale + Statement 3, Soviet Bloc and Other Specified Countries + Export Control Clause to South Africa + + + ASC X12 Standards Approved by ANSI in 1983 + ASC X12 Standards Approved by ANSI in 1986 + Draft Standards Approved by ASC X12 in November 1987 + Draft Standards Approved by ASC X12 through February 1988 + Draft Standards Approved by ASC X12 through August 1988 + Draft Standards Approved by ASC X12 through February 1989 + Draft Standards Approved by ASC X12 through May 1989 + Draft Standards Approved by ASC X12 through October 1989 + Draft Standards Approved by ASC X12 through February 1990 + ASC X12 Standards Approved by ANSI in 1992 + Draft Standards Approved by ASC X12 through June 1990 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1991 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1991 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1991 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1992 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1992 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1992 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1993 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1993 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1993 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1994 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1994 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1994 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1995 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1995 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1995 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1996 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1996 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through October 1996 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through February 1997 + Draft Standards Approved for Publication by ASC X12 Procedures Review Board through June 1997 + ASC X12 Standards Approved by ANSI in 1997 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1997 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 1998 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 1998 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1998 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 1999 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 1999 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1999 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2000 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2000 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2000 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2001 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2001 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2001 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2002 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2002 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2002 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2003 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2003 + ASC X12 Standards Approved by ANSI in 2003 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2003 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2004 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2004 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2004 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2005 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2005 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2005 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2006 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2006 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2006 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2007 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2007 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2007 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2008 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2008 + ASC X12 Standards Approved by ANSI in 2008 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2008 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2009 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2009 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2009 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2010 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2010 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2010 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2011 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2011 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2011 + Standards Approved for Publication by ASC X12 Procedures Review Board through February 2012 + Standards Approved for Publication by ASC X12 Procedures Review Board through June 2012 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2012 + + + Current Transaction Trace Numbers + Referenced Transaction Trace Numbers + Financial Reassociation Trace Number + + + Adjustment + Evaluated Receipts Settlement + Final + Not Specified (Unknown as to Type of Payment) + Payment in Advance + Pay Item + Payment on Account + Partial Payment + Progress Payment + + + Involuntary Withdrawal from Plan + Satisfied - Plan Complete + Terminated - Not Complete + Unknown + Voluntary Withdrawal + + + Not Scored + Not Reported + Unscoreable + Negative + Positive + + + Declined + Open Discovered + Unknown + Did Not Inquire + Not a Lender + No Open Account + Reporting Agency Inquiry + Application Pending + Open, Account Number Not Issued + Account Closed + Open, Primary Account + + + Adjustment In + Adjustment Out + Customer to Distributor + Distributor to Customer + Distributor to Manufacturer + Manufacturer to Distributor + Transfer In + Transfer Out + + + Add + As Stated (Used to Identify an Initial Load of Data Elements, Segments, or Codes for a Version/Release). + Delete + Flag for Delete + Inquiry + Replace (Equivalent to Delete and Add) + + + Service + Control + Composite + Simple + + + Proforma Entered/B13 Not Required + Proforma and B13 Entered + Proforma Entered and B13 with Car + Proforma Entered and B13 by Summary Reporting + Proforma Entered with B13 with Broker Port of Exit + Proforma with Car/B13 Not Required + Proforma with Car and B13 Entered + Proforma and B13 with Car + Proforma with Car and B13 by Summary Reporting + Proforma with Car and B13 with Broker Port of Exit + Proforma with Broker Port of Exit/B13 Not Required + Proforma with Broker Port of Exit and B13 Entered + Proforma with Broker Port of Exit and B13 with Car + Proforma with Broker Port of Exit B13 by Summary Reporting + Proforma and B13 with Broker Port of Exit + Customs Cleared + Customs A 4 + + + + Subject to Drawback + Imported on 1/60 Basis + Imported Under License + + + ABA Transit Routing Number Including Check Digits (9 digits) + Swift Identification (8 or 11 characters) + CHIPS (3 or 4 digits) + Canadian Bank Branch and Institution Number + Mutually Defined + + + Complete + Partial + + + Plate B + Plate C + Plate D + Plate E + Plate F + Plate G + Plate H + Plate I + Plate J + Plate K + Plate Size Restriction Has Been Eliminated + + + Both Import and Export + Export Only + Import Only + No Import or Export Facility Available + + + Inventory Adjustment, Full Detail + Book Transfer of Inventory, Full Detail + Customer Return - Full Detail + Full Detail + Original Transaction + Simulation Exercise + No Exceptions + Physical Inventory Overage, Full Detail + Production Receipt, Full Detail + Replacement and Charge + Physical Inventory Shortage, Full Detail + Exceptions Only + Automated Manifest System (AMS) Master-In-Bond Participant + Mutually Defined + + + Functional Group Total + Month to Date Total + Year to Date Total + Mutually Agreed Total + + + Month + Year + Hourly Appurtenance Units (Hours of Enhancement/Addition to Equipment) + Daily Time Units + Hourly Time Units + Other Time Units + + + G-Dest - Shipments of Commodities to Destination Not Requiring a Validated License + GLV - Shipments of Limited Value + GIT - In-transit Shipments + GUS - Shipments to Personnel and Agencies of the U.S. Government + GLC - Exports of Commercial Vehicles by Certain Civil Airlines and by Private Common Carrier + GTF-US - Goods Imported for Display at U.S. Exhibitions or Trade Fairs + GLR - Return or Replacement of Certain Commodities + GIFT - Shipment of Gift Parcels + GATS - Aircraft on Temporary Sojourn + General Export License Required + Validated Export License Required + GMS - Shipments Under the Mutual Security Act + GTD & GTDR - Technical Data + State + General License Non-naval Reserve (G-NNR) + General License Cooperating Governments (GCG) + Registered Carrier Stores (RCS) + General License - Temporary (G-Temp) + General License Free World (GFW) + Automated Export System (AES) Ultimate Destination Canada + Automated Export System (AES) Diplomatic Pouches + Automated Export System (AES) Shipments to U. S. Agencies + Automated Export System (AES) Household Shipment + Automated Export System (AES) Human Remains + Automated Export System (AES) U. S. Military Supplies + Automated Export System (AES) Personal Property + Automated Export System (AES) Shipments between US Possesions except Virgin Islands + Automated Export System (AES) Unreported Low Value Shipment + + + Demand Information Only + Issue - Other Agency + Issue - Other Department + Grant Aid + Foreign Military Sale + Test and Evaluation + Furnished Goods and Services + Reutilization and Marketing + Relocation + Modification + Repair or Nondestructive Testing + Loan + Return + Designated Items + Broken Price + Other + Exchange + Bailment Stock Withdrawal + Book Entry + Transfer via Depository Trust Company (DTC) + Physical Delivery + Transfer for Charitable Contribution + Replacement Due to Complaint + Contract Sale + Oil Deliveries + Drop Ship Sale + Flowing Gas Information + Gas Disposition + Gas Plant Liquids Summary + Gas Receipts + Inventory adjustment + Interbranch + Offshore Movement/Sale + Onshore Movement/Sale + Oil Transfer and Storage + Price adjustment + Price Book + Property Level Movement/Sale + Physical Meter Information + Production Origin + Pool Level Movement and/or Sale + Reapplication of Order + Return of Broken Price + Received From Vendor + Return of List Price + Oil Receipts + Return to Usable Inventory + Return to Vendor + Stocking adjustment + Scrap + Ship and Debit Sale + Ship and Debit + Sample + Stock Sale + Summary + Transfer for Disposal + Well Level Movement/Sale + + + Line Item Total + Batch Total + Deposit Total + Lock Box Total + Total Invoice Amount + Amount Subject to Total Monetary Discount + Discount Amount Due + Total Monetary Discount Amount + Total Operational Statement Amount + Adjusted Chargeback Claim Amount + Estimated + City + Payor Amount Paid + Estimated Credit + Annual Limit + Collateral + Bid Amount + Interest + Trustee Fees + Attorney and Trustee Fees + Local + Amount Due from Buyer at Appraisal Notice Date + Net + Court Cost + Penalty + Amount Owed to Buyer at Appraisal Notice Date + Spend Down + Submitted Chargeback Claim Amount + Tax + Underpayment + Cost of Deficiency + Deficiency Judgment Fees + Deficiency Judgment Expenses and Fees + Current List Price + List Price When Sold + Downpayment on the Repayment Plan Amount + Fixed Installment Control Accounting Error + Graduated Payment Mortgage Adjustment + Growing Equity Mortgage Adjustment + Adjustable Rate Mortgage Change + Fixed Installment Control Substitution Adjustment + Interest Adjustment + Deferred Graduated Payment Mortgage Interest Paid + Interest Accounting Error + Principal Accounting Error + Interest Substitution Adjustment + Principal Substitution Adjustment + Prepaid Interest + Prepaid Principal + Delinquent Interest + Delinquent Principal + Curtailment Adjustment + Serial Note Principal Available for Distribution + Servicing Fee + Guarantee Fee Adjustment + Amount Under-collateralized + Amount Over-collateralized + Trial Balance Adjustment + Custodial Bank Account Adjustment + Item + Schedule + Regular Plan + Previously Billed + Currently Due + Coverage Premium + Shipment Value in U.S. Dollars + Liabilities at Bankruptcy + Account Average Balance Account + Outstanding Balance at Foreclosure + Legal Obligation Debt Amount + Estimated Closing Cost Amount + Discount Fees Paid by Borrower Amount + Closing Costs or Concessions Paid by Seller + Prepaid Items Amount + Federal Housing Administration, Mortgage Insurance Premium Funding Fee Financed Amount + Variance + Variance Adjustment Cost + Variance Adjustment Schedule + Escalation + Fixed Price + Lodging + Meals + Travel Expense + Insurance Expense + Union Dues + Regular Income + Income on Real Property + Income from Social Security and/or other Government Assistance + Total Monthly Income + Electric and/or Fuel Payment + Water and/or Sewer Payment + Telephone Payment + Maintenance Expense + Food Expense + Clothing Expense + Laundry Expense + Medical and/or Dental Expense + Recreation Expenses + Charitable Contributions + Federal Housing Administration, Mortgage Insurance Premium or Veteran's Administration Funding Fee Amount + Original Cost of Property Amount + Owner's Estimate of Value Amount + Appraised Value Amount + Gross Monthly Income Amount + Assets at Bankruptcy + Negotiated Cost + Authorized Unpriced Work + Target Price + Estimated Price + Home Insurance Expense + Life Insurance Expense + Health Insurance Expense + Automobile Insurance Expense + Value of Property Claimed as Exempt + Automobile Payment + Other Type of Installment Payment + Operating Expenses + Total Projected Monthly Income + Total Projected Monthly Expenses + Excess Income + Value of Personal Property + Monthly Overtime + Total All Repairs + Total Recommended Repairs + State Quarterly Total Gross Wages + State Quarterly Unemployment Insurance (UI) Total Wages + State Quarterly Unemployment Insurance (UI) Excess Wages + State Quarterly Unemployment Insurance (UI) Taxable Wages + State Quarterly Disability Insurance Taxable Wages + State Quarterly Tip Wages + Asset-Long Term + Asset-Short Term + Base Coverage + Commission Retained + Contract Ceiling + Estimated Contract Ceiling + Target Fee or Profit Amount + Original Contract Target Cost + Negotiated Contract Changes + Current Target Cost + Contract Budget Base (CBB) + Current Budgeted Cost for Work Scheduled (BCWS) + Current Budgeted Cost for Work Performed (BCWP) + Current Actual Cost of Work Performed (ACWP) + Accounting + Accounts Payable + Accounts Receivable + Advanced Dividends + Advertising Expenses + Amortization + Amortization Costs + Amount of Decree + Asset Investment + Authorized Capital + Available Reserves + Bad Debt Allowance + Bad Debts + Bank Account(s) + Long Term Assets + Long Term Liabilities + Long Term Tangible Assets + Losses on Capital + Machines and Tools + Member Risk Capital + Miscellaneous After Tax Exempt + Mortgage + Nominal Capital + Nominal Damages + Non-operational Fixed Assets + Excess Amount Requested + Current Schedule Variance (SV) + Current Cost Variance (CV) + Cumulative Budgeted Cost for Work Scheduled (BCWS) + Cumulative Budgeted Cost for Work Performed (BCWP) + Cumulative Actual Cost of Work Performed (ACWP) + Cumulative Schedule Variance (SV) + Cumulative Cost Variance (CV) + Reprogram Cost Variance + Reprogram Budget + At Complete Budget (BAC) + Nonissued Capital + Notes Payable + Notes Receivable + Bank Debentures + Bank Obligations + Buildings + Buildings Under Construction + Capital + Capital Associated with Principal + Capital of Other Subsidiaries + Capital Stock + Cash + Capital Subsidies Received + Commercial Debt + Commercial Expenses + Common Stock + Consequential Damages + Compensatory Damages + Convertible Debentures + Cost of Goods Sold + Cost of Sales + Cost(s) + Current Assets + Current Liabilities + Damages + Deferred Cost + At Complete Latest Revised Estimate (LRE) + At Complete Variance + Total Allocated Budget + Difference (Contract Budget Base - Total Allocated Budget) + Forecast + At Complete Forecast + Current Cost Performance Index (CPIe) - Efficiency (BCWP/ACWP) + Current Cost Performance Index (CPIp) - Planned (ACWP/BCWP) + Current Schedule Performance Index (SPI) + Cumulative Cost Performance Index (CPIe) - Efficiency (BCWP/ACWP) + Deferred Credit or Income + Deferred Taxation + Deposits + Depreciation + Depreciation of Fixed Assets + Depreciation of Revaluation of Fixed Assets + Director's Remuneration + Dividends + Doubtful Receivables + Equipment + Equipment Subsidies + Equities, Stocks + Equity + Exceptional Item + Exports + External Charge + Extraordinary Charge + Extraordinary Current Asset Write Downs + Extraordinary Result + Financial Assets + Financial Charges + Financial Debt + Financial Expenses + Financial Income + Finished Goods + Fixed Asset Debts + Cumulative Cost Performance Index (CPIp) - Planned (ACWP/BCWP) + Cumulative Schedule Performance Index (SPI) + To Complete Performance Index (TCPI) for Budget at Complete (BAC) + To Complete Performance Index (TCPI) for Estimate At Complete (EAC) + Initial Contract Price Target + Initial Contract Price Ceiling + Adjusted Contract Price Target + Adjusted Contract Price Ceiling + Funds Authorized to Date + Accrued Expenditures + Fixed Assets + Fixed Assets for Sale + Fixtures + Fixtures and Equipment + Franchise + Franchise Tax Balance + Franchise Tax Paid + Free Reserves + Furniture + Future Loan + General Accounts + General Expenses + Goodwill + Grants for Operating Costs + Group Related Financial Income + Income Stated in Advance + Income Tax + Income Tax, Corporate + Income Tax, Noncorporate + Injunction + Intangible Depreciation + Intangibles + Interest of Third Party + Interest on Loans + Operating Income (Loss) + Optional Reserves + Open Commitments + Forecast of Billings + Estimated Termination Costs + Accrued Expenditures plus Open Commitments + Contract Work Authorized - Definitized + Contract Work Authorized - Not Definitized + Contract Work Authorized - Total + Forecast of Work - Not Yet Authorized + Forecast of Work - All Other + Forecast of Work - Total + Organizational Expenses + Outside Share in Profit or Loss + Outstanding Debts against Board of Directors/Managers + Owing + Owing from Affiliates + Owing from Participants + Owing to Affiliates + Owing to Fiscal Office + Owing to National Social Security Office + Owing to Participants + Own Work Capitalized + Paid in Capital + Par Value + Participating Interest + Patents + Pension Debts + Pensions Provision + Preferred Stock + Prepaid Orders in Progress + Prior Results Carried Forward + Profit or Loss + Profit or Loss after Taxes + Profit or Loss before Taxes + Profit or Loss on Ordinary Activities after Tax + Progress Payments + Proposed Dividend + Funding - Total Requirements + Funds Carryover + Net Funds Required + Contract Work Authorized (with fee/profit) Actual or Projected + Contract Work Authorized (with fee/profit) Actual or Projected - At Complete + Best Case Estimate + Worst Case Estimate + Most Likely Estimate + "As Is" Appraisal Amount + "Subject To" Appraisal Amount + Provision for Depreciation of Stock or Inventory + Provision for Future Purchases + Provision for Risks + Punitive Damages + Purchase Price + Purchases + Raw Materials + Real Estate + Receivables + Regularization Account + Research and Development + Restructuring Costs + Result + Retained Earnings + Revenues + Sales + Sales and Use Tax + Savings + Secured Liability + Secured Loans + Selling Expenses + Services + Share Capital + Share in Profit or Loss of Minority Interest + Share Premium Capital + Shares in Affiliated Companies + "Completion Per Plans" Appraisal Amount + Site Value Amount + Compensation + Contribution + Death Benefit + Death Benefit Decrement + Employee Account Balance + Loan Repayment + Prior W2 + Single Premium + Social Charges + Social Security (FICA) + Special Reserves + Specially Secured Creditors + Specific Performance + Starting Capital + Statutory Reserves + Subscribed Capital + Suit Amount + Supplies + Surplus of Revaluation + Tangible Net Worth + Tax Adjustments + Tax Balance + Tax Capital Amount + Tax on Extraordinary Items + Tax Recoverable + Taxed Reserves + Trade Creditors + Inventory (Stock) + Inventory (Stock) Depreciation + Inventory (Stock) Purchases + Investment in Own Shares + Investments + Issued Capital + Labor Costs + Assistantship from Admitting Educational Institution + Average Negative Ledger Balance + Average Positive Collected Balance + Average Negative Collected Balance + Average Positive Ledger Balance + Disallowed - Estimated + Disallowed - Actual + Noncovered Charges - Estimated + Noncovered Charges - Actual + Allowed - Estimated + Allocated + Adjusted Collected Balance + Average Collected Balance + + Arrearage + Average Float + Adjusted Gross Income + Loan Balance Difference + Sale Amount + Funds Held by Mortgagee + Attorney Fees + Average Ledger Balance + Amount Financed + Bankruptcy Fee + Amount Override + Amount Prior to Fractionalization + Average Price Per Call + Fees to Public Officials for Foreclosure + Average Price Per Minute + Total Received + Coverage Amount + Actual Cash Value + Replacement Cost + Previous Price + Title Cost + Other Foreclosure and Acquisition Expenses + Bond + Benefit Amount + Bonuses and Commissions Divided Over 12 Months + Bonuses Divided Over 12 Months + Bonuses and Commissions + Budgeted + Allowed - Actual + Deductible - Estimated + Co-insurance - Estimated + Co-insurance - Actual + Bargain + Mortgage Insurance Premiums + Billing Cycle Net Fee Position (Excess/Deficit) + Balance Due + Disbursements for Authorized Repair + Hazard Insurance Premium + Eviction Attorney Fees + Eviction Expenses + Property Taxes + Disbursements Not Shown Elsewhere + Disbursements for Protection and Preservation + Disbursements for Inspections and Boarding + Adjustments + Rental Income + Rental Expense + Average Net Collected Balance + Bail + Adjusted Insured Loss Amount + Mortgage Note Interest + Bank Reject Total + Overhead Costs + Uncollected Interest + Amount Due from Buyer at Closing + Amount Owed to Buyer at Closing + Additional Closing Expenses + Deficiency Judgment Expenses + Current Expenditures + Co-Payment Amount + Child Rider Coverage + Prior Payment - Estimated + Prior Payment - Actual + Claim Amount Due - Estimated + Claim Amount Due - Actual + Payor Responsibility - Estimated + Payor Responsibility - Actual + Disallowed Cost Containment - Actual + Contractor Cumulative to Date + Collected Balance Required + Chargeback Claim Amount + Overpaid Section 235 Subsidy + Summary Amount + Appraisal Fees + Commission Fees Deducted + Change Amount + Funds Held for Insured + Other Deductions + Back End Load + Outstanding Balance Current Lender + Claimant Requested Total + Special Assessments + Taxes on Deed + Statutory Disbursements + Net Claim Amount + Contractor at Complete + Commission Sales + Contract + Subcontractor Cumulative to Date + Subcontractor at Complete + Earned Value + Actual + Cumulative Budget + Cumulative Earned Value + Administration and Management Costs + Deferred Compensation Commissions + Deductible Amount + Deferred Compensation Commissions and Bonuses + Deferred Compensation + Dependent Care Contribution + Disallowed Cost Containment - Estimated + Dispensing Fee + Discount Amount + Cumulative Actual + Original Mortgage + Unapplied Section 235 Funds + Unapplied Buydown Fund + Direct Deposit + Estimate of Damage + Authorized Bid + Escrow Balance + Total Disbursements + Charge Off + Liens Amount Original + Release of Lien + Debit + Asset + Liability + Satisfaction + Exemption + Settlement + Alimony Expense + Alimony Income + Child Support Expense + Child Support Income + Separate Maintenance Expense + Separate Maintenance Income + Deductible Waived + Per Day Limit + Job-related Expense + Administration and Management Indemnity Charge + Employer Year to Date Contribution + Employee Annual Pledge Amount + Employee Current Contribution + Employer Pledge Amount + Employer Current Contribution + Eligible Wage Amount + Employee Year to Date Contribution + Education Contribution + Initial Fee + Earnings Allowance + Collected Balance (Excess/Deficit) + Allowance (Excess/Deficit) + Estimated Cost of Attendance + Other Expense + Estimated Financial Aid + Other Income + Amount of Mortgages and Liens + Mortgage Payment(s) + Insurance, Maintenance, Taxes and Miscellaneous + Net Rental Income + Present Market Value + Gross Rental Income + Cancellation Fee + Capital Reserves + Employer Annual Pledge Amount + Condominium Association Fees + Homeowner Association Fees + Mortgage Insurance Proceeds + Net Proceeds from Sale of Real Estate Property + Insurance Proceeds (Primary Settlement) + Presale Proceeds + Pledged Savings + As Is Broker's Opinion + Subject To Broker's Opinion + Uniform Commercial Code Filing Office Fee + Commercial Staff Labor Costs + Maximum Allowable Cost (MAC) Penalty Copay + Patient Responsibility - Actual + Patient Responsibility - Estimated + Postage Claimed + Patient Amount Paid + Provider Reserves + Sales Tax + Usual and Customary Charge - Estimated + Usual and Customary - Actual + Coordination Fee + Calculation Fee + Expected Family Contribution + Direct Deposit Flipped to Check + Fee + Application Fee + Licensing Fee + Regulatory Fee + First Interest Payment Amount + Waiver Fee + Other Unlisted Amount + Float + Fair Market Value + Fine + Fees Paid + Fees Paid Year to Date + Firm Contractor Share + Estimated Government Share + Expense + Endorsement Premium Amount + Commercial Staff Indemnity Charge + Flat Fee Paid to Date + Flat Fee Paid Current Month + Endorsement + First Payment + Earned Income + Initial Adjustment Total + Indicated Value by Sales Comparison Approach + Indicated Value by Income Approach + Price per Unit Area + Reconciliation of Final Value Estimate + Estimated Monthly Market Rent + Adjusted Sales Price + Sales or Financing Concessions + Indicated Value by Cost Approach + As-is Value of Site Improvements + Depreciated Value of Improvements + Price, High Value + Price, Low Value + Physical Depreciation + Functional Depreciation + External Depreciation + Adjusted Sales Price of Comparable Sales + Predominate Value + Average Customer Income + Average Neighborhood Income + Average Customer Purchase + Weekly Dollar Sales + Average Case Sales + Buy-down + Credit Line + Appraisal Repair Amount + Brokers Opinion Repair Amount + Credit Line Available + Subsequent Adjustments Total + Goods and Services Tax + Taxes Paid + Gross Value + Total Charge + Total Credit + Total Debit + Total Finance Charge + Host Government (government of the institution) Financing for Education + Legal Reserves + Cancellation + Deposit Inception to Date + Deposit Year to Date + Dump in Remittance + Earnings + Life Insurance Cash Value + Structure Value + Original List Price + Coin + Currency + U.S. Treasury Checks + Postal Money Orders + City Checks + Other Checks + Home Government Financing for Education + Annual Social Security Wages + Annual Social Security Tips + Annual Wages, Tips, and Other Compensation + Social Security Employee Tax Withheld + Federal Income Tax Withheld + Advance Earned Income Credit + Commission + Vacation Pay + Gross Pay Submitted + Intersell Commission Sales + Total Payroll Approved + Holiday Pay + Overtime Pay + Regular Pay + Sick Pay + Special Pay + Contract Price + Commercial Space Income + Utilities Paid by Owner + Life Insurance Coverage + Investment Income + Income + Price, Gross Living Area + Total Estimated Rent + Gross Annual Income + Custodian's Salary + Engineer's Salary + Elevator Operator's Salary + Indicated Value by Market Approach Estimate of Market Value + Adjusted Monthly Rent + Investable Balance + Accrued Unpaid Interest To Be Capitalized + Import Duty Amount + Excise Tax Amount + Inspection Fee + Adjustment for Gross Living Area + Predominant Price High + Irregular Interest Payment Amount + Net Adjusted Monthly Rent + Indicated Monthly Market Rent + Predominant Price Low + Adjustment for Rooms + Installment + Adjustment for Bedrooms + Interest Payable During Repayment Period + Contingent Debt + Insurance Recovery + Independent Scholarship + Incentive Fee + Accrued Unpaid Interest Not To Be Capitalized + Utilities Allowance + Furniture Allowance + Debentures + Account High Balance + Limited Partnership Capital + Current Face Amount + Original Face Amount + Fixed Default Note Holder's Amount + Initial Monthly Payment + Original Principal and Interest Payment + Final Principal and Interest Payment + Conversion Fee + Ending Balance + Beginning Balance + Assessment + Equity Claimed as Exempt + Counter Claim + Weekly Benefit + Lease + Administrative Load + Asset Cost Applicable to Entire Contract + Asset Cost Applicable to Portion of Contract + Annual Fee + Cost Basis + Disability Premium + Employee Additional Contribution + Employee Match Contribution + Employer Contribution + Free Look Value + Free Withdrawal Value + Front End Load + Guaranteed Minimum Death Benefit + Interim Value + Monthly Rent + Judgment + Loan Value + Market Value + Market Value Adjusted Value + Market Value Adjustment + Net Contract Value + Discounted Bills not Due + Unpaid Security Balance + Total Unpaid Security Balance + Veterans Affairs Funding Fee + Initial Target Fee + Minimum Fee + Maximum Fee + Price + Special Accounting Classification Reference Number (ACRN) Amount + New Price + Estimated Contract + Estimated Net Adjustment + Obligated + Undefinitized + Annual Revenue + Net Paid Amount + Net Collected Amount + Deduction Amount + Net Variance Amount + Minimum Contract Amount + Item Gross Amount + Collected Amount + Disbursed Amount + Gross Amount of Payment + Committed Amount + Principal and Interest + Incremental Order Amount + Liability-Long Term + Taxes and Insurance + Default Principal + Default Interest + Liability-Short Term + Default Taxes and Insurance + Miscellaneous Fee Collections + Not-To-Exceed Price + Mortgagor's Monthly Obligations + Liquid Assets + Legal Contribution + Leasehold Insurance Amount + Total Unidentified Payments Rejected + Total Credits Received + Total Debits Received + Total Pre-advices Received + Total Prenotes Received + Total Post-advices Received + Total Debit for Settlement + Definitized + Definitized Total + Lessor's Cost + Incremental + Loan Eligibility Amount + Loan Remittance or Repayment + Laundry Income + Baseline + Line Item Unit Price + Legal and Audit + Loan Amount Requested + Lump Sum + Limit + Lien Payoff + Money Purchase + List Price + Maximum Potential Liability + Total Credit for Settlement + Net Settlement + Total Award + Option Amount + Planned Periodic Payment + Tax and Insurance Escrow Fund Balance + Loan Expense + Total Remaining Principal Balance for the Issuer + Delinquent Payment + Loans from Officers + Maximum Out of Pocket Amount + Medical Contribution + Tax rate expressed as a flat fee + Minimum amount of tax to be paid + Minimum amount to which tax rate is applied + Maximum amount of tax to be paid + Maximum amount to which tax rate is applied + Markup Amount + Net of Surrender Withdrawal + Maximum Amount + Undistributed Budget + Cost of Money + Minimum Due + Minimum Default Note Holder's Cost + Administrative Fees + Maximum Late Charge + Minimum Late Charge + Minimum Incentive Fee + Maximum Default Note Holder's Cost + Gross to Pay + Prior Net Invoice Total + Payout + Monthly Limit + Minimum Order Value + Monthly Payment Amount + Post Tax Equity and Fiscal Responsibility Act (TEFRA) Cost Basis + Management Reserve + Past-Due Taxes and Assessment Remaining Unpaid + Pre Tax Equity and Fiscal Responsibility Act (TEFRA) Cost Basis + Premium Tax Paid on Surrender + Premium Tax Paid up Front + Sales Loads + Maximum Incentive Fee + Surrender Value + Valuation Price + Loans or Financial Borrowings + Net Worth + Individual Income Taxes and Other + Corporate Income and Excess Profits Tax + Excise Taxes + Estate and Gift Taxes + Carrier Tax Act Taxes + Federal Unemployment Tax Act Taxes + Miscellaneous Taxes + Withheld and Federal Insurance Contribution Act (FICA) Taxes + Net Adjustment + Net Compensation Position + Negative Collected Balance + Per Person Monthly Limit + Net Billed + Monthly Net Fee Position (Excess/Deficit) + Medicare Copayment + Medicare Deductible + Medicare Paid + Other Insurance Paid Amount + Total in Force and Applied Coverage + Negative Ledger Balance + Non-collateralized Amount + Transaction Fee + Non Commission Sales + Net to Pay Total + Adjusted Nonrecurring + Nonrecurring + Net Savings Amount + Unit Value + Reinsurance Amount + Renewal Amount + Retention Per Life + Retention Per Policy + Net Year to Date (Excess/Deficit) + Equalization Account + Extraordinary Income + Amount of First Mortgage Being Refinanced + Other Family Financing for Education + Intangible Assets Written Off + Interest Payable + Interest Receivable + Joint Venture Results + Long Term Debt + Long Term Provisions + Loss + Principal Balance Amount + Outstanding Loan Balance + Opening Bank Charges + Draft Amount + Miscellaneous Charges + Contractor's Offer + Cable Charge + Handling Charges + Non-commission Charges + Merchandise + Letter of Credit Amount + Outstanding Balance Other Lender + Other Monthly Income + Negotiating Bank Charges + Overdrafts + Original Payment Total + Payroll Costs + Letter of Credit Remaining Amount + Other Salaries + Commission Amendment Charges + Profit + Profit and Loss Deficit + Profit after Extraordinary Items and before Tax + Profit after Tax and Before Extraordinary Items + Payment Commission + Profit Distributed to Employees + Parental Financing for Education + Partner's Calendar Year Salary + Prior Plan Year Gross Salary + Premium Amount + Prior Year's Wage + Partner's Tax Year Salary + Premium Due + Partner's K1 Tax Year Amount + Partner's K1 Calendar Year Amount + Current Mortgage Principal Balance + Payment Cancellation Total + Billed Amount + Positive Collected Balance + Credit + Plan Period Election + Principal + Payoff + Per Occurrence Deductible + Per Occurrence Monthly Limit + Past Due + Photograph Fee + Positive Ledger Balance + Last Premium Amount + Prior Gross Invoice Total + Percent Override + Payment Prior to Advance + Advance Amount + Per Occurrence Limit + Per Occurrence per Day Limit + Per Occurrence Aggregate Limit + Unsecured Priority Claim + Prepetition Charges + Per Occurrence Maximum per Week Limit + Per Person Maximum per Week Limit + Per Person per Day Limit + Original Principal Balance + Loans to Affiliated Companies + Proposed + 1035 Exchange + 401K Transfer + Total Prenotes Accepted + Total Prenotes Rejected + Automatic Premium Deduction + Total Post-advices Accepted + Total Post-advices Rejected + Cash With Application + Combined + Credit Card + Deposit Fund + Direct Billing + Disc Premium + Electronic Funds Transfer (EFT) + Government Allotment + Initial Premium + Individual Retirement Account 60 Day Rollover + Individual Retirement Account Direct Transfer + Individual Retirement Account Regular Contribution + Keogh/HR 10 + Keogh/HR 10 Transfer + Quarterly Net Fee Position (Excess/Deficit) + List Billing + Modal Premium + Payroll Taxes + Parking Income + Non-Qualified (1035 Exchange) + PAC - Pre-Authorized Check + Payroll Deduction + Pension + Premium Received With Application + Profit Sharing Trust + Qualified + Payment Amount + Loans to Participants + Fixed, Liquidated Secured Debt + Contingent Secured Debt + Disputed Secured Debt + Unliquidated Secured Debt + Fixed, Liquidated Unsecured Debt + Contingent Unsecured Debt + Disputed Unsecured Debt + Unliquidated Unsecured Debt + At Time of Filing + Accelerated Royalty + Per Person Deductible + Refund Check + Per Person Limit + Royalty Due + Restitution + Budgeted Redemption + Per Person Aggregate Limit + Residual Value + Rate Amount + Provision for Long Term Depreciation + Regular Remittance + Remittance Refund + Resident Manager's Salary + Provisions + Repair + Recommended Amount + Reserve Requirement Amount + Reserves + Last Payment + Total Debits Rejected + Total Payments Rejected + Total Delinquency + Total Pre-advices Accepted + Total Pre-advices Rejected + Lender's Total Delinquency + Self-Financing for Education + Salary Amount + Salary with Bonuses + Salary with Commissions + Salary with Subchapter S Corporation Income + Salary with Partner's Bonuses + Subchapter S Corporation + Sole Proprietorship + Period Rental + Secured Claim Allowed + Campaign Summary Amount + Stated Amount + Total Service Charge + Sales Charge + Service Charges Which Cannot Be Compensated by Balances + Scholarship from Admitting Educational Institution + Sponsor-Financing for Education + Surrender Charge + Subsequent Interest Payment Amount + Surrender Full + Surrender Partial + Security Personnel's Salary + Supplemental + Sales Administration Expense + Special Creditors Amount + Sales Price + Special Debtors Amount + Secured Claim + Campaign Summary Amount to be Shared + State + Surcharge + Fixed Monthly Principal Payment + Base Award Fee + Severance Tax + Initial Buydown Balance + Certification Fee + Third-Party Government-Financing for Education + Teacher + Total Claim Before Taxes + Total Submitted Charges + Total Current Balance + Total Claims + Claim + Total Credits Accepted + Total Credits Rejected + Total Debits Accepted + Total Annual Sales + Total Annual Sales to Customer + Proposed Cost + Proposed Profit + Proposed Fee + Total Proposed Price + Alternate Proposed Price + Total Claim Allowed + Title Insurance Amount on Loan + Time and Expense Paid to Date + Total Amount of Contract + Total Prior Loan Amount Owed + Time and Expense Paid Current Month + Telephone Operator's Salary + Total payment amount + Subsidies for Operating Costs + Target Cost + Total Sales + Total Transaction Amount + Transportation Cost per Unit of Measure + Level of Premium Insurance - Retention + Technicians Indemnity Provision + Total to Date + Total at Complete + Transportation Cost Total + U.S. Government-Financing for Education + Unsecured, Priority Claim Allowed + Ingredient Cost Claimed + Miscellaneous Expenses + Present Value of Lot + Cost of Improvements + Alterations, Improvements, Repairs + Land + Refinance + Estimated Prepaid Items + Unliquidated Amount + Unpaid Principal Balance + Unspecified Aggregate Limit + Unsecured, Nonpriority Claim Allowed + Mortgage Insurance + Discount (If Borrower Paid) + Total Unpaid Principal Balance for Stafford Loans + Subordinate Financing + Total Costs + Other Credits + Base Loan Amount (w/o financed Mortgage Insurance) + Mortgage Insurance Financed + Total Loan Amount + Unsecured, Nonpriority Claim + Cash from or to Borrower + Total Unpaid Principal Balance for Parental Loans for Students + Monthly Income + Unearned Income + Total Unpaid Principal Balance for Supplemental Loans for Students + Value Added Sales + Clearing House Settlement + Drawback + Total Monthly Liabilities + Utilities, Furniture, and Amenities Included in Rent + Total Assets + Total Liquid Assets + Value Added + Tax and Insurance Escrow Fund + Interest Due to Investor + Total Principal Due to the Investor + Total Interest Due to the Investor + Total Curtailment Due to the Investor + Total Principal Payoff and Repurchase Due to the Investor + Total Interest Payoff and Repurchase Due to the Investor + Actual Outstanding Principal Balance + Face Amount + Total Current Rent or Mortgage Payment (Issue) + Total Non-liquid Assets + Authorized + Actual Person Day Rate + Estimated Person Day Rate + Total Monthly Expenses + Current Monthly Principal and Interest + Levy Amount + Current Support + Past Due Support + Medical Support + Net Negative Amortization Amount + Withhold From Wages + Commission Basis + Commission Earned + Current Monthly Payment + Commission Netted + Total Monthly Debt + Other Financing Payment + Current Value + Closing Cost + Capitalized Mortgage Amount + First Mortgage Monthly Principal and Interest + Interest Amount Paid to Date + Minimum Transfer + Maximum Transfer + Trade Debtors + W-2 + W-2 with Bonuses + W-2 with Deferred Compensation + W-2 without Bonuses + Deposit Sub Total + Direct Rollover + Direct Transfer + Discounted + Secondary Finance + Minimum Deposit + Sub-Agency Compensation + Buyers Agency Compensation + Variable Rate Compensation + Compensation Bonus on Sale of Property + Veterans Affairs Loan Guarantee + Security Trade Amount + Balance Owing All Other Liens, Subject Property + Other Financing + Dual Agency Compensation + Per Week Limit + Lender's Opinion of Value + Total Original Principal Balance + Other Agent Compensation + Dock Usage Fee + Pool Usage Fee + Clubhouse Fee + Optional Service Fee + Other Association Fees + Principal, Interest, Taxes + Principal, Interest, Taxes and Insurance + Total Points Paid at Closing + Amount that Would Have Been Paid in the Absence of Capitation + Points Paid by Seller + Loan Withdrawal + Severance Pay + Treble Damages + Transfer to Untaxed Reserves + Reissued + Rollover Amount + Annual Rental + Gross Monthly Rent + SEP - Self Employee Pension + Funding Amount + Tax Sheltered Annuity (403B Transfer) + Maximum Award Fee + Maturity Value + Earned Wages + Base Period Wage + Withdrawal + Withdrawal Inception to Date + Withdrawal Less Market Value Adjustment + Withdrawal Less Surrender + Withdrawal Less Taxes + Withdrawal Year to Date + Unavailable Reserves + Uncalled Capital + Unemployment Contribution + Unlimited Capital, Minimum Fixed + Unpaid Capital + Unsecured Liabilities + Value Added Tax + Value of Shares + Vehicles + Voluntary Reserves + Wages + Withholding + Original Value + Working Capital + Sales Price Per Dwelling Unit + Sales Price Per Room + Self Insurance Amount + Year to Date Eligible Salary + Total Real Estate Owned + Total Liabilities + Total Liability Monthly Payments + Total Real Estate Owned Market Value + Total Real Estate Owned Gross Rental Income + Total Real Estate Owned Mortgages and Liens + Total Real Estate Owned Mortgage Payments + Total Real Estate Owned Miscellaneous Expenses + Total Real Estate Owned Net Rental Income + Actual Unpaid Principal Balance + Scheduled Unpaid Principal Balance + Principal Due to Investor + Constant Principal and Interest + Other Fee Collection + Beginning Scheduled Unpaid Principal Balance + Tax and Insurance Principal Balance + New Principal and Interest + Curtailment + Prepayment Penalty + Partial Annuitization + Partial Withdrawal + Post Tax Equity and Fiscal Responsibility Act (TEFRA) Gain + Pre Tax Equity and Fiscal Responsibility Act (TEFRA) Gain + Policy Amount + Payments in Advance + Payments in Arrears + Cancelled + Denied + In Process + Requested + Paid + Paid for This Facility + Returned + Total Aggregate Limit + Insertion Cost + Repackaging Labor Cost + Repackaging Material Cost + Unit Cost of Discrepant Material + Liquidation Principal + Remaining Pool Balance + Remaining Security Balance + Program Cost + Override to Handling Fee + Production Cost + Federal Medicare or Medicaid Claim Mandate - Category 1 + Federal Medicare or Medicaid Claim Mandate - Category 2 + Federal Medicare or Medicaid Claim Mandate - Category 3 + Federal Medicare or Medicaid Claim Mandate - Category 4 + Federal Medicare or Medicaid Claim Mandate - Category 5 + Federal Pension Mandate - Category 1 + Federal Pension Mandate - Category 2 + Federal Pension Mandate - Category 3 + Federal Pension Mandate - Category 4 + Federal Pension Mandate - Category 5 + Federal Medicare or Medicaid Payment Mandate - Category 1 + Federal Medicare or Medicaid Payment Mandate - Category 2 + Federal Medicare or Medicaid Payment Mandate - Category 3 + Federal Medicare or Medicaid Payment Mandate - Category 4 + Federal Medicare or Medicaid Payment Mandate - Category 5 + Coupon Face Value + Initial Target Cost + Increase + Decrease + Prorated Amount + Loan Charge + Mortgage Recording Fee + Deed Recording Fee + Release Recording Fee + Assumption + Mutually Defined + Excess Funds + Cumulative Total + Reimbursable Amount + Total Reimbursable Amount + Direct Citation Amount + Total Direct Citation Funds + Chargeable Amount + Temporary Term Coverage + Conditional Receipt Coverage + Binding Interim Coverage + Application Amount + Approved Amount + Ultimate Face Amount + Requested Amount from All Reinsurers + Replacement Amount + Scheduled Contribution + Scheduled Disbursement + Short Term Investment + Subsequent Contribution + Subsequent Distribution + Tax-Federal + Tax-Local + Tax-State + Trust Fund + Capital Leases + Surplus + Restated Assets + Owing to Clients + Shareholder Loans + Accumulated Deficit + Loan from Parent Company + Contribution Not Subject to Repayment + Income Before Depreciation + Income After Depreciation + Profit (Loss) Before Financial Items + Interest Expenses + Profit (Loss) Before Extraordinary Items + Profit (Loss) After Financial Items + Income Before Allocations + Income from Sale of Fixed Assets + Contribution to Group + Deferred Tax Assets + Blocked Accounts + Non-taxed Reserves + Pledged Assets + Restricted Equity + Non-restricted Equity + Depreciable Assets + Taxable Assets + Income from Business + Income Subject to Taxes + Taxable Amount of Real Estate + Ending Principal Balance + Average Daily Principal Balance + Interest Amount + Adjustments for Difference in Average Daily Principal Balance + Beginning Principal Balance + Loan Principal Disbursements + Principal Increases + Principal of Loans Purchased + Principal Cured + Principal Sold + Principal Insurance Claims + Principal Guarantee Voided + Principal Paid by Borrowers + Loans in School and Grace + Loans in Authorized Deferment + Loans Repay or Forebearance - Current or Less than 31 Days + Loans Repay or Forebearance - 31 to 60 Days Past Due + Loans Repay or Forebearance - 61 to 90 Days Past Due + Loans Repay or Forebearance - 91 to 120 Days Past Due + Loans Repay or Forebearance - 121 to 180 Days Past Due + Loans Repay or Forebearance - 181 to 270 Days Past Due + Loans Repay or Forebearance - 271 or More Days Past Due + Loans Repay or Forebearance - Claims Filed, Not Yet Paid + Agent Sales + Amount Involved + Assigned Capital + Credit Line Utilized + Direct Sales + Earnings per Share + Inheritance + Invested Capital + Loan from Family Members + Non Depreciable Assets + Partially Paid Amount per Share + Pending Orders + Personal Loan + Plant and Machinery + Pre-Tax Loss + Pre-Tax Profit + Registered Capital + Revaluation Reserves + Social Capital + Statutory Profit + Training Pay + Retroactive Pay + Expected Reimbursement Amount + Permit Cost + Minimum + Additional Amount to Meet Minimum + Labor Per Hour + Non-recoverable Depreciation + Recoverable Depreciation + Overhead + Indemnity Benefit + Replacement Cost of Repairs + Actual Cash Value of Repairs + Recoverable Depreciation of Repairs + Non-recoverable Depreciation of Repairs + Non-indemnity Benefit + Actual Cash Value of Building + Government Share + Contractor Share + Award Fee + Base Fee + Target Profit Floor + Target Profit Ceiling + Labor Per Day + Difference in Interest Due + Difference in Prepayment Penalty + Difference in Principal Due + Appropriation of Retained Earnings Less Reversals + Appropriations + Billings and Costs-Profit Differential + Common Stock Par Value + Cost of Services Rendered + Creditors + Declared Profit + Discounted Notes + Endorsed Notes + General Reserves + Import Volume + Income Tax Credit + Long-Term Deposits + Long-Term Loans + Minority Interest + Non-Operating Expense + Non-Operating Income + Operating Profit or Loss + Preferred Stock Par Value + Profit After Tax and Minority Interest + Retained Earnings to be Appropriated + Revaluation Surplus or Deficit + Reversal of Voluntary Earned Surplus + Share Price + Short-Term Deposits + Short-Term Loans + Tax Provisions + Unallocated Profit + Voluntary Earned Surplus + Calculated Weekly Compensation Amount + Benefit Type Gross Weekly Amount + Benefit Type Net Weekly Amount + Employee Gross Wage + Garage Gross Wages + Officer Compensation - Actual Flat + Officer Compensation - Statutory Maximum + Officer Compensation - Statutory Minimum + Previous Balance + Disputed Amount + Non-Operating Income or Expense + Operating Income or Expense + Income or Expense + Purchase Authority + Capital Decrease + Capital Increase + Deed Capital + Transferred Amount + Unadjusted Sales Price + Sales Concessions + Property Value + Partial Release Amount + Lien Filing Fee + Additional Repair Price + Qualified Tuition and Related Expenses + Qualified Financial Assistance + Aggregate Reimbursements or Refunds + New Loan Balance + Raw Material Purchases + Work in Progress Purchases + Operating Cash Flow + Payments for Outside Work + Set Aside for Provisions + Financial Income or Expense + Extraordinary Income or Expense + Unfinished Production Carried Forward + Installation Materials Cost + New Mortgage Amount + Capitalized Assets + Profit Reserves + Share in Profit or Loss in Other Companies + Monetary Correction + Scheduled Repayment Amount + Amounts Placed with Other Banks + Due from Parent Company + Owing from Subsidiary Companies + Certificates of Deposit Amount + Publicly Traded Shares Amount + Non Publicly Traded Shares Amount + Trading Securities Amount + Investment Securities Amount + Earnings Per Share Minus Dividends + Active Partner Capital + Adjusted Claim + Accrued Income + Amount of Purchase Exempt From Tax or Fee + Annual Sales or Premiums + Amount of Tax or Fee Exemption + Average + Net Taxable Income + Original Amount of Instrument + Addition to Tax + Reinstatement Fee + Permit Fee Due + Permit Fee with Extension + Net Annual Permit Fee Due + Permit Fee Penalty Due + Permit Fee Interest Due + Total Permit Fee Due + Franchise Tax + Unclaimed Franchise Tax Credit + Net Franchise Tax Due + Franchise Tax Penalty Due + Total Franchise Tax Due + Total Amount Due + Overpayment + Amount to be Refunded + Gross In-State Receipts + Gross Receipts + Occupation Fee + Total Assessed Value + Total Value of All Property + Value of In-State Property + Total Value of Out-of-State Property + Total Par Value + Total Assessable Capital Stock + Apportioned Value + Estimated In-State Real Property Value + Par Value of In-State Assets + In-State Business Revenue + Subscription Price + Value of Authorized Shares + Ordinance Amount + Capital for a Cooperative + Directors Legal Obligation Debt + Silent Partner Capital + Bridge Loan Not Deposited + Borrower Advance + Borrowed Amount + Betterment + Bills of Exchange Payable + Clean-up Costs Associated with Deficiency + Collections, Judgments, and Liens + Compression Charge + Commodity Refund + Corporate Assets + Closing Costs Paid by Any Other Party Other Than Seller or Buyer + Closing Costs Paid by Seller + Container Replacement Cost + Container Replacement Labor Cost + Container Replacement Material Cost + Dollar For Dollar Deductions + Delayed Interest + Deferred Assets + Delinquent Taxes + Discount Points Financed + Discount Points Not Financed + Defaulted Tax Plan Payment + Development Properties + Administrative Expenses + Air Travel Expenses + Amount Forgiven + Amount Guaranteed + Amount Over Fair Market Value + Amount Owed + Amount Payable + Amount Raised + Amount Received + Amount Refunded + Amount Rescinded + Anonymous Contribution + Balance Owed + Bank Charges + Bank Loan + Brochure Expenses + Bus Travel Expenses + Consultant Expenses + Corrected Amount + Disability Expenses + Disposed Amount + Draw Amount + Election Expenses + Endorsement Amount + Entertainment Expenses + Excess Expenses + Expected Expenditure Amount + Expenditure Amount + Family Care Expenses + Federal Share Amount + Filing Fee + In-Kind Contribution + Incurred Amount + Loan Amount Plus Interest + Loan Balance + Matching Contribution + Meeting Expenses + Miscellaneous Income + Miscellaneous Receipts + New Loan Amount + New Unpaid Expenditure + Newsletter Expenses + Newspaper Advertising Expenses + Nomination Expenses + Non-Federal Share + Office Expenses + Office Rental + Original Asset Value + Original Loan Amount + Party Expenses + Payment + Personal Expenses + Personal Funds + Pledged Amount + Postage Expenses + Printing Expenses + Public Funds + Radio Advertising Expenses + Reimbursed Amount + Reported Amount + Retainer + Sign Expenses + Sub-Contract Value + Tax Receipts + Taxi Travel Expenses + Telecommunication Expenses + Television Advertising Expenses + Unpaid Expenditure + Utilities Expenses + Total + Subtotal + Grand Total + Incidental Expenses + Transportation Expenses + Gift Value + Food and Refreshments + Polling Expenses + Tuition and Required Fees + Books and Supplies + Maintenance Expense on Income Producing Property + Electroconvulsive Therapy (ECT) Adjustment + Maintenance Expense on Non-Income Producing Property + Entitlement Amount + Earnest Money + Ever To Date (ETD) Claim Loss + Exploration Costs + Federal Housing Administration (FHA) Appraiser Required Repairs and Improvements + Final Balance + First Lien Advance + Foreign Assets + Facilities Refund + Fuel Tracker Refund + Garnishments + Annual Tax + Corrected Tax Bill + Gross Claim + Gifts Not Deposited + Gift Amount + Gross Contribution + Grants Not Deposited + Gross Restoration + Grant Amount + Good Standing Tax Plan Payment + Total Supplemental Tax Due + Tax Installment Due + Tax Installment Paid + Total Supplemental Tax Paid + Home Equity Line of Credit Draw Amount + Hemophilia Adjustment + Head Office Account + Hazardous Clean-up Cost + Inter-Bank Loans + Imbalance Charges Refund + Installment Balance After the Current Installment is Applied + Interest per Diem + Interest Since Claim Submission + Investment Property + Land Rights + Lower Fund + Total Subject Property Liens Paid by Closing + Lease Purchase Funds + Lease Payments + Total Liabilities to be Paid at Closing Not Including Subject Property Liens + Loss on Sale Of Property + Miscellaneous Adjustment + Modified Mortgage Amount + Net Benefit + Net Worth of Business Owned + Net Contribution + No Tax Plan Payment + Net Restoration Expenses + New Technology Adjustment + Odorization Charge + Office Equipment + Operational Flow Order Charge + Operational Flow Order Refund + Other Liability Amounts + Operational Notice Refund + Inpatient Outlier Adjustment + Policy Advance + Minimum Delivery Purchase Amount + Penalty and Interest + Profit (Loss) Before Grants + Processing Allowance + Prior Contract Cost Basis + Previous Claim Payments + Prior Contract Surrender Charge + Prior Contract Value + Profit (Loss) after Extraordinary Items and Tax + Proposed Gross Rent for the Subject Property + Pending Net Sale Proceeds from Non-Real Estate Assets + Pending Net Sale Proceeds from Real Estate Assets + Property Damage + Partial Payroll Payment + Repackaging Cost + System Adjusted Amount + Surplus (Deficit) after Grant + Salvage + Secured Borrowed Funds Not Deposited + Setoff + Settlement Refund as approved by the Federal Energy Regulatory Commission + Shares in Subsidiary Companies + Total Buyer Closing Costs + Total Commission from Primary and Secondary Sources + Total Depository Accounts + Total Maintenance Expense on All Non-Income Producing Properties + Total Maintenance Expense on All Income Producing Properties + Total Gifts Not Deposited + Total Self-employed Income from Primary and Secondary Sources + Total Other Liquid Assets + Total Life Insurance Net Cash Value + Total Monetary Markup Amount + Total Omitted Liabilities + Total Previous Adjusted Claim + Total Net Proceeds from Real Estate Assets + Total Paid as Submitted + Total Retirement Funds + Total Non-rental Income + Total Resubordinated Liabilities + Total Liabilities for Rental Properties + Total Stocks and Bonds + Tax Payment Refinanced by Same Lender + User Adjusted Amount + Refund of Unauthorized Overrun Charges (UAOR Refund) + Updated Expenses on Presale + Unsecured Borrowed Funds Not Deposited + Unsecured Home Improvements + Updated Interest on Presale + Unknown Tax Plan Payment + Upper Fund + Vested/Earned Upper Fund + Value of Securities at Issue Date + Value of Securities at Maturity + + + + Inventory Adjustments + Bonded Inventory + Commitment + Damaged + Dumped or Destroyed + Inventory Adjustment - Dual + In-Transit + Physical Inventory Adjustments + Quality Inspection Inventory + Hold/Quarantined Inventory + Receipts + Reconditioned On Hand + Recoup + Retail Inventory + Saleable Inventory + Wholesale Inventory + + + Prior and Subsequent Water Movement + No Water Movement + Prior Water Movement Only + Subsequent Water Movement Only + + + Carrier's Overland Common Point + Interchange + Inland Point Interchange (Micro Land-Bridge) + Mini Land-Bridge + Rail Overland Common Point + Store - Door + Substituted Service + + + Unemployment Application + Unemployment Application Response + Unemployment Claim + Unemployment Claim Response + Sickness Claim + Sickness Claim Response + + + Other + Catastrophe + Concealed Damage + Delay + Freezing Damage + Heat Damage + Proceeds Only + Refused, Damaged + Refused, Not Ordered + Shortage + Theft or Pilferage + Visible Damage + Water Damage + + + Non-Railroad + Railroad + + + Discount Allowance + Labor Charges + Material Charges + Promotional Allowance + Reconditioning Charges + Cost of Repairs + Release Value + Salvage Allowance + Transportation Charges + + + Risk of Loss in Transit to Destination is Buyer's + Risk of Loss in Transit to Freight Equalization Point is Seller's + Shared Risk and Investor Markets + Investor Risk + Lender Risk + Risk of Loss in Transit to Pool Point is Seller's + Risk of Loss in Transit to Destination is Seller's + Shared Risk and Lender Markets + Mutually Defined + + + Documents Sent Separately + No Documents Sent + + + Laid Off + Extra Board, Part-Time Employment + Physical Condition + Voluntary Quit + Retired + Discharged + Suspended + Strike/Work Stoppage + Other + + + Accepted + Approved + Back Bill + Conditional Issue + Converted + Deceased + Deleted + Delivery Pending + Double Jeopardy + Extended Term + Automatic + Follow Up + Facultative + Group Expired + Incomplete + In Force + Facultative Placed + Issued + New Business + Lapsed + Mailed + Policy Change + Not Taken + Offer Final + Offer - First Subject To + Paid + Paid Up + Payor Death + Payor Disabled + Pending + Placed + Postpone + Premium Paying + Quoted + Reduced Paid up + Reinstatement + Reapproved + Receipted + Reissue + Repended + Satisfied + Trial Application + Limited + Terminated + Waived + Contingent + Sold + Rented + On Probation + Under Contract + Deposit + Continue to Show + Temporarily off the Market + Leased + Off-Market + Forwarded + Not Required + Ordered + Outstanding + Pending 1035 Exchange + Required + Do Not Mail + Do Not Rent or Exchange + Filed + Facultative Submission + Additional Information + Status Request + Submission Change + Rating Reduction Requested + Facultative Opinion + Reserve Facilities + Offer Accepted + Placed Other Carrier + Capacity Unavailable + Retained + Death + Disabled + Divorced + Free Look Canceled + Processed + Rejected + Reversed + Non-Transferable + Sent for Registration Transfer to be Delivered at a Later Date + In Transfer at Time of Request + Temporary + Legal Description Provided + Legal Description Incomplete + Legal Description Provided Via Paper + Inactive Taxing Authority + Inactive Taxing Authority - No longer collects separate city tax + Inactive Taxing Authority - No longer collects separate school tax + Inactive Taxing Authority - No longer collects separate special district tax + Inactive Taxing Authority - No longer collects separate combined city and school tax + Inactive Taxing Authority - No longer collects separate county tax + Foreclosure + Under Appeal + Other Status + Annuitized + Arrived + Active + + Multiple Delinquency + Legal Description Not Provided + Partial Payment + Deeded Property + Money In-house + Returned Check + Bankruptcy + Current Tax Open + Current Tax Paid + Tax Delinquent + Tax Exception or Protest + Tax Paid + Assuming Company Review + Contemplated + Contained in Record + Current + Ceding Company Review - With Copy to Assuming Company + Canceled + Ceding Company Review - No Copy to Assuming Company + Canceled Free Look Cash + Changeable + Canceled by Internal Revenue Service + Closed + Complete + Closed Record + Contained in Transaction + Declined + Declined - No Response from Claimant to Correspondence + Declined/Paid Salvage Only + Duplicate + Equipment Failed + Estimated + Exchange or Transfer Withdrawn + Expired + Follow Up 10 or More + Follow Up 1 + Follow Up 2 + Follow Up 3 + Follow Up 4 + Follow Up 5 + Follow Up 6 + Follow Up 7 + Follow Up 8 + Follow Up 9 + Free Look + Filed Pending Further Correspondence + Future + Faxed + Inactive + Letter of Acceptance Sent + Matured + Not in Good Order + New Premium Only + No Record Claim Receipt + No Longer Under Treatment + On File + On Hand - Under Investigation + Other Parties Obligations Have Been Excluded + Pending Death + Paid in Full + Partial Payment Received + Paid in Part/Denied in Part + Paperwork Received + Paperwork Pending + Rated + Rescinded + Received + Request + Restricted + Revoked + Suspense + Signature Required + Suspended + Surrendered + Under Treatment + Withdrawn + Waiting Initial Payment + Waiting Period + Mutually Defined + + + Default Interest Rate + Default Note Holder's Rate + Current Note Rate + Debenture + Current Pass Through Rate + Security or Pass Through Rate + Security or Pass Through Rate Floor + Security or Pass Through Rate Ceiling + Weighted Average Note Rate + Servicing Fee + Lender Paid Mortgage Insurance Portion + Mortgage Note + Guarantee Fee Per Contract + Original Annual Interest Rate + Original Index Value + Mortgage Interest Rate + Security or Pass Through Margin + New Interest Rate + Last Adjustable Rate Mortgage (ARM) Rate + Weighted Average Interest Rate + Accounting Net Yield Rate + + + Declined - Loss or Damage Due to Act of God - See Correspondence + Amend - Correction to Amount Claimed - Keying or Transmission Error + Declined - Carrier Disagrees with Consignee Damages Noted - Documentation to Follow + Amend - Compromise Offered on Concealed Damage + Declined - Carriers Not Given an opportunity to Inspect Claimed Damages + Declined - Claim for Other than Loss, Damage or Delay to Shipment - See Correspondence + Declined - Claim Not Filed within Time Limits of Contract of Carriage + Amend - Claim on Incorrect Basis - Sales Loss vs Market Decline, or Retail vs Invoice + Amend - Correction to Initial Claim Filed for Preliminary Estimate + Amend - Destination Inspection Reveals Contributory Negligence - Compromise Settlement Offered + Amend - Destination Inspection Reveals Not Carrier Liability - Salvage Proceeds Offered in Settlement + Declined - Claim Supporting Documentation Required by Carrier + Amend - Compromise Settlement Offered for Other Reasons - See Correspondence + Amend - Clear Seal Record on Shortage Portion of Claim + Amend - Coal Tolerance Allowance Deducted + Amend - Damaged Merchandise Not Refused to Carrier Salvage Allowance Deducted + Declined - Delay due to Owner in Releasing or Reconsigning Shipment - See Correspondence + Amend - Part of Claim For Manufacturing Defect or Omission Not Noted During Inspection + Declined - Did Not Handle Claimed Shipment - See Correspondence + Declined - Did Not Handle Claimed Shipment - No Correspondence to Follow + Amend - Concealed Damage or Shortage Not Reported to Carrier + Declined - Claimed Damages Not Segregated for Inspection + Declined - Shipment Involved in a Derailment or Another Carrier's Line + Declined - No Market Decline on Delayed Perishable Shipments + Amend - Invoice Discounts or Special Allowances Not Deducted + Declined - Duplicate Claim - See Correspondence + Declined - Claim for Delay Filed on Incorrect Schedule - See Correspondence + Amend - Grain Shrinkage Allowance Deducted + Amend - Settlement on Gross Weight Loss or Other Scale Differences + Amend - Improper Average Weights Used in Determining Loss + Amend - Incorrect Calculation of Claim - See Correspondence + Declined - Claim Filed with Intermediate Carrier + Declined - Request for Delayed Inspection Not Properly Filed + Amend - Origin Inspection Reveals Part of Claim Due to Manufacturing Defects or Omissions + Declined - Claimed Damage is Manufacturing Defect, Not Transportation Damage - See Report + Declined - Non-Compliance with Memorandum of Agreement - See Correspondence + Amend - Destination Inspection Reveals Part of Claim Not Carrier Responsibility + Declined - Claimed Damage or Shortage Noted During Origin Inspection - See Report + Amend - Claim Not Filed within Time Limits of Contract of Carriage - Salvage Proceeds Offered in Settlement + Declined - No Liability Indicated - See Correspondence + Declined - Claimed Damage or Shortage not Noted During Destination Inspection - See Report + Declined - Claimed Damage or Shortage not Reported to Carrier + Declined - No Answer to Outstanding Correspondence from Claimant + Declined - Declined for Other Reasons - See Correspondence + Declined - Refiled - Amended Claim - No Documentation to Follow + Declined - Amended Claim - Documentation to Follow + Declined - Refiled - Unamended Claim -No Documentation to Follow + Declined - Refiled - Unamended Claim - Documentation to Follow + Declined - Salvageable Material Not Available to Carrier + Declined - Compromise Settlement Not Accepted + Declined - Shipper Responsible for Damage - See Correspondence + Amend - Origin Inspection Reveals Shipper Responsibility - Salvage Proceeds Offered in Settlement + Declined - Vehicle Damage Claimed Does Not Qualify for Deferred Inspection + Declined - Vehicle Delivered Subject to Inspection - Not Notified of Damage + Declined - Vehicle Delivered Subject to Inspection - Not Notified within Required Time Period + Declined - Vehicle Damage Claimed Does Not Qualify as Concealed Damage + Declined - Damage Severity of Vehicle Undercarriage Does Not Justify Part Replacement + Declined - Nature or Location of Vehicle Interior Damage Not Carrier Liability + Declined - Vehicle Repair Not Performed as Represented on Claim - Documentation to Follow + + + Reservation Accepted + Conditional Acceptance + Counter Proposal Made + Reservation Cancelled + Reservation Declined + New + Delete + Split Booking + Change + Change in Vessel + + + Alabama + Alaska + Arizona + Arkansas + California + Colorado + Connecticut + Delaware + District of Columbia + Florida + Georgia + Hawaii + Idaho + Illinois + Indiana + Iowa + Kansas + Louisiana + Kentucky + Maine + Maryland + Massachusetts + Michigan + Minnesota + Mississippi + Missouri + Montana + Nebraska + Nevada + New Hampshire + New Jersey + New Mexico + New York + North Carolina + North Dakota + Ohio + Oklahoma + Oregon + Pennsylvania + Rhode Island + South Carolina + South Dakota + Tennessee + Texas + Utah + Vermont + Virginia + Washington + West Virginia + Wisconsin + Wyoming + Insurance Services Office (ISO) + National Crime Information Center (NCIC) + U.S. National Center for Health Statistics Commission of Professional and Hospital Activities + Office of Workers Compensation Programs + National Association of Convenience Stores + Dun & Bradstreet + Code Assigned by the Organization that is the Ultimate Destination of the Transaction Set + American Land Title Association + California Land Title Association + Texas Land Title Association + Assigned by Carrier + Aluminum Association + Assigned by Buyer + American Conference of Government Industrial Hygienists (ACGIH) + + Advertising Industry + Automotive Aftermarket Industry Association (AAIA) + State Agency Assigned + American Industrial Hygiene Association (AIHA) + Real Estate Information Industry + National Alcohol Beverage Control Association + American Medical Association + American Petroleum Institute + American Public Works Association (APWA) One Call Systems International (OCSI) + Association of American Railroads + Assigned by Seller + American Society for Testing and Materials (ASTM) + American Welding Society (AWS) + ANSI Accredited Standards Committee, X12 + American Yarn Spinners Association (AYSA) + Business and Institutional Furniture Manufacturer's Association (BIFMA) + Telcordia Technologies + National Business Forms Association + Book Industry Systems Advisory Committee + Chemical Abstract Services (CAS) + Copper and Brass Fabricators Council, Inc. + National Cotton Council of America + Construction Specification Institute (CSI) Extended + Chemical Industry Data Exchange (CIDX) + Collision Industry Electronic Commerce Association (CIECA) + Carbide Manufacturers + County Designator Code + United States Department of Agriculture, Agricultural Marketing Service (AMS), Cotton Programs + Commander - Rome Air Development Center + Construction Specification Institute (CSI) + Committee on Uniform Security Identification Procedures (CUSIP) + National Association of Corrosion Engineers (NACE) + Food and Drug Administration (FDA) + Department of Defense (Military Specifications) + Drug Enforcement Administration + Department of Defense (DoD) + Defense Logistics Information Service + Deutsches Institut fur Normung (DIN) + Defense Logistics Agency + Department of the Navy + United States Department of Transportation (DOT) + Healthcare Distribution Management Association + Defense Finance and Accounting Service (DFAS) + United States Marine Corps + Department of Air Force + Department of Army + Electronic Industries Association + United States Environmental Protection Agency (EPA) + Environment and Safety Data Exchange (ESDX) + Temporary Help Industry + Electric Utilities + Electronics Industry Data Exchange (EIDX) + Fabric and Supplier Linkage Council (FASLINC) + Federal Communications Commission (FCC) + GS1 US, Inc. + GS1 Canada + Federal Government + Federal Highway Administration + American Furniture Manufacturers Association + Graphics Communications Association + North American Energy Standards Board + General Services Administration (GSA) + Natural Gas Utilities + Centers for Medicare and Medicaid Services + Human Factors and Ergonomics Society + Health Insurance Association of America + Department of Health and Human Services + Department of Housing and Urban Development + International Agency for Research on Cancer (IARC) + International Association of Industrial Accident Boards and Commissions + International Air Transport Association (IATA) + Iron and Steel Standards Committee ISM + International Association of Corporation Administrators + International Standards Organization + Japanese Standards Association + Life and Annuity Industry Committee + Department of Labor + Leasing Industry + Mortgage Bankers Association of America + Office of Management and Budget + Manufacturing Company + American Society of Mechanical Engineers (ASME) + ABCD - The Microcomputer Industry Association + Material Safety Data Sheet (MSDS) Provider + Military Standard + American Association of Motor Vehicle Administrators (AAMVA) + National Insurance Crime Bureau (NICB) + National Association of Business and Educational Radio + National Council on Compensation Insurance + National Electric Manufacturers Association (NEMA) + National Fire Protection Agency (NFPA) + National Auto Glass Specification (NAGS) + National Institute of Occupational Safety and Health (NIOSH) + National Association of Pharmacy Regulatory Authorities (NAPRA) + National Retail Merchants Association + National Center for State Courts + National Toxicology Program (NTP) + United States Nuclear Regulatory Commission + Newspaper Association of America + Optical Industry + Office Products + United States Occupational Safety and Health Administration (OSHA) + American Paper Institute + Pennsylvania Courts + Society of the Plastics Industry (SPI) + RosettaNet + Society of Automotive Engineers, Inc. (SAE) + Serials Industry Systems Advisory Committee (SISAC) + Student Loan Guarantor + American Society for Automation in Pharmacy + American Iron & Steel Institute + Air Transport Association of America + Textile Distributors Association, Inc. + Textile Apparel Linkage Council (TALC) + Transportation Data Coordinating Committee: Electronic Data Interchange Association (TDCC:EDIA) + Telecommunications Industry + American Textile Manufacturers Institute + Canadian Freight Classification + American Trucking Associations + American Apparel Manufacturers Association + (UN/SPSC) United Nations Products and Services Classification Code + United States Courts + Universal Descriptor Exchange (UDEX) + Industrial/Commercial (I/C) Electronic Data Interchange + Underwriters Laboratories + United Nations (UN) + Utility Industry Group + Voluntary Inter-Industry Commerce Standard (VICS) EDI + Canadian Workplace Hazardous Materials Information System (WHMIS) + Mutually Defined + + + Instrument of International Trade + Airport-to-Airport + Automated Export + Transport Mode Change + Breakbulk + Container Station + Container Yard + Door-to-Airport of Debarkation + Door to Door + Door to Ramp + Haulage + House-to-house + Headload or Devanning + House-to-pier + Less than Trailer/Container Load + Multi-country Consolidation + Mixed Delivery + Non-containerized cargo + Pier-to-house + Pier-to-pier + Ramp to Door + Ramp to Ramp + Roll-on Roll-off + + + First In First Out (FIFO) Oldest Product + Last In First Out (LIFO) Newest Product + Tank Wash Required + Acid (Battery) + + Affidavit + Aircraft On Ground (AOG) + Administration + Accept at Origin + Buyer Hand Carry + Bill and Hold + Shipper Load and Count + Carrier Load and Count + Cataloging Services + Carrier Unload + COD Request + Cut and Parallel + Cut + Continuous Movement + Combination Performance and Non-performance + Cooperative Unloading + Cigarette Stamping + Count and Recount + Consignee Unload + Carry-in Service + Cable Pressurization + One - Day Service + Two - Day Service + Delivery Acknowledgment + De-Installation + Drop and Hook Receiving + Die Service Charge + Delivery + Designated Supplier Inspection + Declared Value + Engraving + Emergency Service + Enclosure + Equipment Manufacturer Restoration Audit + Exclusive Use Of Equipment + Expedited Service + Full Service + Free Goods + Frequent Importer Release System (FIRST) + Floor Stock Protection + Free and Secure Trade (FAST) + Grouped Items + Gas Pressure + Guaranteed Inspection Technical Service + Temperature Protection + Handling Service + Hointins and Hauling + Hauling and Hoisting + Inside Cable Connectors + Inside Delivery + Invoice with Goods + Insurance Provided by Lessee + Insurance Provided by Lessor + Inspect at Destination + Insurance + Inspect at Origin + In-stock Merchandise + Interim Use Permitted at Special Rate + Installation and Training + Invoice Services + In Transit Price Protection + Koshering + Shipper Load, Carrier Count + Labeling + Loading Service + Lease Shortfall Consideration + Mail Invoice + Mail Invoice to Each Location + Notify Consignee Before Delivery + Outside Cable Connectors + On-site Service + Oversized Package + Pack Invoice with Shipment + Previous Billing + Packaging Service + Pulling Eyes + Proof & Composition + Palletizing + Perpetual Movement + Purchase Option + Progress Payment Requirement + Residential Delivery + Recall Service + Roundtrip Movement + Return Parts to Customer + Shipper Load, Consignee Unload + Slip Sheet, Truck + Seller Hand Carry + Shrinkage Allowance + Same - Day Service + Special Handling Service + Subject To Tax On Resale + Slip Sheet, Rail + Tax Liability - One Time + Tax Liability - Amortized + Set-up + Service Center + Swell + Onetime Tooling + Ticketing Service + Tendered as Truckload + Technology Exchange + Consecutive Movement + Tooling + Unitized + USDA Inspected, Stamping Certification + Drop Yard + Drop Dock + Will Call + Warehousing + Expanded Service + Third Party Pallets + Split Pickup + Mutually Defined + Bop Sheet + Canadian Customers Self Assessment (CSA) + Pilot Inspection + Pickup Service Furnished + Slip Sheet + Specification Review + Alterations + Anneal/Heat (Steel or Glass Treatment) + Art Work + Black Lung Tax + Burning + Capping + Coating (Dip, Rustproof, EDP) + Certificate of Conformance + Certificate of Origin + Determined Freight + Layout/Design + Driver Assisted Unloading + Driver Assisted Loading + Exclusive use + Grinding + Government Inspection + Installation + Installation & Warranty + Inspection + Identification + Memo Returnable Container + Mounting + Annual Maintenance + Monthly Maintenance + One-Time Maintenance + Non-returnable Containers + Non-Returnable + Notarized Affidavit + Painting (Primer or Finish) + Phosphatizing (Steel Treatment) + Pickle and Oil + Plating + Preparation + Repair + Returnable Container + Returnable + Rework + Shearing + Shotblasting + Sleeving + Ship to Stock Quality Audit + Special Packaging + Stamping + Source Inspection + Strapping + Supplemental Items + Tools for Printing + Warranties + Combine All Same Day Shipment + + + Base Coverage + Coverage for Rider + Coverage in Units + Retention Per Life + Retention Per Policy + Total Reinsurance Amount + Face Amount + Coverage Amount + Specified Amount + Daily Basis Rate + Bailout + Declared + Earned + Fixed + Guaranteed + Indexed + Original + Paid + Tiered + Withheld + Average Basic Rate + Actual + + Average Effective Rate + Age Reduced Rate + Blended + Bonus + Chargeback + Conversion Rate + Direct Rate + Deferred Trail Rate + Estimated + Initial + Overhead or Indirect Rate + Other + Participation + Portfolio Rate + Renewal First Year Rate + Renewal Rate + Renewal Subsequent Year Rate + Special + Split + Standard Rate + Trail Rate + Unit or Lot Average + Unit Total + Variable + + + Back Order Only If New Item + Consignment + Bid Guarantee + Equal Product Allowed + Factory Ship + Small Purchase Set Aside for Small Businesses + No Back Order + Back Order If Items Are Out of Stock or Not Yet Published + Large Purchase, Set-Aside for Small Business + Small, Disadvantaged Business Set-Aside + Combined Small, Disadvantaged Business and Labor Surplus Area Set-Aside + Partial Labor Surplus Area Set Aside + Small Business with Small, Disadvantaged Business Consideration Set-Aside + Warehouse Ship + Back Order if Out of Stock + Mutually Defined + Section (8a) Set-Aside + Add Quantity to Make Minimum Weight Requirement + Notify Prior to Shipment if Quantity Specified is not Available + Set-aside for American Indian-owned Business + Restricted to Approved Sources + Restricted to Historically Black College or University or Minority Institution + Ship Partial - Balance Back Order + Restricted to Educational Institutions + Ship Full Truck Only + Guaranteed Sale + Historically Underutilized Business (HUB) Zone + Restricted to Industrial Preparedness Program Participants + Substitute Item Allowed + Labor Surplus Area Set-Aside + Multi-year Award + No Substitutes + Ship As Soon As Possible + May Preship + Do Not Preship + On Qualified Bidders List + Exclude Import Quota in First Cost + Include Import Quota in First Cost + On Qualified Manufacturers List + Restricted to Qualified Products List (QPL) Products + Ship Complete + Small Remaining Balance Cancellation Allowed + Ship Partial, Carload Lots Only + Small Remaining Balance Cancellation Not Allowed + Ship In-Place + Ship Partial, Balance Cancel + Ship Partial, Item Qty Proportional To Total Order + Ship Per Schedule + Ship Partial, Truckload Lots Only + Ship Partial, Balance Substitute + Ship Per Release + Ship Per Release or Buyer Authorization + Restricted to U.S. and Canadian Sources + Other Unlisted Sales Condition + Unrestricted Procurement + Warranty + Restricted to Young Investigator Program + + + No Quantity or Unit of Measure Change Allowed + Equivalent Item Substitution + Alternate Item Substitution Allowed + No Substitution Allowed + Supply any Binding if Edition Ordered Not Available + Supply Paper Binding if Edition Ordered Not Available + Supply Cloth Binding if Edition Ordered Not Available + Supply Library Binding if Edition Ordered Not Available + Mutually Defined + + + Abstract + Data Maintenance Request + Industry-required comment (Data Element 480 in segment E01 indicates which industry this comment references.) + Comment which is not part of the standard + Purpose + Scope + Comment which is part of the standard + + + New Business Account + Group Number + Policy Number + Money Market Fund + Retirement Account Vested Interest at Market Value + Retirement Account Vested Interest Net Cash Value + Individual Retirement Account (IRA) Vested Interest at Market Value + Individual Retirement Account (IRA) Vested Interest Net Cash Value + Corporate Controlled Retirement Account Vested Interest + Mutually Defined + Time Deposit + Checking Account + Stock + Bond + Life Insurance Face Value + Retirement Account - Vested Interest + Business Account + Trust Fund Account + Stocks and Bonds Account + Life Insurance Account - Net Cash Value + Employee Retirement Account (401K) + Agency + Application + Brokerage Account + Charge Back Account for Returns + Credit Card + Cash Management + Demand Deposit + Debit Card + Existing Carrier + Financial Institution General Ledger Account + Loan Account + Return Items on Demand Deposit Account + Return Items on Savings Account + Savings + Agency Location Code (ALC) + Annuity + Controlled Disbursement Master Account + Controlled Disbursement Sub Account + Credit Union + Enriched Plan Contract Number + Long-term Disability Policy Number + Mutual Fund + Primary Bank + Relationship Summary Account + Safekeeping (Custody) Account + Zero Balance Master Account + Zero Balance Affiliate Account + + + Private + Rail + + + Actual + Marked + + + Dunnage + Fuel + Ice + Snow + Water + + + Stop-off Point + + + Deadhead Locomotive or Caboose + Empty + Load + Operating Locomotive or Caboose + Revenue Empty + Empty and Available at Pool + Out Empty to Pick Up Cargo from the Shipper + Loaded en route to port of loading or baseport + Received at port of discharge or baseport + Loaded en route to consignee + Stripped and en route to pool from a consignee + Empty Positioning + Out of Service + Empty Non-hazardous Last Contained + Held for Reload + Loaded Inbound + Loaded Outbound + Rejected/Unusable + + + Advance Automatic Equipment Identification (AEI) Consist + Bad Order + Crew Only + Detour + Joint Track + Information Only Advanced Consist + Transfer of Liability to Delinquent Road Car Hire Rule 15 Consist + Passing + Release from Bad Order + Switch + Train (Normal Advanced) + Actual Interchange + + + Add a Bill of Lading + Add In-Bond Movement + Add New Customs Broker + Delete a Bill of Lading + Delete Second Notify Party + Replace a New Manifest Quantity, Either an Increase or Decrease in the Original Quantity + Add Second Notify Party + + + Substitute + Leave of Absence with Pay + Leave of Absence without Pay + Active + + Active Reserve + Flexible Work Plan + Alerted + Assigned + Affiliated with Outside Organization + Adjunct + Active Military - Overseas + Apprenticeship Part-time + Apprenticeship + Academy Student + Presidential Appointee + Active Military - USA + Non-applicable Employment Status Category + Contractor + Consolidated Omnibus Budget Reconciliation Act (COBRA) + Continued + Discharged or Terminated for Cause + Dishonorably Discharged + Deceased + Disqualified: Medical or Physical Condition + Disqualified: Other + Disabled + Employed by Outside Organization + Furloughed: Job Abolished, Force Reduction + Furloughed: Bumped or Displaced + Furloughed: Facility Closed + Furloughed: Other + Full-time + Honorably Discharged + Inactive + Inactive Reserves + Leave of Absence + Administrative Leave of Absence + Annual Leave of Absence + Leave of Absence due to Bereavement + Jury Duty + Suspension + Sabbatical Leave of Absence + Leave of Absence: Personal + Leave of Absence: Education + Leave of Absence: Family Medical Leave Act (FMLA) + Leave of Absence: Maternity + Leave of Absence for Non-Military Government Request Other Than Jury Duty + Leave of Absence: Sickness + Leave of Absence: Union + Leave of Absence: Without Permission, Unauthorized + Leave of Absence: Military + Not Employed + On Strike + Other + Promoted + Part-time Contractual + Plan to Enlist + Permanent + Part-time Noncontractual + Probationary + Part-time + Previous + Piece Worker + Resigned: Retired + Relocated + Reassigned + Resigned: Moved + Recommissioned + Resigned: Injury + Retired Military - Overseas + Resigned: Personal Reasons + Retired Without Recall + Retired + Retired Military - USA + Dual Retired Status + Resigned: Accepted Separation Allowance + Separated + Self-Employed + Seasonal + Suspended + Terminated + Temporary Full-Time + Temporary + Tenured + Temporary Part-Time + Transferred + Unknown + Volunteer + Extra Duties Not Requiring Certification + Mutually Defined + + + Absent + Legitimate Absence + Compassionate Leave + Deadhead + Guarantee + Holiday + Jury Duty + Layover + Missed Call + Military Leave + Marked Off + Other, Paid + Personal Day + Rest Day + Refused Work + Sick Day + Suspension + Vacation + Work + + + Acknowledge - With Detail and Change + + Acknowledge - With Exception Detail Only + Acknowledge - Hold Status + Acknowledge - No Detail or Change + Acknowledge - Product Replenishment + Accepted + No Acknowledgment Needed + Reject with Detail + Reject with Exception Detail Only + Rejected - No Detail + Rejected - Not as Agreed + Rejected With Counter Offer + Rejected - Violates Industry Practices + Mutually Defined + + + Wages Not Paid + Wages Paid + Wages Partially Paid + + + Automated Clearing House (ACH) + Book Entry + Financial Institution Option + Cash + Credit Card + Collect Payment by Certified Funds + Cashier's Check + Credit/Debit Account + Check + Clearinghouse + Collect Payment by Company Check + Clearing House Interbank Payment System (CHIPS) Funds/Wire Transfer + ACH Demand Cash Concentration/Disbursement (CCD) Credit + ACH Demand Cash Concentration/Disbursement (CCD) Debit + Direct Deposit + Debit Card + Pre-Arranged Payment or Deposit Plus Addendum (PPD+) Credit to a Demand Deposit Account + Pre-Arranged Payment or Deposit Plus Addendum (PPD+) Debit to a Demand Deposit Account + ACH Demand Corporate Trade Exchange (CTX) Credit + ACH Demand Corporate Trade Exchange (CTX) Debit + Pre-Arranged Payment or Deposit (PPD) Credit to a Demand Deposit Account + Pre-Arranged Payment or Deposit (PPD) Debit to a Demand Deposit Account + ACH Demand Cash Concentration/Disbursement Plus (CCD+) Credit + ACH Demand Cash Concentration/Disbursement Plus (CCD+) Debit + EDIBANX Clearing Network + 1035 Exchange + Federal Reserve Funds/Wire Transfer - Repetitive + Federal Reserve Funds/Wire Transfer - Nonrepetitive + Foreign Exchange Payments + International Electronic Funds Transfer + Non-Payment Data + Preauthorized Check (Draft) + Draft + ACH Savings Cash Concentration/Disbursement (PPD) Credit + ACH Savings Cash Concentration/Disbursement (PDD) Debit + Payroll Deduction + Proprietary Network + Qualified Direct Rollover + Qualified Indirect Rollover + ACH Reversal + ACH Savings Cash Concentration/Disbursement (CCD) Credit + ACH Savings Cash Concentration/Disbursement (CCD) Debit + ACH Savings Cash Concentration/Disbursement (PPD+) Credit + ACH Savings Cash Concentration/Disbursement (PPD+) Debit + Society for Worldwide Interbank Financial Telecommunications (S.W.I.F.T.) + ACH Savings Corporate Trade Exchange (CTX) Credit + ACH Savings Corporate Trade Exchange (CTX) Debit + Pre-Arranged Payment or Deposit (PPD) Credit to Savings + ACH Savings Cash Concentration/Disbursement Plus (CCD+) Credit + ACH Savings Cash Concentration/Disbursement Plus (CCD+) Debit + Traveler's Check + VISA Special Electronic Funds Transfer Network + X12 + Mutually Defined + + + Bill of Lading Description (Destination Country's Language) + Chemical Description + Department of Transportation Description + Export License Description + Commercial Invoice Description + Letter of Credit Description + Product Description + + + Annualized; 12-month equivalent + Weekly + Biweekly + Semimonthly + Monthly + Other + Daily + Annual + Two Calendar Months + Lump-Sum Separation Allowance + Quarter-to-Date + Year-to-Date + Single + Policy Period + Claim Period + Unit Report Identifier + Month-to-Date + Hourly + Current Period + Quarterly + Semiannual + Unknown + Mutually Defined + + + Brake End + 2nd from Brake End + 3rd from Brake End + 4th from Brake End + 5th from Brake End + 6th from Brake End + + + Consolidated + Non-Consolidated + Consolidated with Other Orders of Same Depositors + + + Deficiency Judgment Authorized by Mortgage Insurer but Not Obtained + Deficiency Judgment Obtained but Not Authorized by Mortgage Insurer + Deficiency Judgment Authorized by Mortgage Insurer and Obtained + Deficiency Judgment Not Authorized by Mortgage Insurer and Not Obtained + + + Different Social Security Number + Different Last Name + Name Differences + Date of Birth Differences + Generation + Address + Mutually Defined + + + Satisfied + Unsatisfied + Released + Unreleased + Vacated + Settled + Distributed + Unknown + Dismissed + Discharged + Withdrawn + Appealed + Filed + Pending + Completed + Paid + Granted + Adjudicated + Non-adjudicated + Real Estate Sold + Paid - Not Satisfied + Rescinded + Converted + Cancelled + Mutually Defined + + + Blend + Pick and Choose + List and Stack + Mutually Defined + + + Chargeable Periods + Periods Held + Free Periods + Saturdays, Sundays and Holidays + Other Allowance Periods + Hour + Day + Not Applicable + Initial Visit + Mutually Defined + Six Hours + 12 Hours + 18 Hours + 24 Hours + Debit Days + Credit Days + Excess Days + Hazardous Days + Holidays + Saturdays and Sundays + Sundays and Holidays + Years + Service Year + Calendar Year + Year to Date + Contract + Episode + Visit + Outlier + Remaining + Exceeded + Not Exceeded + Lifetime + Lifetime Remaining + Month + Week + Admission + Three Months + + + Pull Authorized After Inspection + Empty Car Unfit for Loading + Loaded Car Unable to Load + Loaded Rejected by Consignee + Duty Car Rejected + Haulage Switch + Handling Line Switch + Hold for Forwarding Instructions + Hold Load in Transit Storage + Intra-Plant Movement + Inter-plant Movement + Joint Facility Switch + Junction Settlement Switch + Multiple Access Switch + Not Ordered + Not Used + Car Off Spot + Released Repaired by Private Facility + Place + Released not Repaired by Private Facility + Pull + Released Empty for Reloading + Railroad Error + Rejected Car + Released + Set Back + Released Load Through Billing Connecting Road + Third Party + Turn and Respot + Empty Car to Storage + Weigh + + + Transaction Set Not Supported + Transaction Set Trailer Missing + Transaction Set Control Number in Header and Trailer Do Not Match + Number of Included Segments Does Not Match Actual Count + One or More Segments in Error + Missing or Invalid Transaction Set Identifier + Missing or Invalid Transaction Set Control Number + Authentication Key Name Unknown + Encryption Key Name Unknown + Requested Service (Authentication or Encrypted) Not Available + Unknown Security Recipient + Incorrect Message Length (Encryption Only) + Message Authentication Code Failed + Unknown Security Originator + Syntax Error in Decrypted Text + Security Not Supported + Transaction Set not in Functional Group + Invalid Transaction Set Implementation Convention Reference + Transaction Set Control Number Not Unique within the Functional Group + S3E Security End Segment Missing for S3S Security Start Segment + S3S Security Start Segment Missing for S3E Security End Segment + S4E Security End Segment Missing for S4S Security Start Segment + S4S Security Start Segment Missing for S4E Security End Segment + Implementation One or More Segments in Error + Implementation Convention Not Supported + + + Unrecognized segment ID + Unexpected segment + Required Segment Missing + Loop Occurs Over Maximum Times + Segment Exceeds Maximum Use + Segment Not in Defined Transaction Set + Segment Not in Proper Sequence + Segment Has Data Element Errors + Segment Has Excess Trailing Delimiters + Implementation "Not Used" Segment Present + Implementation Dependent Segment Missing + Implementation Loop Occurs Under Minimum Times + Implementation Segment Below Minimum Use + Implementation Dependent "Not Used" Segment Present + + + Required Data Element Missing + Conditional Required Data Element Missing + Too Many Data Elements + Data Element Too Short + Data Element Too Long + Invalid Character In Data Element + Invalid Code Value + Invalid Date + Invalid Time + Exclusion Condition Violated + Too Many Repetitions + Too Many Components + Composite Data Structure Contains Excess Trailing Delimiters + Code Value Not Used in Implementation + Implementation Dependent Data Element Missing + Implementation "Not Used" Data Element Present + Implementation Too Few Repetitions + Implementation Pattern Match Failure + Implementation Dependent "Not Used" Data Element Present + + + Equivalent to ISO P01 + Equivalent to ISO P02 + Equivalent to ISO P03 + Equivalent to ISO P04 + Equivalent to ISO P05 + Equivalent to ISO P06 + Equivalent to ISO P07 + Equivalent to ISO P08 + Equivalent to ISO P09 + Equivalent to ISO P10 + Equivalent to ISO P11 + Equivalent to ISO P12 + Equivalent to ISO M12 + Equivalent to ISO M11 + Equivalent to ISO M10 + Equivalent to ISO M09 + Equivalent to ISO M08 + Equivalent to ISO M07 + Equivalent to ISO M06 + Equivalent to ISO M05 + Equivalent to ISO M04 + Equivalent to ISO M03 + Equivalent to ISO M02 + Equivalent to ISO M01 + Equivalent to ISO M2:30 + Equivalent to ISO M3:30 + Equivalent to ISO P5:30 + Equivalent to ISO P9:30 + Equivalent to ISO P10:30 + + Alaska Standard Time + Alaska Time + Central Daylight Time + Central Standard Time + Central Time + Eastern Daylight Time + Eastern Standard Time + Eastern Time + Greenwich Mean Time + Hawaii-Aleutian Daylight Time + Hawaii-Aleutian Standard Time + Hawaii-Aleutian Time + Local Time + Mountain Daylight Time + Mountain Standard Time + Mountain Time + Newfoundland Daylight Time + Newfoundland Standard Time + Newfoundland Time + Pacific Daylight Time + Pacific Standard Time + Pacific Time + Atlantic Daylight Time + Atlantic Standard Time + Atlantic Time + Universal Time Coordinate + + + Certified or Cashier's Check Only + Certified or Cashier's or Company Check Only + Certified or Cashier's or Company or Personal Check Only + Cash or Certified Check Only + + + Schedule Increase, Forecast Change or Special Car Order + Engineering Change or Late Release + Specification (Schedule) Error/Overbuilding + Shipment Tracing Delay + Plant Inventory Loss + Building Ahead of Schedule + Vendor Behind Schedule + Failed to Include In Last Shipment or Unauthorized Premium + Carrier Loss Claim + Transportation Failure + Insufficient Weight For Carload + Reject or Discrepancy + Transportation Delay + Lack of Railcar or Railroad Equipment + Releasing Error + Record Error or Late Reported Discrepancy Report + Common or Peculiar Part Schedule Increase + Alternate Supplier Shipping for Responsible Supplier + Direct Schedule or Locally Controlled + Purchasing Waiver Approval + Authorization Code to be Determined + Pilot Material, Samples or Pre-Production + Mutually Defined + + + Customer Plant (Receiving Location) + Material Release Issuer + Supplier Authority + Responsibility to be Determined + Mutually Defined + + + Indicates Alternation between all Lower Levels + Price Application Hierarchy Rules Apply - Do Not Alternate between Levels + A rate with this element indicating an "L" value will be applied only in the absence of rate application by any with this element indicating "N" or "S" + A rate with this element indicating an "N" value will be applied to the exclusion of all other rates with this data element indicating other values + Only Applicable for Contracts - Indicates that Alternation between Levels applies to Contracts and Customer Specific Prices ("CT" and "PR") Only + A rate with this element indicating an "S" value will be applied to the exclusion of all other rates except those indicated as "N" + + + Minimum Charge per Carload or Trailer + Department of Defense Unique Freight Class + Rate per Unit Applicable only to Units in Excess of a Specific Threshold Amount + Department of Defense Freight All Kinds, Class 100 + LTL (Less Than Truckload) Rate + Minimum Charge + No Rate for This Application + Percent of Minimum Charge + Rate per unit subject to minimum units specified, if any + Minimum Charge per Shipment + TL (Truckload) Rate + + + No rates available applicable to requested movement. + Rates provided per request. + Rates provided because rates earlier provided have been changed by a blanket change. + Rates provided because rates earlier provided have been changed by other than a blanket change. + Rates provided because new rates have been added applicable to a previously requested movement. + Successfully Processed + Unsuccessfully Processed + Group Definition Request + Provide rates applicable to a specific movement and continue to provide rates in the future applicable to the specific movement. + Rate or Division Change + Cease providing rates applicable to a specific movement. + No Rates Provided Due To Invalid Origin Geography + General Price Request or Response + Historic Price Request or Response + Provide rates applicable to specific movement. + No Rates Provided Due To Invalid Commodity + Price Quote Request or Response + Price Distribution Send + No Rates Provided Due To Invalid Destination Geography + Waybill Price Request or Response + + + Bill + Pay + Advise Price + Average Wholesale Price + Before Discount + Broker + Biweekly Price per Unit + Catalog + Contractee Cost + Current Price (Subject to Change) + Carnet + Contract + Distributor + Daily Price per Unit + Dealer + Discount + Estimated Credit + Shift Differential + Estimated + Fabrication Cost + Formula + Fixed Price + Per 100 Feet + Price per Hundred + Price Per 100,000 + Inventory Cost Basis + Price with Government Furnished Property + Escalated Price + In Stock + Catalog Price per Hundred + Catalog Price per Dozen + Catalog Price per Each + Catalog Price per Thousand + Previous Catalog Price + Midterm Endorsement Price per Unit + Price per Milliliter + No Charge + Not to Exceed + No Quote + Not Separately Priced + Net + Price per 1000 Meter + Price per Centimeter + Price per Decimeter + Price per Hectometer + Price per Kilometer + Price per Millimeter + Price per Meter + Price per Troy Ounce + Annual Price Per Unit + Price per Dozen + Price per Each + Price Per Foot + Price per Gram + Price per Kilogram + Price per Liter + Monthly Price Per Unit + Price per Ten + Price per Ounce + Price per Pound + Posted + Promotion + Price Per Thousand Square Foot + Price per Ton + Quarterly Price per Unit + Provisional Price + Price per Yard + Quoted Price per Each + Quoted Price per Hundred + Previous Quoted Price + Quoted Price per Thousand + Quoted + Retail Price per Hundred + Retail Price per Dozen + Retail Price per Each + Retail Price per Thousand + Resale Price + Retail + Semi Annual Price per Unit + Submitted Contract + Semi Monthly Price per Unit + Sales Amount On Invoice + Suggested Retail + Standard + Submitted Wholesale + To be negotiated. + Contract Price per Hundred + Contract Price per Dozen + Contract Price per Each + Per 1000 Feet + Contract Price per Thousand + Price per Thousand + Price Per 10,000 + Price per Unit of Measure + Verbal Quote + Wholesale Price per Hundred + Wholesale Price per Dozen + Wholesale Price per Each + Wholesale + Weekly Price per Unit + Wholesale Price per Thousand + + + Special Routing Guide + Standard Routing Guide + Supplemental Loan Repayment + Submission + Stand-alone Lease Schedule + Second Notice of Balance Due + Deprescription + Supply Process Deficiency + Special Bilateral + Single Family Program + Sample Goods Invoice + Shipment Status Notification + Sight Certification Request + Summary Lease Schedule + Single Shipper, Multiple Consignees + Spot Rate + Supplier Rating + Schedule Query + Supply Process Deficiency Response + Single Shipper, Single Consignee + State Royalty + Survey + Supplemental Invoice + Report sent by National Center for Education Statistics (NCES) + Report sent to National Center for Education Statistics (NCES) + Common Core of Data (CCD) Report from the National Center for Education Statistics (NCES) + Common Core of Data (CCD) Report to the National Center for Education Statistics (NCES) + Integrated Postsecondary Education Database System (IPEDS) Report from National Center for Education Statistics (NCES) + Integrated Postsecondary Education Database System (IPEDS) Report to National Center for Education Statistics (NCES) + Transportation Invoice + Sales Invoice + Service Requester Level Invoice + Shipment or Movement Deficiency + Tax or Fee Exemption Certification + Receipt Acknowledgment Inquiry + Receipt Acknowledgment Advice + Delinquent Due-in Advice + Delinquent Due-in Inquiry + Due-in Reconciliation Advice + Total Loss Evaluation + Trading Partner Information + Shipment or Movement Deficiency Response + Transfer Statement + Testing Service Report + Request for Testing Service Report + Contract Abstract + Shipment Performance Notice + Acceptance Alert + Update + Contract Payment Notice + Amendment Filing + Uniform Commercial Code Filing + Unsalable Detail + Material, Engineering, Installation, Right to Use, Final Bill + Uniform Commercial Code Filing Inquiry + Termination Filing + Original Filing + Unsalable Product Invoice + Uniform Commercial Code Filing Response to Inquiry + Unsubscribed Capacity + Continuation Filing + Contract Completion Report + Nomination Quick Response + Confirmation Response Quick Response + Pre-determined Allocation Quick Response + Request for Confirmation Quick Response + Public Voucher + Commercial Invoice + Violation Notice + Voluntary MEDWATCH Report + Mandatory MEDWATCH Report + Medical Device New Baseline Report + Medical Device Annual Baseline Report + User Facility Annual Medical Device Report + Annual Certification of Medical Device Report + Weapons Data Change + Weapons Control Report + Weapons Control Report Reconciliation + Work Assignment + Workers Compensation Proof of Coverage Notification + Withdrawal + Order to Withhold + Work Order + Waste + Warrant + Consolidator's Invoice + Cancel Pending New Offer + Bilateral Spot Rate + Automatic Concurrence + Special Deprescription + Firm Order Confirmation with Facility Information + Firm Order Confirmation + Facility Confirmation + Funds Validation Inquiry + Funds Validation Response + Military Interdepartmental Purchase Request (MIPR) + Project Directive + Request for Contractual Procurement + Reimbursable Work Order + Request Initiation of Work Candidate + Report of Work Candidate + Report of Assignment or Deletion of Work Candidate to Maintenance Period + Request Assignment of Work Candidate to Planning Maintenance Activity + Request for Full Work Candidate Detail + Report of Full Work Candidate Detail + Report of Approved Work Candidate + Request Work Candidate Cost/Duration Estimate + Report of Work Candidate Cost/Duration Estimate + Request Work Candidate Planning Services + Report of Work Candidate Planning Services + Report of Assignment or Deletion of Work Candidate to Planning/Maintenance Activity + Request of Assignment or Deletion of Work Candidate to Maintenance Period + Stop Work Order + Authorization to Continue Work + Request for Departure From Specification + Report of Authorized Departure From Specification + Request Work Progress Status + Report of Work Progress Status + Report of Rejection or Return of Work Candidate + Request Work Candidate Change + Lien Filing + Sort and Segregate Detail + Expungement of Prior Filing + Cancellation of Filing + Mutually Defined + Location Address Message + Location Relation Information + Report Message + Electronic Mail Message + Request for Co-op + Guidelines + Budget + Commitment + Co-op Actual + Distribution + National Property Registry System Real Estate Property Transaction + Physician's Report + Maintenance Request + Maintenance Response + Request with Immediate Response Required (No Follow-up) + Request with Immediate Response Required (Follow-up Required) + Request with Immediate Response to Mailbox + Response - No Further Updates to Follow + Response - Further Updates to Follow + Unique Item Tracking Control Report + Unique Item Tracking Report Reconciliation + Unique Item Tracking Item Data Change + New Group Initial Enrollment + Air Export Waybill and Invoice + Air Import Invoice + Ocean Export Direct Invoice + Ocean Export Indirect Invoice + Ocean Export Brokerage Invoice + Ocean Import Invoice + Miscellaneous Services Invoice + Warehouse Services Invoice + Pre-registration + Delivery + Subrogation Demand + Normal + Emergency Request + Short Notice Request + Damage Notification + Design Report + Test + Notice of Occupational Disease + Supporting Information + Notice of Traumatic Injury + Statement of Financial Affairs + Customer Shipment + International Shipment + Interplant Shipment + Production to Carrier Shipment + Advanced Payment + Delinquency + Payment Information + Audit + Transfer Loan In + Transfer Loan Out + Mailing Address Services + Information Only, No Response Required + New Service Order + Denied Request + Service Termination + Tax Billing or Remittance + Material In Transit + Preaward Notification + Postaward Notification + Small Business Award Notification + Award Notification + Notification to Late Bidders + Notification of Protest Receipt + Abstract of Offers + Bid Rejection Notice + Accomplishment Based Renewal + Competitive Renewal + Non-competitive Renewal + Resubmission + Supplemental + Unsolicited Bid Notice + Filing and Search Request + Termination + Filing Officer Confirmation + Amendment + Full Assignment + Partial Assignment + Full Release of Collateral + Partial Release of Collateral + Continuation + Uniform Commercial Code Filing with Broad Collateral Description + Uniform Commercial Code Filing with Specific Collateral Description + Segregation by Purchase Order Number + Segregation by Carrier PRO Number + Response - No Action Taken + Disability Benefits Proof of Coverage Notification + Debtor Filing + Federal Occupational Reporting + Secured Party Filing + Partial Release Filing + Full (Total) Release + Multiple Listing + Sale + Loan + Requisition + Storage Item Data Change + Administrative Fees + Amended Return + Notice of Charge + Protest or Response to Charge + Charge Decision + Due to Analysis + Advance Shipment and Billing Notice + Requisition Cancellation + + Due to Reconciliation (Full) + Requisition Follow-Up + Due to Reconciliation (Partial) + Pre-Employment Screening + Adjusted Invoice + Student Loan Interest Statement (1098-E) + Tuition Payments Statement (1098-T) + Arbitration + Requisition Modification + Material Obligation Inquiry + Material Obligation Advice + Quantity Verification Inquiry + Supply Assistance + Shipment Advice + Administrative Action + Quantity Verification Advice + Material Obligation Reinstatement + Disposal Shipment Advice + Backbill Invoice + Billback + Statement of Balance Due + Best and Final Offer + Non-escrow or Non-impound Tracking + Bill and Hold Goods + Bankruptcy Petition + Bankruptcy Schedules + Blanket Lease Schedule + Requisition Passing Order + Requisition Referral Order + Procurement Cancellation + Procurement Modification + Business Taxpayer Registration + Bill of Sale Schedule + Balance and Transaction Report + Workers' Compensation 1st Report of Injury + Workers' Compensation Subsequent Report + Workers' Compensation Combined 1st and Subsequent Report + Not for Resale Invoice + Freight Invoice + Customs Entry Detail + Claim Information + Case Opening + Consignment + Escrow or Impound Service Reporting + Tax Assessment Bill + Fixed Assets Tax Return + Service Cancellation + Conformed Copy + Subject to Availability of Funds + Cash + Contribution + Credit Commission Invoice + Consolidated Debit Invoice + Consolidated Credit Invoice + Consolidated Debit Memo + Consolidated Credit Memo + Chargeable + Consolidated Invoice + Confirmation + Claim Submission + Customer Allocation + Call Detail Memo + Credit Invoice + Corrected + Commission Payment + Credit Memo + Cash Surrender Distribution + Cost Type Invoice + Cargo Outturn Report + Cost Voucher + Cash Letter + Check List + Citation to Pay or Appear + Conviction Notice + Dividend Payment + Receipt + Due-In + Detour Billing + Debit Commission Invoice + Interdistrict (Pre-Kindergarten - Grade 12) Student Record + Advance Receipt + Diesel Fuel Bill + Response + Discretionary Additional Company Contribution + Debit Invoice + Duty Drawback + Deposit List + Prior Damage Report + Direct Nonqualified Rollover + Drop Shipment Invoice + District to Postsecondary Student Record + Direct Qualified Rollover + Debit Memo + Disposition + Detail + Duplicate + Administrative Records Submission + Excess Interest Allocation + Engineering Final Bill + Campaign Filing + Lobbyist Filing + Engineering Installation, Right to Use, Final Bill + Engineering Installation, Final Bill + Estimate of Record + Expense Payment + Engineering Right to Use, Final Bill + Excess Material Notification + Final Report + Pre-approved Bidders List + Pre-determined Allocation + Allocation + Shipper Imbalance + Producer Imbalance + Storage Report + Forfeiture Allocation + Final Bill + Forfeiture Credit + Consolidated Invoice, Final Bill + Memorandum, Final Bill + Full Assignment Filing + Filing + First Cost Invoice + Final Notice + Funding Modification + First Notice of Loss + Flat Rate Per Unit Bill + Full Enrollment File + Federal Royalty + Financial Statement Report + Material Returns + Nomination + Request for Confirmation + Confirmation Response + Government Furnished Material Inquiry Advice + Government Furnished Material Inquiry + Garnishment + Credit Report + Disability Notice + Black Lung Claim + Claim Experience Report + Employer's Report + Longshore Report + Unit Report + Hazardous Waste Report + Discharge Monitoring Report + Risk Management Plan + Self Monitoring Report + Hazardous Air Pollutant Inventory Report + Stationary Point Source Inventory Report + Toxic Release Inventory Report + Horsepower Equalization Bill + Handling Carrier Agreement Update + In-Ad Coupon Notification + Inventory + Installation Final Bill + Insurance Coverage Notification + Employers Report of Disability + Indian Royalty + Material, Engineering, Installation, Final Bill + Interfund Transfer In + Incident Notice + Inquiry + Interfund Transfer Out + Installation, Right to Use, Final Bill + Material, Installation, Right to Use, Final Bill + Workers Compensation Report of Injury or Illness + Interchange Update + Investment Fees + Maintenance and Operations Bill + Joint Facility Miscellaneous Bill or Other + Rental Bill + Junction Settlement Update + Judgment + Junction Update + Termination for Default + Definitization of Contract + Definitization of Order + Exercise of Option + Intent to Exercise Option + Administrative Change + Change Order + Supplemental Agreement + Amended Shipping Instructions + Provisioned Item + Withdrawal of Offer + Additions to General Provisions + Request for Price Quote + Addition to Solicitation Mailing List + Termination for Convenience + Due-in Reconciliation Inquiry + Loan Distribution + Loan Repayment Expense + Landed Costs + Loss Notification + Loan Repayment to Principal Only + Loan Repayment + Logistics Reassignment + Levy + Manufacturer Coupon Notification + Measurement Events and Alarms + Mailing List + Maintenance to Business Taxpayer Registration + Material Credit Invoice + Market Development Fund + Memorandum + Material, Engineering, Final Bill + Material, Installation, Final Bill + Membership List + Multiple Shippers, Multiple Consignees + Mise En Place (In Place) + Material, Right to Use, Final Bill + Material Final Bill + Multifamily Program + Bilateral + Notice of Assessment + Notice of Warrant + Notice of Adjustment + Notice of Determination + Notice of Settlement + Notice of Recorded Lien + Notice of Deficiency + Material Release Order + Material Release Inquiry + Material Release Order Forced Closure + Material Release Cancellation + Disposal Release Order + Disposal Release Inquiry + Disposal Release Cancellation + Disposal Shipment Confirmation Inquiry + Redistribution Order + Material Release Confirmation + Material Release Denial + Material Release Advice + Disposal Release Confirmation + Notice + Disposal Release Denial + Disposal Release Advice + Material Release Cancellation Advice + In-Transit + Disposal Release Cancellation Advice + Inventory Adjustment + Operational Capacity + On Approval + Offer + Opinion + Order + Preliminary + Employer Group Change + Individual Change + Employer Open Enrollment + Progress Payment Invoice + Partial Bill + Invention Report + Product Allocation + Pleading + Partial Assignment Filing + Premium Routing Guide + Prospective Student Information + Personal Injury Bill + Component Packing Confirmation + Plan Allocation + Premium Payment + Plan Takeover + Prepaid Invoice + Partial Enrollment File + Product (or Service) + Postsecondary Student Academic Record + Plan-to-plan Transfer + Notice of Claim + Protest or Response to Claim + Claim Decision + Wage Verification Notice + Purchase Report + Scheduled Quantity + Scheduled Quantity for Operator + Coupon Regular Clearinghouse Invoice + Coupon Direct Retailer Invoice + Coupon Clearinghouse Pay Direct Invoice + Product Quality Deficiency + Coupon Scan Validate Invoice + Scan Validate Adjustment + Quick Response Routing Guide + Full Coupon Redemption (No Adjustments) + Adjusted Coupon Redemption + Coupon Redemption Detail + Adjustments to Previous Coupon Redemption + Coupon Quick Pay Invoice + Product Quality Deficiency Response + Request for Enrollment Verification + Response to Request for Enrollment Verification + Response to Garnishment + Release of Garnishment + Response to Levy + Release of Levy + Response to Order to Withhold + Release of Order to Withhold + Request for Credit + Right to Use + Request for Quote + Returns Detail + Rebill + Material, Engineering, Right to Use, Final Bill + Revised Final Bill + Request for Additional Funds + Routing Instructions + Response to Request for Routing Instructions + Registration + Reminder to File + Reporting + Request + Response - Additional Response(s) Available + Spend Down + Medical Services Reservation + Removed from Solicitation Mailing List + + + Death of Principal Mortgagor + Illness of Principal Mortgagor + Illness of Mortgagor's Family Member + Death of Mortgagor's Family Member + Marital Difficulties + Curtailment of Income + Excessive Obligations - Same Income, Including Habitual Nonpayment of Debts + Abandonment of Property + Distant Employment Transfer + Neighborhood Problem + Property Problem + Inability to Sell Property + Inability to Rent Property + Military Service + Default Detail + Unemployment + Business Failure + Bankruptcy + Casualty Loss + Moved - Vacated + Dissatisfied with Property + Energy-Environment Cost + Servicing Problems + Auto Repairs + Extended Reasons + Payment Adjustment + Payment Dispute + Due on Transfer + Transfer of Ownership Pending + Fraud + Unable to Contact Borrower + Air traffic control delay + Delivery Commitment Waived by the Customer + Borrower Action + Automatic Conversion + Lender Approval Required + Lender Approval Not Required + Owner-occupied Loan Outstanding + Loan Reached Maturity + Triggered by Interest Increase + Specified Time Period Completed + Transfer Without Written Notice + Triggered by Payment Increase + Facility Added + Facility Changed + Location Added + Location Changed + Merchandise Damaged or Destroyed + Internal Systems Problems + Vendor-Supplied Carrier Delay + Import Container Delay + Notice of Term Enrollment + Term Grade Report + Change of Venue Granted + Removed to Federal Court + Foreclosure Completed + Servicing Rights Transferred to Non-member + Investor is Pulling Servicing as a Result of Default + Servicer Pulling Servicing from Sub-Servicer as a Result of Default + Consolidation, Extension, Modification (CEM) + Renewal and Extension + Reinstatement - Loan Not Reassigned to Mortgage Electronic Registration System (MERS) + Member Resignation or Expulsion + State Action + Company Action + Voluntary Surrender + Producer Requested + Awaiting State Confirmation + Continuing Education Non-compliance + Non-renewal + For Cause + Lack of Production + Retired + Disability + Requested in Error + Continuing Medical Education (CME) + Faculty Appointment + Health Care Fellowship Appointment + Health Care Internship Appointment + Health Care Residency Appointment + Ownership Change Due to Flow Sale of Servicing Rights + Ownership Change Due to Bulk Sale of Servicing Rights + College Preparatory Diploma + Accurate + Calculated + Not Selected + Reprocessed + Selected + Not Verified + Within Tolerance + Without Documentation + Not Available + Part-time + Missed Delivery + Release Signature or Release Number + Incorrect Address + Indirect Delivery + Unable To Locate + Address Corrected - Delivery Attempt + Refused by Consignee + Not In On Delivery Completed + Damaged - Delivery Completed + Damaged - Delivery Not Completed + Business Closed + Package Sorted To Wrong Route + Other + Returned to Shipper + Business On Strike + Payment Received + Customer Requested Future Delivery + Missort + Restricted Articles Incompatible + Restricted Articles Unacceptable + Bulk Plane + Package Missed Inbound Plane At Origin Station + Customer Dropped Off Package After Aircraft Depart + Accident + Package Received At Destination Station Without Airbill + Consignee Related + Driver Related + Package Missorted During Aircraft Unload + Hold Changed To Delivery Package + Mechanical Breakdown + Arrived In Station After Courier Dispatch + Aircraft Arrived Late In Hub + Other Carrier-Related + Package Shipped From Overgoods + Holding In Overgoods + Damaged Rewrapped In Hub + Detached Airbill + Previous Stop + Shipper Related + Standard Air Package + Holiday - Closed + Weather or Natural Disaster Related + Delivery Not Completed + Recipient Unavailable - Delivery Delayed + ODA/Cartage Agent + Improper International Paperwork + Carrier Keying Error + No Requested Arrival Date + Shipper Changed Scheduled Shipment Date + Hold Due to Customs/Documentation + Unable to Contact Recipient For Broker Information + Hold At Location + International Manifest + Puerto Rican Tax Authorities Holding Package + Non-FEC Broker Advised + Customs Release + Package Delivered Before Commitment + Package Delivered After Commitment + Invalid Account Format + Account Not Found + Name Specified Does Not Match Account + Item or Service Already Established, Cannot Add + Item or Service Not Established, Cannot Modify + Item or Service Not Available + Item or Service Not Available on Requested Date + Address Specified Does Not Match Account + Unauthorized or Invalid Action + Civil Event Related Delay + Customer-requested Early Delivery + Exceeds Service Limitations + Past Cutoff Time + Insufficient Pickup Time + Missed Pickup + Alternate Carrier Delivered + Abnormal + Actual Contractor-Caused Delay + Anticipated Contractor-Caused Delay + Assignment Form Required + Actual Government-Caused Delay + Anticipated Government-Caused Delay + Agent Not Appointed + Agent Not Licensed + Application Incomplete + Reconsigned + Appointment or Pre-Arranged Delivery Date + Trap for Customer + Held for Payment + Held for Consignee + Consignee Closed (Inventory, Vacation, Etc.) + Dock Pickup + Improper Unloading Facility or Equipment + Receiving Time Restricted + Order Notify + Held for Protective Service + Connecting Line or Cartage Pickup + Held per Shipper + Missing Documents + Border Clearance + Road Conditions + Did not complete secondary school + Standard high school diploma + Advanced or honors diploma + Vocational/Technical Preparatory Diploma + Special education diploma + Certificate of completion or attendance + Special certificate of completion + General Education Development Diploma (GED) + Other high school equivalency diploma + International diploma or certificate (such as International Baccalaureate) + Student is eligible to continue or return or both + Student is on Suspension or Dismissal + Student is expelled (from PreK - grade 12) + Currently enrolled but courses in progress not included + Not currently enrolled + Previous enrollment. Used for entry or exit or both at school other than the sending school + Unreported - Information is not available in record + Currently enrolled and courses in progress are included + Highest Honors + Second Highest Honors + Third Highest Honors + Dropped + Academic Probation + Suspended + Requested record will not be sent; Cannot identify student + Requested record will not be sent electronically; Paper copy will be sent + Requested record will not be sent; Have student contact us + Part of requested record being sent; Remainder to be sent by hard copy + Requested record will not be sent; No record of student + Requested record will not be sent; Degree or Diploma not yet awarded + Requested record will not be sent; Institutional policy requires student release. Have student contact us + Record being sent at request of student + Record being sent to replace one previously sent + Requested record being sent + Student on Suspension or Dismissal; Eligible to Apply for Re-entry + According to established regulations or statutes, the student is considered to be a "dropout" + Student Qualifies for Special Services + Passed Proficiency Test + Passed Screening + Better Features + Rating Changed + Student on Dismissal or Suspension for Disciplinary Reasons + Student is on Suspension or Dismissal for Academic Reasons + Better Performance + Bottom Well Cannot Handle Two or More Units + Bottom Well Cannot Handle Unit Assigned because of Length + Bottom Well Cannot Handle Unit Assigned because of Type + Bottom Well Cannot Handle Unit Assigned because of Width + Waiting for Customer Pickup + Credit Hold + Suspended at Customer Request + Customer Vacation + Customer Strike + Waiting Shipping Instructions + Waiting for Customer Specified Carrier + Collect on Delivery Required + Cash Not Available from Consignee + Customs (Import/Export) + No Requested Arrival Date Provided To Carrier By Shipper + No Requested Arrival Time Provided To Carrier By Shipper + Loan Paid in Full + Loan Refinanced, Insured by Insurer Receiving Report + Loan Refinanced, Insured by Other Insurance Carrier + Loan Refinanced, No Insurance Required + Coverage No Longer Required + No Outstanding Commitments + Court Probation + Complete + Changed Broker Dealer + Clearance to Destination Exceeded + Changed Agent + Conflict of Interest Exists + Check in Mail + Collateral Assignment + Contract or Lost Policy Statement Required + Clear - No motor vehicle violations + Cosmetic + Carrier Dispatch Error + Driver Not Available + Student has attended a nonpublic school or home education program in- or out-of-state this year, but is entering a public school in this state for the first time this school year + Student was received from another attendance reporting unit in the same school + Student was received from a school in the same district + Student was received from another public school outside the district either in- or out-of-state + Student was received from a nonpublic school either in or out of the district or has returned after having been enrolled in a home education program; The student must have been enrolled previously in a public school this year + Student unexpectedly reentered the same school after withdrawing or being discharged + Student was expected to attend a school but did not enter as expected for unknown reasons + Student was promoted, retained, or transferred to another attendance-reporting unit in the same school + Student was promoted, retained, or transferred to another school in the same district + Student withdrew to attend another public school in the same district + Student withdrew to attend another public school in- or out-of-state + Student Over Compulsory Attendance Age Left School Voluntarily with No Intention of Returning + Student Graduated from School with a Standard Diploma + Student Graduated from School with a Special Diploma + Student Left School with a Certificate of Completion + Student Left School with a Special Certificate of Completion + Student Left School with a State General Education Development (GED) High School Diploma + Student Withdrew to Attend a Non-Public School or Home Education Program In- or Out-of-State. + Student withdrew from school due to hardship + Student has not entered any school in this or any other state this school year + Previously attended out-of-state public school but is entering a public school in this state for the first time this school year + Returned to Regular Education Program + Reclassified Fully English Proficient + Retained in Current Grade + Placed in Next Grade After Expected Grade + Placed in Transitional Program (K-1) + Status Pending Completion of Summer School (K-12) + Declined Services + Administratively Placed in a Higher Grade + Academically Placed in a Higher Grade + Promotion Status not Applicable + Promoted + Delayed + Currently Applying + Previously Applied + Graduate from a College + Transfer from a University Program + Graduate from a University Program + Exchange Student + Returning Student Admitted to a New Program + Returning Student Admitted to the Same Program + Returning or Continuing Student Changing to Unclassified or General or Unspecified Studies + Continuing Student Changing to a New Program + Special Permission + Graduate from a Technical Institute + Transfer from a College + Deferred Maintenance + Deceased + Did not Attend this Semester + Withdrawn + Graduated + Never Attended + Full-Time Enrollment + Half-Time Enrollment + Less Than Half-Time Enrollment + Approved Leave of Absence + No Record Found + Three-quarter Time + Export Release Not Required + Export Release Required + Excessive Dimension Cannot be Accepted + Enrolled at Extension + Non-express Clearance Delay + International Non-carrier Delay + Flatcar Shortage + Free Lunch Eligible + Failed to Release Billing + Freeze Damage + Hit - At Least One Motor Vehicle Violation + Hazardous Material Placement + Irrevocable Beneficiary + Individual Education Program + Incarceration + Incomplete - Final + Incomplete - In Progress + Investment Selections + Investment Objectives Changed + Internal Revenue Service Lien + Failed Material Returned for Repair + Material Shipped Between Intermediate Points + Joint Ownership + Juvenile Policy + Limited English Proficient + Liquidated + Load Shifted + Multiple Assignments + Migrant Education Program + Mental Incompetency + Middle Position Cannot Handle Two or More Units + Middle Position Cannot Handle Unit Assigned because of Length + Middle Position Cannot Handle Unit Assigned because of Type + Middle Position Cannot Handle Unit Assigned because of Width + Multiple Conditions + New Generation Product + No New Money (IRA > 70 1/2) + Normal + No Withdrawals + Processing Delay + Waiting Inspection + Production Falldown + Held for Full Carrier Load + Waiting Test Results + Producer Strike + Producer Vacation + Pending Agent Appointment + Pending Agent License + Power of Attorney + Rejected - Insufficient or Incorrect Information + Railroad Failed to Meet Schedule + Replacement Form Required + Reduced Price Lunch Eligible + Reason Unknown + Delivery Shortage + Surrender Charges + Surrender Form Required + Signature Required + Shipment Overweight + Storm + Tractor With Sleeper Car Not Available + Tractor, Conventional, Not Available + Trailer Not Available + Trailer Not Usable Due to Prior Product + Trailer Class Not Available + Trailer Volume Not Available + Insufficient Delivery Time + Train Derailment + Theft + Temporary Income Loss + Top Position Cannot Handle Two or More Units + Top Position Cannot Handle Unit Assigned because of Length + Top Position Cannot Handle Unit Assigned because of Type + Top Position Cannot Handle Unit Assigned because of Width + Unknown Cause of Delay + Undetermined + Vandalism + Out of Stock + Equipment Cut + Booking Location Request + On Hold + Order Discrepancy + Receiving Location Request + Inventory Discrepancy + Material Shortage + Substitution + Diverted Item + Loading Error + Inbound Carrier Failure + Product Allocation Exceeded + Improperly Sized Order + Wrong Equipment + Insufficient Equipment Space + Waiting Application Delivery + Weight Limit of Car Exceeded + Weight Limit of Truck Exceeded + Weight Limit of Well Exceeded + Waiting for Proof + Alternative Career Exploration + Educator in Another District + Educator in Another State + Educator Outside U.S. + Other Educational Occupation + Not Offered Reemployment + Long Term Substitute + Intra-District Transfer from Licensed Position to Nonlicensed Position + No Assignment + Staff Reduction + Mutually Defined + + + Coal Moisture Allowance + Tank Car Mixture + Tank Car Outage + Sand or Stone and Related Articles (Aggregates) + + + Transaction Between Unrelated Companies + Transaction Between Related Companies + + + Missing or Invalid Report Type Code + Missing or Invalid Physical Inventory Code + Missing or Invalid Consignee + Missing or Invalid Fund Code + Missing or Invalid Material Condition Code + Missing or Invalid Management Code + Missing or Invalid Processing (Count) Date Code + Missing or Invalid Unit of Measure Code + Missing or Invalid Source of Supply Code + Missing or Invalid Purpose Code + Missing or Invalid Ownership Code + Missing or Invalid Support Request Code + Missing or Invalid Supply Condition Code + Missing or Invalid Payer Identification + Missing or Invalid Issuer Identification + Missing or Invalid Item Quantity + Missing or Invalid Item Identification + Missing or Invalid Support Date + Missing or Unauthorized Transportation Mode/Method Code + Unauthorized Transaction Set Purpose Code + Missing or Unauthorized Transaction Type Code + Missing or Unauthorized Action Code + Outside Ship Window + Missing or Invalid Store Number + Missing or Invalid Purchase Order Number + Missing or Invalid Bill of Lading Number + Missing or Invalid Invoice Date + Missing or Invalid Department Number + Missing or Invalid Internal Vendor Number + Missing or Invalid U.P.C. Code + Missing or Invalid DUNS Number + Missing or Invalid SCAC + Missing or Invalid Terms + Missing or Invalid Ship Date Location + Missing or Invalid Sell to Location + Missing or Invalid Bill to Location + Missing or Invalid Unit Cost + Missing or Invalid Non-merchandise Code + Missing or Invalid Non-merchandise Cost + Missing GTIN (Global Trade Item Number) + Invalid GTIN (Global Trade Item Number) + Missing GLN (Global Location Number) + Invalid GLN (Global Location Number) + Rate Unverifiable + Car Not in Umler + Car Not in Correct Status for Billing + Duplicate Billing + Invalid Commodity Code + Route Error + Duplicate + Missing Data + Out of Range + Invalid Date + Total Out of Balance + Not Matching + Invalid Combination + Other Unlisted Reason + Customer Identification Number is Invalid + Customer Identification Number Does not Exist + Customer Identification Number and Entity Name Do not Match + Customer Identification Number Is Missing + Invalid Serial Number + Effective Date Too Early + Improper Placement of Labels + Item Already Exists + Item Marked For Delete + Item Not Authorized For Buyer Assigned Vendor Number + Missing or Invalid Location + Location Received Not On Order + Negative Value + Missing Marking Identification at Pack Level + Duplicate Purchase Order Number + Missing Product Description 1 + Missing Product Description 2 + Code Not Mapped to Application + Missing Code for Application + Retail Price Is Greater Than Suggested Retail Price + Sender Not Authorized To Submit Ship Notice Data For Buyer Assigned Vendor Number + Sender Not Authorized To Submit Ship Notice For Item(s) + Duplicate Shipment Identification Number + Ship-To Location Not Consistent With Purchase Order Ship-To + Duplicate SSCC (formerly known as Serial Shipping Container Code) + Invalid SSCC (formerly known as Serial Shipping Container Code) Range + Invalid SSCC (formerly known as Serial Shipping Container Code) Structure + Missing Marking Identification at Tare Level + Unscannable Labels + Incorrect Label Format + Missing Labels on Shipping Container + Cost Change Not Accepted + UCC-12 Change Not Allowed + Zero Value + Item Not Found On Purchase Order + Missing or Invalid Invoice Number + Receiving Location Not On Order + Allowance Errors + Purchase Order Closed + Missing or Invalid Vendor Pack Quantity + Missing or Invalid Ship-To Location + Purchase Order Cancelled + GTIN (Global Trade Item Number) Change Not Allowed + Misrouted Freight Bill + Missing or Invalid Transaction Handling Code + Invalid Debit or Credit Flag Code + Missing or Invalid Payment Method Code + Missing or Invalid Payment Format + Missing Depository Financial Institution (DFI) Qualifier + Missing or Invalid Financial Institution Transit Routing Number + Missing or Invalid Originating Account Number + Missing or Invalid Receiving Account Number + Missing Effective Entry Date + Effective Payment Date is Past + Payment Received Too Far in Advance + Missing Transaction Reference or Trace Number + Missing or Invalid Payee Name and Address + Received After Cutoff Date or Time + Duplicate Batch + Duplicate Trace Number + Missing Control Totals + Control Totals Amount Error + Control Totals Count Error + Control Totals Out of Sequence + Transaction Set Payment Amount Error + Payment Pending Credit Approval + Payment Passed Credit Approval + Payment Amount Exceeds Approved Credit Limit; Refused + Non-Sufficient Funds in Account; Refused + Account Frozen + Account Transferred + Payee Deceased + Refused by Payee + Missing or Invalid Cancellation Type Code + Invalid Request or Cancellation Flag + Invalid Cancellation Request (Item Not in Financial Warehouse to Cancel) + Missing or Invalid Effective Payment Date + Closed/Non-Existent Account Number + Incorrect Data + Corrected Data + Associated Authorization + Associated Vehicle Identification Number(s) Unknown + Associated Vehicle Identification Number(s) Invalid + Currency Calculation + Check Being Returned + Conflicting Authorizations + Invalid Currency Code + Duplicate Bill of Lading Number + Departure Date Invalid + Duplicate Railcar Departure + Incorrect Date + Duplicate Transaction + Quantity of Handling Units Shipped Greater Than the Quantity Specified + Quantity of Handling Units Shipped Less Than the Quantity Specified + Invalid Claim Amount + Invalid Charge Allowance Qualifier + Invalid Decline/Amend Reason Code + Invalid Department Number + Invalid Identification Code + Invalid Railcar Type + Incomplete Transaction + Invalid Status Code + Status Code Previously Reported + Invalid Quantity + Invalid Weight + Invalid Damage Area Code + Multiple Bills of Lading + Missing Department Number + Missing Identification Code + Missing Quantity + Missing Weight + Not Authorized + No Clearance Authorization + No Clearance Reported + No Departure Reported + No Termination Date + Invalid Status Location + Automated Clearinghouse (ACH) Notification of Change + Not on Departure + No Railcar Arrival + Product is Not in the Receiver's System + Other + Pending Payment + Purchase Order Number Invalid + Previously Paid + Primary Inspection Not Received + Quantity + No Rate Available + Invalid Shipper's Route Code + Automated Clearinghouse (ACH) Return Items + Invalid SCAC + Invalid Vehicle Service Code + Invalid Damage Severity Code + Invalid SPLC Code + Shipment Picked Up After the Date Specified by the Ship Window + Shipment Picked Up Prior to the Date Specified by the Ship Window + Invalid Storage Days Calculation + Turnover + Invalid Damage Type Code + Used Authorization + Unknown Claim Number + Unknown Move/Service + Invalid Unit Price + Unknown Vehicle Identification Number + Invalid Vehicle Identification Number + Vehicle Not Departed + Offsite Storage + Zero Storage Days + Mutually Defined + + + Allowed Multiplier - Billed + Allowed Multiplier - Invoiced + Allowed Multiplier - Medicare + Cost Markup Multiplier - Original Cost + Cost Markup Multiplier - Retail Cost + Default Allowed Multiplier - Billed + Default Allowed Multiplier - Medicare + Discount Multiplier + Cost Markup Multiplier - Wholesale Cost + Percent Solution Multiplier + Selling Multiplier + + + Charge Off + Collection Account + Foreclosure + Involuntary Repossession + Repossession + Voluntary Repossession + Account Balance applied to Line of Credit + Government Claim + Paid Account + Paid Charge-off + Paid Collection + Paid Dealer + Paid Foreclosure + Paid Not as Agreed + Paid Repossession + Paid Satisfactory + Redeemed Repossession + Revolving Account - Current + Satisfactory + Satisfactory Revolving Account - Current + Too New to Rate + Unpaid Collection + Closed Not Paid + Insurance Claim + Partially Paid + Account Included in Bankruptcy + As Agreed + No Status + Not Paid as Agreed + Past Due + Settled + Unpaid + Card Lost + Account in Dispute + Bad Debt + Bill of Exchange + Cash per Owner's Option + Credit Refused + Draft + Endorser + First Sale + Insufficient Funds + Legal Action + Letter of Credit + Maturity Varies + Overdraft + Personal Guarantee + Pro Forma + Renegotiated Draft + Reopening Draft + Real Estate Tax + Secured Account + Suit Filed + Took Deduction + Took Excess Discount + Unauthorized Deduction + Unsatisfactory + Credit Cancelled + Credit is for Group + Credit Refinanced + Inactive Account + Irregular Payments + Long Time Client + No longer Clients + Post Dated Checks + All Loans Repaid + Long-term Loans Repaid + Short-term Loans Repaid + Support to Company to Continue + Closed By Consumer + Closed By Grantor + Closed + Protested Bill + Pays Within Protested Bill Grace Period + In Receivership + Agreement Under Receivership Agreement + High Insolvency Risk + Potential Risk of Non-payment + Possible Insolvency Risk + Debt Being Renegotiated + No Authorized Overdraft + Mutually Defined + + + Fixed Amount Discount + % Discount for Cash Payment + Cash Discount per Units Ordered + Cash Discount per Units Purchased + Cash Discount per Units Shipped + Cash Discount per Service + % Discount per Units Ordered + % Discount per Units Purchased + % Discount per Units Shipped + % Discount per Service + Additional Units per Units Purchased + Mutually Defined + + + Discount in Cash + Discount Determined as a Percentage of the Value of the Transaction + Discount Determined to be Additional Units that Are Defined by Discount Control Limit Qualifier + Mutually Defined + + + Time Limits for Discount + Dollars of Purchase + + + Birth Certificate + Passport + Hospital Certificate + Affidavit + Immigration Document + Baptismal or Church Certificate + Physician's Certificate + Undocumented + Driver's License + Photo ID + Social Insurance Certificate + US Passport + Certificate of US Citizenship + Certificate of Naturalization + Unexpired Foreign Passport with Stamp or Attached Immigration and Naturalization Service (INS) Form Indicating Unexpired Employment Authorization + Alien Registration Receipt Card with Photograph + Unexpired Temporary Resident Card + Unexpired Employment Authorization Card + Unexpired Reentry Permit + Unexpired Refugee Travel Document + + + Petroleum Industry Exchange (PETROEX) Number + D-U-N-S Number, Dun & Bradstreet + Standard Carrier Alpha Code (SCAC) + Federal Maritime Commission (Ocean) (FMC) + International Air Transport Association (IATA) + Plant Code + Loading Dock + D-U-N-S+4, D-U-N-S Number with Four Character Suffix + U.S. Customs and Border Protection (CBP) Carrier Identification + Insured's Changed Unique Identification Number + Census Schedule D + Hazard Insurance Policy Number + Document Custodian Identification Number + Payee Identification Number + Secondary Marketing Investor Assigned Number + Mortgage Electronic Registration System Organization Identifier + Census Schedule K + Investor Assigned Identification Number + Certificate Number + Insured's Unique Identification Number + Title Insurance Policy Number + United Nations Location Code (UNLOCODE) Number + Department of Defense Activity Address Code (DODAAC) + Drug Enforcement Administration (DEA) + Telephone Number (Phone) + Federal Reserve Routing Code (FRRC) + Standard Address Number (SAN) + ZIP Code + Automated Broker Interface (ABI) Routing Code + FIPS-55 (Named Populated Places) + Standard Point Location Code (SPLC) + Health Industry Number (HIN) + Council of Petroleum Accounting Societies code (COPAS) + Journal of Commerce (JOC) + Employer's Identification Number + Carrier's Customer Code + Petroleum Accountants Society of Canada Company Code + Government Bill Of Lading Office Code (GBLOC) + American Paper Institute + Grid Location and Facility Code + American Petroleum Institute Location Code + Bank Identification Code + Assigned by Property Operator + Commercial and Government Entity (CAGE) + Social Security Number + Electronic Mail Internal System Address Code + Customs House Broker License Number + United Nations Vendor Code + Country Code + Local Union Number + Electronic Mail User Code + Telecommunications Carrier Identification Code + Telecommunications Pseudo Carrier Identification Code + Alternate Social Security Number + Return Sequence Number + Declaration Control Number + Electronic Transmitter Identification Number (ETIN) + Tax Authority Identification + Electronic Filer Identification Number (EFIN) + State Identification Number + Business License Number + Fuel Inventory Adjustment Identification + Building + Warehouse + Post Office Box + Division + Department + Originating Company Number + Receiving Company Number + Holding Mortgagee Number + Servicing Mortgagee Number + Servicer-holder Mortgagee Number + One Call Agency + Integrated Postsecondary Education Data System (IPEDS) set of codes maintained by the U.S. Department of Education's National Center of Education Statistics, Washington, D.C. + The College Board's Admission Testing Program (ATP), administered by the Educational Testing Service (ETS), 4-digit list of postsecondary educational institutions. + Federal Interagency Commission on Education (FICE) number. Available from the United States Department of Education, National Center for Education Statistics. + American College Testing (ACT) list of postsecondary educational institutions. + State or Province Assigned Number + Local School District or Jurisdiction Number + National Center for Education Statistics (NCES) Common Core of Data (CCD) number for PreK - 12 institutions + The College Board and ACT 6 digit code list of secondary educational institutions + Classification of Instructional Programs (CIP) coding structure maintained by the U.S. Department of Education's National Center for Education Statistics + Higher Education General Information Survey (HEGIS) maintained by the U.S. Department of Education's National Center for Education Statistics + Congressional District + California Ethnic Subgroups Code Table + Assigned by Seller or Seller's Agent + Assigned by Buyer or Buyer's Agent + Code assigned by the organization originating the transaction set + Code assigned by the organization that is the ultimate destination of the transaction set + Assigned By Transporter + Assigned By Pipeline Operator + Receiver's Code + Purchasing Office + Office of Workers Compensation Programs (OWCP) Agency Code + Approver ID + Military Assistance Program Address Code (MAPAC) + Assigned by Third Party + Assigned by Clearinghouse + Committee on Uniform Security Identification Procedures (CUSIP) Number + Financial Identification Numbering System (FINS) Number + Automated Commercial Environment Identification Code (ACEID) + Postal Service Code + US Environmental Protection Agency (EPA) Identification Number + Attachment Control Number + + Alberta Energy Resources Conservation Board + Rental Location Identifier + Automotive Identifier for Canada Border Services Agency + Anesthesia License Number + Alberta Petroleum Marketing Commission + Activity Code + British Columbia Ministry of Energy Mines and Petroleum Resources + Blue Cross Provider Number + Common Language Location Identification (CLLI) + Broker Filer ID + Badge Number + Canada Revenue Agency (CRA) Business Number + Benefit Plan + Blue Shield Provider Number + Insured or Subscriber + Health Maintenance Organization (HMO) Provider Number + Customer Identification File + Statistics Canada Canadian College Student Information System Course Codes + Statistics Canada Canadian College Student Information System Institution Codes + Statistics Canada University Student Information System Curriculum Codes + Contract Division + Bureau of the Census Filer Identification Code + Canadian Financial Institution Routing Number + CHAMPUS (Civilian Health and Medical Program of the Uniformed Services) Identification Number + Corrected Loan Number + U.S. Customs and Border Protection (CBP) Manufacturer Identifier (MID) + National Center for Education Statistics (NCES) Course Classification System for Secondary Schools + Canadian Petroleum Association + Credit Repository + Statistics Canada University Student Information System University Codes + Court Identification Code + U.S. Customs and Border Protection (CBP) Assigned Importer Number + U.S. Customs and Border Protection (CBP) Assigned Consignee Number + United States Department of Education Guarantor Identification Code + United States Department of Education Lender Identification Code + Dentist License Number + Door + Data Processing Point + Gas Industry Standards Board (GISB) Data Reference Number (DRN) + United States Department of Education School Identification Code + ARI Electronic Commerce Location ID Code + Theatre Number + Employee Identification Number + Elevator + U.S. Environmental Protection Agency (EPA) + Insurance Company Assigned Identification Number + Mortgagee Assigned Identification Number + Automated Export System (AES) Filer Identification Code + Educational Testing Service List of International Postsecondary Institutions + Facility Identification + Field Code + Federal Court Jurisdiction Identifier + Federal Court Divisional Office Number + Facility Federal Identification Number + Federal Taxpayer's Identification Number + Federal Jurisdiction + Floor + U.S. Environmental Protection Agency (EPA) Laboratory Certification Identification + Facilities Information and Resources Management System (FIRMS) Code + Free and Secure Trade (FAST) ID + Primary Agent Identification + GAS*CODE + Global Service Relation Number + Centers for Medicare and Medicaid Services + HCIdea Number + Health Insurance Claim (HIC) Number + House (Canadian Grain Elevator) + UCC EDI Communications ID (Comm ID) + Standard Unique Health Identifier for each Individual in the United States + U.S. Customs and Border Protection (CBP) Carrier Initiative Program (CIP) Participant Identification Number + Agency Location Code (U.S. Government) + NISO Z39.53 Language Codes + ISO 639 Language Codes + Labeler Identification Code (LIC) + Loan Number + Disbursing Station + Department of Defense Routing Identifier Code (RIC) + Jurisdiction Code + Division Office Code + Mail Stop + Medical Information Bureau + Medicaid Provider Number + Manitoba Department of Mines and Resources + Member Identification Number + Market + Multiple Listing Service Vendor - Multiple Listing Service Identification + Mortgage Identification Number + Major Organizational Entity + Medicare Provider Number + Medicaid Recipient Identification Number + National Association of Realtors - Multiple Listing Service Identification + Mode Designator + National Association of Insurance Commissioners (NAIC) Identification + National Criminal Information Center Originating Agency + Non Resident Alien Registration Number + Occupation Code + On-line Payment and Collection + Secondary Agent Identification + Public Identification + Provider Commercial Number + Payor Identification + Passport Identification Number + Pharmacy Processor Number + Pier + Proximity Card Number + Regulatory Agency Number + Real Estate Agent + Real Estate Company + Real Estate Broker Identification + Real Estate License Number + Office of Regulatory Information Systems (ORIS) Code + Ramp + Railroad Track + Tertiary Agent Identification + Social Insurance Number + Saskatchewan Department of Energy Mines and Resources + Suffix Code + Standard Industry Code (SIC) + State or Province Jurisdiction + State/Provincial Lottery License Number + State License Number + Specialty License Number + State/Province License Tag + Service Provider Number + Society for Worldwide Interbank Financial Telecommunications (SWIFT) Address + U.S. Customs and Border Protection (CBP) Shipper Identifier (SID) + Taxpayer ID Number + Internal Revenue Service Terminal Code + Transport4 Location Code + Transport4 Shipper Code + Department Code + Consumer Credit Identification Number + Unit Identification Code + Global Location Number (GLN) + GS1 Global Location Number with Extension Component + Unique Physician Identification Number (UPIN) + Uniform Resource Locator (URL) + Unique Supplier Identification Number (USIN) + Unit + Wine Region Code + Education Language Codes + National Center for Education Statistics Unit Identification Number + Centers for Medicare and Medicaid Services PlanID + Centers for Medicare and Medicaid Services National Provider Identifier + District Assigned Number + U.S. Customs and Border Protection (CBP) Encrypted Consignee Identification + Contractor Establishment Code + Zone + Temporary Identification Number + Mutually Defined + + + Add + Delete + Included + Information Only + Substituted + Authorized Substitute + + + Residue Last Contained Description (Small Means of Containment) + Residue Last Contained Description (Packages) + Residue Last Contained Description (Rail Car) + + + Detail Level 1 + Detail Level 2 + Detail Level 3 + Detail Level 4 + Detail Level 5 + Detail Level 6 + Detail Level 7 + Detail Level 8 + Detail Level 9 + Advances + Balance + A Fixed Amount Received By a Road + Detail + Zero + Division Formula Factor + Maximum + Minimum + No Division + Percent + Rate or Division + + + Item Accepted - Order Forwarded to Alternate Supplier Location + Item Accepted and Shipped + Item Accepted and Released for Shipment + Item Accepted - Partial Shipment, Balance Backordered + Item Accepted - Date Rescheduled + Item Accepted + Item Backordered + Item Accepted - Changes Made + Item Deleted + Item Accepted, Price Pending + Item on Hold, Incomplete Description + Item on Hold + Item Accepted - Price Changed + Item Accepted - Quantity Changed + Item Rejected + Item Accepted - Substitution Made + Item on Hold-Waiver Required + Item Rejected, Not a Contract Item + Item Rejected, Invalid Item Product Number + Item Rejected, Invalid Unit of Issue + Item Rejected, Contract Item not Available + Item Rejected, Reorder Item as a Just in Time (JIT) Order + Item Rejected, Reorder Item as an Extended Delivery Order (EDO) + Item Rejected, Reorder Item as a Drop Shipment + Item Rejected, Reorder Item as a Surge Order + Item Accepted - Schedule Date Pending + + + International Monetary Fund + London (England) Exchange - First Closing + London (England) Exchange - Second Closing + New York Foreign Exchange + Philadelphia Foreign Exchange + Zurich (Switzerland) Exchange + + + Packing Configuration + Add Additional Item(s) + Changes To Line Items + Change of Date Terms + Changes To Terms + Changes To Item Level Allowance/Charges + Cancel Previously Transmitted Purchase Order + Changes To Total Level Allowance/Charges + Change To Original Confirmation Of Original Announcement + Change To Confirmation Of Revised Announcement + Change of Dates + Delete Item(s) + (Multiple) For Unit Price Quantity Reschedule Change + Concurrent Item (No Change) + Original Confirmation Of Revised Announcement + Original Confirmation Of Original Announcement + Price Change + Unit Price/Quantity Change + Unit Price/Reschedule Change + Quantity Change + Quantity Decrease + Quantity Increase + Replace Mode of Shipment + Replace All Dates + Reject Item Change + Replacement Item + Replacement Item with Modifications + Reschedule/Quantity Change + Reschedule + Replace All Values + Transfer Item + + + Finished (Labor, Material, and Overhead/Burden) + Quantity Based Pricing Groups + Labor + Labor and Material + Material + Cumulative Quantity Required Prior to First Schedule Period + Previously Released Requirements + Mutually Defined + + + Hospital/Homebound Individuals + Discrete Quantity + Cumulative Quantity + Discreet Quantity - Rejected Material + Discrete Quantity - Rejected Material: Disposition Replacement + Discrete Quantity - Rejected Material: Disposition Credit + Discrete Quantity - Rejected Material: Disposition Pending + Cumulative Quantity - Rejected Material + Cumulative Quantity - Rejected Material: Disposition Replacement + Cumulative Quantity - Rejected Material: Disposition Credit + Number of Hours Per Day + Number of Hours Per Week + Number of Months Per Year + Number of Periods Per Week + Expected Expenditure Quantity + Number of Hours Per Year + Pre-Kindergarten Students + First Grade Students + Second Grade Students + Third Grade Students + Fourth Grade Students + Fifth Grade Students + Sixth Grade Students + Seventh Grade Students + Eighth Grade Students + Ninth Grade Students + Carnegie Units + Number of Disability Types + Number of Males + Number of Females + Individuals with Multiple Disabilities + Individuals with Serious Emotional Disturbance + Individuals with Speech or Language Impairment + Individuals with Traumatic Brain Injury + Blind Individuals + Deaf Individuals + Cumulative Quantity - Rejected Material: Disposition Pending + Split Quantity + Ship Notice Quantity + Collateral Requirements + Quantity in Float + Quantity in Hold Out + Line Thread Quantity + Quantity on Hand + Previous Week Quantity + Unverified Receipts + Original Duration (in calendar units) + Current Duration (in calendar units) + Remaining Duration (in calendar units) + Total Float (in calendar units) + Free Float (in calendar units) + Lag (as in Lag Time - in calendar units) + Lead Time (in calendar units) + Started + Completed + Due + Time Units + Shifts + Time units per shift + Scrap allowed + Calendar Units + Resource (Quantity) available + Total Resource (Quantity) + Level Resource (Quantity) + Late + Number of Delinquent Installments + Number of Loans + Total Number of Mortgagees + Total Number of Loan Detail Records + Prescription Effective Period + Rate Per Day (RPD) + End Of Month Inventory Prior To Ship + Unusable Quantity + Cumulative Quantity Shipped Short - Disposition Pending + Cumulative Quantity Shipped Short - Disposition Challenged + Cumulative Quantity Shipped Long - Disposition Pending + Cumulative Quantity Shipped Long - Disposition Challenged + OEM Inventory + Total Inventory + Committed Quantity + Quantity Available for Return + Projected Available Inventory + Commitment Period + Number of Borrowers + Number of Adjustment Periods + Age Nearest + Total Other Properties Owned and Financed + Age Next + Reconsideration Period + Flat Extra Premium + CO2 Injection Volume + Accounts Placed for Collection + Changes + Companies in Same Activity for a Period + Comparison Period + Departments + Employees Shared + Estimated Accounts + Installed Capacity + Levels Occupied + Registered Brands Distributed + Electronic Signatures + Bytes + Employed at this Location + Segments + Registered Brands Manufactured + Functional Groups + Transaction Sets + Quote Quantity on Inventory + Additional Demand Quantity + Quantity Sold + Quantity Available for Sale (stock quantity) + Noncommitted Inventory on Shelf + Inventory on Shelf + Work in Progress + Distributor Inventory + Work In Process + Original Quantity + Shipped Quantity + Total Credits Accepted + Total Credits Rejected + Total Debits Accepted + Total Debits Rejected + Total Payments Rejected + Total Pre-advices Accepted + Total Pre-advices Rejected + Total Prenotes Accepted + Total Prenotes Rejected + Total Post-advices Accepted + Total Post-advices Rejected + Total Unidentified Transactions Rejected + Total Credits Received + Total Debits Received + Individuals with Noncategorical Preschool Disability + Total Pre-advices Received + Total Prenotes Received + Total Post-advices Received + Total Debits + Total Credits + Minimum Transfer + Maximum Transfer + Speed Capacity + Subcontractors + Students + Remaining Quantity + Number of Batches + Number of Checks + Talk Paths + Number of Patient Admissions + Cumulative quantity on order + Total transactions + Primary Net Quantity + Secondary Net Quantity + Number of Signed Bills of Lading + Accounts + Agents + Authorized Shares + Clerks + Design Employees + Foreign Related Entities + Group Employees + Issued Shares + Laborers + Other Employee Type + Part Time Employees + Related Entities + Relatives Employed + Salespersons + Space Occupied + Special Partners + Suppliers' Credit + Technicians + Trainees + Warehouse Employees + Shareholders + Available Units + Total Unduplicated Headcount + Meals Per Week + Programs Offered + Typical Credit Hours Taken per Graduate Student (Full Time) + Number of Copies of Bill of Lading + Number of Unsigned Bills of Lading + Number of Originals + Original payment item count. + Bank reject item count. + Net to pay item count. + Minimum Contract Quantity + Minimum Order Quantity + Payment Cancellation Item Count + Individuals with Developmental Delay + Aggregate Benefit Period + Anticipated Length of Service + Approval/Offer Duration + Benefit Amount + Benefit Period + Brothers Deceased + Brothers Living + Children + Citations + Claim Period + Coverage + Elimination Period + Elimination Period - Accident + Elimination Period - Sickness + Employees - Nonowner + Employees - Owner + Employees - Part Time + Employees - Same Duties + Employees - Same Occupation + Expense + Frequency + General Elimination Period + Guarantee Period + Height + Hours Flown - Aircraft Type/Life + Hours Flown - Aircraft Type/Period + Total Authorized Quantity + Remaining Authorized Quantity + Number of Days Covered by Inventory + On Order Quantity + Past Due Quantity + Previous Month's Usage + Minimum Fabrication Quantity + Minimum Ship Quantity + Maximum Number of Shipments Allowed + Incremental Order Quantity + Hours Flown - Aircraft/Type Flying + Hours Flown - Lifetime + Hours Flown - Type Flying + Impairment Duration + Impairment Frequency + Installment Frequency + Installments + Intended Change Time Period + Interim Term Period + Involvement Period + Loan Rate + Maximum Age + Maximum Benefit Period - Accident + Maximum Benefit Period - Sickness + Maximum Benefit Period + Medication Duration + Minimum Age + Own Occupation Qualification Period + Owner's Equity + Ownership Change Age + Ownership Duration + Ownership Percentage + Payment Frequency + Payments Number + Arrests + Placement Period Expiration + Maximum Order Quantity + Educable Mentally Retarded Individuals + Minimum Stock Level + Maximum Stock Level + Damaged Goods + Receipts + Returns + Stock Transfers In + Stock Transfers Out + Billing Unit(s) Per Pricing Unit + Previous Benefits + Qualification Period + Range Average + Range Maximum + Range Minimum + Relationship Duration + Replaced Amount + Residence Duration + Sisters Deceased + Sisters Living + Time Frame + Time in Country + Time Since Hospitalization + Time Since Last Application + Time Since Last Civilian Flight + Time Since Last Insurance Medical + Time Since Last Military Flight + Time Since Medical Consult + Time Since Medication End + Time Since Medication Start + Time Since Onset + Time Since Surgery + Time Since Trip + Travel Frequency + Travel Period + Trip Duration + Pricing Unit(s) Per Billing Unit + Prepaid Quantity Shipped + Prepaid Quantity Not Shipped + Submitted Quantity Sold + Submitted Quantity Returned + Lot Size + Nonconformance Quantity + Quantity Received + Beds + Operating Beds + Visitation Frequency + Weight + Weight Change Period + Work Period + Existence Limit Period + Shares + Directors + Minimum + Voting Shares Held + Outstanding Shares + Shares Held as Treasury Stock + Shares Subscribed but Not Issued + Total Shares of Stock + Shares Owned by In-State Residents + Shares Owned by Out-of-State Residents + Partners + Land Holding + Non-Domestic Stockholders + Shares Subscribed + Maximum Number Free Miles + Typical Credit Hours Taken per Undergraduate Student (Full Time) + Typical Credit Hours Taken per First-Professional Student (Full Time) + Full-time Equivalents + Total Credit Hours + Total Non-Credit Hours + Total Contact Hours + Acknowledged Quantity + Additional Usage Quantity + Allotted Usage Quantity + Attendant-Handled Quantity + Billable Quantity + Data Storage Quantity + Non-Billable Quantity + Non-Urgent Delivery Quantity + Overflow Quantity + Quantity Used + Time Expended + Primary Meter Reading Value + Engineered Standard + Active Maintenance Time + Actual Duration + Estimated Duration + Gross Estimate + Finish Offset + Start Offset + Picture Count + Component Meter Reading Count + Total Clock Hours + Enrollees + Total Days Submitted + Total Days Approved + Severely Mentally Retarded Individuals + Acceptable Unserviceable Quantity + Optimistic Duration + Most Likely Duration + Pessimistic Duration + Adjusted Quantity + Accidents + Years in School + Number of Dependents + Years on Job + Unacknowledged Quantity + Urgent Delivery Quantity + Voice Storage Quantity + + Minimum Average Time Requirement (MATR) Units + Wide Area Telephone Service (WATS)/800 Service Units + Number of End Users + Number of Message Recipients + Number of Operator Credits + Daily Adjustments + Years in this Line of Work/Profession + Area per Units + Trainable Mentally Retarded Individuals + Age at Death + Verified Receipts + Order Quantity Multiple + Contribution Total + Loan Repayment Total + Participant Total + Actual + Cumulative Actual + Budget + Cumulative Budget + Number of Insured Lives + Forecast + Forecast at Complete + Number of Mortgagors + Mortgage Pool Count + Requested Amount + Approved Amount + Additional Amount + Pre-op Days + Post-op Days + Average + Period Beginning Imbalance Quantity + Due-In + Contractor Cumulative to Date + Budget At Complete + Contractor at Complete + Subcontractor Cumulative to Date + Age Modifying Units + Subcontractor at Complete + Book Order Quantity + Book Inventory + Bedroom Count + Bathroom Count + Betterment Hours + Depreciation Hours + System Adjusted Hours + User Adjusted Hours + Period Ending Imbalance Quantity + Backorder Quantity + Blood Record + Cumulative Beginning Imbalance Quantity + Cumulative Current Period Imbalance Quantity + Cumulative Prior Period Adjustment + Cumulative Ending Imbalance Quantity + Birth Weight + Current Period Imbalance Quantity + Production Delivery Quantity + Entitlement Quantity + Creditors + Payment Experiences in Last 12 Months + Payment Experiences in Last 3 Months + Area Damaged + Other Unlisted Stockholders + Other Unlisted Participants + Covered - Actual + Closing Statement Balance + Current Days on Market + Co-insured - Actual + Covered - Estimated + Co-insured - Estimated + Cumulative Gas Volume + Cumulative Effect of Prior Period Adjustment + Cumulative Gas Injection Volume + Cumulative Liquid Injection Volume + Continuance Duration + Cumulative Oil/Condensate Volume + Current Period Imbalance + Certified Registered Nurse Anesthetist (CRNA) Number of Concurrent Procedures + Current Service Life + Cumulative Water Volume + Convictions Sent + Total Number of Convictions + Engineers + Billed + Executives + Number of Co-insurance Days + Field Workers + Installers + Members in Group + Non-Consolidated Total-Domestic Subsidiaries + Non-Consolidated Total-Foreign Subsidiaries + Non-Union Employees + Dependent's Age + Deductible Blood Units + Dependent Count + Distributed + Debited + Deleted + Gas Used for Drilling + Maximum Benefit Period Accident to Age + Disposed + Maximum Benefit Period Sickness to Age + Airline Attendants + Companies Included in Consolidation + Total Consolidated Domestic Subsidiaries + Default Notification Response Period + Days Operated + Days Produced + Total Consolidated Foreign Subsidiaries + Direct Workers + Dose + Dependent Total + Counter Clerks + Domestic Affiliated Companies + Drivers + Days + Employed at Location + Course Segments + Degree Segments + Employed on this job + Employed in this Profession + Employed by this Company + Number of Entitled Exemptions + Number of Withholding Exemptions + Exclusive Uses + Nonexclusive Uses + Use of Extracorporeal Circulation + Domestic Uses + Small Business Uses + Nurses + Office Workers + Paid in Common Shares + Paid in Preferred Shares + Pilots + Plant Workers + Principals Included as Employees + Emergency Modifying Units + Suppliers + Teachers + Product Exchange Amount + Equity Security Holder + Estimated Remaining Economic Life + Ending Stock + Employee Total + Total Consolidated Subsidiaries + Total Non-Consolidated Subsidiaries + Evaporated Water + Union Employees + Ported Telephone Lines + Service Resale + Total claims with skin diseases or disorders + Off Lease Fuel + Total deaths as a Result of Injury + Total deaths as a Result of Illness + Total injury Claims with Days Away from Work or Restricted Work Activity + Total injury Claims with Days Away from Work + Total injury Claims without Lost Work Days + Total Days Away from Work Due to Injury + Total Days with Restricted Work Activity Due to Injury + Full Baths + Furnished Blood Units + Fuel Consumed or Burned Amount + Vehicular Radios + Portable Radios + Flare or Flash + Marine Radios + Pagers + Conventional Mobiles + Trunked Channels + Mobile Loading Allocation + Units + Aircraft Radios + Total Claims with Dust Diseases of the Lungs + Total Claims with Respiratory Conditions Due to Toxic Agents + Total Claims with Poisoning Illnesses + Total Claims with Disorders Due to Physical Agents + Gas Used for Fuel System + Forecast to Complete + Total Claims Associated with Repeated Trauma + Total illness Claims with occupational illnesses not otherwise classified + Total Days Away from Work Due to Illness + Total Days of Restricted Work Activity Due to Illness + Total illness with Lost Work Days or Restricted Work Activity + Total illness Claims with Days Away from Work + Discharge Quantity + Estimated Discharge Quantity + Estimated Transfer Quantity + Excursions + Non-production Quantity + Number of Deaths + Number of Hospitalizations + Number of Injuries + Number of Injuries Requiring Medical Treatment + Number of People Evacuated + Gross Building Area + Gross Annual Income Multiplier + Gross Living Area + Total illness Claims without Lost Work Days + Original Term In Years + Years Remaining + Average Number of Employees + Total Worked by All Employees + Gas Injection Volume + Gas Lift Volume + Gross Production + Government Reporting Quantity + Gas Receipt Volume + Gas Sold + Grade Transfer Amount + Employee Total First Month of Quarter + Gas Volume + Employee Total Second Month of Quarter + Employee Total Third Month of Quarter + Active Listings + Number of People Sheltered-in-Place + Quantity Recovered + Quantity Recycled + Quantity Released + Quantity Treated + Total Hazardous Waste Generated + Operational Quantity + Penalty Variance Quantity + Allocated Quantity + Scheduled Quantity + Market Price Change + Unpaid + Branches + Subsidiaries + Age of Financial Information + Invoices + Financial Coverage Period + Maximum Number of Employees at Location + Previous Number of Accounts + Collection Period + Disbursement Period + Seats + Use of Hypothermia + Previous Number of Employees + Use of Hypotension + Use of Hyperbaric Pressurization + Kindergarten Students + Use of Hypertension + Hours + Employee's Age + Employee's Number of Days Away from Work Due to Injury + Employee's Number of Days of Restricted Work Activity Due to Injury + Employee's Total Number of Days Away from Work Due to Illness + Total Death Claims + Total Claims with Days Away from Work + Tenth Grade Students + Eleventh Grade Students + Twelfth Grade Students + Prior Teaching Experience + Prior Full-time Teaching Experience + Prior Part-time Teaching Experience + Prior Experience in Education + Prior Full-time Experience in Education + Prior Part-time Experience in Education + Prior Experience Related to Job + Local Country Employees + Foreign Employees + Prior Full-time Experience Related to Job + Prior Part-time Experience Related to Job + Total Prior Experience + Total Full-time Prior Experience + Total Part-time Prior Experience + Total Years of Educational Service + Number of Irregular Interest Payments + Total Years of Educational Service in this District + Years of Experience as School Principal + Years of Experience as Classroom Teacher + Years Worked for this System + Indirect Workers + Number of Interest Payments + In-Transit Quantity + Information Provider Standardized Motor Vehicle Penalty Points + Intertank Transfer Amount + Ending Storage Balance + Location Ending Storage Balance + Location Ending Storage Balance - Firm + Location Ending Storage Balance - Interruptible + Maximum Available Daily Injection Quantity + Maximum Available Daily Withdrawal Quantity + Minimum Required Daily Injection Quantity + Minimum Required Daily Withdrawal Quantity + Activity Codes + Associates + Average Employees + Cooperative Shares + Estimated Employees at Location + Estimated Total Employees + Financial Institutions + Judgments + Land Size + Liens + Minimum Employees at Location + Office Size + Owner + Plant Size + Previous Number of Branches + Protested Bills + Suits + Uniform Commercial Code (UCC) Filings + Judicial Stay Duration + Warehouse Size + Total Days Away from Work + Total Days of Restricted Work Activity + Total Claims without Days Away from Work and without Restricted Work Activity + Secretaries + Mechanics + Auditors + Messengers + Primary Managers + Participation Shares + Detrimental Legal Filings + Petitions Filed + Drafts + Business Failure National Average Incidence + Business Failure Industry Incidence + Business Failure Class Incidence + Estimated + Net Quantity Increase + Net Quantity Decrease + Expenditure Quantity + Originals + Duplicates + Completed Line Items + Completed Contracts + Active Contracts Delinquent-Buying Party Caused + Active Contracts Delinquent + Active Contracts Delinquent-Contractor Caused + Active Contracts Delinquent-Unknown Causes + Active Line Items Delinquent + Active Line Items Delinquent-Buying Party Caused + Active Line Items Delinquent-Contractor Caused + Active Line Items Delinquent-Unknown Causes + Contracts Completed Delinquent-Buying Party Caused + Contract Completed Delinquent-Contractor Caused + Contracts Completed Delinquent-Unknown Causes + Reported Deficiencies + Line Items Completed Delinquent-Buying Party Caused + Line Items Completed Delinquent-Contractor Caused + Line Items Completed Delinquent-Unknown Causes + Corrective Action Requests-Verbal + Corrective Action Requests-Written + Guarantee Fee Buyup Maximum + Contract Buyup + Contract Buydown + Guarantee Fee Rate after Alternate Payment Method + Guarantee Fee Rate after Buyup or Buydown + Buyup or Buydown Rate per Basis Point + Location Net Capacity + Subject to loss or elimination + Life-time Reserve - Actual + Loss Allowance + Late Payment Period + Limit Value + Life-time Reserve - Estimated + Loss or Gain + Lost Gas + Liquid Injection Volume + Corrective Action Requests-Method C + Corrective Action Requests-Method D + Corrective Action Requests-Method E + Aged Active Line Items Delinquent-Contractor Caused + Lost Oil + Lease Periods + Aged Line Items Delinquent + Aged Line Items Completed-Contractor Caused + Oil Condensate Sold + Tariff Loss Allowance + Lifetime Reserve Days - Applied to this Claim + Oil/Condensate Volume + Lost Work Time Actual + Lost Work Time Estimated + Length of Residency + Lanes + Matching Equipment + Maximum + Total Federal Points + Contributions + Contributors + Endorsers + Functions + Guarantors + Points + Miscellaneous Allowance + Number of Public Officials + Total Non-Federal Points + Million Dollar Roundtable Credits + Minimum Number of Employees + Manufactured + Pledges + Total Points + Miles + Attendees + Tickets Sold + Total Number of Manifest Lines + Maximum Maturity Extension + Month + Minimum Order Package Level + Total Number of Maps in a Pack + Maximum Ship Quantity + Measured Quantity + Maximum Number of Employees + Number of Attacks or Occurrences + Number of Dead + Number of Living + Number of Times + Minimum Forecast Quantity + Maximum Forecast Quantity + Number of Non-covered Days + Number of Units (Housing) + Number of Claimants + Number of Late Charges + Non-Covered - Estimated + Number of Full-Time Employees + Number of Nonsufficient Fund Items + Noncovered - Actual + Number of Levels + Number of Hospitals + Number of Physicians + Number of Members + Number of Franchisees + Not Replaced Blood Units + Number of Stations + Reports + Since Last Travel + Net + Until Next Travel + Scheduled Receipt + Scheduled Delivery + Operational Receipt + Operational Delivery + Allocated Receipt + Allocated Delivery + Distributed Confirmed Receipt + Distributed Confirmed Delivery + Scheduling Tolerance Receipt + Scheduling Tolerance Delivery + Energy + Order Count + Other Miscellaneous Disposition + Number of Weeks Per Year + Off Premise Sales Quantity + Other Gas Disposition + Other Injection Volume + Opening Statement Balance + Original Loan Term + On Premise Sales Quantity + Other Oil Condensate Disposition + Optimum Order Quantity + Original + Number of Operating Periods at Failure + Outlier Days + Overage + Other Water Disposition + Project Phases + Physical Status III + Physical Status IV + Physical Status V + Number of Services or Procedures + Prescription Dosage + Prescription Frequency + Number of People Living at Residence + Pipeline Adjustment or Allowance + Pressure Base + Prior Cumulative Imbalance + Payment Duration Weeks + Period of Employment + Gas Used for Plant Fuel + Persistency + Promotional + Parking Spaces + Partial Baths + Percentage of Ordered Quantity + Purchase of Product + Cumulative Quantity Required Prior to the First Scheduled Period + Requirement Quantity that was Previously Released + Prescription + Patients + Pitted Water + Prior Units Accepted + Paid + Minimum quantity to which tax rate applies + Maximum quantity to which tax rate applies + Quantity Earned + Quantity Carried Forward + Number of 3 to 4 Year Olds + Autistic Individuals + Deaf-blind Individuals + Hearing Impaired Individuals + Mentally Retarded Individuals + Quantity Approved + Quantity Dispensed + Quantity Disapproved + Quantity Delivered + Quantity Deferred + High Fabrication Authorization Quantity + Quantity on Hold + Community Service Duration + Number of Times Deported + Jail Sentence Duration + Probation Duration + Restriction Duration + Operating Quantity + Quantity by Position + Suspended Duration + High Raw Material Authorization Quantity + Quantity Per Skid + Plant Thermal Reduction + Quantity Serviced + Quantity Cancelled + Quantity Withdrawn + Qualifying Weeks + Repayment Plan Term + Replenishment (Fill) + Individuals with Orthopedic Impairment + Estimated Remaining Physical Life + Individuals with Specific Learning Disability + Axles + Platform Count + Individuals with Visual Impairment + Individuals with Other Health Impairment + Fuel + Refills Authorized + Replaced Blood Units + Number of Items Authorized at Store + Number of Items Authorized at Warehouse + Gas Returned to Earth + Number of Items in Stock + Gas Used for Repressuring or Pressure Maintenance + Number of Shelf Tags + Quantity Available on Shelf + Gas Returned to Property for fuel + Room Count + Units Rented + Retail Demand Quantity + Royalty + Number of Shelf Facings + Retail Sales Quantity + Water Re-injected on Property + Requirement Quantity + Planned Unit Development (PUD) Units + Rooms, Finished Area Above Grade + Dwelling Area + Garage or Carport Area + Units for Sale + Gross Rent Multiplier + Age, High Value + Age, Low Value + Bedrooms, Finished Area Above Grade + Shipments + Solicited + Bathrooms, Finished Area Above Grade + Criminal Sentence Duration + Gross Living, Finished Area Above Grade + Site + Swan-Ganz + Shortage + Rooms + Area of Level + Gas Shrinkage + Predominate Age + Minimum Criminal Sentence Duration + Age + Oil Sedimentation + Days Supply + Product Sales Amount + Effective Age + Shares of Preferred Stock + Standard + Forecasted Scanned Quantity + Shares of Common Stock + Sample Amount + Maximum Criminal Sentence Duration + State or Province Motor Vehicle Penalty Points + Seasonal + Time Units Known + Time Units Spent on Duty + Total Days on Market + Total Rooms + Total Number of Units + Total Number of Units for Sale + Tires + Tank Allowance + Oil Theft + Total at Complete + Total to Date + Number of Theatres + Total Gas Injection Volume + Theoretical Quantity + Total Oil and/or Condensate Injection Volume + Duration in Current Job + Total Oil and/or Condensate Disposition + Total Water Disposition + Total Beginning Inventory + Total + Time in Position + Total Quantity of All Buys + Trips + Total Number of Parking Spaces + Total Production Volume + Total Adjustments Volume + Total Gas Disposition + Total Water Injection Volume + Total Ending Inventory + Total Sales Volume + Freelance Collectors + Branch Locations Owned + Branch Locations Leased + Units Completed + Poultry + Livestock + Passengers + Trainers + Operators + Gas Used on Property + Inspectors + Collectors + Professionals + Supervisors + Approximate Number of Units for Sale Projected + Administrators + Promoters + Oil Condensate Used on Property + Divisions + Tables + Fuel Pumps + In-Use + Machines + Used + Trademarks Used + Available for Cultivation + Foremen + Travelling Employees + Freelance Salespersons + Retention Quantity + Available Quantity + Transfer Quantity + Surveys in Average Rating + Vacancies + Unsubscribed Capacity + Volume Shrinkage Adjustment or Allowance + Blank Votes + Cumulative Earned Value + Scattered Votes + Earned Value + Federal Votes + Gas Vented + Schedule Variance + Cumulative Schedule Variance + Cumulative Variance + Estimate at Complete + At Complete Variance + Variance Adjustment + No Votes + Presidential Votes + Variance + Visits + Votes + Void Votes + Yes Votes + Bankruptcy Petitions + Buyers + Debentures + Debentures Filed against Directors + Detrimental Legal Filings against Directors + Failed Businesses of Directors + Professors + Sellers + Skilled Workers + Trademarks Represented + Total number of Workers' Compensation First Reports + Total number of Workers' Compensation Subsequent Reports + Total number of Workers' Compensation Combined Reports + Units Worked per Day + Limited Quantity + Weight Gain + Weight Loss + Operator's Working Interest + Number of Producing Wells Remaining on Property or Facility + Number of Producing Wells Remaining on Royalty Account + Total Working Interest + Water Volume + Weeks Worked + License Withdrawal Duration + License Withdrawals Sent + Producing Wells + Gross + Assessment Hours + Duty Days + Contract Days + Number of Days Employed + Total of Issuable Assets + Total System Backorder Quantity, High Priority + Total Service Backorder Quantity, High Priority + Total System Backorder Quantity, Low Priority + Total Service Backorder Quantity, Low Priority + On Hand and Due-In + Installment Payments + Other War Reserve Material Requirements Protectable (OWRMRP) Quantity + Approximate Number of Units Projected + Approximate Number of Holders + Circulating Oil + Stock Objective and Insurance Quantity + Protected Quantity + Reserved + Requisitioning Objective + Authorized Retention Level + Safety Level + Backorder Lines + Number of Lost Cards + Number of Stolen Cards + Number of Cards not Received + Number of Active Accounts This Cycle + Number of Open Accounts + Number of Accounts Past Due + Number of Cards Outstanding + Total Demand Quantity + Total Demand Orders + First Quarter Recurring Demand + First Quarter Recurring Orders + First Quarter Non-recurring Demand + First Quarter Non-recurring Orders + Second Quarter Recurring Demand + Second Quarter Recurring Orders + Second Quarter Non-recurring Demand + Second Quarter Non-recurring Orders + Third Quarter Recurring Demand + Third Quarter Recurring Orders + Third Quarter Non-recurring Demand + Third Quarter Non-recurring Orders + Fourth Quarter Recurring Demand + Fourth Quarter Recurring Orders + Fourth Quarter Non-recurring Demand + Fourth Quarter Non-recurring Orders + Trailers + Reorder Point Quantity + Contract Line Item Quantity + Years + Maximum Quantity of Free Service Calls + Units Worked Last Day + Units Worked per Week + Units Worked per Quarter + Number Weeks Paid + Unused Accumulated Sick Days + Delivery Point Reduction Quantity + Receipt Point Reduction Quantity + Reduction Quantity + Federal Medicare or Medicaid Claim Mandate - Category 1 + Federal Medicare or Medicaid Claim Mandate - Category 2 + Federal Medicare or Medicaid Claim Mandate - Category 3 + Federal Medicare or Medicaid Claim Mandate - Category 4 + Federal Medicare or Medicaid Claim Mandate - Category 5 + Federal Pension Mandate - Category 1 + Federal Pension Mandate - Category 2 + Federal Pension Mandate - Category 3 + Holding Period + Federal Pension Mandate - Category 5 + Federal Medicare or Medicaid Payment Mandate - Category 1 + Federal Medicare or Medicaid Payment Mandate - Category 2 + Federal Medicare or Medicaid Payment Mandate - Category 3 + Federal Medicare or Medicaid Payment Mandate - Category 4 + Federal Medicare or Medicaid Payment Mandate - Category 5 + Federal Pension Mandate - Category 4 + Shares Added + Extended Term + Amortization Term + Beginning Shares + Shares Deleted + Quantity of Dealer License Plates + Current Share Balance + Size of Household + Project Units Sold + Mutually Defined + + + Closed + Local + Open + Private + Conditionally Open + + + + Authorized Shipment Based + Customer Production (Consumption) Based + Delivery Based + Buyer Production Sequence Schedule + Kanban Signal + Nonrecurring Demand + Planned Delivery Based + Planned Requirement Based + Planned Shipment Based + Recurring Demand + Shipment Based + Mutually Defined + + + Actual Discrete Quantities + Cumulative Quantities + Net Change Quantities + Replacement Quantities + + + 1st Week of the Month + 2nd Week of the Month + 3rd Week of the Month + 4th Week of the Month + 5th Week of the Month + 1st & 3rd Weeks of the Month + 2nd & 4th Weeks of the Month + 1st Working Day of Period + Last Working Day of Period + Monday through Friday + Monday through Saturday + Monday through Sunday + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + Sunday + Monday through Thursday + Immediately + As Directed + Daily Mon. through Fri. + 1/2 Mon. & 1/2 Thurs. + 1/2 Tues. & 1/2 Thurs. + 1/2 Wed. & 1/2 Fri. + Once Anytime Mon. through Fri. + 1/2 Tue. & 1/2 Fri. + 1/2 Mon. & 1/2 Wed. + 1/3 Mon., 1/3 Wed., 1/3 Fri. + Whenever Necessary + 1/2 By Wed., Bal. By Fri. + None (Also Used to Cancel or Override a Previous Pattern) + Mutually Defined + By Appointment Only + Sunday, Monday, Thursday, Friday, Saturday + Tuesday through Saturday + Sunday, Wednesday, Thursday, Friday, Saturday + Monday, Wednesday, Thursday, Friday, Saturday + Tuesday through Friday + Monday, Tuesday and Thursday + Monday, Tuesday and Friday + Wednesday and Thursday + Monday, Wednesday and Thursday + Tuesday, Thursday and Friday + Weekend + + + 1st Shift (Normal Working Hours) + 2nd Shift + 3rd Shift + A.M. + P.M. + As Directed + Any Shift + None (Also Used to Cancel or Override a Previous Pattern) + Mutually Defined + + + Immediate + Pilot/Prevolume + Firm + Planning + Rounded Container Quantity + Potential Order Increase + Average Plant Usage + First Time Reported Firm + Final Model Year Requirements or Orders + Engineering Change Pending + Maximum Tooling Capacity + Normal Tooling Capacity + Prototype + Order Release Authorization + Strike Protection + Required Tooling Capacity + Cooperative Logistics Planning + Cooperative Logistics Firm + Cancellation + Modification + Mutually Defined + + + Annually (Calendar Year) + Shipping/Delivery + Daily + Discrete + Flexible Interval (from Date X through Date Y) + Monthly Bucket (Calendar Months) + Quarterly (Calendar Quarters) + Semi-Annually (Calendar Year) + Four week bucket (13 buckets per year) + Weekly Bucket (Monday through Sunday) + Weekly Bucket (7 day interval) + Mutually Defined + + + Fabrication Authorization Quantity is Final Model Year Requirement; The Part is a Non carryover Item for the Subsequent Model Year from the Supplier + Material Authorization Quantity is Final Model Year Requirement; The Part is a Non carryover Item for the Subsequent Model Year from the Supplier + Part will be Canceled at the Material Quantity + Part is a Carryover Item from Subsequent Model Year from the Supplier + Part is a New Item for the Subsequent Model Year + Part is a New Item Due to an Interim Engineering Release + Final Release for this Cancelled Part + Planning Quantity is Final Model Year Requirement The Part is a Non-Carryover Item for the Subsequent Model Year From the Supplier + Final Forecast for this Cancelled Part + All Time Buy. Unless Specifically Stated, This Code is Not to be Interpreted as Authorization for Tool Scrap + Balance-Out Part; Eng. Change Pending + Terminal Buy + Systems Automated Buy + Corporation Campaign Buy + Source Surplus + Reschedule + Merchandising Act Promotion Buy + Minimum or Lot Buy + Die Tie + Landau Specification + Mill Run Purchase + Solicitation + Pilot/Pre-production + Special Large Quantity Buy + Replacement Orders + Initial Orders + Trim Order + Confirming Phone Order + Cover Overshipment - Do Not Reship + Economic Order Quantity + Production Year End Surplus + + + Customized Catalog + Price Catalog + Price Sheet + Resale Catalog + Sales Catalog + + + Branches + Members + Commercial Enterprises + + Financial Institutions + Fast Food + Agent + Non-Profit + Importer + Schools + Gaming + Prisons + Theme Park + Multi-Purpose + Purchaser + Restaurant + Vending + Seller + Buying Group + Broker + Combined + Consolidator (Master Distributor) + Contractor + Chain Store Retail + Confection + Convenience Store + Dealer + Doctors' Offices + Distributor + Drug Store + Exporter + Food Service + Grocery Accounts + General Merchandise + General Retail + Government + Hospitals + Industrial + Institutional + Independent Retail + Jobber + Long-term Care + Managed Care + Manufacturer + Military + OEM + Off Premise + On Premise + Professional + Outpatient Pharmacy + Pet Supply Store + Private Label + Resale + Healthcare Products + Services + Support + Securities + Stationer + General Trade + Warehousing + Warehouse Clubs + Wholesaler + User + + + Paperwork + Bailment Order Only + Direct Only + Direct and Wholesaler + Nonreturnable + Nonservicable + Ordering + Special Order Only + Shipping + State Stock Plan + Wholesaler Only + + + Vacant + Occupied + Borrower Occupied + Tenant Occupied + Adverse Occupied + Unknown + Original Veteran Occupied + Transferee Occupied + Unoccupied + Abandoned + Condemned + Under Construction + Temporary Residence + Partially Occupied + Owner Occupied, Primary Residence + Owner Occupied, Secondary Residence + Owner Occupied + + + Package Express + Groups + Ocean Roll-On, Roll-Off (RORO) + Ocean Military Air + Air, Small Package Carrier + Intermodal (Personal Property) + Military Sealift Command (MSC) + Air Mobility Command (AMC) + Local Delivery + Bus + Truck + Truck - Rail - Truck + Applies to deregulated (US ICC) carload rail, other than piggyback + Rail + Rail Trailer on Flat Car/Container on Flat Car (TOFC/COFC) Door-to-Door + Rail Trailer on Flat Car/Container on Flat Car (TOFC/COFC) Plan 3 + Rail Trailer on Flat Car/Container on Flat Car (TOFC/COFC) Plan 4 + Applies to regulated intermodal traffic + Air Freight + Air Freight Forwarder + Air Taxi + Multimodal + Surface Freight Forwarder + Water + Applied To Deregulated (US ICC) Piggyback + Shipper Agent + Applies to regulated carload rail other than piggyback. + Driveaway Service + Towaway Service + Driveaway and Towaway Service + Water/Pipeline Intermodal Movements + Shipper Agent (Truck/Rail/Truck) + Pipeline + Shipper Association + + + Condition Group + Multiple Dependent Factor Through Rate + Geography Group + Multiple Independent Factor through Rate + Product (Commodity) Group + Single Factor through Rate + Patron Group + + + Expiration date and a carrier's factor may be changed at any time + Expiration date may be changed at any time + Expiration date and factor may not be changed before the trigger date, but may be changed after the trigger date + Expiration date may be changed at any time; carrier may change its factor only prior to the trigger date + Expiration date may be changed at any time; carrier may change its factor only after the trigger date + Expiration date may not be changed before the trigger date; it may be changed after the trigger date + Expiration date may be changed at any time; carrier may change its factor only on number of days advance notice as indicated in the transaction + Expiration date may be changed only after the number of days advance notice indicated in the transaction + Expiration date may be changed only after 30 days advance notice + Date can be changed at any time; the through-rate can be changed at any time by the proposer + Rate Proposer Only + Expiration Date and Factor may be Changed Only After the Number of Days Advance Notice Indicated in the Transaction + + + Rate information is private; Intermediaries may distribute it only to participating line haul carriers + Rate information is selectively private; Intermediaries may distribute it to participating line haul carriers and to other parties specifically identified by name in the docket rate distribution set + Rate information is public + + + If one or more segments of a given segment definition contain this element indicating a '-' value, rate application is denied upon satisfaction of any one of these segments, so indicated; In the event that rate restrictions on two segments of similar definition are satisfied, one segment containing this element indicating a '+' value and the other segment indicating a '-', rate application is denied. In other words, a minus takes precedence over a plus. + If one or more segments of a given segment definition contain this element indicating a '+' value, rate application requires satisfaction of the restriction stated on at least one of those segments, so indicated; In the event that rate restrictions on two segments of similar definition are satisfied, one segment containing this element indicating a '+' value and the other segment indicating a '-', rate application is denied. In other words, a minus takes precedence over a plus. + + + Shipment Method of Payment + Transportation Responsibility Location + Title Passage Location + Sales Contact + Special Services that will be Required + Special Charges that will be Required + Allowance or Charge Method of Handling + Allowance or Charge Rate per Unit, Basis of Calculation or Total Amount + Type of Payment Terms + Beginning of Terms Period + Complete Discount Detail (Terms, Base/Value, Limits) + Hazardous Material + Non-Hazardous Material + As Indicated by the Cited Reference + Affiliated Companies + All Information + Background + Bank Name and Address + Bankruptcy + Bankruptcy Plan + Bankruptcy Schedule + Branches + Buying Details + Companies Dealt With + Completed Projects + Corporate Registration + Credit Score + Criminal Proceedings + Employees + Equipment + Financial Information + Legal Claim + Legal Details and Capital + Lien + Line of Business Codes + Line of Credit Details + Management Comments + Management Partial Figures + Other Public Record + Outside Comments + Ownership + Payment Breakdown + Payment Breakdown by Industry + Payment Score + Placed for Collection Details + Pledging + Preferential Claims + Protested Bills + Financial Update + Financing Statement (Uniform Commercial Code) + Full Financial Statement + General Information + Identification Numbers + Indirect Affiliate + Individual Experience + Judgment + Law Suit + Rating + Record Item + Reporting Agency Analysis + Secured Charges + Selling Details + Special Events + Subsidiaries + Summary Information + Work in Progress + Operation Details + Interview + Vendors + Slowness Comments + Subordination Agreement + Guarantees + Signing Authority + Ratios + Industry Averages + Petitions + Claims on Other Companies + Specific Details + Acquisitions + Financial Embarrassment Details + Offshore Company Details + Receivership + Ship Details + No Other Information + Ranking Details + Transportation Equipment + Delinquency Details + Failure Projection Details + Board of Directors' Details + Property Details + Management Council Details + + + Detail + Summary + Balance Sheet + Estimated Statement - Signed + Estimated Statement - Unsigned + Financial Information + Final Statement + Fiscal Balance Sheet + Interim Balance Sheet + Interim Figures + Official Figures + Opening Statement + Partial Estimates + Pro Forma Statement + Trial Balance Sheet + Profit and Loss Statement + Projected Figures + Model Statement + + + Used to Initiate This Report + Report to be Filed + Complete + Notarize + Generate + Letterhead Required + Chamberize + Consularize + Document is Missing + Generate in Language of Ultimate Destination + Original Not Required (Copies Acceptable) + Original Required + Provided + Sign (Power of Attorney) + + + United Auto Workers (UAW) + International Brotherhood of Teamsters + International Association of Machinists (IAM) + + + Parent + Child + Corporation + Subsidiary + Wholly-Owned Subsidiary + Division + Company + Doing Business As + Component + Partnership + Partner + Member + Association + Headquarters + Profit Center + Cost Center + Product Line + Union + Group + Department + Multinational Corporation + Sibling + Affiliate + Direct Affiliate + Established Patient + Not Established Patient + Domestic Partner + Power of Attorney Delegee + Significant Other + Ultimate Parent Company + Branch + Owned + Managed + Leased + Group Affiliate + Owner Affiliate + Owner + Related for U.S. Customs and Border Protection (CBP) Purposes + Related for U.S. Bureau of the Census Purposes + Spouse + Adoptive Parent + Bank + Brother + Business Associate + Daughter + Dependent + Employee + Employer + Father + Fiancée + Foreman + Foster Parent + Friend + Grand Child + Grand Parent + Guardian + Inforce Policyholder + Institution + Minister + Mother + Neighbor + Non Family + None + Other + Other Family + Self + Sister + Step Child + Supervisor + Teacher + Unknown + Business Name + Counselor + Sanctioning Organization + Sponsoring Organization + Same Job as Applicant + Stockholder + Attorney + Aunt + Brother-in-law + Cousin + Daughter-in-law + Family + Father-in-law + Financial Interest + Marketing Unit + Mother-in-law + Nephew + Niece + Officer + Principal Customer + Principal Supplier + Sister-in-law + Son + Son-in-law + Uncle + Descendant + Director + Principal Stockholder + Insured Entity + Allied Professional + + Contact + Contract + Health Care Facility Affiliation + Independent Physician/Practice Association (IPA) Affiliation + Referral Lab Provider + Managed Care Organization Affiliation + Medical Director + Health Care Network Affiliation + Office Manager + On-call Physician + Physician Hospital Organization (PHO) Affiliation + Provider in Practice + Referred by Provider + Referred to Provider + Referral X-ray Provider + Parent-in-law + Step Parent + Former Spouse + Ward + Delivery Service Provider + Maintenance Service Provider + Custodial Parent + Equipment Provider + Local + Obligated Parent + Principal + Regional + + + Bank Account Relations + Credit Limit + Credit Rating + Credit Worthiness + Liquidity + Loan Payment History + Overall Composite + Quality + Delivery Timeliness + + Contract Administration + Corrective Action + Technology + Audits + Financial Conditions + Service + Products + Trade Payments + Accounting + Failure Risk Ranking + Revenue Ranking + Sales Growth Ranking + Asset Ranking + Profit Margin Ranking + Attitude of Supplier Personnel + Post Tax Profit Ranking + Import and Export Ranking + Invoice Collection + Average Trade Payment for all Businesses + Pretax Profit Ranking + Billing Accuracy + Bid Conformance + Delinquency Risk Score + Billing Errors + Delinquency Performance Score + Delinquency Ranking + Delinquency Incidence + Projected Trade Payments + Financing Resources + Failure Risk Score + Customer Service Index + Credit Risk + Claims Handling + Class Level + Claims Outstanding + Crew Professionalism + Contract Refund Timeliness + Claims Timeliness + Damage Percentage + Delivery Quantity + Days Supply + Equipment Availability + Equipment Condition + EDI Errors + Assigned Equipment Inventory + Facility Audit + Lag Timeliness + Innovation + Loading Timeliness + Procedure Audit + Packaging Discrepancies + Past-due Claims + Premium Freight + Packaging + Production + Price Stability + Placement Timeliness + Pickup Timeliness + Property + Claims Ratio + Routing Compliance + Response Timeliness + Release Timeliness + Item Discrepancies + Syntax Errors + Service Failure + Shipment Notices + Safety Performance + Shipping Schedule Compliance + Switch Timeliness + Solvency + Total Cost + Transportation + Technical Support + Transit Timeliness + Unloading Timeliness + Warranty + Waiting Timeliness + + + Unacceptable Delivery + Unacceptable Quality + Unacceptable Delivery and Quality + Satisfactory + Unsatisfactory + Not Evaluated + Eligible for Award + Not Eligible for Award + Greatly Below Expectations + Greatly Exceeds Expectations + Exceeds Expectations + Below Expectations + Very Poor + Excellent + Fair + Good + As Agreed + Business Reorganized - Surveillance Advised + Cash Account + Caution Recommended + Cessation + COD (Cash on Delivery) + COD (Cash on Delivery) Due to Bad Experiences + Continuation Plan + Poor + Credit Guarantees Advised + Credit Not Recommended + Currently Regular + Difficult to Judge + Unacceptable + Very Good + Difficulties + Difficult to Judge, Direction Change + Difficult to Judge, Started Recently + Discount According to Business + Extremely Slow + Formerly Satisfactory + Formerly Unsatisfactory + High + Low + Insufficient Data + Limited + Loan Chargeoff + Mainly Foreign Suppliers + Matter of Confidence + Medium + Nationalized Company + Nature of Business Precludes Need for Trade Credit + No Complaints + No Experiences, because Recent Start + No Experiences, because Recent Incorporation + Normal + Not Yet Judged + Other + Paid Discount + Paid Prompt + Payment in Advance + Placed for Collection + Prorogations + Protested Bills + Recognized Bank + Regular According to Business + Relation can be Incurred + Return Drafts + Slow or Terms Exceeded + Strong + To be Monitored + Unbalanced + Unpaid + Variable + Very Limited + Very Slow + Non Sufficient Fund Checks + Repayment not as Agreed + Requested Amount Seems to be Too High + Requested Amount Too High + Requested Amount Too High but feasible with Guarantees + Special Investigation Needed + Payment Notes Exist + Financial Information not Available + Financial Information out of Date + Comment Declined + Extended + Negative + Dealings Done through Related Companies + Fully Utilized + Not an Active Seeker of Commercial Credit + On Blacklist Due to Insufficient Fund Checks + Payments on Letter of Credit Basis + Refer to Other Parts of Report + Somewhat Extended + Slightly Slow + Indication of Open Bankruptcy + Discontinued at this Location + Moderate + Significant + Minimal + Negligible + + + Point to Point + Service Contracted Provider + + + Inbound Goods and Services Tax Declaration + Outbound Goods and Services Tax Declaration + Goods and Services Tax Inbound/Outbound Declaration Documentary Evidence Filed at Origin + + + Accepted + Accepted, But Errors Were Noted. + Rejected, Message Authentication Code (MAC) Failed + Partially Accepted, At Least One Transaction Set Was Rejected + Rejected + Rejected, Assurance Failed Validity Tests + Rejected, Content After Decryption Could Not Be Analyzed + + + Functional Group Not Supported + Functional Group Version Not Supported + Functional Group Trailer Missing + Group Control Number in the Functional Group Header and Trailer Do Not Agree + Number of Included Transaction Sets Does Not Match Actual Count + Group Control Number Violates Syntax + Invalid Application Sender's Code + Invalid Application Receiver's Code + Invalid Responsible Agency Code + Authentication Key Name Unknown + Encryption Key Name Unknown + Requested Service (Authentication or Encryption) Not Available + Unknown Security Recipient + Unknown Security Originator + Syntax Error in Decrypted Text + Security Not Supported + Incorrect Message Length (Encryption Only) + Message Authentication Code Failed + Functional Group Control Number not Unique within Interchange + S3E Security End Segment Missing for S3S Security Start Segment + S3S Security Start Segment Missing for S3E End Segment + S4E Security End Segment Missing for S4S Security Start Segment + S4S Security Start Segment Missing for S4E Security End Segment + Invalid Group Date + Invalid Group Time + + + Accepted + Accepted But Errors Were Noted + Rejected, Message Authentication Code (MAC) Failed + Rejected + Rejected, Assurance Failed Validity Tests + Rejected, Content After Decryption Could Not Be Analyzed + + + Transaction Set Not Supported + Transaction Set Trailer Missing + Transaction Set Control Number in Header and Trailer Do Not Match + Number of Included Segments Does Not Match Actual Count + One or More Segments in Error + Missing or Invalid Transaction Set Identifier + Missing or Invalid Transaction Set Control Number + Authentication Key Name Unknown + Encryption Key Name Unknown + Requested Service (Authentication or Encrypted) Not Available + Unknown Security Recipient + Incorrect Message Length (Encryption Only) + Message Authentication Code Failed + Unknown Security Originator + Syntax Error in Decrypted Text + Security Not Supported + Transaction Set not in Functional Group + Invalid Transaction Set Implementation Convention Reference + Transaction Set Control Number Not Unique within the Functional Group + S3E Security End Segment Missing for S3S Security Start Segment + S3S Security Start Segment Missing for S3E Security End Segment + S4E Security End Segment Missing for S4S Security Start Segment + S4S Security Start Segment Missing for S4E Security End Segment + + + Direct Service + Interline with Connecting Line + No Service + + + Unrecognized segment ID + Unexpected segment + Mandatory segment missing + Loop Occurs Over Maximum Times + Segment Exceeds Maximum Use + Segment Not in Defined Transaction Set + Segment Not in Proper Sequence + Segment Has Data Element Errors + Segment Has Excess Trailing Delimiters + + + Mandatory data element missing + Conditional required data element missing. + Too many data elements. + Data element too short. + Data element too long. + Invalid character in data element. + Invalid code value. + Invalid Date + Invalid Time + Exclusion Condition Violated + Too Many Repetitions + Too Many Components + Composite Data Structure Contains Excess Trailing Delimiters + + + Damaged + Undamaged + Excellent + Good + Fair + Poor + Stable + Declining + Improving + Unknown + Unsecured + Secured + Broken + Unlocked + Overgrown + Littered + Structure Missing + Property Inaccessible + Inferior + + + Loaded with empty 4-block for blocking purposes + Empty containers with dunnage + Empty Containers + Loaded with production material + Mixed empty and loaded + Obsolete material + Loaded with returned excess production material + Loaded with rejected material + Service part obsolete container + Loaded with returned processed material + Mutually Defined + + + Agency Fees + Brokerage + Freight Forwarder + + + Buyer to Seller + Seller to Buyer + Subcontractor to Seller + Seller to Drop-Ship Designated Location + Seller to Freight Forwarder + Seller to Subcontractor + Mutually Defined + + + Air Hours + + Calendar Days (Includes weekends and Holidays) + Calendar Weeks (7 Day) + Hours + Surface Days + Surface Hours + Working Days (Excludes weekends and holidays) + 5 Day Work Week + Mutually Defined + + + Region + Service/Billing Provider + Billing Arrangement + Sub-Billing Arrangement + Group + Category + Sub-Category + Type + Charge Detail + Line Detail + Assembly + Buyer's Location + Date + Product Description + Transportation Equipment + Component + Quality Characteristics + Bill of Materials + Item + Part Characteristic + Kit + Supplier's Location + Measurement + Site of Service + Order + Pack + Subpack + Quantity + Shipment + Shipping Tare + Subassembly + Address Information + Transaction Reference Number + Serial Number + Suffix + Provider of Service + Information Source + Information Receiver + Subscriber + Dependent + Supergroup + Subgroup + Member + Ancillary Facility or Department + Hospital + Franchisor + Branch + Direct Affiliate + Director + Headquarters + Indirect Affiliate + Management Antecedents + Management or Principal + Parent Company + Stockholder + Subsidiary + Ultimate Domestic Parent Company + Ultimate Parent Company + Franchisee + Franchisee Association + Health Industry Business Communications Council (HIBCC) Health Industry Number (HIN) Database + Activity + Location Record + Company/Corporation + Operating Unit + Property + Tradename + Accountant + Financial Institution + Product Level + Activity Details + Payment Summary Score + Corporate Registration Filings + Bankruptcy Details + Company History + Complete Financial History + Balance Sheet + Comparative Figures + Payment Analysis + Special Notification + Public Record Financing Details + Public Record Financing Summary + Public Record Claim Details + Public Record Claim Summary + Statement of Work + Legal Action Details + Legal Action Summary + Company Evaluation + Company Summary + Credit Scores + Industry Averages + Referring Provider + Employee + Insurance Policy + Vehicle + Key Contributor + Public Record Summary + Delinquency Projections + Temporary Services Detail + Overnight Shipping Detail + Medical Supply Detail + Equipment Leasing Detail + Insurer + Claim Administrator + Insured + + Car Rental Detail + Lodging Detail + Agent + Transportation Detail + Purchase Card Detail + Alternate Taxing Authority + Alternate Specification - Lift Level + Amount Information + Credential Action + Animal Subject Group + Account + Building + Business Entity + Body Part + Batch + Contractholder Branch Office + Cost Center + Cost Element + Contractholder + Cause of Injury + Claimant + Container + Consortium + Client or Party + Cost Type + Coverage, Rider, or Supplementary Benefit + Drawing + Damage + Department + District + Filer + Receipts + Engineering Data List + Expenditures + Receivables + Payables + Organizational Information + Exhibit Line Item + Employer + End Item + Event + Exception + Function Code + Functional Group + Financial Information + Fleet + Frame + Group Coverage Options + Group Purchasing Organization + Group Work Candidate + Subline Item + Contract + Contract Data Requirements List (CDRL) + Interchange + Installments + Institution + Individual + Jurisdiction + Accident History + Chemical + Control Device + Discharge + Emergency Response Plan + Emission + Emission Activity + Emission Release Point + Emission Unit + Flammable Mixture + Flammables Alternate Release + Flammables Worst Case + Hazardous Waste Generation + Hazardous Waste Received + Off-Site Process + On-Site Process + Parameter + Prevention Program + Process + Reduction and Recycling + Toxics Alternate Release + Toxics Worst Case + Transfer + Lender or Mortgage Company + Loan Data + Party to the Loan + Manufacturing Level + Nature of Injury + National Stock Number + Support + Primary Administrator + Personal Property + Project Code + Procedure + Person + Product Characteristic + Property Identification + Property Tax + Primary Specification - Lift Level + Related Parties + Principal + Property Segment Group + Patient + Payment Detail + Reporting Agency + Response + Response Details + Response Sub-details + Response Particular + Medication + Recommendation + Review History + Reference Location + Room + Report + Site + Sample + Test + Secondary Administrator + Substitute + Subcontract Line Item + Support Document + Subexhibit Line Item + Safety Fitness + Safety Factor + Sheet + Source of Injury + Solicitation + Sub-Project + Subroom + Services + State + System + Taxing Authority + Tax Delinquency + Technical Information Package + Transaction Set + Traffic Unit + Tax Installment + Unit or Lot + Violation + Work Breakdown Structure + Work Candidate + Well + Well Completion + Wellbore + Mutually Defined + + + No Subordinate HL Segment in This Hierarchical Structure. + Additional Subordinate HL Data Segment in This Hierarchical Structure. + + + Ninth Layer + Meter reading-beginning actual/ending actual + Average Balance + Maximum Balance + + Meter reading-beginning actual/ending estimated + Actual Total + Compliance Total + Gross Compliance Total + Net Compliance Total + Effectiveness + Penetration + Exposure + Capacity + Work + Account Opened Period + Apartments + Amount Owes + Annual Result + Modified Exposure + Pro Rata Factor + Sample + Average Reading + Relative Humidity + Alcohol + Base Point + Bank Balance + Billed Actual + Billed Dimensions + Bundle Limitation + Base Metal + Billed Minimum + Meter Reading as Billed + Bearing Piece Limitation + Billed History + Batch Limits + Batten Size + Conformance Property Status + Coating + Condominium + Cooperative + Conversion Factor + Average Owing + Chemistry + Current Balance + Discounted Checks + Drafts + Commercial + Core Notch Dimensions + Concentration + Letter of Credit Size + Payment Orders + Core Size + Counts + Pledge Size + Cumulative Test Period + Promissory Notes in Force + Secured Amount + Defects + Dunnage Dimension + Per Drop + Defect Size + Dimensional Tolerance + Meter reading-beginning estimated/ending actual + Meter reading-beginning estimated/ending estimated + Evaluation Factors + Electrical Characteristics + Environmental Conditions + First of Campaign Result + Finished Dimensions + Radio Operations + Antenna Characteristics + Firing Values + File Size + Contractor Delivery Limitations + Guidelines + Government Ordering Limitations + Ordering Period Limitations + High Credit Average + Historical Result + Industrial + Incrustation + Interpolated Result + Limited Weight/Size Coils + Load Planning Dimensions + Loans Granted + Lift Limitation + Layer of Multiple Layered Product + Last Sold Period + Lot Status + Lot Limits + Accuracy + Activity Period Result + Average Daily Limit + Design Capacity + Map Scale + Maximum Daily Limit + Minerals + Maturity Period + Base Material Result + Net Change + Neighborhood + North American Industrial Classification System (NAICS) Size Standard + Nutritional + Net Explosive Weight + Ordered Dimensions + Original + Order Limits + Other Property + Platform Limitation + Pallet Dimensions + Receivership Period + Parting Cut (Sawcut) + Physical Dimensions + Project Incomplete + Project Complete + Package Dimensions + Package Limitations + Permitted + Position + Product Dimension Range Price Bracket + Product Characteristic Specification + Pretest Period + Planned Urban Development + Property + Quarterly Result + Quantity Variation + Opening Reading + Closing Reading + Reject Amount + Repair Size + Regulatory Limit + Receiving Facility Limitations + Lengths Limitation + Roll Limits + Relative Position + Requested + Response Time + Replacement + Spacing/Margin + Single Family + Standard Industrial Classification (SIC) Code Size Standards + Shipped Dimensions + Property Specifications + Shelf Life + Shipping Tolerance + Selling Dimensions + Subject Phase + Skid Dimensions + Skid Limitations + Shade + Splices + Surface Roughness + Surface Treatment + Surface + Subject Property + Two to Four Family + Splice Tape Dimensions + Temperature + Time + Transportation Equipment Limitations + Total Dimensions + Test Period + Test Results + Single Test Limits + This Type Property + Variant Days + Vitamin + Vacant + Waste Amount + Warranty + Weights + Multi - Family + Log Zero Point of Reference + + + Control Efficiency + Capture Efficiency + Photonflux Density + Throughput Rate + Cloud Cover + Velocity + Plume Height + Individuals + Storage Limits + Consolidated Weight + Billed Weight + Actual New Repeated for Combination + Destination Weight Agreement + Estimated New Weight + Deficit Weight + Gross Weight + Ground Water Reference Point + Heat Input + Legal Weight + Minimum Weight (for Weight) + Actual Net Weight + Excess Weight Over Maximum + Volatile Organic Compounds Plus Water + Per Unit Dunnage + State Weight + Tare Weight + Weight per Unit + Oxygenation Level + Reformulated Fuel Level + Maximum Weight (for Rate) + Painting Costs + Structural Costs + Appliances + Utilities + Carpet or Floors + Other Repairs + Landscaping + Roof + Windows + Radio Frequency + Cleaning or Trash Removal + Probable Sales Price + Proximity + Repairs and Improvements + Contributory Value of Repairs and Improvements + Marketing Time + Closed Comparable Sales + Competitive Listings in Price Range + Financing Concessions + Marketing Concessions + Alternate Radio Frequency + Probable Net Price + Suggested Initial List Price + Value Change + Probable Final Value + Occupancy Rate + Number of Living Units + Number of Phases + Number of Active Listings + Price Active Listings + Target Depth + Current Depth + Total Depth + Well Test Before Oil + Well Test Before Gas + Well Test Before Water + Well Test After Oil + Well Test After Gas + Well Test After Water + Estimated Depth of Operations + Price Per Gross Living Area + Built-up Rate + Vacant Rate + Typical Rents + Neighborhood Apartment Vacancy + Number of Admissions + Cost of Hire + Frontage + Squelch Tone + Gross Sales + Number of Employees + Payroll + Per Capita or Each + Remuneration + Total Cost + Total Mileage + Number of Rating Units + Height above Ground + Garage Employee Payroll Maximum + Employee Gross Wage Less Allowable Deductions + Garage Employee Average Hours Worked Per Week + Garage (Dealers) Employee Weeks Worked + Gross Wage + Gain + Subcontractor - Labor and Materials + Subcontractor - Labor Only + Directional Height above Average Terrain + Acids + Adsorption + Aging Time + Aromatics + Average Differential Pressure + Average Static Pressure + Flame Projection Distance + Exposure + Alternating Current + Activation Energy + Actinium + + Argon + Angle of Bend + Americium + Astatine + Acidity + Aim Gage + Volatile Organic Compounds (VOCs) + Spine Show + Average Speed + Flute Test + Alcohol + Average Pressure + Beta Carotene + Ash Fusion Temperature + Additive + Number of Units Projected + Age + Remaining Economic Life + Remaining Physical Life + Number of Comparable Sales + Arbor Size + Blemishes + Base Number + Number of Comparable Listings + Present Land Use + Subject Phase Dwelling Units + Octanol/Water Partition Coefficient + Total Project Dwelling Units + Biotin + Carbohydrates + Cholesterol + Barium + Beryllium + Billet Size + Bias + Boron Factor + Brinell + Berkelium + Bromine + Edible + Burst Index + Bulk + Blisters + Energy + Bend + Lateral Bow (Camber) + Boiling Point + Breaks + Brightness + Folate + Bursts + Buckles + Moisture Loss % + Basis Weight + Blood Alcohol + Monounsaturated Fat + Niacin-B3 + Color Grade + Carbonyl + Catalyst + Maximum Contraction + Color Quadrant + Omega 3 Fatty Acids + Omega 6 Fatty Acids + Organic Acids + Pantothenic Acid + Polyunsaturated Fat + Caliper + Protein + Celsius + Compression + Capacitance In + Capacitance Out + Cadmium + Cesium + Curium + Cycle Time + Californium + Cladding Thickness(% of Composite Thickness) + Cures + Chlorine + Core Loss + Crimp + Cuts + Crosswise Spacing + Cross Section + Center-to-center + Coil Curvature + Riboflavin-B2 + Cuttable Width + Calculated Value + Contamination + Saturated Fat + Diacetyl + Maximum Dilatation + Dispersing Agent + Drying Agent + Dry Point + Wear + Horizontal + Distillation Fraction + Vertical + Dots per Inch + Delta Value A + Delta Value B + Ductile Class + Depth of Dents + Defects + Distance Across Flats + Direct Current + Dysprosium + Diameter + Dominant Wave Length + Color Bits in Palette + Delta Value L + Dual Amplitude + Density + Compressed File Size + Depth + Soluble Fibre + Delta R + Distance Between Points + Distance From Base Point + Draw Tension + Starch + Width, Boxcar Door + Sugar + Dyeability + Sugar Alcohol + Extraneous Matter + End + Thiamin-B1 + Total Dietary Fibre + Total Fat + Transfatty Acids + Vitamin B12 + Vitamin B6 + Vitamin C + Vitamin D + Elongation + Edge Burr + English Coil Dimensions + Eddy + Einsteinium + Europium + Equivalent Temperature + Erbium + Expansion + Electrical Conductivity + Vitamin E + Elasticity + Elmendorf Tear + Entanglement + Vitamin K + Exciting Power + Edge + End Point + Empty Weight + Eccentricity + Fat + Fire Point + Radiated Power + Output Power (Peak Envelope) + Height above Average Terrain + Ground Elevation + Height to Tip + Radius from a Location + Radius from Coordinates + Operating Hours + Fluorine + Flare + Short Cycle Flatness + Frequency of Operation + Fermium + Francium + Freezing Point + Finish + Filament Count + Face Width + Fluid Consistency + Longitudinal Flatness + Flatness + Flashpoint + Frequency + Flow Rate + Fold Strength + Flange Thickness + Azimuth + Transverse Flatness + Flange Width + Filler + Beam + Output Power (Mean RF) + Gutter + Grain Size + Tilt + G-Force + Grain + Guided Bends Root + Gadolinium + Gold + Guided Bends Face + Guided Bends Side + Gauge + Gallium + Grit, Brushed + Grit, Unbrushed + Tinting Strength + Gloss + Emulsion Gloss + Gross to Net Conversion Factor + Particle End Point + Group Package Separation + Scattered Particles + Gravity + Carbon Black Undertone + Glass Transition Temperature + Gross Weight, Maximum + Heavies + Net Explosive Weight + Recommended Exposure Limit + Hydro Pressure + Heavy Aluminas + Helium + High Propagation Delay Time + Heavy Silicates + Hardness + Heavy Sulfides + Heavy Globular Oxides + Hafnium + Holmium + Human Factors + Heat Loss + Height, Maximum + Holes + Height of Tread Plate Pattern + Height of Runners + Height + Hazepoint + Imperfections - Thicks + Impact Energy + Incremental Distance + Inside Diameter + Imperfections - Thins + Input Low Voltage + Granulated Ingot Size + Input Current + Input Setup Time + Input Hold Time + Indium + Imperfections - Neps + Iridium + Input Low Current + Input High Current + Input Leakage Current + Input Clamp Diode Voltage + Ideal Diameter + Input High Voltage + Interrupt Pulse Period + Interrupt Setup Time + Iodine + Incrustation Factor + Inside Diameter, Minimum + Induction + Ingot Pound Size + Junction Temperature + Knoop + Krypton + K&N Holdout + Leaf Grade + Lights + Lanthanum + Lithium + Low Propagation Delay Time + Lawrencium + Lutetium + Long Fibers + Leg + Long Leg + Length, Maximum + Length + Long Length + Camber of Pattern Line + Short Leg + Lengthwise Spacing + Long Width + Melt Range + Maximum Differential Pressure + Maximum Static Pressure + Area + Minimum Speed + Maximum Speed + Mean Average + Mendelevium + Min./Max Cuttable Width + Measurement Voltage + Maximum Input Low Voltage + Minimum Input High Voltage + Mercury + Melting Point + Minimum + Major Section (Stepped) + Microseperometer (MSEP) + Management + Minimum Average + Mottles + Mullen Pop + MCQuaid + Module R (R Bar) + Minor Section (Stepped) + Moisture Content + Multiplier + Maximum Average + Molecular Weight + Maximum + Magnetizing Field + Number per Package + Number per Bundle + Number per Coil Group + Neodymium + Neon + Nobelium + Number of Items per Package Label + Number of Splices per Package Label + Number of Sheets per Package Label + Nesting Factor + Number per Lift + Number Pkgs. per Master Pack + Nominal (Target, Aim) + Percent of Specified + Number per Skid + Number per Unit + N Value + Orifice - Inside Diameter + Offset + Osmium + Output Low Voltage + Outside Diameter + Output Low Current + Output High Voltage + Output High Current + Overhead Height, Receiving Door + Output Off Current Low + Output Off Current High + Output Short-Circuit Current + Output Disable Time from Low Level of a 3-State Output + Outside Diameter, Maximum + Output Disable Time from High Level of a 3-State Output + Output Enable Time from Low Level of a 3-State Output + Openness + Output Enable Time from High Level of a 3-State Output + Distance Between Outside Runners + Open Circuits + Output Delay Time + Opacity + Overall Width + Ownership Share + Operating Weight + Price + Package Separation + Pressure + Per Hundred Linear Yards + Platinum + Potassium + Promethium + Polonium + Pulse Setup Time + Pulse Hold Time + Pulse Width + Pulse Recovery Time + Percent Defective + Practice + Palladium + Percent of Order (-, +) + Powder/Paste Package Size + Plutonium + Praseodymium + Protactinium + Pits + Pressure Base + Picks + Purchased Width + Purity + Percent of Water + Pipe Size Nominal + Quality Index + Quantity or Loading Average + Quantity or Loading Maximum + Quality or Concentration Average + Quality or Concentration Minimum + Quality or Concentration Maximum + Duration + Abundance + Biomass + Size Class + Quality + Hemoglobin + Hematocrit + Epoetin Starting Dosage + Creatinine + Speed + Speed Limit + Retinol + Relative Humidity + Range Value + Radius of Corner + Readpoint + Ream Weight + Resistivity + Radium + Rhenium + Rubidium + Rockwell-C + Rockwell-B + Reduction Ration + RMS Range (Side 1) + Required Interrupt Release + Reset Pulse Width + Reduction of Area + Radon + Reduction Ratio + RMS Range (Side 2) + Rounds Ammunition/Military + Rhodium + Ruthenium + Rolling Width + Ridges + Ratio + Smoothness + Selvedge on Beam + Sheffield Smoothness + Surface Strength + Stiffness + Saturation + Sediment + Solubility + Site Atmospheric Pressure + Sort Code CIE LAB + Sort Code CMC + Schedule Number (Pipe Size) + Strength + Selvage Left + Samarium + Slit Width + Strontium + Supply Current + Short Circuits + Shrinkage + Short Length + Shear + Stain + Sort Code CIE LCH + Splinter Count + Shipped Quantity + Selvage Right + Silver + Stop Recovery Startup Time + Shipped Units + Scandium + Short Width + Sodium + Service Interrupt Duration + Skid Height + Tire Pressure + Tube - Inside Diameter + Technical + Single End Break + Skein Break + Thickness Heavy End (Tapered/Stepped) + Thickness Small End (Tapered/Stepped) + Temperature + Thin Aluminas + Tenacity + Tensile + Thin Sulfides + Thickness + Thin Silicates + Total Supply Current + Timer Pulse Width + Tapered/Stepped Length Type + Length Type: Multiples + Timer Period + Terbium + Thorium + Thin Globular Oxides + Length Type: Random + Length Type: Specific + Time + Technetium + Thallium + Top + Thulium + Tear Strength + Uranium + Usage + Vitamin A + Height, Van Door + Voltage + Width, Van Door + Weight per Unit of Area + Web + Web Depth/Height + Width + Wolfram + Wait Recovery Startup Time + Whiteness + Winding Loss + Wall Thickness + Width, Maximum + Wrinkles + Weight + Weight per Unit of Length + Wax Pick + Xenon + Side Height, Flat Bed With Removable Sides + Specified + Squareness + Spool Size + Yttrium + Yield + Ytterbium + Yarn Count + Boron + Carbon + Load Factor + Sulfate Sulfur + Organic Sulfur + Hydrogen + Nitrogen + Oxygen + Phosphorous + Pyritic Sulfur + Sulfur + Vanadium + Tungsten + Acetic Acid + Aflatoxin (United States) + Anethole Content + Added Oil + AC-apparent Power + Acid Solubles + Absorbance + Abrasion + Absorbency + Acid Number + Adhesion + Dye Manufacturing Units + Inventory Age + Aggressive Index + Alkalinity + Alkalinity Number + Alpha-Cellulose + Alternate Measurement + Amines + Average Molecular Weight + Amylograph + Antibiotics + Ethyl Alcohol + Antioxidant + API Gravity + Appearance + Acid Insoluble Ash + Ash + Assay + Average Temperature + Axle Length + Broken Cookies + Butterfat + Brix + Perforation Bottom Depth + Beta Glucan + Bottomhole Pressure - Flowing + Bottomhole Pressure - Shutin + Bark in Chips + Amount Bound in Material + Boiling Range + Breaking Strength + Percent Bottom Sediment and Water + Bulk Density + Citric Acid + Caustic Reaction Severity + Cinnamic Aldehyde + Composite Corrected Factor + Combined Center of Gravity + Chocolate Liquor + Cook Test + Crude Fiber + Container Forward Setting + CO2 Gas Production + Color Grayness RD + Chemical Addition Rate + Chlorophyll-a + Concentration of Hazardous Component + Rate of Change + Chlorides + Cuene Intrinsic Viscosity + Clarity + Calibration + Cleanliness + Chloramphenicol + Canola Oil Coating + Coefficient Factor + Coercive Force + Color + Concentration + Corrosiveness + Cost + Content + Casing Pressure - Flowing + Count per Pound + Casing Pressure - Shutin + Cup Test Adhesion + Free Chlorine Residual + Compression Relaxation + Crown + Total Chlorine Residual + Choke Size - Casing + Cost Realism + Choke Size - Tubing + Classes that Blend + Coating + Contact Time + Curcumin + Cure Time + Charge Weight + Color Yellowness (+B) + Datum Depth + Doubles + Defect Contrasting Classes + Dockage + Dirt Count + Defect Damaged Wheat + De Minimis Level + Defect Skins + Defect Hulls + Defect Heat Damaged Wheat + Diastase + Defect Insect Damaged Kernels + Dilution Factor; An amount by which a quantity is diluted in order to be read on an instrument scale + Distillation Range + Dispersion + Dial Count + Dichloromethane Extract + Distributed Meter Factor + Double Olsen Cup + Defect Other Grains + Degree of Polymerization + Dark Specs + Drained Weight + Dryness + Defect Shrunken and Broken Kernels + Defect Splits + Defect Total + Defect Wheat of Other Classes + Dew Point + Dextrose Equivalent + Invert Sugar + Dye Content + Vitamin D3 + Effective Carbohydrates + Vitamin E Acetate + Exposure Ceiling: Threshold Limit Value + Elevation + Immediately Dangerous to Life and Health + Explosion Limit + Occupational Safety and Health Administration (OSHA) Permissible Exposure Limit + Occupational Safety and Health Administration (OSHA) Permissible Exposure Limit Ceiling + American Conference of Government Industrial Hygienists (ACGIH) Threshold Limit Value: Short-Term Exposure + American Conference of Governmental Industrial Hygienists (ACGIH) Threshold Limit Value: Time Weighted Average + Unshielded Exposure Rate + American Industrial Hygienists Association (AIHA) Work Environment Exposure Level (WEEL) + American Industrial Hygienists Association (AIHA) Work Environment Exposure Level (WEEL): Time Weighted Average + Bones + Ethoxylated Mono & Diglyceride + Enzyme + Vitamin K1 + Ethylene Oxide Residue + Expected Product Life + Essential Oil + Esterification + Ethoxyquin + Ethyl Vanillin Content + Evaporation Loss + Evaporation Rate + Extractable Color + Exhaust Benzene Emissions + Extractables + Fat Acidity + Fat As Is + Falling Number + Free Fatty Acid As Oleic + Farinograph Arrival Time + Acetate Break Point + Fat due to Butterfat + Food Drug & Cosmetics (FD&C) Blue + Fat left in Cooked Meat + Food Drug & Cosmetics (FD&C) Red Number 4 + Food Drug & Cosmetics (FD&C) Yellow Number 5 + Fat on a Dry Basis + Fenchone Content + Free Fatty Acid + Fiber + Filter Number + Film Integrity Test + Fineness + Filterability + Final Viscosity + Fluid Point + Fiber Length + Fluid Level Above Pump + Fluting + Flavor Threshold + Flammability Limits + Fat Melting Point + Flammability + Fines Retained on Screen + Fines + Foam + Finishing Oil Honey Roasted + Finishing Oil Roasted + Front Over-Hang of Vehicle + Fouling Index + Foreign Material + Foreign Matter + Acetate Plugging Value + Fresh Cut + Final Raisin Moisture + Fructose + Free Swelling Index + Full Load + Functionality Penetrometer + Gel + Gel Strength + Gas Gravity + Gas Injection Test Rate + Glycerol + Ground Level Elevation + Glycerin + Granulation on 3/8 Inch U.S. Standard Sieve (USSS) + Granulation on Number 10 U.S. Standard Sieve (USSS) + Granulation on Number 100 U.S. Standard Sieve (USSS) + Granulation on Number 14 U.S. Standard Sieve (USSS) + Granulation on Number 20 U.S. Standard Sieve (USSS) + Granulation on Number 25 U.S. Standard Sieve (USSS) + Granulation on Number 30 U.S. Standard Sieve (USSS) + Granulation on Number 40 U.S. Standard Sieve (USSS) + Granulation on Number 50 U.S. Standard Sieve (USSS) + Granulation on Number 6 U.S. Standard Sieve (USSS) + Granulation on Number 60 U.S. Standard Sieve (USSS) + Granulation on Number 80 U.S. Standard Sieve (USSS) + Granulation on 1/2 Inch U.S. Standard Sieve (USSS) + Granulation on 1/4 Inch U.S. Standard Sieve (USSS) + Gas-to-Oil Ratio + Gas Test Rate + Graininess + Granulation + Granulation thru Number 100 U.S. Standard Sieve (USSS) + Granulation thru Number 140 U.S. Standard Sieve (USSS) + Granulation thru Number 18 U.S. Standard Sieve (USSS) + Granulation thru Number 20 U.S. Standard Sieve (USSS) + Granulation thru Number 200 U.S. Standard Sieve (USSS) + Granulation thru Number 50 U.S. Standard Sieve (USSS) + Granulation thru Number 60 U.S. Standard Sieve (USSS) + Granulation thru Number 7 U.S. Standard Sieve (USSS) + Granulation thru 3/8 Inch U.S. Standard Sieve (USSS) + Granulation thru Number 6 U.S. Standard Sieve (USSS) + Water Volume + Hardening Rate + Haze + Horizontal Center of Gravity + Distance to Endpoint + Emission Factor + Heat Content + Pollutant Emission + Population + Release Duration + Released Quantity + Release Rate + Sulfur Content + Wind Speed + Acute Toxicity + Chronic Toxicity + Discharges + Effectiveness + Fertilization + Samples in Compliance + Toxicity + Hexanal + Hemispherical Point + High Boilers + Heat of Combustion + Heat Equivalency + Heavy Metals + Softening Point + Hydroxyl Number + Hydroxyporpylcellulose + Hazardous Component + Identification + Autoignition Temperature + Input Gas Rate + Inherent Viscosity + Impact Adhesion + Impurities + Initial Deformation Point + Insolubles + Invertase + Primary Irritation Index + Inclusion Rating + Incubated Spindown + Integrated Differential + Index Differential + Jominy Hardenability + King Pin Setting + Strength Coefficient + Langlier Index + Lot Acceptability for Shape + Lethal Concentration, 50% ("LC-50") + Longitudinal Center of Gravity + Lethal Dose, 50% ("LD-50") + Limited Dome Height (LDH) + Leakers + Leaf + Lipids + Liquid Injection Test Rate + Listeria + Limit Intrinsic Viscosity + Light Load + Loss on Ignition + Loss on Drying + Low Boilers + Liquefied Petroleum Gas Factor + Labeled Product Life + Line Pressure + Lovibond Red Color + Lock Seam Adhesion + Length Shrinkage + Linear Sheet Swelling + Liner Top Depth + Maturity + Magnetic Contamination + Method Detection Limit; Minimum concentration of a substance that can be measured and reported with 99% confidence that analyte concentration is greater than zero + Mettler Dropping Point + Media Depth + Meter Factor + Melt Time + Meat Protein + Efficient Rate-Reservoir + Monoglyceride + Highest Torque + Micronaire + Mineral Impurities + Milk Fat + Miscolored Pieces + Milk Solids + Monolein + Moisture + Mortality + Monopalmitin + Moisture Protein Ratio + Production Rate-Well + Many Press Test + Monounsaturated + Monostearin + Maximum Total Depth + Farinograph Mixing Tolerance Index + Mullen + Non-volatile Ether Extract + Neutralizing Strength + Neutralization Number + Nil Ductility Test + Nitrite + Net Net Weight + Norbixin + Number of Cosigners + Non-Volatile Matter + Number of References + NOx Emissions Performance + Natural Tomato Soluables + Non-volatile Oil + Observed American Petroleum Institute Gravity + Observed Temperature + Oil/Condensate Gravity + Oil Coating + Oil/Condensate Test Rate + Odor + Oil + Oleic Acid + Olefins + Organic Carbon + Others Each + Odor Threshold + Others Total + Oxidizable Substance + Oxidizing Substance + Oxyethylene + Active Ingredient in Product + Drug Strength + Particle Size + Patulin + Plug Back Total Depth + Piece Count + Casing/Liner Tubing Depth + Pump Depth from Ground + Protein Dispersibility Index + Polydextrose + Potassium Chloride + Performance + Peroxidase + Magnetic Permeability + Potassium Sorbate + Peak Viscosity + Perioxide Value + Perforation Feet Open + Polyethylene Glycol + Propylene Glycol Monoesters + pH + Phenol + Hardwood Fiber + Pick Off + Piperine + Completion + Physical Description - Outer Diameter + Polariation + Pour Point + Propylene Oxide Residue + Proprietary Shade + Practical Quantitation Limit; Lowest concentration of a substance which can be consistently determined within +/- 20% of the true concentration by 75% of the laboratories tested in a performance evaluation study + Proportion Alive + Prior Experience + Pressure Factor + Propylene Glycol + Product Index + Product Level + Proportion Normal + Processability + Product Reportable Quantity + Porosity + Proportion Fertilized + Percent Solution Actual + Past Performance + Pesticide Residuals + Softwood Fiber + Pungency + Processed Waste + Physical Description - Weight + Power Factor + Reportable Quantity + Quick Sog + Relative Fraction of Pure Long-Chain Cellulose + Relative Fraction of Total Cellulose + Radius + Roof Adjustment Factor + Residual Alcohol + Reducing Sugars + Reactivity + Reducing Substance + Refining + Rehydration + Refractive Index + Reflectance + Residual Ethylene Oxide + Resistance + Rear Over-Hang of Vehicle + Residue on Ignition + Oxygen from a Renewable Oxygenate + Roll Size + Reporting Temperature Base + Usage Deviation (Applies to Kilowatt Hours, Kilowatt Demand and Reactive Demand) + Reid Vapor Pressure + Pulp Impurities + Salt + Start + Hemicellulose + Sodium Acid Pyrophosphate (SAPP) by Boyd Method + Sodium Ascorbate + Sodium Acid Pyrophosphate (SAPP) by Humidified Boyd Method + Sodium Acid Pyrophosphate (SAPP) by Chittick Method + Salinity; Salt level in a sample of seawater + Saponification Number + Saturated Fatty Acid as Stearic + Sodium Benzoate + Sodium Bicarbonate + Sodium Bicarbonate Release + Sodium Bisulfite + Schedule + Color Strength + Surface Starch + Severity + Solid Fat Index at 104 F + Solid Fat Index at 50 F + Short Fiber Content + Solid Fat Index at 80 F + Sodium Ferrocyanate + Solid Fat Index at 92 F + Solid Fat Index at 70 F + Solid Fat Content + Shelf Life + Shell + Scoville Heat Units + Silica (Silicon Dioxide) + Size + Solderability + Slagging Index + Salmonella + SAM-B Rating + SAM-D Rating + Soda + Sodium Acid Pyrophosphate + Solids + Softening Range + Saturated Fatty Acid as Palmitic + Specific Gravity + Sphere + Separator Pressure + Static Pressure + Specific Rotation + Sodium Silico Aluminate + Stability + Short Term Exposure Limit + Staple + Sucrose + Sulfite + Suspended Matter + Suspended Pulp + Surface Roughness + Suspended Solids + Surface Tension + Survival + Sodium Sulfate + S10 Minus S18 Value + T50 + T90 + Tartaric Acid + Taste + Tire Tread Contact Length + Temperature Control Range + Total Sugar (Dry) + Perforation Top Depth + Autodecomposition Temperature + Storage Temperature + Test Weight + Texture + Titratable Acidity + Aquatic Toxicity + Torque + Total Aldehyde Content + Toxic Emissions Performance + Farinograph Time to Peak + Temperature Factor + Tubing Pressure - Flowing + Threshold Planning Quantity + Tubing Pressure - Shutin + Trash Area + Trash Count + Tire Diameter + Transmittance + Tricalcium Phosphate + Transmissivity; Measure of the quantity of light that passes through a given volume of seawater; also used to measure turbidity and to estimate plant growing zones in the ocean + Transmissivity Pathlength; The length of the path taken to arrive at transmissivity measurements + Total Solids + Trim Size + Trailer Tongue Length + Turbidity + Maximum True Vertical Depth + Total Volatiles + Tire Width + Cube + Unipunch Adhesion + Uniformity + Unknowns + Units per Weight + Vapor Density + Vanillin + Vanilla + Vapor Pressure + V-Bend Adhesion + Vertical Center of Gravity + Vitamin A Palimate + Vinyl + Viscosity + Volatile Oil Ash + VOC Emissions Performance + Volatile Oil + Volume + Vomitoxin + Volatiles + Volatiles by Volume + Volatiles by Weight + Volume Split to Others + Volume Weight + Water Absorption + Water Activity + Water Depth + Weight Loss + Whip Test + Water Insolubles + Weight of Moisture Loss + Wiley Melting Point + Water-Oil Distribution Coefficient + Wellhead Pressure-Flowing + Water/Product Level + Whey Protein Nitrogen + Weight Per Piece + Wellhead Pressure Shutin + Water Test Rate + Width Shrinkage + Water Solubles + Water/Tank Bottom Level + Yield Point Elongation + Aluminum + Arsenic + Bismuth + N-Butane + Benzene + Calcium + Columbium + Calcium Chloride + Carbon Dioxide + Cerium + Carbon Monoxide + Cobalt + Chromium + Calcium Sulfate + Copper + Titanium Dioxide Assay + Ethane + Iron + Newspaper-Full Page + Iron plus Silicon + Germanium + Heptane + Hydrogen Sulfide + Hexane + I-Butane + I-Pentane + Magnesium + Manganese + Molybdenum + Methane + Niobium + Nickel + Neo-Pentane + Octane + Lead + Propane + N-Pentane + Antimony + Sulfur Dioxide + Selenium + Silicon + Tin + Tantalum + Newspaper-Tabloid Page + Tellurium + Titanium + Zinc + Zirconium + Mutually Defined + + + Paid By Customer + Free + Paid By Supplier + Mutually Defined + + + Container Information + Disclosure + Container Size/Type + Total Weights/Volume + Package Count and Type + Rates and Charges + Seal Numbers + Tariff + Destination Clause On First Page + Volume + Weights + Weight/Measure Both English and Metric + + + Yes + + + Straight Rebill + R11 Collect Beyond + R11 Prepaid Beyond + + + Released From Bad Order + Bad Order Setback + Car Not Weighed + Empty Received as a Load + Embargoed Shipment + Refused by Customer - Unneeded + Interchanged in Error + Not in Compliance With Special Car Order 90 or Special Car Order 100 Empty + Empty - No handling required by Car Service Rules + No Record Rights + Overweight Shipment + Intermediate Switch Carrier + Refused by Customer - Unfit + Car Applied to Shipper Car Order - Place for Loading + Transfer or Adjustment of Lading Car Service Rate 10, Sections 1 & 2 + No Waybill + Association of American Railroads Restriction + Destination Switch Move + Haulage Movement + No Clearance + Not on Universal Machine Language Equipment Register + Old Age (Over-age) + Origin Switch Move + RBOX or RGON Exception + + + Bill of Lading Body Clause + Certified Inspection Report + Certificate of Analysis + Commercial Invoice + Consular Invoice + Certified Test Report + Customs Invoice + Domestic Routing Instructions + Export Instructions + Fumigation Certificate + Insurance Certificate + Include Printing Instructions + Letter of Credit + Material Safety Data Sheet + Onboard Validation + Onward Routing Instructions + Certificate of Origin + Packing List + Quality Report + Sanitary Certificate + Shipper's Export Declaration + Suppress Printing Instructions + Supporting Detail + Sea Waybill + + + Limiting Operation + General Product Form + Preservative + Parameter + Category + Sub-category + Product + Sub-product + Major Grade + Society, Government, Customer Specifications + Type and/or Process + Quality (Quality Level) + Finish or Surface Roughness + Heat Treat/Anneal + Temper + Coating + Surface Treatment, Chemical + Surface Treatment, Mechanical + Ends: Slitting, Splitting, Cutting + Forming + Edge Treatment + Welds/Splices + End Treatment + Test Sample Frequency + Test Sample Location + Test Sample Direction + Type of Test/Inspection + Testing and Inspection Agencies + Filament + Color + Denier + Fiber + Grade + Luster + Shade + Tint + Tow + Twist + Bacteriology + Whole Effluent Toxicity + Sediment Toxicity + Section Profile + Alloy + Special Processing + Winding Instructions + Surface Protection + Machine Run + End Use Application + Corrosion Resistance + Product Life Cycle + Package Integrity + Visual + Electrical + Functional Performance + Chemistry + Physical + Magnetic + Mechanical + Metallography + Vendor color description + Vendor size description + Buyer's Color Description + Dye Lot Description + Finish Description + Pattern Description + Put-up Description + MILSPEC (Military Specification) + FEDSPEC (Federal Specification) + FED-STD (Federal Standard) + CID (Commercial Item Description) + Special Specification + Appearance + Dispersion + Fluid + Flow + Moisture + Density + Buyer's Item Size Description + Fabric Description + Shipping Unit Component + Type Spinning + Wax Code + Electronically Cleaned + Conditioned Code + Precautionary Instructions + Manufacturing Method + Product Application + Engine + Transmission + Assembly Required + Construction + Consumer Instructions + + Fragrance + Editor + Translator + Material + Nutrition + Recycle + Silhouette + Discharge + Anaerobic Spores + Allergen + Aerobic Spores + Process Action Taken + Bureau of Alcohol, Tobacco and Firearms Class Code + Behind-the-Counter Drugs + Benefits + Backflush Item Process + Blocked Stock + Basis Weight Size + Controlled Substance - Class 2 + Controlled Substance-Class 3 (Narcotic) + Controlled Substance - Class 4 + Controlled Substance - Class 5 + Controlled Substance-Class 3N (Non-narcotic) + Collateral Description + Chassis + Color - Lower Body + Compliance Method + Collection Method Code + Coupling + Coating or Paint System Code + Color - Upper Body + Coating or Paint System Name + Drug Efficacy Study Implementation + Dosage Form + Dangerous Goods Packing Group + Diet Type + Dimensional + Drug Product Identification + Direct Item Process + Drug Schedule + Dangerous Goods Technical Name + Escrow Code + Engine with Transmission + Equipment + Environmental Requirement + Failure Analysis Process + Fold Configurations + Fuel + Foodservice Program + Quality + Grain Direction + Genetically Modified Ingredients + General Merchandise + Goods + Health and Beauty Aids + Hydraulics + Hazardous Material + Kit + Lead/Copper Sample Type + Coordinate Description Code + Method of Catch + Material Status, Outside Processor + Marking + Markings Front + Markings Back + Markings Alternate + Multi-Media + Medical Supplies + Non-Hazardous Material + Options + Odorized + Orientation + Over-the-Counter Drug + Percentage of Alcohol + Product Classification + Physical Form: As Diluted + Physical Form: Concentrate + Program + Product Type + Process/Production Unit + Manufacturing Process + Quality Inspection Stock + Proof + Route of Administration + Return Goods + Results Method Code + Rejection Reason + Returnable + Prescription Drug + Sub-Brand + Source + Services + Service Feature + Trade Item Shape Description + Serving Suggestions + Sample Type + Therapeutic Class + Therapeutic Equivalency Evaluation + Filtering + Typeface + Trimming + Bureau of Alcohol, Tobacco and Firearms Type Code + Unscheduled Drug + Unrestricted Stock + Vehicle + Volatile Organic Compound Control + Vintage + Variant + Warranty Description + Wine Fruit + Waste + Mutually Defined + Age + Beverage Contents Characteristics, (e.g., Kosher, No Sulfites, etc. (Industry List) + Beverage Segment + Beverage Category + Biomedical Hazard + Bottomhole Location Method Code + Brand Group + Bottomhole Pressure Method Indicator Code + Brand Group: A grouping of similar brands, (e.g., Johnnie Walker) + Common Chemical Name + Company Field Code + Chemical Family + Casing/Liner/Tubing Type + Commercial Status + Damage Code + Damage Fault + Directional Indicator + Field Code (EIA/DOD) + Forecast Deviation + Flavor + Formula + General Description + Hazard Rating System + Image Link + Ingredient + Injectables + Label Storage Conditions + Material Classification + Minerals Management Service/Bureau of Land Management (Indian Land) Property/Unit Number + Market Segment + Odor + Program Performance + Physical Form + Perforation Continuity Indicator + Physical Form: Gas + Perforation Interval(s) + Physical Form: Aerosol + Physical Form: Liquid + Physical Form: Emulsion + Physical Form: Semisolid + Physical Form: Powder + Physical Form: Solid + Perforation Type + Packaging Materials + Grape Variety + Proprietary + Pipeline Stream + Public Information + Pure Form + Quality Assurance Status + Reservoir Code (Company) + Regulatory (State) District + Regulatory (State) Entity Code + Secret or Confidential Information + Semi-Finished Goods + Sizing + Surface Location Method Code + Solubility + State Controlled + Packaging Support Materials + Synonym + Threshold + Title Insurance Form + Tire + Trade Item Unit Indicator + Test Remarks + Trade Name + Theoretical Weight Formula + Well Classification + Well Test Type + + + Side One + Side Two + Single + Left Front + Right Front + Left Rear + Right Rear + Inside Left Rear + Outside Left Rear + Inside Right Rear + Outside Right Rear + All + Single End Overhang + Siding + Bolster + Back of Cab + Bilateral + Rear + Block + Brick + Both Sides + Bottom + Casing Head Flange + Center + Double End Overhang + Downstream Tap + Dual Fuel Tank Position + Exterior + Front + Front Spare + Rig Floor + Inside + Interior + Kelly Bushing + Less Critical Surface + Lower + Left + Multiple + More Critical Surface + Middle + Not Specified + Next Relative Position + Overall + One Side + Outside + Relative Position 10 + Relative Position 1 + Relative Position 2 + Relative Position 3 + Relative Position 4 + Relative Position 5 + Relative Position 6 + Relative Position 7 + Relative Position 8 + Relative Position 9 + Relative Position 11 + Relative Position 12 + Relative Position 13 + Relative Position 14 + Relative Position 15 + Relative Position 16 + Relative Position 17 + Relative Position 18 + Relative Position 19 + Relative Position 20 + Relative Position 21 + Relative Position 22 + Relative Position 23 + Relative Position 24 + Relative Position 25 + Relative Position 26 + Relative Position 27 + Relative Position 28 + Relative Position 29 + Relative Position 30 + Relative Position 31 + Relative Position 32 + Relative Position 33 + Relative Position 34 + Relative Position 35 + Relative Position 36 + Relative Position 37 + Relative Position 38 + Relative Position 39 + Relative Position 40 + Relative Position 41 + Relative Position 42 + Relative Position 43 + Relative Position 44 + Relative Position 45 + Relative Position 46 + Right + Relative Position 47 + Relative Position 48 + Relative Position 49 + Relative Position 50 + Schnabel + Stone + Spare Tire Position + Rear Spare + Stucco + Sub-sea + Tank Bottom + Top + Two Sides + Under Cab + Unilateral + Upper + Upstream Tap + Wood + + + Casing Type + Recycle Code + Shipping Package Labeling + Shipping Package Sealing + Primary Marking + Secondary Marking + Product Marking + Type of Package + Package Specifications + Package Protection + Tarping + Platform/Skid Location + Bearing Piece Location + Placement on Carrier + Spacing Directions + Unloading Device + Unloading Equipment + Product Marking Pattern + Product Marking Location + Package/Container Mark Location + Marking Method + Core Characteristics + Receiving Facility Limitations + Tagging/Bar Code Instructions + Skid/Pallet Type + Container Type + Container Characteristics + Cleaning or Drying Procedure + Container Shape + Cushioning Thickness + Hazardous Material + Intermediate Container + Intermediate Pack + Level Of Preservation + Packing + Preservation Method + Promotional Marking + Unit Container + Unit Pack + Wrapping Material + Cushioning and Dunnage + Lot Code Expiration Based + Lot Code Production Based + Optional Procedure Indicator + Preservation Material + Special Marking + Unit Container Level + + + Product Transfer + Resale + Report Justifying Treatment Beyond Utilization Guidelines + Drugs Administered + Treatment Diagnosis + Initial Assessment + Functional Goals + Plan of Treatment + Progress Report + Continued Treatment + Chemical Analysis + Mechanical Properties + Certified Test Report + Core Loss Test Report + Justification for Admission + Western Region 01 (Internal Revenue Service Summary of line 31 on 1040) + Return From Tax Payer Report (Internal Revenue Service Summary) + Note Receivable + Credit Report + Process Plan + Recovery Plan + Functional Plan + Contractual Plan + Non-Contractual Plan + Purchase Plan + Production Plan + Contract Delivery Schedule + Master Delivery Schedule + Assembly Plan + Lead Time Chart + Master Schedule + Master Production Schedule + Manufacturing Flow Diagram + Lot Release Plan + Subcontractor Plan + Development Plan + Lease Agreement + Court Judgment + Lottery Winning Letter + Curb Side Inspection + Statistical Model + Interior and Exterior Inspection + Non-Inspection Report + Review Appraisal + Investor Guidelines + Sole Discretion Inspection + Brokers Price Opinion + Social Security Benefit Letter + Divorce Decree + Contract + Gift Letter + Will + Trust Agreement + Award Letter + Rental Agreement + Preliminary Real Estate Settlement Statement + Income Statement (Internal Revenue Service Form 1099) + Utility Bill + Benefit Letter + Canceled Check + Individual Tax Return (Internal Revenue Service Form 1040) + Asset Account Statement + Statement of Profit and Loss + Partner Share of Income, Credit, Deductions, (Internal Revenue Service Form K1) + Partnership Tax Return (Internal Revenue Service Form 1120) + Pay Stub + Wage and Tax Statement (Internal Revenue Service Form W2) + Year End Statement + Bank Statement + Verification of Loan/Installment Debt Form + Verification of Deposit Form + Verification of Mortgage/Rent Form + Verification of Employment Form + Corporation Tax Return (Internal Revenue Service Form 1065) + Title Certificates + Real Estate Settlement Statement (Housing and Urban Development Form - 1 "HUD1") + Support Data for Verification + Visa/Export License + Multi-Country Textile Declaration + Single Country Textile Declaration + Negative Textile Declaration + Endangered Species Convention on International Trade in Endangered Species (CITES) + Trademark Release + Water Resistance Statement + Certificate of Ceramicware Ceramics Commodities Inspection Bureau (CCIB) + Wearing Apparel Detail Sheet (WADS) + Interim Footwear Invoice + Impact Resistance Statement + Toxic Substance Compliance Statement + Foreign Shippers Declaration + Veterinarian Certificate + Child Labor Certificate + Prison Labor Certificate + Purchase Order Copy + Product Analysis + American Automotive Labeling Act Certificate + Broker Market Analysis + Air Emissions Statements + Anti-Dumping Gasoline Program Report + Allergies/Sensitivities Document + Autopsy Report + Agent Inventory Report + Assembly Drawing + Assay Certificate + + Attachment + Aid Form + Actual + Easement Report + Conditions, Covenant, and Restrictions Report + Impound Account Escrow Analysis Report + Closing Escrow Analysis Report + Reserved Escrow Analysis Report + Ambulance Certification + Title Policy + Average Outgoing Quality Report + Advanced Problem Notification + Housing and Urban Development (HUD) 1 Report + Asset Reclassification Extension Request + Admission Summary + Purchase Order Attachment + Automobile Claim Report + Averaging Areas Report + Air Waybill + Asset Reclassification Extension Response + Tax Certificate + Home Owner Authorization + Batch Report + Prescription + Physician Order + Referral Form + Budget + Buy or Sell Exchange Contract Status Statement + Bill of Lading Copy + Benzene Content Averaging Report + Bailment Warehouse Withdrawal Request + Bill of Lading + Bill of Material + Beneficiary Certificate + Bill of Lading Original + Benchmark Testing Results + Baseline + Blanket Test Results + Billback Report + Bill of Sale + Biennial Report + Cost Data Summary + Functional Cost and Hour + Progress Curve + Plant-Wide Data + Certified Cost and Price Data + Wage Determination + Credit Transfer Summary Report + Chemical/Radiological Report + Certification/Authorization Document + Certificate of Analysis + Chiropractic Justification + C.A.A. Certificate of Conformance (British CAA) + Customer/Distributor Inventory Report + Constable Report + Capability + Certificate of Origin + Certificate of Weight + Certificate of Inspection Report + Complications Document + Consent Form(s) + Cable + Customer/Manufacturer Inventory Report + Customer's Report of Nonconformance + Consignment Order + Certificate of Compliance (Material Certification) + County Record + Letter of Credit + Consigned Inventory Sales Report + Certification + Customer Notification Letter + Change of Hospice Benefit + Corrective Work Order + Cost/Schedule Status Report (C/SSR) + Contract Funds Status Report (CFSR) + Campus Police Report + Drug Profile Document + Dental Models + Durable Medical Equipment Prescription + Distributor/Customer Inventory Report + Distributor Inventory Report + Certificate of Quality + DA59 Special Customs Invoice for South Africa + Diagnostic Report + Nitrogen Certificate + Directory + Discharge Monitoring Report + Drawback Affidavit + Draft and Transmittal Letter + Distributor/Manufacturer Inventory Report + Deviation/Nonconformance Test Results and Request for Action + Delinquency + Datalog Report + Discharge Summary + Department of Transportation + Commercial + Condominium + Drawing(s) + Exporter's Certificate and Agreement + Electrical Average Outgoing Quality Report + Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor) + Engineering Change Order + Environmental Exposure Document + Election of Hospice Benefit + Eligibility + Experimental Material Purchase Order + Engineering Change Request + Source Selection Plan + Shippers Export Declaration + Barrel for Barrel Exchange Contract Status Statement + Cost Performance Report (CPR) Format 1 + Cost Performance Report (CPR) Format 2 + Cost Performance Report (CPR) Format 3 + Cost Performance Report (CPR) Format 4 + Cost Performance Report (CPR) Format 5 + Transportation Carrier Inspection Report + Government Inspection Report + Inspection Waiver (Written) + Inspection Waiver (Oral) + Federal Bureau of Investigation + Fumigation Certificate + Federal Specification Compliance + Federal Emergency Management Agency + Limitation of Heavy Elements + Fire Report + Family Medical History Document + Post-Operative Radiology Films + Pre-Operative Radiology Films + Certificate of Free Sale + State Form + Clearance Letter + Background Release + Exam Results + Prelicense Certificate + National Association of Securities Dealers Certification + License Copy + Gas Processor's Report + Gas Transporter's Report + Health Certificate + Hazardous Material Incident + History and Physical + Health Clinic Records + Hazardous Waste Manifest + Consular Invoice + Customs Invoice + Forwarder's Invoice + Immunization Record + Carrier's Invoice + Insurance Attachment + Insurance Certificate + Import License + Inspection Request + Inventory Parameter Report + State School Immunization Records + Index System + Certified Inspection and Test Results + Inspection Result + Invoice + Doctor’s First Report of Injury + Supplemental Medical Report + Medical Permanent Impairment + Medical Legal Report + Vocational Report + Work Status Report + Consultation Report + Permanent Disability + Itemized Statement + Certificate of Good Standing + Tax Status Clearance + Consent to Use Name + Certificate of Registration + Certificate of Existence + Certificate of Status + Certificate of Name Change + Certificate of Merger + Certificate of Significant Change + Balance Sheet + Application of Name Reservation + Schedule of Capital + Foreign Tax Return + Permit Application + Admission Tax Return + Addendum to Articles + Articles and Amendments + Appointment of Commissioner as Registered Agent + Certificate of Disclosure + Notice of Registered Office + Notice of Directors + Organization and First Biennial Report + Agreement of Statutory Agent + Consent to Act + Contract Data Requirements List (CDRL) + Kosher Certificate + Engineering Drawing List + Purchased Engineering Data List + Support Documents + Purchased Documents + Proposal Support Data + Purchased Drawings + Change Proposal Data + Report of Assignment or Modification of Key Events + Request for Assignment or Modification of Key Events + Laboratory Results + Legalized Bill of Lading + Location Inventory Report + Laboratory Quality Review Variation, Deviation + Latest Revised Estimate + Legalized Certificate of Origin + Legalized Invoice + Location Reconciliation History Notification Report + Laboratory Quality Review Order, Waiver + Labor Plan + Laboratory Quality Review Order, Deviation + Lease Settlement Statement + License Application Attachment + Laboratory Quality Review Variation, Waiver + Medical Record Attachment + Manufacturer/Agent Inventory Report + Manufacturer/Distributor Inventory Report + Manufacturer/Customer Inventory Report + Material Data Sheets + Major Deviation Request + Manufacturing Specification + Migrant Student Records Transfer System (MSRTS) Record + Report of Full Maintenance Period Detail + Mortgage Insurance Certification + Request for Maintenance Period Status + Report of Maintenance Period Status + Request for Full Maintenance Period Detail + Manufacturer Inventory Report + Minor Deviation Request + Manufacturer's Statement of Origin + Request for Establishment, Modification, or Cancellation of Maintenance Period + Report of Establishment, Modification, or Cancellation of Maintenance Period + Material Inspection and Receiving Report + Material Safety Data Sheet + Models + Metered Volumes + Motor Vehicle Report + National Insurance Crime Bureau Assignment + Certificate of Quantity + Commercial Invoice + National Insurance Crime Bureau + National Insurance Crime Bureau Total Loss + Monthly Contractor Financial Management Report + Nursing Notes + National Insurance Crime Bureau Other than Theft + Quarterly Contractor Financial Management Report + NOx Emissions Averaging Report + National Insurance Crime Bureau Total Theft + Operative Note + Oxygen Content Averaging Report + Orders and Treatments Document + Objective Physical Examination (including vital signs) Document + Ocean Bill of Lading + Outside Production Operation Sheet + Oil Storer's Report + Organization Breakdown Structure + Oil Transporter's Report + Oxygen Therapy Certification + Support Data for Claim + Packing List + Protest + Receipt + Pathology Report + Patient Medical History Document + Periodontal Charts + Periodontal Reports + Property Claim Report + Provisioning - Supply Support Information + Part Drawing + Product Catalog + Process Change Notice + Proof of Delivery + Parenteral or Enteral Certification + Product Specification + Packaging Specification + Production History - Property Level + Product Availability Inquiry + Purchasing Specification + Storage Information Inquiry + Property Insurance Loss Register + Proof of Insurance + Physical Therapy Notes + Prosthetics or Orthotic Certification + Proposal + Paramedical Results + Purchase Report + Pipeline/Shipper Inventory Report + Inter-Plant Inventory Report + Police Report + Production History - Well Level + Production, Injection and Disposition Report + Physician's Report + Physical Therapy Certification + Cause and Corrective Action Report + Quality Review Order, Purchasing + Quality Detail + Quality Review Order, Manufacturing + Quality Report + Quality Review Order Supplement + Quality Summary + Reformulated Gasoline/Anti-Dumping Company Registration + Reformulated Gasoline/Anti-Dumping Facility Registration + Technical Information Package + Purchased Technical Information Package + Technical Information + Miscellaneous Information + Compliance Review + Accident + Revision Announcement + Radiology Films + Request for Cause and Corrective Action Report + Payment Bond + Performance Bond + Reliability Fail Rate Report + Residential + Bid Bond + Request for Manufacturing Engineer Appraisal + Supplier's Report of Nonconformance + Regular Order + Radiology Reports + Report of Tests and Analysis Report + Reid Vapor Pressure (RVP) Averaging Report + Renewable Oxygen Content Averaging Report + Supply and Shipment Status Report + Supply Status Report + Exception Supply Status Report + Exception Supply and Shipment Status Report + Product Quality Deficiency Report Category I + Product Quality Deficiency Report Category II + "Walsh-Healey Act" Manufacturer or Regular Dealer + Report of Findings + Representation + State Police Report + Sample Approval and Rejection List + Sanitary Certificate + Support Data for a Request for Quote + Security Police Report + Contract Security Classification Specification + Symptoms Document + Sheriff Report + Seller Inventory Report + Statement of Work + Sample Bale List + Shipping Manifests + Shipping Notice + Secretary Certificate + Specification + Statistical Quality Documents + Statistical Report + Seller Sales Report + Student Educational Record (Transcript) + Supplier's Certificate + Survey + Sea Waybill + Steamship Due Bill + Train Sheet + Title Bill + Preliminary Title Work + Loan Documents + Tax Information + Toxics Emissions Performance Averaging Report + Toxics Release Inventory + Therapy Notes + Asset Support Inquiry + Asset Support Advice + Physical Inventory Request + Asset Reclassification Response + Asset Reclassification Request + Transaction History Request + Two to Four Family + Total Theft Claim Report + Asset Status Inquiry + Asset Status Advice + Logistics Transfer Inquiry + Logistics Transfer Advice + Stock Sale Report + Delayed Sale Report + Demand Report + Treatments Certificate + Storage Information Advice + Transmittal Letter + Sulfur, Olefins, and T90 Averaging Report + Title Transfer + Tax-exempt Certificate + Survey Report + Union Agreement + Certificate of Designation of Registered Agent + List of Officers and Directors + Resolution and Consent Form + Domestic Business Corporation Initial Report + Registered Agent Application + Articles of Incorporation + Certificate of Compliance + Certificate of Authorization + Charter + Other Type of Report + Affidavit of Acceptance + Resolution Adopting Fictitious Name + Trade Name Application + Declaration of Solicitor + Memorandum of Association + Notice of Registered Agent + "BUY AMERICA" Certification of Compliance + Dissolution of Existing Registration + Appointment of Statutory Agent + Regulatory Approval for Professional Association + Initial Annual Report + Certificate of Fact + Voter Registration Application + Voter Registration Application Disposition + Voter Information Record + Change of Name and/or Address + Death Notification + Felony Conviction Notification + Incompetency Notification + Variance Analysis + Volatile Organic Compounds (VOC) Emissions Averaging Report + Data Request for Vendor's Specifications or Drawings. + Visual/Mechanical Average Outgoing Quality Report + Safe Drinking Water Bacteriological Report + Safe Drinking Water Report + Fictitious Name Statement + Work Breakdown Structure + Request for Assignment or Deletion of Work Candidate + Report of Assignment or Deletion of Work Candidate + Business Conducted Prior to Qualification Form + By-Laws + Appointment of Agent for Service and Consent to Act + Certificate of Name Clearance + Well Information + Work Progress + Well Test Information + Complete Appraisal + Limited Appraisal + Self-contained Report + Summary Report + Restricted Report + Equipment Test Results + Photographs + Appraisal + Broker Price Opinion + Real Estate Property Information + Flood Determination Report + Conventional Ammunition Suspension Report + Self Monitoring Report + Mutually Defined + + + Summary Electronic Invoice + Full Electronic Invoice + Printed Invoice Sent by Mail + Summary Electronic Invoice and Printed Invoice Sent by Mail + Full Electronic Invoice and Printed Invoice Sent by Mail + No paper Invoice + Summary Electronic Invoice and No paper Invoice + Full Electronic Invoice and No Paper Invoice + Electronic Mail + Available on Request at Provider Site + Previously Submitted to Payer + American College of Radiology/National Electronic Manufacturers Association (ACR/NEMA DICOM) Format + + Electronically After Shipping + Narrative Segment Included in this Claim + No Documentation is Required + By Mail After Shipping + American Society for Testing and Materials Format (ASTM E1238) + American Society for Testing and Materials Format (ASTM E1384) + By Data Pattern + By Mail and Electronically + By Mail + Best Way (Sender's Option) + Courier Diskette + Courier + Courier Paper + Courier Tape + Data + Electronically Only + E-Mail + File Transfer + By Fax + On General Services Administration (GSA) Form 10050 + Health Industry Level 7 Interface Standards (HL/7) Format + Electronic Image + Electronically with Invoice + By Mail with Invoice + Binary Image + Mail Diskette + Magnetic Media + Mail Paper + Mail Tape + Not Specified + On-Line + Printed Original Required + Electronically Before Shipping + By Mail Before Shipping + With Ship Notice + Society for Worldwide Interbank Financial Telecommunication (SWIFT) + Telex + Separately, Electronically at Time of Shipping + Separately, by Mail at Time of Shipping + Text + Voice + With Shipment (With Package) + + + Reportable Quantity + + + Yes + + + Full Waybill + Trailing Car Waybill + Concur + Revenue Data Not Available + Road Not Entitled to Data + No Record of Haulage + Processed Waybill + Co-Load Shipment + Already Mailed + No Record of Waybill + Non-Concurrence, New Opinion + Rule 11 Shipment + Waybill Already Settled + Destination Road Transition Waybill + Other than Destination Road Transition Waybill + Nonrevenue Waybill + Rule 11 Co-loaded Shipment + + + Pricing Market + Store Number + See Free-form Text + Promotion Market + Pricing and Promotion Market-Manufacturer + All Stores + Co-op Advertising Market + Pricing and Promotion Market-Customer + State or Province Abbreviation Code + Zip Code + Zip Code Beginning Value + Zip Code Ending Value + D-U-N-S+4, D-U-N-S Number With Four Character Suffix + Store Group + Global Location Number (GLN) + + + In Effect + Hold + Not In Effect + + + Containers with Chassis + Containers Only + Shipper To Provide - None Requested + Chassis Only + + + Customized Ordering Forecast + Manufacturer to Manufacturer + Consumer Sales Forecast + Manufacturer to Publisher + Operator to Shipper + Operator to Transporter + Publisher to Manufacturer + Purchaser to Seller + Seller to Operator + Shipper to Transporter + Transporter to Operator + Transporter to Shipper + Transporter to Transporter + Requirement Forecast + War Reserve Forecast + + + Company Non-Classified + Company Internal Use Only + Company Confidential + Company Confidential, Restricted (Need to Know) + Company Registered (Signature Required) + Personal + Supplier Proprietary + Company Defined (Trading Partner Level) + Competition Sensitive + Court Restricted + Juvenile Record Restricted + Government Non-Classified + Government Confidential + Government Secret + Government Top Secret + Government Defined (Trading Partner Level) + Mutually Defined + + + 841 x 1189 mm * + 594 x 841 mm * + 420 x 594 mm * + 297 x 420 mm * + 210 x 297 mm * + 8.5 x 11.0 inches + 11.0 x 8.5 inches + 11.0 x 17.0 inches + 17.0 x 22.0 inches + 22.0 x 34.0 inches + 34.0 x 44.0 inches + 28.0 x 40.0 inches + 11.0 * + 28.0 * + 34.0 * + 40.0 * + 8.5 x 14.0 inches (Legal) + + + Approved Version + Initial Release + Cancelled + Released for Production + Released to Engineering + Released for Quotation + Replaces + Confirmation + Proposed + Seller-Initiated Change + Engineering Change Notice + Engineering Change Order + Engineering Change Request + Conditional + Mutually Defined + + + Change Level + Mark Level + Model Level + Modification Level + Revision Level + Sequence Level + Serial Number + Version Level + Mutually Defined + + + Authentication + Authentication and Encryption + Encryption + Clear Text + Mutually Defined + + + Payee + Payer + + + Additional Descriptive Information Not Required by Regulation but Desired to Accompany the Movement by the Shipper + Cargo Airlift Only + Hazardous Materials Certification + "DOT - 113, Do Not Hump or Cut Off Car While in Motion" Declaration + "AAR - 204, Do Not Hump or Cut Off Car While in Motion" Declaration + Damaged Car Number + "Dangerous When Wet" Declaration + Emergency Schedule (EMS) Page Number + Conveyed Equipment Identification + Fumigation Declaration + Identifies Products in a Heated Molten State + Hazardous Substance Constituents + Inhalation Hazard + "Limited Quantity" Declaration + Medical First Aid Guide (MFAG) Page Number + Maximum Operating Speed + Marine Pollutant + Not Odorized Declaration + "Poison - Inhalation Hazard" Declaration + "Poison" Declaration + Radioactive Material Data + Technical or Chemical Group Name + Trade Name + Waste Declaration + + + Auto Insurance + Auto Loan + Alimony + Bank Loan + Child Care + Education + Finance Company Loan + Food + Furniture + Home Rental + Mortgage Loan + Miscellaneous + Personal Insurance + Revolving Credit + Medical + Second Lien + Utilities + Mutually Defined + + + ACH Payment Acknowledgment + Automated Account Advice + Accounts Receivable Entry + Financial EDI Acknowledgment + Back Office Conversion Entry + Bill Payment + Consumer/Employee Check + Corporate Cross-Border Payment + Cash Concentration/Disbursement (CCD) (ACH) + Cash Concentration/Disbursement plus Addenda (CCD+) (ACH) + Customer Initiated Entry + Customer Initiated Entry Plus Addenda + Corporate Trade Exchange (CTX) (ACH) + International ACH Payment with Addenda Type Code 17 + International Automated Clearing House (ACH) Transaction + Machine Transfer Entry + Commercial/Corporate Check + Consumer Cross-Border Payment + Point of Purchase Entry + Point of Sale Entry + Prearranged Payment and Deposit (PPD+) (ACH) + Prearranged Payment and Deposit plus Addenda (PPD+) (ACH) + Preauthorized Draft + Re-presented Check Entry + Shared Network Transaction + Telephone-Initiated Entry + Truncated Entry + Truncated Entries Exchange + Internet-Initiated Entry + Destroyed Check Entry + Fed Wire CTP or CHIPs remittance in an ANSI X12 Format + Fed Wire CTP or CHIPS Remittance in a General XML Format + Fed Wire CTP or CHIPS Remittance in an ISO XML Format + Fed Wire CTP or CHIPS Remittance in a Free Form Format + Fed Wire CTP or CHIPS Remittance in a Proprietary Local Instrument Format + Fed Wire CTP or CHIPS Remittance in a Related Remittance Structured Format + Fed Wire CTP or CHIPS Remittance in a Related Remittance Information Format + Fed Wire CTP or CHIPS Remittance in a STP 820 Format + Fed Wire CTP or CHIPs Remittance is in a SWIFT Field 70 Format + Fed Wire CTP or CHIPS Remittance in an U.N. EDIFACT Format + + + Abandoned by Carrier + Haulage Station + Interchange Point + Junction Settlement Station + International Location + Motor Freight Tariff Location + Not a National Rate Base (NRB) Point + Railroad Operating Location + Railroad Freight Tariff Location + Sold by Carrier + Reader Equipped + Switch Carrier Station + + + Bottom Unit Has Full Exposure + Top Unit Has Full Exposure + + + Debris + Doors + Exterior + Ground Cover + Hot Tub + Interior + Locks + Neighborhood + Pool + Shrubs + Spa + Windows + Mutually Defined + + + Direct + Conversation with Juvenile + Conversation with Neighbor + Name on Mailbox + Other Method of Verification + Conversation with Relative + Telephone + Conversation with Tenant + Visual + Mutually Defined + + + Analytical Methods + Approvals + Carcinogenicity + Chemical Product and Company Information + General Information + Composition or Information on Ingredients + Disposal Considerations + Detection Methods + Disclaimer + Exposure Information, Effects of Overexposure, Exposure Limits + Ecological Information + Emergency Procedures + Exposure Controls or Personal Protection + First Aid Measures + Fire Fighting Measures + Hazards Identification + Potential Health Effects + Other Information + Key or Legend + Material or Product Identification + Material Safety Data Sheet + Physical and Chemical Properties + Preventive Measures + Preparation and Revision Information + Stability and Reactivity Information + Regulatory Information + Transport Information + Accidental Release Measures + Handling and Storage + Trade Secret Exemptions + Toxicological Information + + + Acute Toxicity Data + Analytical Methods + Approvals + Carcinogenicity + Chemical Product and Company Information + Composition or Information on Ingredients + Conditions to Avoid + Chronic Toxicity Data + Disclaimer + Decomposition, Decomposition Products + Hazardous Decomposition Products + Disposal Considerations + Distribution of Chemical in Environment + Detection Methods + Sensitive to Static Charge + Emergency and First Aid Procedures + Emergency Procedures + Effects of Overexposure + Explosion Impact Sensitive Material + Ecological Information + Environmental - Acute Aquatic Effects + Environmental - Bioconcentration Material + Engineering Controls + Environmental - Oxygen Demand + Environmental - Summary + Emergency Overview + Exposure Controls or Personal Protection + Employee Protection + Static Sensitive Material + Environmental Protection + Ecotoxicological Information + Exposure Guidelines + Exposure Information + Exposure Limits, Occupational Exposure Limits + Eye Contact: Acute Exposure + Eye Contact: Chronic Exposure + Eye Contact + Eye + First Aid Measures + Extinguishing Media: All Fires + Extinguishing Media: Large Fires + Extinguishing Media: Small Fires + Environmental Fate (i.e., Oxidized, Photodegraded, etc.) + Extinguishing Media + Fire Fighting Measures + Fire and Explosion Hazards + Fire and Explosion Data + Flammability Conditions + Flammable Properties + General Controls + General Measures + General Safe Handling Procedures or Information + Handling Information + Hazardous Component or Ingredient + Hazardous Product of Combustion + Hazards Identification + Health Hazard Information + Potential Health Effects + Hazard Class + Hazard Rating System + Other Information + Ingestion: Acute Exposure + Ingestion: Chronic Exposure + Ingestion + Inhalation: Acute Exposure + Inhalation: Chronic Exposure + Inhalation + Incompatibility + Instability + Incompatibility Conditions + Irritancy + Key or Legend + Label Text + Leak Avoidance, Remediation, or Hazards + Material to Avoid + Medical Conditions Aggravated by Exposure + Mutagenicity + Notification of Chemical Storage Amount, Spill or Release to the Environment + Note to Physician: Eyes + Note to Physician: Respiratory + Note to Physician: Skin + Note to Physician + Other Physical Hazards + Other Precautions + Other Regulatory Controls + Physical and Chemical Properties + Preventive Measures + Hazardous Polymerization + Personal Protection: Additional Equipment + Personal Protection: Boots + Personal Protection: Clothing + Personal Protection: Eye/Face + Personal Protection: Eye + Personal Protection: Face + Personal Protection: Gloves + Personal Protection: Respiratory + Personal Protection: Skin + Personal Protection Equipment + Preparation and Revision Information + Primary Route(s) of Entry: Eye Contact + Primary Route(s) of Entry: Eye, Inhalation + Primary Route(s) of Entry: Eye, Oral + Primary Route(s) of Entry: Eye, Oral, Skin + Primary Route(s) of Entry: Inhalation + Primary Route(s) of Entry: Inhalation, Oral + Primary Route(s) of Entry: Inhalation, Oral, Skin + Primary Route(s) of Entry: Inhalation, Skin + Primary Route(s) of Entry: Inhalation, Eye, Oral + Primary Route(s) of Entry: Oral + Primary Route(s) of Entry: Oral, Skin + Primary Route(s) of Entry: Skin Contact + Primary Route(s) of Entry: Eye and Skin Contact + Primary Route(s) of Entry: Eye, Skin, Inhalation + Primary Route(s) of Entry + Stability and Reactivity Information + Reactivity + Reactivity Conditions + Reproduction + Regulatory Information + Release Information + Right to Know Statement of Hazard Code/Information + Safety Precautions + Stability + Sub-chronic Effects + Signal Word + Transport Information + Shipping Information, Transportation Requirements + Skin Contact: Acute Exposure + Skin Contact: Chronic Exposure + Skin Sensitization + Skin Contact + Skin + Accidental Release Measures + Sensitization + Special Fire Fighting Instructions + Special Information + Spill Information + Spill and Leak Information + Special Precautions + Handling and Storage + Storage Conditions + Subchronic + Synergistic Products + Systematic Effects + Teratogenicity + Toxicity of Other Components + Target Organ + Transportation Hazard + Trade Secret Exemptions + Toxicological Information + Ventilation Requirements + Warning + Waste Disposal Information + + + Gasohol + Butane + Carbon Dioxide + Diesel + Auxiliary Electricity + Electric + Gas + Compressed Natural Gas + Liquid Natural Gas + Ethanol + Kerosene + Liquefied Gases + Methanol + Natural Gas + Other Unlisted Type of Fuel + Propane + E-85 + M-85 + Steam + A55 + Mutually Defined + + + Middle States Association of Colleges and Schools, Commission on Higher Education + Middle States Association of Colleges and Schools, Commission on Secondary Schools + New England Association of Schools and Colleges, Commission on Institutions of Higher Education + New England Association of Schools and Colleges, Commission on Vocational, Technical, Career Institutions + North Central Association of Colleges and Schools, Commission on Institutions of Higher Education + North Central Association of Colleges and Schools, Commission on Schools + Northwest Association of Schools and Colleges, Commission on Colleges + Southern Association of Colleges and Schools, Commission on Colleges + Western Association of Schools and Colleges, Accrediting Commission for Community and Junior Colleges + Commission for Accreditation for Rehabilitation Facilities (CARF) + Joint Commission on Accreditation of Health Organizations (JCAHO) + Commercial - Motor Vehicle + Driver License - Motor Vehicle + Office of Export Administration + Federal Aviation Administration (FAA) + Department of Agriculture - Tobacco, Seeds & Plants + National Committee for Quality Assurance (NCQA) + Department of the Interior - U.S. Endangered Native Fish and Wildlife and Migratory Birds + Department of Justice - Narcotics and Dangerous Drugs + Utilization Review Accreditation Commission (URAC) + U.S. Customs and Border Protection (CBP) - Automated Export System + Maritime Administration - Watercraft (Other Than Vessels of War), Vessels Exported for Scrapping, Dismantling, Dismembering, or Destroying the Hulls Thereof (Also Controlled by Office of Export Administration) + Nuclear Regulatory Commission - Commodities Subject to the Atomic Energy Act + Federal Power Commission - Natural Gas and Electric Energy + Department of State - Arms, Ammunition, Implements of War; Vessels of War + Department of Treasury - Gold + Western Association of Schools and Colleges, Accrediting Commission for Schools + Western Association of Schools and Colleges, Accrediting Commission for Senior Colleges and Universities + + + Origin Rail + Inbound Interchange + Railroad Interchange + Destination Ramp + Dealer + Factory Gate + Origin Cursory-Rail + Destination Cursory-Rail + Outbound Compound + Delivery with Notification + Intermediate Delivery + Outbound Intermediate Location + Delivery Receipts + Delivery Letter of Notification + + + Yes + + + Bottom level first position from front end. + Bottom level second position from front end. + Bottom level third position from front end. + Bottom level fourth position from front end + Bottom level fifth position from front end. + Bottom level sixth position from front end. + Bottom level seventh position from front end + Bottom level eighth position from front end + Bottom level ninth position from front end + Bottom level twelfth position from front end + Bottom level eleventh position from front end + Bottom level tenth position from front end + Second level first position from front end. + Second level second position from front end. + Second level third position from front end. + Second level fourth position from front end. + Second level fifth position from front end. + Second level sixth position from front end. + Second level seventh position from front end. + Second level eighth position from front end + Second level ninth position from front end + Second level twelfth position from front end + Second level eleventh position from front end + Second level tenth position from front end + Third level first position from front end. + Third level second position from front end. + Third level third position from front end. + Third level fourth position from front end. + Third level fifth position from front end. + Third level sixth position from front end. + Third level seventh position from front end. + Third level eighth position from front end + Third level ninth position from front end + Third level twelfth position from front end + Third level eleventh position from front end + Third level tenth position from front end + + + Automobile + Truck + Others + Used Vehicles + Military + Passenger Car + Small Passenger Car + Multipurpose Vehicle + Light Truck + Large Van + Extended Minivan + + + QC Hold + Hold for further information + Committed hold + + + Eight Pin Combo + Drop Frame + Flush Back + Gooseneck + Straight Frame + Slider + Tri-axle + + + Address Change + Annuitized + Awaiting Initial Premium + Contract Award + Cancelled by IRS + Contract Cancelled + Closed contract - all quantities taken + Contract Modified + Contract Renewed + Contract Cancelled - Refund Due + Disabled + Death + Deleted Contract + Expired Contract + Free Look Period + General Suspension + Hold + Inactive + Internal Exchange + Invalid Contract Due To Terms + Matured + Contract Provider No Longer in Business + Not Taken + Original Contract + Paid Up + Pending + Pending Death Notification + Pending Exchange Transfer + Prepaid Service Authorization + Proposed Contract + Reissue + Rescinded + Restricted + Reopened Contract + Standard Contract + Surrendered + Terminated + Contract Transferred + Valid Open Contract + + + All orders - items with changed status + All Orders - All Items + All Orders - Shipped Items + All Orders - Unshipped Items + Selected Orders - All Items + Selected Orders - Shipped Orders + Selected Orders - Unshipped Items + Selected Orders - Selected Items + + + Selected Products and Selected Date Parameters + Selected Date Parameters + Selected Products + + + Selected Supplier Location(s) + Selected Buyer Location(s) + Selected Supplier and Buyer Locations + + + Response to an Order Status Inquiry (869) + Prearranged Schedule or Agreement + Unsolicited Report + Response to Requisition + Notice of Response to Direct Vendor Delivery + Notice of Response to Supply Assistance + Response to Material Returns + Response to Notice of Availability + Response to a Requirement Forecast + Revised Delivery Forecast - Stock Number + Revised Delivery Forecast - Transaction Number + Revised Delivery Forecast - Response + + + Administrative (Place to Mail Administrative Correspondence) + Customs (Place to Mail Customs Documents) + Mail Waybill (Place to Mail Revenue Waybills) + Trace Waybill (Place to Mail Revenue Waybill Trace Request) + + + Bulkhead Doors Not Secured + Case Crushing (Exterior/Secondary Packaging) + Case Design + Damage Loading + Defective Pallets of Slip Sheets + Flaps Loose + Hidden Damage (Suspected or Actual) + Improper Doorway Protection + Improper Loading + Improper Unloading + Lack of Cardboard Dividers/Dunnage + Load Shift + Nails or Other Hardware + Not Reported + Pallet Pattern + Punctured Bailers/Cases + Side Fillers Not Extended + Temperature Exposure + Unsuitable Equipment + Vehicle Impact + Wet or Stained (Shipping Containers or Secondary Packaging) + + + Barge Carrying Vessels (Lash & Seabee) + Bulk-Dry + Barge-Inland + Bulk-Undetermined + Bulk-Liquid + Barge-Oceangoing + Conbulk + Container + Dredge + Display Vessels + Fishing + General Cargo + Government-Non-Military + Military + Partial Container + Passenger + Roll on/Roll off + Supply Ship + Tug + Vehicle Carrier + + + Measurement Taken From Bottom + Measurement Taken From Top + + + Base + Expired + Intermediate + Mutually defined + + + Quantity Stolen + Quantity Shipped + Bailment Sales Quantity + Transportation Sales Quantity + Quantity Damaged + Quantity on Hold + Lost Sales + Military Sales Quantity + Off Premise Quantity + Gross Quantity On Hand + On Premise Sales Quantity + Planned Order Quantity + Production Quantity Adjustment + Calculated Reorder Point + Quantity Sold (Net) + Quantity Returned + Quantity Returned (Defective/Damaged) + Quantity Ordered + Current Inventory Quantity Available for Shipment or Sale + Beginning Balance Quantity + Quantity Committed + Additional Demand Quantity + Ending Balance Quantity + Quantity In-bond + Quantity Damaged or On Hold + Quantity in Transit + Quantity Not Listed + Minimum Inventory Quantity + Maximum Inventory Quantity + Planned Inventory Quantity + Quantity Out of Stock + Quantity On Order, Not Yet Received + Quantity Received + Quantity Sold + Adjustment to Inventory Quantity + Quantity Returned By Consumer + Quantity Withdrawn from Warehouse Inventory + Quantity Requested (Will Override Replenishment Planning) + Quantity Transferred + Retail Sales Quantity + Quantity Returned (Sellable/Resellable) + Total Sales Quantity + Wholesale Sales Quantity + + + Receiver + Supplier + + + Change + Delete + Add Full Item Detail + Withdraw Item (Temporary) + Restore Item + Membership Type + Purchase Eligibility + Verified + Not Verified + Periodic Report + All Items Refresh + Medical Noncompliance + Administrative Noncompliance + Suspended Pending Settlement Approval + Suspended Pending Appeal or Judicial Review + Injury Report Creation + Illness Report Creation + Transfer of Beneficial Rights + Record Security Instrument + Assignment + Addition + Change in Status + Change in Rate Factors + Cancellation or Termination + Reinstatement + Correction + Policy Adjustment + Inquiry + Audit or Compare + Medical Examination Authorization + Employee Information Not Applicable + Release of Interim Funding Interest + Original + Denial + Initial Payment + Change in Benefit Amount + Change in Benefit Type + Reinstatement of Benefit + Reduced Earnings + Final + Suspension Medically Determined or Qualified to Return to Work + Non-compliance of Medical Requirements + Non-compliance of Administrative Requirements + Compensable Death + Incarceration + Claimant's Whereabouts Unknown + Volunteer + Status Request + Benefits Exhausted + Jurisdictional Change + Payment Notification + Status Request Response + Re-issue Identification Card(s) + Suspension Due to Claimant Death + Partial Denial + Partial Suspension, Returned to Work, or Medically Determined or Qualified to Return to Work + Partial Suspension, Medical Non-compliance + Partial Suspension, Administrative Non-compliance + Partial Suspension, Claimant Death + Partial Suspension, Incarceration + Partial Suspension, Claimant's whereabouts Unknown + Partial Suspension, Benefits Exhausted + Partial Suspension, Jurisdiction Change + Partially Suspended, Benefits Pending Settlement Approval + Partially Suspended, Pending Appeal or Judicial Review + Lump Sum Benefit Payment + Suspension Denial + Sale of Mortgage Change + Servicer Change + Mortgagor Change + Prepayment Termination + Non-conveyance Termination + Voluntary Action Termination + Loan Refinanced Termination + Transfer Due to Interest and Servicing Sold + Retain Servicing + Transfer Servicing + Assign Servicing + Servicer Loan Number Change + Merger + Acquisition + Receivership + Loan Maturity Maintenance + Binder + New Policy + Renewal Policy + Canceled by Administrator + Canceled by Insured + Re-Write + Non-renewal + Termination of All Endorsements + Termination of Lessor Interest + Termination of Additional Insured Interest + Termination of Lienholder or Loss Payee + Addition of Lessor Endorsement + Addition of Lienholder Endorsement + Addition of Additional Insured Endorsement + Change of Lessor Endorsement + Change of Lienholder Endorsement + Change of Additional Insured Endorsement + Acquired Unallocated + Acquired Payment + Investigation Pending + Concurrent Benefit + Abbreviated First Report on an Acquired Claim + Employer Paid + Employer Reinstatement + Suspension Directed by Agency + Occupational Safety and Health Administration Injury and Illness Log (OSHA-300) + Occupational Injury Survey + Bureau of Labor and Statistics Survey + First Payment on an Acquired Claim + First Report on an Acquired Claim + Impairment Report + Return to Work Report + Office of Workers Compensation Program Injury Claim Report (OWCP CA-1) + Office of Workers Compensation Program Illness Claim Report (OWCP CA-2) + Occupational Safety and Health Administration Injury and Illness Record (OSHA-301) + First Aid Injury Only + Endorsement Validation + Maintenance + Repair + Insurance + Warranty + Change Excluding Price + Price Change Only + To Be Verified + Mutually Defined + + + Line Item Only + Originator Assigned + Entire Shipment + Pallet Number + Pallet Configuration Number + EAN.UCC Serial Shipping Container Code (SSCC) + UCC/EAN-128 Application Identifier (AI) and Data + Shipper-Assigned Case Number + Carrier-Assigned Package ID Number + Receiver Assigned Drop Zone + Electronic Product Code (ePC) Serial Shipping Container Code (SSCC) + Electronic Product Code (ePC) and Bar Code Serial Shipping Container Code (SSCC) + Electronic Product Code (ePC) and Bar Code Serial Shipping Container Code (SSCC) with Application Identifier (AI) + Electronic Product Code (ePC) Serialized Global Trade Item Number (SGTIN) + Electronic Product Code (ePC) with Bar Code Serialized Global Trade Item Number (SGTIN) + Global Individual Asset Identifier + EAN.UCC Serial Shipping Container Code (SSCC) and Application Identifier + Global Returnable Asset Identifier (GRAI) + Serialized Global Returnable Asset Identifier (GRAI) + Master Carton Number + Marked Ticket Price + Premarked by Buyer + Serialized Number + Self-Identifying Container via Radio Frequency ID Device + Shipper Assigned + Shipper Assigned Roll Number + Shipper Assigned Skid Number + U.P.C. Shipping Container Code + Department of Defense Unique Item Identifier + U.P.C. Consumer Package Code (1-5-5-1) + Mutually Defined + + + Hard Wood + Aluminum + As Specified by the Department of Transportation (DOT) + Metal + Standard + Steel + Wood + Slip sheet + Soft Wood + Blue Plastic + Red Plastic + Euro Pallet + Heat Treated + Fiberboard + White Wood + 4-Way Pallet + Leased Wood Pallet + Half Pallet + Leased Plastic Pallet + Dolly + Intermediate Bulk Container (IBC) Pallet + Skid + Stringer Pallet + Block Pallet + Horizontal Drum Pallet + Vertical Drum Pallet + + + Closed + Final + Open, Waiting for Cause and Corrective Action Report + Open, Waiting for Authorization for Material Disposition + Open, Waiting for Cause and Corrective Action Implementation + Open, Waiting for Supplier Feedback + Open, Waiting for Additional Test Data + Reopened + Revised + + + Prepare Claim + Conditional Use, As Is + Follow-up Report Request + Hold Exhibit + Investigate Deficiency + Reevaluate + Reject + Repair + Request for Disposition + Response Requirements Follow + Return + Rework + Scrap + Use As Is + Other Action + + + Order + Shipment + Billing + Receipt + Discrepant + Was Not a Reason for the Nonconformance Report + Was a Reason for the Nonconformance Report + + + Please Correct and Resubmit + Resubmit Entire Claim + Resubmit This Item Only + Resubmission Not Allowed + Please Resubmit Original Transaction + Resubmission Allowed + Do Not Resubmit; Inquiry Initiated to a Third Party + Please Wait 30 Days and Resubmit + Please Wait 10 Days and Resubmit + Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly + + + Declined Shipment + Unacceptable Equipment + Missed Appointment + No Pallets + Depositor Request + Continuous Movement + Shipping Location Change + Spotted Trailer + Rail Car Not Available + Load Consolidation + Invalid SCAC + Missing SCAC + Not Picked Up + Private Fleet + Inadequate Lead Time + Mutually Defined + + + Inadequate Lead Time + Carrier Late + Weather + Customer or Buyer Request + Truck Load Appointment Problem + Pool Schedule Appointment Problem + Strike or Other Stoppage + Held for Product + Shipping Location Closed + Depositor Consolidation Problem + Arrival Date + Shipping Location Workload + Shipping Location Handling + Depositor Handling + Booking Location Request + Unacceptable Equipment + Carrier Mode Change + Incorrect Transit Time + Carrier Request + Mutually Defined + + + Out of Stock + Equipment Cut + Booking Location Request + On Hold + Order Discrepancy + Receiving Location Request + Inventory Discrepancy + Material Shortage + Substitution + Diverted Item + Loading Error + Inbound Carrier Failure + Product Allocation Exceeded + Improperly Sized Order + Wrong Equipment + Insufficient Equipment Space + Discontinued Item + Late Stock Transfer + Inadequate Lead Time + Stock Transfer Not Set Up + Item Not Stocked at Shipping Location + Product Withdrawn + Addition Requested by Customer + Bacteria Clearance + Customer Age Guidelines Not Met + Mutually Defined + + + Adjustment Having Normal Effect on Inventory for Type of Transaction Set in which Code is Used + Adjustment Having Reversal Effect on Inventory for Type of Transaction Set in Which Code is Used + + + Regular + Modified + Errors + Late + Returns + Advance or Deposit + Collection Status + Cashless + Resubmission + Miscellaneous Debit + Miscellaneous Credit + Insufficient Information + + + U.S. Bureau of Census + Ship's Radio Call Signal + Lloyd's Register of Shipping + Mutually Defined + + + Coverage Lack of Information + Dispute Concerning Coverage + Dispute Concerning Compensability in Whole + Dispute Concerning Compensability in Part + Dispute Concerning Disability in Whole + Dispute Concerning Disability in Part + Dispute Concerning Impairment + Wrongful Determination of No Coverage + Error(s) from Employer + Error(s) from Employee + Error(s) from State + Error(s) from Health Care Provider + Error(s) from Other Claim Administrator, Independent Adjuster or Third Party Administrator + Late No Excuse + Late Notification, Employer + Late Notification, Employee + Late Notification, State + Late Notification, Health Care Provider + Late Notification, Assigned Risk + Late Investigation + Technical Processing Delay or Computer Failure + Manual Processing Delay + Intermittent Lost Time Prior to First Payment + Awaiting Wage Amount Verification + + + Centimeters + Feet + Inches + Meters + + + Price Authorization Invalid + Price Authorization Expired + Product not on the price authorization + Authorized Quantity Exceeded + Zero Balance + Special Cost Incorrect + Catalog Cost Incorrect + Invalid Ship Location + No Credit Allowed + Administrative Cancellation + Invalid Debit Number + Duplicate Sequence Number + Not Valid for Price Protection + Invalid part number + Required application data missing + Unit resale higher than authorized + Negotiated price was not less than book price + Ship date must not be after current date + Ship date cannot be prior to price authorization issue date + Ship date should not be before price authorization date (for rebills) + Price authorization is a rebill type + Price authorization has been deleted + Price authorization used on a sales order + Disposition pending vendor review. + Invalid Customer Number + Invalid Ship Date + Duplicate Invoice Number + Claim Submitted Past Exercise Period + Invalid Meet Competition Cost + Invalid Book Cost + Input Incomplete + Input Errors + No Coverage + Out of Network + Testing not Included + Request Forwarded To and Decision Response Forthcoming From an External Review Organization + Claim Can Not Be Identified for Verification + Actual Information Different than Reported + Actual Information Different - Claim Has Been Re-adjudicated Since Initial Payment + Authorization/Access Restrictions + Unable to Respond at Current Time + Invalid/Missing Provider Identification + Invalid/Missing Provider Name + Invalid/Missing Provider Specialty + Invalid/Missing Provider Phone Number + Invalid/Missing Provider State + Invalid/Missing Referring Provider Identification Number + Provider is Not Primary Care Physician + Provider Ineligible for Inquiries + Provider Not on File + Service Dates Not Within Provider Plan Enrollment + Inquired Benefit Inconsistent with Provider Type + Inappropriate Product/Service ID Qualifier + Inappropriate Product/Service ID + Inappropriate Date + Invalid/Missing Date(s) of Service + Invalid/Missing Date-of-Birth + Invalid/Missing Date-of-Death + Date of Birth Follows Date(s) of Service + Date of Death Precedes Date(s) of Service + Date of Service Not Within Allowable Inquiry Period + Date of Service in Future + Invalid/Missing Patient ID + Invalid/Missing Patient Name + Invalid/Missing Patient Gender Code + Patient Not Found + Duplicate Patient ID Number + Inconsistent with Patient's Age + Inconsistent with Patient's Gender + Patient Birth Date Does Not Match That for the Patient on the Database + Invalid/Missing Subscriber/Insured ID + Invalid/Missing Subscriber/Insured Name + Invalid/Missing Subscriber/Insured Gender Code + Subscriber/Insured Not Found + Duplicate Subscriber/Insured ID Number + Subscriber Found, Patient Not Found + Subscriber/Insured Not in Group/Plan Identified + Invalid Participant Identification + No Response received - Transaction Terminated + Invalid or Missing Case Number + Not Medically Necessary + Level of Care Not Appropriate + Certification Not Required for this Service + Certification Responsibility of External Review Organization + Primary Care Service + Exceeds Plan Maximums + Non-covered Service + No Prior Approval + Requested Information Not Received + Duplicate Request + Service Inconsistent with Diagnosis + Invalid Provider Identification + Missing Provider Identification + Patient Not Eligible + Pre-existing Condition + Invalid or Missing Provider Address + Experimental Service or Procedure + Authorization Number Not Found + Air Brakes - Inoperative, etc. + Missing Date(s) of Service + + Requires Primary Care Physician Authorization + Invalid/Missing Diagnosis Code(s) + Invalid/Missing Procedure Code(s) + Invalid/Missing Onset of Current Condition or Illness Date + Invalid/Missing Accident Date + Invalid/Missing Last Menstrual Period Date + Invalid/Missing Expected Date of Birth + Invalid/Missing Surgery Date + Invalid/Missing Admission Date + Invalid/Missing Discharge Date + Additional Patient Condition Information Required + Invalid Date of Birth + Missing Date of Birth + Arrivals + Invalid Gender Code + Missing Gender Code + Provider Identification Does Not Match That on the Database + Invalid Member Identification + Invalid Date(s) of Service + System is Unable to Respond Within the Allotted Time + Invalid Last Name + Invalid First Name + Contract Price Error + Contract Price Mark Up Error + Contract Price Freight Error + Contract Price Volume Discount Error + Contract Price Starting Price Error + Contract Price Invalid Date Range + Contract Price Freight Surcharge Error + Drop Size Error + Drop Frequency Error + Reject Due to Air Bags + Missing Last Name + Reject Due to No Chains + Reject Due to Damps + Missing First Name + Missing Member Identification + Reject Due to Bearings + Member Identification Does Not Match That on the Database + Gender Code Does Not Match That on the Database + First Name Does Not Match That on the Database + Last Name Does Not Match That on the Database + Reject Due to Load Divider Bad Order + Invalid Middle Name + Missing Middle Name + Loaded Car, Unable to Load + Reject Due to Bridge Plate + Middle Name Does Not Match That on the Database + Reject Due to Brake Rigging Beam, Lever + Reject Due to Bad Order Slides + Invalid Suffix + Missing Suffix + Reject Due to Bad Order Valves/Piping + Reject Due to Bad Order Walls + Suffix Does Not Match That on the Database + Date Error + Duplicate Program + Duplicate Contract + Not As Negotiated + Product Missing + Quantity Error + Incorrect Allowance + Incorrect Start Date + Incorrect End Date + Reject Due to Crank Arm Application + Reject Due to Center Bowls, Plates and Pins + Certification Information Does Not Match Patient + Complete Loading + Released as Railroad Company Material + Car Not Ordered + Put on Constructive Placement + Wrong Consignee + Release Load Through Bill Connecting Road + Release as a Cross-town Load + Equipment Not Used + Wrong Car Type + Reject Due to Doors + Reject Due to Draft Gear - Yoke + Dismantle + Departed + Reject Due to Dirty + Defective Safety Devices + Reject Due to Load Dividers, Side Filters, Special Equipment + Requested Record Will Not Be Sent; Cannot Identify the Record + Requested Record Will Not Be Sent; Need Student or Parent Permission + Requested Record Will Not Be Sent + Requested Record Will Not Be Sent; Never Enrolled + Requested Record Will Not Be Sent; No Degree Awarded + Requested Record Will Not Be Sent; No Grades Posted + Requested Record Cannot Be Sent Electronically; Record Resides in Paper Format only which Will Be Sent by Mail + Requires Medical Review + Empty Equipment Available for Loading + Reject Due to Spotted in Error + Empty Trailer Flat Release + Freight Damage Claim + Reject Due to Bad Floor + Release From Demurrage and Start Storage until Waybilled + Reject Due to Handbrake + Reject Due to Hand Hold, Ladder, Step, Running Boards, Platforms, etc. + Reject Due to Hot Journal Box + Invalid Authorization Number Format + Releases an Idler + Industrial Interchange + Inappropriate Provider Role + Ambulance Certification Segment Information Doesn’t Correspond to Transport Address Segment Information + Mileage Cannot Be Computed Based on Data Submitted + Computed Mileage is Inconsistent with Transport Information or Service Units + Reject Due to Couplers + Reject Due to Leaking Contents + Reject Due to Load Shifted + Light Weigh and Restencil + Missing Authorization Number + Move from Current Spot to Next + Missing Number of Units + No Certification Information Found + Reject Due to Outlet Gate/Valve Lo and Open Hopper + Released from Industry to be Inspected + Ordered for Replacement + Reject Due to Overloaded + Preventative Maintenance + Released from Industry to Custody of Broker + To be Reloaded + Reject Due to Refrigeration Unit + Reject Due to Roof Hatches + Reject Due to Racks (Bi or Tri Levels) + Released + Requesting Provider Contact Information Missing + Bad Order Reinitialing and Numbering + Released Partially Unloaded + Released Loaded for Line Haul Shipment + Run Through Equipment not Spotted + Released from Demurrage after being Scrapped + Released from Shop Track + Reject Due to Superstructure - End, Roof and Sides + Local Waybill + Cannot Identify Provider as TPO (Third Party Organization) Participant + Cannot Identify Payer as TPO (Third Party Organization) Participant + Cannot Identify Insured as TPO (Third Party Organization) Participant + Payer Name or Identifier Missing + Certification Information Missing + Claim does not contain enough information for re-pricing + Bad Order to Transfer Lading + Reject Due to Tie Down Devices + Reject Due to Trailer Hitch + Reject Due to Train Line, Air Hose, Anglecock + Reject Due to Truck, S-Frame, Bolster + Reject Due to Uncoupling Rod + Reject Due to Underframe - Including Sills + Bad Order for Upgrading of Car + Invalid Number of Units + Reject Due to Wheel/Axle + Bad Order Due to Wreck + Inquiry Response Type Not Supported + Responding System Cannot Process Inquiry Type in Real-time + Mutually Defined + + + Detail Area + Heading Area + No Section Designation + Summary Area + + + Header for the Envelope + Not Header or Trailer + Trailer for the Envelope + + + Conditional + Floating + Mandatory + Not Used By Convention + Optional + Required by Convention + + + Application Data Segment + Application Control Segment (e.g., ST/SE) + Group Control Segment (e.g., GS/GE) + Interchange Control Segment (e.g., ISA/TA1/IEA) + + + Military Official Mail + Mail + Air + Barge + Consolidation + Parcel Post + Expedited Truck + Flyaway + Consignee Option + Customer Pickup + Common Irregular Carrier + Motor + Backhaul + Contract Carrier + Motor (Common Carrier) + Private Vessel + Containerized Ocean + Private Carrier + Conventional Ocean + Rail + Ocean + Best Way (Shippers Option) + Private Parcel Service + Inland Waterway + Intermodal (Piggyback) + Military Intratheater Airlift Service + Air Charter + Air Express + Air Freight + Air Taxi + Air (Package Carrier) + Armed Forces Courier Service (ARFCOS) + Breakbulk Ocean + Book Postal + Bus + Commingled Ocean + Customer Pickup / Customer's Expense + Driveaway Service + Driveaway, Truckaway, Towaway + Air Mobility Command (AMC) Channel and Special Assignment Airlift Mission + Air Freight Forwarder + Motor (Flatbed) + Geographic Receiving/Shipping + Geographic Receiving + Geographic Shipping + Household Goods Truck + Intermodal (Personal Property) + Military Air + Local Delivery + Less Than Trailer Load (LTL) + Motor (Bulk Carrier) + Motor (Package Carrier) + Military Sealift Command (MSC) + Pooled Air + Pooled Piggyback + Pipeline + Pool to Pool + Pooled Rail + Pooled Truck + Rail, Less than Carload + Ocean (Roll on - Roll off) + Roadrailer + Shipper Agent + Shipper Agent (Truck) + Shipper Association + Sea/Air + Surface Freight Forwarder + Supplier Truck + Steamship + Stack Train + Towaway Service + Cab (Taxi) + Tank Truck + Motor (Van) + Vessel, Ocean + Vessel, Lake + Water or Pipeline Intermodal Movement + Intermodal Expedited + Ocean Conference Carrier + Ocean Non-Conference Carrier + Mutually defined + + + Conditional + Exclusive Use + List Conditional + Paired + Required + + + Binary + Decimal + String + Date + Identifier + Numeric With No Decimal Positions + Numeric With One Decimal Position + Numeric With Two Decimal Positions + Numeric With Three Decimal Positions + Numeric With Four Decimal Positions + Numeric With Five Decimal Positions + Numeric With Six Decimal Positions + Numeric With Seven Decimal Positions + Numeric With Eight Decimal Positions + Numeric With Nine Decimal Positions + Time + + + Assortment Against Blanket + AOG (Aircraft on Ground) Critical + AOG (Aircraft on Ground) Service + Bidding + Blanket Order/Estimated Quantities (Not firm Commitment) + Bill and Hold + Blanket Order (Quantity Firm) + Bailment + Budgetary Quote + Buying + Contract Award Notification + Cooperative Agreement + Change to Contract + Assistance Award Loan + Undefinitized Contract Action + Confirmation + Formula Funds Assistance Award + Consigned Order + Catalog Order + Change to Purchase Order + Change to Release + Donation Order + Domestic Order + Direct Ship + Dropship + Emergency Order + Export Order + Formula Funds + Fabricate and Hold + Firesale Order - Damaged or Distressed Merchandise + Information Copy + Job Lot + Agreement + Blanket Purchase Agreement + Contract + Basic Agreement + Basic Ordering Agreement + Grant + Indefinite Delivery Indefinite Quantity + Purchase Order + Close Out + Authority to Proceed + Indefinite Delivery Definite Quantity + Requirements + Letter Contract + Task Order + Lease (Blanket Agreement) + Loan + Lease + Novation Agreement + New Order + Not for Sale + New Product Introduction + New Store Opening + Special Order + Production Order + Promotion + Release Against Assortment + Retailer Pre-commitment + Reorder + Release or Delivery Order + Renewal Order + Rush Order + Repair and Return + Rental + Record Update Service + Resume Work Order + Stand-alone Order + Shipped Order + Sample + Supply or Service Order + Standing Order + Stop Work + Toll Conversion Order + Time & Materials + Termination + Unit Down + Unit Exchange + Urgent Service Request + Warranty Order + Warehouse Transfer Order + Mutually Defined + + + Home Health Aide + Medical Social Worker + Occupational Therapy + Physical Therapy + Skilled Nursing + Speech Therapy + + + Health Level 7 (HL7) + Industry Standard Code List + National Committee Prescription Drug Program (NCPDP) + TDCC Encoded Standards + United Nations/Electronic Data Interchange for Administration, Commerce and Transport (UN/EDIFACT) + ANSI X12 Standards + + + Poor + Guarded + Fair + Good + Very Good + Excellent + Less than 6 Months to Live + Terminal + + + Full Set of Tables + Partial Set of Tables + + + Association of American Railroads + General Motors + + + Advance The Specified Number of Lines Before Print + Advanced Three Lines Before Print + Advance two lines before print + Line Continuation + Advance to next page before print + No advance before print + Advance to new line before print + + + Where Air = 1 + Where Butyl Acetate = 1 + Approximately + Equal to + Greater than or equal to + Greater than + Less than + Less than or equal to + Where H2O = 1 or Water = 1 + Not equal to + Corrected to 60 Degrees Fahrenheit + Where Toluene = 1 + Vapor in Air + Vapor in Other Than Air + Standard Temperature and Pressure + Conditions Other Than Standard Temperature and Pressure + In Ethyl Alcohol + In Ethyl Ether + In Water + At 1 Atmosphere Pressure + Where Ether = 1 + Actual + Predicted + Air-dried Basis + As-received Basis + Dry Basis + Equilibrium Basis + Moisture and Ash-Free Basis + Oxidizing Atmosphere + Reducing Atmosphere + Calculated + Scaled Weight + Ratchet + Saturated Vapor + Unconditional + Short-term + Time-weighted + Corrected + Uncorrected + Off Peak + On Peak + Intermediate + Average + Per Gallon + Estimated + Minimum + Mist + Predominant + Total + Cost + Tenant + Owner + For Sale + Real Estate Owned or Corporate Owned + Boarded or Blocked Up + Planned + Completed + Sold + Rented + Current + Current List + Effective + List When Sold + Sales + Final List + As Is + As Repaired or Improved + Instantaneous + Low + Low to Good + Low to High + Low to Medium + Low to Moderate + Medium + Medium to Good + Medium to High + Moderate + Moderate to Good + Moderate to High + Moderate to Medium + Good + Good to High + High + Budgeted + Forecast + Adjusted + Allocated + Increasing + Stable + Declining + Previous + Potential + Modeled + Measured + Maximum + Regulated + Spring + Summer On-peak + Summer Mid-peak + Summer Off-peak + + Summer Super Off-peak + Winter On-peak + Winter Mid-peak + Winter Off-peak + Winter Super On-peak + Winter Super Off-peak + Summer Day + Summer Night + Winter Day + Winter Night + Summer + Winter + Day + Night + Peak-2 + Peak-3 + Peak-4 + Shoulder + Non Time Related Demand + Fall + Summer On Peak-2 + Winter On Peak-2 + Probable Contamination + Not Confirmed + Tentative Identification + Failed + Summer Mid Peak-2 + Winter Mid Peak-2 + Mutually Defined + + + Clear + Hazy + Excess + Some + Undetectable + Trace + Yes + Closed + Pass + Present + Gel + OK + Slight + No Good + Marginal + Nil + Oil Free + Open + Free + No + Checked + Fail + Absent + Good + Fair + Poor + Excellent + Bright + To Be Determined + High + Negative + Partial + Variable + Balance + Complete + Low + Not Applicable + Not Determined + Negligible + Moderate + Appreciable + Not Available + Conforming + Non-conforming + Probable Contamination + Tentative Identification + Detected; Not Quantified + Backer + Full + Not Analyzed + Not Detected + Not Sampled + Present and Not Counted + First Quality + Second Quality + Too Numerous to Count + New + Washcoat + Mutually Defined + + + Dermal + Inhalation + Oral + Impulse Current + Impulse Surge Life + Impulse + Insulation Resistance + Inter-Electrode Capacitance + Direct Current + Contact + Immersion + Auger + Car Top Sample + Flow Sample + Manual Sample + Mechanical Sample + Closed Cup + Open Cup + Stop Belt Sample + Stockpile + + + Animal + Human + Rat + Rabbit + Guinea Pig + Fish + Bird + Microorganism + + + In process specimen + Finished product specimen + + + Random Selection + Sequential specimen + First piece specimen + Last specimen (Sample taken at the end of an operation) + All Specimens + + + Round + Rectangular + Charpy-B + Tubular + Sand Cast + Charpy Powdered Parts + Izod Powdered Parts + Irregular + Spherical + Charpy-C + Die Cast + Pressed + Permanent Mold Cast + Cylindrical + Charpy-A + Izod V-Notch + Izod X-Notch + Izod Y-Notch + Izod Z-Notch + Full Cross-Section + Mill Annealed + Heat Treated + Aged + Notched + Smooth + Combination + + + Longitudinal + Transverse + Radial + Axial + Forty-Five Degree + Long Transverse + Short Transverse + Tangential + Long Transverse/Longitudinal + Long Transverse/Short Transverse + Longitudinal/Long Transverse + Longitudinal/Short Transverse + Short Transverse/Longitudinal + Short Transverse/Long Transverse + Longitudinal/Transverse + Shear + + + Bore + Rim + Web + Leg + Integral Test Ring + Slug + Interior Front + Interior Back + Center of Thickness + Ladle + Front + Back + Center + Core + Mid-Radius + Surface + Heaviest Section + Quarter Thickness + One-Third Radius + Operator Edge + Center of Width + Drive Edge + Top + Bottom + Inside + Upper Left Quadrant + Upper Right Quadrant + Lower Left Quadrant + Lower Right Quadrant + + + Cusum Delta + Cusum - H + Cusum - K + Capability Ratio + F-Test + Control Limit Lower - Individual + Control Limit Upper - Individual + T-Test + Grand Average (Double X Bar) + Kurtosis + Mean Average + Median + Minimum Average + Median Range + Maximum Average + Process Capability Upper + Process Capability Lower + Process Capability CPK + Range Average (R Bar) + Control Limit Lower R-Bar + Control Limit Upper R-Bar + Range Value + Standard Deviation + Standard Error + Skewness + Control Limit Lower X-Bar + Control Limit Upper X-Bar + Failure Rate in Time + Mode + Average + Mean + Minimum Value + Maximum Value + Calculated + Scalar + Percentile + Decile + Quartile + Quintile + Probabililty + + Cochran's Procedure + Chi-Square Test + Histogram + Kolmogrov-Smirnov Test + Moment Tests, Skewness and Kurtosis (Weighted Average) + Shapiro-Wilk Test + Mutually Defined + + + Adjustment + Cycle + Current Month + Month + Previous Month + Quarterly + Year to Date + Analysis Month + Cycle to Date + + + Float + Ledger + Service Charge + + + Customer defined + Taxing Authority Code + State or Province + State Defined + Vendor defined + Vertex + + + Cancel an entire batch of payments. + Cancel an individual payment. + + + Request For Quote + Solicitation for Offer + Invitation for Bid + Request for Proposal + Sealed Bid + Amendment to Solicitation + Request for Technical Proposal + Request for Price Proposal + Request for Information + Request for Lease and Purchase Terms + Broad Announcement + Best and Final + Presolicitation Announcement + + + Receiving Dock Advice + Post Receipt Advice + Disposition Advice + Metered Gas Volume Advice + Facility Operator's Allocation Advice + Natural Gas Seller's Allocation Advice + Pipeline Allocation Advice + Acceptance Certificate + Authorized Representative in Receipt of an Acceptance Alert + Authorized Representative Not in Receipt of an Acceptance Alert + Intermediate Point Receipt Advice + + + Stadium Tax + Surtax + Departure + + Ad Valorem Tax + Alcoholic Beverage Tax + Coin Operated Device Tax + Corporate Income Tax + Employment Tax + Estate Tax + Fee-in-Lieu + Gaming Tax + Gift Tax + Highway (Fuel) Use Tax + International Fuel Tax Agreement (IFTA) Tax + Individual Income Tax + Inheritance Tax + Motor Fuel Tax + Personal Property Tax + Assessment + Real Property Tax + Severance Tax + Solid Waste Tax + Tobacco Tax + Tourism Tax + Transit Tax + Unemployment Tax + Use Tax + Withholding Tax + Worker's Compensation Tax + Harmonized Sales Tax + Business Privilege Tax + City Tax + Threshold Tax + Federal Value-added Tax (GST) on Goods + City Rental Tax + County/Parish Sales Tax + County Rental Tax + City Sales Tax + County Tax + Federal Value-added Tax (GST) on Services + Default Labor Tax + Equipment Tax + Energy Tax + Environmental Tax + FICA Tax + FICA Medicare Tax + FICA Social Security Tax + Federal Tax + Fuel Super Fund Tax + Federal Income Tax Withholding + Fuel L.U.S.T. Tax (Leaking Underground Storage Tank) + Franchise Tax + Fuel Spill Tax + Federal Excise Tax + Gross Receipts Tax + Goods and Services Tax + Public Health and Education Tax + Handicap Tax + Hazardous Waste Tax + Labor By Trade Tax + Local Tax (Not Sales Tax) + State and Local Sales Tax + Local Sales Tax (All Applicable Sales Taxes by Taxing Authority Below the State Level) + Leaky Underground Storage Tank (LUST) Tax (federal) + Leaky Underground Storage Tank (LUST) Tax (state) + Material Tax + Minimum Tax + Municipal Tax + Miscellaneous State Tax + Metropolitan Transit Tax + Other Taxes + Occupational Tax + State or Provincial Tax on Goods + State or Provincial Tax on Services + State or Provincial Fuel Tax + Secondary Percentage Tax + School Tax + State Excise Tax + Superfund Tax + State and Local Tax + State/Provincial Tax + State Rental Tax + State Tax on Specific Labor + State Sales Tax + Sales and Use Tax + Enhanced 911 - State Excise Tax + Pre-threshold Tax + Post Threshold Tax + Telecommunications Device for the Deaf (TDD) Service Excise Tax + Telecommunications Tax + All Taxes + License Tax + Utility Users' Tax + Value Added Tax + Well Service + 911-City Tax + 911-County Tax + 911-Excise Tax + 911-State Tax + 911-Tax + Mutually Defined + + + Final Net Acquisition Cost + Prototype Handling Cost + Labor Cost + Material Cost + Sender's Cost + Other Cost + Overhead Cost + Packaging Cost + Raw Material per Part Cost + Raw Material per Unit of Measure Cost + Prototype Set-Up Cost + Total Die Model Cost + Total Gage Cost + Line Item Tooling Cost + Total Material Cost + Total Material Including Purchased Components Cost + Total Other Tooling Cost + Total Purchased Components Cost + Total Tooling Cost + + + Base Zip + Kilometers + Mileage + Rate Basis + Scale + Tariff Note + Household Goods Miles + Carrier Miles (Actual) + Association of American Railroads Docket 28300 Miles + Combination Mileage (Association of American Railroads Docket 28300 Followed by Actual Carrier Miles) + Combination Mileage (Actual Carrier Miles Followed by Association of American Railroads 28300 Miles) + + + Restricted + + + Minimum Charge + Mileage Restriction + Minimum Weight + Excess Weight Charge + Maximum Weight + + + Alternate Insurer + Loan Applicant + Loan Broker + Dependent + Asset Account Holder + Tenant + Recipient of Civil or Legal Liability Payment + Titleholder + Non-Mortgage Liability Account Holder + Note Co-Signer + Comparable Rentals + Interim Funding Organization + Non-occupant Co-borrower + List Owner + List Mailer + Primary Electronic Business Contact + State Division + Alternate Electronic Business Contact + Primary Practice Location + Party to Declare Goods + Conduit + Party to be billed(AAR Accounting Rule 11) + Regional Office + Contracted Service Provider + Wholly-Owned Subsidiary + Accounts Payable Office + Plant + Consultant's Office + Production + Non-Production Supplier + Subgroup + Applicant + Group Purchasing Organization (GPO) + Co-operative + Health Maintenance Organization (HMO) + Alliance + Oncology Center + Kidney Dialysis Unit + Preferred Provider Organization (PPO) + Connection + Franchisor + Franchisee + Previous Group + Shareholder + Acute Care Hospital + Provider + Military Facility + University, College or School + Outpatient Surgicenter + Physician, Clinic or Group Practice + Long Term Care Facility + Extended Care Facility + Psychiatric Health Facility + Laboratory + Retail Pharmacy + Home Health Care + Foreign Supplier + Small Business + Minority-Owned Business, Small + Minority-Owned Business, Large + Woman-Owned Business, Small + Woman-Owned Business, Large + Socially Disadvantaged Business + Small Disadvantaged Business + Subcontractor + Prototype Supplier + Federal, State, County or City Facility + Third-Party Administrator + Co-Participant + Miscellaneous Health Care Facility + Non-Health Care Miscellaneous Facility + State + Assigner + Hospital District or Authority + Church Operated Facility + Individual + Partnership + Corporation + Air Force Facility + Army Facility + Navy Facility + Public Health Service Facility + Veterans Administration Facility + Federal Facility + Public Health Service Indian Service Facility + Department of Justice Facility + Other Not-for-profit Facility + Individual for-profit Facility + Partnership for-profit Facility + Corporation for-profit Facility + General Medical and Surgical Facility + Hospital Unit of an Institution (prison hospital, college infirmary, etc.) + Service Supplier + Postal Mailing Address + Party to Receive Material Release + Inquiry Address + Material Change Notice Address + Electronic Data Interchange (EDI) Coordinator Point Address + Employer + Previous Debt Holder + Mortgage Liability Account Holder + Appraisal Company + Hospital Unit Within an Institution for the Mentally Retarded + Psychiatric Facility + Tuberculosis and Other Respiratory Diseases Facility + Obstetrics and Gynecology Facility + Eye, Ear, Nose and Throat Facility + Rehabilitation Facility + Orthopedic Facility + Chronic Disease Facility + Other Specialty Facility + Children's General Facility + Children's Hospital Unit of an Institution + Children's Psychiatric Facility + Children's Tuberculosis and Other Respiratory Diseases Facility + Children's Eye, Ear, Nose and Throat Facility + Children's Rehabilitation Facility + Children's Orthopedic Facility + Children's Chronic Disease Facility + Children's Other Specialty Facility + Institution for Mental Retardation + Alcoholism and Other Chemical Dependency Facility + General Inpatient Care for AIDS/ARC Facility + AIDS/ARC Unit + Specialized Outpatient Program for AIDS/ARC + Alcohol/Drug Abuse or Dependency Inpatient Unit + Alcohol/Drug Abuse or Dependency Outpatient Services + Arthritis Treatment Center + Receiver + Submitter + Component Manufacturer + Claimant Authorized Representative + Data Processing Service Bureau + Drop-off Location + Invoicing Dealer + Estimator + In-service Source + Initial Dealer + Birthing Room/LDRP Room + Burn Care Unit + Cardiac Catherization Laboratory + Open-Heart Surgery Facility + Cardiac Intensive Care Unit + Angioplasty Facility + Chronic Obstructive Pulmonary Disease Service Facility + Emergency Department + Trauma Center (Certified) + Extracorporeal Shock-Wave Lithotripter (ESWL) Unit + Fitness Center + Genetic Counseling/Screening Services + Adult Day Care Program Facility + Alzheimer's Diagnostic/Assessment Services + Comprehensive Geriatric Assessment Facility + Emergency Response (Geriatric) Unit + Geriatric Acute Care Unit + Geriatric Clinics + Respite Care Facility + Senior Membership Program + Patient Education Unit + Community Health Promotion Facility + Worksite Health Promotion Facility + Hemodialysis Facility + Home Health Services + Hospice + Manufacturer's Representative + Parts Distributor + Part Remanufacturer + Registered Owner + Order Writer + Service Manager + Servicing Dealer + Servicing Organization + Store Manager + Party to Approve Specification + Medical Surgical or Other Intensive Care Unit + Hisopathology Laboratory + Blood Bank + Neonatal Intensive Care Unit + Obstetrics Unit + Occupational Health Services + Organized Outpatient Services + Pediatric Acute Inpatient Unit + Psychiatric Child/Adolescent Services + Psychiatric Consultation-Liaison Services + Psychiatric Education Services + Psychiatric Emergency Services + Psychiatric Geriatric Services + Psychiatric Inpatient Unit + Psychiatric Outpatient Services + Psychiatric Partial Hospitalization Program + Megavoltage Radiation Therapy Unit + Radioactive Implants Unit + Therapeutic Radioisotope Facility + X-Ray Radiation Therapy Unit + CT Scanner Unit + Diagnostic Radioisotope Facility + Magnetic Resonance Imaging (MRI) Facility + Ultrasound Unit + Rehabilitation Inpatient Unit + Rehabilitation Outpatient Services + Salesperson + Performed At + Applicant's Employer + Reference's Employer + Cosigner's Employer + Applicant's Reference + Applicant's Cosigner + Applicant's Comaker + Owner's Representative + Repairing Outlet + Reproductive Health Services + Skilled Nursing or Other Long-Term Care Unit + Single Photon Emission Computerized Tomography (SPECT) Unit + Organized Social Work Service Facility + Outpatient Social Work Services + Emergency Department Social Work Services + Sports Medicine Clinic/Services + Hospital Auxiliary Unit + Patient Representative Services + Volunteer Services Department + Outpatient Surgery Services + Organ/Tissue Transplant Unit + Orthopedic Surgery Facility + Occupational Therapy Services + Physical Therapy Services + Recreational Therapy Services + Respiratory Therapy Services + Speech Therapy Services + Women's Health Center/Services + Health Sciences Library + Cardiac Rehabilitation Program Facility + Non-Invasive Cardiac Assessment Services + Emergency Medical Technician + Disciplinary Contact + Case Manager + Advisor + Prior Incorrect Insured + Attending Physician + Operating Physician + Other Physician + Corrected Insured + Participant + Secondary Warranter + Service Location + Service Requester + Warranter + Premises + Bottler + Place of Occurrence + Contracting Officer Representative + Party Authorized to Definitize Contract Action + Filing Address + Hazardous Material Office + Government Furnished Property FOB Point + Project Name + Codefendant + Co-occupant + Preliminary Inspection Location + Inspection and Acceptance Location + Party to Receive Proposal + Federally Chartered Facility + Transportation Office + Party to Whom Protest Submitted + Birthplace + Pipeline Segment + Home State Name + Liquidator + Petitioning Creditor's Attorney + Merged Name + Party Represented + Professional Organization + Referee + Hospital + Part Source + Rendering Provider + Subscriber's School + Subscriber's Employer + Billing Provider + Conductor + Pay-to Provider + Approver + Investor + Vacation Home + Primary Residence + Second Home + Permit Holder + Minority Institution + Bailment Warehouse + First Appraiser + Tax Exempt Organization + Service Organization + Emerging Small Business + Surplus Dealer + Polling Site + Socially Disadvantaged Individual + Economically Disadvantaged Individual + Disabled Individual + Producer + Public or Private Organization for the Disabled + Consumer Service Provider (CSP) Customer + Consumer Service Provider (CSP) + Voter + Native Hawaiian Organization + Primary Intra-LATA (Local Access Transport Area) Carrier + Payment Address + Oil and Gas Custodian + Registered Office + Previous Business Partner + Action Party + Support Party + Insurance Institute + New Supply Source + Research Institute + Debtor Company + Party Waiving Requirements + Freight Management Facilitator + Outer Continental Shelf (OCS) Area Location + Debtor Individual + Country of Export + Country of Destination + New Service Provider + Sub-servicer + Loss Payee + Nickname + Assignee + Registered Principal + Additional Debtor + Key Person + Incorporated By + Party to Lease + Party to Contract + Investigator + Last Supplier + Downstream First Supplier + Co-Investigator + Telephone Answering Service Bureau + Author + First Supplier + Ultimate Parent Company + Contractual Receipt Meter + Contractual Delivery Meter + Co-debtor + Adjuster + Woman-Owned Business + Labor Surplus Area Firm + Other Disadvantaged Business + Veteran-Owned Business + Section 8(a) Program Participant Firm + Sheltered Workshop + Nonprofit Institution + Sales Office + Authority For Shipment + Additional Pickup Address + Air Cargo Company + + Additional Delivery Address + Authorized Accepting Official + Agent/Agency + Advertiser + Airline + Alleged Debtor + Party to Whom Acknowledgment Should Be Sent + Allotment Customer + Assistant U.S. Trustee + Authorized From + Account Of + Account of (Origin Party) + Account of (Destination Party) + Armed Services Location Designation + Postsecondary Education Sender + Postsecondary Education Recipient + Party Authorizing Disposition + Authorized To + Accountant + Plaintiff + Clearinghouse + Previous Name + Construction Firm + Other Unlisted Type of Organizational Entity + Previous Name of Firm + Parent Company + Affiliated Company + Registering Parent Party + Registering Nonparent Party + Regular Dealer + Large Business + Battery + Business Partner + Broadcaster + Bill-to Party for Diversion Charges + Beneficiary + Billed From + Buying Group + Interim Trustee + Trustee's Attorney + Co-Counsel + Bank + Party to Receive Bill of Lading + Brakeman + Beneficial Owner + Broker or Sales Office + Special Counsel + Attorney for Defendant Private + Broker + Bill and Ship To + Bill-to-Party + Place of Business + Billing Service + Borrower + Attorney for Plaintiff + Buying Party (Purchaser) + Business Associate + Assistant Conductor + In Care Of Party no. 1 + In Care Of Party no. 2 + Circuit Location Identifier + Contract Administration Office + Party Submitting Quote + Municipality + County + City + Contract Holder + Carrier + Customs Broker + Claimant + Consignee (To Receive Mail and Small Parcels) + Consignee (To receive large parcels and freight) + Subsidiary/Division + Carnet Issuer + Chassis Provider + Consignor + Automated Data Processing (ADP) Point + Pharmacist + Container Location + Customs + Consignee + Ocean Tariff Conference + Party to Receive Cert. of Compliance + Corporate Office + Container Return Company + Consolidator + Country of Origin + Coating or Paint Supplier + Converter + Accounting Station + Claim Administrator + Country + Admitting Surgeon + Admitting Physician + Driver + Commercial Insurer + Defendant + Debtor + Debtor-In-Possession + Consolidated Debtor + Petitioning Creditor + Dispatcher + Creditor's Attorney + Delivery Address + Distributor Branch + Destination Carrier + Assistant Surgeon + Depositor + Material Disposition Authorization Location + Design Engineering + Doing Business As + Different Premise Address (DPA) + Consulting Physician + Ordering Physician + Dealer + Destination Mail Facility + Referring Provider + Dependent Name + Party to Provide Discount + Supervising Physician + Destination Drayman + Distributor + Destination Terminal + Resale Dealer + Division + Downstream Party + Distiller + Default/Foreclosure Specialist + Delivery Zone + Assistant Engineer + Person or Other Entity Legally Responsible for a Child + Person or Other Entity With Whom a Child Resides + Person or Other Entity Legally Responsible for and With Whom a Child Resides + Other Person or Entity Associated with Student + Examiner + Engineering + Previous Employer + Inquiring Party + Participating Laboratory + Study Submitter + Eligible Party To The Contract + Exchanger + Excluded Party + Location of Goods for Customs Examination Before Clearance + Electronic Filer + Engineer + Exhibitor + Executor of Estate + Principal Person + Animal Source + Established Location + Party to Receive Electronic Memo of Invoice + End User + Limited Liability Partnership + Eligible Party to the Rate + Old Debtor + New Debtor + Plan Administrator + Old Secured Party + Selling Agent + Servicing Broker + Exporter + Employee Name + New Secured Party + Company - Owned Oil Field + Energy Information Administration (Department of Energy) - Owned Oil Field + Specialized Mobile Radio Service (SMRS) Licensee + Former Residence + Radio Control Station Location + Small Control Station Location + Small Base Station Location + Antenna Site + Area of Operation + Facility + First Break Terminal + Customer Identification File (CIF) Customer Identifier + Physical Address + Mail Address + Foreign Language Synonym + Trade Name Synonym + Party to Receive Limitations of Heavy Elements Report + Name Variation Synonym + First Contact + Primary Control Point Location + Fireman + Filer Name + Field or Branch Office + Name on Credit Card + Pier Name + Message From + Final Scheduled Destination + New Assignee + Old Assignee + Vessel Name + Forwarder + Closed Door Pharmacy + Veterinary Hospital + Children's Day Care Center + Dependent Insured + Bankruptcy Trustee + Annuitant + Clinic + Contingent Beneficiary + Entity Holding the Information + Entity Providing the Service + Entity Responsible for Follow-up + Family Member + Gas Plant + Other Insured + Previous Credit Grantor + Guardian + General Agency + Inspection Company + Intermediary + Motor Vehicle Report Provider Company + Paramedic + Paramedical Company + Previous Insured + Previous Residence + Spouse Insured + Garnishee + Primary Beneficiary + Gateway Provider + Proposed Insured + Reinsurer + Garaged Location + Credit Grantor + Guarantee Agency + Gas Transaction Ending Point + Group + Retrocessionaire + Treatment Facility + Grandparent + Representative + Sub-Office + District + Paying Agent + School District + Group Affiliate + Designer + Owner + Historically Black College or University + Joint Annuitant + Contingent Annuitant + Contingent Owner + Healthcare Professional Shortage Area (HPSA) Facility + Broker Opinion or Analysis Requester + Home Health Agency + Listing Company + Automated Underwriting System + Subscriber + Document Custodian + Competitive Property Listing + Competing Property + Comparable Property Listing + Closed Sale + Source Party of Information + Subject of Inquiry + High School + State Chartered Facility + Subsidiary + Tax Address + Designated Hazardous Waste Facility + Transporter of Hazardous Waste + Charity + Hazardous Waste Generator + Interested Party + Independent Physicians Association (IPA) + Intellectual Property Owner + Interviewer + Installed At + Industry Bureau + Intermediate Consignee + Issuer of Debit or Credit Memo + Other Individual Disability Carrier + International Freight Forwarder + Insolvent Insurer + Issuer of Invoice + Injection Point + Intermediate Carrier + Insured or Subscriber + Importer + Insurer + Inspector + Independent Adjuster + In-patient Pharmacy + Self Insured + Party to Receive Certified Inspection Report + Installation on Site + Issuer + Renter + Associate General Agent + Authorized Entity + Broker's Assistant + Custodian + Irrevocable Beneficiary + Power of Attorney + Trust Officer + Broker Dealer + Community Agent + Dairy Department + Delicatessen Department + Dry Grocery Department + Judge + Frozen Department + General Merchandise Department + Health & Beauty Department + Alcohol Beverage Department + Meat Department + Produce Department + Bakery Department + Video Department + Candy and Confections Department + Cigarettes and Tobacco Department + In-Store Bakery Department + Floral Department + Pharmacy Department + Bidder + Joint Debtor Attorney + Joint Debtor + Jurisdiction + Joint Owner + Joint Venture + Closing Agent + Financial Planner + Managing General Agent + Contractor Cognizant Security Office + Subcontractor Cognizant Security Office + Place of Performance Cognizant Security Office + Party Authorizing Release of Security Information + Party To Receive Contract Security Classification Specification + Policy Writing Agent + Radio Station + Filing Location + Previous Distributor + Item Manager + Customer for Whom Same or Similar Work Was Performed + Party That Received Disclosure Statement + Proposer + Contact Office + Audit Office + Project Manager + Organization Having Source Control + United States Overseas Security Administration Office + Qualifying Officer + Registering Party + Clerk of Court + Coordinator + Former Address + Plant Clearance Officer + Name Under Which Filed + Licensee + Pre-kindergarten to Grade 12 Recipient + Pre-kindergarten to Grade 12 Sender + Court + Receiver Site + Disbursing Officer + Bid Opening Location + Free on Board Point + Technical Office + Acceptance Location + Inspection Location + Location of Principal Assets + Loan Correspondent + Location of Container Stuffing + Contact + Head Office + Information Provider + Attorney + Last Break Terminal + Location of Spot for Storage + Liability Holder + Lessor + Limited Partner + Location of Goods + Pipeline + Independent Lab + Limited Liability Company + Juvenile Owner + Location of Load Exchange (Export) + Lending Institution + Lender + Loan Originator + Loading Party + Law Firm + Legal Representative + Lessee + Long-term Disability Carrier + Master Agent + Loan Servicer + Customer + Labeler + Local Chain + Source Meter Location + Receipt Location + Upstream Meter Location + Downstream Meter Location + Migrant Health Clinic + Landlord + Foreclosing Lender + Educational Institution + Manufacturing + Party for whom Item is Ultimately Intended + Company Interviewer Works For + Motor Carrier + Veterans Administration Loan Guaranty Authority + Veterans Administration Loan Authorized Supplier + Manufacturer of Goods + Government Loan Agency Sponsor or Agent + Mortgage Insurer + Planning Schedule/Material Release Issuer + Financial Institution + Loan Holder for Real Estate Asset + Consumer Credit Account Company + Mortgage Company + Authorized Marketer + Release Drayman + Manufacturing Plant + Delivery Location + Medical Insurance Carrier + Bureau of Land Management (Minerals Management Service) Property Unit + Material + Meeting Location + Mainline + Marine Surveyor + Juvenile Witness + Master General Agent + Minister + Notify Party no. 1 + Notify Party no. 2 + Ineligible Party + Price Administration + Party Who Signed the Delivery Receipt + Nonemployment Income Source + Previous Neighbor + Relative + Neighborhood + Neighbor + Cross-Town Switch + Next Destination + Newspaper + Owner Annuitant + Administrator + Association + Non-insured + Trust or Estate + National Chain + Non-railroad Entity + Physician - Specialists + Network Name + Notify Party for Shipper's Order + Pipeline Segment Boundary + Gas Transaction Starting Point + Non-Temporary Storage Facility + Magistrate Judge + Formerly Known As + Formerly Doing Business As + Maiden Name + Primary Owner + Birth Name + Primary Physician + Originating Bank + Originating Company + Receiving Company + Factor + Merchant Banker + Non Registered Business Name + Registered Business Name + Registrar + Electronic Return Originator + Ordered By + Origin Carrier + Doctor of Optometry + Booking Office + Offset Operator + Co-owner + Other Departments + Outside Inspection Agency + Officer + Origin Mail Facility + Product Position Holder + Order Of (Shippers Orders) - (Transportation) + Operator of property or unit + Origin Drayman + Override Institution; this is not the institution sending the record, but another institution the student previously attended or is currently attending + Origin Terminal + Outside Processor + Owner of Vessel + Owner of Property or Unit + Oxygen Therapy Facility + Owner of Vehicle + Outside Testing Agency + Patient Facility + Preparer + Primary Insured or Subscriber + Primary Care Provider + Prior Insurance Carrier + Plan Sponsor + Third Party Reviewing Preferred Provider Organization (PPO) + Third Party Repricing Preferred Provider Organization (PPO) + Personnel Office + Primary Interexchange Carrier (PIC) + Party to Receive Inspection Report + Paying Bank + Party to Receive Cert. of Conformance (C.A.A.) + Purchaser's Department Buyer + Payee + Party to Receive Freight Bill + Prime Contractor + Printer + Publisher + Party to Receive Correspondence + Party to Receive Copy + Party to Receive Purchase Order + Party to receive paper Memo of Invoice + Party to Receive Shipping Notice + Party to Receive Invoice for Goods or Services + Property + Party to Receive Invoice for Lease Payments + Payer + Previous Station + Party to Receive Test Report + Party at Pickup Location + Party performing certification + Pickup Address + Party Performing Count + Party to File Personal Property Tax + Party to Receive Equipment + Conductor Pilot + Engineer Pilot + Retail Account + Cooperative Buying Group + Advertising Group + Interpreter + Partner + Base Period Employer + Last Employer + Pharmacy + Purchase Service Provider + Patient + Responsible Party + Policyholder + Passenger + Pedestrian + Physician + Party in Possession + Most Recent Employer (Chargeable) + Managed Care + Chiropractor + Dialysis Centers + Dentist + Doctor of Osteopathy + Principal Borrower + Quality Control + Buyer's Quality Review Board + Podiatrist + Psychiatrist + Veterinarian + Group Practice + Government + Home Health Corporation + Medical Doctor + Co-borrower + Royalty Owner + Party to Receive Scale Ticket + Reporting Officer + Next Scheduled Destination + Regulatory (State) District + Regulatory (State) Entity + Requester + Consumer Referral Contact + Credit Reporting Agency + Requested Lender + Alternate Return Address + Receiving Bank + Receiving Location + Destination Intermodal Ramp + Refinery + Responsible Installation, Origin + Responsible Installation, Destination + Remit To + Residence or Domicile + Refinery Operator + Reporting Location + Party that remits payment + Repair or Refurbish Location + Original Intermodal Ramp + Receiving Point for Customer Samples + Resale Customer + Railroad + Receiving Facility Scheduler + Returned to + Receiving Sub-Location + Reservoir + Rural Health Clinic + Responsible Exhibitor + Specified Repository + Receipt Zone + Sole Proprietor + Parent + Student + Custodial Parent + Skilled Nursing Facility + Secured Party + Agency Granting Security Clearance + Secured Party Company + Secured Party Individual + Sibling + Salvage Carrier + Storage Area + Store Class + Sold To and Ship To + Selling Party + Ship From + Store Group + Shipper + Shipping Schedule Issuer + Service Provider + Secondary Location Address (SLA) + Origin Sublocation + Party to Receive Shipping Manifest + Store + Sold To If Different From Bill To + Party filling Shipper's Order + Service Bureau + Samples to be Returned To + Steamship Company + Ship To + Supplier/Manufacturer + Service Performance Site + Sealing Company + School-based Service Provider + Secondary Taxpayer + Supervisor + Operator of the Transfer Point + Operator of the Source Transfer Point + Terminal Location + Transfer Point + Terminal Operator + Previous Title Company + Prior Title Evidence Holder + Title Insurance Services Provider + Tooling + Tool Source + Tooling Design + Theatre + Tank Farm + Tooling Fabrication + Theater Circuit + Tariff Issuer + Cosigner + Test Sponsor + Testing Laboratory + Transmitter + Tradename + Message To + Primary Taxpayer + Third Party Reviewing Organization (TPO) + Terminal + Party to Receive Certified Test Results + Transfer To + Third Party Repricing Organization (TPO) + Third Party Administrator (TPA) + Transit Authority + Tax Authority + Trustee + Significant Other + Gas Transaction Point 1 + Gas Transaction Point 2 + Servicing Agent + Team + Underwriter + Title Underwriter + Psychologist + Reference + Non-Registered Investment Advisor + Place of Bottling + Place of Distilling + Ultimate Consignee + Region + Testing Service + Health Miscellaneous + Nursing Home Chain + Nursing Home + Registered Investment Advisor + Sales Assistant + System + Special Account + Current Employer (Primary) + Union + Current Employer (Secondary) + Unloading Party + Subsequent Owner + Surgeon + Upstream Party + U.S. Trustee + Annuitant Payor + Unassigned Agent + Base Jurisdiction + Vehicle + Signer + Surety + Grantor + Well Pad Construction Contractor + Oil and Gas Regulatory Agency + Surface Discharge Agency + Well Casing Depth Authority + Market Timer + Owner Annuitant Payor + Second Contact + Candidate + Vehicle Custodian + Multiple Listing Service + Board of Realtors + Selling Office + Listing Agent + Showing Agent + Contact Person + Owner Joint Annuitant Payor + Property or Building Manager + Builder Name + Occupant + Vendor + Elementary School + Party with Power to Vote Securities + Middle School + Junior High School + Vehicle Salvage Assignment + Listing Office + Second Contact Organization + Owner Payor + Winner + Production Manager + Organization Completing Configuration Change + Work Team + Supplier Work Team + Third Party Investment Advisor + Trust + Interline Service Commitment Customer + Sampling Location + Writing Agent + Appraiser Name + Comparable Property + Storage Facility at Destination + Subject Property + Tank Farm Owner + Wage Earner + Warehouse + Witness + Supervisory Appraiser Name + Wholesaler + Company Assigned Well + Storage Facility at Origin + Witness for Plaintiff + Withdrawal Point + Water System + Witness for Defendant + Primary Support Organization + Preliminary Maintenance Period Designating Organization + Preliminary Maintenance Organization + Preliminary Referred To Organization + Final Maintenance Period Designating Organization + Final Maintenance Organization + Mail to + Party to Perform Packaging + Utilization Management Organization + Spouse + Durable Medical Equipment Supplier + International Organization + Inventor + Hispanic Service Institute + Creditor + Debtor's Attorney + Alias + Claim Recipient + Auctioneer + Event Location + Final Referred To Organization + Original Claimant + Actual Referred By Organization + Actual Referred To Organization + Borrower's Employer + Maintenance Organization Used for Estimate + Planning/Maintenance Organization + Preliminary Customer Organization + Party to Receive Solicitation + Canadian Customs Broker + Mexican Customs Broker + S Corporation + Final Customer Organization + United States Customs Broker + Cross Claimant + Counter Claimant + Business Area + Tribal Government + American Indian-Owned Business + Managed Care Organization + Affiant + Arbitrator + Bail Payor + District Justice + Third Party + Witness for Prosecution + Expert Witness + Crime Victim + Juvenile Victim + Juvenile Defendant + Bondsman + Court Appointed Attorney + Complainant's Attorney + District Attorney + Attorney for Defendant, Public + Pro Bono Attorney + Pro Se Counsel + Party to Appear Before + Appellant + Appellee + Arresting Officer + Hostile Witness + Discharge Point + Flood Certifier + Flood Determination Provider + Electronic Registration Utility + Party to Receive Status + Unserviceable Material Consignee + Potential Source of Supply + Owning Inventory Control Point + Management Control Activity + Transferring Party + Mark-for Party + Last Known Source of Supply + Banker + Corrected Address + Party to Receive Credit + Rent Payor + Party to Receive Reports + End Item Manufacturer + Break Bulk Point + Present Address + Child + Branch + Reporter + Party Passing the Transaction + Lease Location + Losing Inventory Manager + Minimum Royalty Payor + Gaining Inventory Manager + Screening Point + Validating Party + Monitoring Party + Participating Area + Formation + Allowable Recipient + Field + Attorney of Record + Amicus Curiae + Mutually Defined + Pumper + Surface Management Entity + Application Party + Site Operator + Construction Contractor + Drilling Contractor + Spud Contractor + Lien Holder + Chief Executive Officer (CEO) + Financial Aid Office + Respondent + Admission Office + Multi-Campus Administrative Unit + Headmaster + Business Officer + Superintendent + School Principal + Sub-account + Management Non-Officer + Incorporated Location + Name not to be Confused with + Lot + Previous Occupant + Ground Ambulance Services + Air Ambulance Services + Water Ambulance Services + Admitting Services + Primary Surgeon + Medical Nurse + Cardiac Rehabilitation Services + Skilled Nursing Services + Observation Room Services + Employee + Anesthesiology Services + Prior Base Jurisdiction + Incorporation Jurisdiction + Marker Owner + Reclamation Center + Party Providing Financing + Private School System + State Operated School System + Vocational Regions School System + Chartered School District + Schooling of Indian Children School System + Unorganized Territories School System + State Administered District + Towns in Unions School System + Agent Towns School System + Master Property + Project Property + Unit Property + Additional Address + Society of Property Information Compilers and Analysts + Organization + Joint Owner Annuitant + Joint Annuitant Owner + Joint Owner Annuitant Payor + Joint Owner Joint Annuitant + Joint Owner Joint Annuitant Payor + Joint Owner Payor + Acronym + New Address + Chairperson + Decision Maker + Former President + Founder + Imported from Location + Literally Translated Name + Original Location + President + Rating Organization + Regional Center + Local Education Agency (LEA) + State Education Agency + Initial Medical Provider + Concurrent Employer + Routing Point + Border Crossing + Bobtail Service Point + Auditor + Insured Location + Referral Provider + Affiliate + Allied Health Professional + Emergency Provider + Federal Government + Fellowship Institution + Government - Combined Control + Government - Federal - Military + Government - Federal - Other + Government - Federal - Veterans + Government - Local + Group Affiliation + Information Source + Internship Entity + Medical School + National Organization + Non-Profit Health Care Provider See U.S. Internal Revenue Code Chapter 1, Subchapter F, Part 1, Section 501(c) + Not for Profit Health Care Provider See U.S. Internal Revenue Code Chapter 1, Subchapter F, Part 1, Section 501(c) + For Profit Health Care Provider + Office Manager + On-call Provider + Physician Hospital Organization (PHO) + Point of Service (POS) + Residency Institution + Shared Service + Supporting Personnel + Training Institution + Public School + Private School + Public Pre-K Education + Private Pre-K Education + Pre-K Day Care + Charter School + Home School + Public Alternative School + Neglected/Delinquent Institution + Post-Secondary Institution + Food Service Operator + Future Address + Former Registered Address + Top Parent Company in Same Country + Second Level Parent Company + Airport Authority + Council of Governments + Foundation + Port Authority + Planning Commission + Car Rental Location + Lodging Facility + Party to Receive Transportation Credit + Party to Receive Packing, Crating, and Handling Credit + Primary International Telecom Carrier + Agency Hazardous Material Information System Location + Alternative Addressee + Activity Location + Activity Provider + Alternate Tax Authority + Authorizing Official + Bailiff + Booking Party + Bookkeeper + Building + Structure + Body of Water + National Account + Customer Segment + Brand Name + Brand Owner + Business + Secondary Contract Administration Office + Changed Address + Building Cluster + Company Merged With + Confirming Party + Confirmation Requester + Confirmation Service Identifier Code + Contractee + Co-Driver + Collateral Assignee + Complainant + Corrected Name + Crew Member + Contractor + Damaged By + Distributor Buying Group + Chief Deputy Clerk of Court + Distribution Recipient + Port of Discharge + Assistant + Campaign Manager + Client + Commissioner + Committee + Contestant + Contributor + Deputy Chairperson + Deputy Treasurer + Donor + Endorser + Guarantor + Headquarters + Independent Contractor + Leader + Party Performing Liaison + Lobbying Firm + Lobbyist + Media Contact + Office Holder + Party Authorized to Administer Oaths + Party to Benefit + Party Holding Interest + Party Making Pledge + Party Returning Contribution + Party Returning Transfer + Lobbied Party + Political Action Committee + Political Party + Proponent + Public Official + Receiving Committee + Affiliated Committee + Source + Sponsor + Sponsored Committee + Designee + Temporary Residence + Treasurer + Vice-Chairperson + Slate Mailer Organization + Lodging Location + Independent Expenditure Committee + Major Donor + Department of Defense Enterprise Identifier + Enroller + Ex-spouse + Foreign Government + Foreign Registration Location + Party to Receive Sensitive Foreign Disclosure Information + Financial Statement Recipient + Foreign Trade Zone + Alternate Government Business Contact + Gate Booth + Primary Government Business Contact + Gift Recipient + Material Safety Data Sheet (MSDS) Recipient + Home Office + Honorary Society + Business Entity + Principal Executive Office + Foreign Office + Member + Executive Committee Member + Director + Clerk + Party with Knowledge of Affairs of the Company + Party to Receive Statement of Fees Due + Company in which Interest Held + Company which Holds Interest + Notary + Manager + Alien Affiliate + Incorporation State Principal Office + Incorporation State Place of Business + Out-of-State Principal Office + Party Executing and Verifying + Felon + Other Related Party + Record-Keeping Address + Initial Subscriber + Original Jurisdiction + Inventory Control Point + Integrated Material Manager + Interviewee + Investment Advisor + Importer of Record + Importer Security Filing (ISF) Importer + Gas Nomination Location + Local Government Sponsor + Port of Loading + Amended Name + Stockholder + Managing Agent + Organizer + Associated Receipt Location + Master Broker + Associated Delivery Location + Mammography Screening Center + Meter Location + Name Changed To + Notary Public + Organic Accredited Certifying Agency + Operator Buying Group + Other Operating Physician + Original Name + Off-Site Handler + Other Unlisted Type of Corporation + Party Establishing Billback Frequency + Party Establishing Price Changes + Primary Inventory Control Activity + Law Enforcement Agency + Payer of Last Resort + Prior Mortgage Company + Party Manufactured For + Program Manager + Party Filing Prior Notice + Past Performance Contact + Party Providing Equipment + Person for Whose Benefit Property was Seized + Previous Owner + Prospect Service + Primary Payer + Pay-to Plan Name + Purchased Company + Recovery Room + Receiver Manager + Redistributor + Repacker + Responsible Government Agency + Class II Railroad + Class III Railroad + Selling Group + Secondary Payer + Secondary Inventory Control Activity + Ship-in-Place Location + Pipeline Segment Defined by 1 Location (or First of 2 Locations) + Pipeline Segment Defined by 2 Locations (or Second of 2 Locations) + U.S. Customs & Border Protection (CBP) Second Notify Party + Switching and Terminal Carrier + Supply Source + Tax Exempt Corporation + Towing Agency + Third Party Marketer + Treatment, Storage or Disposal Facility + Consignee Courier Transfer Station + Consignor Courier Transfer Station + Tertiary Payer + Party Performing Verification + Victim + Zone + + + Accesorial Charges + Actual Rates + Rate Base Reference With Add-On + Rate Basis/Scale + Class Adjustment + Scale/Rates + Zip Adjustment Applied After Class Adjustment + Zip Adjustment Applied Before Class Adjustment + + + Advanced Charges + Amount Collected + Charge Minimum And Maximum Specifications + Half Hour + Hour + Hundredweight + Long Ton + Man-hour (Monday Through Friday, 8 AM to 5 PM) + Man-hour (Saturdays) + Miles + Man-hour (Monday Through Friday, 5 PM to 8 AM) + Notification + Package + Rate Basis + Seal + Shipment + Stop + Ton + Vehicle + + + Airbill + Express Manifest + Government Bill of Lading (GBL) + Microcomputer Shipping System + Electronic Input (Other Than Code 07) + + + Primary + Secondary + + + Canadian Shipping Name + Domestic (United States) Shipping Name + International Shipping Name + + + N.O.S. Regulatory Requirements Apply + + + Positive Indicator + + + Disconnect Service Message + Error Recovery Service Message + Error Service Message + Key Service Message + Public Key Service Message + Request for Service Message + Request for Service Initiation Message + Response Service Message + Response to Request Message + + + Data Key + Key - Encrypting Key + Count, "A" + Count, "B" + Count, Pair + Count, "R" + Error Detection Code + Error Field + Identity of Key for Authentication + Identity of Key Distribution Center (CKD) or Key Translation Center (CKT) + Discontinued Key Name + Identity of Ultimate Recipient (the Security Recipient) + Data Key, Notarized + Key - Encrypting Key Notarized + Message Authentication Code + Notarization Flag + Key - Encrypting Key Pair (*KK) + Service Request + Transaction Identification Number + Key - Encrypting Key Pair, Notarized (*KKU) + Subfield of Previous Field Tag + + + Authentication, No Compression, No Encryption + Authentication, Compression, No Encryption + Authentication, No Compression, Encryption + Authentication, Compression, Encryption + No Authentication, Compression, No Encryption + No Authentication, Compression, Encryption + No Authentication, No Compression, Encryption + + + ANSI X9.9 Authentication, Binary Data + ANSI X9.9 Authentication, "Coded Character Set, Entire Message, No Editing" (Standard Value for X9.17 Authentication) + MD4 Hash + MD5 Hash + SHA Hash + ANSI X9.71 Authentication + Mutually Defined + + + ANSI X9.23 Cipher Block Chaining (CBC), No Filter (Binary Cipher Text) + ANSI X9.23 Cipher Block Chaining (CBC), Hexadecimal Filter + ANSI X9.23 Cipher Block Chaining (CBC), ASCII Filter + ANSI X9.23 Cipher Block Chaining (CBC), ASCII/BAUDOT Filter + ANSI X9.23 Cipher Block Chaining (CBC), Mutually Defined Filter + ANSI X9.23 CFB-8 (Cipher Feedback); No Filter (Binary Cipher Text) + ANSI X9.23 CFB-8 (Cipher Feedback), Hexadecimal Filter + ANSI X9.23 CFB-8 (Cipher Feedback), ASCII Filter + ANSI X9.23 CFB-8 (Cipher Feedback), BAUDOT Filter + ANSI X9.23 CFB-8 (Cipher Feedback), Mutually Defined Filter + Parameters Defined Individually + Mutually Defined + + + Deferment + Forbearance + Postponement + + + Administrative Code Section + All Matters Between This Principal and This Entity + Audits + Employment Status Reports + Form Group + Form Number + Tax Assessments + Unemployment Insurance Claim + Unemployment Insurance Hearings + Unemployment Insurance Tax Reports + Wage Reports + Wage Withholding + + + No Authorization Information Present (No Meaningful Information in I02) + UCS Communications ID + EDX Communications ID + Additional Data Identification + Rail Communications ID + Department of Defense (DoD) Communication Identifier + United States Federal Government Communication Identifier + Truck Communications ID + Ocean Communications ID + + + No Security Information Present (No Meaningful Information in I04) + Password + + + Duns (Dun & Bradstreet) + SCAC (Standard Carrier Alpha Code) + FMC (Federal Maritime Commission) + IATA (International Air Transport Association) + Global Location Number (GLN) + UCC EDI Communications ID (Comm ID) + X.121 (CCITT) + Department of Defense (DoD) Activity Address Code + DEA (Drug Enforcement Administration) + Phone (Telephone Companies) + UCS Code (The UCS Code is a Code Used for UCS Transmissions; it includes the Area Code and Telephone Number of a Modem; it Does Not Include Punctuation, Blanks or Access Code) + Duns Plus Suffix + Petroleum Accountants Society of Canada Company Code + Duns Number With 4-Character Suffix + American Bankers Association (ABA) Transit Routing Number (Including Check Digit, 9 Digit) + Association of American Railroads (AAR) Standard Distribution Code + EDI Council of Australia (EDICA) Communications ID Number (COMM ID) + Health Industry Number (HIN) + Integrated Postsecondary Education Data System, or (IPEDS) + Federal Interagency Commission on Education, or FICE + National Center for Education Statistics Common Core of Data 12-Digit Number for Pre-K-Grade 12 Institutes, or NCES + The College Board's Admission Testing Program 4-Digit Code of Postsecondary Institutes, or ATP + ACT, Inc. 4-Digit Code of Postsecondary Institutions. + Statistics of Canada List of Postsecondary Institutions + Carrier Identification Number as assigned by Centers for Medicare & Medicaid Services (CMS) + Fiscal Intermediary Identification Number as assigned by Centers for Medicare & Medicaid Services (CMS) + Medicare Provider and Supplier Identification Number as assigned by Centers for Medicare & Medicaid Services (CMS) + U.S. Federal Tax Identification Number + Jurisdiction Identification Number Plus 4 as assigned by the International Association of Industrial Accident Boards and Commissions (IAIABC) + U.S. Federal Employer Identification Number (FEIN) + National Association of Insurance Commissioners Company Code (NAIC) + Medicaid Provider and Supplier Identification Number as assigned by individual State Medicaid Agencies in conjunction with Centers for Medicare & Medicaid Services (CMS) + Statistics Canada Canadian College Student Information System Institution Codes + Statistics Canada University Student Information System Institution Codes + Society of Property Information Compilers and Analysts + The College Board and ACT, Inc. 6-Digit Code List of Secondary Institutions + Association Mexicana del Codigo de Producto (AMECOP) Communication ID + National Retail Merchants Association (NRMA) - Assigned + User Identification Number as assigned by the Safety and Fitness Electronic Records (SAFER) System + Standard Address Number + Mutually Defined + + + ASC X12 Standards Issued by ANSI in 1987 + Draft Standards for Trial Use Approved by ASC X12 Through August 1988 + Draft Standards for Trial Use Approved by ASC X12 Through May 1989 + ASC X12 Standards Issued by ANSI in 1992 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board Through October 1990 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board Through October 1991 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board Through October 1992 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1993 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1994 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1995 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1996 + ASC X12 Standards Issued by ANSI in 1997 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1997 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1998 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 1999 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2000 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2001 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2002 + ASC X12 Standards Issued by ANSI in 2003 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2003 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2004 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2005 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2006 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2007 + ASC X12 Standards Issued by ANSI in 2008 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2008 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2009 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2010 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2011 + Standards Approved for Publication by ASC X12 Procedures Review Board through October 2012 + + + No Interchange Acknowledgment Requested + Interchange Acknowledgment Requested (TA1) + Interchange Acknowledgment Requested only when Interchange is "Rejected Because Of Errors" + Interchange Acknowledgment Requested only when Interchange is "Rejected Because Of Errors" or "Accepted but Errors are Noted" + + + Information + Production Data + Test Data + + + The Transmitted Interchange Control Structure Header and Trailer Have Been Received and Have No Errors. + The Transmitted Interchange Control Structure Header and Trailer Have Been Received and Are Accepted But Errors Are Noted. This Means the Sender Must Not Resend This Data. + The Transmitted Interchange Control Structure Header and Trailer are Rejected Because of Errors. + + + No error + The Interchange Control Number in the Header and Trailer Do Not Match. The Value From the Header is Used in the Acknowledgment. + This Standard as Noted in the Control Standards Identifier is Not Supported. + This Version of the Controls is Not Supported + The Segment Terminator is Invalid + Invalid Interchange ID Qualifier for Sender + Invalid Interchange Sender ID + Invalid Interchange ID Qualifier for Receiver + Invalid Interchange Receiver ID + Unknown Interchange Receiver ID + Invalid Authorization Information Qualifier Value + Invalid Authorization Information Value + Invalid Security Information Qualifier Value + Invalid Security Information Value + Invalid Interchange Date Value + Invalid Interchange Time Value + Invalid Interchange Standards Identifier Value + Invalid Interchange Version ID Value + Invalid Interchange Control Number Value + Invalid Acknowledgment Requested Value + Invalid Test Indicator Value + Invalid Number of Included Groups Value + Invalid Control Structure + Improper (Premature) End-of-File (Transmission) + Invalid Interchange Content (e.g., Invalid GS Segment) + Duplicate Interchange Control Number + Invalid Data Element Separator + Invalid Component Element Separator + Invalid Delivery Date in Deferred Delivery Request + Invalid Delivery Time in Deferred Delivery Request + Invalid Delivery Time Code in Deferred Delivery Request + Invalid Grade of Service Code + Invalid Repetition Separator + + + Draft Standards for Trial Use Approved by ASC X12 June 1991 + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1992. + Draft Standards for Trial Use Approved for Publication by ASC X12 Procedures Review Board through October 1993 + + + DUNS (Dun and Bradstreet) + SCAC (Standard Carrier Alpha Code) + FMC (Federal Maritime Commission) + IATA (International Air Transport) + UCC EDI Communications ID (Comm ID) + X.121 (CCITT) + DEA (Drug Enforcement Administration) + Phone (Telephone Companies) + UCS Code (The UCS Code is the Only Code Used for UCS Transmissions; It Includes the Area Code and Telephone Number of a Modem; It Does Not Include Punctuation, Blanks or Access Code) + DUNS Plus Suffix + Petroleum Accounting Society of Canada + National Retail Merchants Association (NRMA) - Assigned + Mutually Defined + + + Equivalent to ISO P01 + Equivalent to ISO P02 + Equivalent to ISO P03 + Equivalent to ISO P04 + Equivalent to ISO P05 + Equivalent to ISO P06 + Equivalent to ISO P07 + Equivalent to ISO P08 + Equivalent to ISO P09 + Equivalent to ISO P10 + Equivalent to ISO P11 + Equivalent to ISO P12 + Equivalent to ISO M12 + Equivalent to ISO M11 + Equivalent to ISO M10 + Equivalent to ISO M09 + Equivalent to ISO M08 + Equivalent to ISO M07 + Equivalent to ISO M06 + Equivalent to ISO M05 + Equivalent to ISO M04 + Equivalent to ISO M03 + Equivalent to ISO M02 + Equivalent to ISO M01 + Central Daylight Time + Central Standard Time + Central Time + Eastern Daylight Time + Eastern Standard Time + Eastern Time + Greenwich Mean Time + Local Time + Mountain Daylight Time + Mountain Standard Time + Mountain Time + Pacific Daylight Time + Pacific Standard Time + Pacific Time + Universal Time Coordinate + + + Production Data + Test Data + + + Accept; the Interconnect Mailbag Containing at Least One Interchange is Received in Full, Safely Stored and Accepted + Reject/Contact; One or More Problems Have Been Detected with the Interconnect Mailbag; the Data Contents (If Any) of the Rejected Interconnect Mailbag Will Not Be Processed As Is; the Interconnect Administrator from the Interconnect Entity Issuing the Reject Notice Will Contact the Interconnect Administrator from the Interconnect Entity Receiving the Reject Notice to Resolve the Problems Found in the Interconnect Mailbag + Reject/Retransmit; One or More Problems Have Been Detected with the Interconnect Mailbag; the Data Contents of the Rejected Interconnect Mailbag Will Not be Processed; the Interconnect Entity Sender of the Rejected Interconnect Mailbag Should Retransmit the Mailbag + + + The Interconnect Mailbag Acknowledgment Count is Not Equal to the Actual Interconnect Mailbag Acknowledgment Count + The Interconnect Mailbag Interchange Count is Not Equal to the Actual Interconnect Mailbag Interchange Count + The IH and IT Mailbag Header and Trailer Control Numbers Are Not Identical + Invalid Interconnect Mailbag Version Number + Invalid Interconnect Mailbag Logon ID + Invalid Interconnect Mailbag Password + Invalid Interconnect Mailbag ID Qualifier Code + Invalid Interconnect Mailbag Sender ID + Invalid Interconnect Mailbag Receiver ID + Invalid Interconnect Mailbag Date + Invalid Interconnect Mailbag Time + Invalid Interconnect Mailbag Time Code + Invalid Interconnect Mailbag Test Indicator + Invalid Interconnect Mailbag Action Code + Invalid Interconnect Mailbag Error Code + Invalid Interconnect Mailbag Control Number + Invalid Interconnect Mailbag Acknowledgment Count + Invalid Interconnect Mailbag Interchange Count + Invalid Interconnect Mailbag Data Element Separator + Invalid Interconnect Mailbag Segment Terminator + Invalid Interconnect Mailbag Segment Type + Missing or Partial IT Segment Detected + Duplicate Mailbag Control Number for this Sender + Unrecognizable Interconnect Mailbag Contents + + + Normal + Low + Urgent + + + Equivalent to ISO P01 + Equivalent to ISO P02 + Equivalent to ISO P03 + Equivalent to ISO P04 + Equivalent to ISO P05 + Equivalent to ISO P06 + Equivalent to ISO P07 + Equivalent to ISO P08 + Equivalent to ISO P09 + Equivalent to ISO P10 + Equivalent to ISO P11 + Equivalent to ISO P12 + Equivalent to ISO M12 + Equivalent to ISO M11 + Equivalent to ISO M10 + Equivalent to ISO M09 + Equivalent to ISO M08 + Equivalent to ISO M07 + Equivalent to ISO M06 + Equivalent to ISO M05 + Equivalent to ISO M04 + Equivalent to ISO M03 + Equivalent to ISO M02 + Equivalent to ISO M01 + Central Daylight Time + Central Standard Time + Central Time + Eastern Daylight Time + Eastern Standard Time + Eastern Time + Greenwich Mean Time + Local Time + Mountain Daylight Time + Mountain Standard Time + Mountain Time + Pacific Daylight Time + Pacific Standard Time + Pacific Time + Universal Time Coordinate + + + Transfer to the Next Service Request Handler has been Acknowledged + Transfer to Service Request Handler not Capable of Reporting Further Status + Delivered Interchange by Service Request Handler + Purged by Interchange Receiver + Redirected by Service Request Handler to an Alternate Receiver as Identified in the Reference Code + Refused by Interchange Receiver + Rejected by Service Request Handler; See Error Reason Code for Cause + Retrieved Interchange by Receiver + Transferred to Next Service Request Handler by Service Request Handler, but not yet Acknowledged + + + No Errors + The Interchange Control Number in the Header and Trailer Do not Match; the Value from the Header is used in the Acknowledgment + This Standard as Noted in the Control Standards Identifier is not Supported + This Version of the Controls is not Supported + The Segment Terminator is Invalid + Invalid Value as Shown in the Reported Interchange Control Number + Invalid Value as Shown in the Reported Interchange Date + Invalid Value as Shown in the Reported Interchange Time + Invalid Value as Shown in the Reported Interchange Sender ID Qualifier + Invalid Value as Shown in the Reported Interchange Sender ID + Invalid Value as Shown in the Reported Interchange Receiver ID Qualifier + Invalid Value as Shown in the Reported Interchange Receiver ID + Invalid Value as Shown in the First Reference ID Qualifier + Invalid Value as Shown in the First Reference ID + Invalid Value as Shown in the Second Reference ID Qualifier + Invalid Value as Shown in the Second Reference ID + Trading Partnership not Established + Invalid Number of Included Groups Value + Invalid Control Structure + Improper (Premature) End-of-file (Transmission) + Duplicate Interchange Control Number + Invalid Data Element Separator + Invalid Component Element Separator + Failure to Transfer Interchange to the next Service Request Handler + Invalid Delivery Date in Deferred Delivery Request + Invalid Delivery Time in Deferred Delivery Request + Invalid Delivery Time Code in Deferred Delivery Request + Invalid Grade of Service Code + Time Out, Not Delivered + Time Out, Delivered + Time Out, Processed + Receiver Not On-line + Abnormal Conditions + Interchange Exceeds Maximum Size + + + Mailbag Control Number + Sending Service Request Handler Reference Code + Receiving Service Request Handler Reference Code + Interchange ID Qualifier of Alternate Receiver to which Interchange Has Been Sent + ID of Alternate Receiver to which Interchange Has Been Redirected + Mutually Defined + + + Comprehensive + Not Deliverable + Pending Retrieval + Unacknowledged + Mutually Defined + + + Incremental + Not Incremental + + + Sent + Received + Sent and Received + + + Latest Status Only + All Statuses + Mutually Defined + + + Interchanges Only + Interchanges and Functional Groups + Interchanges, Functional Groups and Transaction Sets + Functional Groups Only + Functional Groups and Transaction Sets + Interchanges and Transaction Sets + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-503-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-503-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-503-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-503-4010Specification.xml index 93f66fc6..352093be 100644 --- a/src/OopFactory.X12/Specifications/Ansi-503-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-503-4010Specification.xml @@ -1,64 +1,64 @@ - - - - - - Name - - - - - - - - - - Item Identification - - - - - - - - Code Source Information - - - - - Loop Header - - - - Quantity - - - - - - - Code Source Information - - - - - Name - - - - - - - - - - - Code Source Information - - - - - - - + + + + + + Name + + + + + + + + + + Item Identification + + + + + + + + Code Source Information + + + + + Loop Header + + + + Quantity + + + + + + + Code Source Information + + + + + Name + + + + + + + + + + + Code Source Information + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-504-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-504-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-504-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-504-4010Specification.xml index 55a88105..88c53337 100644 --- a/src/OopFactory.X12/Specifications/Ansi-504-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-504-4010Specification.xml @@ -1,30 +1,30 @@ - - - - - - Name - - - - - - - - Code Source Information - - - - - - Reference Identification - - - - - Code Source Information - - - - + + + + + + Name + + + + + + + + Code Source Information + + + + + + Reference Identification + + + + + Code Source Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-511-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-511-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-511-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-511-4010Specification.xml index 15da26ea..75622448 100644 --- a/src/OopFactory.X12/Specifications/Ansi-511-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-511-4010Specification.xml @@ -1,75 +1,75 @@ - - - - - - - - Code Source Information - - - - - Name - - - - - - - - Assigned Number - - - - - - - - - - - - - - Code Source Information - - - - - Quantity - - - Code Source Information - - - - - - Name - - - - - - - - Reference Identification - - - - - - - Code Source Information - - - - - - Type of Financial Accounting Data - - - - + + + + + + + + Code Source Information + + + + + Name + + + + + + + + Assigned Number + + + + + + + + + + + + + + Code Source Information + + + + + Quantity + + + Code Source Information + + + + + + Name + + + + + + + + Reference Identification + + + + + + + Code Source Information + + + + + + Type of Financial Accounting Data + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-517-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-517-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-517-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-517-4010Specification.xml index 2213d8e7..74258f7c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-517-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-517-4010Specification.xml @@ -1,45 +1,45 @@ - - - - - - - Code Source Information - - - - - Name - - - - - - - - Quantity - - - - - - - Code Source Information - - - - - Name - - - - - - - - Type of Financial Accounting Data - - - - + + + + + + + Code Source Information + + + + + Name + + + + + + + + Quantity + + + + + + + Code Source Information + + + + + Name + + + + + + + + Type of Financial Accounting Data + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-521-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-521-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-521-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-521-4010Specification.xml index 7b7bb058..62ffcdb0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-521-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-521-4010Specification.xml @@ -1,56 +1,56 @@ - - - - - - - - - - - - Name - - - - - - - - - Individual or Organizational Name - - - - - - - - - - - Period Amount - - - - - - Case Description - - - - - - Name - - - - - - - - - - - + + + + + + + + + + + + Name + + + + + + + + + Individual or Organizational Name + + + + + + + + + + + Period Amount + + + + + + Case Description + + + + + + Name + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-527-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-527-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-527-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-527-4010Specification.xml index 1f3590fc..c9407967 100644 --- a/src/OopFactory.X12/Specifications/Ansi-527-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-527-4010Specification.xml @@ -1,90 +1,90 @@ - - - - - - - - Code Source Information - - - - - Name - - - - - - - - Item Identification - - - - - Receiving Conditions - - - - - - - - - - Code Source Information - - - - - Contract Summary - - - - - - - Code Source Information - - - - - - Name - - - - - - - - Reference Identification - - - - - - Code Source Information - - - - - - Quantity - - - - Code Source Information - - - - - - Type of Financial Accounting Data - - - - - + + + + + + + + Code Source Information + + + + + Name + + + + + + + + Item Identification + + + + + Receiving Conditions + + + + + + + + + + Code Source Information + + + + + Contract Summary + + + + + + + Code Source Information + + + + + + Name + + + + + + + + Reference Identification + + + + + + Code Source Information + + + + + + Quantity + + + + Code Source Information + + + + + + Type of Financial Accounting Data + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-536-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-536-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-536-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-536-4010Specification.xml index 545cede0..099a6e6b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-536-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-536-4010Specification.xml @@ -1,51 +1,51 @@ - - - - - - - - Code Source Information - - - - - Name - - - - - - - - Hierarchical Level - - - - - - - - - - - - - - - - - Code Source Information - - - - - Name - - - - - - - + + + + + + + + Code Source Information + + + + + Name + + + + + + + + Hierarchical Level + + + + + + + + + + + + + + + + + Code Source Information + + + + + Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-540-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-540-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-540-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-540-4010Specification.xml index eafe2090..70b82c92 100644 --- a/src/OopFactory.X12/Specifications/Ansi-540-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-540-4010Specification.xml @@ -1,36 +1,36 @@ - - - - - - Name - - - - - - - - - Individual or Organizational Name - - - - - - - - Entity - - - - - - - - - - - - + + + + + + Name + + + + + + + + + Individual or Organizational Name + + + + + + + + Entity + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-561-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-561-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-561-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-561-4010Specification.xml index 57987e5a..bec835f2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-561-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-561-4010Specification.xml @@ -1,63 +1,63 @@ - - - - - - - - Code Source Information - - - - - Name - - - - - - - - Hierarchical Level - - - - - - - - - - - Type of Financial Accounting Data - - - - - - - Code Source Information - - - - - Name - - - - - - - - Line Item Schedule - - - Name - - - - - - - + + + + + + + + Code Source Information + + + + + Name + + + + + + + + Hierarchical Level + + + + + + + + + + + Type of Financial Accounting Data + + + + + + + Code Source Information + + + + + Name + + + + + + + + Line Item Schedule + + + Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-568-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-568-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-568-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-568-4010Specification.xml index e7b7641a..95e2e47f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-568-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-568-4010Specification.xml @@ -1,61 +1,61 @@ - - - - - - - - Name - - - - - - - - Contract Summary - - - - - Code Source Information - - - - - Reference Identification - - - Assigned Number - - - - - - Code Source Information - - - - - Name - - - - - - - - - Type of Financial Accounting Data - - - - - - - Balance Detail - - - - + + + + + + + + Name + + + + + + + + Contract Summary + + + + + Code Source Information + + + + + Reference Identification + + + Assigned Number + + + + + + Code Source Information + + + + + Name + + + + + + + + + Type of Financial Accounting Data + + + + + + + Balance Detail + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-601-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-601-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-601-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-601-4010Specification.xml index 6f1433f5..58fc51fe 100644 --- a/src/OopFactory.X12/Specifications/Ansi-601-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-601-4010Specification.xml @@ -1,35 +1,35 @@ - - - - - Export Shipment Identifying Information - - - - - - - - - - Name - - - - - - - Commodity Details - - - - - - Name - - - - - - + + + + + Export Shipment Identifying Information + + + + + + + + + + Name + + + + + + + Commodity Details + + + + + + Name + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-602-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-602-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-602-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-602-4010Specification.xml index a6df5043..8308d74e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-602-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-602-4010Specification.xml @@ -1,67 +1,67 @@ - - - - - - - - - - - Name - - - - - - - - - Product (Commodity) - - - - - - Docket Level - - - - Docket Sub-level - - - - - Rate Header - - - - - - Personal Property Rate - - - - - - Scale Rate Header - - - - - - - Assigned Number - - - - Scale Rates - - - - - - - - + + + + + + + + + + + Name + + + + + + + + + Product (Commodity) + + + + + + Docket Level + + + + Docket Sub-level + + + + + Rate Header + + + + + + Personal Property Rate + + + + + + Scale Rate Header + + + + + + + Assigned Number + + + + Scale Rates + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-620-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-620-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-620-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-620-4010Specification.xml index 17039832..bcb91dae 100644 --- a/src/OopFactory.X12/Specifications/Ansi-620-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-620-4010Specification.xml @@ -1,37 +1,37 @@ - - - - - - - - Excavation Ticket Information - - - - - - - - - Name - - - - - - - - - Individual or Event Location - - - - - Code Source Information - - - - - + + + + + + + + Excavation Ticket Information + + + + + + + + + Name + + + + + + + + + Individual or Event Location + + + + + Code Source Information + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-625-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-625-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-625-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-625-4010Specification.xml index 06c38e08..81ca9aca 100644 --- a/src/OopFactory.X12/Specifications/Ansi-625-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-625-4010Specification.xml @@ -1,38 +1,38 @@ - - - - - - Hierarchical Level - - - - - - - Individual or Event Location - - - - - - Characteristic/Class ID - - - - - - Name - - - - - - - - Code Source Information - - - - + + + + + + Hierarchical Level + + + + + + + Individual or Event Location + + + + + + Characteristic/Class ID + + + + + + Name + + + + + + + + Code Source Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-650-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-650-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-650-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-650-4010Specification.xml index de7b0e04..765bb6c4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-650-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-650-4010Specification.xml @@ -1,65 +1,65 @@ - - - - - - - - Name - - - - - - - - - Code Source Information - - - - - - - Hierarchical Level - - - - - - - - - - - Cost Line Item - - - - - - - Code Source Information - - - - - - - Individual or Organizational Name - - - - - - - - - Text - - - - - - + + + + + + + + Name + + + + + + + + + Code Source Information + + + + + + + Hierarchical Level + + + + + + + + + + + Cost Line Item + + + + + + + Code Source Information + + + + + + + Individual or Organizational Name + + + + + + + + + Text + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-715-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-715-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-715-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-715-4010Specification.xml index 6043f7f7..40bb6e59 100644 --- a/src/OopFactory.X12/Specifications/Ansi-715-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-715-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - - - - - Loading Cluster - - - - Equipment Details - - - - - - - - + + + + + + + + + Loading Cluster + + + + Equipment Details + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-753-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-753-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-753-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-753-4010Specification.xml index 88a8975b..0a55c3db 100644 --- a/src/OopFactory.X12/Specifications/Ansi-753-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-753-4010Specification.xml @@ -1,37 +1,37 @@ - - - - - - - - - Party Identification - - - - - - - Party Identification - - - - - - - - - - Commodity Classifications - - - - - Order Information Detail - - - - - + + + + + + + + + Party Identification + + + + + + + Party Identification + + + + + + + + + + Commodity Classifications + + + + + Order Information Detail + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-754-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-754-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-754-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-754-4010Specification.xml index 36088104..65ec8e25 100644 --- a/src/OopFactory.X12/Specifications/Ansi-754-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-754-4010Specification.xml @@ -1,99 +1,99 @@ - - - - - - - - - - - Party Identification - - - - - - - Transaction Set Line Number - - - - - - - - - - - Order Information Detail - - - Baseline Item Data - - - - - - Quantity Information - - - - - Party Identifiation - - - - - - - - Loop Header - - - - Transaction Set Line Number - - - - - - - - - - Party Identification - - - - - - - - - Packaging Description - - - - - - - Order Information Detail - - - - - - - - Baseline Item Data - - - - - - - - - + + + + + + + + + + + Party Identification + + + + + + + Transaction Set Line Number + + + + + + + + + + + Order Information Detail + + + Baseline Item Data + + + + + + Quantity Information + + + + + Party Identifiation + + + + + + + + Loop Header + + + + Transaction Set Line Number + + + + + + + + + + Party Identification + + + + + + + + + Packaging Description + + + + + + + Order Information Detail + + + + + + + + Baseline Item Data + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-805-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-805-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-805-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-805-4010Specification.xml index e199e289..21dfa2c5 100644 --- a/src/OopFactory.X12/Specifications/Ansi-805-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-805-4010Specification.xml @@ -1,71 +1,71 @@ - - - - - - - - - Name - - - - - - - - - Cost Breakdown Structure - - - - - - - Contract and Cost Accounting Standards - - - - - Name - - - - - - - - - - Reference Identification - - - - - - Hierarchical Level - - - - Pricing Data - - - - - - - Name - - - - - - - - - Assigned Number - - - - + + + + + + + + + Name + + + + + + + + + Cost Breakdown Structure + + + + + + + Contract and Cost Accounting Standards + + + + + Name + + + + + + + + + + Reference Identification + + + + + + Hierarchical Level + + + + Pricing Data + + + + + + + Name + + + + + + + + + Assigned Number + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-806-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-806-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-806-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-806-4010Specification.xml index 476574f1..da3fe50c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-806-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-806-4010Specification.xml @@ -1,71 +1,71 @@ - - - - - - - Name - - - - - - - - - - Calendar - - - - - - Resource - - - - - - - - - - Task Identification - - - - - - - - - - - Text - - - - - - - Resource - - - - - - - - - - - Milestone - - - - - - - - + + + + + + + Name + + + + + + + + + + Calendar + + + + + + Resource + + + + + + + + + + Task Identification + + + + + + + + + + + Text + + + + + + + Resource + + + + + + + + + + + Milestone + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-810-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-810-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-810-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-810-4010Specification.xml index 30722fcb..e1796dc7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-810-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-810-4010Specification.xml @@ -1,141 +1,141 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Party - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ITEM - - - - - - - - - - - - - - - - - - - - - - - - PRODUCT/ITEM - - - - - Service, Promotion, Allowance, or Charge Information - - - - - - - - - - - - - - - Cost Center - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Party + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ITEM + + + + + + + + + + + + + + + + + + + + + + + + PRODUCT/ITEM + + + + + Service, Promotion, Allowance, or Charge Information + + + + + + + + + + + + + + + Cost Center + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-811-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-811-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-811-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-811-4010Specification.xml index c6e82800..6f99ee2b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-811-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-811-4010Specification.xml @@ -1,191 +1,191 @@ - - - - - - - - - - - - - Type of Financial Accounting Data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Information - - - - - - - - - - - - Type of Financial Accounting Data - - - - - - - - - - - - - - - - Name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + Type of Financial Accounting Data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Information + + + + + + + + + + + + Type of Financial Accounting Data + + + + + + + + + + + + + + + + Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-812-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-812-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-812-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-812-4010Specification.xml index dc134409..d03416f7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-812-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-812-4010Specification.xml @@ -1,59 +1,59 @@ - - - - - - - - - - - - - - Name - - - - - - - - - - Code Source Information - - - - - Type of Financial Accounting Data - - - - - Credit/Debit Adjustment Detail - - - - - - - - Code Source Information - - - - - Store Number - - - - - Name - - - - - - + + + + + + + + + + + + + + Name + + + + + + + + + + Code Source Information + + + + + Type of Financial Accounting Data + + + + + Credit/Debit Adjustment Detail + + + + + + + + Code Source Information + + + + + Store Number + + + + + Name + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-813-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-813-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-813-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-813-4010Specification.xml index 7789b633..1613b3ba 100644 --- a/src/OopFactory.X12/Specifications/Ansi-813-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-813-4010Specification.xml @@ -1,60 +1,60 @@ - - - - - - - - - - - Name - - - - - - - - - Tax Form - - - - - - Name - - - - - - - - Tax Information and Amount - - - - - - Form Group - - - - - Name - - - - - - - - Tax Information and Amount - - - - - - + + + + + + + + + + + Name + + + + + + + + + Tax Form + + + + + + Name + + + + + + + + Tax Information and Amount + + + + + + Form Group + + + + + Name + + + + + + + + Tax Information and Amount + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-814-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-814-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-814-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-814-4010Specification.xml index d21cfaff..a4aec43d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-814-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-814-4010Specification.xml @@ -1,46 +1,46 @@ - - - - - - - Type of Financial Accounting Data - - - - - Name - - - - - - - - - - Item Identification - - - - - - - - - Type of Financial Accounting Data - - - - - Individual or Organizational Name - - - - - - - - - + + + + + + + Type of Financial Accounting Data + + + + + Name + + + + + + + + + + Item Identification + + + + + + + + + Type of Financial Accounting Data + + + + + Individual or Organizational Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-815-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-815-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-815-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-815-4010Specification.xml index 69641bfc..cfa8be80 100644 --- a/src/OopFactory.X12/Specifications/Ansi-815-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-815-4010Specification.xml @@ -1,11 +1,11 @@ - - - - - - - Cryptographic Service Message Certifica - - - + + + + + + + Cryptographic Service Message Certifica + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-816-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-816-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-816-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-816-4010Specification.xml index 44adf02b..93bc69c2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-816-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-816-4010Specification.xml @@ -1,32 +1,32 @@ - - - - - - - - Name - - - - - - - - - Hierarchical Level - - Name - - - - - - - - - - - - + + + + + + + + Name + + + + + + + + + Hierarchical Level + + Name + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-818-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-818-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-818-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-818-4010Specification.xml index 44adf02b..93bc69c2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-818-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-818-4010Specification.xml @@ -1,32 +1,32 @@ - - - - - - - - Name - - - - - - - - - Hierarchical Level - - Name - - - - - - - - - - - - + + + + + + + + Name + + + + + + + + + Hierarchical Level + + Name + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-819-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-819-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-819-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-819-4010Specification.xml index 50172bcb..91038c3c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-819-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-819-4010Specification.xml @@ -1,52 +1,52 @@ - - - - - - - - Name - - - - - - - - - - Line Item Detail for the Operating Expe - - - - - - - - - - Equipment Detail - - - - - - - - - - - - - Partner Share Accounting - - - - - - - - - - + + + + + + + + Name + + + + + + + + + + Line Item Detail for the Operating Expe + + + + + + + + + + Equipment Detail + + + + + + + + + + + + + Partner Share Accounting + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-820-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-820-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-820-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-820-4010Specification.xml index cb030cc5..0959395e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-820-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-820-4010Specification.xml @@ -1,258 +1,258 @@ - - - - - - - - - - - - Name - - - - - - - - - - - Entity - - - Individual or Organizational Name - - - - - - - - - Adjustment - - - - - - Reference Identification - - - - - Baseline Item Data (Invoice) - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - Subline Item Detail - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - Remittance Advice Accounts Receivable O - - - - - - Baseline Item Data (Invoice) - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - Subline Item Detail - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - - Adjustment - - - - - - Reference Identification - - - - - Baseline Item Data (Invoice) - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - Subline Item Detail - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - Tax Payment - - - - - Deductions - - - - Assigned Number - - - - - Individual or Organizational Name - - - - - Income - - - - - - Pension Information - - - - - Investment Vehicle Selection - - - - - - - - Reference Identification - - - Monetary Amount - - - - - Name - - - - Employment Position - - - - - - - - - Royalty Payment - - - Individual or Organizational Name - - - Location - - - Product/Item Description - - - - Percent Amounts - - - - Monetary Amount - - - - - - - - Amount and Settlement Method - - - - - - - Detail Loop - - - - N1 - - - RMT - - - - - - - + + + + + + + + + + + + Name + + + + + + + + + + + Entity + + + Individual or Organizational Name + + + + + + + + + Adjustment + + + + + + Reference Identification + + + + + Baseline Item Data (Invoice) + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + Subline Item Detail + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + Remittance Advice Accounts Receivable O + + + + + + Baseline Item Data (Invoice) + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + Subline Item Detail + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + + Adjustment + + + + + + Reference Identification + + + + + Baseline Item Data (Invoice) + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + Subline Item Detail + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + Tax Payment + + + + + Deductions + + + + Assigned Number + + + + + Individual or Organizational Name + + + + + Income + + + + + + Pension Information + + + + + Investment Vehicle Selection + + + + + + + + Reference Identification + + + Monetary Amount + + + + + Name + + + + Employment Position + + + + + + + + + Royalty Payment + + + Individual or Organizational Name + + + Location + + + Product/Item Description + + + + Percent Amounts + + + + Monetary Amount + + + + + + + + Amount and Settlement Method + + + + + + + Detail Loop + + + + N1 + + + RMT + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-821-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-821-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-821-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-821-4010Specification.xml index eee65762..cb1e3e7b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-821-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-821-4010Specification.xml @@ -1,91 +1,91 @@ - - - - - - - - - - - Code Source Information - - - Industry Code - - - - - - Type of Financial Accounting Data - - - - - Entity - - - Name - - - - - - - - Account Identification - - - - Code Source Information - - - Industry Code - - - - - - Rate Information - - - - - Balance Information - - - - - Transaction Summary - - - - - Financial Information - - - - - - - - - - - - Individual or Organizational Name - - - - - - - - - - Type of Financial Accounting Data - - - - + + + + + + + + + + + Code Source Information + + + Industry Code + + + + + + Type of Financial Accounting Data + + + + + Entity + + + Name + + + + + + + + Account Identification + + + + Code Source Information + + + Industry Code + + + + + + Rate Information + + + + + Balance Information + + + + + Transaction Summary + + + + + Financial Information + + + + + + + + + + + + Individual or Organizational Name + + + + + + + + + + Type of Financial Accounting Data + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-822-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-822-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-822-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-822-4010Specification.xml index 1f517695..730e1889 100644 --- a/src/OopFactory.X12/Specifications/Ansi-822-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-822-4010Specification.xml @@ -1,55 +1,55 @@ - - - - - - - - Name - - - - - - - - Rate Information - - - - - Entity - - - Name - - - - - - - - Account Identification - - - - - Rate Information - - - - - Assigned Number - - - - - - Service Charges - - - - - - + + + + + + + + Name + + + + + + + + Rate Information + + + + + Entity + + + Name + + + + + + + + Account Identification + + + + + Rate Information + + + + + Assigned Number + + + + + + Service Charges + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-823-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-823-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-823-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-823-4010Specification.xml index 3c4c535e..08ef9769 100644 --- a/src/OopFactory.X12/Specifications/Ansi-823-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-823-4010Specification.xml @@ -1,202 +1,202 @@ - - - - - Name - - - - - - - - - - - Deposit - - - - - - - Batch - - - - - - - Beginning Segment for Payment Order/Rem - - - - - - - - Adjustment - - - - - - Reference Identification - - - - - Baseline Item Data (Invoice) - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - Subline Item Detail - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - Name - - - - - - - - - Remittance Advice Accounts Receivable O - - - - - - - Baseline Item Data (Invoice) - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - Subline Item Detail - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - - Adjustment - - - - - Reference Identification - - - - - Baseline Item Data (Invoice) - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - Subline Item Detail - - - Reference Identification - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - Tax Payment - - - - - Deductions - - - - Assigned Number - - - - - Individual or Organizational Name - - - - - Income - - - - - - Pension Information - - - - - Investment Vehicle Selection - - - - - - - - - + + + + + Name + + + + + + + + + + + Deposit + + + + + + + Batch + + + + + + + Beginning Segment for Payment Order/Rem + + + + + + + + Adjustment + + + + + + Reference Identification + + + + + Baseline Item Data (Invoice) + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + Subline Item Detail + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + Name + + + + + + + + + Remittance Advice Accounts Receivable O + + + + + + + Baseline Item Data (Invoice) + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + Subline Item Detail + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + + Adjustment + + + + + Reference Identification + + + + + Baseline Item Data (Invoice) + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + Subline Item Detail + + + Reference Identification + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + Tax Payment + + + + + Deductions + + + + Assigned Number + + + + + Individual or Organizational Name + + + + + Income + + + + + + Pension Information + + + + + Investment Vehicle Selection + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-824-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-824-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-824-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-824-4010Specification.xml index 03f9410d..c63a3c4c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-824-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-824-4010Specification.xml @@ -1,42 +1,42 @@ - - - - - - Name - - - - - - - - - Original Transaction Identification - - - - - - - - - - - Technical Error Description - - - - - - - Code Source Information - - - Industry Code - - - - - + + + + + + Name + + + + + + + + + Original Transaction Identification + + + + + + + + + + + Technical Error Description + + + + + + + Code Source Information + + + Industry Code + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-826-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-826-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-826-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-826-4010Specification.xml index da88f69e..6c9e45a0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-826-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-826-4010Specification.xml @@ -1,52 +1,52 @@ - - - - - - - - - - Name - - - - - - - - - Tax Form - - - - - - - Name - - - - - - - - - Form Group - - - - - - - Name - - - - - - - - - + + + + + + + + + + Name + + + + + + + + + Tax Form + + + + + + + Name + + + + + + + + + Form Group + + + + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-827-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-827-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-827-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-827-4010Specification.xml index 355bf98e..368b9c43 100644 --- a/src/OopFactory.X12/Specifications/Ansi-827-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-827-4010Specification.xml @@ -1,17 +1,17 @@ - - - - - - - - - Individual or Organizational Name - - - - - - - + + + + + + + + + Individual or Organizational Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-828-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-828-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-828-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-828-4010Specification.xml index de00ac64..dbab28d1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-828-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-828-4010Specification.xml @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - Debit Authorization Detail - - - - - - - - + + + + + + + + + + + + + + Debit Authorization Detail + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-829-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-829-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-829-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-829-4010Specification.xml index 50583b24..d618afe5 100644 --- a/src/OopFactory.X12/Specifications/Ansi-829-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-829-4010Specification.xml @@ -1,10 +1,10 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-830-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-830-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-830-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-830-4010Specification.xml index 36b0b0fd..c00d7c91 100644 --- a/src/OopFactory.X12/Specifications/Ansi-830-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-830-4010Specification.xml @@ -1,113 +1,113 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - Name - - - - - - - - - - Code Source Information - - - - - Item Identification - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Subline Item Detail - - - - - - Name - - - - - - - - - - Code Source Information - - - - - Forecast Schedule - - - - - Code Source Information - - - - - - Ship/Delivery Pattern - - - - - Shipped/Received Information - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + Name + + + + + + + + + + Code Source Information + + + + + Item Identification + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Subline Item Detail + + + + + + Name + + + + + + + + + + Code Source Information + + + + + Forecast Schedule + + + + + Code Source Information + + + + + + Ship/Delivery Pattern + + + + + Shipped/Received Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-831-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-831-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-831-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-831-4010Specification.xml index d659ee0f..b0849a03 100644 --- a/src/OopFactory.X12/Specifications/Ansi-831-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-831-4010Specification.xml @@ -1,14 +1,14 @@ - - - - - - - - - - Monetary Amount - - - + + + + + + + + + + Monetary Amount + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-832-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-832-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-832-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-832-4010Specification.xml index ccec9130..9472e07d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-832-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-832-4010Specification.xml @@ -1,152 +1,152 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - Name - - - - - - - - - - - Code Source Information - - - - - Reference Identification - - - - - Item Identification - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pricing Information - - - - - - - - - - - - - - - Name - - - - - - - - - - - Item Characteristics - Vendor's Selling - - - - - Multi-Pack Configuration - - - - - - Hazardous Information, Finished Goods - - - Conditions Indicator - - - - - - Code Source Information - - - - - Subline Item Detail - - - - - - - - - - - - - - Code Source Information - - - - - - Reference Identification - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + Name + + + + + + + + + + + Code Source Information + + + + + Reference Identification + + + + + Item Identification + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pricing Information + + + + + + + + + + + + + + + Name + + + + + + + + + + + Item Characteristics - Vendor's Selling + + + + + Multi-Pack Configuration + + + + + + Hazardous Information, Finished Goods + + + Conditions Indicator + + + + + + Code Source Information + + + + + Subline Item Detail + + + + + + + + + + + + + + Code Source Information + + + + + + Reference Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-833-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-833-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-833-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-833-4010Specification.xml index a331f23c..fef13108 100644 --- a/src/OopFactory.X12/Specifications/Ansi-833-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-833-4010Specification.xml @@ -1,131 +1,131 @@ - - - - - - Name - - - - - - Geographic Location - - - - - - Credit Report Order Details - - - - - - - - Name - - - - - - - - - - Property or Entity Identification - - - - - - - Assigned Number - - - - - - - - - - - - Monetary Amount - - - - - Real Estate Property Information - - - - - - - - Individual Identification - - - - - - - - Property or Entity Identification - - - - - - - - Name - - - - - - - - Employer - - - - - Employment Position - - - - - - - - Financial Asset Account - - - - - Individual Identification - - - - - - - Consumer Credit Account - - - - - Individual Identification - - - - - - - - + + + + + + Name + + + + + + Geographic Location + + + + + + Credit Report Order Details + + + + + + + + Name + + + + + + + + + + Property or Entity Identification + + + + + + + Assigned Number + + + + + + + + + + + + Monetary Amount + + + + + Real Estate Property Information + + + + + + + + Individual Identification + + + + + + + + Property or Entity Identification + + + + + + + + Name + + + + + + + + Employer + + + + + Employment Position + + + + + + + + Financial Asset Account + + + + + Individual Identification + + + + + + + Consumer Credit Account + + + + + Individual Identification + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-834-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-834-4010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-834-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-834-4010Specification.xml index 663e80f8..0b181ee1 100644 --- a/src/OopFactory.X12/Specifications/Ansi-834-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-834-4010Specification.xml @@ -1,218 +1,218 @@ - - - - - - - SPONSOR NAME - - - - - - PAYER - - - - - - TPA/BROKER NAME - - - - - - TPA/BROKER ACCOUNT INFORMATION - - - - - MEMBER LEVEL DETAIL - - - - - MEMBER NAME - - - - - - - - - - - - - - - INCORRECT MEMBER NAME - - - - - - - MEMBER MAILING ADDRESS - - - - - - - - MEMBER EMPLOYER - - - - - - - - - MEMBER SCHOOL - - - - - - - - - CUSTODIAL PARENT - - - - - - - - - RESPONSIBLE PERSON - - - - - - - - - - - - - - DISABILITY INFORMATION - - - - - - HEALTH COVERAGE - - - - - - - PROVIDER INFORMATION - - - - - - - - - - - - - COORDINATION OF BENEFITS - - - - - - - - - - - LIFE COVERAGE - - - - - - BENEFICIARY OR OWNER INFORMATION - - - - - - - - - - - FLEXIBLE SPENDING ACCOUNT - - - - - - - RETIREMENT PRODUCT - - - - - - - - - - INDIVIDUAL OR ORGANIZATION NAME - - - - - - - - - PROPERTY OR ENTITY IDENTIFICATION - - - - - - - - - FINANCIAL CONTRIBUTION - - - - INVESTMENT VEHICLE SELECTION - - - - - - - - - - - INCOME - - - - - - - - + + + + + + + SPONSOR NAME + + + + + + PAYER + + + + + + TPA/BROKER NAME + + + + + + TPA/BROKER ACCOUNT INFORMATION + + + + + MEMBER LEVEL DETAIL + + + + + MEMBER NAME + + + + + + + + + + + + + + + INCORRECT MEMBER NAME + + + + + + + MEMBER MAILING ADDRESS + + + + + + + + MEMBER EMPLOYER + + + + + + + + + MEMBER SCHOOL + + + + + + + + + CUSTODIAL PARENT + + + + + + + + + RESPONSIBLE PERSON + + + + + + + + + + + + + + DISABILITY INFORMATION + + + + + + HEALTH COVERAGE + + + + + + + PROVIDER INFORMATION + + + + + + + + + + + + + COORDINATION OF BENEFITS + + + + + + + + + + + LIFE COVERAGE + + + + + + BENEFICIARY OR OWNER INFORMATION + + + + + + + + + + + FLEXIBLE SPENDING ACCOUNT + + + + + + + RETIREMENT PRODUCT + + + + + + + + + + INDIVIDUAL OR ORGANIZATION NAME + + + + + + + + + PROPERTY OR ENTITY IDENTIFICATION + + + + + + + + + FINANCIAL CONTRIBUTION + + + + INVESTMENT VEHICLE SELECTION + + + + + + + + + + + INCOME + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-834-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-834-5010Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-834-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-834-5010Specification.xml index 5d33cb83..c19080a3 100644 --- a/src/OopFactory.X12/Specifications/Ansi-834-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-834-5010Specification.xml @@ -1,255 +1,255 @@ - - - - - - - - SPONSOR NAME - - - - - - PAYER - - - - - - TPA/BROKER NAME - - - - - - TPA/BROKER ACCOUNT INFORMATION - - - - - MEMBER LEVEL DETAIL - - - - - MEMBER NAME - - - - - - - - - - - - - - - - INCORRECT MEMBER NAME - - - - - - - MEMBER MAILING ADDRESS - - - - - - - - MEMBER EMPLOYER - - - - - - - - - - MEMBER SCHOOL - - - - - - - - - CUSTODIAL PARENT - - - - - - - - - RESPONSIBLE PERSON - - - - - - - - - - - - - - - - - - - - DROP OFF LOCATION - - - - - - - - DISABILITY INFORMATION - - - - - - HEALTH COVERAGE - - - - - - - PROVIDER INFORMATION - - - - - - - - - COORDINATION OF BENEFITS - - - - - COORDINATION OF BENEFITS RELATED ENTITY - - - - - - - - - - - - - LIFE COVERAGE - - - - - - BENEFICIARY OR OWNER INFORMATION - - - - - - - - - - - FLEXIBLE SPENDING ACCOUNT - - - - - - - RETIREMENT PRODUCT - - - - - - - - - - INDIVIDUAL OR ORGANIZATION NAME - - - - - - - - - PROPERTY OR ENTITY IDENTIFICATION - - - - - - - - - FINANCIAL CONTRIBUTION - - - - INVESTMENT VEHICLE SELECTION - - - - - - - - - - - INCOME - - - - - - - Additional Reporting Categories - - - Member Reporting Categories - - - Reporting Category - - - - - - - - - - - - + + + + + + + + SPONSOR NAME + + + + + + PAYER + + + + + + TPA/BROKER NAME + + + + + + TPA/BROKER ACCOUNT INFORMATION + + + + + MEMBER LEVEL DETAIL + + + + + MEMBER NAME + + + + + + + + + + + + + + + + INCORRECT MEMBER NAME + + + + + + + MEMBER MAILING ADDRESS + + + + + + + + MEMBER EMPLOYER + + + + + + + + + + MEMBER SCHOOL + + + + + + + + + CUSTODIAL PARENT + + + + + + + + + RESPONSIBLE PERSON + + + + + + + + + + + + + + + + + + + + DROP OFF LOCATION + + + + + + + + DISABILITY INFORMATION + + + + + + HEALTH COVERAGE + + + + + + + PROVIDER INFORMATION + + + + + + + + + COORDINATION OF BENEFITS + + + + + COORDINATION OF BENEFITS RELATED ENTITY + + + + + + + + + + + + + LIFE COVERAGE + + + + + + BENEFICIARY OR OWNER INFORMATION + + + + + + + + + + + FLEXIBLE SPENDING ACCOUNT + + + + + + + RETIREMENT PRODUCT + + + + + + + + + + INDIVIDUAL OR ORGANIZATION NAME + + + + + + + + + PROPERTY OR ENTITY IDENTIFICATION + + + + + + + + + FINANCIAL CONTRIBUTION + + + + INVESTMENT VEHICLE SELECTION + + + + + + + + + + + INCOME + + + + + + + Additional Reporting Categories + + + Member Reporting Categories + + + Reporting Category + + + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-835-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-835-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-835-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-835-4010Specification.xml index 67527609..0fd9bc38 100644 --- a/src/OopFactory.X12/Specifications/Ansi-835-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-835-4010Specification.xml @@ -1,59 +1,59 @@ - - - - - - - - - - PAYER IDENTIFICATION - - - - - - - - - - PAYEE IDENTIFICATION - - - - - - - - - HEADER NUMBER - - - - - CLAIM PAYMENT INFORMATION - - - - - - - - - - - - SERVICE PAYMENT INFORMATION - - - - - - - - - - - - + + + + + + + + + + PAYER IDENTIFICATION + + + + + + + + + + PAYEE IDENTIFICATION + + + + + + + + + HEADER NUMBER + + + + + CLAIM PAYMENT INFORMATION + + + + + + + + + + + + SERVICE PAYMENT INFORMATION + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-835-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-835-5010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-835-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-835-5010Specification.xml index b285a48c..97813d23 100644 --- a/src/OopFactory.X12/Specifications/Ansi-835-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-835-5010Specification.xml @@ -1,59 +1,59 @@ - - - - - - - - - - PAYER IDENTIFICATION - - - - - - - - - - PAYEE IDENTFICATION - - - - - - - - - - HEADER NUMBER - - - - - CLAIM PAYMENT INFORMATION - - - - - - - - - - - - SERVICE PAYMENT INFORMATION - - - - - - - - - - - - + + + + + + + + + + PAYER IDENTIFICATION + + + + + + + + + + PAYEE IDENTFICATION + + + + + + + + + + HEADER NUMBER + + + + + CLAIM PAYMENT INFORMATION + + + + + + + + + + + + SERVICE PAYMENT INFORMATION + + + + + + + + + + + + diff --git a/src/OopFactory.X12/Specifications/Ansi-836-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-836-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-836-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-836-4010Specification.xml index de4c9d98..6e105bf8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-836-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-836-4010Specification.xml @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - Name - - - - - - - - - - Code Source Information - - - - - Baseline Item Data - - - - - - - - - - - - - - Reference Identification - - - - - Subline Item Detail - - - - - Name - - - - - - - - - - - - - Code Source Information - - - - + + + + + + + + + + + + + + + + Name + + + + + + + + + + Code Source Information + + + + + Baseline Item Data + + + + + + + + + + + + + + Reference Identification + + + + + Subline Item Detail + + + + + Name + + + + + + + + + + + + + Code Source Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-837-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-837-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-837-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-837-4010Specification.xml index 52ceecf0..98e3176c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-837-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-837-4010Specification.xml @@ -1,680 +1,680 @@ - - - - - - SUBMITTER NAME - - - - - - - RECEIVER NAME - - - - - - - BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL - - - - BILLING PROVIDER NAME - - - - - - - - - - - PAY-TO PROVIDER'S NAME - - - - - - - - - - - SUBSCRIBER HIERARCHICAL LOOP - - - - SUBSCRIBER NAME - - - - - - - - - - - PAYER NAME - - - - - - - - - - RESPONSIBLE PARTY NAME - - - - - - - - - CREDIT/DEBIT CARD HOLDER NAME NAME - - - - - - - Generic X12 2010 Loop - - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - - - - - - HOME HEALTH CARE PLAN INFORMATION - - - - - REFERRING PROVIDER NAME - - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER NAME - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - - OTHER SUBSCRIBER/PAYER NAME - - - - - - - - - - - - - OTHER PAYER PATIENT INFORMATION - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - OTHER PAYER PURCHASED CARE PROVIDER PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - - - - - - OTHER PAYER SUPERVISING PROVIDER - - - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - OTHER PROVIDER NAME - - - - - - - - SERVICE LINE - - - - - - - - - - - - - - - - - - - - - - - - - - - DRUG IDENTIFICATION - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - ORDERING PROVIDER NAME - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - - OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER - - - - - - - Service Line Adjudication Information - - - - - - FORM IDENTIFICATION CODE - - - - - - - - PATIENT HIERARCHICAL LOOP - - - PATIENT NAME - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - - - - - - - HOME HEALTH CARE PLAN INFORMATION - - - - - REFERRING PROVIDER NAME - - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER NAME - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - - OTHER SUBSCRIBER/PAYER NAME - - - - - - - - - - - OTHER PAYER PATIENT INFORMATION - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - OTHER PAYER PURCHASED CARE PROVIDER PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - - - - - - OTHER PAYER SUPERVISING PROVIDER - - - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - OTHER PROVIDER NAME - - - - - - - - SERVICE LINE - - - - - - - - - - - - - - - - - - - - - - - - - - - - DRUG IDENTIFICATION - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - ORDERING PROVIDER NAME - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - - OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER - - - - - - - Service Line Adjudication Information - - - - - - FORM IDENTIFICATION CODE - - - - - - + + + + + + SUBMITTER NAME + + + + + + + RECEIVER NAME + + + + + + + BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL + + + + BILLING PROVIDER NAME + + + + + + + + + + + PAY-TO PROVIDER'S NAME + + + + + + + + + + + SUBSCRIBER HIERARCHICAL LOOP + + + + SUBSCRIBER NAME + + + + + + + + + + + PAYER NAME + + + + + + + + + + RESPONSIBLE PARTY NAME + + + + + + + + + CREDIT/DEBIT CARD HOLDER NAME NAME + + + + + + + Generic X12 2010 Loop + + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + + + + + + HOME HEALTH CARE PLAN INFORMATION + + + + + REFERRING PROVIDER NAME + + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER NAME + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + + OTHER SUBSCRIBER/PAYER NAME + + + + + + + + + + + + + OTHER PAYER PATIENT INFORMATION + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + OTHER PAYER PURCHASED CARE PROVIDER PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + + + + + + OTHER PAYER SUPERVISING PROVIDER + + + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + OTHER PROVIDER NAME + + + + + + + + SERVICE LINE + + + + + + + + + + + + + + + + + + + + + + + + + + + DRUG IDENTIFICATION + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + ORDERING PROVIDER NAME + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + + OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER + + + + + + + Service Line Adjudication Information + + + + + + FORM IDENTIFICATION CODE + + + + + + + + PATIENT HIERARCHICAL LOOP + + + PATIENT NAME + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + + + + + + + HOME HEALTH CARE PLAN INFORMATION + + + + + REFERRING PROVIDER NAME + + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER NAME + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + + OTHER SUBSCRIBER/PAYER NAME + + + + + + + + + + + OTHER PAYER PATIENT INFORMATION + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + OTHER PAYER PURCHASED CARE PROVIDER PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + + + + + + OTHER PAYER SUPERVISING PROVIDER + + + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + OTHER PROVIDER NAME + + + + + + + + SERVICE LINE + + + + + + + + + + + + + + + + + + + + + + + + + + + + DRUG IDENTIFICATION + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + ORDERING PROVIDER NAME + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + + OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER + + + + + + + Service Line Adjudication Information + + + + + + FORM IDENTIFICATION CODE + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-837-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-837-5010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-837-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-837-5010Specification.xml index e0f23454..121fcfc0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-837-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-837-5010Specification.xml @@ -1,805 +1,805 @@ - - - - - - SUBMITTER NAME - - - - - - - RECEIVER NAME - - - - - - - BILLING PROVIDER HIERARCHICAL LEVEL - - - - - BILLING PROVIDER NAME - - - - - - - - - - - PAY-TO ADDRESS NAME - - - - - - - - PAY-TO PLAN NAME - - - - - - - - - - - SUBSCRIBER HIERARCHICAL LEVEL - - - - - SUBSCRIBER NAME - - - - - - - - - - - - PAYER NAME - - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - HOME HEALTH CARE PLAN INFORMATION - - - - - REFERRING PROVIDER NAME - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - - - OTHER PAYER SUPERVISING PROVIDER - - - - - - - OTHER PAYER BILLING PROVIDER - - - - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - - Unkown Entity - - - - - - - - - - SERVICE LINE NUMBER - - - - - - - - - - - - - - - - - - - - - - - DRUG IDENTIFICATION - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - ORDERING PROVIDER NAME - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - - LINE ADJUDICATION INFORMATION - - - - - - - FORM IDENTIFICATION CODE - - - - - - - - PATIENT HIERARCHICAL LOOP - - - PATIENT NAME - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - HOME HEALTH CARE PLAN INFORMATION - - - - - REFERRING PROVIDER NAME - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - - - OTHER PAYER SUPERVISING PROVIDER - - - - - - - OTHER PAYER BILLING PROVIDER - - - - - - - - Unidentified Entity - - - - - - - - - - SERVICE LINE NUMBER - - - - - - - - - - - - - - - - - - - - - - - DRUG IDENTIFICATION - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - ORDERING PROVIDER NAME - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - - LINE ADJUDICATION INFORMATION - - - - - - - FORM IDENTIFICATION CODE - - - - - - + + + + + + SUBMITTER NAME + + + + + + + RECEIVER NAME + + + + + + + BILLING PROVIDER HIERARCHICAL LEVEL + + + + + BILLING PROVIDER NAME + + + + + + + + + + + PAY-TO ADDRESS NAME + + + + + + + + PAY-TO PLAN NAME + + + + + + + + + + + SUBSCRIBER HIERARCHICAL LEVEL + + + + + SUBSCRIBER NAME + + + + + + + + + + + + PAYER NAME + + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HOME HEALTH CARE PLAN INFORMATION + + + + + REFERRING PROVIDER NAME + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + + + OTHER PAYER SUPERVISING PROVIDER + + + + + + + OTHER PAYER BILLING PROVIDER + + + + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + + Unkown Entity + + + + + + + + + + SERVICE LINE NUMBER + + + + + + + + + + + + + + + + + + + + + + + DRUG IDENTIFICATION + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + ORDERING PROVIDER NAME + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + + LINE ADJUDICATION INFORMATION + + + + + + + FORM IDENTIFICATION CODE + + + + + + + + PATIENT HIERARCHICAL LOOP + + + PATIENT NAME + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HOME HEALTH CARE PLAN INFORMATION + + + + + REFERRING PROVIDER NAME + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + + + OTHER PAYER SUPERVISING PROVIDER + + + + + + + OTHER PAYER BILLING PROVIDER + + + + + + + + Unidentified Entity + + + + + + + + + + SERVICE LINE NUMBER + + + + + + + + + + + + + + + + + + + + + + + DRUG IDENTIFICATION + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + ORDERING PROVIDER NAME + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + + LINE ADJUDICATION INFORMATION + + + + + + + FORM IDENTIFICATION CODE + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-837D-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-837D-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-837D-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-837D-4010Specification.xml index 27e4d6a5..d8da70d2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-837D-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-837D-4010Specification.xml @@ -1,353 +1,353 @@ - - - - - - SUBMITTER NAME - - - - - - - RECEIVER NAME - - - - - - BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL - - - - BILLING PROVIDER NAME - - - - - - - - - PAY-TO PROVIDER'S NAME - - - - - - - - - - SUBSCRIBER HIERARCHICAL LOOP - - - SUBSCRIBER NAME - - - - - - - - - - - PAYER NAME - - - - - - - - - CREDIT/DEBIT CARD HOLDER NAME - - - - - - - - CLAIM INFORMATION - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - SERVICE FACILITY LOCATION - - - - - - - ASSISTANT SURGEON NAME - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - OTHER PAYER PATIENT INFORMATION - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - - SERVICE LINE - - - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER - - - - - - - ASSISTANT SURGEON NAME - - - - - - - - LINE ADJUDICATION INFORMATION - - - - - - - - - - PATIENT HIERARCHICAL LOOP - - - PATIENT NAME - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - SERVICE FACILITY LOCATION - - - - - - - ASSISTANT SURGEON NAME - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - OTHER PAYER PATIENT INFORMATION - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - - SERVICE LINE - - - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER - - - - - - - ASSISTANT SURGEON NAME - - - - - - - - LINE ADJUDICATION INFORMATION - - - - - - - - + + + + + + SUBMITTER NAME + + + + + + + RECEIVER NAME + + + + + + BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL + + + + BILLING PROVIDER NAME + + + + + + + + + PAY-TO PROVIDER'S NAME + + + + + + + + + + SUBSCRIBER HIERARCHICAL LOOP + + + SUBSCRIBER NAME + + + + + + + + + + + PAYER NAME + + + + + + + + + CREDIT/DEBIT CARD HOLDER NAME + + + + + + + + CLAIM INFORMATION + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + SERVICE FACILITY LOCATION + + + + + + + ASSISTANT SURGEON NAME + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + OTHER PAYER PATIENT INFORMATION + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + + SERVICE LINE + + + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER + + + + + + + ASSISTANT SURGEON NAME + + + + + + + + LINE ADJUDICATION INFORMATION + + + + + + + + + + PATIENT HIERARCHICAL LOOP + + + PATIENT NAME + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + SERVICE FACILITY LOCATION + + + + + + + ASSISTANT SURGEON NAME + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + OTHER PAYER PATIENT INFORMATION + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + + SERVICE LINE + + + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + OTHER PAYER PRIOR AUTHORIZATION OR REFERRAL NUMBER + + + + + + + ASSISTANT SURGEON NAME + + + + + + + + LINE ADJUDICATION INFORMATION + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-837I-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-837I-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-837I-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-837I-4010Specification.xml index a987c319..aa07facc 100644 --- a/src/OopFactory.X12/Specifications/Ansi-837I-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-837I-4010Specification.xml @@ -1,430 +1,430 @@ - - - - - - SUBMITTER NAME - - - - - - - RECEIVER NAME - - - - - - - BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL - - - - BILLING PROVIDER NAME - - - - - - - - - - - PAY-TO PROVIDER'S NAME - - - - - - - - - - - SUBSCRIBER HIERARCHICAL LOOP - - - - SUBSCRIBER NAME - - - - - - - - - - - CREDIT/DEBIT CARD HOLDER NAME NAME - - - - - - - PAYER NAME - - - - - - - - - - - RESPONSIBLE PARTY NAME - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - HOME HEALTH CARE PLAN INFORMATION - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - OTHER PROVIDER NAME - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - - OTHER SUBSCRIBER/PAYER NAME - - - - - - - - - - - - - OTHER PAYER PATIENT INFORMATION - - - - - - - OTHER PAYER ATTENDING PROVIDER - - - - - - - OTHER PAYER OPERATING PROVIDER - - - - - - - OTHER PAYER OTHER PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - SERVICE LINE - - - - - - - - DRUG IDENTIFICATION - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - OPERATION PHYSICIAN NAME - - - - - - - OTHER PROVIDER NAME - - - - - - - Service Line Adjudication Information - - - - - - - - - PATIENT HIERARCHICAL LOOP - - - PATIENT NAME - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - HOME HEALTH CARE PLAN INFORMATION - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - OTHER PROVIDER NAME - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - - OTHER SUBSCRIBER/PAYER NAME - - - - - - - - - - - - - OTHER PAYER PATIENT INFORMATION - - - - - - - OTHER PAYER ATTENDING PROVIDER - - - - - - - OTHER PAYER OPERATING PROVIDER - - - - - - - OTHER PAYER OTHER PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - SERVICE LINE - - - - - - - - DRUG IDENTIFICATION - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - OPERATION PHYSICIAN NAME - - - - - - - OTHER PROVIDER NAME - - - - - - - Service Line Adjudication Information - - - - - - - + + + + + + SUBMITTER NAME + + + + + + + RECEIVER NAME + + + + + + + BILLING/PAY-TO PROVIDER HIERARCHICAL LEVEL + + + + BILLING PROVIDER NAME + + + + + + + + + + + PAY-TO PROVIDER'S NAME + + + + + + + + + + + SUBSCRIBER HIERARCHICAL LOOP + + + + SUBSCRIBER NAME + + + + + + + + + + + CREDIT/DEBIT CARD HOLDER NAME NAME + + + + + + + PAYER NAME + + + + + + + + + + + RESPONSIBLE PARTY NAME + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + HOME HEALTH CARE PLAN INFORMATION + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + OTHER PROVIDER NAME + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + + OTHER SUBSCRIBER/PAYER NAME + + + + + + + + + + + + + OTHER PAYER PATIENT INFORMATION + + + + + + + OTHER PAYER ATTENDING PROVIDER + + + + + + + OTHER PAYER OPERATING PROVIDER + + + + + + + OTHER PAYER OTHER PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + SERVICE LINE + + + + + + + + DRUG IDENTIFICATION + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + OPERATION PHYSICIAN NAME + + + + + + + OTHER PROVIDER NAME + + + + + + + Service Line Adjudication Information + + + + + + + + + PATIENT HIERARCHICAL LOOP + + + PATIENT NAME + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + HOME HEALTH CARE PLAN INFORMATION + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + OTHER PROVIDER NAME + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + + OTHER SUBSCRIBER/PAYER NAME + + + + + + + + + + + + + OTHER PAYER PATIENT INFORMATION + + + + + + + OTHER PAYER ATTENDING PROVIDER + + + + + + + OTHER PAYER OPERATING PROVIDER + + + + + + + OTHER PAYER OTHER PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + SERVICE LINE + + + + + + + + DRUG IDENTIFICATION + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + OPERATION PHYSICIAN NAME + + + + + + + OTHER PROVIDER NAME + + + + + + + Service Line Adjudication Information + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-837I-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-837I-5010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-837I-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-837I-5010Specification.xml index 1b93ffc5..4bec47ec 100644 --- a/src/OopFactory.X12/Specifications/Ansi-837I-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-837I-5010Specification.xml @@ -1,477 +1,477 @@ - - - - - SUBMITTER NAME - - - - - - - RECEIVER NAME - - - - - - BILLING PROVIDER HIERARCHICAL LEVEL - - - - BILLING PROVIDER NAME - - - - - - - - - - PAY-TO PROVIDER'S NAME - - - - - - - - PAY-TO PLAN NAME - - - - - - - - - - - SUBSCRIBER HIERARCHICAL LOOP - - - SUBSCRIBER NAME - - - - - - - - - - PAYER NAME - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - RENDERING PROVIDER NAME - - - - - - - SERVICE FACILITY LOCATION NAME - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - - - - OTHER PAYER ATTENDING PROVIDER - - - - - - - OTHER PAYER OPERATING PHYSICIAN - - - - - - - OTHER PAYER OTHER OPERATING PHYSICIAN - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - OTHER PAYER RENDERING PROVIDER NAME - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - OTHER PAYER BILLING PROVIDER - - - - - - - - SERVICE LINE - - - - - - - - - - DRUG IDENTIFICATION - - - - - - OPERATION PHYSICIAN NAME - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - RENDERING PROVIDER NAME - - - - - - - REFERRING PROVIDER NAME - - - - - - - Service Line Adjudication Information - - - - - - - - - - PATIENT HIERARCHICAL LOOP - - - PATIENT NAME - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - ATTENDING PHYSICIAN NAME - - - - - - - - OPERATING PHYSICIAN NAME - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - RENDERING PROVIDER NAME - - - - - - - SERVICE FACILITY LOCATION NAME - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - - - - OTHER PAYER ATTENDING PROVIDER - - - - - - - OTHER PAYER OPERATING PHYSICIAN - - - - - - - OTHER PAYER OTHER OPERATING PHYSICIAN - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - OTHER PAYER RENDERING PROVIDER NAME - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - OTHER PAYER BILLING PROVIDER - - - - - - - - SERVICE LINE - - - - - - - - - - DRUG IDENTIFICATION - - - - - - OPERATION PHYSICIAN NAME - - - - - - - OTHER OPERATING PHYSICIAN NAME - - - - - - - RENDERING PROVIDER NAME - - - - - - - REFERRING PROVIDER NAME - - - - - - - Service Line Adjudication Information - - - - - - - - + + + + + SUBMITTER NAME + + + + + + + RECEIVER NAME + + + + + + BILLING PROVIDER HIERARCHICAL LEVEL + + + + BILLING PROVIDER NAME + + + + + + + + + + PAY-TO PROVIDER'S NAME + + + + + + + + PAY-TO PLAN NAME + + + + + + + + + + + SUBSCRIBER HIERARCHICAL LOOP + + + SUBSCRIBER NAME + + + + + + + + + + PAYER NAME + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + RENDERING PROVIDER NAME + + + + + + + SERVICE FACILITY LOCATION NAME + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + + + + OTHER PAYER ATTENDING PROVIDER + + + + + + + OTHER PAYER OPERATING PHYSICIAN + + + + + + + OTHER PAYER OTHER OPERATING PHYSICIAN + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + OTHER PAYER RENDERING PROVIDER NAME + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + OTHER PAYER BILLING PROVIDER + + + + + + + + SERVICE LINE + + + + + + + + + + DRUG IDENTIFICATION + + + + + + OPERATION PHYSICIAN NAME + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + RENDERING PROVIDER NAME + + + + + + + REFERRING PROVIDER NAME + + + + + + + Service Line Adjudication Information + + + + + + + + + + PATIENT HIERARCHICAL LOOP + + + PATIENT NAME + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + ATTENDING PHYSICIAN NAME + + + + + + + + OPERATING PHYSICIAN NAME + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + RENDERING PROVIDER NAME + + + + + + + SERVICE FACILITY LOCATION NAME + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + + + + OTHER PAYER ATTENDING PROVIDER + + + + + + + OTHER PAYER OPERATING PHYSICIAN + + + + + + + OTHER PAYER OTHER OPERATING PHYSICIAN + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + OTHER PAYER RENDERING PROVIDER NAME + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + OTHER PAYER BILLING PROVIDER + + + + + + + + SERVICE LINE + + + + + + + + + + DRUG IDENTIFICATION + + + + + + OPERATION PHYSICIAN NAME + + + + + + + OTHER OPERATING PHYSICIAN NAME + + + + + + + RENDERING PROVIDER NAME + + + + + + + REFERRING PROVIDER NAME + + + + + + + Service Line Adjudication Information + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-837P-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-837P-5010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-837P-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-837P-5010Specification.xml index a504b4db..f74b21ac 100644 --- a/src/OopFactory.X12/Specifications/Ansi-837P-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-837P-5010Specification.xml @@ -1,586 +1,586 @@ - - - - - - SUBMITTER NAME - - - - - - - RECEIVER NAME - - - - - - BILLING PROVIDER HIERARCHICAL LEVEL - - - - - BILLING PROVIDER NAME - - - - - - - - - - - PAY-TO ADDRESS NAME - - - - - - - - PAY-TO PLAN NAME - - - - - - - - - - - SUBSCRIBER HIERARCHICAL LEVEL - - - - - SUBSCRIBER NAME - - - - - - - - - - - PAYER NAME - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - - - OTHER PAYER SUPERVISING PROVIDER - - - - - - - OTHER PAYER BILLING PROVIDER - - - - - - - - SERVICE LINE NUMBER - - - - - - - - - - - - - - - - - - DRUG IDENTIFICATION - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - ORDERING PROVIDER NAME - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - LINE ADJUDICATION INFORMATION - - - - - - - FORM IDENTIFICATION CODE - - - - - - - - PATIENT HIERARCHICAL LOOP - - - PATIENT NAME - - - - - - - - - - - CLAIM INFORMATION - - - - - - - - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - RENDERING PROVIDER NAME - - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - OTHER SUBSCRIBER INFORMATION - - - - - - - - - OTHER SUBSCRIBER NAME - - - - - - - - - OTHER PAYER NAME - - - - - - - - - - - - OTHER PAYER REFERRING PROVIDER - - - - - - - - OTHER PAYER RENDERING PROVIDER - - - - - - - OTHER PAYER SERVICE FACILITY LOCATION - - - - - - - - - - OTHER PAYER SUPERVISING PROVIDER - - - - - - - OTHER PAYER BILLING PROVIDER - - - - - - - - SERVICE LINE NUMBER - - - - - - - - - - - - - - - - - - DRUG IDENTIFICATION - - - - - - RENDERING PROVIDER NAME - - - - - - - - PURCHASED SERVICE PROVIDER - - - - - - - SERVICE FACILITY LOCATION - - - - - - - - - - - - SUPERVISING PROVIDER NAME - - - - - - - ORDERING PROVIDER NAME - - - - - - - - - - REFERRING PROVIDER NAME - - - - - - - - AMBULANCE PICK-UP LOCATION - - - - - - - - AMBULANCE DROP-OFF LOCATION - - - - - - - - LINE ADJUDICATION INFORMATION - - - - - - - FORM IDENTIFICATION CODE - - - - - - + + + + + + SUBMITTER NAME + + + + + + + RECEIVER NAME + + + + + + BILLING PROVIDER HIERARCHICAL LEVEL + + + + + BILLING PROVIDER NAME + + + + + + + + + + + PAY-TO ADDRESS NAME + + + + + + + + PAY-TO PLAN NAME + + + + + + + + + + + SUBSCRIBER HIERARCHICAL LEVEL + + + + + SUBSCRIBER NAME + + + + + + + + + + + PAYER NAME + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + + + OTHER PAYER SUPERVISING PROVIDER + + + + + + + OTHER PAYER BILLING PROVIDER + + + + + + + + SERVICE LINE NUMBER + + + + + + + + + + + + + + + + + + DRUG IDENTIFICATION + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + ORDERING PROVIDER NAME + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + LINE ADJUDICATION INFORMATION + + + + + + + FORM IDENTIFICATION CODE + + + + + + + + PATIENT HIERARCHICAL LOOP + + + PATIENT NAME + + + + + + + + + + + CLAIM INFORMATION + + + + + + + + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + RENDERING PROVIDER NAME + + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + OTHER SUBSCRIBER INFORMATION + + + + + + + + + OTHER SUBSCRIBER NAME + + + + + + + + + OTHER PAYER NAME + + + + + + + + + + + + OTHER PAYER REFERRING PROVIDER + + + + + + + + OTHER PAYER RENDERING PROVIDER + + + + + + + OTHER PAYER SERVICE FACILITY LOCATION + + + + + + + + + + OTHER PAYER SUPERVISING PROVIDER + + + + + + + OTHER PAYER BILLING PROVIDER + + + + + + + + SERVICE LINE NUMBER + + + + + + + + + + + + + + + + + + DRUG IDENTIFICATION + + + + + + RENDERING PROVIDER NAME + + + + + + + + PURCHASED SERVICE PROVIDER + + + + + + + SERVICE FACILITY LOCATION + + + + + + + + + + + + SUPERVISING PROVIDER NAME + + + + + + + ORDERING PROVIDER NAME + + + + + + + + + + REFERRING PROVIDER NAME + + + + + + + + AMBULANCE PICK-UP LOCATION + + + + + + + + AMBULANCE DROP-OFF LOCATION + + + + + + + + LINE ADJUDICATION INFORMATION + + + + + + + FORM IDENTIFICATION CODE + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-838-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-838-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-838-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-838-4010Specification.xml index 0985c76d..e91cdd7e 100644 --- a/src/OopFactory.X12/Specifications/Ansi-838-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-838-4010Specification.xml @@ -1,111 +1,111 @@ - - - - - - - - - - - - Assigned Number - - - - - - Name - - - - - - - - - - - - - - - - - Place/Location Description - - - - - - - - Trading Partner Detail - - - - - - Loop Header - - - - Trade Union Data - - - - - - - - - - - Supplier Rating - - - - - - - Period Amount - - - - - - - Transaction Capabilities - - - - - - Code Source Information - - - - - - Electronic Systems Environment - - - Name - - - - - - - - - - - Transaction Capabilities - - - - - - + + + + + + + + + + + + Assigned Number + + + + + + Name + + + + + + + + + + + + + + + + + Place/Location Description + + + + + + + + Trading Partner Detail + + + + + + Loop Header + + + + Trade Union Data + + + + + + + + + + + Supplier Rating + + + + + + + Period Amount + + + + + + + Transaction Capabilities + + + + + + Code Source Information + + + + + + Electronic Systems Environment + + + Name + + + + + + + + + + + Transaction Capabilities + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-839-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-839-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-839-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-839-4010Specification.xml index 7588c1ae..d3368464 100644 --- a/src/OopFactory.X12/Specifications/Ansi-839-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-839-4010Specification.xml @@ -1,49 +1,49 @@ - - - - - - - - - - - Name - - - - - - - - - - Cost Reporting Format Type - - - - - Breakdown Structure Description - - - - - - - - - - - Cost Line Item - - - - - - - - - - - + + + + + + + + + + + Name + + + + + + + + + + Cost Reporting Format Type + + + + + Breakdown Structure Description + + + + + + + + + + + Cost Line Item + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-840-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-840-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-840-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-840-4010Specification.xml index 40d78904..ec69fca9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-840-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-840-4010Specification.xml @@ -1,208 +1,208 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - Specification Identifier - - - - - - Name - - - - - - - - - - Contract and Cost Accounting Standards - - - - - - - - - Percent Amounts - - - - - Advertising Demographic Information - - - - - - Baseline Item Data - - - - - - - - - - - - Product/Item Description - - - - - - - - - - - - - - - - - - - - - - - - - - - - Quantity - - - - - Line Item Schedule - - - - - - - - - Lead Time - - - - - Code Source Information - - - - - - Subline Item Detail - - - - - - Quantity - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - - - - - Lead Time - - - - - - - - Percent Amounts - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + Specification Identifier + + + + + + Name + + + + + + + + + + Contract and Cost Accounting Standards + + + + + + + + + Percent Amounts + + + + + Advertising Demographic Information + + + + + + Baseline Item Data + + + + + + + + + + + + Product/Item Description + + + + + + + + + + + + + + + + + + + + + + + + + + + + Quantity + + + + + Line Item Schedule + + + + + + + + + Lead Time + + + + + Code Source Information + + + + + + Subline Item Detail + + + + + + Quantity + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + + + + + Lead Time + + + + + + + + Percent Amounts + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-841-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-841-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-841-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-841-4010Specification.xml index fbeffe1e..cc153a1a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-841-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-841-4010Specification.xml @@ -1,131 +1,131 @@ - - - - - Specification Identifier - - - - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - Hierarchical Level - - Specification Identifier - - - - - - - - - - Name - - - - - - - - - - Product/Item Description - - - - - - - - - Marking, Packaging, Loading - - - - - - Reference Identification - - - - - - Assigned Number - - - - - - - - - - - Electronic Format Identification - - - - - Characteristic/Class ID - - - - - - - - - Measurements - - - - - - Statistics - - - - - - Conditional Sampling Frequency - - - Loop Header - - - - Characteristic/Class ID - - - - - - - - Electronic Format Identification - - - - - + + + + + Specification Identifier + + + + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + Hierarchical Level + + Specification Identifier + + + + + + + + + + Name + + + + + + + + + + Product/Item Description + + + + + + + + + Marking, Packaging, Loading + + + + + + Reference Identification + + + + + + Assigned Number + + + + + + + + + + + Electronic Format Identification + + + + + Characteristic/Class ID + + + + + + + + + Measurements + + + + + + Statistics + + + + + + Conditional Sampling Frequency + + + Loop Header + + + + Characteristic/Class ID + + + + + + + + Electronic Format Identification + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-842-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-842-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-842-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-842-4010Specification.xml index 8b33f1b2..54116480 100644 --- a/src/OopFactory.X12/Specifications/Ansi-842-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-842-4010Specification.xml @@ -1,139 +1,139 @@ - - - - - - - - - Measurements - - - - - - Paperwork - - - - - - Name - - - - - - - - - Hierarchical Level - - - - - - - - - - - - - Code Source Information - - - - - Measurements - - - - - - Type of Financial Accounting Data - - - - - Sampling Parameters for Summary Statist - - - - - Measurements - - - - - - Statistics - - - - - - - Nonconformance Description - - - - - - - - - - Electronic Format Identification - - - - - Name - - - - - - - - - Code Source Information - - - - - Nonconformance Action - - - - - - Paperwork - - - - - - Name - - - - - - - - - Code Source Information - - - - - - Type of Financial Accounting Data - - - - - + + + + + + + + + Measurements + + + + + + Paperwork + + + + + + Name + + + + + + + + + Hierarchical Level + + + + + + + + + + + + + Code Source Information + + + + + Measurements + + + + + + Type of Financial Accounting Data + + + + + Sampling Parameters for Summary Statist + + + + + Measurements + + + + + + Statistics + + + + + + + Nonconformance Description + + + + + + + + + + Electronic Format Identification + + + + + Name + + + + + + + + + Code Source Information + + + + + Nonconformance Action + + + + + + Paperwork + + + + + + Name + + + + + + + + + Code Source Information + + + + + + Type of Financial Accounting Data + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-843-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-843-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-843-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-843-4010Specification.xml index 09547864..3aa5d869 100644 --- a/src/OopFactory.X12/Specifications/Ansi-843-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-843-4010Specification.xml @@ -1,207 +1,207 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - Monetary Amount - - - - - Advertising Demographic Information - - - - - - Lead Time - - - - - - Baseline Item Data - - - - - - - - - Product/Item Description - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Quantity - - - - - Line Item Schedule - - - - - - - - - Cost Analysis - - - - - - - Subline Item Detail - - - - - - Quantity - - - - - Cost Analysis - - - - - - - - Pricing Data - - - - - Lead Time - - - - - Code Source Information - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - - Lead Time - - - - - - - - Monetary Amount - - - - - - Transaction Totals - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + Monetary Amount + + + + + Advertising Demographic Information + + + + + + Lead Time + + + + + + Baseline Item Data + + + + + + + + + Product/Item Description + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Quantity + + + + + Line Item Schedule + + + + + + + + + Cost Analysis + + + + + + + Subline Item Detail + + + + + + Quantity + + + + + Cost Analysis + + + + + + + + Pricing Data + + + + + Lead Time + + + + + Code Source Information + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + + Lead Time + + + + + + + + Monetary Amount + + + + + + Transaction Totals + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-844-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-844-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-844-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-844-4010Specification.xml index ffe3e063..cb7d552a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-844-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-844-4010Specification.xml @@ -1,57 +1,57 @@ - - - - - - - - - - - - - Name - - - - - - - - - Contract Number Detail - - - - - - Name - - - - - - - - Sales Item Information - - - - - - Product Adjustment Detail - - - - - - - - - - - - - - + + + + + + + + + + + + + Name + + + + + + + + + Contract Number Detail + + + + + + Name + + + + + + + + Sales Item Information + + + + + + Product Adjustment Detail + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-845-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-845-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-845-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-845-4010Specification.xml index 8e8039a4..8c5029e9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-845-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-845-4010Specification.xml @@ -1,85 +1,85 @@ - - - - - - - - - - - - Name - - - - - - - - - - Contract Number Detail - - - - - - - - Name - - - - - - - - - - - Product Adjustment Detail - - - - - - - - - - - - - Item Identification - - - - - - Name - - - - - - - - - Pricing Information - - - - - Name - - - - - - - - - - + + + + + + + + + + + + Name + + + + + + + + + + Contract Number Detail + + + + + + + + Name + + + + + + + + + + + Product Adjustment Detail + + + + + + + + + + + + + Item Identification + + + + + + Name + + + + + + + + + Pricing Information + + + + + Name + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-846-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-846-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-846-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-846-4010Specification.xml index f3a5002a..a01ca656 100644 --- a/src/OopFactory.X12/Specifications/Ansi-846-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-846-4010Specification.xml @@ -1,123 +1,123 @@ - - - - - - - - - - - - Name - - - - - - - - - Code Source Information - - - - - Item Identification - - - - - - - - - - - - - - - - - - - - Code Source Information - - - - - - - - - - - Code Source Information - - - - - - - Subline Item Detail - - - - - - Marks and Numbers - - - - - - Quantity - - - - - - - Reference Identification - - - - Line Item Schedule - - - - - Code Source Information - - - - - - Loop Header - - - - Reference Identification - - - - - Code Source Information - - - - - - - Name - - - - - - - - + + + + + + + + + + + + Name + + + + + + + + + Code Source Information + + + + + Item Identification + + + + + + + + + + + + + + + + + + + + Code Source Information + + + + + + + + + + + Code Source Information + + + + + + + Subline Item Detail + + + + + + Marks and Numbers + + + + + + Quantity + + + + + + + Reference Identification + + + + Line Item Schedule + + + + + Code Source Information + + + + + + Loop Header + + + + Reference Identification + + + + + Code Source Information + + + + + + + Name + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-847-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-847-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-847-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-847-4010Specification.xml index a3365c04..0db207d3 100644 --- a/src/OopFactory.X12/Specifications/Ansi-847-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-847-4010Specification.xml @@ -1,44 +1,44 @@ - - - - - - - - - - - - Name - - - - - - - - - Hierarchical Level - - - - - - - - - - - - - Name - - - - - - - - - + + + + + + + + + + + + Name + + + + + + + + + Hierarchical Level + + + + + + + + + + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-848-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-848-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-848-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-848-4010Specification.xml index 7ac12c9b..61ec917d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-848-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-848-4010Specification.xml @@ -1,64 +1,64 @@ - - - - - - - - - - Name - - - - - - - - - Item Identification - - - - Material Safety Data Sheet Section Info - - - - - Safety Data - - - - - - - Characteristic/Class ID - - - - - - Assigned Number - - - - - - - - Safety Data - - - - - - - Characteristic/Class ID - - - - - - - + + + + + + + + + + Name + + + + + + + + + Item Identification + + + + Material Safety Data Sheet Section Info + + + + + Safety Data + + + + + + + Characteristic/Class ID + + + + + + Assigned Number + + + + + + + + Safety Data + + + + + + + Characteristic/Class ID + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-849-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-849-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-849-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-849-4010Specification.xml index 45238c33..96c1aae5 100644 --- a/src/OopFactory.X12/Specifications/Ansi-849-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-849-4010Specification.xml @@ -1,55 +1,55 @@ - - - - - - - - - - - - - - Name - - - - - - - - - Contract Number Detail - - - - - - - Name - - - - - - - - - Product Adjustment Detail - - - - - - - - - - - - - - - + + + + + + + + + + + + + + Name + + + + + + + + + Contract Number Detail + + + + + + + Name + + + + + + + + + Product Adjustment Detail + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-850-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-850-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-850-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-850-4010Specification.xml index 223f73ed..3433c112 100644 --- a/src/OopFactory.X12/Specifications/Ansi-850-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-850-4010Specification.xml @@ -1,298 +1,298 @@ - - - - - - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - - - - - - Service, Promotion, Allowance, or Charge Information - - - - Monetary Amount - - - - - - Type of Financial Accounting Data - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - Code Source Information - - - - - Specification Identifier - - - - - - Name - - - - - - - - - - Contract and Cost Accounting Standards - - - - - - - - - - Advertising Demographic Information - - - - - - Baseline Item Data - - - - - - - - Pricing Information - - - - - - - Product/Item Description - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - - - - - - - - Quantity - - - - - Line Item Schedule - - - - - - - - - Marking, Packaging, Loading - - - - - Loop Header - - - - Lead Time - - - - - - Code Source Information - - - - - - - Reference Identification - - - - - - - Name - - - - - - - - - - - - - - - - - - - Lead Time - - - - - - - - - Subline Item Detail - - - - - - - - - - - - - - Reference Identification - - - - - - Service, Promotion, Allowance, or Charg - - - - - - Quantity - - - - - Name - - - - - - - - - - - - Monetary Amount - - - - - - Code Source Information - - - - - - Transaction Totals - - - + + + + + + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + + + + + + Service, Promotion, Allowance, or Charge Information + + + + Monetary Amount + + + + + + Type of Financial Accounting Data + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + Code Source Information + + + + + Specification Identifier + + + + + + Name + + + + + + + + + + Contract and Cost Accounting Standards + + + + + + + + + + Advertising Demographic Information + + + + + + Baseline Item Data + + + + + + + + Pricing Information + + + + + + + Product/Item Description + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + + + + + + + + Quantity + + + + + Line Item Schedule + + + + + + + + + Marking, Packaging, Loading + + + + + Loop Header + + + + Lead Time + + + + + + Code Source Information + + + + + + + Reference Identification + + + + + + + Name + + + + + + + + + + + + + + + + + + + Lead Time + + + + + + + + + Subline Item Detail + + + + + + + + + + + + + + Reference Identification + + + + + + Service, Promotion, Allowance, or Charg + + + + + + Quantity + + + + + Name + + + + + + + + + + + + Monetary Amount + + + + + + Code Source Information + + + + + + Transaction Totals + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-851-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-851-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-851-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-851-4010Specification.xml index 1982a15f..64aa289f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-851-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-851-4010Specification.xml @@ -1,50 +1,50 @@ - - - - - - - - - - - - - - - - Name - - - - - - - - - Asset Item Identification - - - - - - - - - - - - - - - Name - - - - - - - - - + + + + + + + + + + + + + + + + Name + + + + + + + + + Asset Item Identification + + + + + + + + + + + + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-852-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-852-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-852-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-852-4010Specification.xml index 65c4103d..bcb1a7d6 100644 --- a/src/OopFactory.X12/Specifications/Ansi-852-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-852-4010Specification.xml @@ -1,43 +1,43 @@ - - - - - - - - - - Name - - - - - - - - - - - - Item Identification - - - - - - - - - Product Activity Reporting - - - - - - Performance Requirements - - - - - + + + + + + + + + + Name + + + + + + + + + + + + Item Identification + + + + + + + + + Product Activity Reporting + + + + + + Performance Requirements + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-853-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-853-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-853-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-853-4010Specification.xml index fbe69cec..1d0ea895 100644 --- a/src/OopFactory.X12/Specifications/Ansi-853-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-853-4010Specification.xml @@ -1,37 +1,37 @@ - - - - - - - - - Name - - - - - - - - - Carrier Details (Routing Sequence/Trans - - - - - - - - - - Name - - - - - - - - + + + + + + + + + Name + + + + + + + + + Carrier Details (Routing Sequence/Trans + + + + + + + + + + Name + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-854-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-854-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-854-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-854-4010Specification.xml index f0ce37d7..bd7d388d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-854-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-854-4010Specification.xml @@ -1,50 +1,50 @@ - - - - - - - - - Name - - - - - - - - - Assigned Number - - - - - - Name - - - - - - - Detail Delivery Exception Information - - - - - Loop Header - - - - Name - - - - - - - - - + + + + + + + + + Name + + + + + + + + + Assigned Number + + + + + + Name + + + + + + + Detail Delivery Exception Information + + + + + Loop Header + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-855-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-855-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-855-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-855-4010Specification.xml index be6044e8..10b56df8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-855-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-855-4010Specification.xml @@ -1,206 +1,206 @@ - - - - - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - - Advertising Demographic Information - - - - - - Baseline Item Data - - - - - - - - - - Product/Item Description - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - Line Item Acknowledgment - - - - - - - - - Quantity - - - - - Marking, Packaging, Loading - - - - - Line Item Schedule - - - - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - - - - Subline Item Detail - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - Quantity - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - Transaction Totals - - - + + + + + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + + Advertising Demographic Information + + + + + + Baseline Item Data + + + + + + + + + + Product/Item Description + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + Line Item Acknowledgment + + + + + + + + + Quantity + + + + + Marking, Packaging, Loading + + + + + Line Item Schedule + + + + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + + + + Subline Item Detail + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + Quantity + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + Transaction Totals + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-856-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-856-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-856-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-856-4010Specification.xml index f967aa17..4447dd08 100644 --- a/src/OopFactory.X12/Specifications/Ansi-856-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-856-4010Specification.xml @@ -1,174 +1,174 @@ - - - - - - - SHIPMENT - - - - - - - - - - - - - - - - - - - Bill-To-Party - - - - - - - - - - - - Intermedicate Consignee - - - - - - - - - - - - Supplier - - - - - - - - - - - - Ship To - - - - - - - - - - - - Ship From - - - - - - - - - - - - Selling Party - - - - - - - - - - - - Buying Party - - - - - - - - - - - - Service, Promotion, Allowance, or Charge - - - - - - ORDER - - - - - - - Service, Promotion, Allowance, or Charge - - - - - Buying Party - - - - - - - - - - - - - TARE - - - - PACK - - - - ITEM - - - - - - - - - - - - - - - - - - - LOAD DETAIL - - - - - + + + + + + + SHIPMENT + + + + + + + + + + + + + + + + + + + Bill-To-Party + + + + + + + + + + + + Intermedicate Consignee + + + + + + + + + + + + Supplier + + + + + + + + + + + + Ship To + + + + + + + + + + + + Ship From + + + + + + + + + + + + Selling Party + + + + + + + + + + + + Buying Party + + + + + + + + + + + + Service, Promotion, Allowance, or Charge + + + + + + ORDER + + + + + + + Service, Promotion, Allowance, or Charge + + + + + Buying Party + + + + + + + + + + + + + TARE + + + + PACK + + + + ITEM + + + + + + + + + + + + + + + + + + + LOAD DETAIL + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-857-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-857-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-857-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-857-4010Specification.xml index 9f7c81cc..471348da 100644 --- a/src/OopFactory.X12/Specifications/Ansi-857-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-857-4010Specification.xml @@ -1,125 +1,125 @@ - - - - - - - Hierarchical Level - - Total Shipment Information - - - - - - - - - - - - Name - - - - - - - Code Source Information - - - - - - Total Monetary Value Summary - - - - - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - Name - - - - - - - Type of Financial Accounting Data - - - - - - Pallet Information - - - - - - Assigned Number - - - - - - - - - - Baseline Item Data (Invoice) - - - - - - - - - - - - - - - - - Product/Item Description - - - - - Subline Item Detail - - - - - Service, Promotion, Allowance, or Charg - - - - - Code Source Information - - - - - Type of Financial Accounting Data - - - - - + + + + + + + Hierarchical Level + + Total Shipment Information + + + + + + + + + + + + Name + + + + + + + Code Source Information + + + + + + Total Monetary Value Summary + + + + + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + Name + + + + + + + Type of Financial Accounting Data + + + + + + Pallet Information + + + + + + Assigned Number + + + + + + + + + + Baseline Item Data (Invoice) + + + + + + + + + + + + + + + + + Product/Item Description + + + + + Subline Item Detail + + + + + Service, Promotion, Allowance, or Charg + + + + + Code Source Information + + + + + Type of Financial Accounting Data + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-858-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-858-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-858-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-858-4010Specification.xml index a95989b2..2ff6fd86 100644 --- a/src/OopFactory.X12/Specifications/Ansi-858-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-858-4010Specification.xml @@ -1,157 +1,157 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Empty Car Disposition - Pended Destinat - - - - - - - - - - - - Equipment Details - - - - - - - - - - - Empty Car Disposition - Pended Destinat - - - - - - - - Name - - - - - - - - - - Stop Off Details - - - - - - Name - - - - - - - - - - Type of Financial Accounting Data - - - - - - Hierarchical Level - - - - - - - - - - - - - - - - - - - - - - - - - Line Item - Quantity and Weight - - - - - - Hazardous Identification Information - - - - - - - - - - - - - Type of Financial Accounting Data - - - - - - Individual or Organizational Name - - - - - - Name - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Empty Car Disposition - Pended Destinat + + + + + + + + + + + + Equipment Details + + + + + + + + + + + Empty Car Disposition - Pended Destinat + + + + + + + + Name + + + + + + + + + + Stop Off Details + + + + + + Name + + + + + + + + + + Type of Financial Accounting Data + + + + + + Hierarchical Level + + + + + + + + + + + + + + + + + + + + + + + + + Line Item - Quantity and Weight + + + + + + Hazardous Identification Information + + + + + + + + + + + + + Type of Financial Accounting Data + + + + + + Individual or Organizational Name + + + + + + Name + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-859-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-859-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-859-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-859-4010Specification.xml index 5ac23095..e0f024e9 100644 --- a/src/OopFactory.X12/Specifications/Ansi-859-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-859-4010Specification.xml @@ -1,114 +1,114 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hazardous Material - - - - - Equipment Details - - - - - - - - - - - Name - - - - - - - - - Stop Off Details - - - - - - Name - - - - - - - - - - - Assigned Number - - - Name - - - - - - - - - - Line Item - Quantity and Weight - - - - - - - - - - - - - - - - - - - - - Hazardous Material - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hazardous Material + + + + + Equipment Details + + + + + + + + + + + Name + + + + + + + + + Stop Off Details + + + + + + Name + + + + + + + + + + + Assigned Number + + + Name + + + + + + + + + + Line Item - Quantity and Weight + + + + + + + + + + + + + + + + + + + + + Hazardous Material + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-860-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-860-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-860-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-860-4010Specification.xml index 2ad45ab4..efb4a975 100644 --- a/src/OopFactory.X12/Specifications/Ansi-860-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-860-4010Specification.xml @@ -1,279 +1,279 @@ - - - - - - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - - - - - - Monetary Amount - - - - - - Type of Financial Accounting Data - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - Code Source Information - - - - - Specification Identifier - - - - - - Name - - - - - - - - - - Contract and Cost Accounting Standards - - - - - - - - - Advertising Demographic Information - - - - - - Line Item Change - - - - - - - - - - - Product/Item Description - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - - - - - - Quantity - - - - - Line Item Schedule - - - - - - - - Reference Identification - - - - - - Loop Header - - - - Lead Time - - - - - - Code Source Information - - - - - - - Name - - - - - - - - - - - - - - - - - - - Lead Time - - - - - - - - - Subline Item Detail - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - Quantity - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - Monetary Amount - - - - - - Code Source Information - - - - - - Transaction Totals - - - + + + + + + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + + + + + + Monetary Amount + + + + + + Type of Financial Accounting Data + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + Code Source Information + + + + + Specification Identifier + + + + + + Name + + + + + + + + + + Contract and Cost Accounting Standards + + + + + + + + + Advertising Demographic Information + + + + + + Line Item Change + + + + + + + + + + + Product/Item Description + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + + + + + + Quantity + + + + + Line Item Schedule + + + + + + + + Reference Identification + + + + + + Loop Header + + + + Lead Time + + + + + + Code Source Information + + + + + + + Name + + + + + + + + + + + + + + + + + + + Lead Time + + + + + + + + + Subline Item Detail + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + Quantity + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + Monetary Amount + + + + + + Code Source Information + + + + + + Transaction Totals + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-861-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-861-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-861-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-861-4010Specification.xml index 06859c3a..e086c8f2 100644 --- a/src/OopFactory.X12/Specifications/Ansi-861-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-861-4010Specification.xml @@ -1,78 +1,78 @@ - - - - - - - - - - - - - - - - Name - - - - - - - - - - Code Source Information - - - - - Receiving Conditions - - - - - - - - - - - - - - - - - - - - Code Source Information - - - - - Subline Item Detail - - - - - Code Source Information - - - - - - Name - - - - - - - - - - + + + + + + + + + + + + + + + + Name + + + + + + + + + + Code Source Information + + + + + Receiving Conditions + + + + + + + + + + + + + + + + + + + + Code Source Information + + + + + Subline Item Detail + + + + + Code Source Information + + + + + + Name + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-862-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-862-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-862-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-862-4010Specification.xml index 35124f54..4553121b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-862-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-862-4010Specification.xml @@ -1,48 +1,48 @@ - - - - - - - Name - - - - - - - - - - Item Identification - - - - - - - - - - - Forecast Schedule - - - - - Just-In-Time Schedule - - - - - - Shipped/Received Information - - - - - - - - + + + + + + + Name + + + + + + + + + + Item Identification + + + + + + + + + + + Forecast Schedule + + + + + Just-In-Time Schedule + + + + + + Shipped/Received Information + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-863-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-863-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-863-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-863-4010Specification.xml index 54fc7330..f35e56ff 100644 --- a/src/OopFactory.X12/Specifications/Ansi-863-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-863-4010Specification.xml @@ -1,55 +1,55 @@ - - - - - - - - - - - - - - Name - - - - - - - Administrative Communications Contact - - - - - - Item Identification - - - Product/Item Description - - - Measurements - - - - - - - - - Test Period or Interval - - - - - - Code Source Information - - - - - - + + + + + + + + + + + + + + Name + + + + + + + Administrative Communications Contact + + + + + + Item Identification + + + Product/Item Description + + + Measurements + + + + + + + + + Test Period or Interval + + + + + + Code Source Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-864-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-864-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-864-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-864-4010Specification.xml index 9a8581a3..29c21a87 100644 --- a/src/OopFactory.X12/Specifications/Ansi-864-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-864-4010Specification.xml @@ -1,30 +1,30 @@ - - - - - - - Name - - - - - - - - - Message Identification - - - - Name - - - - - - - - - + + + + + + + Name + + + + + + + + + Message Identification + + + + Name + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-865-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-865-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-865-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-865-4010Specification.xml index 6110b66f..4246357c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-865-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-865-4010Specification.xml @@ -1,237 +1,237 @@ - - - - - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - - Monetary Amount - - - - - Advertising Demographic Information - - - - - - Line Item Change - - - - - - - - - - Product/Item Description - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - - - - - - - - - - - - Line Item Acknowledgment - - - - - - - - - Monetary Amount - - - - - Quantity - - - - - Line Item Schedule - - - - - - - - - Lead Time - - - - - Code Source Information - - - - - - Reference Identification - - - - - - Name - - - - - - - - - - - - - - - - - - - Lead Time - - - - - - - - Subline Item Detail - - - - - - - - - - Service, Promotion, Allowance, or Charg - - - - - - - - - Quantity - - - - - Reference Identification - - - - - Name - - - - - - - - - - - - Pricing Data - - - - - - Transaction Totals - - - + + + + + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + + Monetary Amount + + + + + Advertising Demographic Information + + + + + + Line Item Change + + + + + + + + + + Product/Item Description + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + + + + + + + + + + + + Line Item Acknowledgment + + + + + + + + + Monetary Amount + + + + + Quantity + + + + + Line Item Schedule + + + + + + + + + Lead Time + + + + + Code Source Information + + + + + + Reference Identification + + + + + + Name + + + + + + + + + + + + + + + + + + + Lead Time + + + + + + + + Subline Item Detail + + + + + + + + + + Service, Promotion, Allowance, or Charg + + + + + + + + + Quantity + + + + + Reference Identification + + + + + Name + + + + + + + + + + + + Pricing Data + + + + + + Transaction Totals + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-866-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-866-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-866-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-866-4010Specification.xml index 61ad4407..29626429 100644 --- a/src/OopFactory.X12/Specifications/Ansi-866-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-866-4010Specification.xml @@ -1,48 +1,48 @@ - - - - - - - Name - - - - - - - - - - Date/Time Reference - - - - - - Item Identification - - - - - - - Subline Item Detail - - - - - - - - - Product/Item Description - - - - - - - - + + + + + + + Name + + + + + + + + + + Date/Time Reference + + + + + + Item Identification + + + + + + + Subline Item Detail + + + + + + + + + Product/Item Description + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-867-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-867-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-867-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-867-4010Specification.xml index 07082e95..6801aca7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-867-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-867-4010Specification.xml @@ -1,102 +1,102 @@ - - - - - - - - - - - - Name - - - - - - - Administrative Communications Contact - - - - - - Code Source Information - - - - - Product Transfer and Resale Detail - - - - - - - - - - Name - - - - - - - - Sales Item Information - - - - - - Quantity - - - - - - - - - - - - - - - - - - - Code Source Information - - - - - Assigned Number - - - - - - Code Source Information - - - - - - Type of Financial Accounting Data - - - - - - - Transaction Totals - - - - + + + + + + + + + + + + Name + + + + + + + Administrative Communications Contact + + + + + + Code Source Information + + + + + Product Transfer and Resale Detail + + + + + + + + + + Name + + + + + + + + Sales Item Information + + + + + + Quantity + + + + + + + + + + + + + + + + + + + Code Source Information + + + + + Assigned Number + + + + + + Code Source Information + + + + + + Type of Financial Accounting Data + + + + + + + Transaction Totals + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-868-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-868-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-868-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-868-4010Specification.xml index 3d49921f..da89d250 100644 --- a/src/OopFactory.X12/Specifications/Ansi-868-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-868-4010Specification.xml @@ -1,41 +1,41 @@ - - - - - - - - - Transaction Set Grouping - - - - - Segment Header Information - - - - Data Element Sequence in a Segment - - - - - - Data Element Attributes - - - - - Code List Values for a Data Element - - - - - - - EDI Standards Note Reference - - - - + + + + + + + + + Transaction Set Grouping + + + + + Segment Header Information + + + + Data Element Sequence in a Segment + + + + + + Data Element Attributes + + + + + Code List Values for a Data Element + + + + + + + EDI Standards Note Reference + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-869-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-869-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-869-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-869-4010Specification.xml index b63d30ac..03d38cae 100644 --- a/src/OopFactory.X12/Specifications/Ansi-869-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-869-4010Specification.xml @@ -1,41 +1,41 @@ - - - - - - - - Hierarchical Level - - - - - - - - - Reference Identification - - - - - Name - - - - - - - - - Code Source Information - - - - - Type of Financial Accounting Data - - - - + + + + + + + + Hierarchical Level + + + + + + + + + Reference Identification + + + + + Name + + + + + + + + + Code Source Information + + + + + Type of Financial Accounting Data + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-870-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-870-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-870-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-870-4010Specification.xml index 3409c74d..05f2e184 100644 --- a/src/OopFactory.X12/Specifications/Ansi-870-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-870-4010Specification.xml @@ -1,106 +1,106 @@ - - - - - - - - - - - Reference Identification - - - - - Name - - - - - - - - - - Code Source Information - - - - - Hierarchical Level - - - Item Status Report - - - - - - - - - Reference Identification - - - - - Name - - - - - - - - - Code Source Information - - - - - Baseline Item Data - - - - - - - - - Item Status Report - - - - - - - - - - - - - - - - Code Source Information - - - - - - Assigned Number - - - - - - Code Source Information - - - - - - + + + + + + + + + + + Reference Identification + + + + + Name + + + + + + + + + + Code Source Information + + + + + Hierarchical Level + + + Item Status Report + + + + + + + + + Reference Identification + + + + + Name + + + + + + + + + Code Source Information + + + + + Baseline Item Data + + + + + + + + + Item Status Report + + + + + + + + + + + + + + + + Code Source Information + + + + + + Assigned Number + + + + + + Code Source Information + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-871-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-871-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-871-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-871-4010Specification.xml index eb738e67..2b25ca9a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-871-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-871-4010Specification.xml @@ -1,39 +1,39 @@ - - - - - - Name - - - - - - - - - - Item Identification - - - - - - - - Yes/No Question - - - - - - Name - - - - - - - - + + + + + + Name + + + + + + + + + + Item Identification + + + + + + + + Yes/No Question + + + + + + Name + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-872-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-872-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-872-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-872-4010Specification.xml index a34b13d1..ede8c8be 100644 --- a/src/OopFactory.X12/Specifications/Ansi-872-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-872-4010Specification.xml @@ -1,84 +1,84 @@ - - - - - - - Assigned Number - - - - - Mortgage Characteristics Requested - - - - - - - - - - - - Credit Score Model - - - - - Property or Entity Identification - - - - Property Appraisal Summary - - - - - - - - Individual Identification - - - - - - - - - Credit Score Model - - - - - Property or Entity Identification - - - - - - - - Real Estate Property Information - - - - - Mortgage Closing Data - - - - - Loan Buydown - - - - - Multifamily Housing Project - - - - - + + + + + + + Assigned Number + + + + + Mortgage Characteristics Requested + + + + + + + + + + + + Credit Score Model + + + + + Property or Entity Identification + + + + Property Appraisal Summary + + + + + + + + Individual Identification + + + + + + + + + Credit Score Model + + + + + Property or Entity Identification + + + + + + + + Real Estate Property Information + + + + + Mortgage Closing Data + + + + + Loan Buydown + + + + + Multifamily Housing Project + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-873-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-873-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-873-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-873-4010Specification.xml index eb16ecbd..6f74ed12 100644 --- a/src/OopFactory.X12/Specifications/Ansi-873-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-873-4010Specification.xml @@ -1,31 +1,31 @@ - - - - - - Party Identification - - - - Detail - - - Contract Summary - - - - Subline Item Detail - - - - - Party Identification - - - - - - - - + + + + + + Party Identification + + + + Detail + + + Contract Summary + + + + Subline Item Detail + + + + + Party Identification + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-874-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-874-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-874-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-874-4010Specification.xml index 47e337e5..99a5e4aa 100644 --- a/src/OopFactory.X12/Specifications/Ansi-874-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-874-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - - Party Identification - - - - - - - - - - - - - - - + + + + + + Party Identification + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-875-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-875-5010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-875-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-875-5010Specification.xml index 6d47849a..8c7c532c 100644 --- a/src/OopFactory.X12/Specifications/Ansi-875-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-875-5010Specification.xml @@ -1,48 +1,48 @@ - - - - - - - - - - - - - Name - - - - - - - Allowance or Charge - - - - - Line Item Detail - Product - - - - - - - Allowance or Charge - - - - - Name - - - - - - Subline Item Detail - - - - + + + + + + + + + + + + + Name + + + + + + + Allowance or Charge + + + + + Line Item Detail - Product + + + + + + + Allowance or Charge + + + + + Name + + + + + + Subline Item Detail + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-876-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-876-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-876-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-876-4010Specification.xml index ae0cec94..29640a57 100644 --- a/src/OopFactory.X12/Specifications/Ansi-876-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-876-4010Specification.xml @@ -1,48 +1,48 @@ - - - - - - - - - - - - - Name - - - - - - - Allowance or Charge - - - - - Line Item Detail - Product - - - - - - - Allowance or Charge - - - - - Name - - - - - - Subline Item Detail - - - - + + + + + + + + + + + + + Name + + + + + + + Allowance or Charge + + + + + Line Item Detail - Product + + + + + + + Allowance or Charge + + + + + Name + + + + + + Subline Item Detail + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-877-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-877-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-877-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-877-4010Specification.xml index a285fc77..c16670d0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-877-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-877-4010Specification.xml @@ -1,20 +1,20 @@ - - - - - - - - Entity - - - Item Identification - - - Line Item Numbers - - - - - + + + + + + + + Entity + + + Item Identification + + + Line Item Numbers + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-878-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-878-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-878-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-878-4010Specification.xml index 193d3de0..54e3db03 100644 --- a/src/OopFactory.X12/Specifications/Ansi-878-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-878-4010Specification.xml @@ -1,25 +1,25 @@ - - - - - Name - - - - - - - Product Information - - - - Name - - - - - - - - + + + + + Name + + + + + + + Product Information + + + + Name + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-879-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-879-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-879-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-879-4010Specification.xml index db3122e3..a211f367 100644 --- a/src/OopFactory.X12/Specifications/Ansi-879-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-879-4010Specification.xml @@ -1,38 +1,38 @@ - - - - - - Name - - - - - - - - - - - - - - - - Line Item Numbers - - - - - - - - - - - Bracket Price - - - - + + + + + + Name + + + + + + + + + + + + + + + + Line Item Numbers + + + + + + + + + + + Bracket Price + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-880-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-880-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-880-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-880-4010Specification.xml index 1838bda2..d3deb244 100644 --- a/src/OopFactory.X12/Specifications/Ansi-880-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-880-4010Specification.xml @@ -1,61 +1,61 @@ - - - - - - - - - - - - - - - Name - - - - - - - Allowance or Charge - - - - - Item Detail - Invoice - - - - - - - - - Allowance or Charge - - - - - - Entity - - - - - - - Reference Identification - - - - - - Item Detail - Invoice - - - - - + + + + + + + + + + + + + + + Name + + + + + + + Allowance or Charge + + + + + Item Detail - Invoice + + + + + + + + + Allowance or Charge + + + + + + Entity + + + + + + + Reference Identification + + + + + + Item Detail - Invoice + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-880-5050Specification.xml b/src/X12.Specifications/Resource/Ansi-880-5050Specification.xml similarity index 96% rename from src/OopFactory.X12/Specifications/Ansi-880-5050Specification.xml rename to src/X12.Specifications/Resource/Ansi-880-5050Specification.xml index 001cd058..0b87f96a 100644 --- a/src/OopFactory.X12/Specifications/Ansi-880-5050Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-880-5050Specification.xml @@ -1,62 +1,62 @@ - - - - - - - - - - - - - - - - Name - - - - - - - Allowance or Charge - - - - - Item Detail - - - - - - - - - Allowance or Charge - - - - - - Entity - - - - - - - Reference Information - - - - - - Item Detail - Invoice - - - - - + + + + + + + + + + + + + + + + Name + + + + + + + Allowance or Charge + + + + + Item Detail + + + + + + + + + Allowance or Charge + + + + + + Entity + + + + + + + Reference Information + + + + + + Item Detail - Invoice + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-881-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-881-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-881-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-881-4010Specification.xml index 1d6e2b12..06b13867 100644 --- a/src/OopFactory.X12/Specifications/Ansi-881-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-881-4010Specification.xml @@ -1,55 +1,55 @@ - - - - - - - - Name - - - - - - - Invoice Identification - - - - - Allowance or Charge - - - - - Name - - - - - - - Reference Identification - - - - - - Industry Code - - - - - - - - - - - - Assigned Number - - - - + + + + + + + + Name + + + + + + + Invoice Identification + + + + + Allowance or Charge + + + + + Name + + + + + + + Reference Identification + + + + + + Industry Code + + + + + + + + + + + + Assigned Number + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-882-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-882-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-882-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-882-4010Specification.xml index a850c417..7c92b34f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-882-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-882-4010Specification.xml @@ -1,29 +1,29 @@ - - - - - - Name - - - - - - - - - - Statement/Invoice Identification - - - Allowance or Charge - - - - - - - - - + + + + + + Name + + + + + + + + + + Statement/Invoice Identification + + + Allowance or Charge + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-883-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-883-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-883-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-883-4010Specification.xml index 60050edb..734768d8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-883-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-883-4010Specification.xml @@ -1,44 +1,44 @@ - - - - - - - - - - - Item Identification - - - Unit Detail - - - - - - - Name - - - - - - Item Identification - - - - - - Assigned Number - - - - - Name - - - - - + + + + + + + + + + + Item Identification + + + Unit Detail + + + + + + + Name + + + + + + Item Identification + + + + + + Assigned Number + + + + + Name + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-884-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-884-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-884-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-884-4010Specification.xml index 9b5cb5ea..0450b91b 100644 --- a/src/OopFactory.X12/Specifications/Ansi-884-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-884-4010Specification.xml @@ -1,16 +1,16 @@ - - - - - - - - - - - Reference Identification - - - - + + + + + + + + + + + Reference Identification + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-885-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-885-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-885-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-885-4010Specification.xml index 40f3cbf5..a9021ecc 100644 --- a/src/OopFactory.X12/Specifications/Ansi-885-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-885-4010Specification.xml @@ -1,30 +1,30 @@ - - - - - - - - Entity - - - - - - - - - - - - - - - - - Code Source Information - - - - + + + + + + + + Entity + + + + + + + + + + + + + + + + + Code Source Information + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-886-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-886-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-886-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-886-4010Specification.xml index 6066d774..f15240fe 100644 --- a/src/OopFactory.X12/Specifications/Ansi-886-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-886-4010Specification.xml @@ -1,27 +1,27 @@ - - - - - - - Entity - - - - - Name - - - - - Line Item Numbers - - - - - - - - - + + + + + + + Entity + + + + + Name + + + + + Line Item Numbers + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-887-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-887-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-887-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-887-4010Specification.xml index 4e3dba81..c4571bf4 100644 --- a/src/OopFactory.X12/Specifications/Ansi-887-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-887-4010Specification.xml @@ -1,40 +1,40 @@ - - - - - - - - - - - - - - Coupon Special Processing - - - - - - - - Coupon Distribution - - - - - - - - Item Identification - - - Line Item Numbers - - - - - - + + + + + + + + + + + + + + Coupon Special Processing + + + + + + + + Coupon Distribution + + + + + + + + Item Identification + + + Line Item Numbers + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-888-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-888-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-888-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-888-4010Specification.xml index 7fb08639..c37df358 100644 --- a/src/OopFactory.X12/Specifications/Ansi-888-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-888-4010Specification.xml @@ -1,62 +1,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-889-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-889-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-889-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-889-4010Specification.xml index 53ff3684..668b20ee 100644 --- a/src/OopFactory.X12/Specifications/Ansi-889-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-889-4010Specification.xml @@ -1,50 +1,50 @@ - - - - - - - - - - - - Name - - - - - - - - Promotion Conditions - - - - - Assigned Number - - - - - Promotion Conditions - - - Performance Requirements - - - - - - Line Item Detail - Promotion - - - - - - - - - - + + + + + + + + + + + + Name + + + + + + + + Promotion Conditions + + + + + Assigned Number + + + + + Promotion Conditions + + + Performance Requirements + + + + + + Line Item Detail - Promotion + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-891-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-891-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-891-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-891-4010Specification.xml index 02ce9bfa..644069f5 100644 --- a/src/OopFactory.X12/Specifications/Ansi-891-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-891-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - - - - Entity - - - Reference Identification - - - - Adjustment - - - - - - + + + + + + + + Entity + + + Reference Identification + + + + Adjustment + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-893-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-893-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-893-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-893-4010Specification.xml index 9039bbb4..eb58eecb 100644 --- a/src/OopFactory.X12/Specifications/Ansi-893-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-893-4010Specification.xml @@ -1,13 +1,13 @@ - - - - - - - Name - - - - - + + + + + + + Name + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-894-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-894-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-894-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-894-4010Specification.xml index b08ab347..33355cdb 100644 --- a/src/OopFactory.X12/Specifications/Ansi-894-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-894-4010Specification.xml @@ -1,23 +1,23 @@ - - - - - - - Loop Header - - - - Line Item Detail/Direct Store Delivery - - - - - - - - - - - + + + + + + + Loop Header + + + + Line Item Detail/Direct Store Delivery + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-895-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-895-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-895-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-895-4010Specification.xml index b0b28b0f..519c7447 100644 --- a/src/OopFactory.X12/Specifications/Ansi-895-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-895-4010Specification.xml @@ -1,23 +1,23 @@ - - - - - - - Loop Header - - - - Line-Item Detail Adjustment - - - - - - - - - - - + + + + + + + Loop Header + + + + Line-Item Detail Adjustment + + + + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-896-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-896-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-896-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-896-4010Specification.xml index b2fe7e8f..b6bf5981 100644 --- a/src/OopFactory.X12/Specifications/Ansi-896-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-896-4010Specification.xml @@ -1,22 +1,22 @@ - - - - - Name - - - - - - - - - - - - Item Detail Dimensions - - - - + + + + + Name + + + + + + + + + + + + Item Detail Dimensions + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-920-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-920-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-920-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-920-4010Specification.xml index 33c79822..055bdef0 100644 --- a/src/OopFactory.X12/Specifications/Ansi-920-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-920-4010Specification.xml @@ -1,31 +1,31 @@ - - - - - - - - Name - - - - - - - Identification of Shipment - - - - - - - - - Detail - Supporting Evidence for Claim - - - - - - + + + + + + + + Name + + + + + + + Identification of Shipment + + + + + + + + + Detail - Supporting Evidence for Claim + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-924-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-924-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-924-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-924-4010Specification.xml index f736d992..d9d28730 100644 --- a/src/OopFactory.X12/Specifications/Ansi-924-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-924-4010Specification.xml @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-925-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-925-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-925-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-925-4010Specification.xml index f774a798..f782cbd7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-925-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-925-4010Specification.xml @@ -1,9 +1,9 @@ - - - - - Identification of Claim (Tracer) - - - + + + + + Identification of Claim (Tracer) + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-926-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-926-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-926-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-926-4010Specification.xml index b34dec71..2f699a70 100644 --- a/src/OopFactory.X12/Specifications/Ansi-926-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-926-4010Specification.xml @@ -1,11 +1,11 @@ - - - - - Status - - - - - + + + + + Status + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-928-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-928-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-928-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-928-4010Specification.xml index 356c8c78..7ab5f491 100644 --- a/src/OopFactory.X12/Specifications/Ansi-928-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-928-4010Specification.xml @@ -1,11 +1,11 @@ - - - - - - - Motor Vehicle Control - - - + + + + + + + Motor Vehicle Control + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-940-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-940-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-940-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-940-4010Specification.xml index 567d973a..8aa646b8 100644 --- a/src/OopFactory.X12/Specifications/Ansi-940-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-940-4010Specification.xml @@ -1,108 +1,108 @@ - - - - - - Name - - - - - - - - - - - - - - - - - - - - - - Code Source Information - - - - - Assigned Number - - - - - - - - Line Item Detail - Warehouse - - - - - - - - - - - - - - - - - - - - - - - - Code Source Information - - - - - Loop Header - - - - Assigned Number - - - - - - - - - Code Source Information - - - - - Hazardous Identification Information - - - - - - - - - - - - - Type of Financial Accounting Data - - - - - - + + + + + + Name + + + + + + + + + + + + + + + + + + + + + + Code Source Information + + + + + Assigned Number + + + + + + + + Line Item Detail - Warehouse + + + + + + + + + + + + + + + + + + + + + + + + Code Source Information + + + + + Loop Header + + + + Assigned Number + + + + + + + + + Code Source Information + + + + + Hazardous Identification Information + + + + + + + + + + + + + Type of Financial Accounting Data + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-943-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-943-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-943-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-943-4010Specification.xml index 1ad9da0c..9cd49d4f 100644 --- a/src/OopFactory.X12/Specifications/Ansi-943-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-943-4010Specification.xml @@ -1,28 +1,28 @@ - - - - - - Name - - - - - - - - - - - - - - - Item Detail Total - - - - - - + + + + + + Name + + + + + + + + + + + + + + + Item Detail Total + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-944-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-944-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-944-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-944-4010Specification.xml index 832c749c..8d23bc04 100644 --- a/src/OopFactory.X12/Specifications/Ansi-944-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-944-4010Specification.xml @@ -1,33 +1,33 @@ - - - - - - Name - - - - - - - - - - - - - - - Item Detail For Stock Receipt - - - - - - Item Detail Exception - - - - - + + + + + + Name + + + + + + + + + + + + + + + Item Detail For Stock Receipt + + + + + + Item Detail Exception + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-945-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-945-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-945-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-945-4010Specification.xml index c281190b..4b6d1ebd 100644 --- a/src/OopFactory.X12/Specifications/Ansi-945-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-945-4010Specification.xml @@ -1,76 +1,76 @@ - - - - - - Name - - - - - - - - - - - - - - - - - Code Source Information - - - - - Assigned Number - - - - - - Warehouse Item Detail - - - - - - - - - - - - - Code Source Information - - - - - Loop Header - - - - Assigned Number - - - - - - Code Source Information - - - - - - - Type of Financial Accounting Data - - - - - - + + + + + + Name + + + + + + + + + + + + + + + + + Code Source Information + + + + + Assigned Number + + + + + + Warehouse Item Detail + + + + + + + + + + + + + Code Source Information + + + + + Loop Header + + + + Assigned Number + + + + + + Code Source Information + + + + + + + Type of Financial Accounting Data + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-947-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-947-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-947-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-947-4010Specification.xml index 484ce2a3..a9c25319 100644 --- a/src/OopFactory.X12/Specifications/Ansi-947-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-947-4010Specification.xml @@ -1,61 +1,61 @@ - - - - - - Name - - - - - - - - - - - - Code Source Information - - - - - Warehouse Adjustment Item Detail - - - - - - - - Code Source Information - - - - - Name - - - - - - - - Assigned Number - - - - - - Code Source Information - - - - - - Type of Financial Accounting Data - - - - + + + + + + Name + + + + + + + + + + + + Code Source Information + + + + + Warehouse Adjustment Item Detail + + + + + + + + Code Source Information + + + + + Name + + + + + + + + Assigned Number + + + + + + Code Source Information + + + + + + Type of Financial Accounting Data + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-980-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-980-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-980-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-980-4010Specification.xml index d064051b..6aba1786 100644 --- a/src/OopFactory.X12/Specifications/Ansi-980-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-980-4010Specification.xml @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-990-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-990-4010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-990-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-990-4010Specification.xml index a5d532fd..c64b34a7 100644 --- a/src/OopFactory.X12/Specifications/Ansi-990-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-990-4010Specification.xml @@ -1,18 +1,18 @@ - - - - - - - - - - - - Stop Off Details - - - - - + + + + + + + + + + + + Stop Off Details + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-996-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-996-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-996-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-996-4010Specification.xml index c39dd358..e8a77e38 100644 --- a/src/OopFactory.X12/Specifications/Ansi-996-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-996-4010Specification.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-997-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-997-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-997-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-997-4010Specification.xml index 4bfa247c..c6dcdee3 100644 --- a/src/OopFactory.X12/Specifications/Ansi-997-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-997-4010Specification.xml @@ -1,15 +1,15 @@ - - - - - - - - - - PAYER IDENTIFICATION - - - - + + + + + + + + + + PAYER IDENTIFICATION + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-998-4010Specification.xml b/src/X12.Specifications/Resource/Ansi-998-4010Specification.xml similarity index 98% rename from src/OopFactory.X12/Specifications/Ansi-998-4010Specification.xml rename to src/X12.Specifications/Resource/Ansi-998-4010Specification.xml index a3a5daf1..f02c4c0d 100644 --- a/src/OopFactory.X12/Specifications/Ansi-998-4010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-998-4010Specification.xml @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/Ansi-999-5010Specification.xml b/src/X12.Specifications/Resource/Ansi-999-5010Specification.xml similarity index 97% rename from src/OopFactory.X12/Specifications/Ansi-999-5010Specification.xml rename to src/X12.Specifications/Resource/Ansi-999-5010Specification.xml index 1d941f9e..fe4a2aa6 100644 --- a/src/OopFactory.X12/Specifications/Ansi-999-5010Specification.xml +++ b/src/X12.Specifications/Resource/Ansi-999-5010Specification.xml @@ -1,21 +1,21 @@ - - - - - - Transaction Set Response Header - - - Error Identification - - - - Implementation Data Element Note - - - - - - - + + + + + + Transaction Set Response Header + + + Error Identification + + + + Implementation Data Element Note + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Specifications/X12ParserSpecification.xsd b/src/X12.Specifications/Resource/X12ParserSpecification.xsd similarity index 97% rename from src/OopFactory.X12/Specifications/X12ParserSpecification.xsd rename to src/X12.Specifications/Resource/X12ParserSpecification.xsd index 1e969100..6c5286eb 100644 --- a/src/OopFactory.X12/Specifications/X12ParserSpecification.xsd +++ b/src/X12.Specifications/Resource/X12ParserSpecification.xsd @@ -1,125 +1,125 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/X12.Specifications/SegmentSpecification.cs b/src/X12.Specifications/SegmentSpecification.cs new file mode 100644 index 00000000..2a57beca --- /dev/null +++ b/src/X12.Specifications/SegmentSpecification.cs @@ -0,0 +1,87 @@ +namespace X12.Specifications +{ + using System.Collections.Generic; + using System.Diagnostics; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + + /// + /// Represents the specification of a segment within an X12 document + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + public class SegmentSpecification + { + /// + /// Initializes a new instance of the class + /// + public SegmentSpecification() + { + if (this.Standard == null) + { + this.Standard = new SegmentSpecificationStandard(); + } + + if (this.Elements == null) + { + this.Elements = new List(); + } + } + + /// + /// Gets or sets the segment ID defined in the specification + /// + [XmlAttribute] + public string SegmentId { get; set; } + + /// + /// Gets or sets the usage (e.g. required, situational, not used, etc) + /// + [XmlAttribute] + public Usage Usage { get; set; } + + /// + /// Gets or sets the number of times the segment is repeated in the document + /// + [XmlAttribute] + public int Repeat { get; set; } + + /// + /// Gets or sets a value indicating whether the segment includes a trailer + /// (e.g. ISA segment) + /// + [XmlAttribute] + public bool Trailer { get; set; } + + /// + /// Gets or sets a value indicating whether the segment trailer is specified + /// in the specification document + /// + [XmlIgnore] + public bool TrailerSpecified { get; set; } + + /// + /// Gets or sets the specification standard for the segment + /// + public SegmentSpecificationStandard Standard { get; set; } + + /// + /// Gets or sets the collection of elements in the segment + /// + [XmlElement(ElementName = X12Elements.Element)] + public List Elements { get; set; } + + /// + /// Gets the element indicated, if present, from the segment + /// + /// The position of the element to get from the segment + /// The element found; otherwise, null + public ElementSpecification GetElement(int elementNumber) + { + return elementNumber >= 0 && elementNumber < this.Elements.Count + ? this.Elements[elementNumber - 1] + : null; + } + } +} diff --git a/src/X12.Specifications/SegmentSpecificationStandard.cs b/src/X12.Specifications/SegmentSpecificationStandard.cs new file mode 100644 index 00000000..c86ef8a5 --- /dev/null +++ b/src/X12.Specifications/SegmentSpecificationStandard.cs @@ -0,0 +1,45 @@ +namespace X12.Specifications +{ + using System.Diagnostics; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + + /// + /// Represents the segment standard for an X12 document + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + public class SegmentSpecificationStandard + { + /// + /// Gets or sets the segment position in the X12 document + /// + [XmlAttribute] + public string Position { get; set; } + + /// + /// Gets or sets the value indicating the segment usage + /// + [XmlAttribute] + public Requirement Requirement { get; set; } + + /// + /// Gets or sets a value indicating whether the requirement value is specified + /// + [XmlIgnore] + public bool RequirementSpecified { get; set; } + + /// + /// Gets or sets the max number of times the segment is used in the document + /// + [XmlAttribute] + public int MaxUse { get; set; } + + /// + /// Gets or sets a value indicating whether the MaxUse property is specified + /// + [XmlIgnore] + public bool MaxUseSpecified { get; set; } + } +} diff --git a/src/X12.Specifications/Sets/QualifierSet.cs b/src/X12.Specifications/Sets/QualifierSet.cs new file mode 100644 index 00000000..65b8348a --- /dev/null +++ b/src/X12.Specifications/Sets/QualifierSet.cs @@ -0,0 +1,43 @@ +namespace X12.Specifications.Sets +{ + using System.Collections.Generic; + using System.Xml.Serialization; + + using X12.Specifications; + using X12.Specifications.Enumerations; + + /// + /// Represents a collection of allowed identifiers + /// + public class QualifierSet + { + /// + /// Initializes a new instance of the class + /// + public QualifierSet() + { + if (this.AllowedIdentifiers == null) + { + this.AllowedIdentifiers = new List(); + } + } + + /// + /// Gets or sets the ID of the qualifier set + /// + [XmlAttribute] + public string Id { get; set; } + + /// + /// Gets or sets the name of the qualifier set + /// + [XmlAttribute] + public string Name { get; set; } + + /// + /// Gets or sets the collection of allowed identifiers + /// + [XmlElement(ElementName = X12Elements.Allowed)] + public List AllowedIdentifiers { get; set; } + } +} diff --git a/src/X12.Specifications/Sets/SegmentSet.cs b/src/X12.Specifications/Sets/SegmentSet.cs new file mode 100644 index 00000000..305b834e --- /dev/null +++ b/src/X12.Specifications/Sets/SegmentSet.cs @@ -0,0 +1,77 @@ +namespace X12.Specifications.Sets +{ + using System.Collections.Generic; + using System.IO; + using System.Xml.Serialization; + + using X12.Specifications; + using X12.Specifications.Enumerations; + + /// + /// Represents a collection of segment and qualifier set objects + /// + [XmlRoot(Namespace = "http://tempuri.org/X12ParserSpecification.xsd")] + public class SegmentSet + { + /// + /// Initializes a new instance of the class + /// + public SegmentSet() + { + if (this.QualifierSets == null) + { + this.QualifierSets = new List(); + } + + if (this.Segments == null) + { + this.Segments = new List(); + } + } + + /// + /// Gets or sets the name of the segment set + /// + public string Name { get; set; } + + /// + /// Gets or sets the collection of qualifier sets + /// + [XmlElement(X12Elements.QualifierSet)] + public List QualifierSets { get; set; } + + /// + /// Gets or sets the collection of segments in the set + /// + [XmlElement(X12Elements.Segment)] + public List Segments { get; set; } + + /// + /// Deserializes an XML string into its representation + /// + /// XML string to be parsed + /// Segment set deserialized from the XML string + public static SegmentSet Deserialize(string xml) + { + var stringReader = new StringReader(xml); + var xmlTextReader = new System.Xml.XmlTextReader(stringReader); + var xmlSerializer = new XmlSerializer(typeof(SegmentSet)); + + return (SegmentSet)xmlSerializer.Deserialize(xmlTextReader); + } + + /// + /// Serializes a new instance of the class + /// + /// XML string representing the segment set + public string Serialize() + { + var xmlSerializer = new XmlSerializer(typeof(SegmentSet)); + var mstream = new MemoryStream(); + xmlSerializer.Serialize(mstream, this); + mstream.Seek(0, SeekOrigin.Begin); + var streamReader = new StreamReader(mstream); + return streamReader.ReadToEnd(); + } + } +} diff --git a/src/X12.Specifications/StartingSegment.cs b/src/X12.Specifications/StartingSegment.cs new file mode 100644 index 00000000..f05e3ef8 --- /dev/null +++ b/src/X12.Specifications/StartingSegment.cs @@ -0,0 +1,33 @@ +namespace X12.Specifications +{ + using System.Collections.Generic; + using System.Diagnostics; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + + /// + /// Represents the starting segment in an X12 document + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + public class StartingSegment : SegmentSpecification + { + /// + /// Initializes a new instance of the class + /// + public StartingSegment() + { + if (this.EntityIdentifiers == null) + { + this.EntityIdentifiers = new List(); + } + } + + /// + /// Gets or sets the collection of Entity ID lookups + /// + [XmlElement(X12Elements.EntityIdentifier)] + public List EntityIdentifiers { get; set; } + } +} diff --git a/src/X12.Specifications/TransactionSpecification.cs b/src/X12.Specifications/TransactionSpecification.cs new file mode 100644 index 00000000..5a590c2c --- /dev/null +++ b/src/X12.Specifications/TransactionSpecification.cs @@ -0,0 +1,87 @@ +namespace X12.Specifications +{ + using System.Collections.Generic; + using System.Diagnostics; + using System.IO; + using System.Xml.Serialization; + + using X12.Specifications.Enumerations; + using X12.Specifications.Interfaces; + + /// + /// Represents the specificiation for an X12 Transaction + /// + [DebuggerStepThrough] + [XmlType(AnonymousType = true)] + [XmlRoot(Namespace = "http://tempuri.org/X12ParserSpecification.xsd")] + public class TransactionSpecification : IContainerSpecification + { + /// + /// Gets or sets the ID code for the transaction set + /// + [XmlAttribute] + public string TransactionSetIdentifierCode { get; set; } + + /// + /// Gets or sets the ID code for transaction function group + /// + [XmlAttribute] + public string FunctionalGroupCode { get; set; } + + /// + /// Gets or sets the transaction name + /// + [XmlElement] + public string Name { get; set; } + + /// + /// Gets or sets the collection of segment specifications + /// + [XmlElement(X12Elements.Segment)] + public List SegmentSpecifications { get; set; } + + /// + /// Gets or sets the collection of loop specifications + /// + [XmlElement(X12Elements.Loop)] + public List LoopSpecifications { get; set; } + + /// + /// Gets or sets the collection of hierarchical loop specifications + /// + [XmlElement(X12Elements.HierarchicalLoop)] + public List HierarchicalLoopSpecifications { get; set; } + + /// + /// Gets the ID of the container specification (defaults to string.Empty) + /// + string IContainerSpecification.LoopId => string.Empty; + + /// + /// Deserializes an XML string to it's transaction equivalent + /// + /// XML string to deserialized + /// Equivalent transaction specification + public static TransactionSpecification Deserialize(string xml) + { + var stringReader = new StringReader(xml); + var xmlTextReader = new System.Xml.XmlTextReader(stringReader); + var xmlSerializer = new XmlSerializer(typeof(TransactionSpecification)); + return (TransactionSpecification)xmlSerializer.Deserialize(xmlTextReader); + } + + /// + /// Serializes the transaction to its string equivalent + /// + /// String representation of the transaction + public string Serialize() + { + var xmlSerializer = new XmlSerializer(typeof(TransactionSpecification)); + var mstream = new MemoryStream(); + xmlSerializer.Serialize(mstream, this); + mstream.Seek(0, SeekOrigin.Begin); + var streamReader = new StreamReader(mstream); + return streamReader.ReadToEnd(); + } + } +} diff --git a/src/X12.Specifications/X12.Specifications.csproj b/src/X12.Specifications/X12.Specifications.csproj new file mode 100644 index 00000000..34293f00 --- /dev/null +++ b/src/X12.Specifications/X12.Specifications.csproj @@ -0,0 +1,1064 @@ + + + + + Debug + AnyCPU + {26E9A9D5-D0B4-4B86-83D7-A0A3370A57EA} + Library + Properties + X12.Specifications + X12.Specifications + v4.6.1 + 512 + + + true + full + false + bin\debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + lib\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + + + + Designer + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Designer + Always + + + + \ No newline at end of file diff --git a/src/X12.Specifications/package.nuspec b/src/X12.Specifications/package.nuspec new file mode 100644 index 00000000..4e66ba27 --- /dev/null +++ b/src/X12.Specifications/package.nuspec @@ -0,0 +1,27 @@ + + + + X12.Specifications + $version$ + X12.Specifications + Bradley Van Fleet + Bradley Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open source specifications for X12 documents + + * Segregated package from other X12 assemblies + * Added documentation to several code files + * Migrated spec stylesheets to Resource folder + + Copyright © Brad Van Fleet 2018 + X12 Parser + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12/Repositories/DbCreation.cs b/src/X12.Sql/DbCreation.cs similarity index 55% rename from src/OopFactory.X12/Repositories/DbCreation.cs rename to src/X12.Sql/DbCreation.cs index c0f13f61..80509f5e 100644 --- a/src/OopFactory.X12/Repositories/DbCreation.cs +++ b/src/X12.Sql/DbCreation.cs @@ -1,705 +1,737 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Data; -using System.Data.SqlClient; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class DbCreation where T : struct - { - private string _dsn; - private string _schema; - private SqlDbType _identitySqlType; - private string _dateType; - - public DbCreation(string dsn, string schema, string dateType = "date") - { - _dsn = dsn; - _schema = schema; - _dateType = dateType; - if (typeof(T) == typeof(Guid)) - _identitySqlType = SqlDbType.UniqueIdentifier; - else if (typeof(T) == typeof(long)) - _identitySqlType = SqlDbType.BigInt; - else - _identitySqlType = SqlDbType.Int; - } - - public string Schema { get { return _schema; } } - - public void CreateContainerTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Container]( - [Id] [{1}] {2} NOT NULL, - [SchemaName] [varchar](25) NOT NULL, - [Type] [varchar](3) NOT NULL - CONSTRAINT [PK_Container_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", _schema, _identitySqlType, _identitySqlType == SqlDbType.UniqueIdentifier ? "DEFAULT (newid())" : "IDENTITY(1,1)")); - } - - public void CreateRevisionTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Revision]( - [Id] [int] IDENTITY(0,1) NOT NULL, - [SchemaName] [varchar](25) NOT NULL, - [Comments] [varchar](max) NOT NULL, - [RevisionDate] datetime NOT NULL, - [RevisedBy] varchar(50) NULL - CONSTRAINT [PK_Revision_dbo] PRIMARY KEY CLUSTERED ( [Id] ASC ) -) - -INSERT INTO [{0}].[Revision] (SchemaName,Comments,RevisionDate,RevisedBy) -VALUES ('dbo','Initial Load',getdate(),'system') -", _schema)); - - } - - public void CreateX12CodeListTable() - { - ExecuteCmd(string.Format(@"CREATE TABLE [{0}].[X12CodeList]( - [ElementId] [varchar](4) NOT NULL, - [Code] [varchar](6) NOT NULL, - [Definition] [varchar](500) NULL, - CONSTRAINT [PK_X12CodeList] PRIMARY KEY CLUSTERED -( - [ElementId] ASC, - [Code] ASC -) -) -", _schema)); - } - - public int ElementCountInX12CodeListTable(string elementId) - { - SqlCommand cmd = new SqlCommand(string.Format(@"select count(*) from [{0}].X12CodeList where ElementId = @elementId", _schema)); - cmd.Parameters.AddWithValue("@elementId", elementId); - - return Convert.ToInt32(ExecuteScalar(cmd)); - } - - public void AddToX12CodeListTable(string elementId, string code, string definition) - { - SqlCommand cmd = new SqlCommand(string.Format(@"insert into [{0}].X12CodeList (ElementId, Code, Definition) VALUES (@elementId, @code, @definition)", _schema)); - cmd.Parameters.AddWithValue("@elementId", elementId); - cmd.Parameters.AddWithValue("@code", code); - cmd.Parameters.AddWithValue("@definition", definition); - - ExecuteCmd(cmd); - } - - public void CreateInterchangeTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Interchange]( - [Id] [{1}] NOT NULL, - [SenderId] [varchar](15) NULL, - [ReceiverId] [varchar](15) NULL, - [ControlNumber] [varchar](50) NULL, - [Date] [datetime] NULL, - [SegmentTerminator] [char](1) NULL, - [ElementSeparator] [char](1) NULL, - [ComponentSeparator] [char](1) NULL, - [Filename] [varchar](255) NULL, - [HasError] bit NULL, - [CreatedBy] [varchar](50) NULL, - [CreatedDate] datetime NULL, - CONSTRAINT [PK_Interchange_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", _schema, _identitySqlType)); - } - - public void CreateFunctionalGroupTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[FunctionalGroup]( - [Id] [{1}] NOT NULL, - [InterchangeId] [{1}] NOT NULL, - [FunctionalIdCode] [varchar](2) NULL, - [Date] [datetime] NULL, - [ControlNumber] [varchar](9) NULL, - [Version] [varchar](12) NULL, - CONSTRAINT [PK_FunctionalGroup_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", _schema, _identitySqlType)); - } - - public void CreateTransactionSetTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[TransactionSet]( - [Id] [{1}] NOT NULL, - [InterchangeId] [{1}] NOT NULL, - [FunctionalGroupId] [{1}] NOT NULL, - [IdentifierCode] [varchar](3) NULL, - [ControlNumber] [varchar](9) NULL, - [ImplementationConventionRef] [varchar](35) NULL, - CONSTRAINT [PK_Transaction_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", _schema, _identitySqlType)); - } - - public void CreateLoopTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Loop]( - [Id] [{1}] NOT NULL, - [ParentLoopId] [{1}] NULL, - [InterchangeId] [{1}] NOT NULL, - [TransactionSetId] [{1}] NOT NULL, - [TransactionSetCode] [varchar](3) NOT NULL, - [SpecLoopId] [varchar](7) NULL, - [LevelId] [varchar](12) NULL, - [LevelCode] [varchar](2) NULL, - [StartingSegmentId] [varchar](3) NOT NULL, - [EntityIdentifierCode] [varchar](3) NULL, - CONSTRAINT [PK_Loop_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) -)", _schema, _identitySqlType)); - } - - public void CreateSegmentTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[Segment]( - [InterchangeId] [{1}] NOT NULL, - [PositionInInterchange] [int] NOT NULL, - [RevisionId] [int] NOT NULL, - [FunctionalGroupId] [{1}] NULL, - [TransactionSetId] [{1}] NULL, - [ParentLoopId] [{1}] NULL, - [LoopId] [{1}] NULL, - [Deleted] [bit] NOT NULL, - [SegmentId] [varchar](3) NULL, - [Segment] [nvarchar](max) NULL, - CONSTRAINT [PK_Segment_{0}] PRIMARY KEY CLUSTERED -( - [InterchangeId] ASC, - [PositionInInterchange] ASC, - [RevisionId] ASC -) -) -CREATE NONCLUSTERED INDEX [IX_Segment_{0}] ON [{0}].[Segment] -( - [InterchangeId] ASC, - [PositionInInterchange] ASC, - [RevisionId] ASC, - [ParentLoopId] ASC, - [LoopId] ASC, - [SegmentId] ASC -) -", _schema, _identitySqlType)); - } - - public void CreateParsingErrorTable() - { - ExecuteCmd(string.Format(@" -CREATE TABLE [{0}].[ParsingError]( - [Id] [{1}] {2} NOT NULL, - [InterchangeId] [{1}] NOT NULL, - [PositionInInterchange] [int] NOT NULL, - [RevisionId] [int] NOT NULL, - [Message] [varchar](max) NOT NULL, -CONSTRAINT [PK_ParsingError_{0}] PRIMARY KEY CLUSTERED -( - [Id] ASC -) -)", _schema, _identitySqlType, _identitySqlType == SqlDbType.UniqueIdentifier ? "DEFAULT (newid())" : "IDENTITY(1,1)")); - } - - public void CreateEntityView(string commonSchema) - { - ExecuteCmd(string.Format(@" -CREATE VIEW [{0}].[Entity] - AS -select l.Id as EntityId, l.EntityIdentifierCode, eic.Definition as EntityIdentifier -, l.InterchangeId, l.TransactionSetId, l.TransactionSetCode, l.ParentLoopId, l.SpecLoopId, l.StartingSegmentId -, Name = isnull(n1.[02], case nm1.[02] when '2' then nm1.[03] when '1' then nm1.[03] + ', ' + nm1.[04] + isnull(' ' + nm1.[05],'') end) -, IsPerson = case nm1.[02] when '1' then 1 else 0 end -, LastName = nm1.[03] -, FirstName = nm1.[04] -, MiddleName = nm1.[05] -, NamePrefix = nm1.[06] -, NameSuffix = nm1.[07] -, IdQualifier = isnull(n1.[03],nm1.[08]) -, Identification = isnull(n1.[04],nm1.[09]) -, Ssn = case when n1.[03] = '34' then n1.[04] - when nm1.[08] = '34' then nm1.[09] - else (select top 1 [02] from [{0}].REF where l.Id = ref.ParentLoopId and [01] = 'SY') end -, Npi = case when n1.[03] = 'XX' then n1.[04] - when nm1.[08] = 'XX' then nm1.[09] - else (select top 1 [02] from [{0}].REF where l.Id = ref.ParentLoopId and [01] = 'HPI') end -, TelephoneNumber = coalesce((select top 1 [04] from [{0}].PER where per.ParentLoopId = l.Id and per.[03]='TE') - ,(select top 1 [06] from [{0}].PER where per.ParentLoopId = l.Id and per.[05]='TE') - ,(select top 1 [08] from [{0}].PER where per.ParentLoopId = l.Id and per.[07]='TE')) -, AddressLine1 = n3.[01] -, AddressLine2 = n3.[02] -, City = n4.[01] -, StateCode = n4.[02] -, PostalCode = n4.[03] -, County = case n4.[05] when 'CY' then n4.[06] else null end -, CountryCode = n4.[07] -, DateOfBirth = dmg.[02] -, Gender = dmg.[03] -from [{0}].[Loop] l -left join [{1}].X12CodeList eic on l.EntityIdentifierCode = eic.Code and eic.ElementId = '98' -left join [{0}].[N1] on l.Id = n1.LoopId -left join [{0}].[NM1] on l.Id = nm1.LoopId -left join [{0}].N3 on l.Id = n3.ParentLoopId -left join [{0}].N4 on l.Id = n4.ParentLoopId -left join [{0}].[DMG] on l.Id = dmg.ParentLoopId -where l.StartingSegmentId in ('N1','NM1','ENT','NX1','PT','IN1','NX1') ", _schema, commonSchema)); - } - - public void CreateIndexedSegmentTable(SegmentSpecification spec, string commonSchema) - { - var sql = new StringBuilder(); - - sql.AppendFormat(@" -CREATE TABLE [{0}].[{1}]( - [InterchangeId] [{2}] NOT NULL, - [PositionInInterchange] [int] NOT NULL, - [RevisionId] [int] NOT NULL, - [TransactionSetId] [{2}] NULL, - [ParentLoopId] [{2}] NULL, - [LoopId] [{2}] NULL, - [Deleted] [bit] NOT NULL, - [ErrorId] [{2}] NULL, -", _schema, spec.SegmentId, _identitySqlType); - - foreach (var element in spec.Elements) - if (element.MaxLength > 0 && element.MaxLength < 4000) - { - switch (element.Type) - { - case ElementDataTypeEnum.Decimal: - int precision = element.MaxLength > 18 ? 38 : element.MaxLength * 2; - int scale = element.MaxLength > 8 ? element.MaxLength / 2 : 4; - sql.AppendFormat(" [{0}] [decimal]({1},{2}) NULL,\n", element.Reference, precision, scale); - break; - case ElementDataTypeEnum.Numeric: - if (element.ImpliedDecimalPlaces == 0) - { - if (element.MaxLength < 5) - sql.AppendFormat(" [{0}] [smallint] NULL,\n", element.Reference); - else if (element.MaxLength <= 10) - sql.AppendFormat(" [{0}] [int] NULL,\n", element.Reference); - else - sql.AppendFormat(" [{0}] [bigint] NULL,\n", element.Reference); - } - else - { - precision = element.MaxLength - element.ImpliedDecimalPlaces + 2; - scale = element.ImpliedDecimalPlaces; - sql.AppendFormat(" [{0}] [decimal]({1},{2}) NULL,\n", element.Reference, precision, scale); - } - break; - case ElementDataTypeEnum.Date: - sql.AppendFormat(" [{0}] [{1}] NULL,\n", element.Reference, _dateType); - break; - default: - sql.AppendFormat(" [{0}] [nvarchar]({1}) NULL,\n", element.Reference, element.MaxLength); - break; - } - } - else - sql.AppendFormat(" [{0}] [nvarchar](max) NULL,\n", element.Reference); - - - sql.AppendFormat(@" - CONSTRAINT [PK_{1}_{0}] PRIMARY KEY CLUSTERED ([InterchangeId] ASC, [PositionInInterchange] ASC, [RevisionId] ASC) -) -CREATE NONCLUSTERED INDEX [IX_{1}_{0}] ON [{0}].[{1}] -( - [InterchangeId] ASC, - [PositionInInterchange] ASC, - [RevisionId] ASC, - [Deleted] ASC, - [ParentLoopId] ASC, - [LoopId] ASC -) -", _schema, spec.SegmentId); - ExecuteCmd(sql.ToString()); - - ExecuteCmd(string.Format(@" -CREATE VIEW [{0}].[LastRev{1}] -AS -select * -from [{0}].[{1}] a -where RevisionId = (select max([RevisionId]) - from [{0}].[{1}] b - where a.InterchangeId = b.InterchangeId - and a.PositionInInterchange = b.PositionInInterchange - )", _schema, spec.SegmentId, commonSchema)); - - } - - public void AddErrorIdToIndexedSegmentTable(string segmentId) - { - ExecuteCmd(string.Format("ALTER TABLE [{0}].[{1}] ADD [ErrorId] [{2}] NULL;", _schema, segmentId, _identitySqlType)); - } - - public void CreateSplitSegmentFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].[SplitSegment] -( - @delimiter varchar(1), - @segment nvarchar(max) -) -RETURNS -@elements TABLE (Ref tinyint, Element varchar(max)) -AS -BEGIN - declare @reference int - declare @frontIndex int - declare @backIndex int - - set @reference = 1 - set @frontIndex = charindex(@delimiter, @segment, 1) - set @backIndex = charindex(@delimiter, @segment, @frontIndex + 1) - - while (@backIndex > @frontIndex) - begin - insert into @elements values (@reference, substring(@segment, @frontIndex + 1, @backIndex - @frontIndex - 1)) - - set @frontIndex = @backIndex - set @backIndex = charindex(@delimiter, @segment, @frontIndex + 1) - set @reference = @reference + 1 - end - - insert into @elements values (@reference, substring (@segment, @frontIndex + 1,len(@segment)-@frontIndex)) - - RETURN -END",_schema)); - } - - public void CreateFlatElementsFunction() - { - ExecuteCmd(new SqlCommand(string.Format(@" -CREATE FUNCTION [{0}].[FlatElements] -( - @delimiter varchar(1), - @segment nvarchar(max) -) -RETURNS TABLE -AS -RETURN -( - with elements as ( -select Ref, Element -from [{0}].SplitSegment(@delimiter,@segment) -) -select - [01] = (select Element from elements where Ref = 1), - [02] = (select Element from elements where Ref = 2), - [03] = (select Element from elements where Ref = 3), - [04] = (select Element from elements where Ref = 4), - [05] = (select Element from elements where Ref = 5), - [06] = (select Element from elements where Ref = 6), - [07] = (select Element from elements where Ref = 7), - [08] = (select Element from elements where Ref = 8), - [09] = (select Element from elements where Ref = 9), - [10] = (select Element from elements where Ref = 10), - [11] = (select Element from elements where Ref = 11), - [12] = (select Element from elements where Ref = 12), - [13] = (select Element from elements where Ref = 13), - [14] = (select Element from elements where Ref = 14), - [15] = (select Element from elements where Ref = 15), - [16] = (select Element from elements where Ref = 16), - [17] = (select Element from elements where Ref = 17), - [18] = (select Element from elements where Ref = 18), - [19] = (select Element from elements where Ref = 19), - [20] = (select Element from elements where Ref = 20), - [21] = (select Element from elements where Ref = 21), - [22] = (select Element from elements where Ref = 22), - [23] = (select Element from elements where Ref = 23), - [24] = (select Element from elements where Ref = 24), - [25] = (select Element from elements where Ref = 25), - [26] = (select Element from elements where Ref = 26), - [27] = (select Element from elements where Ref = 27), - [28] = (select Element from elements where Ref = 28), - [29] = (select Element from elements where Ref = 29), - [30] = (select Element from elements where Ref = 30), - [31] = (select Element from elements where Ref = 31), - [32] = (select Element from elements where Ref = 32), - [33] = (select Element from elements where Ref = 33), - [34] = (select Element from elements where Ref = 34) -)",_schema))); - } - - public void CreateGetAncestorLoopsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].[GetAncestorLoops] -( - @loopId {1}, - @includeSelf bit -) -RETURNS TABLE -AS -RETURN -( - with parents as ( - select @loopId as [LoopId], l.*, 0 as [Level] - from [{0}].[Loop] l - where l.Id = @loopId - - union all - - select p.[LoopId], l.*, p.Level + 1 as [Level] - from parents p - join [{0}].[Loop] l on p.ParentLoopId = l.Id - ) - select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, [Level] - from parents - where @includeSelf = 1 or Level > 0 -)", _schema, _identitySqlType)); - } - - public void CreateGetDescendantLoopsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].GetDescendantLoops -( - @loopId {1}, - @includeSelf bit -) -RETURNS TABLE -AS -RETURN -( - with children as ( - select @loopId as LoopId, l.*, -1 as Level - from [{0}].Loop l - where l.ParentLoopId = @loopId - - union all - - select c.LoopId, l.*, c.Level - 1 as Level - from children c - join [{0}].Loop l on c.Id = l.ParentLoopId - ) - select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, 0 as Level - from [{0}].Loop - where Id = @loopId - and @includeSelf = 1 - - union - - select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, Level - from children -)", _schema, _identitySqlType)); - } - - public void CreateGetTransactionSetSegmentsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].GetTransactionSetSegments -( - @transactionSetId {1}, @includeControlSegments bit, @revisionId int -) -RETURNS TABLE -AS -RETURN -( - with allSegments as ( - select * - from [{0}].Segment - where TransactionSetId = @TransactionSetId - - union - - select * - from [{0}].Segment - where FunctionalGroupId = (select top 1 FunctionalGroupId - from [{0}].Segment - where TransactionSetId = @transactionSetId) - and segmentId in ('GS','GE') - and @includeControlSegments = 1 - - union - - select * - from [{0}].Segment - where InterchangeId = (select top 1 InterchangeId - from [{0}].Segment - where TransactionSetId = @transactionSetId) - and segmentId in ('ISA','IEA') - and @includeControlSegments = 1 - ) - , revisedSegments as ( - select *, RowNum = ROW_NUMBER() OVER (PARTITION BY InterchangeId, PositionInInterchange ORDER BY RevisionId desc) - from allSegments - where RevisionId <= @revisionId - ) - select * - from revisedSegments - where RowNum = 1 and Deleted = 0 -)", _schema, _identitySqlType)); - } - - public void CreateGetTransactionSegmentsFunction() - { - ExecuteCmd(string.Format(@" -CREATE FUNCTION [{0}].[GetTransactionSegments] -( - @loopId {1}, @includeControlSegments bit, @revisionId int -) -RETURNS TABLE -AS -RETURN -( - with transactionLoops as ( - select * from [{0}].GetAncestorLoops(@loopId, 1) - union all - select * from [{0}].GetDescendantLoops(@loopId, 0) - ) - , ancestorsOtherChildLoops as ( - select distinct l.* - from transactionLoops tl - join [{0}].Loop l on l.ParentLoopId = tl.Id and tl.StartingSegmentId <> 'HL' - where tl.[Level] > 1 or (tl.Level = 1 and l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId)) - - union all - - select l.* - from ancestorsOtherChildLoops poc - join [{0}].Loop l on poc.Id = l.ParentLoopId - where l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId) -) -, transactionChildLoops as ( - - select distinct l.* - from [{0}].Loop l - where ParentLoopId is null - and TransactionSetId = (select top 1 TransactionSetID from transactionLoops) - and l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId) - and l.StartingSegmentId <> 'HL' - ) - , transactionSegments as ( - select * - from [{0}].Segment - where LoopId in (select Id from transactionLoops) - or (LoopId is null and ParentLoopId in (select Id from transactionLoops)) - or LoopId in (select Id from ancestorsOtherChildLoops) - or (LoopId is null and ParentLoopId in (select Id from ancestorsOtherChildLoops)) - or LoopId in (select Id from transactionChildLoops) - or (LoopId is null and ParentLoopId in (select Id from transactionChildLoops)) - or (TransactionSetId = (select top 1 TransactionSetId from transactionLoops) - and (SegmentId in ('ST','SE') or ParentLoopId is null and LoopId is null)) - ) - , allSegments as ( - select * - from transactionSegments - - union all - - select * - from [{0}].Segment - where FunctionalGroupId = (select top 1 FunctionalGroupId from transactionSegments) - and SegmentId in ('GS','GE') and @includeControlSegments = 1 - - union all - - select * - from [{0}].Segment - where InterchangeId = (select top 1 InterchangeId from transactionSegments) - and SegmentId in ('ISA','IEA') and @includeControlSegments = 1 - ) - , revisedSegments as ( - select *, RowNum = ROW_NUMBER() OVER (PARTITION BY InterchangeId, PositionInInterchange ORDER BY RevisionId desc) - from allSegments - where RevisionId <= @revisionId - ) - select * - from revisedSegments - where RowNum = 1 and Deleted = 0 -)", _schema, _identitySqlType)); - } - - internal void ExecuteCmd(string sql) - { - ExecuteCmd(new SqlCommand(sql)); - } - - internal void ExecuteCmd(SqlCommand cmd) - { - if (cmd.Transaction == null) - { - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - cmd.Connection = conn; - cmd.ExecuteNonQuery(); - } - } - else - cmd.ExecuteNonQuery(); - } - - internal object ExecuteScalar(SqlCommand cmd) - { - if (cmd.Transaction == null) - { - - using (var conn = new SqlConnection(_dsn)) - { - conn.Open(); - cmd.Connection = conn; - return cmd.ExecuteScalar(); - } - } - else - { - return cmd.ExecuteScalar(); - } - } - - public void CreateSchema() - { - ExecuteCmd(new SqlCommand(string.Format(@"CREATE SCHEMA [{0}] AUTHORIZATION [dbo]", _schema))); - - } - public bool FunctionExists(string functionName) - { - var result = ExecuteScalar(new SqlCommand(string.Format(@"select case when exists (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[{1}]') AND type in (N'FN', N'IF', N'TF', N'FS', N'FT')) then 1 else 0 end", _schema, functionName))); - - return Convert.ToInt32(result) != 0; - } - - public bool SchemaExists() - { - var result = ExecuteScalar(new SqlCommand(string.Format(@"select case when EXISTS (SELECT * FROM sys.schemas WHERE name = N'{0}') then 1 else 0 end", _schema))); - - return Convert.ToInt32(result) != 0; - } - - public bool TableExists(string tableName) - { - var result = ExecuteScalar(new SqlCommand(string.Format(@"select case when EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[{1}]') AND type in (N'U')) then 1 else 0 end", _schema, tableName))); - - return Convert.ToInt32(result) != 0; - } - - public bool ViewExists(string viewName) - { - var result = ExecuteScalar(new SqlCommand(string.Format(@"select case when EXISTS (SELECT * FROM sys.views WHERE object_id = OBJECT_ID(N'[{0}].[{1}]')) then 1 else 0 end", _schema, viewName))); - - return Convert.ToInt32(result) != 0; - } - - public bool TableColumnExists(string tableName, string columnName) - { - var result = ExecuteScalar(new SqlCommand(string.Format(@"select case when EXISTS -(select * -from information_schema.columns -where table_schema='{0}' -and Table_name = '{1}' -and column_name = '{2}') then 1 else 0 end", _schema, tableName, columnName))); - - return Convert.ToInt32(result) != 0; - } - } -} +namespace X12.Sql +{ + using System; + using System.Data; + using System.Data.SqlClient; + using System.Text; + + using X12.Specifications; + using X12.Specifications.Enumerations; + using X12.Sql.Interfaces; + + public class DbCreation : IDbCreation + { + private readonly string dsn; + private readonly SqlDbType identitySqlType; + private readonly string dateType; + + public DbCreation(string dsn, string schema, Type identityType, string dateType = "date") + { + this.dsn = dsn; + this.Schema = schema; + this.dateType = dateType; + + this.Executor = new DbExecutor(this.dsn); + this.Validator = new DbValidation(this.Schema, this.dsn); + + if (identityType == typeof(Guid)) + { + this.identitySqlType = SqlDbType.UniqueIdentifier; + } + else if (identityType == typeof(long)) + { + this.identitySqlType = SqlDbType.BigInt; + } + else + { + this.identitySqlType = SqlDbType.Int; + } + } + + public string Schema { get; } + + public IValidation Validator { get; } + + public IExecutor Executor { get; } + + public void CreateContainerTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[Container]( + [Id] [{1}] NOT NULL, + [SchemaName] [varchar](25) NOT NULL, + [Type] [varchar](3) NOT NULL + CONSTRAINT [PK_Container_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateRevisionTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[Revision]( + [Id] [int] IDENTITY(0,1) NOT NULL, + [SchemaName] [varchar](25) NOT NULL, + [Comments] [varchar](max) NOT NULL, + [RevisionDate] datetime NOT NULL, + [RevisedBy] varchar(50) NULL + CONSTRAINT [PK_Revision_dbo] PRIMARY KEY CLUSTERED ( [Id] ASC ) +) + +INSERT INTO [{0}].[Revision] (SchemaName,Comments,RevisionDate,RevisedBy) +VALUES ('dbo','Initial Load',getdate(),'system') +", + this.Schema)); + } + + public void CreateX12CodeListTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[X12CodeList]( + [ElementId] [varchar](4) NOT NULL, + [Code] [varchar](6) NOT NULL, + [Definition] [varchar](500) NULL, + CONSTRAINT [PK_X12CodeList] PRIMARY KEY CLUSTERED +( + [ElementId] ASC, + [Code] ASC +) +) +", + this.Schema)); + } + + public int ElementCountInX12CodeListTable(string elementId) + { + var cmd = new SqlCommand(string.Format( + @"select count(*) from [{0}].X12CodeList where ElementId = @elementId", + this.Schema)); + cmd.Parameters.AddWithValue("@elementId", elementId); + + return Convert.ToInt32(this.Executor.ExecuteScalar(cmd)); + } + + public void AddToX12CodeListTable(string elementId, string code, string definition) + { + var cmd = new SqlCommand(string.Format( + @"insert into [{0}].X12CodeList (ElementId, Code, Definition) VALUES (@elementId, @code, @definition)", + this.Schema)); + cmd.Parameters.AddWithValue("@elementId", elementId); + cmd.Parameters.AddWithValue("@code", code); + cmd.Parameters.AddWithValue("@definition", definition); + + this.Executor.ExecuteCmd(cmd); + } + + public void CreateInterchangeTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[Interchange]( + [Id] [{1}] NOT NULL, + [SenderId] [varchar](15) NULL, + [ReceiverId] [varchar](15) NULL, + [ControlNumber] [varchar](50) NULL, + [Date] [datetime] NULL, + [SegmentTerminator] [char](1) NULL, + [ElementSeparator] [char](1) NULL, + [ComponentSeparator] [char](1) NULL, + [Filename] [varchar](255) NULL, + [HasError] bit NULL, + [CreatedBy] [varchar](50) NULL, + [CreatedDate] datetime NULL, + CONSTRAINT [PK_Interchange_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateFunctionalGroupTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[FunctionalGroup]( + [Id] [{1}] NOT NULL, + [InterchangeId] [{1}] NOT NULL, + [FunctionalIdCode] [varchar](2) NULL, + [Date] [datetime] NULL, + [ControlNumber] [varchar](9) NULL, + [Version] [varchar](12) NULL, + CONSTRAINT [PK_FunctionalGroup_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateTransactionSetTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[TransactionSet]( + [Id] [{1}] NOT NULL, + [InterchangeId] [{1}] NOT NULL, + [FunctionalGroupId] [{1}] NOT NULL, + [IdentifierCode] [varchar](3) NULL, + [ControlNumber] [varchar](9) NULL, + [ImplementationConventionRef] [varchar](35) NULL, + CONSTRAINT [PK_Transaction_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateLoopTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[Loop]( + [Id] [{1}] NOT NULL, + [ParentLoopId] [{1}] NULL, + [InterchangeId] [{1}] NOT NULL, + [TransactionSetId] [{1}] NOT NULL, + [TransactionSetCode] [varchar](3) NOT NULL, + [SpecLoopId] [varchar](7) NULL, + [LevelId] [varchar](12) NULL, + [LevelCode] [varchar](2) NULL, + [StartingSegmentId] [varchar](3) NOT NULL, + [EntityIdentifierCode] [varchar](3) NULL, + CONSTRAINT [PK_Loop_{0}] PRIMARY KEY CLUSTERED ( [Id] ASC ) +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateSegmentTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[Segment]( + [InterchangeId] [{1}] NOT NULL, + [PositionInInterchange] [int] NOT NULL, + [RevisionId] [int] NOT NULL, + [FunctionalGroupId] [{1}] NULL, + [TransactionSetId] [{1}] NULL, + [ParentLoopId] [{1}] NULL, + [LoopId] [{1}] NULL, + [Deleted] [bit] NOT NULL, + [SegmentId] [varchar](3) NULL, + [Segment] [nvarchar](max) NULL, + CONSTRAINT [PK_Segment_{0}] PRIMARY KEY CLUSTERED +( + [InterchangeId] ASC, + [PositionInInterchange] ASC, + [RevisionId] ASC +) +) +CREATE NONCLUSTERED INDEX [IX_Segment_{0}] ON [{0}].[Segment] +( + [InterchangeId] ASC, + [PositionInInterchange] ASC, + [RevisionId] ASC, + [ParentLoopId] ASC, + [LoopId] ASC, + [SegmentId] ASC +) +", + this.Schema, + this.identitySqlType)); + } + + public void CreateParsingErrorTable() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE TABLE [{0}].[ParsingError]( + [Id] [{1}] NOT NULL, + [InterchangeId] [{1}] NOT NULL, + [PositionInInterchange] [int] NOT NULL, + [RevisionId] [int] NOT NULL, + [Message] [varchar](max) NOT NULL, +CONSTRAINT [PK_ParsingError_{0}] PRIMARY KEY CLUSTERED +( + [Id] ASC +) +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateEntityView(string commonSchema) + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE VIEW [{0}].[Entity] + AS +select l.Id as EntityId, l.EntityIdentifierCode, eic.Definition as EntityIdentifier +, l.InterchangeId, l.TransactionSetId, l.TransactionSetCode, l.ParentLoopId, l.SpecLoopId, l.StartingSegmentId +, Name = isnull(n1.[02], case nm1.[02] when '2' then nm1.[03] when '1' then nm1.[03] + ', ' + nm1.[04] + isnull(' ' + nm1.[05],'') end) +, IsPerson = case nm1.[02] when '1' then 1 else 0 end +, LastName = nm1.[03] +, FirstName = nm1.[04] +, MiddleName = nm1.[05] +, NamePrefix = nm1.[06] +, NameSuffix = nm1.[07] +, IdQualifier = isnull(n1.[03],nm1.[08]) +, Identification = isnull(n1.[04],nm1.[09]) +, Ssn = case when n1.[03] = '34' then n1.[04] + when nm1.[08] = '34' then nm1.[09] + else (select top 1 [02] from [{0}].REF where l.Id = ref.ParentLoopId and [01] = 'SY') end +, Npi = case when n1.[03] = 'XX' then n1.[04] + when nm1.[08] = 'XX' then nm1.[09] + else (select top 1 [02] from [{0}].REF where l.Id = ref.ParentLoopId and [01] = 'HPI') end +, TelephoneNumber = coalesce((select top 1 [04] from [{0}].PER where per.ParentLoopId = l.Id and per.[03]='TE') + ,(select top 1 [06] from [{0}].PER where per.ParentLoopId = l.Id and per.[05]='TE') + ,(select top 1 [08] from [{0}].PER where per.ParentLoopId = l.Id and per.[07]='TE')) +, AddressLine1 = n3.[01] +, AddressLine2 = n3.[02] +, City = n4.[01] +, StateCode = n4.[02] +, PostalCode = n4.[03] +, County = case n4.[05] when 'CY' then n4.[06] else null end +, CountryCode = n4.[07] +, DateOfBirth = dmg.[02] +, Gender = dmg.[03] +from [{0}].[Loop] l +left join [{1}].X12CodeList eic on l.EntityIdentifierCode = eic.Code and eic.ElementId = '98' +left join [{0}].[N1] on l.Id = n1.LoopId +left join [{0}].[NM1] on l.Id = nm1.LoopId +left join [{0}].N3 on l.Id = n3.ParentLoopId +left join [{0}].N4 on l.Id = n4.ParentLoopId +left join [{0}].[DMG] on l.Id = dmg.ParentLoopId +where l.StartingSegmentId in ('N1','NM1','ENT','NX1','PT','IN1','NX1') ", + this.Schema, + commonSchema)); + } + + public void CreateIndexedSegmentTable(SegmentSpecification spec, string commonSchema) + { + var sql = new StringBuilder(); + + sql.AppendFormat( +@"CREATE TABLE [{0}].[{1}]( + [InterchangeId] [{2}] NOT NULL, + [PositionInInterchange] [int] NOT NULL, + [RevisionId] [int] NOT NULL, + [TransactionSetId] [{2}] NULL, + [ParentLoopId] [{2}] NULL, + [LoopId] [{2}] NULL, + [Deleted] [bit] NOT NULL, + [ErrorId] [{2}] NULL, +", + this.Schema, + spec.SegmentId, + this.identitySqlType); + + foreach (var element in spec.Elements) + { + if (element.MaxLength > 0 && element.MaxLength < 4000) + { + switch (element.Type) + { + case ElementDataType.Decimal: + var precision = element.MaxLength > 18 ? 38 : element.MaxLength * 2; + var scale = element.MaxLength > 8 ? element.MaxLength / 2 : 4; + sql.AppendFormat(" [{0}] [decimal]({1},{2}) NULL,\n", element.Reference, precision, scale); + break; + case ElementDataType.Numeric: + if (element.ImpliedDecimalPlaces == 0) + { + if (element.MaxLength < 5) + { + sql.AppendFormat(" [{0}] [smallint] NULL,\n", element.Reference); + } + else if (element.MaxLength <= 10) + { + sql.AppendFormat(" [{0}] [int] NULL,\n", element.Reference); + } + else + { + sql.AppendFormat(" [{0}] [bigint] NULL,\n", element.Reference); + } + } + else + { + precision = element.MaxLength - element.ImpliedDecimalPlaces + 2; + scale = element.ImpliedDecimalPlaces; + sql.AppendFormat( + " [{0}] [decimal]({1},{2}) NULL,\n", + element.Reference, + precision, + scale); + } + + break; + case ElementDataType.Date: + sql.AppendFormat(" [{0}] [{1}] NULL,\n", element.Reference, this.dateType); + break; + default: + sql.AppendFormat(" [{0}] [nvarchar]({1}) NULL,\n", element.Reference, element.MaxLength); + break; + } + } + else + { + sql.AppendFormat(" [{0}] [nvarchar](max) NULL,\n", element.Reference); + } + } + + sql.AppendFormat( +@" CONSTRAINT [PK_{1}_{0}] PRIMARY KEY CLUSTERED ([InterchangeId] ASC, [PositionInInterchange] ASC, [RevisionId] ASC) +) +CREATE NONCLUSTERED INDEX [IX_{1}_{0}] ON [{0}].[{1}] +( + [InterchangeId] ASC, + [PositionInInterchange] ASC, + [RevisionId] ASC, + [Deleted] ASC, + [ParentLoopId] ASC, + [LoopId] ASC +)", + this.Schema, + spec.SegmentId); + + this.Executor.ExecuteCmd(sql.ToString()); + + this.Executor.ExecuteCmd(string.Format( +@"CREATE VIEW [{0}].[LastRev{1}] +AS +select * +from [{0}].[{1}] a +where RevisionId = (select max([RevisionId]) + from [{0}].[{1}] b + where a.InterchangeId = b.InterchangeId + and a.PositionInInterchange = b.PositionInInterchange + )", + this.Schema, + spec.SegmentId)); + } + + public void AddErrorIdToIndexedSegmentTable(string segmentId) + { + this.Executor.ExecuteCmd(string.Format("ALTER TABLE [{0}].[{1}] ADD [ErrorId] [{2}] NULL;", this.Schema, segmentId, this.identitySqlType)); + } + + public void CreateSplitSegmentFunction() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE FUNCTION [{0}].[SplitSegment] +( + @delimiter varchar(1), + @segment nvarchar(max) +) +RETURNS +@elements TABLE (Ref tinyint, Element varchar(max)) +AS +BEGIN + declare @reference int + declare @frontIndex int + declare @backIndex int + + set @reference = 1 + set @frontIndex = charindex(@delimiter, @segment, 1) + set @backIndex = charindex(@delimiter, @segment, @frontIndex + 1) + + while (@backIndex > @frontIndex) + begin + insert into @elements values (@reference, substring(@segment, @frontIndex + 1, @backIndex - @frontIndex - 1)) + + set @frontIndex = @backIndex + set @backIndex = charindex(@delimiter, @segment, @frontIndex + 1) + set @reference = @reference + 1 + end + + insert into @elements values (@reference, substring (@segment, @frontIndex + 1,len(@segment)-@frontIndex)) + + RETURN +END", + this.Schema)); + } + + public void CreateFlatElementsFunction() + { + this.Executor.ExecuteCmd(new SqlCommand(string.Format( +@"CREATE FUNCTION [{0}].[FlatElements] +( + @delimiter varchar(1), + @segment nvarchar(max) +) +RETURNS TABLE +AS +RETURN +( + with elements as ( +select Ref, Element +from [{0}].SplitSegment(@delimiter,@segment) +) +select + [01] = (select Element from elements where Ref = 1), + [02] = (select Element from elements where Ref = 2), + [03] = (select Element from elements where Ref = 3), + [04] = (select Element from elements where Ref = 4), + [05] = (select Element from elements where Ref = 5), + [06] = (select Element from elements where Ref = 6), + [07] = (select Element from elements where Ref = 7), + [08] = (select Element from elements where Ref = 8), + [09] = (select Element from elements where Ref = 9), + [10] = (select Element from elements where Ref = 10), + [11] = (select Element from elements where Ref = 11), + [12] = (select Element from elements where Ref = 12), + [13] = (select Element from elements where Ref = 13), + [14] = (select Element from elements where Ref = 14), + [15] = (select Element from elements where Ref = 15), + [16] = (select Element from elements where Ref = 16), + [17] = (select Element from elements where Ref = 17), + [18] = (select Element from elements where Ref = 18), + [19] = (select Element from elements where Ref = 19), + [20] = (select Element from elements where Ref = 20), + [21] = (select Element from elements where Ref = 21), + [22] = (select Element from elements where Ref = 22), + [23] = (select Element from elements where Ref = 23), + [24] = (select Element from elements where Ref = 24), + [25] = (select Element from elements where Ref = 25), + [26] = (select Element from elements where Ref = 26), + [27] = (select Element from elements where Ref = 27), + [28] = (select Element from elements where Ref = 28), + [29] = (select Element from elements where Ref = 29), + [30] = (select Element from elements where Ref = 30), + [31] = (select Element from elements where Ref = 31), + [32] = (select Element from elements where Ref = 32), + [33] = (select Element from elements where Ref = 33), + [34] = (select Element from elements where Ref = 34) +)", + this.Schema))); + } + + public void CreateGetAncestorLoopsFunction() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE FUNCTION [{0}].[GetAncestorLoops] +( + @loopId {1}, + @includeSelf bit +) +RETURNS TABLE +AS +RETURN +( + with parents as ( + select @loopId as [LoopId], l.*, 0 as [Level] + from [{0}].[Loop] l + where l.Id = @loopId + + union all + + select p.[LoopId], l.*, p.Level + 1 as [Level] + from parents p + join [{0}].[Loop] l on p.ParentLoopId = l.Id + ) + select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, [Level] + from parents + where @includeSelf = 1 or Level > 0 +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateGetDescendantLoopsFunction() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE FUNCTION [{0}].GetDescendantLoops +( + @loopId {1}, + @includeSelf bit +) +RETURNS TABLE +AS +RETURN +( + with children as ( + select @loopId as LoopId, l.*, -1 as Level + from [{0}].Loop l + where l.ParentLoopId = @loopId + + union all + + select c.LoopId, l.*, c.Level - 1 as Level + from children c + join [{0}].Loop l on c.Id = l.ParentLoopId + ) + select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, 0 as Level + from [{0}].Loop + where Id = @loopId + and @includeSelf = 1 + + union + + select Id, ParentLoopId, InterchangeId, TransactionSetId, SpecLoopId, LevelId, LevelCode, StartingSegmentId, EntityIdentifierCode, Level + from children +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateGetTransactionSetSegmentsFunction() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE FUNCTION [{0}].GetTransactionSetSegments +( + @transactionSetId {1}, @includeControlSegments bit, @revisionId int +) +RETURNS TABLE +AS +RETURN +( + with allSegments as ( + select * + from [{0}].Segment + where TransactionSetId = @TransactionSetId + + union + + select * + from [{0}].Segment + where FunctionalGroupId = (select top 1 FunctionalGroupId + from [{0}].Segment + where TransactionSetId = @transactionSetId) + and segmentId in ('GS','GE') + and @includeControlSegments = 1 + + union + + select * + from [{0}].Segment + where InterchangeId = (select top 1 InterchangeId + from [{0}].Segment + where TransactionSetId = @transactionSetId) + and segmentId in ('ISA','IEA') + and @includeControlSegments = 1 + ) + , revisedSegments as ( + select *, RowNum = ROW_NUMBER() OVER (PARTITION BY InterchangeId, PositionInInterchange ORDER BY RevisionId desc) + from allSegments + where RevisionId <= @revisionId + ) + select * + from revisedSegments + where RowNum = 1 and Deleted = 0 +)", + this.Schema, + this.identitySqlType)); + } + + public void CreateGetTransactionSegmentsFunction() + { + this.Executor.ExecuteCmd(string.Format( +@"CREATE FUNCTION [{0}].[GetTransactionSegments] +( + @loopId {1}, @includeControlSegments bit, @revisionId int +) +RETURNS TABLE +AS +RETURN +( + with transactionLoops as ( + select * from [{0}].GetAncestorLoops(@loopId, 1) + union all + select * from [{0}].GetDescendantLoops(@loopId, 0) + ) + , ancestorsOtherChildLoops as ( + select distinct l.* + from transactionLoops tl + join [{0}].Loop l on l.ParentLoopId = tl.Id and tl.StartingSegmentId <> 'HL' + where tl.[Level] > 1 or (tl.Level = 1 and l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId)) + + union all + + select l.* + from ancestorsOtherChildLoops poc + join [{0}].Loop l on poc.Id = l.ParentLoopId + where l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId) +) +, transactionChildLoops as ( + + select distinct l.* + from [{0}].Loop l + where ParentLoopId is null + and TransactionSetId = (select top 1 TransactionSetID from transactionLoops) + and l.SpecLoopId <> (select SpecLoopId from [{0}].[Loop] where Id = @loopId) + and l.StartingSegmentId <> 'HL' + ) + , transactionSegments as ( + select * + from [{0}].Segment + where LoopId in (select Id from transactionLoops) + or (LoopId is null and ParentLoopId in (select Id from transactionLoops)) + or LoopId in (select Id from ancestorsOtherChildLoops) + or (LoopId is null and ParentLoopId in (select Id from ancestorsOtherChildLoops)) + or LoopId in (select Id from transactionChildLoops) + or (LoopId is null and ParentLoopId in (select Id from transactionChildLoops)) + or (TransactionSetId = (select top 1 TransactionSetId from transactionLoops) + and (SegmentId in ('ST','SE') or ParentLoopId is null and LoopId is null)) + ) + , allSegments as ( + select * + from transactionSegments + + union all + + select * + from [{0}].Segment + where FunctionalGroupId = (select top 1 FunctionalGroupId from transactionSegments) + and SegmentId in ('GS','GE') and @includeControlSegments = 1 + + union all + + select * + from [{0}].Segment + where InterchangeId = (select top 1 InterchangeId from transactionSegments) + and SegmentId in ('ISA','IEA') and @includeControlSegments = 1 + ) + , revisedSegments as ( + select *, RowNum = ROW_NUMBER() OVER (PARTITION BY InterchangeId, PositionInInterchange ORDER BY RevisionId desc) + from allSegments + where RevisionId <= @revisionId + ) + select * + from revisedSegments + where RowNum = 1 and Deleted = 0 +)", + this.Schema, + this.identitySqlType)); + } + + public void RemoveIdentityColumn(string table) + { + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + + using (var tx = conn.BeginTransaction()) + { + var createTempColCmd = conn.CreateCommand(); + createTempColCmd.Transaction = tx; + createTempColCmd.CommandText = string.Format( +@"alter table [{0}].[{1}] drop constraint PK_{1}_{0} +alter table [{0}].[{1}] add TempId int null", + this.Schema, + table); + + var updateAndRenameCmd = conn.CreateCommand(); + updateAndRenameCmd.Transaction = tx; + updateAndRenameCmd.CommandText = string.Format( +@"update [{0}].[{1}] set TempId = Id +alter table [{0}].[{1}] alter column TempId int not null +alter table [{0}].[{1}] drop column Id +exec sp_rename '[{0}].[{1}].TempId', 'Id', 'COLUMN' +alter table [{0}].[{1}] add constraint PK_{1}_{0} primary key clustered (Id)", + this.Schema, + table); + + createTempColCmd.ExecuteNonQuery(); + updateAndRenameCmd.ExecuteNonQuery(); + tx.Commit(); + } + } + } + + public bool HasIdentityColumn(string table) + { + var cmd = new SqlCommand(@"SELECT CASE WHEN EXISTS( SELECT 1 + FROM SYS.IDENTITY_COLUMNS + WHERE object_id = object_id(@tablename)) THEN 1 ELSE 0 END"); + + cmd.Parameters.AddWithValue("tablename", string.Format("[{0}].[{1}]", this.Schema, table)); + var result = this.Executor.ExecuteScalar(cmd); + return Convert.ToBoolean(result); + } + + public void CreateSchema() + { + this.Executor.ExecuteCmd(new SqlCommand(string.Format(@"CREATE SCHEMA [{0}] AUTHORIZATION [dbo]", this.Schema))); + } + } +} \ No newline at end of file diff --git a/src/X12.Sql/DbExecutor.cs b/src/X12.Sql/DbExecutor.cs new file mode 100644 index 00000000..59ee5ebc --- /dev/null +++ b/src/X12.Sql/DbExecutor.cs @@ -0,0 +1,73 @@ +namespace X12.Sql +{ + using System.Data.SqlClient; + + using X12.Sql.Interfaces; + + /// + /// Implements interface for executing SQL commands against a database + /// + public class DbExecutor : IExecutor + { + private readonly string dsn; + + /// + /// Initializes a new instance of the class with the specified data source name + /// + /// Database connection string + public DbExecutor(string dsn) + { + this.dsn = dsn; + } + + /// + /// Executes provided SQL string command against database + /// + /// SQL command to be executed + public void ExecuteCmd(string sql) + { + this.ExecuteCmd(new SqlCommand(sql)); + } + + /// + /// Executes a provided against database + /// + /// SQL Command to be executed + public void ExecuteCmd(SqlCommand cmd) + { + if (cmd.Transaction == null) + { + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + cmd.Connection = conn; + cmd.ExecuteNonQuery(); + } + } + else + { + cmd.ExecuteNonQuery(); + } + } + + /// + /// Executes a provided and returns the result + /// + /// SQL Command to be executed + /// Result from the execution + public object ExecuteScalar(SqlCommand cmd) + { + if (cmd.Transaction == null) + { + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + cmd.Connection = conn; + return cmd.ExecuteScalar(); + } + } + + return cmd.ExecuteScalar(); + } + } +} diff --git a/src/X12.Sql/DbValidation.cs b/src/X12.Sql/DbValidation.cs new file mode 100644 index 00000000..9dbc7871 --- /dev/null +++ b/src/X12.Sql/DbValidation.cs @@ -0,0 +1,126 @@ +namespace X12.Sql +{ + using System; + using System.Data.SqlClient; + + using X12.Sql.Interfaces; + + /// + /// Implements interface for validating database structure + /// + public class DbValidation : IValidation + { + private readonly DbExecutor executor; + + /// + /// Initializes a new instance of the class with the specified schema and data source name + /// + /// Schema to use for validation + /// Database connection string + public DbValidation(string schema, string dsn) + { + this.Schema = schema; + this.executor = new DbExecutor(dsn); + } + + /// + /// Initializes a new instance of the class with the specified schema and database executor + /// + /// Schema to use for validation + /// Object for executing SQL commands + public DbValidation(string schema, DbExecutor executor) + { + this.Schema = schema; + this.executor = executor; + } + + /// + /// Gets the database schema used for SQL commands + /// + public string Schema { get; } + + /// + /// Validates that the specified schema exists in the database + /// + /// True if the schema exists in the database; otherwise, false + public bool SchemaExists() + { + var result = + this.executor.ExecuteScalar( + new SqlCommand( + $"SELECT CASE WHEN EXISTS (SELECT * FROM sys.schemas WHERE name = N'{this.Schema}') THEN 1 ELSE 0 END")); + + return Convert.ToInt32(result) != 0; + } + + /// + /// Validates that the specified function exists in the database + /// + /// Function name to validate + /// True if the function exists in the database; otherwise, false + public bool FunctionExists(string functionName) + { + var result = + this.executor.ExecuteScalar( + new SqlCommand( + string.Format( + @"SELECT CASE WHEN EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[{1}]') AND type IN (N'FN', N'IF', N'TF', N'FS', N'FT')) THEN 1 ELSE 0 END", + this.Schema, + functionName))); + + return Convert.ToInt32(result) != 0; + } + + /// + /// Validates that the specified table exists in the database + /// + /// Table name to validate + /// True if the table exists in the database; otherwise, false + public bool TableExists(string tableName) + { + var result = + this.executor.ExecuteScalar( + new SqlCommand( + $"SELECT CASE WHEN EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{this.Schema}].[{tableName}]') AND type IN (N'U')) THEN 1 ELSE 0 END")); + + return Convert.ToInt32(result) != 0; + } + + /// + /// Validates that the specified view exists in the database + /// + /// View name to validate + /// True if the view exists in the database; otherwise, false + public bool ViewExists(string viewName) + { + var result = + this.executor.ExecuteScalar( + new SqlCommand( + $"SELECT CASE WHEN EXISTS (SELECT * FROM sys.views WHERE object_id = OBJECT_ID(N'[{this.Schema}].[{viewName}]')) THEN 1 ELSE 0 END")); + + return Convert.ToInt32(result) != 0; + } + + /// + /// Validates that the specified column exists in the specified table of the database + /// + /// Table name containing column + /// Column name to validate + /// True if the column exists in the database; otherwise, false + public bool TableColumnExists(string tableName, string columnName) + { + var result = this.executor.ExecuteScalar(new SqlCommand(string.Format( +@"SELECT CASE WHEN EXISTS +(SELECT * +FROM information_schema.columns +WHERE table_schema='{0}' +AND Table_name = '{1}' +AND column_name = '{2}') THEN 1 ELSE 0 END", + this.Schema, + tableName, + columnName))); + + return Convert.ToInt32(result) != 0; + } + } +} diff --git a/src/X12.Sql/IdentityProviders/GuidIdentityProvider.cs b/src/X12.Sql/IdentityProviders/GuidIdentityProvider.cs new file mode 100644 index 00000000..48f28d26 --- /dev/null +++ b/src/X12.Sql/IdentityProviders/GuidIdentityProvider.cs @@ -0,0 +1,59 @@ +namespace X12.Sql.IdentityProviders +{ + using System; + + using X12.Sql.Interfaces; + + /// + /// Represents an Identity provider for guid-based identifiers + /// + public class GuidIdentityProvider : IIdentityProvider + { + /// + /// Validates the provider's schema and ensures a table exists + /// + /// Thrown on call + public void EnsureSchema() + { + throw new NotImplementedException("'EnsureSchema' in not needed with GuidIdentityProvider"); + } + + /// + /// Obtains the next identifier and returns it + /// + /// Schema of database to retrieve next id from + /// Table to get next id from + /// Next id obtained from database + public object NextId(string schema, string table) + { + /* + * Could also use the built in Win32 function, but this will work equally as well and doesn't do any locking + * Sequential guids are more performant while reading than non sequential guids + */ + + var guidArray = Guid.NewGuid().ToByteArray(); + + var baseDate = new DateTime(1900, 1, 1); + var now = DateTime.Now; + + // Get the days and milliseconds which will be used to build the byte string + var days = new TimeSpan(now.Ticks - baseDate.Ticks); + var msecs = now.TimeOfDay; + + // Convert to a byte array + // Note that SQL Server is accurate to 1/300th of a millisecond so we divide by 3.333333 + var daysArray = BitConverter.GetBytes(days.Days); + var msecsArray = BitConverter.GetBytes((long)(msecs.TotalMilliseconds / 3.333333)); + + // Reverse the bytes to match SQL Servers ordering + Array.Reverse(daysArray); + Array.Reverse(msecsArray); + + // Copy the bytes into the guid + Array.Copy(daysArray, daysArray.Length - 2, guidArray, guidArray.Length - 6, 2); + Array.Copy(msecsArray, msecsArray.Length - 4, guidArray, guidArray.Length - 4, 4); + + return new Guid(guidArray); + } + } +} diff --git a/src/X12.Sql/IdentityProviders/Identity.cs b/src/X12.Sql/IdentityProviders/Identity.cs new file mode 100644 index 00000000..e41b1ed6 --- /dev/null +++ b/src/X12.Sql/IdentityProviders/Identity.cs @@ -0,0 +1,19 @@ +namespace X12.Sql.IdentityProviders +{ + /// + /// Represents a single object identifier + /// + /// Data type size of identifier + internal class Identity + { + /// + /// Gets or sets the next object identifier + /// + public TSize NextId { get; set; } + + /// + /// Gets or sets the object's max identifier + /// + public TSize MaxId { get; set; } + } +} diff --git a/src/X12.Sql/IdentityProviders/IntHiLowIdentityProvider.cs b/src/X12.Sql/IdentityProviders/IntHiLowIdentityProvider.cs new file mode 100644 index 00000000..77d60967 --- /dev/null +++ b/src/X12.Sql/IdentityProviders/IntHiLowIdentityProvider.cs @@ -0,0 +1,111 @@ +namespace X12.Sql.IdentityProviders +{ + using System; + using System.Collections.Generic; + using System.Data; + using System.Data.SqlClient; + + using X12.Sql.Interfaces; + + /// + /// Represents an Identity provider for int-based identifiers + /// + public class IntHiLowIdentityProvider : IIdentityProvider + { + private readonly IDictionary> ids = new Dictionary>(); + private readonly string dsn; + private readonly string schema; + private readonly int batchSize; + + /// + /// Initializes a new instance of the class + /// + /// Data source name + /// Database schema + /// Size of batch for chunking + public IntHiLowIdentityProvider(string dsn, string schema, int batchSize) + { + this.dsn = dsn; + this.schema = schema; + this.batchSize = batchSize; + } + + /// + /// Validates the provider's schema and ensures a table exists + /// + public void EnsureSchema() + { + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + using (SqlCommand cmd = conn.CreateCommand()) + { + var sql = string.Format( +@"if not EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[HiLo]') AND type in (N'U')) +begin + CREATE TABLE [{0}].HiLo ( + NextId int not null, + [Table] varchar(100) not null + ) +end", + this.schema); + + cmd.CommandText = sql; + cmd.ExecuteNonQuery(); + } + } + } + + /// + /// Obtains the next identifier from the database and returns it + /// + /// Schema of database to retrieve next id from + /// Table to get next id from + /// Next id obtained from database + public object NextId(string schema, string table) + { + if (!this.ids.ContainsKey(table)) + { + this.ids.Add(table, new Identity { NextId = 0, MaxId = 0 }); + } + + Identity id = this.ids[table]; + if (id != null && id.NextId < id.MaxId) + { + return id.NextId++; + } + + string sql = + @"declare @table varchar(100) + set @table = '[{1}].[{2}]' + select @nextId = NextId from [{0}].HiLo with (updlock, rowlock) where lower([table]) = lower(@table) + if isnull(@nextId, 0) = 0 + begin + declare @maxId int + select @maxId = isnull(max(Id), 0) + 1 from [{1}].[{2}] + insert into [{0}].HiLo (NextId, [Table]) values (@maxId, @table) + select @nextId = 1 + end + update [{0}].HiLo set NextId = NextId + @batchSize where lower([table]) = lower(@table)"; + + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + + using (var tx = conn.BeginTransaction(IsolationLevel.Serializable)) + using (var cmd = conn.CreateCommand()) + { + cmd.Transaction = tx; + cmd.Parameters.Add("@nextId", SqlDbType.Int).Direction = ParameterDirection.Output; + cmd.Parameters.Add("@batchSize", SqlDbType.Int).Value = this.batchSize; + cmd.CommandText = string.Format(sql, this.schema, schema, table); + cmd.ExecuteNonQuery(); + id.NextId = Convert.ToInt32(cmd.Parameters["@nextId"].Value); + id.MaxId = id.NextId + this.batchSize; + tx.Commit(); + return id.NextId++; + } + } + } + } +} diff --git a/src/X12.Sql/IdentityProviders/LongHiLowIdentityProvider.cs b/src/X12.Sql/IdentityProviders/LongHiLowIdentityProvider.cs new file mode 100644 index 00000000..8cc56129 --- /dev/null +++ b/src/X12.Sql/IdentityProviders/LongHiLowIdentityProvider.cs @@ -0,0 +1,112 @@ +namespace X12.Sql.IdentityProviders +{ + using System; + using System.Collections.Generic; + using System.Data; + using System.Data.SqlClient; + + using X12.Sql.Interfaces; + + /// + /// Represents an Identity provider for long-based identifiers + /// + public class LongHiLowIdentityProvider : IIdentityProvider + { + private readonly IDictionary> ids = new Dictionary>(); + private readonly string dsn; + private readonly string schema; + private readonly int batchSize; + + /// + /// Initializes a new instance of the class + /// + /// Data source name + /// Database schema + /// Size of batch for chunking + public LongHiLowIdentityProvider(string dsn, string schema, int batchSize) + { + this.dsn = dsn; + this.schema = schema; + this.batchSize = batchSize; + } + + /// + /// Validates the provider's schema and ensures a table exists + /// + public void EnsureSchema() + { + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + using (var cmd = conn.CreateCommand()) + { + var sql = string.Format( + @"if not EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[{0}].[HiLo]') AND type in (N'U')) + begin + CREATE TABLE [{0}].HiLo ( + NextId bigint not null, + [Table] varchar(100) not null + ) + end", + this.schema); + + cmd.CommandText = sql; + } + } + } + + /// + /// Obtains the next identifier from the database and returns it + /// + /// Schema of database to retrieve next id from + /// Table to get next id from + /// Next id obtained from database + public object NextId(string schema, string table) + { + if (!this.ids.ContainsKey(table)) + { + this.ids.Add(table, new Identity { NextId = 0, MaxId = 0 }); + } + + Identity id = this.ids[table]; + + if (id != null && id.NextId < id.MaxId) + { + return id.NextId++; + } + + var sql = + @"declare @table varchar(100) + set @table = '[{1}].[{2}]' + select @nextId = NextId from [{0}].HiLo with (updlock, rowlock) where lower([table]) = lower(@table) + if isnull(@nextId, 0) = 0 + begin + declare @maxId bigint + select @maxId = isnull(max(Id), 0) + 1 from [{1}].[{2}] + insert into [{0}].HiLo (NextId, [Table]) values (@maxId, @table) + select @nextId = 1 + end + update [{0}].HiLo set NextId = NextId + @batchSize where lower([table]) = lower(@table)"; + + using (var conn = new SqlConnection(this.dsn)) + { + conn.Open(); + + using (var tx = conn.BeginTransaction(IsolationLevel.Serializable)) + using (var cmd = conn.CreateCommand()) + { + cmd.Transaction = tx; + cmd.Parameters.Add("@nextId", SqlDbType.BigInt).Direction = ParameterDirection.Output; + cmd.Parameters.Add("@batchSize", SqlDbType.Int).Value = this.batchSize; + cmd.Parameters.Add("@table", SqlDbType.VarChar, 100).Value = table; + cmd.CommandText = string.Format(sql, this.schema); + cmd.ExecuteNonQuery(); + id.NextId = Convert.ToInt64(cmd.Parameters["@nextId"].Value); + id.MaxId = id.NextId + this.batchSize; + tx.Commit(); + return id.NextId++; + } + } + } + } +} diff --git a/src/X12.Sql/Interfaces/IDbCreation.cs b/src/X12.Sql/Interfaces/IDbCreation.cs new file mode 100644 index 00000000..ca2c3e8b --- /dev/null +++ b/src/X12.Sql/Interfaces/IDbCreation.cs @@ -0,0 +1,62 @@ +namespace X12.Sql.Interfaces +{ + using X12.Specifications; + + /// + /// Provides a common interface for working with a database + /// + public interface IDbCreation + { + string Schema { get; } + + IValidation Validator { get; } + + IExecutor Executor { get; } + + void CreateSchema(); + + void CreateContainerTable(); + + void CreateRevisionTable(); + + void CreateX12CodeListTable(); + + void CreateInterchangeTable(); + + void CreateFunctionalGroupTable(); + + void CreateTransactionSetTable(); + + void CreateLoopTable(); + + void CreateSegmentTable(); + + void CreateParsingErrorTable(); + + void CreateIndexedSegmentTable(SegmentSpecification spec, string commonSchema); + + void CreateEntityView(string commonSchema); + + int ElementCountInX12CodeListTable(string elementId); + + void AddToX12CodeListTable(string elementId, string code, string definition); + + void AddErrorIdToIndexedSegmentTable(string segmentId); + + void CreateSplitSegmentFunction(); + + void CreateFlatElementsFunction(); + + void CreateGetAncestorLoopsFunction(); + + void CreateGetDescendantLoopsFunction(); + + void CreateGetTransactionSetSegmentsFunction(); + + void CreateGetTransactionSegmentsFunction(); + + void RemoveIdentityColumn(string table); + + bool HasIdentityColumn(string table); + } +} diff --git a/src/X12.Sql/Interfaces/IExecutor.cs b/src/X12.Sql/Interfaces/IExecutor.cs new file mode 100644 index 00000000..f9daa5f5 --- /dev/null +++ b/src/X12.Sql/Interfaces/IExecutor.cs @@ -0,0 +1,29 @@ +namespace X12.Sql.Interfaces +{ + using System.Data.SqlClient; + + /// + /// Provides interface for executing SQL commands against a database + /// + public interface IExecutor + { + /// + /// Executes provided SQL string command against database + /// + /// SQL command to be executed + void ExecuteCmd(string sql); + + /// + /// Executes a provided against database + /// + /// SQL Command to be executed + void ExecuteCmd(SqlCommand cmd); + + /// + /// Executes a provided and returns the result + /// + /// SQL Command to be executed + /// Result from the execution + object ExecuteScalar(SqlCommand cmd); + } +} diff --git a/src/X12.Sql/Interfaces/IIdentityProvider.cs b/src/X12.Sql/Interfaces/IIdentityProvider.cs new file mode 100644 index 00000000..c99777a6 --- /dev/null +++ b/src/X12.Sql/Interfaces/IIdentityProvider.cs @@ -0,0 +1,12 @@ +namespace X12.Sql.Interfaces +{ + public interface IIdentityProvider + { + /// + /// Validates the provider's schema and ensures a table exists + /// + void EnsureSchema(); + + object NextId(string schema, string table); + } +} diff --git a/src/X12.Sql/Interfaces/IParsingErrorRepo.cs b/src/X12.Sql/Interfaces/IParsingErrorRepo.cs new file mode 100644 index 00000000..3b113932 --- /dev/null +++ b/src/X12.Sql/Interfaces/IParsingErrorRepo.cs @@ -0,0 +1,18 @@ +namespace X12.Sql.Interfaces +{ + /// + /// Provides interface for storing error data in a repository + /// + public interface IParsingErrorRepo + { + /// + /// Stores a parsing error into a repository + /// + /// Interchange identifier object + /// Interchange element pointer + /// Object revision Id, if present + /// Message to be stored + /// Error identifier object + object PersistParsingError(object interchangeId, int positionInInterchange, int? revisionId, string errorMessage); + } +} diff --git a/src/X12.Sql/Interfaces/IValidation.cs b/src/X12.Sql/Interfaces/IValidation.cs new file mode 100644 index 00000000..4f75e032 --- /dev/null +++ b/src/X12.Sql/Interfaces/IValidation.cs @@ -0,0 +1,43 @@ +namespace X12.Sql.Interfaces +{ + /// + /// Provides an interface for validating SQL structure (i.e. tables, columns, views, functions, and schema) + /// + public interface IValidation + { + /// + /// Validates that the specified function exists in the database + /// + /// Function name to validate + /// True if the function exists in the database; otherwise, false + bool FunctionExists(string functionName); + + /// + /// Validates that the specified schema exists in the database + /// + /// True if the schema exists in the database; otherwise, false + bool SchemaExists(); + + /// + /// Validates that the specified table exists in the database + /// + /// Table name to validate + /// True if the table exists in the database; otherwise, false + bool TableExists(string tableName); + + /// + /// Validates that the specified view exists in the database + /// + /// View name to validate + /// True if the view exists in the database; otherwise, false + bool ViewExists(string viewName); + + /// + /// Validates that the specified column exists in the specified table of the database + /// + /// Table name containing column + /// Column name to validate + /// True if the column exists in the database; otherwise, false + bool TableColumnExists(string tableName, string columnName); + } +} diff --git a/src/OopFactory.X12.Sql/Properties/AssemblyInfo.cs b/src/X12.Sql/Properties/AssemblyInfo.cs similarity index 90% rename from src/OopFactory.X12.Sql/Properties/AssemblyInfo.cs rename to src/X12.Sql/Properties/AssemblyInfo.cs index b92fe042..f0f21f3b 100644 --- a/src/OopFactory.X12.Sql/Properties/AssemblyInfo.cs +++ b/src/X12.Sql/Properties/AssemblyInfo.cs @@ -1,39 +1,39 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. - -[assembly: AssemblyTitle("OopFactory.X12.Sql")] -[assembly: AssemblyDescription("Open Source .NET C# X12 Parser")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Dannie Strubhar")] -[assembly: AssemblyProduct("OopFactory.X12.Sql")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. - -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM - -[assembly: Guid("41a434d2-9c15-4ffc-95d4-cbb61accf50d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] - -[assembly: AssemblyVersion("1.0.0.0")] +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. + +[assembly: AssemblyTitle("X12.Sql")] +[assembly: AssemblyDescription("Open Source .NET C# X12 Parser")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Dannie Strubhar")] +[assembly: AssemblyProduct("X12.Sql")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. + +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM + +[assembly: Guid("41a434d2-9c15-4ffc-95d4-cbb61accf50d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] + +[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/src/X12.Sql/Properties/Resources.Designer.cs b/src/X12.Sql/Properties/Resources.Designer.cs new file mode 100644 index 00000000..0536fdbf --- /dev/null +++ b/src/X12.Sql/Properties/Resources.Designer.cs @@ -0,0 +1,189 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace X12.Sql.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("X12.Sql.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Could not parse date of birth '{1}' to a DateTime for Entity ID: '{0}'. + /// + internal static string DateOfBirthParsingError { + get { + return ResourceManager.GetString("DateOfBirthParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Element {2}{3:00} in position {1} of interchange {0} will be truncated because it exceeds the max length of {4}.. + /// + internal static string ElementTruncatedWarning { + get { + return ResourceManager.GetString("ElementTruncatedWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to FunctionalGroup control number '{0}' could not be parsed. Error: {1}. + /// + internal static string FunctionalGroupControlNumberParsingError { + get { + return ResourceManager.GetString("FunctionalGroupControlNumberParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to FunctionalGroup date '{0}' and time '{1}' could not be parsed. Error: {2}. + /// + internal static string FunctionalGroupDateTimeParsingError { + get { + return ResourceManager.GetString("FunctionalGroupDateTimeParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to FunctionalGroup version number '{0}' will be truncated because it exceeds the max length of 12.. + /// + internal static string FunctionalGroupVersionNumberTruncatedWarning { + get { + return ResourceManager.GetString("FunctionalGroupVersionNumberTruncatedWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to FunctionalIdentifier code '{0}' will be truncated because it exceeds the max length of 2.. + /// + internal static string FunctionalIdentifierTruncatedWarning { + get { + return ResourceManager.GetString("FunctionalIdentifierTruncatedWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Interchange date '{0}' and time '{1}' could not be parsed. Error: {2}. + /// + internal static string InterchangeDateTimeParsingError { + get { + return ResourceManager.GetString("InterchangeDateTimeParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 'identityType' must be a value type. + /// + internal static string InvalidIdentityType { + get { + return ResourceManager.GetString("InvalidIdentityType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Loop could not be created for interchange '{0}' position '{1}'.. + /// + internal static string LoopCreationError { + get { + return ResourceManager.GetString("LoopCreationError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment '{0}' of interchange '{1}' in position '{2}' has already been deleted by '{3}' at '{4}'.. + /// + internal static string SegmentAlreadyDeletedError { + get { + return ResourceManager.GetString("SegmentAlreadyDeletedError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Segment {0} of interchange {1} in position {2} has already been revised by {3} at {4}.. + /// + internal static string SegmentAlreadyRevisedError { + get { + return ResourceManager.GetString("SegmentAlreadyRevisedError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A segment does not exist for interchange '{0}' at position '{1}'.. + /// + internal static string SegmentDoesNotExist { + get { + return ResourceManager.GetString("SegmentDoesNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Transaction control number '{0}' will be truncated because it exceeds the max length of 9.. + /// + internal static string TransactionControlNumberTruncatedWarning { + get { + return ResourceManager.GetString("TransactionControlNumberTruncatedWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Only 'Guid', 'Long', and 'Int' identity types are supported. + /// + internal static string UnsupportedIdentityType { + get { + return ResourceManager.GetString("UnsupportedIdentityType", resourceCulture); + } + } + } +} diff --git a/src/X12.Sql/Properties/Resources.resx b/src/X12.Sql/Properties/Resources.resx new file mode 100644 index 00000000..b4ffdfa6 --- /dev/null +++ b/src/X12.Sql/Properties/Resources.resx @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Could not parse date of birth '{1}' to a DateTime for Entity ID: '{0}' + Format Parameter(s): dateOfBirth, entityId + + + Element {2}{3:00} in position {1} of interchange {0} will be truncated because it exceeds the max length of {4}. + Format Parameter(s): interchangeId, positionInInterchange, elementId, elementName, maxElementLength + + + FunctionalGroup control number '{0}' could not be parsed. Error: {1} + Format Parameter(s): functionGroupControlNumber, error + + + FunctionalGroup date '{0}' and time '{1}' could not be parsed. Error: {2} + Format Parameter(s): functionalGroupDate, functionalGroupTime, error + + + FunctionalGroup version number '{0}' will be truncated because it exceeds the max length of 12. + Format Parameter(s): functionGroupVersionNumber + + + FunctionalIdentifier code '{0}' will be truncated because it exceeds the max length of 2. + Format Parameter(s): FunctionalIdentifierCode + + + Interchange date '{0}' and time '{1}' could not be parsed. Error: {2} + Format Parameter(s): interchangeDate, interchangeTime, error + + + 'identityType' must be a value type + + + Loop could not be created for interchange '{0}' position '{1}'. + Format Parameter(s): interchangeId, positionId + + + Segment '{0}' of interchange '{1}' in position '{2}' has already been deleted by '{3}' at '{4}'. + Format Parameter(s): segmentId, interchangeId, positionInInterchange, revisedBy, revisionDate + + + Segment {0} of interchange {1} in position {2} has already been revised by {3} at {4}. + Format Parameter(s): segmentId, interchangeId, positionInInterchange, revisedBy, revisionDate + + + A segment does not exist for interchange '{0}' at position '{1}'. + Format Parameter(s): interchangeId, positionInInterchange + + + Transaction control number '{0}' will be truncated because it exceeds the max length of 9. + Format Parameter(s): transactionControlNumber + + + Only 'Guid', 'Long', and 'Int' identity types are supported + + \ No newline at end of file diff --git a/src/OopFactory.X12/Repositories/RepoEntity.cs b/src/X12.Sql/RepoEntity.cs similarity index 74% rename from src/OopFactory.X12/Repositories/RepoEntity.cs rename to src/X12.Sql/RepoEntity.cs index 70e08c79..4490e9c3 100644 --- a/src/OopFactory.X12/Repositories/RepoEntity.cs +++ b/src/X12.Sql/RepoEntity.cs @@ -1,42 +1,67 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoEntity - { - public T EntityId { get; set; } - public string EntityIdentifierCode { get; set; } - public string EntityIdentifier { get; set; } - public T InterchangeId { get; set; } - public T TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public T ParentLoopId { get; set; } - public string SpecLoopId { get; set; } - public string StartingSegmentId { get; set; } - public string Name { get; set; } - public bool? IsPerson { get; set; } - public string LastName { get; set; } - public string FirstName { get; set; } - public string MiddleName { get; set; } - public string NamePrefix { get; set; } - public string NameSuffix { get; set; } - public string IdQualifier { get; set; } - public string Identification { get; set; } - public string Ssn { get; set; } - public string Npi { get; set; } - public string TelephoneNumber { get; set; } - public string AddressLine1 { get; set; } - public string AddressLine2 { get; set; } - public string City { get; set; } - public string StateCode { get; set; } - public string PostalCode { get; set; } - public string County { get; set; } - public string CountryCode { get; set; } - public DateTime? DateOfBirth { get; set; } - public string Gender { get; set; } - } -} +namespace X12.Sql +{ + using System; + + public class RepoEntity + { + public object EntityId { get; set; } + + public string EntityIdentifierCode { get; set; } + + public string EntityIdentifier { get; set; } + + public object InterchangeId { get; set; } + + public object TransactionSetId { get; set; } + + public string TransactionSetCode { get; set; } + + public object ParentLoopId { get; set; } + + public string SpecLoopId { get; set; } + + public string StartingSegmentId { get; set; } + + public string Name { get; set; } + + public bool? IsPerson { get; set; } + + public string LastName { get; set; } + + public string FirstName { get; set; } + + public string MiddleName { get; set; } + + public string NamePrefix { get; set; } + + public string NameSuffix { get; set; } + + public string IdQualifier { get; set; } + + public string Identification { get; set; } + + public string Ssn { get; set; } + + public string Npi { get; set; } + + public string TelephoneNumber { get; set; } + + public string AddressLine1 { get; set; } + + public string AddressLine2 { get; set; } + + public string City { get; set; } + + public string StateCode { get; set; } + + public string PostalCode { get; set; } + + public string County { get; set; } + + public string CountryCode { get; set; } + + public DateTime? DateOfBirth { get; set; } + + public string Gender { get; set; } + } +} \ No newline at end of file diff --git a/src/OopFactory.X12/Repositories/RepoEntitySearchCriteria.cs b/src/X12.Sql/RepoEntitySearchCriteria.cs similarity index 69% rename from src/OopFactory.X12/Repositories/RepoEntitySearchCriteria.cs rename to src/X12.Sql/RepoEntitySearchCriteria.cs index 8b2d0010..7ab6feef 100644 --- a/src/OopFactory.X12/Repositories/RepoEntitySearchCriteria.cs +++ b/src/X12.Sql/RepoEntitySearchCriteria.cs @@ -1,40 +1,60 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoEntitySearchCriteria where T : struct - { - /// - /// Comma delimited string of entity identifierCodes to include in results - /// - public string EntityIdentifierCodes { get; set; } - public string EntityIdentifierContains { get; set; } - public T? InterchangeId { get; set; } - public T? TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public T? ParentLoopId { get; set; } - public string SpecLoopId { get; set; } - public string StartingSegmentId { get; set; } - public string NameContains { get; set; } - public bool? IsPerson { get; set; } - public string LastNameStartsWith { get; set; } - public string FirstNameContains { get; set; } - public string IdQualifier { get; set; } - public string Identification { get; set; } - public string Ssn { get; set; } - public string Npi { get; set; } - public string City { get; set; } - public string StateCode { get; set; } - public string PostalCode { get; set; } - public string County { get; set; } - public string CountryCode { get; set; } - public DateTime? DateOfBirthOn { get; set; } - public DateTime? DateOfBirthOnOrAfter { get; set; } - public DateTime? DateOfBirthOnOrBefore { get; set; } - public string Gender { get; set; } - } -} +namespace X12.Sql +{ + using System; + + public class RepoEntitySearchCriteria + { + /// + /// Gets or sets a comma delimited string of entity identifierCodes to include in results + /// + public string EntityIdentifierCodes { get; set; } + + public string EntityIdentifierContains { get; set; } + + public object InterchangeId { get; set; } + + public object TransactionSetId { get; set; } + + public string TransactionSetCode { get; set; } + + public object ParentLoopId { get; set; } + + public string SpecLoopId { get; set; } + + public string StartingSegmentId { get; set; } + + public string NameContains { get; set; } + + public bool? IsPerson { get; set; } + + public string LastNameStartsWith { get; set; } + + public string FirstNameContains { get; set; } + + public string IdQualifier { get; set; } + + public string Identification { get; set; } + + public string Ssn { get; set; } + + public string Npi { get; set; } + + public string City { get; set; } + + public string StateCode { get; set; } + + public string PostalCode { get; set; } + + public string County { get; set; } + + public string CountryCode { get; set; } + + public DateTime? DateOfBirthOn { get; set; } + + public DateTime? DateOfBirthOnOrAfter { get; set; } + + public DateTime? DateOfBirthOnOrBefore { get; set; } + + public string Gender { get; set; } + } +} \ No newline at end of file diff --git a/src/X12.Sql/RepoLoop.cs b/src/X12.Sql/RepoLoop.cs new file mode 100644 index 00000000..b4c2c8ae --- /dev/null +++ b/src/X12.Sql/RepoLoop.cs @@ -0,0 +1,40 @@ +namespace X12.Sql +{ + using X12.Shared.Models; + + public class RepoLoop + { + public RepoLoop(string segmentString, char segmentTerminator, char elementSeparator, char componentSeparator) + { + this.Segment = new DetachedSegment( + new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator), + segmentString); + } + + public object LoopId { get; set; } + + public object ParentLoopId { get; set; } + + public object InterchangeId { get; set; } + + public object TransactionSetId { get; set; } + + public string TransactionSetCode { get; set; } + + public string SpecLoopId { get; set; } + + public string LevelId { get; set; } + + public string LevelCode { get; set; } + + public string StartingSegmentId { get; set; } + + public string EntityIdentifierCode { get; set; } + + public int RevisionId { get; set; } + + public int PositionInInterchange { get; set; } + + public DetachedSegment Segment { get; private set; } + } +} \ No newline at end of file diff --git a/src/X12.Sql/RepoLoopSearchCriteria.cs b/src/X12.Sql/RepoLoopSearchCriteria.cs new file mode 100644 index 00000000..96281774 --- /dev/null +++ b/src/X12.Sql/RepoLoopSearchCriteria.cs @@ -0,0 +1,25 @@ +namespace X12.Sql +{ + public class RepoLoopSearchCriteria + { + public object LoopId { get; set; } + + public object ParentLoopId { get; set; } + + public object InterchangeId { get; set; } + + public object TransactionSetId { get; set; } + + public string TransactionSetCode { get; set; } + + public string SpecLoopId { get; set; } + + public string LevelId { get; set; } + + public string LevelCode { get; set; } + + public string StartingSegmentId { get; set; } + + public string EntityIdentifierCode { get; set; } + } +} \ No newline at end of file diff --git a/src/X12.Sql/RepoSegment.cs b/src/X12.Sql/RepoSegment.cs new file mode 100644 index 00000000..a751c8bf --- /dev/null +++ b/src/X12.Sql/RepoSegment.cs @@ -0,0 +1,34 @@ +namespace X12.Sql +{ + using X12.Shared.Models; + + public class RepoSegment + { + public RepoSegment(string segmentString, char segmentTerminator, char elementSeparator, char componentSeparator) + { + this.Segment = new DetachedSegment( + new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator), + segmentString); + } + + public object InterchangeId { get; set; } + + public object FunctionalGroupId { get; set; } + + public object TransactionSetId { get; set; } + + public object ParentLoopId { get; set; } + + public object LoopId { get; set; } + + public int RevisionId { get; set; } + + public int PositionInInterchange { get; set; } + + public string SpecLoopId { get; set; } + + public DetachedSegment Segment { get; } + + public bool Deleted { get; set; } + } +} \ No newline at end of file diff --git a/src/OopFactory.X12/Repositories/RepoTransactionSet.cs b/src/X12.Sql/RepoTransactionSet.cs similarity index 57% rename from src/OopFactory.X12/Repositories/RepoTransactionSet.cs rename to src/X12.Sql/RepoTransactionSet.cs index 97689c9a..c1d07f2f 100644 --- a/src/OopFactory.X12/Repositories/RepoTransactionSet.cs +++ b/src/X12.Sql/RepoTransactionSet.cs @@ -1,34 +1,42 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using OopFactory.X12.Parsing; - -namespace OopFactory.X12.Repositories -{ - [Obsolete("Use OopFactory.X12.Sql library and namespace")] - public class RepoTransactionSet where T : struct - { - public RepoTransactionSet(char segmentTerminator, char elementSeparator, char componentSeparator) - { - Delimiters = new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator); - } - - public T InterchangeId { get; set; } - public string SenderId { get; set; } - public string ReceiverId { get; set; } - public string InterchangeControlNumber { get; set; } - public DateTime? InterchangeDate { get; set; } - public X12DelimiterSet Delimiters { get; private set; } - - public T FunctionalGroupId { get; set; } - public string FunctionalIdCode { get; set; } - public string FunctionalGroupControlNumber { get; set; } - public string Version { get; set; } - - public T TransactionSetId { get; set; } - public string TransactionSetCode { get; set; } - public string ControlNumber { get; set; } - public string ImplementationConventionRef { get; set; } - } -} +namespace X12.Sql +{ + using System; + + using X12.Shared.Models; + + public class RepoTransactionSet + { + public RepoTransactionSet(char segmentTerminator, char elementSeparator, char componentSeparator) + { + this.Delimiters = new X12DelimiterSet(segmentTerminator, elementSeparator, componentSeparator); + } + + public object InterchangeId { get; set; } + + public string SenderId { get; set; } + + public string ReceiverId { get; set; } + + public string InterchangeControlNumber { get; set; } + + public DateTime? InterchangeDate { get; set; } + + public X12DelimiterSet Delimiters { get; private set; } + + public object FunctionalGroupId { get; set; } + + public string FunctionalIdCode { get; set; } + + public string FunctionalGroupControlNumber { get; set; } + + public string Version { get; set; } + + public object TransactionSetId { get; set; } + + public string TransactionSetCode { get; set; } + + public string ControlNumber { get; set; } + + public string ImplementationConventionRef { get; set; } + } +} \ No newline at end of file diff --git a/src/X12.Sql/RepoTransactionSetSearchCriteria.cs b/src/X12.Sql/RepoTransactionSetSearchCriteria.cs new file mode 100644 index 00000000..9aeb944d --- /dev/null +++ b/src/X12.Sql/RepoTransactionSetSearchCriteria.cs @@ -0,0 +1,75 @@ +namespace X12.Sql +{ + using System; + + /// + /// Represents search criteria for a transaction set + /// + public class RepoTransactionSetSearchCriteria + { + /// + /// Gets or sets the unique identifier for Interchange + /// + public object InterchangeId { get; set; } + + /// + /// Gets or sets the sender's identifier + /// + public string SenderId { get; set; } + + /// + /// Gets or sets the receiver's identifier + /// + public string ReceiverId { get; set; } + + /// + /// Gets or sets the Interchange Control Number + /// + public string InterchangeControlNumber { get; set; } + + /// + /// Gets or sets the Interchange minimum date + /// + public DateTime? InterchangeMinDate { get; set; } + + /// + /// Gets or sets the Interchange maximum date + /// + public DateTime? InterchangeMaxDate { get; set; } + + /// + /// Gets or sets the group's identifier + /// + public object FunctionalGroupId { get; set; } + + /// + /// Gets or sets the functional identifier + /// + public string FunctionalIdCode { get; set; } + + /// + /// Gets or sets the function group's control number + /// + public string FunctionalGroupControlNumber { get; set; } + + /// + /// Gets or sets the pattern for the version + /// + public string VersionPattern { get; set; } + + /// + /// Gets or sets the unique Transaction Set identifier + /// + public object TransactionSetId { get; set; } + + /// + /// Gets or sets the Transaction Set code + /// + public string TransactionSetCode { get; set; } + + /// + /// Gets or sets the Transaction Set control number + /// + public string TransactionSetControlNumber { get; set; } + } +} \ No newline at end of file diff --git a/src/X12.Sql/SegmentBatch.cs b/src/X12.Sql/SegmentBatch.cs new file mode 100644 index 00000000..88c2f647 --- /dev/null +++ b/src/X12.Sql/SegmentBatch.cs @@ -0,0 +1,319 @@ +namespace X12.Sql +{ + using System; + using System.Collections.Generic; + using System.Data; + using System.Data.SqlClient; + using System.Diagnostics; + using System.Linq; + using System.Text; + + using X12.Shared.Models; + using X12.Specifications; + using X12.Specifications.Enumerations; + using X12.Sql.Interfaces; + using X12.Sql.Properties; + + internal class SegmentBatch + { + private readonly IParsingErrorRepo errorRepo; + private readonly Type identityType; + private readonly object defaultIdentityTypeValue; + + public SegmentBatch(IParsingErrorRepo errorRepo, Type identityType) + { + this.identityType = identityType; + this.defaultIdentityTypeValue = identityType.GetDefaultValue(); + this.errorRepo = errorRepo; + this.ParsedTables = new Dictionary(); + + this.SegmentTable = new DataTable(); + this.SegmentTable.Columns.Add("InterchangeId", identityType); + this.SegmentTable.Columns.Add("PositionInInterchange", typeof(int)); + this.SegmentTable.Columns.Add("RevisionId", typeof(int)); + this.SegmentTable.Columns.Add("FunctionalGroupId", identityType); + this.SegmentTable.Columns.Add("TransactionSetId", identityType); + this.SegmentTable.Columns.Add("ParentLoopId", identityType); + this.SegmentTable.Columns.Add("LoopId", identityType); + this.SegmentTable.Columns.Add("Deleted", typeof(bool)); + this.SegmentTable.Columns.Add("SegmentId", typeof(string)); + this.SegmentTable.Columns.Add("Segment", typeof(string)); + + this.LoopTable = new DataTable(); + this.LoopTable.Columns.Add("Id", identityType); + this.LoopTable.Columns.Add("ParentLoopId", identityType); + this.LoopTable.Columns.Add("InterchangeId", identityType); + this.LoopTable.Columns.Add("TransactionSetId", identityType); + this.LoopTable.Columns.Add("TransactionSetCode", typeof(string)); + this.LoopTable.Columns.Add("SpecLoopId", typeof(string)); + this.LoopTable.Columns.Add("StartingSegmentId", typeof(string)); + this.LoopTable.Columns.Add("EntityIdentifierCode", typeof(string)); + } + + internal Dictionary ParsedTables { get; set; } + + internal DataTable SegmentTable { get; set; } + + internal DataTable LoopTable { get; set; } + + public int LoopCount => this.LoopTable.Rows.Count; + + public int SegmentCount => this.SegmentTable.Rows.Count; + + public string StartingSegment + { + get + { + if (this.SegmentTable.Rows.Count > 0) + { + var firstSegment = this.SegmentTable.Rows[0]; + return $"{firstSegment["Segment"]} (InterchangeId:{firstSegment["InterchangeId"]};Position:{firstSegment["PositionInInterchange"]})"; + } + + return null; + } + } + + /// + /// Clears the tables of data + /// + public void Clear() + { + this.ParsedTables.Clear(); + this.SegmentTable.Clear(); + } + + public void AddSegment( + SqlTransaction tran, + object interchangeId, + int positionInInterchange, + int revisionId, + object functionalGroupId, + object transactionSetId, + object parentLoopId, + object loopId, + bool deleted, + DetachedSegment segment, + SegmentSpecification spec) + { + this.SegmentTable.Rows.Add( + interchangeId, + positionInInterchange, + revisionId, + functionalGroupId, + transactionSetId, + parentLoopId, + loopId, + deleted, + segment.SegmentId, + segment.SegmentString); + + if (spec != null) + { + var parsingError = new StringBuilder(); + var fieldNames = new List(); + int maxElements = spec.Elements.Count; + + for (var i = 1; i == 1 || i <= maxElements; i++) + { + fieldNames.Add($"{i:00}"); + } + + if (!this.ParsedTables.ContainsKey(segment.SegmentId)) + { + this.ParsedTables.Add(segment.SegmentId, new DataTable()); + this.ParsedTables[segment.SegmentId].Columns.Add("InterchangeId", this.identityType); + this.ParsedTables[segment.SegmentId].Columns.Add("PositionInInterchange", typeof(int)); + this.ParsedTables[segment.SegmentId].Columns.Add("TransactionSetId", this.identityType); + this.ParsedTables[segment.SegmentId].Columns.Add("ParentLoopId", this.identityType); + this.ParsedTables[segment.SegmentId].Columns.Add("LoopId", this.identityType); + this.ParsedTables[segment.SegmentId].Columns.Add("RevisionId", typeof(int)); + this.ParsedTables[segment.SegmentId].Columns.Add("Deleted", typeof(bool)); + + foreach (string f in fieldNames) + { + this.ParsedTables[segment.SegmentId].Columns.Add(f, typeof(string)); + } + + this.ParsedTables[segment.SegmentId].Columns.Add("ErrorId", this.identityType); + } + + DataRow row = this.ParsedTables[segment.SegmentId].NewRow(); + + row["InterchangeId"] = interchangeId; + row["PositionInInterchange"] = positionInInterchange; + row["TransactionSetId"] = transactionSetId ?? DBNull.Value; + row["ParentLoopId"] = parentLoopId ?? DBNull.Value; + row["LoopId"] = loopId ?? DBNull.Value; + row["RevisionId"] = revisionId; + row["Deleted"] = deleted; + + for (var i = 1; i <= segment.ElementCount && i <= maxElements; i++) + { + try + { + string val = segment.GetElement(i); + var elementSpec = spec.Elements[i - 1]; + int maxLength = elementSpec.MaxLength; + var column = $"{i:00}"; + + if (maxLength > 0 && val.Length > maxLength) + { + var message = + string.Format( + Resources.ElementTruncatedWarning, + interchangeId, + positionInInterchange, + segment.SegmentId, + i, + maxLength); + Trace.TraceInformation(message); + parsingError.AppendLine(message); + val = val.Substring(0, maxLength); + } + + if (elementSpec.Type == ElementDataType.Numeric && elementSpec.ImpliedDecimalPlaces > 0) + { + int intVal; + if (string.IsNullOrWhiteSpace(val)) + { + row[column] = null; + } + else if (int.TryParse(val, out intVal)) + { + var denominator = (decimal)Math.Pow(10, elementSpec.ImpliedDecimalPlaces); + row[column] = intVal / denominator; + } + else + { + var message = + string.Format( + "Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into an implied decimal with precision {5}.", + interchangeId, + positionInInterchange, + segment.SegmentId, + i, + val, + elementSpec.ImpliedDecimalPlaces); + Trace.TraceInformation(message); + parsingError.AppendLine(message); + row[column] = null; + } + } + else if (elementSpec.Type == ElementDataType.Numeric || elementSpec.Type == ElementDataType.Decimal) + { + decimal decVal; + if (string.IsNullOrWhiteSpace(val)) + { + row[column] = null; + } + else if (decimal.TryParse(val, out decVal)) + { + row[column] = decVal; + } + else + { + var message = + string.Format( + "Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into a decimal.", + interchangeId, + positionInInterchange, + segment.SegmentId, + i, + val); + Trace.TraceInformation(message); + parsingError.AppendLine(message); + row[column] = null; + } + } + else if (elementSpec.Type == ElementDataType.Date) + { + if (string.IsNullOrWhiteSpace(val)) + { + row[column] = null; + } + else + { + DateTime date; + if (val.Length == 8 && + DateTime.TryParse( + $"{val.Substring(0, 4)}-{val.Substring(4, 2)}-{val.Substring(6, 2)}", + out date)) + { + row[column] = date; + } + else + { + var message = + string.Format( + "Element {2}{3:00} in position {1} of interchange {0} cannot be indexed because '{4}' could not be parsed into a date.", + interchangeId, + positionInInterchange, + segment.SegmentId, + i, + val); + Trace.TraceInformation(message); + parsingError.AppendLine(message); + row[column] = null; + } + } + } + else + { + row[column] = val; + } + } + catch (Exception e) + { + var message = string.Format( + "Error parsing '{0}' using spec {1} with {2} elements: {3}", + segment.SegmentString, + spec.SegmentId, + spec.Elements.Count(), + e.Message); + Trace.TraceInformation(message); + parsingError.AppendLine(message); + } + } + + if (parsingError.Length > 0) + { + row["ErrorId"] = this.errorRepo.PersistParsingError( + interchangeId, + positionInInterchange, + revisionId, + parsingError.ToString()); + } + + this.ParsedTables[segment.SegmentId].Rows.Add(row); + } + } + + public void AddLoop( + object id, + Loop loop, + object interchangeId, + object transactionSetId, + string transactionSetCode, + object parentLoopId, + string entityIdentifierCode) + { + var row = this.LoopTable.NewRow(); + + row["Id"] = id; + row["ParentLoopId"] = !(parentLoopId == null || parentLoopId == this.defaultIdentityTypeValue) + ? parentLoopId + : DBNull.Value; + row["InterchangeId"] = interchangeId; + row["TransactionSetId"] = !(transactionSetId == null || transactionSetId == this.defaultIdentityTypeValue) + ? transactionSetId + : DBNull.Value; + row["TransactionSetCode"] = transactionSetCode; + row["SpecLoopId"] = loop.Specification.LoopId; + row["StartingSegmentId"] = loop.SegmentId; + row["EntityIdentifierCode"] = entityIdentifierCode; + + this.LoopTable.Rows.Add(row); + } + } +} \ No newline at end of file diff --git a/src/X12.Sql/SqlReadOnlyTransactionRepository.cs b/src/X12.Sql/SqlReadOnlyTransactionRepository.cs new file mode 100644 index 00000000..1bb2b965 --- /dev/null +++ b/src/X12.Sql/SqlReadOnlyTransactionRepository.cs @@ -0,0 +1,613 @@ +namespace X12.Sql +{ + using System; + using System.Collections.Generic; + using System.Data.SqlClient; + using System.Diagnostics; + using System.Text; + + using X12.Sql.Properties; + + /// + /// Collection of readonly methods for retrieving data from database into X12 models + /// + public class SqlReadOnlyTransactionRepository + { + /// + /// Initializes a new instance of the class + /// + /// Data source name + /// Data type used for conversions + /// Database schema name + public SqlReadOnlyTransactionRepository(string dsn, Type identityType, string schema = "dbo") + { + this.Dsn = dsn; + this.Schema = schema; + this.IdentityType = identityType; + this.DefaultIdentityTypeValue = identityType.GetDefaultValue(); + } + + /// + /// Gets the data source name + /// + protected string Dsn { get; } + + /// + /// Gets the database schema name + /// + protected string Schema { get; } + + /// + /// Gets the data type used in conversions + /// + protected Type IdentityType { get; } + + /// + /// Gets the default value for + /// + protected object DefaultIdentityTypeValue { get; } + + /// + /// Retrieves all the segments within a transaction + /// + /// Identifier of the TransactionSet + /// Use 0 for the original version Int32.MaxValue when you want the latest revision + /// This will include the ISA, GS, GE and IEA segments + /// List of objects from TransactionSet + public List GetTransactionSetSegments( + object transactionSetId, + int revisionId, + bool includeControlSegments = false) + { + using (var conn = new SqlConnection(this.Dsn)) + { + var cmd = new SqlCommand( + string.Format( +@"SELECT ts.InterchangeId, ts.FunctionalGroupId, ts.TransactionSetId, ts.ParentLoopId, ts.LoopId, ts.RevisionId, ts.Deleted, +ts.PositionInInterchange, l.SpecLoopId, ts.SegmentId, ts.Segment, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator +FROM [{0}].GetTransactionSetSegments(@transactionSetId, @includeControlSegments, @revisionId) ts +JOIN [{0}].Interchange i ON ts.InterchangeId = i.Id +LEFT JOIN [{0}].Loop l ON ts.LoopId = l.Id +ORDER BY PositionInInterchange", + this.Schema), + conn); + + cmd.Parameters.AddWithValue("@transactionSetId", transactionSetId); + cmd.Parameters.AddWithValue("@includeControlSegments", includeControlSegments); + cmd.Parameters.AddWithValue("@revisionId", revisionId); + + conn.Open(); + SqlDataReader reader = cmd.ExecuteReader(); + + var s = new List(); + while (reader.Read()) + { + s.Add(this.RepoSegmentFromReader(reader)); + } + + return s; + } + } + + /// + /// This will affectively unbundle the transaction from the rest of the transaction set and show you segments related + /// to that loopId. + /// + /// The loopId for retrieving it's ancestor and descendant segments + /// Use 0 for the original version and Int32.MaxValue for the latest version + /// This will include the ISA, GS, GE and IEA segments + /// List of object from Transaction + public List GetTransactionSegments(object loopId, int revisionId, bool includeControlSegments = false) + { + using (var conn = new SqlConnection(this.Dsn)) + { + var cmd = new SqlCommand( + string.Format( +@"SELECT ts.InterchangeId, ts.FunctionalGroupId, ts.TransactionSetId, ts.ParentLoopId, ts.LoopId, ts.RevisionId, ts.Deleted, +ts.PositionInInterchange, l.SpecLoopId, ts.SegmentId, ts.Segment, i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator +FROM [{0}].GetTransactionSegments(@loopId, @includeControlSegments, @revisionId) ts +JOIN [{0}].Interchange i ON ts.InterchangeId = i.Id +LEFT JOIN [{0}].Loop l ON ts.LoopId = l.Id +ORDER BY PositionInInterchange", + this.Schema), + conn); + + cmd.Parameters.AddWithValue("@loopId", loopId); + cmd.Parameters.AddWithValue("@includeControlSegments", includeControlSegments); + cmd.Parameters.AddWithValue("@revisionId", revisionId); + + conn.Open(); + using (SqlDataReader reader = cmd.ExecuteReader()) + { + var s = new List(); + while (reader.Read()) + { + s.Add(this.RepoSegmentFromReader(reader)); + } + + return s; + } + } + } + + /// + /// Returns collection of from database + /// + /// Search criteria for constraining results + /// List of found within criteria from database + public List GetTransactionSets(RepoTransactionSetSearchCriteria criteria) + { + var sql = string.Format( +@"SELECT ts.Id, ts.InterchangeId, i.SenderId, i.ReceiverId, + i.ControlNumber AS InterchangeControlNumber, i.[Date] as InterchangeDate, + i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator, ts.FunctionalGroupId, + fg.FunctionalIdCode, fg.ControlNumber AS FunctionalGroupControlNumber, fg.[Version], + ts.IdentifierCode AS TransactionSetCode, ts.ControlNumber, ts.ImplementationConventionRef +FROM [{0}].TransactionSet ts +JOIN [{0}].Interchange i ON ts.InterchangeId = i.Id +JOIN [{0}].FunctionalGroup fg ON ts.FunctionalGroupId = fg.Id +WHERE ts.InterchangeId = isnull(@interchangeId, ts.InterchangeId) + AND i.SenderId = isnull(@senderId,i.SenderId) + AND i.ReceiverId = isnull(@receiverId,i.ReceiverId) + AND i.ControlNumber = isnull(@interchangeControlNumber, i.ControlNumber) + AND i.[Date] >= isnull(@interchangeMinDate,i.[Date]) + AND i.[Date] <= isnull(@interchangeMaxDate,i.[Date]) + AND ts.FunctionalGroupId = isnull(@functionGroupId, ts.FunctionalGroupId) + AND fg.ControlNumber = isnull(@functionGroupControlNumber, fg.ControlNumber) + AND fg.[Version] like isnull('%' + @versionPattern + '%',fg.[Version]) + AND ts.Id = isnull(@transactionSetId, ts.Id) + AND ts.IdentifierCode = isnull(@transactionSetCode, ts.IdentifierCode) + AND ts.ControlNumber = isnull(@transactionSetControlNumber, ts.ControlNumber)", + this.Schema); + + using (var conn = new SqlConnection(this.Dsn)) + { + var cmd = new SqlCommand(sql, conn); + cmd.Parameters.AddWithValue("@interchangeId", criteria.InterchangeId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@senderId", (object)criteria.SenderId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@receiverId", (object)criteria.ReceiverId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@interchangeControlNumber", (object)criteria.InterchangeControlNumber ?? DBNull.Value); + cmd.Parameters.AddWithValue("@interchangeMinDate", (object)criteria.InterchangeMinDate ?? DBNull.Value); + cmd.Parameters.AddWithValue("@interchangeMaxDate", (object)criteria.InterchangeMaxDate ?? DBNull.Value); + cmd.Parameters.AddWithValue("@functionGroupId", criteria.FunctionalGroupId ?? DBNull.Value); + cmd.Parameters.AddWithValue( + "@functionGroupControlNumber", + (object)criteria.FunctionalGroupControlNumber ?? DBNull.Value); + cmd.Parameters.AddWithValue("@versionPattern", (object)criteria.VersionPattern ?? DBNull.Value); + cmd.Parameters.AddWithValue("@transactionSetId", criteria.TransactionSetId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@transactionSetCode", (object)criteria.TransactionSetCode ?? DBNull.Value); + cmd.Parameters.AddWithValue( + "@transactionSetControlNumber", + (object)criteria.TransactionSetControlNumber ?? DBNull.Value); + conn.Open(); + + SqlDataReader reader = cmd.ExecuteReader(); + var s = new List(); + + while (reader.Read()) + { + s.Add(this.RepoTransactionSetFromReader(reader)); + } + + return s; + } + } + + /// + /// Returns collection of from database + /// + /// Search criteria for constraining results + /// List of found within criteria from database + public List GetLoops(RepoLoopSearchCriteria criteria) + { + var sql = string.Format( +@"SELECT l.Id, l.ParentLoopId, l.InterchangeId, l.TransactionSetId, l.TransactionSetCode, + l.SpecLoopId, l.LevelId, l.LevelCode, l.StartingSegmentId, l.EntityIdentifierCode, + s1.RevisionId, s1.PositionInInterchange, s1.Segment, + i.SegmentTerminator, i.ElementSeparator, i.ComponentSeparator +FROM [{0}].[Loop] l +JOIN [{0}].Interchange i ON l.InterchangeId = i.Id +JOIN [{0}].Segment s1 ON l.Id = s1.LoopId +WHERE s1.Deleted = 0 +AND s1.RevisionId = (SELECT max(RevisionId) + FROM [{0}].Segment s2 + WHERE s1.InterchangeId = s2.InterchangeId + AND s1.PositionInInterchange = s2.PositionInInterchange) +AND l.Id = isnull(@loopId,l.Id) +AND isnull(l.ParentLoopId,0) = coalesce(@parentLoopId,l.ParentLoopId,0) +AND l.InterchangeId = isnull(@interchangeId,l.InterchangeId) +AND l.TransactionSetId = isnull(@transactionSetId,l.TransactionSetId) +AND l.TransactionSetCode = isnull(@transactionSetCode, l.TransactionSetCode) +AND isnull(l.SpecLoopId,'') = coalesce(@specLoopId, l.SpecLoopId,'') +AND isnull(l.LevelId,'') = coalesce(@levelId, l.LevelId,'') +AND isnull(l.LevelCode,'') = coalesce(@levelCode, l.LevelCode,'') +AND l.StartingSegmentId = isnull(@startingSegmentId,l.StartingSegmentId) +AND isnull(l.EntityIdentifierCode,'') = coalesce(@entityIdentifierCode, l.EntityIdentifierCode,'')", + this.Schema); + + using (var conn = new SqlConnection(this.Dsn)) + { + var cmd = new SqlCommand(sql, conn); + cmd.Parameters.AddWithValue("@loopId", criteria.LoopId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@parentLoopId", criteria.ParentLoopId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@interchangeId", criteria.InterchangeId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@transactionSetId", criteria.TransactionSetId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@transactionSetCode", (object)criteria.TransactionSetCode ?? DBNull.Value); + cmd.Parameters.AddWithValue("@specLoopId", (object)criteria.SpecLoopId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@levelId", (object)criteria.LevelId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@levelCode", (object)criteria.LevelCode ?? DBNull.Value); + cmd.Parameters.AddWithValue("@startingSegmentId", (object)criteria.StartingSegmentId ?? DBNull.Value); + cmd.Parameters.AddWithValue("@entityIdentifierCode", (object)criteria.EntityIdentifierCode ?? DBNull.Value); + + var list = new List(); + conn.Open(); + + using (SqlDataReader reader = cmd.ExecuteReader()) + { + while (reader.Read()) + { + list.Add(this.RepoLoopFromReader(reader)); + } + } + + return list; + } + } + + /// + /// Returns collection of from database + /// + /// Search criteria for constraining results + /// List of found within criteria from database + public List GetEntities(RepoEntitySearchCriteria criteria) + { + var sql = new StringBuilder($"SELECT * FROM [{this.Schema}].Entity"); + if (criteria != null) + { + sql.Append(" WHERE 1=1"); + + if (!string.IsNullOrEmpty(criteria.EntityIdentifierCodes)) + { + var codes = this.GetSqlInString( + criteria.EntityIdentifierCodes.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries)); + + sql.AppendFormat(" AND EntityIdentifierCode IN ({0})", codes); + } + + if (!string.IsNullOrEmpty(criteria.EntityIdentifierContains)) + { + sql.AppendFormat(" AND EntityIdentifier LIKE '%{0}%'", criteria.EntityIdentifierContains); + } + + if (criteria.InterchangeId != this.DefaultIdentityTypeValue) + { + sql.AppendFormat(" AND InterchangeId = '{0}'", criteria.InterchangeId); + } + + if (criteria.TransactionSetId != this.DefaultIdentityTypeValue) + { + sql.AppendFormat(" AND TransactionSetId = '{0}'", criteria.TransactionSetId); + } + + if (!string.IsNullOrEmpty(criteria.TransactionSetCode)) + { + sql.AppendFormat(" AND TransactionSetCode = '{0}'", criteria.TransactionSetCode); + } + + if (criteria.ParentLoopId != this.DefaultIdentityTypeValue) + { + sql.AppendFormat(" AND ParentLoopId = '{0}'", criteria.ParentLoopId); + } + + if (!string.IsNullOrEmpty(criteria.SpecLoopId)) + { + sql.AppendFormat(" AND SpecLoopId = '{0}'", criteria.SpecLoopId); + } + + if (!string.IsNullOrEmpty(criteria.StartingSegmentId)) + { + sql.AppendFormat(" AND StartingSegmentId = '{0}'", criteria.StartingSegmentId); + } + + if (!string.IsNullOrEmpty(criteria.NameContains)) + { + sql.AppendFormat(" AND Name LIKE '%{0}%'", criteria.NameContains); + } + + if (criteria.IsPerson.HasValue) + { + sql.AppendFormat(" AND IsPerson = {0}", criteria.IsPerson.Value ? "1" : "0"); + } + + if (!string.IsNullOrEmpty(criteria.LastNameStartsWith)) + { + sql.AppendFormat(" AND LastName LIKE '{0}%'", criteria.LastNameStartsWith); + } + + if (!string.IsNullOrEmpty(criteria.FirstNameContains)) + { + sql.AppendFormat(" AND FirstName LIKE '%{0}%'", criteria.FirstNameContains); + } + + if (!string.IsNullOrEmpty(criteria.IdQualifier)) + { + sql.AppendFormat(" AND IdQualifier = '{0}'", criteria.IdQualifier); + } + + if (!string.IsNullOrEmpty(criteria.Identification)) + { + sql.AppendFormat(" AND Identification = '{0}'", criteria.Identification); + } + + if (!string.IsNullOrEmpty(criteria.Ssn)) + { + sql.AppendFormat(" AND Ssn = '{0}'", criteria.Ssn); + } + + if (!string.IsNullOrEmpty(criteria.Npi)) + { + sql.AppendFormat(" AND Npi = '{0}'", criteria.Npi); + } + + if (!string.IsNullOrEmpty(criteria.City)) + { + sql.AppendFormat(" AND City = '{0}'", criteria.City); + } + + if (!string.IsNullOrEmpty(criteria.StateCode)) + { + sql.AppendFormat(" AND StateCode = '{0}'", criteria.StateCode); + } + + if (!string.IsNullOrEmpty(criteria.PostalCode)) + { + sql.AppendFormat(" AND PostalCode = '{0}'", criteria.PostalCode); + } + + if (!string.IsNullOrEmpty(criteria.County)) + { + sql.AppendFormat(" AND County = '{0}'", criteria.County); + } + + if (!string.IsNullOrEmpty(criteria.CountryCode)) + { + sql.AppendFormat(" AND CountryCode = '{0}'", criteria.CountryCode); + } + + if (criteria.DateOfBirthOn.HasValue) + { + sql.AppendFormat(" AND DateOfBirth = '{0:yyyyMMdd}'", criteria.DateOfBirthOn); + } + + if (criteria.DateOfBirthOnOrAfter.HasValue) + { + sql.AppendFormat(" AND DateOfBirth >= '{0:yyyyMMdd}'", criteria.DateOfBirthOnOrAfter); + } + + if (criteria.DateOfBirthOnOrBefore.HasValue) + { + sql.AppendFormat(" AND DateOfBirth <= '{0:yyyyMMdd}'", criteria.DateOfBirthOnOrBefore); + } + + if (!string.IsNullOrEmpty(criteria.Gender)) + { + sql.AppendFormat(" AND Gender = '{0}'", criteria.Gender); + } + } + + using (var conn = new SqlConnection(this.Dsn)) + { + var list = new List(); + conn.Open(); + using (var reader = new SqlCommand(sql.ToString(), conn).ExecuteReader()) + { + while (reader.Read()) + { + list.Add(this.RepoEntityFromReader(reader)); + } + } + + return list; + } + } + + /// + /// Converts the value to + /// + /// Object to be converted + /// Boxed object of + protected object ConvertT(object val) + { + if (this.IdentityType == typeof(Guid) && val == null) + { + return Guid.Empty; + } + + if (this.IdentityType == typeof(Guid)) + { + return Guid.Parse(val.ToString()); + } + + if ((this.IdentityType == typeof(long?) || this.IdentityType == typeof(int?)) + && val == null) + { + return 0; + } + + if (this.IdentityType == typeof(long)) + { + return Convert.ToInt64(val); + } + + return Convert.ToInt32(val); + } + + private RepoSegment RepoSegmentFromReader(SqlDataReader reader) + { + var segment = new RepoSegment( + Convert.ToString(reader["Segment"]), + Convert.ToChar(reader["SegmentTerminator"]), + Convert.ToChar(reader["ElementSeparator"]), + Convert.ToChar(reader["ComponentSeparator"])) + { + InterchangeId = this.ConvertT(reader["InterchangeId"]), + PositionInInterchange = Convert.ToInt32(reader["PositionInInterchange"]), + RevisionId = Convert.ToInt32(reader["RevisionId"]), + Deleted = Convert.ToBoolean(reader["Deleted"]), + SpecLoopId = Convert.ToString(reader["SpecLoopId"]) + }; + + if (!reader.IsDBNull(reader.GetOrdinal("FunctionalGroupId"))) + { + segment.FunctionalGroupId = this.ConvertT(reader["FunctionalGroupId"]); + } + + if (!reader.IsDBNull(reader.GetOrdinal("TransactionSetId"))) + { + segment.TransactionSetId = this.ConvertT(reader["TransactionSetId"]); + } + + if (!reader.IsDBNull(reader.GetOrdinal("ParentLoopId"))) + { + segment.ParentLoopId = this.ConvertT(reader["ParentLoopId"]); + } + + if (!reader.IsDBNull(reader.GetOrdinal("LoopId"))) + { + segment.LoopId = this.ConvertT(reader["LoopId"]); + } + + return segment; + } + + private RepoTransactionSet RepoTransactionSetFromReader(SqlDataReader reader) + { + var set = new RepoTransactionSet( + Convert.ToChar(reader["SegmentTerminator"]), + Convert.ToChar(reader["ElementSeparator"]), + Convert.ToChar(reader["ComponentSeparator"])) + { + TransactionSetId = this.ConvertT(reader["Id"]), + InterchangeId = this.ConvertT(reader["InterchangeId"]), + SenderId = Convert.ToString(reader["SenderId"]), + ReceiverId = Convert.ToString(reader["ReceiverId"]), + InterchangeControlNumber = Convert.ToString(reader["InterchangeControlNumber"]), + FunctionalGroupId = this.ConvertT(reader["FunctionalGroupId"]), + FunctionalIdCode = Convert.ToString(reader["FunctionalIdCode"]), + FunctionalGroupControlNumber = Convert.ToString(reader["FunctionalGroupControlNumber"]), + Version = Convert.ToString(reader["Version"]), + TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]), + ControlNumber = Convert.ToString(reader["ControlNumber"]) + }; + + if (!reader.IsDBNull(reader.GetOrdinal("InterchangeDate"))) + { + set.InterchangeDate = Convert.ToDateTime(reader["InterchangeDate"]); + } + + if (!reader.IsDBNull(reader.GetOrdinal("ImplementationConventionRef"))) + { + set.ImplementationConventionRef = Convert.ToString(reader["ImplementationConventionRef"]); + } + + return set; + } + + private RepoLoop RepoLoopFromReader(SqlDataReader reader) + { + var loop = new RepoLoop( + Convert.ToString(reader["Segment"]), + Convert.ToChar(reader["SegmentTerminator"]), + Convert.ToChar(reader["ElementSeparator"]), + Convert.ToChar(reader["ComponentSeparator"])) + { + LoopId = this.ConvertT(reader["Id"]), + InterchangeId = this.ConvertT(reader["InterchangeId"]), + TransactionSetId = this.ConvertT(reader["TransactionSetId"]), + TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]), + SpecLoopId = Convert.ToString(reader["SpecLoopId"]), + LevelId = Convert.ToString(reader["LevelId"]), + LevelCode = Convert.ToString(reader["LevelCode"]), + StartingSegmentId = Convert.ToString(reader["StartingSegmentId"]), + EntityIdentifierCode = Convert.ToString(reader["EntityIdentifierCode"]), + RevisionId = Convert.ToInt32(reader["RevisionId"]), + PositionInInterchange = Convert.ToInt32(reader["PositionInInterchange"]) + }; + + if (!reader.IsDBNull(reader.GetOrdinal("ParentLoopId"))) + { + loop.ParentLoopId = this.ConvertT(reader["ParentLoopId"]); + } + + return loop; + } + + private RepoEntity RepoEntityFromReader(SqlDataReader reader) + { + var entity = new RepoEntity + { + EntityId = this.ConvertT(reader["EntityId"]), + EntityIdentifierCode = Convert.ToString(reader["EntityIdentifierCode"]), + EntityIdentifier = Convert.ToString(reader["EntityIdentifier"]), + InterchangeId = this.ConvertT(reader["InterchangeId"]), + TransactionSetId = this.ConvertT(reader["TransactionSetId"]), + TransactionSetCode = Convert.ToString(reader["TransactionSetCode"]), + ParentLoopId = this.ConvertT(reader["ParentLoopId"]), + SpecLoopId = Convert.ToString(reader["SpecLoopId"]), + StartingSegmentId = Convert.ToString(reader["StartingSegmentId"]), + Name = Convert.ToString(reader["Name"]), + LastName = Convert.ToString(reader["LastName"]), + FirstName = Convert.ToString(reader["FirstName"]), + MiddleName = Convert.ToString(reader["MiddleName"]), + NamePrefix = Convert.ToString(reader["NamePrefix"]), + NameSuffix = Convert.ToString(reader["NameSuffix"]), + IdQualifier = Convert.ToString(reader["IdQualifier"]), + Identification = Convert.ToString(reader["Identification"]), + Ssn = Convert.ToString(reader["Ssn"]), + Npi = Convert.ToString(reader["Npi"]), + TelephoneNumber = Convert.ToString(reader["TelephoneNumber"]), + AddressLine1 = Convert.ToString(reader["AddressLine1"]), + AddressLine2 = Convert.ToString(reader["AddressLine2"]), + City = Convert.ToString(reader["City"]), + StateCode = Convert.ToString(reader["StateCode"]), + PostalCode = Convert.ToString(reader["PostalCode"]), + County = Convert.ToString(reader["County"]), + CountryCode = Convert.ToString(reader["CountryCode"]), + Gender = Convert.ToString(reader["Gender"]) + }; + + if (!reader.IsDBNull(reader.GetOrdinal("IsPerson"))) + { + entity.IsPerson = Convert.ToBoolean(reader["IsPerson"]); + } + + if (!reader.IsDBNull(reader.GetOrdinal("DateOfBirth"))) + { + try + { + entity.DateOfBirth = DateTime.ParseExact(Convert.ToString(reader["DateOfBirth"]), "yyyyMMdd", null); + } + catch (FormatException) + { + Trace.TraceWarning( + Resources.DateOfBirthParsingError, + entity.EntityId, + reader["DateOfBirth"]); + } + } + + return entity; + } + + private string GetSqlInString(IEnumerable filters) + { + var quotedValues = new List(); + foreach (string filter in filters) + { + quotedValues.Add($"'{filter.Replace("'", "''")}'"); + } + + return string.Join(",", quotedValues); + } + } +} \ No newline at end of file diff --git a/src/X12.Sql/SqlTransactionRepository.cs b/src/X12.Sql/SqlTransactionRepository.cs new file mode 100644 index 00000000..e610e8d0 --- /dev/null +++ b/src/X12.Sql/SqlTransactionRepository.cs @@ -0,0 +1,1111 @@ +namespace X12.Sql +{ + using System; + using System.Collections.Generic; + using System.Data; + using System.Data.SqlClient; + using System.Diagnostics; + using System.Linq; + + using X12.Shared.Models; + using X12.Specifications; + using X12.Specifications.Enumerations; + using X12.Specifications.Finders; + using X12.Specifications.Interfaces; + using X12.Sql.IdentityProviders; + using X12.Sql.Interfaces; + using X12.Sql.Properties; + + /// + /// Class for storing, retrieving and revising X12 messages. + /// This library only does inserts. Edits and Deletes are accomplished through revisions, but all revisions are + /// retained. + /// The Get methods will allow you choose the revision you want. + /// + public class SqlTransactionRepository : SqlReadOnlyTransactionRepository, IParsingErrorRepo + { + private readonly Dictionary specs; + private readonly int batchSize; + private readonly IIdentityProvider idProvider; + private bool schemaEnsured; + + /// + /// Initializes a new instance of the class + /// + /// Data source information + /// Identity type + public SqlTransactionRepository(string dsn, Type identityType) + : this(dsn, new SpecificationFinder(), new[] { "REF", "NM1", "N1", "N3", "N4", "DMG", "PER" }, identityType, "dbo") + { + } + + /// + /// Initializes a new instance of the class + /// + /// Data source information + /// Database schema for data access + /// Identity type + public SqlTransactionRepository(string dsn, string schema, Type identityType) + : this(dsn, new SpecificationFinder(), new[] { "REF", "NM1", "N1", "N3", "N4", "DMG", "PER" }, identityType, schema) + { + } + + /// + /// Initializes a new instance of the class + /// + /// Data source information + /// Specification finder for data structure information + /// Segments stored in database + /// Identity type + /// Database schema for data access + /// Common database schema + /// Number of segments to pull from database at a time + /// "Date" type used by database + public SqlTransactionRepository( + string dsn, + ISpecificationFinder specFinder, + string[] indexedSegments, + Type identityType, + string schema = "dbo", + string commonSchema = "dbo", + int segmentBatchSize = 1000, + string sqlDateType = "date") + : base(dsn, identityType, schema) + { + this.CommonDb = new DbCreation(dsn, commonSchema, identityType, sqlDateType); + this.TransactionDb = new DbCreation(dsn, schema, identityType, sqlDateType); + this.idProvider = this.GetIdProvider(dsn, commonSchema, identityType, segmentBatchSize / 10); + this.schemaEnsured = false; + this.batchSize = segmentBatchSize; + this.SegmentBatch = new SegmentBatch(this, identityType); + this.specs = new Dictionary(); + foreach (var segmentId in indexedSegments) + { + var spec = specFinder.FindSegmentSpec("5010", segmentId.Trim()); + this.specs.Add(segmentId.Trim(), spec); + } + } + + /// + /// Gets or sets the container for batch segments + /// + internal SegmentBatch SegmentBatch { get; set; } + + /// + /// Gets or sets the common datbase creation information + /// + protected IDbCreation CommonDb { get; set; } + + /// + /// Gets or sets the transaction database creation information + /// + protected IDbCreation TransactionDb { get; set; } + + /// + /// override this with no implementation when your database is already created and you will not need to check for + /// existance of the objects. + /// + public virtual void EnsureSchema() + { + if (!this.schemaEnsured) + { + if (!this.CommonDb.Validator.SchemaExists()) + { + this.CommonDb.CreateSchema(); + } + + if (!this.CommonDb.Validator.TableExists("Container")) + { + this.CommonDb.CreateContainerTable(); + } + + if (!this.CommonDb.Validator.TableExists("Revision")) + { + this.CommonDb.CreateRevisionTable(); + } + + if (!this.CommonDb.Validator.TableExists("X12CodeList")) + { + this.CommonDb.CreateX12CodeListTable(); + } + + if (!this.TransactionDb.Validator.SchemaExists()) + { + this.TransactionDb.CreateSchema(); + } + + if (!this.TransactionDb.Validator.TableExists("Interchange")) + { + this.TransactionDb.CreateInterchangeTable(); + } + + if (!this.TransactionDb.Validator.TableExists("FunctionalGroup")) + { + this.TransactionDb.CreateFunctionalGroupTable(); + } + + if (!this.TransactionDb.Validator.TableExists("TransactionSet")) + { + this.TransactionDb.CreateTransactionSetTable(); + } + + if (!this.TransactionDb.Validator.TableExists("Loop")) + { + this.TransactionDb.CreateLoopTable(); + } + + if (!this.TransactionDb.Validator.TableExists("Segment")) + { + this.TransactionDb.CreateSegmentTable(); + } + + if (!this.TransactionDb.Validator.TableExists("ParsingError")) + { + this.TransactionDb.CreateParsingErrorTable(); + } + + if (!this.CommonDb.Validator.FunctionExists("SplitSegment")) + { + this.CommonDb.CreateSplitSegmentFunction(); + } + + if (!this.CommonDb.Validator.FunctionExists("FlatElements")) + { + this.CommonDb.CreateFlatElementsFunction(); + } + + if (!this.TransactionDb.Validator.FunctionExists("GetAncestorLoops")) + { + this.TransactionDb.CreateGetAncestorLoopsFunction(); + } + + if (!this.TransactionDb.Validator.FunctionExists("GetDescendantLoops")) + { + this.TransactionDb.CreateGetDescendantLoopsFunction(); + } + + if (!this.TransactionDb.Validator.FunctionExists("GetTransactionSetSegments")) + { + this.TransactionDb.CreateGetTransactionSetSegmentsFunction(); + } + + if (!this.TransactionDb.Validator.FunctionExists("GetTransactionSegments")) + { + this.TransactionDb.CreateGetTransactionSegmentsFunction(); + } + + foreach (var spec in this.specs.Values) + { + if (!this.TransactionDb.Validator.TableExists(spec.SegmentId)) + { + this.TransactionDb.CreateIndexedSegmentTable(spec, this.CommonDb.Schema); + } + else if (!this.TransactionDb.Validator.TableColumnExists(spec.SegmentId, "ErrorId")) + { + this.TransactionDb.AddErrorIdToIndexedSegmentTable(spec.SegmentId); + } + + foreach (var element in spec.Elements) + { + if (element.Type == ElementDataType.Identifier + && !string.IsNullOrEmpty(element.QualifierSetId) + && element.AllowedIdentifiers.Count > 0) + { + if (this.CommonDb.ElementCountInX12CodeListTable(element.QualifierSetId) == 0) + { + foreach (var identifier in element.AllowedIdentifiers) + { + this.CommonDb.AddToX12CodeListTable( + element.QualifierSetId, + identifier.ID, + identifier.Description); + } + } + } + } + } + + if (!this.TransactionDb.Validator.ViewExists("Entity") + && this.specs.ContainsKey("NM1") + && this.specs.ContainsKey("N1") + && this.specs.ContainsKey("N3") + && this.specs.ContainsKey("N4") + && this.specs.ContainsKey("PER") + && this.specs.ContainsKey("DMG")) + { + this.TransactionDb.CreateEntityView(this.CommonDb.Schema); + } + + if (this.CommonDb.HasIdentityColumn("Container")) + { + this.CommonDb.RemoveIdentityColumn("Container"); + } + + if (this.TransactionDb.HasIdentityColumn("Interchange")) + { + this.TransactionDb.RemoveIdentityColumn("Interchange"); + } + + if (this.TransactionDb.HasIdentityColumn("FunctionalGroup")) + { + this.TransactionDb.RemoveIdentityColumn("FunctionalGroup"); + } + + if (this.TransactionDb.HasIdentityColumn("TransactionSet")) + { + this.TransactionDb.RemoveIdentityColumn("TransactionSet"); + } + + if (this.TransactionDb.HasIdentityColumn("Loop")) + { + this.TransactionDb.RemoveIdentityColumn("Loop"); + } + + if (this.TransactionDb.HasIdentityColumn("ParsingError")) + { + this.TransactionDb.RemoveIdentityColumn("ParsingError"); + } + + this.idProvider.EnsureSchema(); + this.schemaEnsured = true; + } + } + + /// + /// Saves the entire interchange into the database as individual segments and the relationships between the segments + /// and loops + /// + /// The parsed interchange object + /// Name of file to save to + /// Username used to access file + /// The interchangeId from the database + public object Save(Interchange interchange, string filename, string userName) + { + this.EnsureSchema(); + var positionInInterchange = 1; + + var interchangeId = this.SaveInterchange(interchange, filename, userName); + try + { + this.SaveSegment(null, interchange, positionInInterchange, interchangeId); + + foreach (var fg in interchange.FunctionGroups) + { + var functionalGroupId = this.SaveFunctionalGroup(fg, interchangeId); + this.SaveSegment(null, fg, ++positionInInterchange, interchangeId, functionalGroupId); + + foreach (Transaction tran in fg.Transactions) + { + string transactionSetCode = tran.IdentifierCode; + var transactionSetId = this.SaveTransactionSet(tran, interchangeId, functionalGroupId); + this.SaveSegment(null, tran, ++positionInInterchange, interchangeId, functionalGroupId, transactionSetId); + + foreach (Segment seg in tran.Segments) + { + if (seg is HierarchicalLoopContainer hlContainer) + { + positionInInterchange++; + this.SaveLoopAndChildren( + hlContainer, + ref positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId, + transactionSetCode, + null); + } + else + { + this.SaveSegment( + null, + seg, + ++positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId); + } + } + + foreach (HierarchicalLoop hl in tran.HLoops) + { + positionInInterchange++; + this.SaveLoopAndChildren( + hl, + ref positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId, + transactionSetCode, + null); + } + + foreach (Segment seg in tran.TrailerSegments) + { + this.SaveSegment( + null, + seg, + ++positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId); + } + } + + foreach (Segment seg in fg.TrailerSegments) + { + this.SaveSegment(null, seg, ++positionInInterchange, interchangeId, functionalGroupId); + } + } + + foreach (Segment seg in interchange.TrailerSegments) + { + this.SaveSegment(null, seg, ++positionInInterchange, interchangeId); + } + + this.ExecuteBatch(null); + return interchangeId; + } + catch (Exception) + { + this.MarkInterchangeWithError(interchangeId); + throw; + } + } + + /// + /// This will save revisions to an x12 transaction that was returned from the GetTransactionSegments method. + /// The update is stored as inserts into the database, and only the most current revision that hasn't been deleted is + /// returned on the next retrieval + /// + /// + /// The segments to be updated, only segments with a different SegmentString or Deleted value will + /// be updated + /// + /// The reason for the revision + /// Ther username of the user who has made the revision + /// Revision identifier generated from save + public int SaveRevision(IList segments, string comments, string revisedBy) + { + int? revisionId; + using (var conn = new SqlConnection(this.Dsn)) + { + conn.Open(); + var sqlTran = conn.BeginTransaction(); + try + { + var sql = $"INSERT INTO [{this.Schema}].[Revision] (SchemaName,Comments,RevisionDate,RevisedBy)" + + "VALUES (@schemaName, @comments, getdate(), @revisedBy)" + + "SELECT scope_identity()"; + + var cmd = new SqlCommand(sql, conn, sqlTran); + cmd.Parameters.AddWithValue("@schemaName", this.Schema); + cmd.Parameters.AddWithValue("@comments", comments); + cmd.Parameters.AddWithValue("@revisedBy", revisedBy); + revisionId = Convert.ToInt32(this.ExecuteScalar(cmd)); + + foreach (var segment in segments) + { + this.SaveSegment( + sqlTran, + segment.Segment, + segment.PositionInInterchange, + segment.InterchangeId, + segment.FunctionalGroupId, + segment.TransactionSetId, + segment.ParentLoopId, + segment.LoopId, + revisionId, + segment.RevisionId, + segment.Deleted); + } + + sqlTran.Commit(); + } + catch (Exception) + { + sqlTran.Rollback(); + throw; + } + } + + return revisionId.Value; + } + + /// + /// Stores the parsing error into the database + /// + /// ID of with warning + /// Place in interchange where warning occurred + /// ID of revision warning was thrown in + /// Message to be stored for the warning + /// Returns the ID of the error stored + public object PersistParsingError( + object interchangeId, + int positionInInterchange, + int? revisionId, + string errorMessage) + { + var errorId = this.idProvider.NextId(this.Schema, "ParsingError"); + + var cmd = new SqlCommand( + $"INSERT INTO [{this.Schema}].ParsingError (Id, InterchangeId,PositionInInterchange,RevisionId,Message)\n" + + "VALUES (@id, @interchangeId, @positionInInterchange, @revisionId, @message)"); + + cmd.Parameters.AddWithValue("@id", errorId); + cmd.Parameters.AddWithValue("@interchangeId", interchangeId); + cmd.Parameters.AddWithValue("@positionInInterchange", positionInInterchange); + cmd.Parameters.AddWithValue("@revisionId", revisionId ?? 0); + cmd.Parameters.AddWithValue("@message", errorMessage); + + this.ExecuteCmd(cmd); + + return errorId; + } + + /// + /// Executes a segment batch with the provided + /// + /// SQL Transaction to be executed + internal virtual void ExecuteBatch(SqlTransaction tran) + { + if (this.SegmentBatch.LoopCount > 0) + { + try + { + using (var conn = tran == null ? new SqlConnection(this.Dsn) : tran.Connection) + { + if (conn.State != ConnectionState.Open) + { + conn.Open(); + } + + using (var sbc = new SqlBulkCopy(conn)) + { + sbc.DestinationTableName = $"[{this.CommonDb.Schema}].[Container]"; + + var containerTable = new DataTable(); + containerTable.Columns.Add("Id", this.IdentityType); + containerTable.Columns.Add("SchemaName", typeof(string)); + containerTable.Columns.Add("Type", typeof(string)); + + foreach (DataRow row in this.SegmentBatch.LoopTable.Rows) + { + var containerId = this.idProvider.NextId(this.CommonDb.Schema, "Container"); + containerTable.Rows.Add(containerId, this.Schema, row["StartingSegmentId"]); + } + + foreach (DataColumn c in containerTable.Columns) + { + sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); + } + + sbc.WriteToServer(containerTable); + } + + using (var sbc = new SqlBulkCopy(conn)) + { + sbc.DestinationTableName = $"[{this.Schema}].[Loop]"; + foreach (DataColumn c in this.SegmentBatch.LoopTable.Columns) + { + sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); + } + + sbc.WriteToServer(this.SegmentBatch.LoopTable); + } + } + + this.SegmentBatch.LoopTable.Clear(); + } + catch (Exception exc) + { + Trace.WriteLine(exc.Message); + Trace.TraceInformation( + "Error Saving {0} loops to db starting with {1}.", + this.SegmentBatch.LoopCount, + this.SegmentBatch.StartingSegment); + + throw; + } + } + + if (this.SegmentBatch.SegmentCount > 0) + { + try + { + using (var conn = tran == null ? new SqlConnection(this.Dsn) : tran.Connection) + { + if (conn.State != ConnectionState.Open) + { + conn.Open(); + } + + using (var sbc = new SqlBulkCopy(conn)) + { + sbc.DestinationTableName = $"[{this.Schema}].Segment"; + foreach (DataColumn c in this.SegmentBatch.SegmentTable.Columns) + { + sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); + } + + sbc.WriteToServer(this.SegmentBatch.SegmentTable); + + foreach (KeyValuePair pair in this.SegmentBatch.ParsedTables) + { + sbc.ColumnMappings.Clear(); + + sbc.DestinationTableName = $"[{this.Schema}].[{pair.Key}]"; + foreach (DataColumn c in pair.Value.Columns) + { + sbc.ColumnMappings.Add(c.ColumnName, c.ColumnName); + } + + sbc.WriteToServer(pair.Value); + } + } + } + + this.SegmentBatch = new SegmentBatch(this, this.IdentityType); + } + catch (Exception exc) + { + Trace.WriteLine(exc.Message); + Trace.TraceInformation( + "Error Saving {0} segments to db starting with {1}.", + this.SegmentBatch.SegmentCount, + this.SegmentBatch.StartingSegment); + + throw; + } + } + } + + /// + /// Executed the provided command agains the TransactionDb + /// + /// SQL command being executed + protected void ExecuteCmd(SqlCommand cmd) + { + this.TransactionDb.Executor.ExecuteCmd(cmd); + } + + /// + /// Executes the provided and returns the result + /// + /// SQL Command to be executed + /// Result of the command execution + protected object ExecuteScalar(SqlCommand cmd) + { + return this.TransactionDb.Executor.ExecuteScalar(cmd); + } + + /// + /// Builds the SQL command to insert the provided segment ID into the database + /// + /// identifier to insert + /// SQL string query + protected virtual string GetContainerIdSql(string segmentId) + { + return string.Format( + @"INSERT INTO [{1}].[Container] (Id, SchemaName, Type) VALUES (@containerId, '{0}','{2}');", + this.Schema, + this.CommonDb.Schema, + segmentId); + } + + /// + /// Gets the Entity type code from the provided + /// + /// Loop to obtain the Entity type code from + /// Entity type code, if present; otherwise null + protected virtual string GetEntityTypeCode(Loop loop) + { + if (new[] { "CLI", "CUR", "G18", "MRC", "N1", "NM1", "NX1", "RDI" }.Contains(loop.SegmentId)) + { + return loop.GetElement(1); + } + + if (new[] { "ENT", "LCD", "NX1", "PLA", "PT" }.Contains(loop.SegmentId)) + { + return loop.GetElement(2); + } + + if (new[] { "IN1", "NX1", "SCH" }.Contains(loop.SegmentId)) + { + return loop.GetElement(3); + } + + return null; + } + + /// + /// Returns SQL command to insert the provided Loop data + /// + /// Loop ID + /// Loop object with additional metadata to be inserted + /// Interchange ID + /// Transaction set ID + /// Transaction set code + /// Parent Loop ID + /// String containing SQL command with provided data inserted + protected string GetSaveLoopSql( + object id, + Loop loop, + object interchangeId, + object transactionSetId, + string transactionSetCode, + object parentLoopId) + { + string entityIdentifierCode = this.GetEntityTypeCode(loop); + + return string.Format( +@"INSERT INTO [{0}].[Loop] (Id, ParentLoopId, InterchangeId, TransactionSetId, TransactionSetCode, SpecLoopId, StartingSegmentId, EntityIdentifierCode) +VALUES ('{1}', {2}, '{3}', '{4}', '{5}', '{6}', '{7}', {8}) ", + this.Schema, + id, + parentLoopId == this.DefaultIdentityTypeValue ? "NULL" : $"'{parentLoopId}'", + interchangeId, + transactionSetId, + transactionSetCode, + loop.Specification.LoopId, + loop.SegmentId, + entityIdentifierCode == null ? "NULL" : $"'{entityIdentifierCode}'"); + } + + + /// + /// Saves the loop data to the SegmentBatch + /// + /// Loop object with additional metadata to be inserted + /// Interchange ID + /// Transaction set ID + /// Transaction set code + /// Parent Loop ID + /// Id generated by the ID Provider + protected virtual object SaveLoop( + Loop loop, + object interchangeId, + object transactionSetId, + string transactionSetCode, + object parentLoopId) + { + var id = this.idProvider.NextId(this.Schema, "Loop"); + + this.SegmentBatch.AddLoop( + id, + loop, + interchangeId, + transactionSetId != this.DefaultIdentityTypeValue ? transactionSetId : null, + transactionSetCode, + parentLoopId != this.DefaultIdentityTypeValue ? parentLoopId : null, + this.GetEntityTypeCode(loop)); + + return id; + } + + /// + /// Saves information to SegmentBatch + /// + /// information to be saved + /// Segment information to be saved + /// Segment position in interchange + /// Interchange ID + /// FunctionalGroup ID + /// Transaction Set ID segment belongs to + /// Parent Loop ID for segment + /// Loop ID + /// Revision ID + /// Previous revision ID + /// Flag if segment is deleted + protected virtual void SaveSegment( + SqlTransaction tran, + DetachedSegment segment, + int positionInInterchange, + object interchangeId, + object functionalGroupId = null, + object transactionSetId = null, + object parentLoopId = null, + object loopId = null, + int? revisionId = null, + int? previousRevisionId = null, + bool deleted = false) + { + if (!revisionId.HasValue || this.SegmentHasChanged(segment, positionInInterchange, interchangeId, previousRevisionId) || deleted) + { + this.SegmentBatch.AddSegment( + tran, + interchangeId, + positionInInterchange, + revisionId ?? 0, + this.ConvertT(functionalGroupId), + this.ConvertT(transactionSetId), + this.ConvertT(parentLoopId), + this.ConvertT(loopId), + deleted, + segment, + this.specs.ContainsKey(segment.SegmentId) ? this.specs[segment.SegmentId] : null); + + if (tran != null || this.SegmentBatch.SegmentTable.Rows.Count >= this.batchSize) + { + this.ExecuteBatch(tran); + } + } + } + + private IIdentityProvider GetIdProvider(string dsn, string commonSchema, Type identityType, int segmentBatchSize) + { + if (!identityType.IsValueType) + { + throw new ArgumentException(Resources.InvalidIdentityType, nameof(identityType)); + } + + if (!(identityType == typeof(Guid) || identityType == typeof(long) || identityType == typeof(int))) + { + throw new ArgumentException(Resources.UnsupportedIdentityType, nameof(identityType)); + } + + if (identityType == typeof(Guid)) + { + return new GuidIdentityProvider(); + } + + if (identityType == typeof(long)) + { + return new LongHiLowIdentityProvider(dsn, commonSchema, segmentBatchSize); + } + + return new IntHiLowIdentityProvider(dsn, commonSchema, segmentBatchSize); + } + + private object SaveLoopAndChildren( + HierarchicalLoopContainer loop, + ref int positionInInterchange, + object interchangeId, + object functionalGroupId, + object transactionSetId, + string transactionSetCode, + object parentId) + { + object loopId = null; + if (loop is HierarchicalLoop hLoop) + { + loopId = this.SaveHierarchicalLoop( + hLoop, + interchangeId, + transactionSetId, + transactionSetCode, + parentId); + } + else if (loop is Loop loopContainer) + { + loopId = this.SaveLoop(loopContainer, interchangeId, transactionSetId, transactionSetCode, parentId); + } + + if (loopId == null || loopId == this.DefaultIdentityTypeValue) + { + throw new InvalidOperationException( + string.Format(Resources.LoopCreationError, interchangeId, positionInInterchange)); + } + + this.SaveSegment( + null, + loop, + positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId, + parentId, + loopId); + + foreach (var seg in loop.Segments) + { + if (seg is HierarchicalLoopContainer hierarchicalLoopContainer) + { + positionInInterchange++; + this.SaveLoopAndChildren( + hierarchicalLoopContainer, + ref positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId, + transactionSetCode, + loopId); + } + else + { + this.SaveSegment( + null, + seg, + ++positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId, + loopId); + } + } + + foreach (var hl in loop.HLoops) + { + positionInInterchange++; + this.SaveLoopAndChildren( + hl, + ref positionInInterchange, + interchangeId, + functionalGroupId, + transactionSetId, + transactionSetCode, + loopId); + } + + return loopId; + } + + private void MarkInterchangeWithError(object interchangeId) + { + var cmd = + new SqlCommand($"UPDATE [{this.Schema}].Interchange SET HasError = 1 WHERE Id = @interchangeId"); + cmd.Parameters.AddWithValue("@interchangeId", interchangeId); + this.ExecuteCmd(cmd); + } + + private object SaveInterchange(Interchange interchange, string filename, string userName) + { + var date = DateTime.MaxValue; + + try + { + date = interchange.InterchangeDate; + } + catch (Exception exc) + { + Trace.TraceWarning( + Resources.InterchangeDateTimeParsingError, + interchange.GetElement(9), + interchange.GetElement(10), + exc.Message); + } + + var interchangeId = this.idProvider.NextId(this.Schema, "Interchange"); + var containerId = this.idProvider.NextId(this.CommonDb.Schema, "Container"); + + var cmd = new SqlCommand( + this.GetContainerIdSql("ISA") + + $"INSERT INTO [{this.Schema}].[Interchange] (Id, SenderId, ReceiverId, ControlNumber, [Date], SegmentTerminator, ElementSeparator, ComponentSeparator, Filename, HasError, CreatedBy, CreatedDate)\n" + + "VALUES (@id, @senderId, @receiverId, @controlNumber, @date, @segmentTerminator, @elementSeparator, @componentSeparator, @filename, 0, @createdBy, getdate())"); + + cmd.Parameters.AddWithValue("@id", interchangeId); + cmd.Parameters.AddWithValue("@containerId", containerId); + cmd.Parameters.AddWithValue("@senderId", interchange.InterchangeSenderId); + cmd.Parameters.AddWithValue("@receiverId", interchange.InterchangeReceiverId); + cmd.Parameters.AddWithValue("@controlNumber", interchange.InterchangeControlNumber); + cmd.Parameters.AddWithValue("@date", date); + cmd.Parameters.AddWithValue("@segmentTerminator", interchange.Delimiters.SegmentTerminator); + cmd.Parameters.AddWithValue("@elementSeparator", interchange.Delimiters.ElementSeparator); + cmd.Parameters.AddWithValue("@componentSeparator", interchange.Delimiters.SubElementSeparator); + cmd.Parameters.AddWithValue("@filename", filename); + cmd.Parameters.AddWithValue("@createdBy", userName); + + this.ExecuteCmd(cmd); + + return interchangeId; + } + + private object SaveFunctionalGroup(FunctionGroup functionGroup, object interchangeId) + { + string idCode; + var date = DateTime.MaxValue; + int controlNumber = 0; + string version; + + if (functionGroup.FunctionalIdentifierCode.Length <= 2) + { + idCode = functionGroup.FunctionalIdentifierCode; + } + else + { + idCode = functionGroup.FunctionalIdentifierCode.Substring(0, 2); + Trace.TraceWarning( + Resources.FunctionalIdentifierTruncatedWarning, + functionGroup.FunctionalIdentifierCode); + } + + try + { + date = functionGroup.Date; + } + catch (Exception exc) + { + Trace.TraceWarning( + Resources.FunctionalGroupDateTimeParsingError, + functionGroup.GetElement(4), + functionGroup.GetElement(5), + exc.Message); + } + + try + { + controlNumber = functionGroup.ControlNumber; + } + catch (Exception exc) + { + Trace.TraceWarning( + Resources.FunctionalGroupControlNumberParsingError, + functionGroup.GetElement(6), + exc.Message); + } + + if (functionGroup.VersionIdentifierCode.Length <= 12) + { + version = functionGroup.VersionIdentifierCode; + } + else + { + version = functionGroup.VersionIdentifierCode.Substring(0, 12); + Trace.TraceWarning( + Resources.FunctionalGroupVersionNumberTruncatedWarning, + functionGroup.VersionIdentifierCode); + } + + var functionalGroupId = this.idProvider.NextId(this.Schema, "FunctionalGroup"); + var containerId = this.idProvider.NextId(this.CommonDb.Schema, "Container"); + + var cmd = new SqlCommand( + this.GetContainerIdSql("GS") + + $"INSERT INTO [{this.Schema}].[FunctionalGroup] (Id, InterchangeId, FunctionalIdCode, Date, ControlNumber, Version)\n" + + "VALUES (@id, @interchangeId, @functionalIdCode, @date, @controlNumber, @version)"); + + cmd.Parameters.AddWithValue("@id", functionalGroupId); + cmd.Parameters.AddWithValue("@containerId", containerId); + cmd.Parameters.AddWithValue("@interchangeId", interchangeId); + cmd.Parameters.AddWithValue("@functionalIdCode", idCode); + cmd.Parameters.AddWithValue("@date", date); + cmd.Parameters.AddWithValue("@controlNumber", controlNumber); + cmd.Parameters.AddWithValue("@version", version); + + this.ExecuteCmd(cmd); + + return functionalGroupId; + } + + private object SaveTransactionSet(Transaction transaction, object interchangeId, object functionalGroupId) + { + string controlNumber = transaction.ControlNumber; + if (controlNumber.Length > 9) + { + controlNumber = controlNumber.Substring(0, 9); + Trace.TraceWarning( + Resources.TransactionControlNumberTruncatedWarning, + transaction.ControlNumber); + } + + var transactionSetId = this.idProvider.NextId(this.Schema, "TransactionSet"); + var containerId = this.idProvider.NextId(this.CommonDb.Schema, "Container"); + + var cmd = new SqlCommand( + this.GetContainerIdSql("ST") + + $"INSERT INTO [{this.Schema}].[TransactionSet] (Id, InterchangeId, FunctionalGroupId, IdentifierCode, ControlNumber)\n" + + "VALUES (@id, @interchangeId, @functionalGroupId, @identifierCode, @controlNumber)"); + + cmd.Parameters.AddWithValue("@id", transactionSetId); + cmd.Parameters.AddWithValue("@containerId", containerId); + cmd.Parameters.AddWithValue("@interchangeId", interchangeId); + cmd.Parameters.AddWithValue("@functionalGroupId", functionalGroupId); + cmd.Parameters.AddWithValue("@identifierCode", transaction.IdentifierCode); + cmd.Parameters.AddWithValue("@controlNumber", controlNumber); + + this.ExecuteCmd(cmd); + + return transactionSetId; + } + + private object SaveHierarchicalLoop( + HierarchicalLoop loop, + object interchangeId, + object transactionSetId, + string transactionSetCode, + object parentLoopId) + { + var hierarchicalLoopId = this.idProvider.NextId(this.Schema, "Loop"); + var containerId = this.idProvider.NextId(this.CommonDb.Schema, "Container"); + + var cmd = new SqlCommand( + this.GetContainerIdSql("HL") + + $"INSERT INTO [{this.Schema}].[Loop] (Id, ParentLoopId, InterchangeId, TransactionSetId, TransactionSetCode, SpecLoopId, LevelId, LevelCode, StartingSegmentId)\n" + + "VALUES (@id, @parentLoopId, @interchangeId, @transactionSetId, @transactionSetCode, @specLoopId, @levelId, @levelCode, 'HL')"); + + cmd.Parameters.AddWithValue("@id", hierarchicalLoopId); + cmd.Parameters.AddWithValue("@containerId", containerId); + cmd.Parameters.AddWithValue("@parentLoopId", parentLoopId != null && parentLoopId != this.DefaultIdentityTypeValue ? parentLoopId : DBNull.Value); + cmd.Parameters.AddWithValue("@interchangeId", interchangeId); + cmd.Parameters.AddWithValue("@transactionSetId", transactionSetId); + cmd.Parameters.AddWithValue("@transactionSetCode", transactionSetCode); + cmd.Parameters.AddWithValue("@specLoopId", loop.Specification.LoopId); + cmd.Parameters.AddWithValue("@levelId", loop.Id); + cmd.Parameters.AddWithValue("@levelCode", loop.LevelCode); + + this.ExecuteCmd(cmd); + + return hierarchicalLoopId; + } + + private bool SegmentHasChanged( + DetachedSegment segment, + int positionInInterchange, + object interchangeId, + int? previousRevisionId) + { + using (var conn = new SqlConnection(this.Dsn)) + { + var cmd = new SqlCommand( + string.Format( +@"SELECT RevisionId, Deleted, Segment, r.RevisedBy, r.RevisionDate +FROM [{0}].Segment s +LEFT JOIN [{1}].Revision r ON s.RevisionId = r.Id +WHERE InterchangeId = @interchangeId AND PositionInInterchange = @positionInInterchange +ORDER BY RevisionId DESC", + this.Schema, + this.CommonDb.Schema), + conn); + + cmd.Parameters.AddWithValue("@interchangeId", interchangeId); + cmd.Parameters.AddWithValue("@positionInInterchange", positionInInterchange); + + conn.Open(); + var reader = cmd.ExecuteReader(); + if (reader.Read()) + { + if (Convert.ToBoolean(reader["Deleted"])) + { + throw new InvalidOperationException( + string.Format( + Resources.SegmentAlreadyDeletedError, + segment.SegmentId, + interchangeId, + positionInInterchange, + reader["RevisedBy"], + reader["RevisionDate"])); + } + + if (previousRevisionId.HasValue && Convert.ToInt64(reader["RevisionId"]) != Convert.ToInt64(previousRevisionId)) + { + throw new InvalidOperationException( + string.Format( + Resources.SegmentAlreadyRevisedError, + segment.SegmentId, + interchangeId, + positionInInterchange, + reader["RevisedBy"], + reader["RevisionDate"])); + } + + return Convert.ToString(reader["Segment"]) != segment.SegmentString; + } + + throw new InvalidOperationException( + string.Format( + Resources.SegmentDoesNotExist, + interchangeId, + positionInInterchange)); + } + } + } +} \ No newline at end of file diff --git a/src/X12.Sql/TypeExtensions.cs b/src/X12.Sql/TypeExtensions.cs new file mode 100644 index 00000000..10ee4bb8 --- /dev/null +++ b/src/X12.Sql/TypeExtensions.cs @@ -0,0 +1,20 @@ +namespace X12.Sql +{ + using System; + + /// + /// Collection of common extensions + /// + public static class TypeExtensions + { + /// + /// Creates a default instance if value type + /// + /// Object to create instance of + /// New instance if value type; otherwise, null + public static object GetDefaultValue(this Type t) + { + return t.IsValueType ? Activator.CreateInstance(t) : null; + } + } +} \ No newline at end of file diff --git a/src/OopFactory.X12.Sql/OopFactory.X12.Sql.csproj b/src/X12.Sql/X12.Sql.csproj similarity index 57% rename from src/OopFactory.X12.Sql/OopFactory.X12.Sql.csproj rename to src/X12.Sql/X12.Sql.csproj index da0cf6f6..6e7c5f0b 100644 --- a/src/OopFactory.X12.Sql/OopFactory.X12.Sql.csproj +++ b/src/X12.Sql/X12.Sql.csproj @@ -1,77 +1,109 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {82795B66-0F18-4385-8180-A8C7E0F41893} - Library - Properties - OopFactory.X12.Sql - OopFactory.X12.Sql - v4.0 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - Designer - - - - + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {82795B66-0F18-4385-8180-A8C7E0F41893} + Library + Properties + X12.Sql + X12.Sql + v4.6.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + + + + + + + + + + Designer + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + + \ No newline at end of file diff --git a/src/X12.Sql/package.nuspec b/src/X12.Sql/package.nuspec new file mode 100644 index 00000000..9a039ea5 --- /dev/null +++ b/src/X12.Sql/package.nuspec @@ -0,0 +1,27 @@ + + + + X12.Sql + $version$ + X12.Sql + Bradley Van Fleet + Bradley Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open Source SQL repository utilities for X12 data + + * Segregated package from other X12 assemblies + * Added documentation to several code files + * Split DbCreation into smaller classes and new interfaces for improved cohesion and coupling + + Copyright © Brad Van Fleet 2018 + X12 parser + + + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12.TransformToX12/Program.cs b/src/X12.TransformToX12/Program.cs similarity index 87% rename from src/OopFactory.X12.TransformToX12/Program.cs rename to src/X12.TransformToX12/Program.cs index dd4b81db..b8213b0e 100644 --- a/src/OopFactory.X12.TransformToX12/Program.cs +++ b/src/X12.TransformToX12/Program.cs @@ -1,40 +1,42 @@ -using System; -using System.IO; - -namespace OopFactory.X12.TransformToX12 -{ - class Program - { - static void Main(string[] args) - { - string x12Filename = args[0]; - string outputFilename = args.Length > 1 ? args[1] : x12Filename + ".edi"; - if (x12Filename.Length == 0) - { - Console.WriteLine("There was an error reading the input file argument. Please check the path and filename."); - return; - } - var fs = new StreamReader(x12Filename); - string xmltext = fs.ReadToEnd(); - var parser = new Parsing.X12Parser(); - string x12 = string.Empty; - try - { - x12 = parser.TransformToX12(xmltext); - } - catch (Exception ex) - { - Console.WriteLine("The transformation encountered a problem: " + ex.Message + " -> " +ex.InnerException); - } - finally - { - fs.Close(); - } - - var outputFs = new FileStream(outputFilename, FileMode.Create); - var writer = new StreamWriter(outputFs); - writer.Write(x12); - writer.Close(); - } - } -} +namespace X12.TransformToX12 +{ + using System; + using System.IO; + + using X12.Parsing; + + class Program + { + static void Main(string[] args) + { + string x12Filename = args[0]; + string outputFilename = args.Length > 1 ? args[1] : x12Filename + ".edi"; + if (x12Filename.Length == 0) + { + Console.WriteLine("There was an error reading the input file argument. Please check the path and filename."); + return; + } + var fs = new StreamReader(x12Filename); + string xmltext = fs.ReadToEnd(); + var parser = new X12Parser(); + string x12 = string.Empty; + try + { + x12 = parser.TransformToX12(xmltext); + } + catch (Exception ex) + { + Console.WriteLine("The transformation encountered a problem: " + ex.Message + " -> " +ex.InnerException); + } + finally + { + fs.Close(); + } + + var outputFs = new FileStream(outputFilename, FileMode.Create); + var writer = new StreamWriter(outputFs); + writer.Write(x12); + writer.Close(); + } + } +} diff --git a/src/OopFactory.X12.TransformToX12/Properties/AssemblyInfo.cs b/src/X12.TransformToX12/Properties/AssemblyInfo.cs similarity index 89% rename from src/OopFactory.X12.TransformToX12/Properties/AssemblyInfo.cs rename to src/X12.TransformToX12/Properties/AssemblyInfo.cs index 98a457b6..5b91333e 100644 --- a/src/OopFactory.X12.TransformToX12/Properties/AssemblyInfo.cs +++ b/src/X12.TransformToX12/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.TransformToX12")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("OopFactory.X12.TransformToX12")] -[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("587fde2e-b389-4137-8159-b1c9b5b5962a")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.TransformToX12")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("X12.TransformToX12")] +[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("587fde2e-b389-4137-8159-b1c9b5b5962a")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/OopFactory.X12.TransformToX12/OopFactory.X12.TransformToX12.csproj b/src/X12.TransformToX12/X12.TransformToX12.csproj similarity index 85% rename from src/OopFactory.X12.TransformToX12/OopFactory.X12.TransformToX12.csproj rename to src/X12.TransformToX12/X12.TransformToX12.csproj index 1579a390..d265a4e8 100644 --- a/src/OopFactory.X12.TransformToX12/OopFactory.X12.TransformToX12.csproj +++ b/src/X12.TransformToX12/X12.TransformToX12.csproj @@ -1,108 +1,114 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19} - Exe - Properties - OopFactory.X12.TransformToX12 - TransformToX12 - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - xcopy "$(TargetDir)*.dll" "$(SolutionDir)Release\" /r /y /c /i -xcopy "$(TargetDir)$(TargetName)$(TargetExt)*" "$(SolutionDir)Release\" /r /y /c /i - - + + + + Debug + x86 + 8.0.30703 + 2.0 + {8E4B7C5F-87EE-43CB-A1DE-75ECB5916B19} + Exe + Properties + X12.TransformToX12 + TransformToX12 + v4.6.1 + + + 512 + SAK + SAK + SAK + SAK + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + + + + + + + + + + + + False + Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 3.1 + true + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + + \ No newline at end of file diff --git a/src/X12.TransformToX12/app.config b/src/X12.TransformToX12/app.config new file mode 100644 index 00000000..3dbff35f --- /dev/null +++ b/src/X12.TransformToX12/app.config @@ -0,0 +1,3 @@ + + + diff --git a/src/X12.Transformations/ITransformationService.cs b/src/X12.Transformations/ITransformationService.cs new file mode 100644 index 00000000..7e3928b8 --- /dev/null +++ b/src/X12.Transformations/ITransformationService.cs @@ -0,0 +1,15 @@ +namespace X12.Transformations +{ + /// + /// Interface for transforming X12 into a different structure + /// + public interface ITransformationService + { + /// + /// Transforms an X12 string into a different structure + /// + /// X12 to be transformed + /// Transformed data in desired structure + string Transform(string x12); + } +} diff --git a/src/X12.Transformations/Properties/AssemblyInfo.cs b/src/X12.Transformations/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..e0f0ba54 --- /dev/null +++ b/src/X12.Transformations/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Transformations")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Bradley Van Fleet")] +[assembly: AssemblyProduct("X12.Transformations")] +[assembly: AssemblyCopyright("Copyright © Bradley Van Fleet 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("c080e31b-1f81-4f6e-b634-90d834b1811d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")] diff --git a/src/OopFactory.X12/Transformations/X12-XML-to-HTML.xslt b/src/X12.Transformations/Resources/X12-XML-to-HTML.xslt similarity index 97% rename from src/OopFactory.X12/Transformations/X12-XML-to-HTML.xslt rename to src/X12.Transformations/Resources/X12-XML-to-HTML.xslt index 3e88b8a6..ab08057c 100644 --- a/src/OopFactory.X12/Transformations/X12-XML-to-HTML.xslt +++ b/src/X12.Transformations/Resources/X12-XML-to-HTML.xslt @@ -1,127 +1,127 @@ - - - - - - - - - - - - - - - - : - - - - - - - - - - - - - - - - - - - - background-color: #efefef; - - * - - - - - color:blue - - - - - - - - - - - - - - - - - - -
- - - first-segment - font-weight: bold; - - - segment - margin-left: 25px; - - - - - - - ~
-
- - -
- Loop ID: , -
- - -
-
- - -
- Loop ID: , -
- -
- -
-
- -
-
- TRANSACTION -
- -
-
- - -
-
- FUNCTION GROUP -
- -
-
- - -
-
- INTERCHANGE -
- -
-
- -
+ + + + + + + + + + + + + + + + : + + + + + + + + + + + + + + + + + + + + background-color: #efefef; + + * + + + + + color:blue + + + + + + + + + + + + + + + + + + +
+ + + first-segment + font-weight: bold; + + + segment + margin-left: 25px; + + + + + + + ~
+
+ + +
+ Loop ID: , +
+ + +
+
+ + +
+ Loop ID: , +
+ +
+ +
+
+ +
+
+ TRANSACTION +
+ +
+
+ + +
+
+ FUNCTION GROUP +
+ +
+
+ + +
+
+ INTERCHANGE +
+ +
+
+ +
diff --git a/src/OopFactory.X12/Transformations/X12-XML-to-X12.xslt b/src/X12.Transformations/Resources/X12-XML-to-X12.xslt similarity index 97% rename from src/OopFactory.X12/Transformations/X12-XML-to-X12.xslt rename to src/X12.Transformations/Resources/X12-XML-to-X12.xslt index 5ff840d5..45466784 100644 --- a/src/OopFactory.X12/Transformations/X12-XML-to-X12.xslt +++ b/src/X12.Transformations/Resources/X12-XML-to-X12.xslt @@ -1,61 +1,61 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/X12.Transformations/TransformationStreamFactory.cs b/src/X12.Transformations/TransformationStreamFactory.cs new file mode 100644 index 00000000..212b754b --- /dev/null +++ b/src/X12.Transformations/TransformationStreamFactory.cs @@ -0,0 +1,33 @@ +namespace X12.Transformations +{ + using System.IO; + using System.Reflection; + + /// + /// Represents a factory for transformation resources + /// + public static class TransformationStreamFactory + { + /// + /// Creates a for X12 to HTML transformation definition + /// + /// for the manifest resource + public static Stream GetHtmlTransformationStream() + { + return Assembly + .GetExecutingAssembly() + .GetManifestResourceStream("X12.Transformations.Resources.X12-XML-to-HTML.xslt"); + } + + /// + /// Creates a for X12 to X12 transformation definition + /// + /// for the manifest resource + public static Stream GetX12TransformationStream() + { + return Assembly + .GetExecutingAssembly() + .GetManifestResourceStream("X12.Transformations.Resources.X12-XML-to-X12.xslt"); + } + } +} diff --git a/src/X12.Transformations/X12.Transformations.csproj b/src/X12.Transformations/X12.Transformations.csproj new file mode 100644 index 00000000..aa1af15c --- /dev/null +++ b/src/X12.Transformations/X12.Transformations.csproj @@ -0,0 +1,59 @@ + + + + + Debug + AnyCPU + {C080E31B-1F81-4F6E-B634-90D834B1811D} + Library + Properties + X12.Transformations + X12.Transformations + v4.6.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + lib\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/X12.Transformations/X12HtmlTransformationService.cs b/src/X12.Transformations/X12HtmlTransformationService.cs new file mode 100644 index 00000000..32c4f003 --- /dev/null +++ b/src/X12.Transformations/X12HtmlTransformationService.cs @@ -0,0 +1,38 @@ +namespace X12.Transformations +{ + using System.Xml; + using System.Xml.Xsl; + + /// + /// Provides a transformation service for converting X12 to HTML + /// + /// + public class X12HtmlTransformationService : X12TransformationService + { + private static XslCompiledTransform transform; + + /// + /// Initializes a new instance of the class + /// + /// Transformation service preprocessor used prior to transforming + public X12HtmlTransformationService(ITransformationService preProcessor) + : base(preProcessor) + { + } + + /// + /// Returns the XSL transform for X12 to HTML processing + /// + /// XSL transform object + protected override XslCompiledTransform GetTransform() + { + if (transform == null) + { + transform = new XslCompiledTransform(); + transform.Load(XmlReader.Create(TransformationStreamFactory.GetHtmlTransformationStream())); + } + + return transform; + } + } +} diff --git a/src/X12.Transformations/X12TransformationService.cs b/src/X12.Transformations/X12TransformationService.cs new file mode 100644 index 00000000..55b7e0af --- /dev/null +++ b/src/X12.Transformations/X12TransformationService.cs @@ -0,0 +1,56 @@ +namespace X12.Transformations +{ + using System.IO; + using System.Xml; + using System.Xml.Xsl; + + /// + /// Provides the abstract base class for X12 transformations + /// + public abstract class X12TransformationService : ITransformationService + { + /// + /// Initializes a new instance of the class + /// + /// Transformer preprocessor + protected X12TransformationService(ITransformationService preProcessor) + { + this.PreProcessor = preProcessor; + } + + /// + /// Gets the transformation service preprocessor for processing prior to transforming + /// + protected ITransformationService PreProcessor { get; } + + /// + /// Transforms the given string into an X12 string + /// + /// string to transform into X12 + /// Transformed X12 string + public virtual string Transform(string x12) + { + string xml = this.PreProcessor.Transform(x12); + XslCompiledTransform transform = this.GetTransform(); + var writer = new StringWriter(); + + transform.Transform(XmlReader.Create(new StringReader(xml)), this.GetArguments(), writer); + return writer.GetStringBuilder().ToString(); + } + + /// + /// Gets the XSLT arguments for additional transformation options + /// + /// XSLT arguments object + protected virtual XsltArgumentList GetArguments() + { + return new XsltArgumentList(); + } + + /// + /// Gets the compiled transform for the transformation service + /// + /// Compiled transform for the transformation service + protected abstract XslCompiledTransform GetTransform(); + } +} diff --git a/src/X12.Transformations/package.nuspec b/src/X12.Transformations/package.nuspec new file mode 100644 index 00000000..64891b3e --- /dev/null +++ b/src/X12.Transformations/package.nuspec @@ -0,0 +1,21 @@ + + + + X12.Transformations + $version$ + X12.Transformations + Bradley Van Fleet + Bradley Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open source transformation services for X12 files + + * Segregated package from other X12 assemblies + * Added documentation to several code files + + $copyright$ + X12 Parser + + \ No newline at end of file diff --git a/src/OopFactory.X12.UnbundleX12/ExecutionOptions.cs b/src/X12.UnbundleX12/ExecutionOptions.cs similarity index 52% rename from src/OopFactory.X12.UnbundleX12/ExecutionOptions.cs rename to src/X12.UnbundleX12/ExecutionOptions.cs index da376e83..1dc014ce 100644 --- a/src/OopFactory.X12.UnbundleX12/ExecutionOptions.cs +++ b/src/X12.UnbundleX12/ExecutionOptions.cs @@ -1,79 +1,90 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; - -namespace OopFactory.X12.UnbundleX12 -{ - public class ExecutionOptions - { - public ExecutionOptions() - { - InputDirectory = Environment.CurrentDirectory; - FilenamePattern = "*.*"; - LoopId = "ST"; - OutputDirectory = Environment.CurrentDirectory; - FormatString = "{0}\\{1}_{2:000}{3}"; - IncludeWhitespace = true; - } - - public void LoadOptions(string[] args) - { - if (args.Length < 3) - { - throw new ArgumentException(@"UnbundleX12 expected 3 to 5 arguments: input filename, loop ID (or ST for transaction), output directory and an optional format string argument and include whitespace flag. -Example1: UnbundleX12 c:\\MyEdiFile.txt 2300 c:\\Output {0}\\{1}_{2:000}{3} false -Example2: UnbundleX12 c:\\Inbound\*.edi ST c:\\Output"); - } - - if (args.Length > 0) - { - int endDirectoryIndex = args[0].LastIndexOf('\\'); - int endDirectoryIndex2 = args[0].LastIndexOf('/'); - if (endDirectoryIndex > 0) - { - InputDirectory = args[0].Substring(0, endDirectoryIndex); - FilenamePattern = args[0].Substring(endDirectoryIndex + 1); - } - else if (endDirectoryIndex2 > 0) - { - InputDirectory = args[0].Substring(0, endDirectoryIndex2); - FilenamePattern = args[0].Substring(endDirectoryIndex2 + 1); - } - else - FilenamePattern = args[0]; - } - - if (Directory.GetFiles(InputDirectory, FilenamePattern).Length == 0) - throw new ArgumentException("Files do not exist with search criteria " + args[0]); - - if (args.Length > 1) - LoopId = args[1]; - - if (args.Length > 2) - OutputDirectory = args[2]; - - if (!Directory.Exists(OutputDirectory)) - throw new ArgumentException(string.Format("Directory {0} does not exist!", OutputDirectory)); - - if (args.Length > 3) - FormatString = args[3]; - - if (args.Length > 4) - IncludeWhitespace = bool.Parse(args[4]); - } - - public string InputDirectory { get; private set; } - - public string FilenamePattern { get; private set; } - - public string LoopId { get; private set; } - - public string OutputDirectory { get; private set; } - - public string FormatString { get; private set; } - - public bool IncludeWhitespace { get; private set; } - } -} +namespace X12.UnbundleX12 +{ + using System; + using System.IO; + + public class ExecutionOptions + { + public ExecutionOptions() + { + this.InputDirectory = Environment.CurrentDirectory; + this.FilenamePattern = "*.*"; + this.LoopId = "ST"; + this.OutputDirectory = Environment.CurrentDirectory; + this.FormatString = "{0}\\{1}_{2:000}{3}"; + this.IncludeWhitespace = true; + } + + public void LoadOptions(string[] args) + { + if (args.Length < 3) + { + throw new ArgumentException(@"UnbundleX12 expected 3 to 5 arguments: input filename, loop ID (or ST for transaction), output directory and an optional format string argument and include whitespace flag. +Example1: UnbundleX12 c:\\MyEdiFile.txt 2300 c:\\Output {0}\\{1}_{2:000}{3} false +Example2: UnbundleX12 c:\\Inbound\*.edi ST c:\\Output"); + } + + if (args.Length > 0) + { + int endDirectoryIndex = args[0].LastIndexOf('\\'); + int endDirectoryIndex2 = args[0].LastIndexOf('/'); + if (endDirectoryIndex > 0) + { + this.InputDirectory = args[0].Substring(0, endDirectoryIndex); + this.FilenamePattern = args[0].Substring(endDirectoryIndex + 1); + } + else if (endDirectoryIndex2 > 0) + { + this.InputDirectory = args[0].Substring(0, endDirectoryIndex2); + this.FilenamePattern = args[0].Substring(endDirectoryIndex2 + 1); + } + else + { + this.FilenamePattern = args[0]; + } + } + + if (Directory.GetFiles(this.InputDirectory, this.FilenamePattern).Length == 0) + { + throw new ArgumentException("Files do not exist with search criteria " + args[0]); + } + + if (args.Length > 1) + { + this.LoopId = args[1]; + } + + if (args.Length > 2) + { + this.OutputDirectory = args[2]; + } + + if (!Directory.Exists(this.OutputDirectory)) + { + throw new ArgumentException($"Directory {this.OutputDirectory} does not exist!"); + } + + if (args.Length > 3) + { + this.FormatString = args[3]; + } + + if (args.Length > 4) + { + this.IncludeWhitespace = bool.Parse(args[4]); + } + } + + public string InputDirectory { get; private set; } + + public string FilenamePattern { get; private set; } + + public string LoopId { get; private set; } + + public string OutputDirectory { get; private set; } + + public string FormatString { get; private set; } + + public bool IncludeWhitespace { get; private set; } + } +} diff --git a/src/X12.UnbundleX12/Program.cs b/src/X12.UnbundleX12/Program.cs new file mode 100644 index 00000000..12515805 --- /dev/null +++ b/src/X12.UnbundleX12/Program.cs @@ -0,0 +1,75 @@ +namespace X12.UnbundleX12 +{ + using System; + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Text; + + using X12.Parsing; + using X12.Shared.Models; + + /// + /// Primary driver for the UnbundleX12 library + /// + public class Program + { + /// + /// Main entry point for the driver + /// + /// Additional arguments for program options + public static void Main(string[] args) + { + var opts = new ExecutionOptions(); + try + { + opts.LoadOptions(args); + } + catch (ArgumentException exc) + { + Console.Write(exc.Message); + return; + } + + var parser = new X12Parser(); + + foreach (var filename in Directory.GetFiles(opts.InputDirectory, opts.FilenamePattern)) + { + var inputFile = new FileInfo(filename); + var list = new List(); + + using (var fs = new FileStream(inputFile.FullName, FileMode.Open, FileAccess.Read)) + { + var reader = new X12StreamReader(fs, Encoding.UTF8); + X12FlatTransaction transaction = reader.ReadNextTransaction(); + while (!string.IsNullOrEmpty(transaction.Transactions.First())) + { + string x12 = transaction.ToString(); + Interchange interchange = parser.ParseMultiple(x12).First(); + if (opts.LoopId == "ST") + { + list.Add(interchange); + } + else + { + list.AddRange(parser.UnbundleByLoop(interchange, opts.LoopId)); + } + + transaction = reader.ReadNextTransaction(); + } + } + + for (int i = 0; i < list.Count; i++) + { + string outputFilename = string.Format(opts.FormatString, opts.OutputDirectory, inputFile.Name, i + 1, inputFile.Extension); + + using (var outputFilestream = new FileStream(outputFilename, FileMode.Create, FileAccess.Write)) + using (var writer = new StreamWriter(outputFilestream)) + { + writer.Write(list[i].SerializeToX12(opts.IncludeWhitespace)); + } + } + } + } + } +} diff --git a/src/OopFactory.X12.UnbundleX12/Properties/AssemblyInfo.cs b/src/X12.UnbundleX12/Properties/AssemblyInfo.cs similarity index 89% rename from src/OopFactory.X12.UnbundleX12/Properties/AssemblyInfo.cs rename to src/X12.UnbundleX12/Properties/AssemblyInfo.cs index 37a84ef0..acd24611 100644 --- a/src/OopFactory.X12.UnbundleX12/Properties/AssemblyInfo.cs +++ b/src/X12.UnbundleX12/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.UnbundleX12")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Hewlett-Packard")] -[assembly: AssemblyProduct("OopFactory.X12.UnbundleX12")] -[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("723786ca-9d73-4309-a03b-5ce7bcf94fba")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.UnbundleX12")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Hewlett-Packard")] +[assembly: AssemblyProduct("X12.UnbundleX12")] +[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("723786ca-9d73-4309-a03b-5ce7bcf94fba")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/OopFactory.X12.UnbundleX12/OopFactory.X12.UnbundleX12.csproj b/src/X12.UnbundleX12/X12.UnbundleX12.csproj similarity index 73% rename from src/OopFactory.X12.UnbundleX12/OopFactory.X12.UnbundleX12.csproj rename to src/X12.UnbundleX12/X12.UnbundleX12.csproj index 866c2fbe..d4705282 100644 --- a/src/OopFactory.X12.UnbundleX12/OopFactory.X12.UnbundleX12.csproj +++ b/src/X12.UnbundleX12/X12.UnbundleX12.csproj @@ -1,72 +1,82 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {84527618-2CC2-4C14-8C0D-09012C4E12AD} - Exe - Properties - OopFactory.X12.UnbundleX12 - UnbundleX12 - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - xcopy "$(TargetDir)*.dll" "$(SolutionDir)Release\" /r /y /c /i -xcopy "$(TargetDir)$(TargetName)$(TargetExt)*" "$(SolutionDir)Release\" /r /y /c /i - - + + + + Debug + x86 + 8.0.30703 + 2.0 + {84527618-2CC2-4C14-8C0D-09012C4E12AD} + Exe + Properties + X12.UnbundleX12 + UnbundleX12 + v4.6.1 + + + 512 + SAK + SAK + SAK + SAK + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + + + + + + + + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + + \ No newline at end of file diff --git a/src/X12.UnbundleX12/app.config b/src/X12.UnbundleX12/app.config new file mode 100644 index 00000000..3dbff35f --- /dev/null +++ b/src/X12.UnbundleX12/app.config @@ -0,0 +1,3 @@ + + + diff --git a/src/X12.Validation/ContainerInformation.cs b/src/X12.Validation/ContainerInformation.cs new file mode 100644 index 00000000..7eedf8af --- /dev/null +++ b/src/X12.Validation/ContainerInformation.cs @@ -0,0 +1,52 @@ +namespace X12.Validation +{ + using System.Collections.Generic; + + using X12.Specifications.Interfaces; + + /// + /// Represents information about a container + /// + public class ContainerInformation + { + /// + /// Initializes a new instance of the class + /// + public ContainerInformation() + { + this.Segments = new List(); + this.Containers = new List(); + } + + /// + /// Gets or sets the specification for the container + /// + public IContainerSpecification Spec { get; set; } + + /// + /// Gets or sets the hierarchical loop number + /// + public string HLoopNumber { get; set; } + + /// + /// Gets the collection of + /// + public List Segments { get; } + + /// + /// Gets the collection of + /// + public List Containers { get; } + + /// + /// Returns a string representation of the + /// + /// String representation of the + public override string ToString() + { + return this.Spec == null + ? base.ToString() + : $"LoopId={this.Spec.LoopId}, Segments={this.Segments.Count}, Loop={this.Containers.Count}"; + } + } +} diff --git a/src/X12.Validation/InstitutionalClaimAcknowledgmentService.cs b/src/X12.Validation/InstitutionalClaimAcknowledgmentService.cs new file mode 100644 index 00000000..de13700a --- /dev/null +++ b/src/X12.Validation/InstitutionalClaimAcknowledgmentService.cs @@ -0,0 +1,18 @@ +namespace X12.Validation +{ + using X12.Specifications.Finders; + + /// + /// Represents the institutional claims extension of the + /// + public class InstitutionalClaimAcknowledgmentService : X12AcknowledgmentService + { + /// + /// Initializes a new instance of the class + /// + public InstitutionalClaimAcknowledgmentService() + : base(new InstitutionalClaimSpecificationFinder()) + { + } + } +} diff --git a/src/OopFactory.X12.Validation/Model/AcknowledgmentCodeEnum.cs b/src/X12.Validation/Model/AcknowledgmentCode.cs similarity index 56% rename from src/OopFactory.X12.Validation/Model/AcknowledgmentCodeEnum.cs rename to src/X12.Validation/Model/AcknowledgmentCode.cs index d5f5cc42..8f204dd6 100644 --- a/src/OopFactory.X12.Validation/Model/AcknowledgmentCodeEnum.cs +++ b/src/X12.Validation/Model/AcknowledgmentCode.cs @@ -1,18 +1,13 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public enum AcknowledgmentCodeEnum - { - A_Accepted, - E_Accepted_ButErrorsWereNoted, - M_Rejected_MACFailed, - P_PartiallyAccepted, - R_Rejected, - W_Rejected_AssuranceFailedValidityTests, - X_Rejected_ContentCouldNotBeAnalyzed - } -} +namespace X12.Validation.Model +{ + public enum AcknowledgmentCode + { + A_Accepted, + E_Accepted_ButErrorsWereNoted, + M_Rejected_MACFailed, + P_PartiallyAccepted, + R_Rejected, + W_Rejected_AssuranceFailedValidityTests, + X_Rejected_ContentCouldNotBeAnalyzed + } +} diff --git a/src/OopFactory.X12.Validation/Model/ContextError.cs b/src/X12.Validation/Model/ContextError.cs similarity index 69% rename from src/OopFactory.X12.Validation/Model/ContextError.cs rename to src/X12.Validation/Model/ContextError.cs index 5a3e726a..1254f4ef 100644 --- a/src/OopFactory.X12.Validation/Model/ContextError.cs +++ b/src/X12.Validation/Model/ContextError.cs @@ -1,42 +1,38 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public class ContextError - { - /// - /// CTX01 - 2 - /// - public string IdentificationReference { get; set; } - - /// - /// CTX02 - /// - public string SegmentIdCode { get; set; } - - /// - /// CTX03 - /// - public int? SegmentPositionInTransactionSet { get; set; } - - /// - /// CTX04 - /// - public string LoopIdentifierCode { get; set; } - - /// - /// CTX05 - /// - public PositionInSegment PositionInSegment { get; set; } - - /// - /// CTX06 - /// - public string ReferenceInSegment { get; set; } - - - } -} +namespace X12.Validation.Model +{ + /// + /// Represents the CTX0X error + /// + public class ContextError + { + /// + /// Gets or sets CTX01 - 2 + /// + public string IdentificationReference { get; set; } + + /// + /// Gets or sets CTX02 + /// + public string SegmentIdCode { get; set; } + + /// + /// Gets or sets CTX03 + /// + public int? SegmentPositionInTransactionSet { get; set; } + + /// + /// Gets or sets CTX04 + /// + public string LoopIdentifierCode { get; set; } + + /// + /// Gets or sets CTX05 + /// + public PositionInSegment PositionInSegment { get; set; } + + /// + /// Gets or sets CTX06 + /// + public string ReferenceInSegment { get; set; } + } +} diff --git a/src/X12.Validation/Model/DataElementNote.cs b/src/X12.Validation/Model/DataElementNote.cs new file mode 100644 index 00000000..f6b50f28 --- /dev/null +++ b/src/X12.Validation/Model/DataElementNote.cs @@ -0,0 +1,46 @@ +namespace X12.Validation.Model +{ + using System.Collections.Generic; + + /// + /// Represents the IK40X note + /// + public class DataElementNote + { + /// + /// Initializes a new instance of the class + /// + public DataElementNote() + { + if (this.ContextErrors == null) + { + this.ContextErrors = new List(); + } + } + + /// + /// Gets or sets IK401 + /// + public PositionInSegment PositionInSegment { get; set; } + + /// + /// Gets or sets IK402 + /// + public string DataElementReferenceNumber { get; set; } + + /// + /// Gets or sets IK403 + /// + public string SyntaxErrorCode { get; set; } + + /// + /// Gets or sets IK404 + /// + public string CopyOfBadElement { get; set; } + + /// + /// Gets or sets the collection of references + /// + public List ContextErrors { get; set; } + } +} diff --git a/src/X12.Validation/Model/FunctionalGroupResponse.cs b/src/X12.Validation/Model/FunctionalGroupResponse.cs new file mode 100644 index 00000000..7c285bd2 --- /dev/null +++ b/src/X12.Validation/Model/FunctionalGroupResponse.cs @@ -0,0 +1,39 @@ +namespace X12.Validation.Model +{ + using System.Collections.Generic; + + public class FunctionalGroupResponse + { + /// + /// Initializes a new instance of the class + /// + public FunctionalGroupResponse() + { + if (this.TransactionSetResponses == null) + { + this.TransactionSetResponses = new List(); + } + + if (this.SyntaxErrorCodes == null) + { + this.SyntaxErrorCodes = new List(); + } + } + + public string SenderIdQualifier { get; set; } + + public string SenderId { get; set; } + + public string FunctionalIdCode { get; set; } + + public string GroupControlNumber { get; set; } + + public string VersionIdentifierCode { get; set; } + + public List TransactionSetResponses { get; set; } + + public AcknowledgmentCode AcknowledgmentCode { get; set; } + + public List SyntaxErrorCodes { get; set; } + } +} diff --git a/src/OopFactory.X12.Validation/Model/PositionInSegment.cs b/src/X12.Validation/Model/PositionInSegment.cs similarity index 56% rename from src/OopFactory.X12.Validation/Model/PositionInSegment.cs rename to src/X12.Validation/Model/PositionInSegment.cs index 8e1682bd..baadfe9c 100644 --- a/src/OopFactory.X12.Validation/Model/PositionInSegment.cs +++ b/src/X12.Validation/Model/PositionInSegment.cs @@ -1,25 +1,23 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OopFactory.X12.Validation.Model -{ - public class PositionInSegment - { - /// - /// 1 - /// - public int? ElementPositionInSegment { get; set; } - - /// - /// 3 - /// - public int? ComponentDataElementPositionInComposite { get; set; } - - /// - /// 3 - /// - public int? RepeatingDataElementPosition { get; set; } - } -} +namespace X12.Validation.Model +{ + /// + /// A collection of positions in a segment + /// + public class PositionInSegment + { + /// + /// Gets or sets the first position in a Segment + /// + public int? ElementPositionInSegment { get; set; } + + /// + /// Gets or sets the second position in a Segment + /// + public int? ComponentDataElementPositionInComposite { get; set; } + + /// + /// Gets or sets the third position in a Segment + /// + public int? RepeatingDataElementPosition { get; set; } + } +} diff --git a/src/X12.Validation/Model/SegmentError.cs b/src/X12.Validation/Model/SegmentError.cs new file mode 100644 index 00000000..0cf2ac36 --- /dev/null +++ b/src/X12.Validation/Model/SegmentError.cs @@ -0,0 +1,97 @@ +namespace X12.Validation.Model +{ + using System.Collections.Generic; + + /// + /// Represents an error in a Segment + /// + public class SegmentError + { + /// + /// Initializes a new instance of the class + /// + public SegmentError() + { + if (this.ContextErrors == null) + { + this.ContextErrors = new List(); + } + + if (this.ElementNotes == null) + { + this.ElementNotes = new List(); + } + } + + /// + /// Gets or sets the segment ID code + /// + public string SegmentIdCode { get; set; } + + /// + /// Gets or sets the segment's position in an interchange + /// + public int SegmentPosition { get; set; } + + /// + /// Gets or sets the loop identifier for the segment + /// + public string LoopIdentifierCode { get; set; } + + /// + /// Gets or sets the segment syntax error code + /// + public string ImplementationSegmentSyntaxErrorCode { get; set; } + + /// + /// Gets or sets the collection of segment context errors + /// + public List ContextErrors { get; set; } + + /// + /// Gets or sets the collection of element notes for issues within the segment + /// + public List ElementNotes { get; set; } + + /// + /// Returns the error string associated to the provided code + /// + /// Error code to retrieve error message + /// String message associated to error code + public static string GetErrorDescription(string code) + { + switch (code) + { + case "1": return "Unrecognized segment ID"; + case "2": return "Unexpected segment"; + case "3": return "Required Segment Missing"; + case "4": return "Loop Occurs Over Maximum Times"; + case "5": return "Segment Exceeds Maximum Use"; + case "6": return "Segment Not in Defined Transaction Set"; + case "7": return "Segment Not in Proper Sequence"; + case "8": return "Segment Has Data Element Errors"; + case "I4": return "Implementation “Not Used” Segment Present"; + case "I6": return "Implementation Dependent Segment Missing"; + case "I7": return "Implementation Loop Occurs Under Minimum Times"; + case "I8": return "Implementation Segment Below Minimum Use"; + case "I9": return "Implementation Dependent “Not Used” Segment Present"; + default: return string.Empty; + } + } + + /// + /// Returns a string representation of the class + /// + /// String representation of class + public override string ToString() + { + return string.Format( + "Id={0}, Pos={1}, LoopId={2}, Error={3}: {4}", + this.SegmentIdCode, + this.SegmentPosition, + this.LoopIdentifierCode, + this.ImplementationSegmentSyntaxErrorCode, + GetErrorDescription(this.ImplementationSegmentSyntaxErrorCode)); + } + } +} diff --git a/src/X12.Validation/Model/TransactionSetResponse.cs b/src/X12.Validation/Model/TransactionSetResponse.cs new file mode 100644 index 00000000..d1751da6 --- /dev/null +++ b/src/X12.Validation/Model/TransactionSetResponse.cs @@ -0,0 +1,35 @@ +namespace X12.Validation.Model +{ + using System.Collections.Generic; + + public class TransactionSetResponse + { + /// + /// Initializes a new instance of the class + /// + public TransactionSetResponse() + { + if (this.SegmentErrors == null) + { + this.SegmentErrors = new List(); + } + + if (this.SyntaxErrorCodes == null) + { + this.SyntaxErrorCodes = new List(); + } + } + + public string TransactionSetIdentifierCode { get; set; } + + public string TransactionSetControlNumber { get; set; } + + public string ImplementationConventionReference { get; set; } + + public List SegmentErrors { get; set; } + + public AcknowledgmentCode AcknowledgmentCode { get; set; } + + public List SyntaxErrorCodes { get; set; } + } +} diff --git a/src/X12.Validation/Properties/AssemblyInfo.cs b/src/X12.Validation/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..9f93d62e Binary files /dev/null and b/src/X12.Validation/Properties/AssemblyInfo.cs differ diff --git a/src/X12.Validation/SegmentInformation.cs b/src/X12.Validation/SegmentInformation.cs new file mode 100644 index 00000000..541982ff --- /dev/null +++ b/src/X12.Validation/SegmentInformation.cs @@ -0,0 +1,44 @@ +namespace X12.Validation +{ + using X12.Specifications; + + /// + /// Information about the segment + /// + public class SegmentInformation + { + /// + /// Gets or sets the unique segment identifier + /// + public string SegmentId { get; set; } + + /// + /// Gets or sets the segment position + /// + public int SegmentPosition { get; set; } + + /// + /// Gets or sets the elements in the segment + /// + public string[] Elements { get; set; } + + /// + /// Gets or sets the loop identifier + /// + public string LoopId { get; set; } + + /// + /// Gets or sets the segment specification + /// + public SegmentSpecification Spec { get; set; } + + /// + /// Returns the string representation of the segment information + /// + /// String representation of the segment information + public override string ToString() + { + return $"Id={this.SegmentId}, Pos={this.SegmentPosition}, Loop={this.LoopId}"; + } + } +} diff --git a/src/OopFactory.X12.Validation/OopFactory.X12.Validation.csproj b/src/X12.Validation/X12.Validation.csproj similarity index 73% rename from src/OopFactory.X12.Validation/OopFactory.X12.Validation.csproj rename to src/X12.Validation/X12.Validation.csproj index 3b9e6997..c370cceb 100644 --- a/src/OopFactory.X12.Validation/OopFactory.X12.Validation.csproj +++ b/src/X12.Validation/X12.Validation.csproj @@ -1,78 +1,89 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} - Library - Properties - OopFactory.X12.Validation - OopFactory.X12.Validation - v4.0 - 512 - SAK - SAK - SAK - SAK - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} + Library + Properties + X12.Validation + X12.Validation + v4.6.1 + 512 + SAK + SAK + SAK + SAK + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + + \ No newline at end of file diff --git a/src/X12.Validation/X12AcknowledgmentService.cs b/src/X12.Validation/X12AcknowledgmentService.cs new file mode 100644 index 00000000..5fd12eb4 --- /dev/null +++ b/src/X12.Validation/X12AcknowledgmentService.cs @@ -0,0 +1,464 @@ +namespace X12.Validation +{ + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Text; + + using X12.Parsing; + using X12.Specifications; + using X12.Specifications.Enumerations; + using X12.Specifications.Finders; + using X12.Specifications.Interfaces; + using X12.Validation.Model; + + /// + /// Provides X12 acknowledgment + /// + public class X12AcknowledgmentService + { + private readonly ISpecificationFinder specFinder; + private readonly char[] ignoredChars; + + /// + /// Initializes a new instance of the class + /// + /// Specification finder for obtaining X12 parsing details + /// Ignored characters in the X12 document + public X12AcknowledgmentService(ISpecificationFinder specFinder, char[] ignoredChars) + { + this.specFinder = specFinder; + this.ignoredChars = ignoredChars; + } + + /// + /// Initializes a new instance of the class + /// + /// Specification finder for obtaining X12 parsing details + public X12AcknowledgmentService(ISpecificationFinder specFinder) + : this(specFinder, new char[] { }) + { + } + + /// + /// Initializes a new instance of the class + /// + /// Ignored characters in the X12 document + public X12AcknowledgmentService(char[] ignoredChars) + : this(new SpecificationFinder(), ignoredChars) + { + } + + /// + /// Initializes a new instance of the class + /// + public X12AcknowledgmentService() + : this(new SpecificationFinder(), new char[] { }) + { + } + + /// + /// Builds a collection of objects from Transactions + /// + /// Stream containing X12 Transactions + /// Collection of objects + public List AcknowledgeTransactions(Stream x12Stream) + { + return this.AcknowledgeTransactions(x12Stream, Encoding.UTF8); + } + + /// + /// Builds a collection of objects from Transactions + /// + /// Stream containing X12 Transactions + /// Stream encoding for proper reading + /// Collection of objects + public virtual List AcknowledgeTransactions(Stream x12Stream, Encoding encoding) + { + var responses = new Dictionary(); + + using (var reader = new X12StreamReader(x12Stream, encoding, this.ignoredChars)) + { + X12FlatTransaction trans = reader.ReadNextTransaction(); + while (!string.IsNullOrEmpty(trans.Transactions.First())) + { + string[] isaElements = reader.SplitSegment(trans.IsaSegment); + string[] gsElements = reader.SplitSegment(trans.GsSegment); + string functionalIdentifierCode = gsElements[1]; + string groupControlNumber = gsElements[6]; + string versionIdentifierCode = gsElements[8]; + + if (!responses.ContainsKey(groupControlNumber)) + { + responses.Add( + groupControlNumber, + new FunctionalGroupResponse + { + SenderIdQualifier = isaElements[5], + SenderId = isaElements[6], + FunctionalIdCode = functionalIdentifierCode, + GroupControlNumber = groupControlNumber, + VersionIdentifierCode = versionIdentifierCode + }); + } + + TransactionSetResponse response = this.AcknowledgeTransaction(reader, functionalIdentifierCode, versionIdentifierCode, trans.Transactions[0]); + responses[groupControlNumber].TransactionSetResponses.Add(response); + + trans = reader.ReadNextTransaction(); + } + } + + return responses.Values.ToList(); + } + + /// + /// Builds a object from the provided stream + /// + /// Stream to pull transaction set data from + /// Function group code to associate with transaction set + /// Specification version code + /// Transaction segment string to be parsed + /// Transaction set response whether the set is valid, and the segment data + protected virtual TransactionSetResponse AcknowledgeTransaction(X12StreamReader reader, string functionalCode, string versionIdentifierCode, string transaction) + { + string[] transactionElements = reader.SplitSegment(transaction); + var response = new TransactionSetResponse + { + TransactionSetIdentifierCode = transactionElements[1], + TransactionSetControlNumber = transactionElements[2] + }; + if (transactionElements.Length >= 4) + { + response.ImplementationConventionReference = transactionElements[3]; + } + + TransactionSpecification transactionSpec = this.specFinder.FindTransactionSpec( + functionalCode, + versionIdentifierCode, + response.TransactionSetIdentifierCode); + + if (transactionSpec == null) + { + response.SyntaxErrorCodes.Add("1"); + response.AcknowledgmentCode = AcknowledgmentCode.R_Rejected; + return response; + } + + var containers = new Stack(); + var transactionContainer = new ContainerInformation { Spec = transactionSpec }; + containers.Push(transactionContainer); + var segmentInfos = new List(); + + string[] segments = transaction.Split(new[] { reader.Delimiters.SegmentTerminator }, System.StringSplitOptions.RemoveEmptyEntries); + for (int i = 0; i < segments.Length; i++) + { + string[] elements = segments[i].Split(reader.Delimiters.ElementSeparator); + var segmentInfo = new SegmentInformation { SegmentId = elements[0], SegmentPosition = i + 1, Elements = elements }; + segmentInfo.Spec = this.specFinder.FindSegmentSpec(versionIdentifierCode, segmentInfo.SegmentId); + segmentInfos.Add(segmentInfo); + + ContainerInformation currentContainer = containers.Peek(); + + switch (segmentInfo.SegmentId) + { + case "ST": + case "SE": + segmentInfo.LoopId = string.Empty; + transactionContainer.Segments.Add(segmentInfo); + break; + case "HL": + string hloopNumber = segmentInfo.Elements[1]; + string hloopParentNumber = segmentInfo.Elements[2]; + string hloopLevelCode = segmentInfo.Elements[3]; + HierarchicalLoopSpecification hloopSpec = transactionSpec.HierarchicalLoopSpecifications.FirstOrDefault(hls => hls.LevelCode == hloopLevelCode); + if (hloopSpec != null) + { + while (!(containers.Peek().Spec is TransactionSpecification)) + { + if (containers.Peek().HLoopNumber == hloopParentNumber) + { + break; + } + + containers.Pop(); + } + + segmentInfo.LoopId = hloopSpec.LoopId; + var hloopContainer = new ContainerInformation { Spec = hloopSpec, HLoopNumber = hloopNumber }; + hloopContainer.Segments.Add(segmentInfo); + containers.Peek().Containers.Add(hloopContainer); + containers.Push(hloopContainer); + } + else + { + response.SegmentErrors.Add(this.CreateDataElementError(segmentInfo, 3, "I6", hloopLevelCode)); + response.AcknowledgmentCode = AcknowledgmentCode.X_Rejected_ContentCouldNotBeAnalyzed; + } + + break; + default: + bool matchFound = false; + do + { + var matchingLoopSpecs = currentContainer.Spec.LoopSpecifications.Where(ls => ls.StartingSegment.SegmentId == segmentInfo.SegmentId).ToList(); + + if (matchingLoopSpecs.Count > 0) + { + IContainerSpecification matchingLoopSpec; + if (matchingLoopSpecs.Count == 1) + { + matchingLoopSpec = matchingLoopSpecs.First(); + } + else + { + string entityCode = elements[1]; + matchingLoopSpec = matchingLoopSpecs.FirstOrDefault(ls => ls.StartingSegment.EntityIdentifiers.Exists(ei => ei.Code == entityCode)); + } + + if (matchingLoopSpec != null) + { + segmentInfo.LoopId = matchingLoopSpec.LoopId; + var loopContainer = new ContainerInformation { Spec = matchingLoopSpec }; + loopContainer.Segments.Add(segmentInfo); + containers.Peek().Containers.Add(loopContainer); + containers.Push(loopContainer); + matchFound = true; + } + else + { + response.SegmentErrors.Add(this.CreateSegmentError(segmentInfo, "6")); + response.AcknowledgmentCode = AcknowledgmentCode.X_Rejected_ContentCouldNotBeAnalyzed; + return response; + } + } + else if (currentContainer.Spec.SegmentSpecifications.Exists(ss => ss.SegmentId == segmentInfo.SegmentId)) + { + segmentInfo.LoopId = currentContainer.Spec.LoopId; + currentContainer.Segments.Add(segmentInfo); + matchFound = true; + } + else + { + if (currentContainer.Spec is TransactionSpecification) + { + response.SegmentErrors.Add(this.CreateSegmentError(segmentInfo, "2")); + response.AcknowledgmentCode = AcknowledgmentCode.X_Rejected_ContentCouldNotBeAnalyzed; + return response; + } + + containers.Pop(); + currentContainer = containers.Peek(); + } + } + while (!matchFound); + + break; + } + + response.SegmentErrors.AddRange(this.ValidateSegmentAgainstSpec(segmentInfo)); + } + + response.SegmentErrors.AddRange(this.ValidateContainerAgainstSpec(transactionContainer)); + + var trailerSegment = segmentInfos.FirstOrDefault(si => si.SegmentId == "SE"); + if (trailerSegment == null) + { + response.SyntaxErrorCodes.Add("2"); + } + else + { + if (trailerSegment.Elements.Length <= 2 || trailerSegment.Elements[2] != response.TransactionSetControlNumber) + { + response.SyntaxErrorCodes.Add("3"); + } + + if (trailerSegment.Elements.Length >= 2) + { + int segmentCount; + int.TryParse(trailerSegment.Elements[1], out segmentCount); + if (segmentCount != segmentInfos.Count) + { + response.SyntaxErrorCodes.Add("4"); + } + } + else + { + response.SyntaxErrorCodes.Add("4"); + } + } + + if (response.SegmentErrors.Count > 0 || response.SyntaxErrorCodes.Count > 0) + { + if (response.SegmentErrors.Count > 0) + { + response.SyntaxErrorCodes.Add("5"); + } + + if (response.AcknowledgmentCode == AcknowledgmentCode.A_Accepted) + { + response.AcknowledgmentCode = AcknowledgmentCode.E_Accepted_ButErrorsWereNoted; + } + } + + return response; + } + + /// + /// Attempts to parse a container and validates it againsts its specification. A collection of objects is returned + /// + /// Object to be validated + /// Collection of Segment errors, if found + protected virtual IEnumerable ValidateContainerAgainstSpec(ContainerInformation container) + { + var errors = new List(); + + foreach (var segmentSpec in container.Spec.SegmentSpecifications.Where(ss => ss.Usage == Usage.Required)) + { + if (!container.Segments.Exists(s => s.SegmentId == segmentSpec.SegmentId)) + { + errors.Add(this.CreateSegmentError( + new SegmentInformation + { + SegmentId = segmentSpec.SegmentId, + LoopId = container.Spec.LoopId, + SegmentPosition = container.Segments.Count > 0 ? container.Segments.First().SegmentPosition : 0 + }, + "3")); + } + + if (segmentSpec.Repeat > 0 && container.Segments.Count(s => s.SegmentId == segmentSpec.SegmentId) > segmentSpec.Repeat) + { + errors.Add( + this.CreateSegmentError( + container.Segments.Last(s => s.SegmentId == segmentSpec.SegmentId), + "5")); + } + } + + foreach (var loopSpec in container.Spec.LoopSpecifications.Where(ls => ls.Usage == Usage.Required)) + { + if (!container.Containers.Exists(c => c.Spec.LoopId == loopSpec.LoopId)) + { + errors.Add( + this.CreateSegmentError( + new SegmentInformation + { + SegmentId = loopSpec.StartingSegment.SegmentId, + LoopId = container.Spec.LoopId, + SegmentPosition = container.Segments.Count > 0 ? container.Segments.Last().SegmentPosition : 0 + }, + "I7")); + } + + if (loopSpec.LoopRepeat > 0 && container.Containers.Count(c => c.Spec.LoopId == loopSpec.LoopId) > loopSpec.LoopRepeat) + { + errors.Add( + this.CreateSegmentError( + container.Containers.Last(c => c.Spec.LoopId == loopSpec.LoopId).Segments.First(), + "4")); + } + } + + foreach (var childContainer in container.Containers) + { + errors.AddRange(this.ValidateContainerAgainstSpec(childContainer)); + } + + return errors; + } + + /// + /// Attempts to parse a segment and validates it againsts its specification. A collection of objects is returned + /// + /// Segment metadata to be validated + /// Collection of Segment errors, if found + protected virtual IList ValidateSegmentAgainstSpec(SegmentInformation segmentInfo) + { + var errors = new List(); + if (segmentInfo.Spec != null) + { + for (int iSpec = 0; iSpec < segmentInfo.Spec.Elements.Count; iSpec++) + { + var elementSpec = segmentInfo.Spec.Elements[iSpec]; + + if (iSpec < segmentInfo.Elements.Length - 1) + { + string element = segmentInfo.Elements[iSpec + 1]; + + if (string.IsNullOrEmpty(element) && elementSpec.Required) + { + errors.Add(this.CreateDataElementError(segmentInfo, iSpec + 1, "1", null)); + } + else if (element.Length < elementSpec.MinLength && (elementSpec.Required || element.Length > 0)) + { + errors.Add(this.CreateDataElementError(segmentInfo, iSpec + 1, "4", element)); + } + else if (element.Length > elementSpec.MaxLength && elementSpec.MaxLength > 0) + { + errors.Add(this.CreateDataElementError(segmentInfo, iSpec + 1, "5", element)); + } + } + else + { + if (elementSpec.Required) + { + errors.Add(this.CreateDataElementError(segmentInfo, iSpec + 1, "1", null)); + } + } + } + + if (segmentInfo.Elements.Length - 1 > segmentInfo.Spec.Elements.Count) + { + int elementPosition = segmentInfo.Spec.Elements.Count + 1; + errors.Add(this.CreateDataElementError(segmentInfo, elementPosition, "3", segmentInfo.Elements[elementPosition])); + } + } + + return errors; + } + + /// + /// Creates a object with the segment metadata provided + /// + /// Segment metadata object + /// Error code detailing syntax issue + /// Error object created with the metadata + protected SegmentError CreateSegmentError(SegmentInformation segmentInfo, string syntaxErrorCode) + { + return new SegmentError + { + SegmentIdCode = segmentInfo.SegmentId, + SegmentPosition = segmentInfo.SegmentPosition, + LoopIdentifierCode = segmentInfo.LoopId, + ImplementationSegmentSyntaxErrorCode = syntaxErrorCode + }; + } + + /// + /// Creates a object with the segment metadata provided + /// + /// Segment metadata object + /// Element index position in segment + /// Error code detailing syntax issue + /// Element data + /// Error object created with the metadata + protected SegmentError CreateDataElementError(SegmentInformation segmentInfo, int elementPositionInSegment, string syntaxErrorCode, string element) + { + var error = new SegmentError + { + SegmentIdCode = segmentInfo.SegmentId, + SegmentPosition = segmentInfo.SegmentPosition, + LoopIdentifierCode = segmentInfo.LoopId, + ImplementationSegmentSyntaxErrorCode = "8" + }; + error.ElementNotes.Add(new DataElementNote + { + PositionInSegment = new PositionInSegment { ElementPositionInSegment = elementPositionInSegment }, + SyntaxErrorCode = syntaxErrorCode, + CopyOfBadElement = element + }); + return error; + } + } +} diff --git a/src/OopFactory.X12.Validation/X12Extensions.cs b/src/X12.Validation/X12Extensions.cs similarity index 74% rename from src/OopFactory.X12.Validation/X12Extensions.cs rename to src/X12.Validation/X12Extensions.cs index ac77f3a2..505106f6 100644 --- a/src/OopFactory.X12.Validation/X12Extensions.cs +++ b/src/X12.Validation/X12Extensions.cs @@ -1,124 +1,168 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Model.Typed; -using OopFactory.X12.Parsing.Specification; -using OopFactory.X12.Validation.Model; - -namespace OopFactory.X12.Validation -{ - public static class X12Extensions - { - public static void Add999Transaction(this FunctionGroup group, IEnumerable groupResponses) - { - int transactionId = 0; - - foreach (var groupResponse in groupResponses) - { - var trans = group.AddTransaction("999", string.Format("{0:0000}", ++transactionId)); - if (group.VersionIdentifierCode.Contains("5010")) - trans.SetElement(3, group.VersionIdentifierCode); - - // Functional group response header - var ak1 = trans.AddSegment(new TypedSegmentAK1()); - ak1.AK101_FunctionalIdCode = groupResponse.FunctionalIdCode; - ak1.AK102_GroupControlNumber = groupResponse.GroupControlNumber; - ak1.AK103_VersionIdentifierCode = groupResponse.VersionIdentifierCode; - - foreach (var response in groupResponse.TransactionSetResponses) - { - // Transaction Set Response Header - var ak2 = trans.AddLoop(new TypedLoopAK2()); - ak2.AK201_TransactionSetIdentifierCode = response.TransactionSetIdentifierCode; - ak2.AK202_TransactionSetControlNumber = response.TransactionSetControlNumber; - if (!string.IsNullOrEmpty(response.ImplementationConventionReference)) - ak2.AK203_ImplementationConventionReference = response.ImplementationConventionReference; - - - foreach (var segmentError in response.SegmentErrors.OrderBy(se => se.SegmentPosition)) - { - var ik3 = ak2.AddLoop(new TypedLoopIK3()); - ik3.IK301_SegmentIdCode = segmentError.SegmentIdCode; - ik3.IK302_SegmentPositionInTransactionSet = segmentError.SegmentPosition; - if (segmentError.LoopIdentifierCode != null) - ik3.IK303_LoopIdentifierCode = segmentError.LoopIdentifierCode; - if (segmentError.ImplementationSegmentSyntaxErrorCode != null) - ik3.IK304_SyntaxErrorCode = segmentError.ImplementationSegmentSyntaxErrorCode; - - foreach (var context in segmentError.ContextErrors) - { - var ctx = ik3.AddSegment(new TypedSegmentCTX()); - ctx.CTX01._1_ContextName = "SITUATIONAL TRIGGER"; - ctx.CTX01._2_ContextReference = context.IdentificationReference; - ctx.CTX02_SegmentIdCode = context.SegmentIdCode; - ctx.CTX03_SegmentPositionInTransactionSet = context.SegmentPositionInTransactionSet; - ctx.CTX04_LoopIdentifierCode = context.LoopIdentifierCode; - } - - foreach (var elementNote in segmentError.ElementNotes) - { - var ik4 = ik3.AddLoop(new TypedLoopIK4()); - ik4.IK401._1_ElementPositionInSegment = elementNote.PositionInSegment.ElementPositionInSegment; - ik4.IK401._2_ComponentDataElementPositionInComposite = elementNote.PositionInSegment.ComponentDataElementPositionInComposite; - ik4.IK401._3_RepeatingDataElementPosition = elementNote.PositionInSegment.RepeatingDataElementPosition; - if (elementNote.DataElementReferenceNumber != null) - ik4.IK402_DataElementReferenceNumber = elementNote.DataElementReferenceNumber; - ik4.IK403_SyntaxErrorCode = elementNote.SyntaxErrorCode; - if (elementNote.CopyOfBadElement != null) - ik4.IK404_CopyOfBaDataElement = elementNote.CopyOfBadElement; - - foreach (var context in elementNote.ContextErrors) - { - var ctx = ik4.AddSegment(new TypedSegmentCTX()); - ctx.CTX01._1_ContextName = "SITUATIONAL TRIGGER"; - ctx.CTX01._2_ContextReference = context.IdentificationReference; - ctx.CTX02_SegmentIdCode = context.SegmentIdCode; - ctx.CTX03_SegmentPositionInTransactionSet = context.SegmentPositionInTransactionSet; - ctx.CTX04_LoopIdentifierCode = context.LoopIdentifierCode; - } - } - } - - // Transaction Set Response Trailer - var ik5 = ak2.AddSegment(new TypedSegmentIK5()); - ik5.IK501_TransactionSetAcknowledgmentCode = response.AcknowledgmentCode.ToString().Substring(0, 1); - - if (response.SyntaxErrorCodes.Count > 0) - ik5.IK502_SyntaxErrorCode = response.SyntaxErrorCodes[0]; - if (response.SyntaxErrorCodes.Count > 1) - ik5.IK503_SyntaxErrorCode = response.SyntaxErrorCodes[1]; - if (response.SyntaxErrorCodes.Count > 2) - ik5.IK504_SyntaxErrorCode = response.SyntaxErrorCodes[2]; - if (response.SyntaxErrorCodes.Count > 3) - ik5.IK505_SyntaxErrorCode = response.SyntaxErrorCodes[3]; - if (response.SyntaxErrorCodes.Count > 4) - ik5.IK506_SyntaxErrorCode = response.SyntaxErrorCodes[4]; - } - - // Functional group response trailer - var ak9 = trans.AddSegment(new TypedSegmentAK9()); - ak9.AK901_FunctionalGroupAcknowledgeCode = groupResponse.AcknowledgmentCode.ToString().Substring(0, 1); - ak9.AK902_NumberOfTransactionSetsIncluded = groupResponse.TransactionSetResponses.Count; - ak9.AK903_NumberOfReceivedTransactionSets = groupResponse.TransactionSetResponses.Count; - ak9.AK904_NumberOfAcceptedTransactionSets = groupResponse.TransactionSetResponses.Where(tsr => tsr.AcknowledgmentCode == AcknowledgmentCodeEnum.A_Accepted || tsr.AcknowledgmentCode == AcknowledgmentCodeEnum.E_Accepted_ButErrorsWereNoted).Count(); - - if (groupResponse.SyntaxErrorCodes.Count > 0) - ak9.AK905_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[0]; - if (groupResponse.SyntaxErrorCodes.Count > 1) - ak9.AK906_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[1]; - if (groupResponse.SyntaxErrorCodes.Count > 2) - ak9.AK907_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[2]; - if (groupResponse.SyntaxErrorCodes.Count > 3) - ak9.AK908_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[3]; - if (groupResponse.SyntaxErrorCodes.Count > 4) - ak9.AK909_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[4]; - - } - } - - } -} +namespace X12.Validation +{ + using System.Collections.Generic; + using System.Linq; + + using X12.Shared.Models; + using X12.Shared.Models.TypedLoops; + using X12.Shared.Models.TypedSegments; + using X12.Validation.Model; + + /// + /// Collection of X12 shared model extensions + /// + public static class X12Extensions + { + /// + /// FunctionGroup extension for adding a 999 Transaction + /// + /// FunctionGroup to add transaction to + /// Collection of FunctionGroup responses + public static void Add999Transaction(this FunctionGroup group, IEnumerable groupResponses) + { + int transactionId = 0; + + foreach (var groupResponse in groupResponses) + { + var trans = group.AddTransaction("999", $"{++transactionId:0000}"); + if (group.VersionIdentifierCode.Contains("5010")) + { + trans.SetElement(3, group.VersionIdentifierCode); + } + + // Functional group response header + var ak1 = trans.AddSegment(new TypedSegmentAK1()); + ak1.AK101_FunctionalIdCode = groupResponse.FunctionalIdCode; + ak1.AK102_GroupControlNumber = groupResponse.GroupControlNumber; + ak1.AK103_VersionIdentifierCode = groupResponse.VersionIdentifierCode; + + foreach (var response in groupResponse.TransactionSetResponses) + { + // Transaction Set Response Header + var ak2 = trans.AddLoop(new TypedLoopAK2()); + ak2.AK201_TransactionSetIdentifierCode = response.TransactionSetIdentifierCode; + ak2.AK202_TransactionSetControlNumber = response.TransactionSetControlNumber; + if (!string.IsNullOrEmpty(response.ImplementationConventionReference)) + { + ak2.AK203_ImplementationConventionReference = response.ImplementationConventionReference; + } + + foreach (var segmentError in response.SegmentErrors.OrderBy(se => se.SegmentPosition)) + { + var ik3 = ak2.AddLoop(new TypedLoopIK3()); + ik3.IK301_SegmentIdCode = segmentError.SegmentIdCode; + ik3.IK302_SegmentPositionInTransactionSet = segmentError.SegmentPosition; + if (segmentError.LoopIdentifierCode != null) + { + ik3.IK303_LoopIdentifierCode = segmentError.LoopIdentifierCode; + } + + if (segmentError.ImplementationSegmentSyntaxErrorCode != null) + { + ik3.IK304_SyntaxErrorCode = segmentError.ImplementationSegmentSyntaxErrorCode; + } + + foreach (var context in segmentError.ContextErrors) + { + var ctx = ik3.AddSegment(new TypedSegmentCTX()); + ctx.CTX01._1_ContextName = "SITUATIONAL TRIGGER"; + ctx.CTX01._2_ContextReference = context.IdentificationReference; + ctx.CTX02_SegmentIdCode = context.SegmentIdCode; + ctx.CTX03_SegmentPositionInTransactionSet = context.SegmentPositionInTransactionSet; + ctx.CTX04_LoopIdentifierCode = context.LoopIdentifierCode; + } + + foreach (var elementNote in segmentError.ElementNotes) + { + var ik4 = ik3.AddLoop(new TypedLoopIK4()); + ik4.IK401._1_ElementPositionInSegment = elementNote.PositionInSegment.ElementPositionInSegment; + ik4.IK401._2_ComponentDataElementPositionInComposite = elementNote.PositionInSegment.ComponentDataElementPositionInComposite; + ik4.IK401._3_RepeatingDataElementPosition = elementNote.PositionInSegment.RepeatingDataElementPosition; + if (elementNote.DataElementReferenceNumber != null) + { + ik4.IK402_DataElementReferenceNumber = elementNote.DataElementReferenceNumber; + } + + ik4.IK403_SyntaxErrorCode = elementNote.SyntaxErrorCode; + if (elementNote.CopyOfBadElement != null) + { + ik4.IK404_CopyOfBaDataElement = elementNote.CopyOfBadElement; + } + + foreach (var context in elementNote.ContextErrors) + { + var ctx = ik4.AddSegment(new TypedSegmentCTX()); + ctx.CTX01._1_ContextName = "SITUATIONAL TRIGGER"; + ctx.CTX01._2_ContextReference = context.IdentificationReference; + ctx.CTX02_SegmentIdCode = context.SegmentIdCode; + ctx.CTX03_SegmentPositionInTransactionSet = context.SegmentPositionInTransactionSet; + ctx.CTX04_LoopIdentifierCode = context.LoopIdentifierCode; + } + } + } + + // Transaction Set Response Trailer + var ik5 = ak2.AddSegment(new TypedSegmentIK5()); + ik5.IK501_TransactionSetAcknowledgmentCode = response.AcknowledgmentCode.ToString().Substring(0, 1); + + if (response.SyntaxErrorCodes.Count > 0) + { + ik5.IK502_SyntaxErrorCode = response.SyntaxErrorCodes[0]; + } + + if (response.SyntaxErrorCodes.Count > 1) + { + ik5.IK503_SyntaxErrorCode = response.SyntaxErrorCodes[1]; + } + + if (response.SyntaxErrorCodes.Count > 2) + { + ik5.IK504_SyntaxErrorCode = response.SyntaxErrorCodes[2]; + } + + if (response.SyntaxErrorCodes.Count > 3) + { + ik5.IK505_SyntaxErrorCode = response.SyntaxErrorCodes[3]; + } + + if (response.SyntaxErrorCodes.Count > 4) + { + ik5.IK506_SyntaxErrorCode = response.SyntaxErrorCodes[4]; + } + } + + // Functional group response trailer + var ak9 = trans.AddSegment(new TypedSegmentAK9()); + ak9.AK901_FunctionalGroupAcknowledgeCode = groupResponse.AcknowledgmentCode.ToString().Substring(0, 1); + ak9.AK902_NumberOfTransactionSetsIncluded = groupResponse.TransactionSetResponses.Count; + ak9.AK903_NumberOfReceivedTransactionSets = groupResponse.TransactionSetResponses.Count; + ak9.AK904_NumberOfAcceptedTransactionSets = groupResponse.TransactionSetResponses.Count(tsr => tsr.AcknowledgmentCode == AcknowledgmentCode.A_Accepted || tsr.AcknowledgmentCode == AcknowledgmentCode.E_Accepted_ButErrorsWereNoted); + + if (groupResponse.SyntaxErrorCodes.Count > 0) + { + ak9.AK905_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[0]; + } + + if (groupResponse.SyntaxErrorCodes.Count > 1) + { + ak9.AK906_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[1]; + } + + if (groupResponse.SyntaxErrorCodes.Count > 2) + { + ak9.AK907_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[2]; + } + + if (groupResponse.SyntaxErrorCodes.Count > 3) + { + ak9.AK908_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[3]; + } + + if (groupResponse.SyntaxErrorCodes.Count > 4) + { + ak9.AK909_FunctionalGroupSyntaxErrorCode = groupResponse.SyntaxErrorCodes[4]; + } + } + } + } +} diff --git a/src/X12.Validation/package.nuspec b/src/X12.Validation/package.nuspec new file mode 100644 index 00000000..69a5c83e --- /dev/null +++ b/src/X12.Validation/package.nuspec @@ -0,0 +1,27 @@ + + + + X12.Validation + $version$ + X12.Validation + Brad Van Fleet + Brad Van Fleet + https://github.com/bvanfleet/X12.NET/blob/master/LICENSE.md + https://github.com/bvanfleet/X12.NET + https://raw.githubusercontent.com/wiki/bvanfleet/X12.NET/X12Icon.png + false + Open Source .NET C# X12 Parser + + * Documented all externally available code + * Segregated Validation library from original "OopFactory.X12" + * Minor code refactoring and bug fixes + + Copyright © Brad Van Fleet 2018 + X12 Parser + + + + + + + \ No newline at end of file diff --git a/src/X12.X12Parser/Program.cs b/src/X12.X12Parser/Program.cs new file mode 100644 index 00000000..db41a7a7 --- /dev/null +++ b/src/X12.X12Parser/Program.cs @@ -0,0 +1,193 @@ +namespace X12.X12Parser +{ + using System; + using System.Collections.Generic; + using System.Configuration; + using System.IO; + using System.Linq; + using System.Text; + + using X12.Parsing; + using X12.Shared.Models; + using X12.X12Parser.Properties; + + /// + /// Defines the application's primary driver + /// + public class Program + { + /// + /// Main entry point for the application + /// + /// Additional command line arguments to parse + public static void Main(string[] args) + { + int maxBatchSize = 10 * 1024 * 1024; + if (ConfigurationManager.AppSettings["MaxBatchSize"] != null) + { + maxBatchSize = Convert.ToInt32(ConfigurationManager.AppSettings["MaxBatchSize"]); + } + + bool throwException = Convert.ToBoolean(ConfigurationManager.AppSettings["ThrowExceptionOnSyntaxErrors"]); + + string x12Filename = args[0]; + if (!File.Exists(x12Filename)) + { + Console.WriteLine(Resources.FileNotFoundError, DateTime.Now.ToLongTimeString(), x12Filename); + return; + } + + string outputFilename = args.Length > 1 ? args[1] : x12Filename + ".xml"; + + var parser = new X12Parser(throwException); + parser.ParserWarning += HandleParserWarning; + + Console.WriteLine(Resources.ParserInitializingMessage); + Console.WriteLine(Resources.ConfigurationUnderlineString); + Console.WriteLine($"Max Batch Size: {maxBatchSize}"); + Console.WriteLine($"Throw Exception on Syntax Error: {throwException}"); + Console.WriteLine($"Input Filename: '{x12Filename}'"); + Console.WriteLine($"Output Filename: '{outputFilename}'"); + Console.WriteLine(); + Console.WriteLine(Resources.ConfigurationUnderlineString); + + var header = new byte[6]; + + using (var fs = new FileStream(x12Filename, FileMode.Open, FileAccess.Read)) + { + // peak at first 6 characters to determine if this is a unicode file + fs.Read(header, 0, 6); + fs.Close(); + } + + Encoding encoding = (header[1] == 0 && header[3] == 0 && header[5] == 0) ? Encoding.Unicode : Encoding.UTF8; + + if (new FileInfo(x12Filename).Length <= maxBatchSize) + { + using (var fs = new FileStream(x12Filename, FileMode.Open, FileAccess.Read)) + { + IList interchanges; + Console.WriteLine(Resources.ParserParsingFileMessage); + + try + { + interchanges = parser.ParseMultiple(fs, encoding); + } + catch (Exception exception) + { + Console.WriteLine(Resources.ParsingError, DateTime.Now.ToLongTimeString(), exception.Message); + return; + } + + if (interchanges.Count >= 1) + { + using (var outputFs = new FileStream(outputFilename, FileMode.Create)) + { + Console.WriteLine(Resources.ParserSerializingFileMessage); + + try + { + interchanges.First().Serialize(outputFs); + } + catch (Exception exception) + { + Console.WriteLine(Resources.SerializationError, DateTime.Now.ToLongTimeString(), exception.Message); + return; + } + } + } + + if (interchanges.Count > 1) + { + for (int i = 1; i < interchanges.Count; i++) + { + outputFilename = $"{(args.Length > 1 ? args[1] : x12Filename)}_{i + 1}.xml"; + using (var outputFs = new FileStream(outputFilename, FileMode.Create)) + { + Console.WriteLine(Resources.ParserSerializingFileMessage); + + try + { + interchanges[i].Serialize(outputFs); + } + catch (Exception exception) + { + Console.WriteLine(Resources.SerializationError, DateTime.Now.ToLongTimeString(), exception.Message); + return; + } + } + } + } + } + } + else + { + using (var fs = new FileStream(x12Filename, FileMode.Open, FileAccess.Read)) + { + // Break up output files by batch size + var reader = new X12StreamReader(fs, encoding); + Console.WriteLine(Resources.ParserReadingTransactionsMessage); + + X12FlatTransaction currentTransactions = reader.ReadNextTransaction(); + X12FlatTransaction nextTransaction = reader.ReadNextTransaction(); + int i = 1; + + while (!string.IsNullOrEmpty(nextTransaction.Transactions.First())) + { + if (currentTransactions.GetSize() + nextTransaction.GetSize() < maxBatchSize + && currentTransactions.IsaSegment == nextTransaction.IsaSegment + && currentTransactions.GsSegment == nextTransaction.GsSegment) + { + currentTransactions.Transactions.AddRange(nextTransaction.Transactions); + } + else + { + outputFilename = $"{(args.Length > 1 ? args[1] : x12Filename)}_{i++}.xml"; + using (var outputFs = new FileStream(outputFilename, FileMode.Create)) + { + Console.WriteLine(Resources.ParserParsingSerialzingTransactionMessage); + + try + { + parser.ParseMultiple(currentTransactions.ToString()).First().Serialize(outputFs); + } + catch (Exception exception) + { + Console.WriteLine(Resources.ParsingError, DateTime.Now.ToLongTimeString(), exception.Message); + return; + } + } + + currentTransactions = nextTransaction; + } + + nextTransaction = reader.ReadNextTransaction(); + } + + outputFilename = $"{(args.Length > 1 ? args[1] : x12Filename)}_{i++}.xml"; + using (var outputFs = new FileStream(outputFilename, FileMode.Create)) + { + Console.WriteLine(Resources.ParserParsingSerialzingTransactionMessage); + + try + { + parser.ParseMultiple(currentTransactions.ToString()).First().Serialize(outputFs); + } + catch (Exception exception) + { + Console.WriteLine(Resources.ParsingError, DateTime.Now.ToLongTimeString(), exception.Message); + return; + } + } + } + } + + Console.WriteLine(Resources.ParserCompleteMessage); + } + + private static void HandleParserWarning(object sender, X12ParserWarningEventArgs args) + { + Console.WriteLine($"{DateTime.Now.ToLongTimeString()} {args.Message}"); + } + } +} diff --git a/src/OopFactory.X12.X12Parser/Properties/AssemblyInfo.cs b/src/X12.X12Parser/Properties/AssemblyInfo.cs similarity index 90% rename from src/OopFactory.X12.X12Parser/Properties/AssemblyInfo.cs rename to src/X12.X12Parser/Properties/AssemblyInfo.cs index 81abd693..f437ec72 100644 --- a/src/OopFactory.X12.X12Parser/Properties/AssemblyInfo.cs +++ b/src/X12.X12Parser/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.X12Parser")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("OopFactory.X12.X12Parser")] -[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("12814ec7-4240-4e77-98b1-99bcc9886051")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12Parser")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("X12.X12Parser")] +[assembly: AssemblyCopyright("Copyright © Dannie Strubhar 2011")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("12814ec7-4240-4e77-98b1-99bcc9886051")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/src/X12.X12Parser/Properties/Resources.Designer.cs b/src/X12.X12Parser/Properties/Resources.Designer.cs new file mode 100644 index 00000000..cc7d6b20 --- /dev/null +++ b/src/X12.X12Parser/Properties/Resources.Designer.cs @@ -0,0 +1,153 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace X12.X12Parser.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("X12.X12Parser.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to =======================\n. + /// + internal static string ConfigurationUnderlineString { + get { + return ResourceManager.GetString("ConfigurationUnderlineString", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} Filename '{1}' does not exist. + /// + internal static string FileNotFoundError { + get { + return ResourceManager.GetString("FileNotFoundError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Complete!. + /// + internal static string ParserCompleteMessage { + get { + return ResourceManager.GetString("ParserCompleteMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Initializing X12 Parser. + /// + internal static string ParserInitializingMessage { + get { + return ResourceManager.GetString("ParserInitializingMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Parsing File.... + /// + internal static string ParserParsingFileMessage { + get { + return ResourceManager.GetString("ParserParsingFileMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Parsing and Serializing Transaction.... + /// + internal static string ParserParsingSerialzingTransactionMessage { + get { + return ResourceManager.GetString("ParserParsingSerialzingTransactionMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reading transactions from file.... + /// + internal static string ParserReadingTransactionsMessage { + get { + return ResourceManager.GetString("ParserReadingTransactionsMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Serializing File.... + /// + internal static string ParserSerializingFileMessage { + get { + return ResourceManager.GetString("ParserSerializingFileMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} Error during parsing: '{1}'. + /// + internal static string ParsingError { + get { + return ResourceManager.GetString("ParsingError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} Error during serialization: '{1}'. + /// + internal static string SerializationError { + get { + return ResourceManager.GetString("SerializationError", resourceCulture); + } + } + } +} diff --git a/src/X12.X12Parser/Properties/Resources.resx b/src/X12.X12Parser/Properties/Resources.resx new file mode 100644 index 00000000..3db624af --- /dev/null +++ b/src/X12.X12Parser/Properties/Resources.resx @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + =======================\n + Format Parameter(s): + + + {0} Filename '{1}' does not exist + Format Parameter(s): dateTimeNow, filename + + + Complete! + Format Parameter(s): + + + Initializing X12 Parser + Format Parameter(s): + + + Parsing File... + Format Parameter(s): + + + Parsing and Serializing Transaction... + Format Parameter(s): + + + Reading transactions from file... + Format Parameter(s): + + + Serializing File... + Format Parameter(s): + + + {0} Error during parsing: '{1}' + Format Parameter(s): dateTimeNow, exceptionMessage + + + {0} Error during serialization: '{1}' + Format Parameter(s): dateTimeNow, exceptionMessage + + \ No newline at end of file diff --git a/src/X12.X12Parser/X12.X12Parser.csproj b/src/X12.X12Parser/X12.X12Parser.csproj new file mode 100644 index 00000000..6c229ebf --- /dev/null +++ b/src/X12.X12Parser/X12.X12Parser.csproj @@ -0,0 +1,116 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {19307F16-3D8C-4E4D-8903-8BAD12EDAE78} + Exe + Properties + X12.X12Parser + X12Parser + v4.6.1 + + + 512 + SAK + SAK + SAK + SAK + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + + + ..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll + + + + + + + ..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll + + + ..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll + + + ..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + \ No newline at end of file diff --git a/src/OopFactory.X12.X12Parser/app.config b/src/X12.X12Parser/app.config similarity index 93% rename from src/OopFactory.X12.X12Parser/app.config rename to src/X12.X12Parser/app.config index 7618d4e4..f59cc1d2 100644 --- a/src/OopFactory.X12.X12Parser/app.config +++ b/src/X12.X12Parser/app.config @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/src/X12.X12Parser/packages.config b/src/X12.X12Parser/packages.config new file mode 100644 index 00000000..ab7e0f18 --- /dev/null +++ b/src/X12.X12Parser/packages.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/ClaimFormTester.cs b/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/ClaimFormTester.cs deleted file mode 100644 index b27db341..00000000 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/ClaimFormTester.cs +++ /dev/null @@ -1,131 +0,0 @@ -using System; -using System.Diagnostics; -using System.IO; -using System.Reflection; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Hipaa.Claims; -using OopFactory.X12.Hipaa.Claims.Forms.Institutional; -using OopFactory.X12.Hipaa.Claims.Services; -using System.Xml; - -namespace OopFactory.X12.Hipaa.Tests.Unit.Claims -{ - [TestClass] - public class ClaimFormTester - { - [TestMethod] - public void X12ToClaimModelTest() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.ProfessionalClaim1.txt"); - - var service = new ProfessionalClaimToHcfa1500FormTransformation(""); - - // send the x12 stream in to obtain a claim object - var document = service.Transform837ToClaimDocument(stream); - var hcfaclaim = service.TransformClaimToHcfa1500(document.Claims.First()); - Assert.AreEqual("SMITH, TED", hcfaclaim.Field02_PatientsName); - Assert.IsFalse(hcfaclaim.Field01_TypeOfCoverageIsMedicare); - Assert.IsFalse(hcfaclaim.Field01_TypeOfCoverageIsMedicaid); - //Assert.AreEqual("1943-05-01T00:00:00", hcfaclaim.Field03_PatientsDateOfBirth); - Assert.IsFalse(hcfaclaim.Field03_PatientsSexFemale); - Assert.IsTrue(hcfaclaim.Field03_PatientsSexMale); - Assert.AreEqual("99213", hcfaclaim.Field24_ServiceLines.First().ProcedureCode); - Assert.AreEqual("87070", hcfaclaim.Field24_ServiceLines[1].ProcedureCode); - Assert.AreEqual("99214", hcfaclaim.Field24_ServiceLines[2].ProcedureCode); - Assert.AreEqual("86663", hcfaclaim.Field24_ServiceLines[3].ProcedureCode); - /* - Assert.AreEqual("BEN KILDARE SERVICE", hcfaclaim.Field32_ServiceFacilityLocation_Name); - Assert.AreEqual("234 SEAWAY ST", hcfaclaim.Field32_ServiceFacilityLocation_Street); - Assert.AreEqual("MIAMI", hcfaclaim.Field32_ServiceFacilityLocation_City); - Assert.AreEqual("FL", hcfaclaim.Field32_ServiceFacilityLocation_State); - Assert.AreEqual("2345 OCEAN BLVD", hcfaclaim.Field33_BillingProvider_Street); - Assert.AreEqual("MAIMI", hcfaclaim.Field33_BillingProvider_City); - Assert.AreEqual("FL", hcfaclaim.Field33_BillingProvider_State); - Assert.AreEqual("33111", hcfaclaim.Field33_BillingProvider_Zip); - */ - Trace.Write(hcfaclaim.Serialize()); - } - - [TestMethod] - public void X12ToHcfaPdfTest() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.ProfessionalClaim1.txt"); - - // new up a ClaimTransformationService object - var service = new ClaimFormTransformationService( - new ProfessionalClaimToHcfa1500FormTransformation(@"..\..\..\tests\OopFactory.X12.Hipaa.Tests.Unit\Claims\Images\HCFA1500_Red.gif"), - new InstitutionalClaimToUB04ClaimFormTransformation(@"..\..\..\tests\OopFactory.X12.Hipaa.Tests.Unit\Claims\Images\UB04_Red.gif"), - new ProfessionalClaimToHcfa1500FormTransformation(@"..\..\..\tests\OopFactory.X12.Hipaa.Tests.Unit\Claims\Images\HCFA1500_Red.gif") - ); - - ClaimDocument document = service.Transform837ToClaimDocument(stream); - - XmlDocument foDocument = new XmlDocument(); - string foXml = service.TransformClaimDocumentToFoXml(document); - foDocument.LoadXml(foXml); - -#if DEBUG - var driver = Fonet.FonetDriver.Make(); - - FileStream outputFile = new FileStream("c:\\Temp\\Pdfs\\ProfessionalClaim1.pdf", FileMode.Create, FileAccess.Write); - driver.Render(foDocument, outputFile); -#endif - } - - [TestMethod] - public void X12ToUbPdfLayoutTest() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); - - - var transformation = new InstitutionalClaimToUB04ClaimFormTransformation(@"..\..\..\tests\OopFactory.X12.Hipaa.Tests.Unit\Claims\Images\UB04_Red.gif"); - - // new up a ClaimTransformationService object - var service = new ClaimFormTransformationService(transformation, transformation, transformation); - - ClaimDocument document = service.Transform837ToClaimDocument(stream); - - XmlDocument foDocument = new XmlDocument(); - string foXml = service.TransformClaimDocumentToFoXml(document); - foDocument.LoadXml(foXml); - -#if DEBUG - var driver = Fonet.FonetDriver.Make(); - - FileStream outputFile = new FileStream("c:\\Temp\\Pdfs\\InstitutionalClaimPlaceholders.pdf", FileMode.Create, FileAccess.Write); - driver.Render(foDocument, outputFile); -#endif - } - - [TestMethod] - public void X12ToUbPdfTest() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); - - var transformation = new InstitutionalClaimToUB04ClaimFormTransformation(@"..\..\..\tests\OopFactory.X12.Hipaa.Tests.Unit\Claims\Images\UB04_Red.gif"); - - - // new up a ClaimTransformationService object - var service = new ClaimFormTransformationService(transformation, transformation, transformation); - - ClaimDocument document = service.Transform837ToClaimDocument(stream); - - var ub04 = transformation.TransformClaimToUB04(document.Claims.First()); - Trace.WriteLine(ub04.Serialize()); - - XmlDocument foDocument = new XmlDocument(); - string foXml = service.TransformClaimDocumentToFoXml(document); - foDocument.LoadXml(foXml); - -#if DEBUG - var driver = Fonet.FonetDriver.Make(); - - FileStream outputFile = new FileStream("c:\\Temp\\Pdfs\\InstitutionalClaim5010.pdf", FileMode.Create, FileAccess.Write); - driver.Render(foDocument, outputFile); -#endif - } - } -} diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/OopFactory.X12.Hipaa.Tests.Unit.csproj.vspscc b/tests/OopFactory.X12.Hipaa.Tests.Unit/OopFactory.X12.Hipaa.Tests.Unit.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/OopFactory.X12.Hipaa.Tests.Unit.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/tests/OopFactory.X12.Tests.Integration/OopFactory.X12.Tests.Integration.csproj b/tests/OopFactory.X12.Tests.Integration/OopFactory.X12.Tests.Integration.csproj deleted file mode 100644 index e0bf45b0..00000000 --- a/tests/OopFactory.X12.Tests.Integration/OopFactory.X12.Tests.Integration.csproj +++ /dev/null @@ -1,73 +0,0 @@ - - - - Debug - AnyCPU - - - 2.0 - {66441684-A8F7-4C9F-AB0F-5F9448352EF1} - Library - Properties - OopFactory.X12.Tests.Integration - OopFactory.X12.Tests.Integration - v4.0 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - SAK - SAK - SAK - SAK - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - 3.5 - - - - - - False - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Integration/OopFactory.X12.Tests.Integration.csproj.vspscc b/tests/OopFactory.X12.Tests.Integration/OopFactory.X12.Tests.Integration.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/tests/OopFactory.X12.Tests.Integration/OopFactory.X12.Tests.Integration.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/tests/OopFactory.X12.Tests.Integration/Repositories/GetTransactionSegmentsTester.cs b/tests/OopFactory.X12.Tests.Integration/Repositories/GetTransactionSegmentsTester.cs deleted file mode 100644 index 63324500..00000000 --- a/tests/OopFactory.X12.Tests.Integration/Repositories/GetTransactionSegmentsTester.cs +++ /dev/null @@ -1,68 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing; -using OopFactory.X12.Repositories; -using System.Reflection; -using System.Diagnostics; - -namespace OopFactory.X12.Tests.Integration.Repositories -{ - [TestClass,Ignore] - public class GetTransactionSegmentsTester - { - [TestMethod] - public void ReadTransactions() - { -var repo = new SqlTransactionRepository("Data Source=(local);Initial Catalog=X12;Integrated Security=True", "Test"); -var list = repo.GetTransactionSets(new RepoTransactionSetSearchCriteria -{ - SenderId = "580977458", - InterchangeMinDate = DateTime.Parse("2011-01-01") -}); - -foreach (var set in list) -{ - Trace.TraceInformation("Date: {0}, Transaction Set: {1}, Control Number: {2} ", set.InterchangeDate, set.TransactionSetCode, set.ControlNumber); -} - - Assert.IsTrue(list.Count > 0); - } - - [TestMethod] - public void ReadLoops() - { - var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=X12;Integrated Security=True", "Test"); - var list = repo.GetLoops(new RepoLoopSearchCriteria { TransactionSetCode = "837", SpecLoopId = "2300" }); - - Assert.IsTrue(list.Count > 0); - foreach (var claim in list) - Trace.TraceInformation("{0}{1}", claim.Segment.SegmentString, claim.Segment.Delimiters.SegmentTerminator); - } - - [TestMethod] - public void TestMethod1() - { - var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=X12;Integrated Security=True", "Test"); - - var segments = repo.GetTransactionSegments(831, 99, true); - - foreach (var seg in segments) - Trace.WriteLine(seg.Segment.SegmentString); - - } - [TestMethod] - public void TestMethod2() - { - var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=X12;Integrated Security=True", "Test"); - - var segments = repo.GetTransactionSetSegments(821, 99, true); - - foreach (var seg in segments) - Trace.WriteLine(seg.Segment.SegmentString); - - } - } -} diff --git a/tests/OopFactory.X12.Tests.Integration/Repositories/LoadInterchangeTester.cs b/tests/OopFactory.X12.Tests.Integration/Repositories/LoadInterchangeTester.cs deleted file mode 100644 index 0a3ed359..00000000 --- a/tests/OopFactory.X12.Tests.Integration/Repositories/LoadInterchangeTester.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing; -using OopFactory.X12.Repositories; -using System.Reflection; -using System.Diagnostics; - -namespace OopFactory.X12.Tests.Integration.Repositories -{ - [TestClass, Ignore] - public class LoadInterchangeTester - { - [TestMethod] - public void LoadAllTestFiles() - { - - var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=X12;Integrated Security=True", new SpecificationFinder(), - new string[] {"AMT", - "BHT", - "CAS", - "CL1", - "CLM", - "CN1", - "DMG", - "DN1", - "DTP", - "HCP", - "HI", - "HL", - "K3", - "LX", - "MEA", - "N3", - "N4", - "NM1", - "NTE", - "OI", - "PAT", - "PER", - "PRV", - "PWK", - "QTY", - "REF", - "SBR", - "SV1", - "SV2", - "SV3", - "SVD", - "TOO",}, "Inbound"); - - var parser = new X12Parser(); - - foreach (var resource in Assembly.GetExecutingAssembly().GetManifestResourceNames()) - { - if (resource.StartsWith("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles") && !resource.EndsWith(".xml")) - { - var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(resource); - - try - { - var interchanges = parser.ParseMultiple(stream); - foreach (var interchange in interchanges) - { - repo.Save(interchange, resource, "dstrubhar"); - } - } - catch (Exception exc) - { - Trace.WriteLine(resource); - Trace.WriteLine(exc.Message); - } - } - } - } - } -} diff --git a/tests/OopFactory.X12.Tests.Integration/SqlReadOnlyTransactionRepoTester.cs b/tests/OopFactory.X12.Tests.Integration/SqlReadOnlyTransactionRepoTester.cs deleted file mode 100644 index e4e583f8..00000000 --- a/tests/OopFactory.X12.Tests.Integration/SqlReadOnlyTransactionRepoTester.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Repositories; -using System.Diagnostics; - -namespace OopFactory.X12.Tests.Integration -{ - [TestClass] - public class SqlReadOnlyTransactionRepoTester - { - const string dsn = "Data Source=127.0.0.1;Initial Catalog=Test5;Integrated Security=True"; - [TestMethod] - public void GetEntity() - { - var repo = new SqlReadOnlyTransactionRepository(dsn, "X12"); - - var entities = repo.GetEntities(new RepoEntitySearchCriteria - { - EntityIdentifierCodes = "IL,QC", - TransactionSetCode = "837", - LastNameStartsWith = "Smith", - DateOfBirthOnOrAfter = DateTime.Parse("1950-01-01") - }); - - Assert.IsTrue(entities.Count > 0); - Assert.IsTrue(entities.Where(e => e.EntityIdentifierCode == "IL").Count() > 0); - Assert.IsTrue(entities.Where(e => e.EntityIdentifierCode == "QC").Count() > 0); - - foreach (var entity in entities) - { - Trace.TraceInformation("{0}: {1}, {2} {3}", - entity.EntityIdentifierCode, - entity.Name, - entity.DateOfBirth, - entity.City); - } - } - } -} diff --git a/tests/OopFactory.X12.Tests.Unit.VisualBasic/BrodskyTest.vb b/tests/OopFactory.X12.Tests.Unit.VisualBasic/BrodskyTest.vb deleted file mode 100644 index 271e7d2b..00000000 --- a/tests/OopFactory.X12.Tests.Unit.VisualBasic/BrodskyTest.vb +++ /dev/null @@ -1,28 +0,0 @@ -Imports System.Text -Imports OopFactory.X12.Parsing -Imports OopFactory.X12.Parsing.Model -Imports OopFactory.X12.Parsing.Model.Typed - - -Public Class BrodskyTest - - - Public Sub TestMethod1() - Dim message As New Interchange(Today, 1, True) - Dim group = message.AddFunctionGroup("HC", Today, 999999, "005010X222") - Dim transaction = group.AddTransaction("837", "0034") - Dim HL_2000C = transaction.AddHLoop("9999", "23", True) - Dim CLM_2300 = HL_2000C.AddLoop(New TypedLoopCLM) - Dim NM1_2310C = CLM_2300.AddLoop(New TypedLoopNM1("77")) - - Dim PER_2310C = NM1_2310C.AddSegment(New TypedSegmentPER) '<<< error: PER_2310C = Nothing - - '----------------------------------------------------------------------------------------------- - Dim SBR_2320 = CLM_2300.AddLoop(New TypedLoopSBR) - Dim NM1_2330B = SBR_2320.AddLoop(New TypedLoopNM1("PR")) - - Dim N3_2330B = NM1_2330B.AddSegment(New TypedSegmentN3) '<<< error: N3_2330B = Nothing - Dim N4_2330B = NM1_2330B.AddSegment(New TypedSegmentN4) '<<< error: N4_2330B = Nothing - End Sub - -End Class diff --git a/tests/OopFactory.X12.Tests.Unit.VisualBasic/My Project/AssemblyInfo.vb b/tests/OopFactory.X12.Tests.Unit.VisualBasic/My Project/AssemblyInfo.vb deleted file mode 100644 index 71b9faf8..00000000 --- a/tests/OopFactory.X12.Tests.Unit.VisualBasic/My Project/AssemblyInfo.vb +++ /dev/null @@ -1,37 +0,0 @@ -Imports System -Imports System.Reflection -Imports System.Runtime.InteropServices - -' General Information about an assembly is controlled through the following -' set of attributes. Change these attribute values to modify the information -' associated with an assembly. - -' Review the values of the assembly attributes - - - - - - - - - - - - -'The following GUID is for the ID of the typelib if this project is exposed to COM - - -' Version information for an assembly consists of the following four values: -' -' Major Version -' Minor Version -' Build Number -' Revision -' -' You can specify all the values or you can default the Build and Revision Numbers -' by using the '*' as shown below: -' - - - diff --git a/tests/OopFactory.X12.Tests.Unit.VisualBasic/OopFactory.X12.Tests.Unit.VisualBasic.vbproj b/tests/OopFactory.X12.Tests.Unit.VisualBasic/OopFactory.X12.Tests.Unit.VisualBasic.vbproj deleted file mode 100644 index 059395aa..00000000 --- a/tests/OopFactory.X12.Tests.Unit.VisualBasic/OopFactory.X12.Tests.Unit.VisualBasic.vbproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - Debug - AnyCPU - - - - - {D44F9AA9-2B3D-4512-A061-EE0EDCCFA392} - Library - OopFactory.X12.Tests.Unit.VisualBasic - OopFactory.X12.Tests.Unit.VisualBasic - 512 - Windows - v4.0 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} - $(DevEnvDir)PublicAssemblies\ - SAK - SAK - SAK - SAK - - - true - full - true - true - bin\Debug\ - OopFactory.X12.Tests.Unit.VisualBasic.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - pdbonly - false - true - true - bin\Release\ - OopFactory.X12.Tests.Unit.VisualBasic.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - On - - - Binary - - - Off - - - On - - - - - - 3.5 - - - - - - - - - - - - - - - - - - - - False - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit.VisualBasic/OopFactory.X12.Tests.Unit.VisualBasic.vbproj.vspscc b/tests/OopFactory.X12.Tests.Unit.VisualBasic/OopFactory.X12.Tests.Unit.VisualBasic.vbproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/tests/OopFactory.X12.Tests.Unit.VisualBasic/OopFactory.X12.Tests.Unit.VisualBasic.vbproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/tests/OopFactory.X12.Tests.Unit.VisualBasic/UnitTest1.vb b/tests/OopFactory.X12.Tests.Unit.VisualBasic/UnitTest1.vb deleted file mode 100644 index feb2e5b1..00000000 --- a/tests/OopFactory.X12.Tests.Unit.VisualBasic/UnitTest1.vb +++ /dev/null @@ -1,136 +0,0 @@ -Imports System.Text -Imports OopFactory.X12.Parsing -Imports OopFactory.X12.Parsing.Model -Imports OopFactory.X12.Parsing.Model.Typed - - -Public Class UnitTest1 - - - Public Sub Create837_5010Version() - Dim message As New Interchange(DateTime.Now, 1, True) - message.InterchangeSenderIdQualifier = "ZZ" - message.InterchangeSenderId = "9012345720000" - message.InterchangeReceiverIdQualifier = "ZZ" - message.InterchangeReceiverId = "9088877320000" - message.SetElement(12, "00501") - - Dim group = message.AddFunctionGroup("HC", DateTime.Now, 999999, "005010X222") - group.ApplicationSendersCode = "901234572000" - group.ApplicationReceiversCode = "908887732000" - - Dim transaction = group.AddTransaction("837", "0034") - transaction.SetElement(3, "005010X222") - Dim bhtSegment = transaction.AddSegment("BHT") - - Dim submitterLoop = transaction.AddLoop(New TypedLoopNM1("41")) 'Submitter Identifer Code - submitterLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity - submitterLoop.NM103_NameLastOrOrganizationName = "My Submitter" - submitterLoop.NM104_NameFirst = "First Name That Is > 25 Chars" - - Dim perSegment = submitterLoop.AddSegment(New TypedSegmentPER()) - perSegment.PER01_ContactFunctionCode = "IC" 'Information Contact Function Code - perSegment.PER02_Name = "My Contact" - perSegment.PER03_CommunicationNumberQualifier = CommunicationNumberQualifer.Telephone - perSegment.PER04_CommunicationNumber = "18005555555" ' - - Dim provider2000AHLoop = transaction.AddHLoop(1, "20", True) 'Information Source - provider2000AHLoop.AddSegment("PRV") 'Speciality Segment - Dim provider2010AALoop = provider2000AHLoop.AddLoop(New TypedLoopNM1("85")) - provider2010AALoop.NM102_EntityTypeQualifier = EntityTypeQualifier.Person - provider2010AALoop.NM103_NameLastOrOrganizationName = "Doe" - provider2010AALoop.NM104_NameFirst = "John" - - Dim provider2010ACLoop = provider2000AHLoop.AddLoop(New TypedLoopNM1("PE")) - provider2010ACLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity - provider2010ACLoop.NM103_NameLastOrOrganizationName = "Pay-To Plan Name" - - Dim provider2010AC_N3Segment = provider2010ACLoop.AddSegment(New TypedSegmentN3()) - provider2010AC_N3Segment.N301_AddressInformation = "1234 Main St" - - Dim provider2010AC_N4Segment = provider2010ACLoop.AddSegment(New TypedSegmentN4()) - provider2010AC_N4Segment.N401_CityName = "Beverley Hills" - provider2010AC_N4Segment.N402_StateOrProvinceCode = "CA" - provider2010AC_N4Segment.N403_PostalCode = "90210" - - Dim subscriber2000BHLoop = provider2000AHLoop.AddHLoop(2, "22", False) ' - Dim subscriberName2010BALoop = subscriber2000BHLoop.AddLoop(New TypedLoopNM1("IL")) - Dim subscriber_DMGSegment = subscriberName2010BALoop.AddSegment(New TypedSegmentDMG()) - subscriber_DMGSegment.DMG01_DateTimePeriodFormatQualifier = "D8" - subscriber_DMGSegment.DMG02_DateOfBirth = DateTime.Parse("3/3/2003") - subscriber_DMGSegment.DMG03_Gender = Gender.Female - - Dim claim2300Loop = subscriber2000BHLoop.AddLoop(New TypedLoopCLM()) - claim2300Loop.CLM01_PatientControlNumber = "1234567" - claim2300Loop.CLM02_TotalClaimChargeAmount = 1234.56 - claim2300Loop.CLM05._1_FacilityCodeValue = "11" - claim2300Loop.CLM05._2_FacilityCodeQualifier = "B" - claim2300Loop.CLM05._3_ClaimFrequencyTypeCode = "1" - claim2300Loop.CLM11._1_RelatedCausesCode = "AA" - claim2300Loop.CLM11._2_RelatedCausesCode = "EM" - claim2300Loop.CLM11._4_StateOrProvidenceCode = "TX" - - Dim hiSegment = claim2300Loop.AddSegment("HI") - hiSegment.SetElement(12, "") - - Dim serviceFacility2310CLoop = claim2300Loop.AddLoop(New TypedLoopNM1("77")) - serviceFacility2310CLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity - serviceFacility2310CLoop.NM103_NameLastOrOrganizationName = "Service Facility Location" - - Dim per2310CSegment = serviceFacility2310CLoop.AddSegment(New TypedSegmentPER()) - per2310CSegment.PER02_Name = "Me" - per2310CSegment.PER03_CommunicationNumberQualifier = CommunicationNumberQualifer.Telephone - per2310CSegment.PER04_CommunicationNumber = "5555555555" - - Dim otherSubscriber2320Loop = claim2300Loop.AddLoop(New TypedLoopSBR()) - otherSubscriber2320Loop.SBR02_IndividualRelationshipCode = "18" - - Dim otherPayer2330BLoop = otherSubscriber2320Loop.AddLoop(New TypedLoopNM1("PR")) - otherPayer2330BLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity - otherPayer2330BLoop.NM103_NameLastOrOrganizationName = "Payer 2" - Dim segmentN3_2330B = otherPayer2330BLoop.AddSegment(New TypedSegmentN3()) - segmentN3_2330B.N301_AddressInformation = "1234 Main St" - segmentN3_2330B.N302_AddressInformation = "Suite 101" - Dim segmentN4_2330B = otherPayer2330BLoop.AddSegment(New TypedSegmentN4()) - segmentN4_2330B.N401_CityName = "Austin" - segmentN4_2330B.N402_StateOrProvinceCode = "TX" - segmentN4_2330B.N403_PostalCode = "78701" - - - Dim patient2000CHLoop = subscriber2000BHLoop.AddHLoop(3, "23", False) - - claim2300Loop = patient2000CHLoop.AddLoop(New TypedLoopCLM()) - claim2300Loop.CLM01_PatientControlNumber = "1234568" - claim2300Loop.CLM02_TotalClaimChargeAmount = 1234.56 - claim2300Loop.CLM05._1_FacilityCodeValue = "11" - claim2300Loop.CLM05._2_FacilityCodeQualifier = "B" - claim2300Loop.CLM05._3_ClaimFrequencyTypeCode = "1" - claim2300Loop.CLM11._1_RelatedCausesCode = "AA" - claim2300Loop.CLM11._2_RelatedCausesCode = "EM" - claim2300Loop.CLM11._4_StateOrProvidenceCode = "TX" - - Dim purchaseServiceProviderName2310CLoop = claim2300Loop.AddLoop(New TypedLoopNM1("77")) - purchaseServiceProviderName2310CLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity - - per2310CSegment = purchaseServiceProviderName2310CLoop.AddSegment(New TypedSegmentPER()) - per2310CSegment.PER02_Name = "Service Provider Contact" - - Dim sbr = claim2300Loop.AddLoop(New TypedLoopSBR()) - Dim nm1 = sbr.AddLoop(New TypedLoopNM1("PR")) - nm1.NM102_EntityTypeQualifier = EntityTypeQualifier.Person - - Dim n3 = nm1.AddSegment(New TypedSegmentN3()) - n3.N301_AddressInformation = "123 Main St" - - Dim n4 = nm1.AddSegment(New TypedSegmentN4()) - n4.N401_CityName = "Austin" - - - - Dim x12 = message.SerializeToX12(True) - - System.Diagnostics.Trace.Write(x12) - - End Sub - -End Class diff --git a/tests/OopFactory.X12.Tests.Unit/Creation/PurchaseOrderCreationTester.cs b/tests/OopFactory.X12.Tests.Unit/Creation/PurchaseOrderCreationTester.cs deleted file mode 100644 index f2683e48..00000000 --- a/tests/OopFactory.X12.Tests.Unit/Creation/PurchaseOrderCreationTester.cs +++ /dev/null @@ -1,208 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Tests.Unit.Creation -{ - [TestClass] - public class PurchaseOrderCreationTester - { - [TestMethod] - public void CreatePurchaseOrder850() - { - string expected = @"ISA*00* *00* *01*828513080 *01*001903202U *100817*0850*U*00401*000000245*0*P*:~ - GS*PO*828513080*001903202U*20100817*0850*245*X*005010X222~ - ST*850*0001~ - BEG*05*SA*S41000439**20100810~ - CUR*BY*USD~ - PER*IC*Doe,Jane******Doe,Jane~ - SE*5*0001~ - GE*1*1~ -IEA*1*000000245~"; - - DateTime purcaseOrderDate = new DateTime(2010, 8, 17, 08, 50, 0); - Interchange interchange = new Interchange(purcaseOrderDate, 245, true) - { - InterchangeSenderIdQualifier = "01", - InterchangeSenderId = "828513080", - InterchangeReceiverIdQualifier = "01", - InterchangeReceiverId = "001903202U", - InterchangeDate = purcaseOrderDate, - }; - - interchange.SetElement(14, "0"); //No Aknowlegement is 0 - - FunctionGroup group = interchange.AddFunctionGroup("PO", purcaseOrderDate, 1, "005010X222"); - group.ApplicationSendersCode = "828513080"; - group.ApplicationReceiversCode = "001903202U"; - group.Date = purcaseOrderDate; - group.ControlNumber = 245; - - Transaction transaction = group.AddTransaction("850", "0001"); - - Segment bhtSegment = transaction.AddSegment("BEG"); - bhtSegment.SetElement(1, "05"); - bhtSegment.SetElement(2, "SA"); - bhtSegment.SetElement(3, "S41000439"); - bhtSegment.SetElement(5, "20100810"); - - bhtSegment = transaction.AddSegment("CUR"); - bhtSegment.SetElement(1, "BY"); - bhtSegment.SetElement(2, "USD"); - - bhtSegment = transaction.AddSegment("PER"); - bhtSegment.SetElement(1, "IC"); - bhtSegment.SetElement(2, "Doe,Jane"); - bhtSegment.SetElement(8, "Doe,Jane"); - - var x12 = interchange.SerializeToX12(true); - Assert.AreEqual(expected, x12); - } - - [TestMethod] - public void TestEmptyElement() - { - string expectedSegmentString = "BEG*05*SA*S41000439"; - DateTime purcaseOrderDate = new DateTime(2010, 8, 17, 08, 50, 0); - Interchange interchange = new Interchange(purcaseOrderDate, 245, true) - { - InterchangeSenderIdQualifier = "01", - InterchangeSenderId = "828513080", - InterchangeReceiverIdQualifier = "01", - InterchangeReceiverId = "001903202U", - InterchangeDate = purcaseOrderDate, - }; - - interchange.SetElement(14, "0"); //No Aknowlegement is 0 - - FunctionGroup group = interchange.AddFunctionGroup("PO", purcaseOrderDate, 1, "005010X222"); - group.ApplicationSendersCode = "828513080"; - group.ApplicationReceiversCode = "001903202U"; - group.Date = purcaseOrderDate; - group.ControlNumber = 245; - - Transaction transaction = group.AddTransaction("850", "0001"); - - string segmentString = string.Empty; - - Segment bhtSegment = transaction.AddSegment("BEG"); - segmentString = bhtSegment.SegmentString; //test getting it prematurely - bhtSegment.SetElement(1, "05"); - bhtSegment.SetElement(2, "SA"); - bhtSegment.SetElement(3, "S41000439"); - bhtSegment.SetElement(5, ""); - - segmentString = bhtSegment.SegmentString; - - Assert.AreEqual(expectedSegmentString, segmentString); - - } - - - [TestMethod] - public void CreatePurchaseOrderChangeNotice860() - { - string expected = @"ISA*00* *00* *01*828513080 *01*001903202U *100818*0850*U*00401*000000245*0*P*:~ - GS*PO*828513080*001903202U*20100818*0850*245*X*005010X222~ - ST*860*0001~ - BCH*01*SA****20100817*****20100818~ - REF*IA*1to30chars~ - DTM*010*20100819~ - SE*5*0001~ - GE*1*1~ -IEA*1*000000245~"; - - DateTime purcaseOrderDate = new DateTime(2010, 8, 17, 08, 50, 0); - DateTime changeOrderDate = purcaseOrderDate.AddDays(1d); - DateTime requestedShipDate = purcaseOrderDate.AddDays(2d); - - Interchange interchange = new Interchange(changeOrderDate , 245, true) - { - InterchangeSenderIdQualifier = "01", - InterchangeSenderId = "828513080", - InterchangeReceiverIdQualifier = "01", - InterchangeReceiverId = "001903202U", - InterchangeDate = changeOrderDate, - }; - interchange.SetElement(14, "0"); //No Aknowlegement is 0 - - FunctionGroup group = interchange.AddFunctionGroup("PO", changeOrderDate, 1, "005010X222"); - group.ApplicationSendersCode = "828513080"; - group.ApplicationReceiversCode = "001903202U"; - group.Date = changeOrderDate; - group.ControlNumber = 245; - - Transaction transaction = group.AddTransaction("860", "0001"); - - //BCH - Beginning Segment for Purchase Order Change - //Mandatory / Max Use=1 time - Segment bhtSegment = transaction.AddSegment("BCH"); - bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.TransactionSetPurpose , "01"); //01 is cancelllation 04 is change - bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.TransactionSetTypeCode, "SA"); - bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.PurchaseOrderDate, purcaseOrderDate.ToString("yyyyMMdd")); - bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.ChangeRequestDate, changeOrderDate.ToString("yyyyMMdd")); - - //REF- Reference Identification - //Optional / Max Use=1 time - bhtSegment = transaction.AddSegment("REF"); - bhtSegment.SetElement((int)ReferenceIdentificationIndex.ReferenceIdentificationQualifier , "IA"); - bhtSegment.SetElement((int)ReferenceIdentificationIndex.ReferenceNumber, "1to30chars"); - - //DTM – Date/Time Reference - //Optional/ Max Use=1 time - bhtSegment = transaction.AddSegment("DTM"); - bhtSegment.SetElement((int)DateTimeReferenceIndex.TermsTypeCode, "010"); - bhtSegment.SetElement((int)DateTimeReferenceIndex.RequestedShipDate, requestedShipDate.ToString("yyyyMMdd")); - - //Add to test - //N1 – Name - //Optional / Max Use=1 - - //N3 – Address Information - //Conditional – use if N1 used/ Max Use=2 - - //N4 – Geographic Location - //Conditional – use if N3 used / Max Use=1 time - - //POC – Line Item Change - //Mandatory / Max Use=1 times per loop / Max Loop=99 times - - //DTM – Date/Time Reference - //Mandatory / Max Use=1 times per loop - - //CTT – Transaction Totals - //Mandatory / Max Use=1 time - - var x12 = interchange.SerializeToX12(true); - - Assert.AreEqual(expected, x12); - - } - - enum BeginningSegmentPurchaseOrderChangeIndex - { - TransactionSetPurpose = 1, - TransactionSetTypeCode = 2, - PurchaseOrderNumber = 3, - PurchaseOrderDate = 6, - ChangeRequestDate = 11 - - } - - enum ReferenceIdentificationIndex - { - ReferenceIdentificationQualifier = 1, - ReferenceNumber = 2 - } - - enum DateTimeReferenceIndex - { - TermsTypeCode = 1, - RequestedShipDate = 2 - } - - } -} \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Extensions.cs b/tests/OopFactory.X12.Tests.Unit/Extensions.cs deleted file mode 100644 index 1f2efa2f..00000000 --- a/tests/OopFactory.X12.Tests.Unit/Extensions.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Reflection; - -namespace OopFactory.X12.Tests.Unit -{ - public static class Extensions - { - public static Stream GetEdi(string resourcePath) - { - return Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles." + resourcePath); - } - - public static void PrintToFile(this FileStream fs, string content) - { - StreamWriter writer = new StreamWriter(fs); - writer.WriteLine(content); - writer.Close(); - fs.Close(); - } - public static void PrintHtmlToFile(this FileStream fs, string html) - { - StreamWriter writer = new StreamWriter(fs); - writer.WriteLine(""); - writer.WriteLine(html); - writer.WriteLine(""); - writer.Close(); - fs.Close(); - } - } -} diff --git a/tests/OopFactory.X12.Tests.Unit/Flattening/Flatten837Tester.cs b/tests/OopFactory.X12.Tests.Unit/Flattening/Flatten837Tester.cs deleted file mode 100644 index a4dad0c4..00000000 --- a/tests/OopFactory.X12.Tests.Unit/Flattening/Flatten837Tester.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System.Reflection; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using System.Xml; -using System.Xml.Xsl; - - -namespace OopFactory.X12.Tests.Unit.Flattening -{ - [TestClass] - public class Flatten837Tester - { - [TestMethod] - public void FlattenUsingXslt() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles.INS._837P._4010.FromNth.837_DeIdent_01.dat"); - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(stream).First(); - string xml = interchange.Serialize(); - - var transform = new XslCompiledTransform(); - transform.Load(XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Flattening.837-XML-to-claim-level-csv.xslt"))); - var writer = new StringWriter(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), writer); - System.Diagnostics.Trace.WriteLine(writer.GetStringBuilder().ToString()); - - } - } -} diff --git a/tests/OopFactory.X12.Tests.Unit/OopFactory.X12.Tests.Unit.csproj.vspscc b/tests/OopFactory.X12.Tests.Unit/OopFactory.X12.Tests.Unit.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/tests/OopFactory.X12.Tests.Unit/OopFactory.X12.Tests.Unit.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/ParsingTester.cs b/tests/OopFactory.X12.Tests.Unit/Parsing/ParsingTester.cs deleted file mode 100644 index 07163d20..00000000 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/ParsingTester.cs +++ /dev/null @@ -1,267 +0,0 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System.IO; -using System.Reflection; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Transformations; -using System.Diagnostics; -using System.Xml; - -namespace OopFactory.X12.Tests.Unit.Parsing -{ - /// - /// Summary description for ParsingTester - /// - [TestClass] - public class ParsingTester - { - #region TestContext - - private TestContext testContextInstance; - - /// - ///Gets or sets the test context which provides - ///information about and functionality for the current test run. - /// - public TestContext TestContext - { - get - { - return testContextInstance; - } - set - { - testContextInstance = value; - } - } - #endregion - - private Stream GetEdi(string resourcePath) - { - return Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles." + resourcePath); - } - - private string GetXPathQuery(int index) - { - if (TestContext.DataRow.Table.Columns.Contains(String.Format("Query{0}", index))) - return Convert.ToString(TestContext.DataRow[String.Format("Query{0}", index)]); - else - return null; - } - - private string GetExpectedValue(int index) - { - if (TestContext.DataRow.Table.Columns.Contains(String.Format("Expected{0}", index))) - return Convert.ToString(TestContext.DataRow[String.Format("Expected{0}", index)]); - else - return null; - } - - [DeploymentItem("tests\\OopFactory.X12.Tests.Unit\\Parsing\\_SampleEdiFiles\\SampleEdiFileInventory.xml"), DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML", "|DataDirectory|\\SampleEdiFileInventory.xml", "EdiFile", DataAccessMethod.Sequential)] - [TestMethod] - public void ParseToXml() - { - string resourcePath = Convert.ToString(TestContext.DataRow["ResourcePath"]); - Trace.WriteLine(resourcePath); - Stream stream = GetEdi(resourcePath); - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(stream).First(); - string xml = interchange.Serialize(); -#if DEBUG - new FileStream(resourcePath.Replace(".txt", ".xml"), FileMode.Create).PrintToFile(xml); -#endif - XmlDocument doc = new XmlDocument(); - doc.LoadXml(xml); - int index = 1; - string query = GetXPathQuery(index); - while (!string.IsNullOrWhiteSpace(query)) - { - string expected = GetExpectedValue(index); - XmlNode node = doc.SelectSingleNode((string)query); - Assert.IsNotNull(node, "Query '{0}' not found in {1}.", query, resourcePath); - Assert.AreEqual(expected, node.InnerText, "Value {0} not expected from query {1} in {2}.", node.InnerText, query, resourcePath); - Trace.WriteLine(String.Format("Query '{0}' succeeded.", query)); - query = GetXPathQuery(++index); - } - - if (resourcePath.Contains("_837D")) - { - stream = GetEdi(resourcePath); - parser = new X12Parser(new DentalClaimSpecificationFinder()); - interchange = parser.ParseMultiple(stream).First(); - xml = interchange.Serialize(); -#if DEBUG - new FileStream(resourcePath.Replace(".txt", "_837D.xml"), FileMode.Create).PrintToFile(xml); -#endif - } - - if (resourcePath.Contains("_837I")) - { - stream = GetEdi(resourcePath); - parser = new X12Parser(new InstitutionalClaimSpecificationFinder()); - interchange = parser.ParseMultiple(stream).First(); - xml = interchange.Serialize(); -#if DEBUG - new FileStream(resourcePath.Replace(".txt", "_837I.xml"), FileMode.Create).PrintToFile(xml); -#endif - } - } - - [DeploymentItem("tests\\OopFactory.X12.Tests.Unit\\Parsing\\_SampleEdiFiles\\SampleEdiFileInventory.xml"), DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML", "|DataDirectory|\\SampleEdiFileInventory.xml", "EdiFile", DataAccessMethod.Sequential)] - [TestMethod] - public void ParseAndUnparse() - { - string resourcePath = Convert.ToString(TestContext.DataRow["ResourcePath"]); - Trace.WriteLine(resourcePath); - Stream stream = GetEdi(resourcePath); - string orignalX12 = new StreamReader(stream).ReadToEnd(); - stream = GetEdi(resourcePath); - var parser = new X12Parser(); - parser.ParserWarning += new X12Parser.X12ParserWarningEventHandler(parser_ParserWarning); - List interchanges = parser.ParseMultiple(stream); - - if (resourcePath.Contains("_811")) - Trace.Write(""); - - StringBuilder x12 = new StringBuilder(); - foreach (var interchange in interchanges) - x12.AppendLine(interchange.SerializeToX12(true)); - - Assert.AreEqual(orignalX12, x12.ToString().Trim()); - Trace.Write(x12.ToString()); - } - - void parser_ParserWarning(object sender, X12ParserWarningEventArgs args) - { - Trace.Write(args.Message); - } - - [DeploymentItem("tests\\OopFactory.X12.Tests.Unit\\Parsing\\_SampleEdiFiles\\SampleEdiFileInventory.xml"), DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML", "|DataDirectory|\\SampleEdiFileInventory.xml", "EdiFile", DataAccessMethod.Sequential)] - [TestMethod] - public void ParseAndTransformToX12() - { - string resourcePath = Convert.ToString(TestContext.DataRow["ResourcePath"]); // "INS._837P._4010.Spec_4.1.1_PatientIsSubscriber.txt"; - if (!resourcePath.Contains("_0x1D")) - { - Trace.WriteLine(resourcePath); - Stream stream = GetEdi(resourcePath); - - var parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(stream).First(); - string originalX12 = interchange.SerializeToX12(true); - - string xml = interchange.Serialize(); - string x12 = parser.TransformToX12(xml); - - Interchange newInterchange = parser.ParseMultiple(x12).First(); - string newX12 = newInterchange.SerializeToX12(true); - - Assert.AreEqual(originalX12, newX12); - Trace.Write(x12); - } - } - - [TestMethod] - public void ParseModifyAndTransformBackToX12() - { - var stream = GetEdi("INS._270._4010.Example1_DHHS.txt"); - - var parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(stream).First(); - string originalX12 = interchange.SerializeToX12(true); - - string xml = interchange.Serialize(); - - XmlDocument doc = new XmlDocument(); - doc.PreserveWhitespace = true; - doc.LoadXml(xml); - - XmlElement dmgElement = (XmlElement)(doc.GetElementsByTagName("DMG")[0]); - dmgElement.ParentNode.RemoveChild(dmgElement); - - Console.WriteLine(doc.OuterXml); - string x12 = parser.TransformToX12(doc.OuterXml); - - Console.WriteLine("ISA Segmemt:"); - Console.WriteLine(x12.Substring(0, 106)); - Console.WriteLine("Directly from XML:"); - Console.WriteLine(x12); - - - var modifiedInterchange = parser.ParseMultiple(x12).First(); - - string newX12 = modifiedInterchange.SerializeToX12(true); - - Console.WriteLine("After passing through interchange object:"); - Console.WriteLine(newX12); - - var seSegment = modifiedInterchange.FunctionGroups.First().Transactions.First().TrailerSegments.FirstOrDefault(ts => ts.SegmentId == "SE"); - - Assert.IsNotNull(seSegment); - Assert.AreEqual("0001", seSegment.GetElement(2)); - Assert.AreEqual("15", seSegment.GetElement(1)); - - - } - - [DeploymentItem("tests\\OopFactory.X12.Tests.Unit\\Parsing\\_SampleEdiFiles\\SampleEdiFileInventory.xml"), DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML", "|DataDirectory|\\SampleEdiFileInventory.xml", "EdiFile", DataAccessMethod.Sequential)] - [TestMethod] - public void ParseToHtml() - { - string resourcePath = Convert.ToString(TestContext.DataRow["ResourcePath"]); - Trace.WriteLine(resourcePath); - Stream stream = GetEdi(resourcePath); - if (!resourcePath.Contains("MultipleInterchanges")) - { - var service = new X12HtmlTransformationService(new X12EdiParsingService(false)); - string html = service.Transform(new StreamReader(stream).ReadToEnd()); - - Trace.Write(html); -#if DEBUG - new FileStream(resourcePath.Replace(".txt", ".htm"), FileMode.Create).PrintHtmlToFile(html); -#endif - } - } - - [TestMethod, Ignore] - public void CreateTestFile() - { - string filename = @"C:\Projects\Codeplex\X12Parser\trunk\tests\OopFactory.X12.Tests.Unit\Parsing\_SampleEdiFiles\INS\_270\_5010\Example1_IG_0x1D.txt"; - string edi = System.IO.File.ReadAllText(filename); - - edi = edi.Replace('~','\x1D'); - System.IO.File.WriteAllText(filename, edi); - } - - [TestMethod,Ignore] - public void CreateTestFileWithTrailingBlanks() - { - string filename = @"C:\Projects\Codeplex\X12Parser\trunk\tests\OopFactory.X12.Tests.Unit\Parsing\_SampleEdiFiles\INS\_837P\_5010\MedicaidExample_WithTrailingBlanks.txt"; - StringBuilder edi = new StringBuilder(System.IO.File.ReadAllText(filename)); - - edi.Append((char)0); - edi.Append((char)0); - edi.Append((char)0); - edi.Append((char)0); - edi.Append((char)0); - edi.Append((char)0); - System.IO.File.WriteAllText(filename, edi.ToString()); - } - - [TestMethod] - public void ParseUnicodeFile() - { - var fs = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles.INS._837P._5010.UnicodeExample.txt"); - - - X12Parser parser = new X12Parser(); - var interchange = parser.ParseMultiple(fs, Encoding.Unicode); - Trace.Write(interchange.First().Serialize()); - } - } -} diff --git a/tests/OopFactory.X12.Validation.Tests.Unit/OopFactory.X12.Validation.Tests.Unit.csproj.vspscc b/tests/OopFactory.X12.Validation.Tests.Unit/OopFactory.X12.Validation.Tests.Unit.csproj.vspscc deleted file mode 100644 index feffdeca..00000000 --- a/tests/OopFactory.X12.Validation.Tests.Unit/OopFactory.X12.Validation.Tests.Unit.csproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" -} diff --git a/tests/X12.Hipaa.Tests.Unit/Claims/ClaimFormTester.cs b/tests/X12.Hipaa.Tests.Unit/Claims/ClaimFormTester.cs new file mode 100644 index 00000000..13f2720c --- /dev/null +++ b/tests/X12.Hipaa.Tests.Unit/Claims/ClaimFormTester.cs @@ -0,0 +1,126 @@ +namespace X12.Hipaa.Tests.Unit.Claims +{ + using System.IO; + using System.Linq; + using System.Reflection; + using System.Xml; + + using NUnit.Framework; + + using X12.Hipaa.Claims; + using X12.Hipaa.Claims.Services; + + /// + /// Collection of tests for Claim Documents + /// + [TestFixture] + public class ClaimFormTester + { + private static readonly string TestDirectory = @"C:\Temp\Pdfs"; + + private static readonly string TestImageDirectory = @"..\..\..\tests\X12.Hipaa.Tests.Unit\Claims\TestData\Images\"; + + /// + /// Initializes the test being performed by ensuring the testing directory has been created and is empty. + /// + [SetUp] + public void SetUp() + { + // C:\Temp is a standard folder for Windows. However, we'll + // want to verify that the \Pdfs folder exists and is empty + if (Directory.Exists(TestDirectory)) + { + Directory.Delete(TestDirectory, true); + } + + Directory.CreateDirectory(TestDirectory); + } + + /// + /// Tests that X12 that's read in and transformed to a claim document has correct structure + /// + [Test] + public void X12ToClaimModelTest() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.ProfessionalClaim1.txt"); + + var service = new ProfessionalClaimToHcfa1500FormTransformation(string.Empty); + + // send the x12 stream in to obtain a claim object + var document = service.Transform837ToClaimDocument(stream); + var hcfaclaim = service.TransformClaimToHcfa1500(document.Claims.First()); + Assert.AreEqual("SMITH, TED", hcfaclaim.Field02_PatientsName); + Assert.IsFalse(hcfaclaim.Field01_TypeOfCoverageIsMedicare); + Assert.IsFalse(hcfaclaim.Field01_TypeOfCoverageIsMedicaid); + Assert.IsFalse(hcfaclaim.Field03_PatientsSexFemale); + Assert.IsTrue(hcfaclaim.Field03_PatientsSexMale); + Assert.AreEqual("99213", hcfaclaim.Field24_ServiceLines.First().ProcedureCode); + Assert.AreEqual("87070", hcfaclaim.Field24_ServiceLines[1].ProcedureCode); + Assert.AreEqual("99214", hcfaclaim.Field24_ServiceLines[2].ProcedureCode); + Assert.AreEqual("86663", hcfaclaim.Field24_ServiceLines[3].ProcedureCode); + } + + /// + /// Tests that 3 different documents can be properly transformed and combined into a Claim PDF document + /// + [Test] + public void X12ToHcfaPdfTest() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.ProfessionalClaim1.txt"); + + // new up a ClaimTransformationService object + var service = new ClaimFormTransformationService( + new ProfessionalClaimToHcfa1500FormTransformation($"{TestImageDirectory}\\HCFA1500_Red.gif"), + new InstitutionalClaimToUb04ClaimFormTransformation($"{TestImageDirectory}\\UB04_Red.gif"), + new ProfessionalClaimToHcfa1500FormTransformation($"{TestImageDirectory}\\HCFA1500_Red.gif")); + + ClaimDocument document = service.Transform837ToClaimDocument(stream); + + var fonetDocument = new XmlDocument(); + string fonetXml = service.TransformClaimDocumentToFoXml(document); + fonetDocument.LoadXml(fonetXml); + } + + /// + /// Tests that a UB04 document has correct PDF layout + /// + [Test] + public void X12ToUbPdfLayoutTest() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); + + var transformation = new InstitutionalClaimToUb04ClaimFormTransformation($"{TestImageDirectory}\\UB04_Red.gif"); + + // new up a ClaimTransformationService object + var service = new ClaimFormTransformationService(transformation, transformation, transformation); + + ClaimDocument document = service.Transform837ToClaimDocument(stream); + + var fonetDocument = new XmlDocument(); + string fonetXml = service.TransformClaimDocumentToFoXml(document); + fonetDocument.LoadXml(fonetXml); + } + + /// + /// Tests that an X12 837 document can be properly transformed to a claim, then a UB04 PDF document + /// + [Test] + public void X12ToUbPdfTest() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); + + var transformation = new InstitutionalClaimToUb04ClaimFormTransformation($"{TestImageDirectory}\\UB04_Red.gif"); + + // new up a ClaimTransformationService object + var service = new ClaimFormTransformationService(transformation, transformation, transformation); + + ClaimDocument document = service.Transform837ToClaimDocument(stream); + + var ub04 = transformation.TransformClaimToUB04(document.Claims.First()); + + var fonetDocument = new XmlDocument(); + string fonetXml = service.TransformClaimDocumentToFoXml(document); + fonetDocument.LoadXml(fonetXml); + } + } +} diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/ClaimModelTester.cs b/tests/X12.Hipaa.Tests.Unit/Claims/ClaimModelTester.cs similarity index 90% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/ClaimModelTester.cs rename to tests/X12.Hipaa.Tests.Unit/Claims/ClaimModelTester.cs index ceaf5388..568552a6 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/ClaimModelTester.cs +++ b/tests/X12.Hipaa.Tests.Unit/Claims/ClaimModelTester.cs @@ -1,398 +1,410 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using System.IO; -using System.Diagnostics; -using System.Reflection; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Hipaa.Common; -using OopFactory.X12.Hipaa.Claims; -using OopFactory.X12.Hipaa.Claims.Services; - -namespace OopFactory.X12.Hipaa.Tests.Unit.Claims -{ - [TestClass] - public class ClaimModelTester - { - [TestMethod] - public void SerializationTest1() - { - var document = new ClaimDocument(); - - var claim = new Claim - { - Type = ClaimTypeEnum.Institutional, - PatientControlNumber = "756048Q", - TotalClaimChargeAmount = 89.93M - }; - - document.Claims.Add(claim); - string xml = document.Serialize(); - - Trace.Write(xml); - } - - [TestMethod] - public void TransformToInstitutionalClaim4010Test() - { - - var service = new ClaimTransformationService(); - - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim4010.txt"); - - var document = service.Transform837ToClaimDocument(stream); - - string xml = document.Serialize(); - Trace.Write(xml); - - Assert.AreEqual(1, document.Claims.Count, "Expected one claim"); - - Claim claim = document.Claims.First(); - - // Box 1 - Service Location - Assert.AreEqual("JONES HOSPITAL", claim.ServiceLocation.Name.LastName, "Unexpected Billing Provider Last Name"); - Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.ServiceLocation.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); - Assert.AreEqual("CENTERVILLE", claim.ServiceLocation.Address.City, "Unexpected Billing Provider Address City"); - Assert.AreEqual("PA", claim.ServiceLocation.Address.StateCode, "Unexpected Billing Provider Address State Code"); - Assert.AreEqual("17111", claim.ServiceLocation.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); - // Box 2 - Pay To Provider - Assert.AreEqual(ClaimTypeEnum.Institutional, claim.Type); - Assert.AreEqual("JONES HOSPITAL", claim.PayToProvider.Name.LastName, "Unexpected Billing Provider Last Name"); - Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.PayToProvider.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); - Assert.AreEqual("CENTERVILLE", claim.PayToProvider.Address.City, "Unexpected Billing Provider Address City"); - Assert.AreEqual("PA", claim.PayToProvider.Address.StateCode, "Unexpected Billing Provider Address State Code"); - Assert.AreEqual("17111", claim.PayToProvider.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); - // Box 3a - Patient Control Number - Assert.AreEqual("756048Q", claim.PatientControlNumber, "Unexpected PatientControlNumber"); - // Box 3b - Type of Bill - Assert.AreEqual("TEST MEDICAL RECORD NUMBER", claim.MedicalRecordNumber, "Unexpected MedicalRecordNumber"); - // Box 4 - Type of Bill - Assert.AreEqual("14", claim.ServiceLocationInfo.FacilityCode, "Unexpected facility code"); - Assert.AreEqual("A", claim.ServiceLocationInfo.Qualifier, "Unexpected facility code qualifier"); - Assert.AreEqual("1", claim.ServiceLocationInfo.FrequencyTypeCode, "Unexpected frequency type code"); - // Box 5 - Federal Tax Number - Assert.AreEqual("123456789", claim.PayToProvider.TaxId, "Unexpected Federal Tax ID"); - // Box 6 Statement Covers Period - Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementFromDate, "Unexpected statement from date"); - Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementToDate, "Unexpected statement through date"); - // Box 7 - Filler - - ClaimMember patient = claim.Patient ?? claim.Subscriber; - // Box 8 - Patient Name - Assert.AreEqual("DOE", patient.Name.LastName, "Unexpected patient last name"); - Assert.AreEqual("JOHN", patient.Name.FirstName, "Unexpected patient first name"); - Assert.AreEqual("T", patient.Name.MiddleName, "Unexpected patient middle name"); - Assert.AreEqual("030005074A", patient.MemberId); - // Box 9 Patient Address - Assert.AreEqual("125 CITY AVENUE", patient.Address.Line1, "Unexpected patient address line 1"); - Assert.AreEqual("CENTERVILLE", patient.Address.City, "Unexpected patient address city"); - Assert.AreEqual("PA", patient.Address.StateCode, "Unexpected patient address state code"); - Assert.AreEqual("17111", patient.Address.PostalCode, "Unexpected patient address postal code"); - // Box 10 Birthdate - Assert.AreEqual(DateTime.Parse("1926-11-11"), patient.DateOfBirth); - // Box 11 Sex - Assert.AreEqual(GenderEnum.Male, patient.Gender); - // Box 12 & 13 Admission Date and Hour - Assert.AreEqual(DateTime.Parse("1996-09-10 2:02 PM"), claim.AdmissionDate); - // Box 14 Admission Type - - // Box 15 Admission Source - - - Assert.AreEqual(2, claim.ServiceLines.Count, "Unexpected number of service lines."); - - ServiceLine line = claim.ServiceLines[0]; - Assert.AreEqual("305", line.RevenueCode); - Assert.AreEqual("85025", line.Procedure.ProcedureCode); - } - [TestMethod] - public void TransformToInstitutionalClaim5010Test() - { - - var service = new ClaimTransformationService(); - - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); - - var document = service.Transform837ToClaimDocument(stream); - - string xml = document.Serialize(); - - Assert.AreEqual(1, document.Claims.Count, "Expected one claim"); - - Claim claim = document.Claims.First(); - Trace.Write(claim.Serialize()); - Assert.AreEqual(ClaimTypeEnum.Institutional, claim.Type); - // Box 1 - Service Location - Assert.AreEqual("JONES HOSPITAL", claim.ServiceLocation.Name.LastName, "Unexpected Billing Provider Last Name"); - Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.ServiceLocation.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); - Assert.AreEqual("CENTERVILLE", claim.ServiceLocation.Address.City, "Unexpected Billing Provider Address City"); - Assert.AreEqual("PA", claim.ServiceLocation.Address.StateCode, "Unexpected Billing Provider Address State Code"); - Assert.AreEqual("17111", claim.ServiceLocation.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); - // Box 2 - Pay To Provider - Assert.AreEqual("JONES HOSPITAL", claim.PayToProvider.Name.LastName, "Unexpected Billing Provider Last Name"); - Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.PayToProvider.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); - Assert.AreEqual("CENTERVILLE", claim.PayToProvider.Address.City, "Unexpected Billing Provider Address City"); - Assert.AreEqual("PA", claim.PayToProvider.Address.StateCode, "Unexpected Billing Provider Address State Code"); - Assert.AreEqual("17111", claim.PayToProvider.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); - // Box 3a - Patient Control Number - Assert.AreEqual("756048Q", claim.PatientControlNumber, "Unexpected PatientControlNumber"); - // Box 3b - Type of Bill - Assert.AreEqual("TEST MEDICAL RECORD NUMBER", claim.MedicalRecordNumber, "Unexpected MedicalRecordNumber"); - // Box 4 - Type of Bill - Assert.AreEqual("14", claim.ServiceLocationInfo.FacilityCode, "Unexpected facility code"); - Assert.AreEqual("A", claim.ServiceLocationInfo.Qualifier, "Unexpected facility code qualifier"); - Assert.AreEqual("1", claim.ServiceLocationInfo.FrequencyTypeCode, "Unexpected frequency type code"); - // Box 5 - Federal Tax Number - Assert.AreEqual("567891234", claim.PayToProvider.TaxId, "Unexpected Federal Tax ID"); - // Box 6 Statement Covers Period - Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementFromDate, "Unexpected statement from date"); - Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementToDate, "Unexpected statement through date"); - // Box 7 - Filler - - ClaimMember patient = claim.Patient ?? claim.Subscriber; - // Box 8 - Patient Name - Assert.AreEqual("DOE", patient.Name.LastName, "Unexpected patient last name"); - Assert.AreEqual("JOHN", patient.Name.FirstName, "Unexpected patient first name"); - Assert.AreEqual("T", patient.Name.MiddleName, "Unexpected patient middle name"); - Assert.AreEqual("030005074A", patient.MemberId); - // Box 9 Patient Address - Assert.AreEqual("125 CITY AVENUE", patient.Address.Line1, "Unexpected patient address line 1"); - Assert.AreEqual("CENTERVILLE", patient.Address.City, "Unexpected patient address city"); - Assert.AreEqual("PA", patient.Address.StateCode, "Unexpected patient address state code"); - Assert.AreEqual("17111", patient.Address.PostalCode, "Unexpected patient address postal code"); - // Box 10 Birthdate - Assert.AreEqual(DateTime.Parse("1926-11-11"), patient.DateOfBirth); - // Box 11 Sex - Assert.AreEqual(GenderEnum.Male, patient.Gender); - // Box 12 & 13 Admission Date and Hour - Assert.AreEqual(DateTime.Parse("1996-09-11 2:02 PM"), claim.AdmissionDate); - // Box 14 Admission Type - - // Box 15 Admission Source - - // Box 16 Discharge Hour - - // Box 17 Discharge Status - - // Box 18 through 28 Condition Codes - Assert.AreEqual(14, claim.Conditions.Count); - Assert.AreEqual("01", claim.Conditions[0].Code); - Assert.AreEqual("02", claim.Conditions[1].Code); - Assert.AreEqual("03", claim.Conditions[2].Code); - Assert.AreEqual("04", claim.Conditions[3].Code); - Assert.AreEqual("05", claim.Conditions[4].Code); - Assert.AreEqual("06", claim.Conditions[5].Code); - Assert.AreEqual("07", claim.Conditions[6].Code); - Assert.AreEqual("08", claim.Conditions[7].Code); - Assert.AreEqual("09", claim.Conditions[8].Code); - Assert.AreEqual("10", claim.Conditions[9].Code); - Assert.AreEqual("11", claim.Conditions[10].Code); - - // Box 29 - - // Box 30 - - // Box 31 through 34 - Occurrences - Assert.AreEqual(8, claim.Occurrences.Count); - Assert.AreEqual("A1", claim.Occurrences[0].Code); - Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[0].Date); - Assert.AreEqual("A2", claim.Occurrences[1].Code); - Assert.AreEqual(DateTime.Parse("1991-11-01"), claim.Occurrences[1].Date); - Assert.AreEqual("B1", claim.Occurrences[2].Code); - Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[2].Date); - Assert.AreEqual("B2", claim.Occurrences[3].Code); - Assert.AreEqual(DateTime.Parse("1987-1-1"), claim.Occurrences[3].Date); - Assert.AreEqual("C1", claim.Occurrences[4].Code); - Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[4].Date); - Assert.AreEqual("C2", claim.Occurrences[5].Code); - Assert.AreEqual(DateTime.Parse("1991-11-1"), claim.Occurrences[5].Date); - Assert.AreEqual("D1", claim.Occurrences[6].Code); - Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[6].Date); - Assert.AreEqual("D2", claim.Occurrences[7].Code); - Assert.AreEqual(DateTime.Parse("1987-1-1"), claim.Occurrences[7].Date); - - // Box 35 through 36 - Occurrence Spans - Assert.AreEqual(4, claim.OccurrenceSpans.Count); - Assert.AreEqual("A1", claim.OccurrenceSpans[0].Code); - Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.OccurrenceSpans[0].FromDate); - Assert.AreEqual(DateTime.Parse("1927-12-31"), claim.OccurrenceSpans[0].ThroughDate); - - // Box 37 - Filler - - // Box 38 - Responsible Party - - // Box 39 through 41 - Value Codes - Assert.AreEqual(14, claim.Values.Count); - Assert.AreEqual("A2", claim.Values[0].Code); - Assert.AreEqual(15.31m, claim.Values[0].Amount); - Assert.AreEqual("N2", claim.Values[13].Code); - Assert.AreEqual(28.31m, claim.Values[13].Amount); - - // Box 42 through 49 - Service Lines - - Assert.AreEqual(2, claim.ServiceLines.Count, "Unexpected number of service lines."); - - ServiceLine line = claim.ServiceLines[0]; - Assert.AreEqual("0305", line.RevenueCode); - Assert.AreEqual("85025", line.Procedure.ProcedureCode); - Assert.AreEqual(13.39m, line.ChargeAmount); - Assert.AreEqual(1, line.Quantity); - Assert.AreEqual(DateTime.Parse("1996-9-11"), line.ServiceDateFrom); - Assert.IsNull(line.OperatingPhysician); - - line = claim.ServiceLines[1]; - Assert.AreEqual("0730", line.RevenueCode); - Assert.AreEqual("93005", line.Procedure.ProcedureCode); - Assert.AreEqual("AA", line.Procedure.Modifier1); - Assert.AreEqual("BB", line.Procedure.Modifier2); - Assert.AreEqual("CC", line.Procedure.Modifier3); - Assert.AreEqual("DD", line.Procedure.Modifier4); - Assert.AreEqual("Test Procedure", line.Procedure.Description); - Assert.AreEqual(76.54m, line.ChargeAmount); - Assert.AreEqual(3, line.Quantity); - Assert.AreEqual(11.15m, line.NonCoveredChargeAmount); - Assert.AreEqual(DateTime.Parse("1996-9-11"), line.ServiceDateFrom); - Assert.AreEqual(1, line.Notes.Count); - Assert.AreEqual("TPO", line.Notes[0].Code); - - Assert.IsNotNull(line.OperatingPhysician); - Assert.AreEqual("JONES", line.OperatingPhysician.Name.LastName); - Assert.AreEqual("JOHN", line.OperatingPhysician.Name.FirstName); - Assert.AreEqual("B99937", line.OperatingPhysician.Npi); - Assert.AreEqual("363LP0200N", line.OperatingPhysician.ProviderInfo.Id); - - // Box 50 through 55 - Payers - - // Box 56 - NPI - - // Box 57 - Other Provider ID - - // Box 68 through 62 - Insured - - // Box 63 through 65 - Authorizations - - // Box 66 - Diagnosis Version - - // Box 67 - Diagnosis - Assert.AreEqual("3669", claim.Diagnoses.First(d => d.DiagnosisType == DiagnosisTypeEnum.Principal).Code); - // Box 68 - - // Box 69 - Admitting Diagnosis - - // Box 70 - Patient Reason Diagnosis - - // Box 71 - PPS Code - - // Box 72 - ECI - - // Box 73 - - // Box 74 - Procedures - Assert.AreEqual(3, claim.Procedures.Count); - var principal = claim.Procedures.FirstOrDefault(p => p.IsPrincipal); - Assert.IsNotNull(principal); - Assert.AreEqual("BBR", principal.Qualifier); - Assert.AreEqual("0B110F5", principal.Code); - Assert.AreEqual(DateTime.Parse("2005-3-21"), principal.Date); - - // Box 75 - Blank - - // Box 76 - Attending Physician - Assert.IsNotNull(claim.AttendingProvider); - Assert.AreEqual("JOHN", claim.AttendingProvider.Name.FirstName); - Assert.AreEqual("1G", claim.AttendingProvider.Identifications[0].Qualifier); - Assert.AreEqual("B99937A", claim.AttendingProvider.Identifications[0].Id); - - // Box 77 - Operating Physician - Assert.IsNotNull(claim.OperatingPhysician); - Assert.AreEqual("JANE", claim.OperatingPhysician.Name.FirstName); - - // Box 78 - Other - Assert.IsNotNull(claim.OtherOperatingPhysician); - Assert.AreEqual("JOE", claim.OtherOperatingPhysician.Name.FirstName); - - // Box 79 - Other - - // Box 80 - Remarks - - // Box 81CC - } - - [TestMethod] - public void TransformToInstitutionalClaim5010_PayerObjectTest() - { - - var service = new ClaimTransformationService(); - - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); - - var document = service.Transform837ToClaimDocument(stream); - - Claim claim = document.Claims.First(); - Trace.Write(claim.Serialize()); - - Assert.AreEqual("PI", claim.Payer.Name.Identification.Qualifier); - Assert.AreEqual("00435", claim.Payer.Name.Identification.Id); - Assert.AreEqual("G2", claim.Payer.Identifications.First().Qualifier); - Assert.AreEqual("330127", claim.Payer.Identifications.First().Id); - - } - - [TestMethod] - public void TransToDentalClaim5010() - { - string x12 = @"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*005010X096A1~ - ST*837*873501~ - BHT*0019*00*0125*19970411*1524*CH~ - REF*87*004010X097~ - NM1*41*2*DENTAL ASSOCIATES*****46*579999999~ - PER*IC*SYDNEY SNOW*TE*2125557987~ - NM1*40*2*HEISMAN INSURANCE COMPANY*****46*555667777~ - HL*1**20*1~ - NM1*85*2*DENTAL ASSOCIATES*****XX*591PD123~ - N3*10 1/2 SHOEMAKER STREET~ - N4*COBBLER*CA*99997~ - REF*TJ*579999999~ - HL*2*1*22*1~ - SBR*P*****6***LM~ - NM1*IL*1*HOWLING*HAL****MI*B99977791G~ - NM1*PR*2*HEISMAN INSURANCE COMPANY*****PI*999888777~ - HL*3*2*23*0~ - PAT*41~ - NM1*QC*1*DIMPSON*D*J***34*567324788~ - N3*32 BUFFALO RUN~ - N4*ROCKING HORSE*CA*99666~ - DMG*D8*19480601*M~ - REF*Y4*32323232~ - CLM*900000032*390***11::1*Y**Y*Y**AA:::CA~ - DTP*439*D8*19970201~ - DTP*472*D8*19970202~ - NM1*82*1*MOGLIE*BRUNO****34*224873702~ - PRV*PE*ZZ*122300000N~ - LX*1~ - SV3*AD:D0330*40****1~ - LX*2~ - SV3*AD:D5820*350***I*1~ - TOO*JP*8~ - TOO*JP*9*M~ - TOO*JP*13*M:O~ - SE*35*873501~ - GE*1*31~ -IEA*1*000000031~"; - - var service = new ClaimTransformationService(); - - var x12Parser = new Parsing.X12Parser(); - var document = service.Transform837ToClaimDocument(x12Parser.ParseMultiple(x12).First()); - - Claim claim = document.Claims.First(); - Trace.Write(claim.Serialize()); - - Assert.AreEqual(3, claim.ServiceLines.Sum(sl=>sl.ToothInformations.Count)); - - - } - } -} +namespace X12.Hipaa.Tests.Unit.Claims +{ + using System; + using System.IO; + using System.Linq; + using System.Reflection; + + using NUnit.Framework; + + using X12.Hipaa.Claims; + using X12.Hipaa.Claims.Services; + using X12.Hipaa.Enums; + using X12.Parsing; + + [TestFixture] + public class ClaimModelTester + { + [Test] + public void SerializationTest1() + { + var document = new ClaimDocument(); + + var claim = new Claim + { + Type = ClaimType.Institutional, + PatientControlNumber = "756048Q", + TotalClaimChargeAmount = 89.93M + }; + + document.Claims.Add(claim); + string xml = document.Serialize(); + } + + [Test] + public void TransformToInstitutionalClaim4010Test() + { + var service = new ClaimTransformationService(); + + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim4010.txt"); + + var document = service.Transform837ToClaimDocument(stream); + string xml = document.Serialize(); + + Assert.AreEqual(1, document.Claims.Count, "Expected one claim"); + + Claim claim = document.Claims.First(); + + // Box 1 - Service Location + Assert.AreEqual("JONES HOSPITAL", claim.ServiceLocation.Name.LastName, "Unexpected Billing Provider Last Name"); + Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.ServiceLocation.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); + Assert.AreEqual("CENTERVILLE", claim.ServiceLocation.Address.City, "Unexpected Billing Provider Address City"); + Assert.AreEqual("PA", claim.ServiceLocation.Address.StateCode, "Unexpected Billing Provider Address State Code"); + Assert.AreEqual("17111", claim.ServiceLocation.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); + + // Box 2 - Pay To Provider + Assert.AreEqual(ClaimType.Institutional, claim.Type); + Assert.AreEqual("JONES HOSPITAL", claim.PayToProvider.Name.LastName, "Unexpected Billing Provider Last Name"); + Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.PayToProvider.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); + Assert.AreEqual("CENTERVILLE", claim.PayToProvider.Address.City, "Unexpected Billing Provider Address City"); + Assert.AreEqual("PA", claim.PayToProvider.Address.StateCode, "Unexpected Billing Provider Address State Code"); + Assert.AreEqual("17111", claim.PayToProvider.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); + + // Box 3a - Patient Control Number + Assert.AreEqual("756048Q", claim.PatientControlNumber, "Unexpected PatientControlNumber"); + + // Box 3b - Type of Bill + Assert.AreEqual("TEST MEDICAL RECORD NUMBER", claim.MedicalRecordNumber, "Unexpected MedicalRecordNumber"); + + // Box 4 - Type of Bill + Assert.AreEqual("14", claim.ServiceLocationInfo.FacilityCode, "Unexpected facility code"); + Assert.AreEqual("A", claim.ServiceLocationInfo.Qualifier, "Unexpected facility code qualifier"); + Assert.AreEqual("1", claim.ServiceLocationInfo.FrequencyTypeCode, "Unexpected frequency type code"); + + // Box 5 - Federal Tax Number + Assert.AreEqual("123456789", claim.PayToProvider.TaxId, "Unexpected Federal Tax ID"); + + // Box 6 Statement Covers Period + Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementFromDate, "Unexpected statement from date"); + Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementToDate, "Unexpected statement through date"); + + // Box 7 - Filler + ClaimMember patient = claim.Patient ?? claim.Subscriber; + + // Box 8 - Patient Name + Assert.AreEqual("DOE", patient.Name.LastName, "Unexpected patient last name"); + Assert.AreEqual("JOHN", patient.Name.FirstName, "Unexpected patient first name"); + Assert.AreEqual("T", patient.Name.MiddleName, "Unexpected patient middle name"); + Assert.AreEqual("030005074A", patient.MemberId); + + // Box 9 Patient Address + Assert.AreEqual("125 CITY AVENUE", patient.Address.Line1, "Unexpected patient address line 1"); + Assert.AreEqual("CENTERVILLE", patient.Address.City, "Unexpected patient address city"); + Assert.AreEqual("PA", patient.Address.StateCode, "Unexpected patient address state code"); + Assert.AreEqual("17111", patient.Address.PostalCode, "Unexpected patient address postal code"); + + // Box 10 Birthdate + Assert.AreEqual(DateTime.Parse("1926-11-11"), patient.DateOfBirth); + + // Box 11 Sex + Assert.AreEqual(Gender.Male, patient.Gender); + + // Box 12 & 13 Admission Date and Hour + Assert.AreEqual(DateTime.Parse("1996-09-10 2:02 PM"), claim.AdmissionDate); + + // Box 14 Admission Type + + // Box 15 Admission Source + Assert.AreEqual(2, claim.ServiceLines.Count, "Unexpected number of service lines."); + + ServiceLine line = claim.ServiceLines[0]; + Assert.AreEqual("305", line.RevenueCode); + Assert.AreEqual("85025", line.Procedure.ProcedureCode); + } + + [Test] + public void TransformToInstitutionalClaim5010Test() + { + var service = new ClaimTransformationService(); + + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); + + var document = service.Transform837ToClaimDocument(stream); + + string xml = document.Serialize(); + + Assert.AreEqual(1, document.Claims.Count, "Expected one claim"); + + Claim claim = document.Claims.First(); + Assert.AreEqual(ClaimType.Institutional, claim.Type); + + // Box 1 - Service Location + Assert.AreEqual("JONES HOSPITAL", claim.ServiceLocation.Name.LastName, "Unexpected Billing Provider Last Name"); + Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.ServiceLocation.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); + Assert.AreEqual("CENTERVILLE", claim.ServiceLocation.Address.City, "Unexpected Billing Provider Address City"); + Assert.AreEqual("PA", claim.ServiceLocation.Address.StateCode, "Unexpected Billing Provider Address State Code"); + Assert.AreEqual("17111", claim.ServiceLocation.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); + + // Box 2 - Pay To Provider + Assert.AreEqual("JONES HOSPITAL", claim.PayToProvider.Name.LastName, "Unexpected Billing Provider Last Name"); + Assert.AreEqual("225 MAIN STREET BARKLEY BUILDING", claim.PayToProvider.Address.Line1, "Unexpected Billing Provider Adddress Line 1"); + Assert.AreEqual("CENTERVILLE", claim.PayToProvider.Address.City, "Unexpected Billing Provider Address City"); + Assert.AreEqual("PA", claim.PayToProvider.Address.StateCode, "Unexpected Billing Provider Address State Code"); + Assert.AreEqual("17111", claim.PayToProvider.Address.PostalCode, "Unexpected Billing Provider Address Postal Code"); + + // Box 3a - Patient Control Number + Assert.AreEqual("756048Q", claim.PatientControlNumber, "Unexpected PatientControlNumber"); + + // Box 3b - Type of Bill + Assert.AreEqual("TEST MEDICAL RECORD NUMBER", claim.MedicalRecordNumber, "Unexpected MedicalRecordNumber"); + + // Box 4 - Type of Bill + Assert.AreEqual("14", claim.ServiceLocationInfo.FacilityCode, "Unexpected facility code"); + Assert.AreEqual("A", claim.ServiceLocationInfo.Qualifier, "Unexpected facility code qualifier"); + Assert.AreEqual("1", claim.ServiceLocationInfo.FrequencyTypeCode, "Unexpected frequency type code"); + + // Box 5 - Federal Tax Number + Assert.AreEqual("567891234", claim.PayToProvider.TaxId, "Unexpected Federal Tax ID"); + + // Box 6 Statement Covers Period + Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementFromDate, "Unexpected statement from date"); + Assert.AreEqual(DateTime.Parse("1996-9-11"), claim.StatementToDate, "Unexpected statement through date"); + + // Box 7 - Filler + ClaimMember patient = claim.Patient ?? claim.Subscriber; + + // Box 8 - Patient Name + Assert.AreEqual("DOE", patient.Name.LastName, "Unexpected patient last name"); + Assert.AreEqual("JOHN", patient.Name.FirstName, "Unexpected patient first name"); + Assert.AreEqual("T", patient.Name.MiddleName, "Unexpected patient middle name"); + Assert.AreEqual("030005074A", patient.MemberId); + + // Box 9 Patient Address + Assert.AreEqual("125 CITY AVENUE", patient.Address.Line1, "Unexpected patient address line 1"); + Assert.AreEqual("CENTERVILLE", patient.Address.City, "Unexpected patient address city"); + Assert.AreEqual("PA", patient.Address.StateCode, "Unexpected patient address state code"); + Assert.AreEqual("17111", patient.Address.PostalCode, "Unexpected patient address postal code"); + + // Box 10 Birthdate + Assert.AreEqual(DateTime.Parse("1926-11-11"), patient.DateOfBirth); + + // Box 11 Sex + Assert.AreEqual(Gender.Male, patient.Gender); + + // Box 12 & 13 Admission Date and Hour + Assert.AreEqual(DateTime.Parse("1996-09-11 2:02 PM"), claim.AdmissionDate); + + // Box 14 Admission Type + + // Box 15 Admission Source + + // Box 16 Discharge Hour + + // Box 17 Discharge Status + + // Box 18 through 28 Condition Codes + Assert.AreEqual(14, claim.Conditions.Count); + Assert.AreEqual("01", claim.Conditions[0].Code); + Assert.AreEqual("02", claim.Conditions[1].Code); + Assert.AreEqual("03", claim.Conditions[2].Code); + Assert.AreEqual("04", claim.Conditions[3].Code); + Assert.AreEqual("05", claim.Conditions[4].Code); + Assert.AreEqual("06", claim.Conditions[5].Code); + Assert.AreEqual("07", claim.Conditions[6].Code); + Assert.AreEqual("08", claim.Conditions[7].Code); + Assert.AreEqual("09", claim.Conditions[8].Code); + Assert.AreEqual("10", claim.Conditions[9].Code); + Assert.AreEqual("11", claim.Conditions[10].Code); + + // Box 29 + + // Box 30 + + // Box 31 through 34 - Occurrences + Assert.AreEqual(8, claim.Occurrences.Count); + Assert.AreEqual("A1", claim.Occurrences[0].Code); + Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[0].Date); + Assert.AreEqual("A2", claim.Occurrences[1].Code); + Assert.AreEqual(DateTime.Parse("1991-11-01"), claim.Occurrences[1].Date); + Assert.AreEqual("B1", claim.Occurrences[2].Code); + Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[2].Date); + Assert.AreEqual("B2", claim.Occurrences[3].Code); + Assert.AreEqual(DateTime.Parse("1987-1-1"), claim.Occurrences[3].Date); + Assert.AreEqual("C1", claim.Occurrences[4].Code); + Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[4].Date); + Assert.AreEqual("C2", claim.Occurrences[5].Code); + Assert.AreEqual(DateTime.Parse("1991-11-1"), claim.Occurrences[5].Date); + Assert.AreEqual("D1", claim.Occurrences[6].Code); + Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.Occurrences[6].Date); + Assert.AreEqual("D2", claim.Occurrences[7].Code); + Assert.AreEqual(DateTime.Parse("1987-1-1"), claim.Occurrences[7].Date); + + // Box 35 through 36 - Occurrence Spans + Assert.AreEqual(4, claim.OccurrenceSpans.Count); + Assert.AreEqual("A1", claim.OccurrenceSpans[0].Code); + Assert.AreEqual(DateTime.Parse("1926-11-11"), claim.OccurrenceSpans[0].FromDate); + Assert.AreEqual(DateTime.Parse("1927-12-31"), claim.OccurrenceSpans[0].ThroughDate); + + // Box 37 - Filler + + // Box 38 - Responsible Party + + // Box 39 through 41 - Value Codes + Assert.AreEqual(14, claim.Values.Count); + Assert.AreEqual("A2", claim.Values[0].Code); + Assert.AreEqual(15.31m, claim.Values[0].Amount); + Assert.AreEqual("N2", claim.Values[13].Code); + Assert.AreEqual(28.31m, claim.Values[13].Amount); + + // Box 42 through 49 - Service Lines + Assert.AreEqual(2, claim.ServiceLines.Count, "Unexpected number of service lines."); + + ServiceLine line = claim.ServiceLines[0]; + Assert.AreEqual("0305", line.RevenueCode); + Assert.AreEqual("85025", line.Procedure.ProcedureCode); + Assert.AreEqual(13.39m, line.ChargeAmount); + Assert.AreEqual(1, line.Quantity); + Assert.AreEqual(DateTime.Parse("1996-9-11"), line.ServiceDateFrom); + Assert.IsNull(line.OperatingPhysician); + + line = claim.ServiceLines[1]; + Assert.AreEqual("0730", line.RevenueCode); + Assert.AreEqual("93005", line.Procedure.ProcedureCode); + Assert.AreEqual("AA", line.Procedure.Modifier1); + Assert.AreEqual("BB", line.Procedure.Modifier2); + Assert.AreEqual("CC", line.Procedure.Modifier3); + Assert.AreEqual("DD", line.Procedure.Modifier4); + Assert.AreEqual("Test Procedure", line.Procedure.Description); + Assert.AreEqual(76.54m, line.ChargeAmount); + Assert.AreEqual(3, line.Quantity); + Assert.AreEqual(11.15m, line.NonCoveredChargeAmount); + Assert.AreEqual(DateTime.Parse("1996-9-11"), line.ServiceDateFrom); + Assert.AreEqual(1, line.Notes.Count); + Assert.AreEqual("TPO", line.Notes[0].Code); + + Assert.IsNotNull(line.OperatingPhysician); + Assert.AreEqual("JONES", line.OperatingPhysician.Name.LastName); + Assert.AreEqual("JOHN", line.OperatingPhysician.Name.FirstName); + Assert.AreEqual("B99937", line.OperatingPhysician.Npi); + Assert.AreEqual("363LP0200N", line.OperatingPhysician.ProviderInfo.Id); + + // Box 50 through 55 - Payers + + // Box 56 - NPI + + // Box 57 - Other Provider ID + + // Box 68 through 62 - Insured + + // Box 63 through 65 - Authorizations + + // Box 66 - Diagnosis Version + + // Box 67 - Diagnosis + Assert.AreEqual("3669", claim.Diagnoses.First(d => d.DiagnosisType == DiagnosisType.Principal).Code); + + // Box 68 + + // Box 69 - Admitting Diagnosis + + // Box 70 - Patient Reason Diagnosis + + // Box 71 - PPS Code + + // Box 72 - ECI + + // Box 73 + + // Box 74 - Procedures + Assert.AreEqual(3, claim.Procedures.Count); + var principal = claim.Procedures.FirstOrDefault(p => p.IsPrincipal); + Assert.IsNotNull(principal); + Assert.AreEqual("BBR", principal.Qualifier); + Assert.AreEqual("0B110F5", principal.Code); + Assert.AreEqual(DateTime.Parse("2005-3-21"), principal.Date); + + // Box 75 - Blank + + // Box 76 - Attending Physician + Assert.IsNotNull(claim.AttendingProvider); + Assert.AreEqual("JOHN", claim.AttendingProvider.Name.FirstName); + Assert.AreEqual("1G", claim.AttendingProvider.Identifications[0].Qualifier); + Assert.AreEqual("B99937A", claim.AttendingProvider.Identifications[0].Id); + + // Box 77 - Operating Physician + Assert.IsNotNull(claim.OperatingPhysician); + Assert.AreEqual("JANE", claim.OperatingPhysician.Name.FirstName); + + // Box 78 - Other + Assert.IsNotNull(claim.OtherOperatingPhysician); + Assert.AreEqual("JOE", claim.OtherOperatingPhysician.Name.FirstName); + + // Box 79 - Other + + // Box 80 - Remarks + + // Box 81CC + } + + [Test] + public void TransformToInstitutionalClaim5010_PayerObjectTest() + { + + var service = new ClaimTransformationService(); + + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Hipaa.Tests.Unit.Claims.TestData.InstitutionalClaim5010.txt"); + + var document = service.Transform837ToClaimDocument(stream); + + Claim claim = document.Claims.First(); + + Assert.AreEqual("PI", claim.Payer.Name.Identification.Qualifier); + Assert.AreEqual("00435", claim.Payer.Name.Identification.Id); + Assert.AreEqual("G2", claim.Payer.Identifications.First().Qualifier); + Assert.AreEqual("330127", claim.Payer.Identifications.First().Id); + } + + [Test] + public void TransToDentalClaim5010() + { + string x12 = @"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*005010X096A1~ + ST*837*873501~ + BHT*0019*00*0125*19970411*1524*CH~ + REF*87*004010X097~ + NM1*41*2*DENTAL ASSOCIATES*****46*579999999~ + PER*IC*SYDNEY SNOW*TE*2125557987~ + NM1*40*2*HEISMAN INSURANCE COMPANY*****46*555667777~ + HL*1**20*1~ + NM1*85*2*DENTAL ASSOCIATES*****XX*591PD123~ + N3*10 1/2 SHOEMAKER STREET~ + N4*COBBLER*CA*99997~ + REF*TJ*579999999~ + HL*2*1*22*1~ + SBR*P*****6***LM~ + NM1*IL*1*HOWLING*HAL****MI*B99977791G~ + NM1*PR*2*HEISMAN INSURANCE COMPANY*****PI*999888777~ + HL*3*2*23*0~ + PAT*41~ + NM1*QC*1*DIMPSON*D*J***34*567324788~ + N3*32 BUFFALO RUN~ + N4*ROCKING HORSE*CA*99666~ + DMG*D8*19480601*M~ + REF*Y4*32323232~ + CLM*900000032*390***11::1*Y**Y*Y**AA:::CA~ + DTP*439*D8*19970201~ + DTP*472*D8*19970202~ + NM1*82*1*MOGLIE*BRUNO****34*224873702~ + PRV*PE*ZZ*122300000N~ + LX*1~ + SV3*AD:D0330*40****1~ + LX*2~ + SV3*AD:D5820*350***I*1~ + TOO*JP*8~ + TOO*JP*9*M~ + TOO*JP*13*M:O~ + SE*35*873501~ + GE*1*31~ +IEA*1*000000031~"; + + var service = new ClaimTransformationService(); + + var x12Parser = new X12Parser(); + var document = service.Transform837ToClaimDocument(x12Parser.ParseMultiple(x12).First()); + + Claim claim = document.Claims.First(); + + Assert.AreEqual(3, claim.ServiceLines.Sum(sl => sl.ToothInformations.Count)); + } + } +} diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/Images/ADAJ400_Red.gif b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/Images/ADAJ400_Red.gif similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/Images/ADAJ400_Red.gif rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/Images/ADAJ400_Red.gif diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/Images/HCFA1500_Red.gif b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/Images/HCFA1500_Red.gif similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/Images/HCFA1500_Red.gif rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/Images/HCFA1500_Red.gif diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/Images/UB04_Red.gif b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/Images/UB04_Red.gif similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/Images/UB04_Red.gif rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/Images/UB04_Red.gif diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.txt b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.txt rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.txt index c0afcd32..8f0a961c 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.txt +++ b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.txt @@ -1,52 +1,52 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987654~ - BHT*0019*00*0123*19960918*0932*CH~ - REF*87*004010X096~ - NM1*40*2*MEDICARE*****46*00120~ - PER*IC*JANE DOE*TE*9005555555~ - NM1*41*2*JONES HOSPITAL*****46*12345~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*JONES HOSPITAL*****XX*330127~ - PRV*AT*ZZ*363LP0200N~ - N3*225 MAIN STREET BARKLEY BUILDING~ - N4*CENTERVILLE*PA*17111~ - REF*G2*987654080~ - REF*EI*123456789~ - HL*2*1*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*DOE*JOHN*T***MI*030005074A~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - DMG*D8*19261111*M~ - NM1*PR*2*MEDICARE B*****PI*00435~ - CLM*756048Q*89.93***14:A:1**Y*Y*Y~ - DTP*434*D8*19960911-19960912~ - DTP*435*DT*199609101402~ - CL1*3*1~ - REF*EA*TEST MEDICAL RECORD NUMBER~ - HI*BK:366.9~ - HI*BF:401.9*BF:794.31~ - HI*BQ:15.3:D8:19960911~ - HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ - HI*BE:A2:::15.31~ - HI*BG:09~ - NM1*71*1*JONES*JOHN*J***XX*B99937~ - PRV*AT*ZZ*363LP0200N~ - SBR*S*01*351630*STATE TEACHERS*GP****CI~ - DMG***F~ - OI***Y***Y~ - NM1*IL*1*DOE*JANE*S***MI*222004433~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - NM1*PR*2*STATE TEACHERS*****PI*1135~ - LX*1~ - SV2*305*HC:85025*13.39*UN*1~ - DTP*472*D8*19960911~ - LX*2~ - SV2*730*HC:93005:AA:BB:CC:DD:Test Procedure*76.54*UN*3**11.15~ - DTP*472*D8*19960911~ - SE*45*987654~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987654~ + BHT*0019*00*0123*19960918*0932*CH~ + REF*87*004010X096~ + NM1*40*2*MEDICARE*****46*00120~ + PER*IC*JANE DOE*TE*9005555555~ + NM1*41*2*JONES HOSPITAL*****46*12345~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*JONES HOSPITAL*****XX*330127~ + PRV*AT*ZZ*363LP0200N~ + N3*225 MAIN STREET BARKLEY BUILDING~ + N4*CENTERVILLE*PA*17111~ + REF*G2*987654080~ + REF*EI*123456789~ + HL*2*1*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*DOE*JOHN*T***MI*030005074A~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + DMG*D8*19261111*M~ + NM1*PR*2*MEDICARE B*****PI*00435~ + CLM*756048Q*89.93***14:A:1**Y*Y*Y~ + DTP*434*D8*19960911-19960912~ + DTP*435*DT*199609101402~ + CL1*3*1~ + REF*EA*TEST MEDICAL RECORD NUMBER~ + HI*BK:366.9~ + HI*BF:401.9*BF:794.31~ + HI*BQ:15.3:D8:19960911~ + HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ + HI*BE:A2:::15.31~ + HI*BG:09~ + NM1*71*1*JONES*JOHN*J***XX*B99937~ + PRV*AT*ZZ*363LP0200N~ + SBR*S*01*351630*STATE TEACHERS*GP****CI~ + DMG***F~ + OI***Y***Y~ + NM1*IL*1*DOE*JANE*S***MI*222004433~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + NM1*PR*2*STATE TEACHERS*****PI*1135~ + LX*1~ + SV2*305*HC:85025*13.39*UN*1~ + DTP*472*D8*19960911~ + LX*2~ + SV2*730*HC:93005:AA:BB:CC:DD:Test Procedure*76.54*UN*3**11.15~ + DTP*472*D8*19960911~ + SE*45*987654~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.xml b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.xml similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.xml rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.xml index b306cc9b..7d480738 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.xml +++ b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010.xml @@ -1,627 +1,627 @@ - - - - - 00 - - - - 00 - - - - 01 - - 9012345720000 - - 01 - - 9088877320000 - - 020816 - - 1144 - - U - - 00401 - - 000000031 - - 1 - - T - - - - - - - - - - HC - - 901234572000 - - 908887732000 - - 20070816 - - 1615 - - 31 - - X - - 004010X096A1 - - - - - 837 - - 987654 - - - - 0019 - - 00 - - 0123 - - 19960918 - - 0932 - - CH - - - - 87 - - 004010X096 - - - - - 40 - - 2 - - MEDICARE - - - - - - 46 - - 00120 - - - - IC - - JANE DOE - - TE - - 9005555555 - - - - - - 41 - - 2 - - JONES HOSPITAL - - - - - - 46 - - 12345 - - - - - - 1 - - - 20 - - 1 - - - - BI - - ZZ - - 203BA0200N - - - - - 85 - - 2 - - JONES HOSPITAL - - - - - - XX - - 330127 - - - - AT - - ZZ - - 363LP0200N - - - - 225 MAIN STREET BARKLEY BUILDING - - - - CENTERVILLE - - PA - - 17111 - - - - G2 - - 987654080 - - - - EI - - 123456789 - - - - - AT - - ZZ - - 363LP0200N - - - - - 2 - - 1 - - 22 - - 0 - - - - P - - 18 - - - - - - - - MB - - - - - IL - - 1 - - DOE - - JOHN - - T - - - - MI - - 030005074A - - - - 125 CITY AVENUE - - - - CENTERVILLE - - PA - - 17111 - - - - D8 - - 19261111 - - M - - - - - - PR - - 2 - - MEDICARE B - - - - - - PI - - 00435 - - - - - - 756048Q - - 89.93 - - - - - 14 - A - 1 - - - - Y - - Y - - Y - - - - 434 - - D8 - - 19960911-19960912 - - - - 435 - - DT - - 199609101402 - - - 3 - 1 - - - - EA - - TEST MEDICAL RECORD NUMBER - - - - - BK - 366.9 - - - - - - BF - 401.9 - - - - BF - 794.31 - - - - - - BQ - 15.3 - D8 - 19960911 - - - - - - BH - A1 - D8 - 19261111 - - - - BH - A2 - D8 - 19911101 - - - - BH - B1 - D8 - 19261111 - - - - BH - B2 - D8 - 19870101 - - - - - - BE - A2 - - - 15.31 - - - - - - BG - 09 - - - - - - 71 - - 1 - - JONES - - JOHN - - J - - - - XX - - B99937 - - - - AT - - ZZ - - 363LP0200N - - - - - - S - - 01 - - 351630 - - STATE TEACHERS - - GP - - - - - CI - - - - - - F - - - - - Y - - - Y - - - - - IL - - 1 - - DOE - - JANE - - S - - - - MI - - 222004433 - - - - 125 CITY AVENUE - - - - CENTERVILLE - - PA - - 17111 - - - - - - PR - - 2 - - STATE TEACHERS - - - - - - PI - - 1135 - - - - - - - 1 - - - 305 - - HC - 85025 - - 13.39 - UN - 1 - - - - 472 - - D8 - - 19960911 - - - - - - 2 - - - 730 - - HC - 93005 - AA - BB - CC - DD - Test Procedure - - 76.54 - UN - 3 - - 11.15 - - - - 472 - - D8 - - 19960911 - - - TPO - state regulation 123 was applied during the pricing of thisclaim - - - - - - 72 - - 1 - - JONES - - JOHN - - J - - - - XX - - B99937 - - - - - - - - 45 - - 987654 - - - - - 1 - - 31 - - - - - 1 - - 000000031 - + + + + + 00 + + + + 00 + + + + 01 + + 9012345720000 + + 01 + + 9088877320000 + + 020816 + + 1144 + + U + + 00401 + + 000000031 + + 1 + + T + + + + + + + + + + HC + + 901234572000 + + 908887732000 + + 20070816 + + 1615 + + 31 + + X + + 004010X096A1 + + + + + 837 + + 987654 + + + + 0019 + + 00 + + 0123 + + 19960918 + + 0932 + + CH + + + + 87 + + 004010X096 + + + + + 40 + + 2 + + MEDICARE + + + + + + 46 + + 00120 + + + + IC + + JANE DOE + + TE + + 9005555555 + + + + + + 41 + + 2 + + JONES HOSPITAL + + + + + + 46 + + 12345 + + + + + + 1 + + + 20 + + 1 + + + + BI + + ZZ + + 203BA0200N + + + + + 85 + + 2 + + JONES HOSPITAL + + + + + + XX + + 330127 + + + + AT + + ZZ + + 363LP0200N + + + + 225 MAIN STREET BARKLEY BUILDING + + + + CENTERVILLE + + PA + + 17111 + + + + G2 + + 987654080 + + + + EI + + 123456789 + + + + + AT + + ZZ + + 363LP0200N + + + + + 2 + + 1 + + 22 + + 0 + + + + P + + 18 + + + + + + + + MB + + + + + IL + + 1 + + DOE + + JOHN + + T + + + + MI + + 030005074A + + + + 125 CITY AVENUE + + + + CENTERVILLE + + PA + + 17111 + + + + D8 + + 19261111 + + M + + + + + + PR + + 2 + + MEDICARE B + + + + + + PI + + 00435 + + + + + + 756048Q + + 89.93 + + + + + 14 + A + 1 + + + + Y + + Y + + Y + + + + 434 + + D8 + + 19960911-19960912 + + + + 435 + + DT + + 199609101402 + + + 3 + 1 + + + + EA + + TEST MEDICAL RECORD NUMBER + + + + + BK + 366.9 + + + + + + BF + 401.9 + + + + BF + 794.31 + + + + + + BQ + 15.3 + D8 + 19960911 + + + + + + BH + A1 + D8 + 19261111 + + + + BH + A2 + D8 + 19911101 + + + + BH + B1 + D8 + 19261111 + + + + BH + B2 + D8 + 19870101 + + + + + + BE + A2 + + + 15.31 + + + + + + BG + 09 + + + + + + 71 + + 1 + + JONES + + JOHN + + J + + + + XX + + B99937 + + + + AT + + ZZ + + 363LP0200N + + + + + + S + + 01 + + 351630 + + STATE TEACHERS + + GP + + + + + CI + + + + + + F + + + + + Y + + + Y + + + + + IL + + 1 + + DOE + + JANE + + S + + + + MI + + 222004433 + + + + 125 CITY AVENUE + + + + CENTERVILLE + + PA + + 17111 + + + + + + PR + + 2 + + STATE TEACHERS + + + + + + PI + + 1135 + + + + + + + 1 + + + 305 + + HC + 85025 + + 13.39 + UN + 1 + + + + 472 + + D8 + + 19960911 + + + + + + 2 + + + 730 + + HC + 93005 + AA + BB + CC + DD + Test Procedure + + 76.54 + UN + 3 + + 11.15 + + + + 472 + + D8 + + 19960911 + + + TPO + state regulation 123 was applied during the pricing of thisclaim + + + + + + 72 + + 1 + + JONES + + JOHN + + J + + + + XX + + B99937 + + + + + + + + 45 + + 987654 + + + + + 1 + + 31 + + + + + 1 + + 000000031 + \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010_ClaimModel.xml b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010_ClaimModel.xml similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010_ClaimModel.xml rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim4010_ClaimModel.xml diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.txt b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.txt rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.txt index 137691c6..224661b7 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.txt +++ b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.txt @@ -1,83 +1,83 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*987654*005010X223~ - BHT*0019*00*0123*19960918*0932*CH~ - NM1*41*2*JONES HOSPITAL*****46*12345~ - PER*IC*JANE DOE*TE*9005555555~ - NM1*40*2*MEDICARE*****46*00120~ - HL*1**20*1~ - PRV*BI*PXC*203BA0200N~ - NM1*85*2*JONES HOSPITAL*****XX*9876540809~ - N3*225 MAIN STREET BARKLEY BUILDING~ - N4*CENTERVILLE*PA*17111~ - REF*EI*567891234~ - HL*2*1*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*DOE*JOHN*T***MI*030005074A~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - DMG*D8*19261111*M~ - NM1*PR*2*MEDICARE B*****PI*00435~ - REF*G2*330127~ - CLM*756048Q*89.93***14:A:1*Y*A*Y*Y~ - PWK*OZ*BM***AC*DMN0012~ - REF*EA*TEST MEDICAL RECORD NUMBER~ - REF*D9*DLN12345~ - DTP*434*D8*19960911~ - DTP*435*DT*199609111402~ - DTP*096*TM*1134~ - CL1*3**01~ - HI*DR:123~ - HI*BK:3669~ - HI*BF:4019*BF:79431~ - HI*BI:A1:RD8:19261111-19271231*BI:A1:RD8:19261111-19271231*BI:A1:RD8:19261111-19271231*BI:A1:RD8:19261111-19271231~ - HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101*BH:C1:D8:19261111*BH:C2:D8:19911101*BH:D1:D8:19261111*BH:D2:D8:19870101~ - HI*BE:A2:::15.31*BE:B2:::16.31*BE:C2:::17.31*BE:D2:::18.31*BE:E2:::19.31*BE:F2:::20.31*BE:G2:::21.31*BE:H2:::22.31*BE:I2:::23.31*BE:J2:::24.31*BE:K2:::25.31*BE:L2:::26.31~ - HI*BE:M2:::27.31*BE:N2:::28.31~ - HI*BG:01*BG:02*BG:03*BG:04*BG:05*BG:06*BG:07*BG:08*BG:09*BG:10*BG:11*BG:12~ - HI*BG:13*BG:14~ - HI*BBR:0B110F5:D8:20050321~ - HI*BBQ:02139Y3:D8:20050321*BBQ:4A025N8:D8:20050310~ - NM1*71*1*JONES*JOHN*J~ - REF*1G*B99937A~ - NM1*72*1*JONES*JANE*J~ - REF*1G*B99937B~ - NM1*ZZ*1*JONES*JOE*J~ - REF*1G*B99937B~ - SBR*S*01*351630*STATE TEACHERS*****CI~ - CAS*PR*1*7.93~ - CAS*OA*93*15.06**93*15.06*2.2~ - AMT*D*10.5~ - DMG*D8*19271211*F~ - OI***Y***Y~ - NM1*IL*1*DOE*JANE*S***MI*222004433~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - NM1*PR*2*STATE TEACHERS*****PI*1135~ - NM1*71*2*OTHER ATTENDING PHYSICIAN~ - SBR*S*01*351630*STATE TEACHERS*****CI~ - DMG*D8*19271211*F~ - OI***Y***Y~ - NM1*IL*1*DOE*JANE*S***MI*222004433~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - NM1*PR*2*STATE TEACHERS*****PI*1135~ - LX*1~ - SV2*0305*HC:85025*13.39*UN*1~ - PWK*OZ*BM***AC*DMN0012~ - DTP*472*D8*19960911~ - LIN**N4*01234567891~ - CTP****2*UN~ - LX*2~ - SV2*0730*HC:93005:AA:BB:CC:DD:Test Procedure*76.54*UN*3**11.15~ - DTP*472*D8*19960911~ - SVD*43*55*HC:84550**3~ - CAS*PR*1*7.93~ - CAS*OA*93*15.06**93*15.06*2.2~ - NTE*TPO*state regulation 123 was applied during the pricing of thisclaim~ - NM1*72*1*JONES*JOHN*J***XX*B99937~ - PRV*AT*ZZ*363LP0200N~ - - SE*43*987654~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*987654*005010X223~ + BHT*0019*00*0123*19960918*0932*CH~ + NM1*41*2*JONES HOSPITAL*****46*12345~ + PER*IC*JANE DOE*TE*9005555555~ + NM1*40*2*MEDICARE*****46*00120~ + HL*1**20*1~ + PRV*BI*PXC*203BA0200N~ + NM1*85*2*JONES HOSPITAL*****XX*9876540809~ + N3*225 MAIN STREET BARKLEY BUILDING~ + N4*CENTERVILLE*PA*17111~ + REF*EI*567891234~ + HL*2*1*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*DOE*JOHN*T***MI*030005074A~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + DMG*D8*19261111*M~ + NM1*PR*2*MEDICARE B*****PI*00435~ + REF*G2*330127~ + CLM*756048Q*89.93***14:A:1*Y*A*Y*Y~ + PWK*OZ*BM***AC*DMN0012~ + REF*EA*TEST MEDICAL RECORD NUMBER~ + REF*D9*DLN12345~ + DTP*434*D8*19960911~ + DTP*435*DT*199609111402~ + DTP*096*TM*1134~ + CL1*3**01~ + HI*DR:123~ + HI*BK:3669~ + HI*BF:4019*BF:79431~ + HI*BI:A1:RD8:19261111-19271231*BI:A1:RD8:19261111-19271231*BI:A1:RD8:19261111-19271231*BI:A1:RD8:19261111-19271231~ + HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101*BH:C1:D8:19261111*BH:C2:D8:19911101*BH:D1:D8:19261111*BH:D2:D8:19870101~ + HI*BE:A2:::15.31*BE:B2:::16.31*BE:C2:::17.31*BE:D2:::18.31*BE:E2:::19.31*BE:F2:::20.31*BE:G2:::21.31*BE:H2:::22.31*BE:I2:::23.31*BE:J2:::24.31*BE:K2:::25.31*BE:L2:::26.31~ + HI*BE:M2:::27.31*BE:N2:::28.31~ + HI*BG:01*BG:02*BG:03*BG:04*BG:05*BG:06*BG:07*BG:08*BG:09*BG:10*BG:11*BG:12~ + HI*BG:13*BG:14~ + HI*BBR:0B110F5:D8:20050321~ + HI*BBQ:02139Y3:D8:20050321*BBQ:4A025N8:D8:20050310~ + NM1*71*1*JONES*JOHN*J~ + REF*1G*B99937A~ + NM1*72*1*JONES*JANE*J~ + REF*1G*B99937B~ + NM1*ZZ*1*JONES*JOE*J~ + REF*1G*B99937B~ + SBR*S*01*351630*STATE TEACHERS*****CI~ + CAS*PR*1*7.93~ + CAS*OA*93*15.06**93*15.06*2.2~ + AMT*D*10.5~ + DMG*D8*19271211*F~ + OI***Y***Y~ + NM1*IL*1*DOE*JANE*S***MI*222004433~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + NM1*PR*2*STATE TEACHERS*****PI*1135~ + NM1*71*2*OTHER ATTENDING PHYSICIAN~ + SBR*S*01*351630*STATE TEACHERS*****CI~ + DMG*D8*19271211*F~ + OI***Y***Y~ + NM1*IL*1*DOE*JANE*S***MI*222004433~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + NM1*PR*2*STATE TEACHERS*****PI*1135~ + LX*1~ + SV2*0305*HC:85025*13.39*UN*1~ + PWK*OZ*BM***AC*DMN0012~ + DTP*472*D8*19960911~ + LIN**N4*01234567891~ + CTP****2*UN~ + LX*2~ + SV2*0730*HC:93005:AA:BB:CC:DD:Test Procedure*76.54*UN*3**11.15~ + DTP*472*D8*19960911~ + SVD*43*55*HC:84550**3~ + CAS*PR*1*7.93~ + CAS*OA*93*15.06**93*15.06*2.2~ + NTE*TPO*state regulation 123 was applied during the pricing of thisclaim~ + NM1*72*1*JONES*JOHN*J***XX*B99937~ + PRV*AT*ZZ*363LP0200N~ + + SE*43*987654~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.xml b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.xml similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.xml rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.xml index 55c23496..f2b53bf3 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.xml +++ b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010.xml @@ -1,613 +1,613 @@ - - - - - 00 - - - - 01 - - SECRET - - ZZ - - SUBMITTERS.ID - - ZZ - - RECEIVERS.ID - - 030101 - - 1253 - - ^ - - 00501 - - 000000905 - - 1 - - T - - - - - - - - - - HC - - SENDER CODE - - RECEIVER CODE - - 19991231 - - 0802 - - 1 - - X - - 005010X222 - - - - - 837 - - 987654 - - 005010X223 - - - - 0019 - - 00 - - 0123 - - 19960918 - - 0932 - - CH - - - - - 41 - - 2 - - JONES HOSPITAL - - - - - - 46 - - 12345 - - - - IC - - JANE DOE - - TE - - 9005555555 - - - - - - 40 - - 2 - - MEDICARE - - - - - - 46 - - 00120 - - - - - - 1 - - - 20 - - 1 - - - - BI - - PXC - - 203BA0200N - - - - - 85 - - 2 - - JONES HOSPITAL - - - - - - XX - - 9876540809 - - - - 225 MAIN STREET BARKLEY BUILDING - - - - CENTERVILLE - - PA - - 17111 - - - - EI - - 567891234 - - - - - - 2 - - 1 - - 22 - - 0 - - - - P - - 18 - - - - - - - - MB - - - - - IL - - 1 - - DOE - - JOHN - - T - - - - MI - - 030005074A - - - - 125 CITY AVENUE - - - - CENTERVILLE - - PA - - 17111 - - - - D8 - - 19261111 - - M - - - - - - PR - - 2 - - MEDICARE B - - - - - - PI - - 00435 - - - - G2 - - 330127 - - - - - - 756048Q - - 89.93 - - - - - 14 - A - 1 - - - Y - - A - - Y - - Y - - - - EA - - TEST MEDICAL RECORD NUMBER - - - - 434 - - D8 - - 19960911 - - - - 435 - - DT - - 199609111402 - - - 3 - - 01 - - - - - BK - 3669 - - - - - - BF - 4019 - - - - BF - 79431 - - - - - - BH - A1 - D8 - 19261111 - - - - BH - A2 - D8 - 19911101 - - - - BH - B1 - D8 - 19261111 - - - - BH - B2 - D8 - 19870101 - - - - - - BE - A2 - - - 15.31 - - - - - - BG - 09 - - - - - - BG - 10 - - - - BG - 11 - - - - - - 71 - - 1 - - JONES - - JOHN - - J - - - - 1G - - B99937 - - - - - - S - - 01 - - 351630 - - STATE TEACHERS - - - - - - CI - - - - D8 - - 19271211 - - F - - - - - Y - - - Y - - - - - IL - - 1 - - DOE - - JANE - - S - - - - MI - - 222004433 - - - - 125 CITY AVENUE - - - - CENTERVILLE - - PA - - 17111 - - - - - - PR - - 2 - - STATE TEACHERS - - - - - - PI - - 1135 - - - - - - - 1 - - - 0305 - - HC - 85025 - - 13.39 - UN - 1 - - - - 472 - - D8 - - 19960911 - - - - - - 2 - - - 0730 - - HC - 93005 - AA - BB - CC - DD - Test Procedure - - 76.54 - UN - 3 - - 11.15 - - - - 472 - - D8 - - 19960911 - - - TPO - state regulation 123 was applied during the pricing of thisclaim - - - - - 72 - - 1 - - JONES - - JOHN - - J - - - - XX - - B99937 - - - - AT - - ZZ - - 363LP0200N - - - - - - - - - 43 - - 987654 - - - - - 1 - - 1 - - - - - 1 - - 000000905 - + + + + + 00 + + + + 01 + + SECRET + + ZZ + + SUBMITTERS.ID + + ZZ + + RECEIVERS.ID + + 030101 + + 1253 + + ^ + + 00501 + + 000000905 + + 1 + + T + + + + + + + + + + HC + + SENDER CODE + + RECEIVER CODE + + 19991231 + + 0802 + + 1 + + X + + 005010X222 + + + + + 837 + + 987654 + + 005010X223 + + + + 0019 + + 00 + + 0123 + + 19960918 + + 0932 + + CH + + + + + 41 + + 2 + + JONES HOSPITAL + + + + + + 46 + + 12345 + + + + IC + + JANE DOE + + TE + + 9005555555 + + + + + + 40 + + 2 + + MEDICARE + + + + + + 46 + + 00120 + + + + + + 1 + + + 20 + + 1 + + + + BI + + PXC + + 203BA0200N + + + + + 85 + + 2 + + JONES HOSPITAL + + + + + + XX + + 9876540809 + + + + 225 MAIN STREET BARKLEY BUILDING + + + + CENTERVILLE + + PA + + 17111 + + + + EI + + 567891234 + + + + + + 2 + + 1 + + 22 + + 0 + + + + P + + 18 + + + + + + + + MB + + + + + IL + + 1 + + DOE + + JOHN + + T + + + + MI + + 030005074A + + + + 125 CITY AVENUE + + + + CENTERVILLE + + PA + + 17111 + + + + D8 + + 19261111 + + M + + + + + + PR + + 2 + + MEDICARE B + + + + + + PI + + 00435 + + + + G2 + + 330127 + + + + + + 756048Q + + 89.93 + + + + + 14 + A + 1 + + + Y + + A + + Y + + Y + + + + EA + + TEST MEDICAL RECORD NUMBER + + + + 434 + + D8 + + 19960911 + + + + 435 + + DT + + 199609111402 + + + 3 + + 01 + + + + + BK + 3669 + + + + + + BF + 4019 + + + + BF + 79431 + + + + + + BH + A1 + D8 + 19261111 + + + + BH + A2 + D8 + 19911101 + + + + BH + B1 + D8 + 19261111 + + + + BH + B2 + D8 + 19870101 + + + + + + BE + A2 + + + 15.31 + + + + + + BG + 09 + + + + + + BG + 10 + + + + BG + 11 + + + + + + 71 + + 1 + + JONES + + JOHN + + J + + + + 1G + + B99937 + + + + + + S + + 01 + + 351630 + + STATE TEACHERS + + + + + + CI + + + + D8 + + 19271211 + + F + + + + + Y + + + Y + + + + + IL + + 1 + + DOE + + JANE + + S + + + + MI + + 222004433 + + + + 125 CITY AVENUE + + + + CENTERVILLE + + PA + + 17111 + + + + + + PR + + 2 + + STATE TEACHERS + + + + + + PI + + 1135 + + + + + + + 1 + + + 0305 + + HC + 85025 + + 13.39 + UN + 1 + + + + 472 + + D8 + + 19960911 + + + + + + 2 + + + 0730 + + HC + 93005 + AA + BB + CC + DD + Test Procedure + + 76.54 + UN + 3 + + 11.15 + + + + 472 + + D8 + + 19960911 + + + TPO + state regulation 123 was applied during the pricing of thisclaim + + + + + 72 + + 1 + + JONES + + JOHN + + J + + + + XX + + B99937 + + + + AT + + ZZ + + 363LP0200N + + + + + + + + + 43 + + 987654 + + + + + 1 + + 1 + + + + + 1 + + 000000905 + \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010_ClaimModel.xml b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010_ClaimModel.xml similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010_ClaimModel.xml rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/InstitutionalClaim5010_ClaimModel.xml diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1.txt b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1.txt rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1.txt index a2ccbf49..6baf46f2 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1.txt +++ b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1.txt @@ -1,65 +1,65 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*244579*20061015*1023*CH~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MAIMI*FL*33111~ - HL*2*1*22*1~ - SBR*P**2222-SJ******CI~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - N3*123 TEST STREET~ - N4*AUSTIN*TX*78701~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - REF*G2*KA6663~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26463774*100***11:B:1*Y*A*Y*I~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - AMT*F5*10~ - NM1*77*1*SERVICE FACILITY ABC*****XX*1234567890~ - N3*STREET ABC~ - N4*CITY*ST*12345~ - NM1*82*1*RENDERING*PROVIDER****XX*1234567890~ - PRV*PE*PXC*1G1000X~ - LX*1~ - SV1*HC:99213:AA:BB:CC:DD*40*UN*1*13**1**Y~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87070*15*UN*1***1:2:3~ - DTP*472*D8*20061003~ - NM1*82*1*RENDERING*PROVIDER****XX*3456789012~ - REF*1G*12345~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*D8*20061010~ - LX*5~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*6~ - SV1*HC:87070*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*7~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - SE*42*0021~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*244579*20061015*1023*CH~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MAIMI*FL*33111~ + HL*2*1*22*1~ + SBR*P**2222-SJ******CI~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + N3*123 TEST STREET~ + N4*AUSTIN*TX*78701~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + REF*G2*KA6663~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26463774*100***11:B:1*Y*A*Y*I~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + AMT*F5*10~ + NM1*77*1*SERVICE FACILITY ABC*****XX*1234567890~ + N3*STREET ABC~ + N4*CITY*ST*12345~ + NM1*82*1*RENDERING*PROVIDER****XX*1234567890~ + PRV*PE*PXC*1G1000X~ + LX*1~ + SV1*HC:99213:AA:BB:CC:DD*40*UN*1*13**1**Y~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87070*15*UN*1***1:2:3~ + DTP*472*D8*20061003~ + NM1*82*1*RENDERING*PROVIDER****XX*3456789012~ + REF*1G*12345~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*D8*20061010~ + LX*5~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*6~ + SV1*HC:87070*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*7~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + SE*42*0021~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1_ClaimModel.xml b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1_ClaimModel.xml similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1_ClaimModel.xml rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/ProfessionalClaim1_ClaimModel.xml diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/UB04ClaimModel1.xml b/tests/X12.Hipaa.Tests.Unit/Claims/TestData/UB04ClaimModel1.xml similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Claims/TestData/UB04ClaimModel1.xml rename to tests/X12.Hipaa.Tests.Unit/Claims/TestData/UB04ClaimModel1.xml diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/BenefitResponseTester.cs b/tests/X12.Hipaa.Tests.Unit/Eligibility/BenefitResponseTester.cs similarity index 69% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/BenefitResponseTester.cs rename to tests/X12.Hipaa.Tests.Unit/Eligibility/BenefitResponseTester.cs index 37e0521f..0f0d7030 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/BenefitResponseTester.cs +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/BenefitResponseTester.cs @@ -1,373 +1,352 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.IO; -using System.Reflection; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Hipaa.Common; -using OopFactory.X12.Hipaa.Eligibility; -using OopFactory.X12.Hipaa.Eligibility.Services; - -namespace OopFactory.X12.Hipaa.Tests.Unit.Eligibility -{ - [TestClass] - public class BenefitResponseTester - { - [TestMethod] - public void SerializationTest() - { - EligibilityBenefitDocument document = new EligibilityBenefitDocument(); - - EligibilityBenefitResponse response = new EligibilityBenefitResponse - { - Source = new Entity - { - Name = new EntityName - { - Type = new EntityType - { - Identifier = "PR", - Qualifier = EntityNameQualifierEnum.NonPerson - }, - LastName = "ABC Company", - Identification = new Identification { Qualifier = "PI", Id = "842610001" } - } - }, - Receiver = new Provider - { - Name = new EntityName - { - Type = new EntityType - { - Identifier = "1P", - Qualifier = EntityNameQualifierEnum.NonPerson - }, - LastName = "BONE AND JOIN CLINIC", - Identification = new Identification { Qualifier = "SV", Id = "2000035" } - } - }, - Subscriber = new BenefitMember - { - Gender = GenderEnum.Male, - DateOfBirth = DateTime.Parse("1963-05-19"), - Name = new EntityName - { - Type = new EntityType - { - Qualifier = EntityNameQualifierEnum.Person - }, - LastName = "SMITH", - FirstName = "JOHN", - Identification = new Identification { Qualifier = "MI", Id = "123456789" } - }, - Address = new PostalAddress - { - Line1 = "15197 BROADWAY AVENUE", - Line2 = "APT 215", - City = "KANSAS CITY", - StateCode = "MO", - PostalCode = "64108" - } - } - }; - - response.Subscriber.Dates.Add(new QualifiedDate { Qualifier = "346", Date = DateTime.Parse("2006-01-01") }); - response.BenefitInfos.Add(new EligibilityBenefitInformation - { - InfoType = new Lookup { Code = "1", Description = "Active Coverage" } - }); - document.EligibilityBenefitResponses.Add(response); - - document.RequestValidations.Add( - new RequestValidation - { - ValidRequest = true, - RejectReason = new Lookup { Code = "15", Description = "Required application data missing" } - }); - - - string xml = document.Serialize(); - - System.Diagnostics.Trace.WriteLine(xml); - } - - private EligibilityBenefitDocument TransformToModel(string resourcePath) - { - var service = new EligibilityTransformationService(); - - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(resourcePath); - - return service.Transform271ToBenefitResponse(stream); - - } - - [TestMethod] - public void Transform4010ToModel1Test() - { - var responses = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example1_DHHS.txt"); - Trace.Write(responses.Serialize()); - } - - [TestMethod] - public void Transform4010ToModel2Test() - { - var responses = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example2_TMHP.txt"); - Trace.Write(responses.Serialize()); - } - - [TestMethod] - public void Transform4010ToModel3Test() - { - var responses = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example3_CMS_HETS.txt"); - Trace.Write(responses.Serialize()); - } - - [TestMethod] - public void Transform5010ToModel1Test() - { - var responses = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_1_2.txt"); - Trace.Write(responses.Serialize()); - } - - [TestMethod] - public void Transform5010ToModel2Test() - { - var responses = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_2_2.txt"); - Trace.Write(responses.Serialize()); - } - - [TestMethod] - public void Transform5010ToModel3Test() - { - var responses = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_1_3.txt"); - Trace.Write(responses.Serialize()); - } - - [TestMethod] - public void ValidationOnAll_WhenTransform5010ToModelTest_ShouldHaveAllRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationOnAll.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.RequestValidations.Count, 2); - Assert.AreEqual(response.EligibilityBenefitResponses[0].Dependent.RequestValidations.Count, 1); - Assert.AreEqual(response.EligibilityBenefitResponses[0].Receiver.RequestValidations.Count, 2); - Assert.AreEqual(response.EligibilityBenefitResponses[0].Source.RequestValidations.Count, 2); - Assert.AreEqual(response.EligibilityBenefitResponses[0].Subscriber.RequestValidations.Count, 1); - Assert.AreEqual(response.EligibilityBenefitResponses[0].BenefitInfos[0].RequestValidations.Count, 2); - } - - [TestMethod] - public void ValidationForDependentBenefitInfo_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForDependentBenefitInfo.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.EligibilityBenefitResponses[0].BenefitInfos[0].RequestValidations.Count, 1); - } - - [TestMethod] - public void ValidationForDependentName_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForDependentName.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.EligibilityBenefitResponses[0].Dependent.RequestValidations.Count, 1); - } - - [TestMethod] - public void ValidationForSource_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSource.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.RequestValidations.Count, 1); - } - - [TestMethod] - public void ValidationForSourceName_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSourceName.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.EligibilityBenefitResponses[0].Source.RequestValidations.Count, 1); - } - - [TestMethod] - public void ValidationForSubscriberBenefitInfo_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSubscriberBenefitInfo.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.EligibilityBenefitResponses[0].BenefitInfos[0].RequestValidations.Count, 2); - } - - [TestMethod] - public void ValidationForSubscriberName_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() - { - var response = TransformToModel("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSubscriberName.txt"); - Trace.Write(response.Serialize()); - - Assert.AreEqual(response.EligibilityBenefitResponses[0].Subscriber.RequestValidations.Count, 2); - } - - private string TransformModelToHtml(string resourcePath) - { - var service = new EligibilityTransformationService(); - - Stream stream = Assembly.GetExecutingAssembly() - .GetManifestResourceStream(resourcePath); - - var responses = service.Transform271ToBenefitResponse(stream); - - string html = service.TransformBenefitResponseToHtml(responses.EligibilityBenefitResponses.First()); - - return String.Format( - #region HTML Constant -@" - - Eligibility Response - - - {0} -" - #endregion - , html); - } - - [TestMethod] - public void Transform4010Model3ToHtmlTest() - { - string html = TransformModelToHtml("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example3_CMS_HETS.txt"); - - Trace.Write(html); - } - - [TestMethod] - public void Transform5010Model2ToHtmlTest() - { - string html = TransformModelToHtml("OopFactory.X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_2_2.txt"); - - Trace.Write(html); - } - } -} +namespace X12.Hipaa.Tests.Unit.Eligibility +{ + using System; + using System.IO; + using System.Linq; + using System.Reflection; + + using NUnit.Framework; + + using X12.Hipaa.Common; + using X12.Hipaa.Eligibility; + using X12.Hipaa.Eligibility.Services; + using X12.Hipaa.Enums; + + [TestFixture] + public class BenefitResponseTester + { + [Test] + public void SerializationTest() + { + var document = new EligibilityBenefitDocument(); + + var response = new EligibilityBenefitResponse + { + Source = new Entity + { + Name = new EntityName + { + Type = new EntityType + { + Identifier = "PR", + Qualifier = EntityNameQualifier.NonPerson + }, + LastName = "ABC Company", + Identification = new Identification { Qualifier = "PI", Id = "842610001" } + } + }, + Receiver = new Provider + { + Name = new EntityName + { + Type = new EntityType + { + Identifier = "1P", + Qualifier = EntityNameQualifier.NonPerson + }, + LastName = "BONE AND JOIN CLINIC", + Identification = new Identification { Qualifier = "SV", Id = "2000035" } + } + }, + Subscriber = new BenefitMember + { + Gender = Gender.Male, + DateOfBirth = DateTime.Parse("1963-05-19"), + Name = new EntityName + { + Type = new EntityType + { + Qualifier = EntityNameQualifier.Person + }, + LastName = "SMITH", + FirstName = "JOHN", + Identification = new Identification { Qualifier = "MI", Id = "123456789" } + }, + Address = new PostalAddress + { + Line1 = "15197 BROADWAY AVENUE", + Line2 = "APT 215", + City = "KANSAS CITY", + StateCode = "MO", + PostalCode = "64108" + } + } + }; + + response.Subscriber.Dates.Add(new QualifiedDate { Qualifier = "346", Date = DateTime.Parse("2006-01-01") }); + response.BenefitInfos.Add(new EligibilityBenefitInformation + { + InfoType = new Lookup { Code = "1", Description = "Active Coverage" } + }); + document.EligibilityBenefitResponses.Add(response); + + document.RequestValidations.Add( + new RequestValidation + { + ValidRequest = true, + RejectReason = new Lookup { Code = "15", Description = "Required application data missing" } + }); + + + string xml = document.Serialize(); + } + + [Test] + public void Transform4010ToModel1Test() + { + var responses = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example1_DHHS.txt"); + } + + [Test] + public void Transform4010ToModel2Test() + { + var responses = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example2_TMHP.txt"); + } + + [Test] + public void Transform4010ToModel3Test() + { + var responses = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example3_CMS_HETS.txt"); + } + + [Test] + public void Transform5010ToModel1Test() + { + var responses = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_1_2.txt"); + } + + [Test] + public void Transform5010ToModel2Test() + { + var responses = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_2_2.txt"); + } + + [Test] + public void Transform5010ToModel3Test() + { + var responses = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_1_3.txt"); + } + + [Test] + public void ValidationOnAll_WhenTransform5010ToModelTest_ShouldHaveAllRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationOnAll.txt"); + + Assert.AreEqual(response.RequestValidations.Count, 2); + Assert.AreEqual(response.EligibilityBenefitResponses[0].Dependent.RequestValidations.Count, 1); + Assert.AreEqual(response.EligibilityBenefitResponses[0].Receiver.RequestValidations.Count, 2); + Assert.AreEqual(response.EligibilityBenefitResponses[0].Source.RequestValidations.Count, 2); + Assert.AreEqual(response.EligibilityBenefitResponses[0].Subscriber.RequestValidations.Count, 1); + Assert.AreEqual(response.EligibilityBenefitResponses[0].BenefitInfos[0].RequestValidations.Count, 2); + } + + [Test] + public void ValidationForDependentBenefitInfo_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForDependentBenefitInfo.txt"); + + Assert.AreEqual(response.EligibilityBenefitResponses[0].BenefitInfos[0].RequestValidations.Count, 1); + } + + [Test] + public void ValidationForDependentName_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForDependentName.txt"); + + Assert.AreEqual(response.EligibilityBenefitResponses[0].Dependent.RequestValidations.Count, 1); + } + + [Test] + public void ValidationForSource_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSource.txt"); + + Assert.AreEqual(response.RequestValidations.Count, 1); + } + + [Test] + public void ValidationForSourceName_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSourceName.txt"); + + Assert.AreEqual(response.EligibilityBenefitResponses[0].Source.RequestValidations.Count, 1); + } + + [Test] + public void ValidationForSubscriberBenefitInfo_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSubscriberBenefitInfo.txt"); + + Assert.AreEqual(response.EligibilityBenefitResponses[0].BenefitInfos[0].RequestValidations.Count, 2); + } + + [Test] + public void ValidationForSubscriberName_WhenTransform5010ToModelTest_ShouldHaveRequestValidations() + { + var response = this.TransformToModel("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.ValidationForSubscriberName.txt"); + + Assert.AreEqual(response.EligibilityBenefitResponses[0].Subscriber.RequestValidations.Count, 2); + } + + [Test] + public void Transform4010Model3ToHtmlTest() + { + string html = this.TransformModelToHtml("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._4010.Example3_CMS_HETS.txt"); + } + + [Test] + public void Transform5010Model2ToHtmlTest() + { + string html = this.TransformModelToHtml("X12.Hipaa.Tests.Unit.Eligibility.TestData._271._5010.Example_3_2_2.txt"); + } + + private EligibilityBenefitDocument TransformToModel(string resourcePath) + { + var service = new EligibilityTransformationService(); + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(resourcePath); + + return service.Transform271ToBenefitResponse(stream); + } + + private string TransformModelToHtml(string resourcePath) + { + var service = new EligibilityTransformationService(); + + Stream stream = Assembly.GetExecutingAssembly() + .GetManifestResourceStream(resourcePath); + + var responses = service.Transform271ToBenefitResponse(stream); + + string html = service.TransformBenefitResponseToHtml(responses.EligibilityBenefitResponses.First()); + + return string.Format( + #region HTML Constant +@" + + Eligibility Response + + + {0} +" + #endregion + , html); + } + } +} diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example1_DHHS.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example1_DHHS.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example1_DHHS.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example1_DHHS.txt index 3eff5d2b..d7dd6bec 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example1_DHHS.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example1_DHHS.txt @@ -1,50 +1,50 @@ -ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ - GS*HS*SenderID*SCMEDICAID*20011101*0659*1*X*004010X092~ - ST*271*0001~ - BHT*0022*11*00001*20000615*1325~ - HL*1**20*1~ - AAA*N**RC*C~ - NM1*PR*2*Medicaid*****PI*PayerID~ - HL*2*1*21*1~ - NM1*1P*2*Pharmacy*****SV*ProviderID~ - AAA*N**RC*C~ - HL*3*2*22*0~ - TRN*1*12345-67890*9xxxxxxxxx*sub ID~ - NM1*IL*1*Public*John*Q***MI*Recipient ID~ - REF*49*Family Number~ - REF*EJ*PatientID~ - REF*SY*SocSecNum~ - N3*AddressLine1*AddressLine2~ - N4*City-State**ZipCode~ - DMG*D8*20000101*Gender~ - DTP*472*D8*20000614~ - AAA*N**RC*C~ - EB*6~ - EB*1****PCAT: payment category description~ - EB*R***QM*QMB~ - EB*1****QCAT: qualifying category description~ - EB*D**44******VS*999~ - EB*J**13******VS*999~ - EB*J**33******VS*999~ - EB*D***HM*Y~ - EB*L****RSP Code Desc~ - MSG*RSP Message Text~ - LS*2120~ - NM1*1P*1*Public*John*Q***SV*ProviderID~ - N3*AddressLine1*AddressLine2~ - N4*City*ST*ZipCode~ - PER*IC**TE*PhoneNbr~ - LE*2120~ - EB*R***MA*Medicare Part A~ - EB*R***MB*Medicare Part B~ - REF*F6*Medicare Claim No.~ - EB*R**69*OT*Policy Type Desc~ - REF*IG*PolicyNo*Carrier Name~ - DTP*356*D8*20000101~ - DTP*357*D8*20000101~ - LS*2120~ - NM1*IL*1*Policyholder*John*Q~ - LE*2120~ - SE*46*0001~ - GE*1*1~ +ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ + GS*HS*SenderID*SCMEDICAID*20011101*0659*1*X*004010X092~ + ST*271*0001~ + BHT*0022*11*00001*20000615*1325~ + HL*1**20*1~ + AAA*N**RC*C~ + NM1*PR*2*Medicaid*****PI*PayerID~ + HL*2*1*21*1~ + NM1*1P*2*Pharmacy*****SV*ProviderID~ + AAA*N**RC*C~ + HL*3*2*22*0~ + TRN*1*12345-67890*9xxxxxxxxx*sub ID~ + NM1*IL*1*Public*John*Q***MI*Recipient ID~ + REF*49*Family Number~ + REF*EJ*PatientID~ + REF*SY*SocSecNum~ + N3*AddressLine1*AddressLine2~ + N4*City-State**ZipCode~ + DMG*D8*20000101*Gender~ + DTP*472*D8*20000614~ + AAA*N**RC*C~ + EB*6~ + EB*1****PCAT: payment category description~ + EB*R***QM*QMB~ + EB*1****QCAT: qualifying category description~ + EB*D**44******VS*999~ + EB*J**13******VS*999~ + EB*J**33******VS*999~ + EB*D***HM*Y~ + EB*L****RSP Code Desc~ + MSG*RSP Message Text~ + LS*2120~ + NM1*1P*1*Public*John*Q***SV*ProviderID~ + N3*AddressLine1*AddressLine2~ + N4*City*ST*ZipCode~ + PER*IC**TE*PhoneNbr~ + LE*2120~ + EB*R***MA*Medicare Part A~ + EB*R***MB*Medicare Part B~ + REF*F6*Medicare Claim No.~ + EB*R**69*OT*Policy Type Desc~ + REF*IG*PolicyNo*Carrier Name~ + DTP*356*D8*20000101~ + DTP*357*D8*20000101~ + LS*2120~ + NM1*IL*1*Policyholder*John*Q~ + LE*2120~ + SE*46*0001~ + GE*1*1~ IEA*1*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example2_TMHP.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example2_TMHP.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example2_TMHP.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example2_TMHP.txt index 8d44fde4..d3bd4642 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example2_TMHP.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example2_TMHP.txt @@ -1,49 +1,49 @@ -ISA*00* *00* *ZZ*6175910AAC21T *ZZ*54503516A *061130*1445*U*00401*309242122*0*T*: - GS*HB*617591011C21T*545035165*20030924*21000083*309001*X*004010X092A1 - ST*271*COMP1420 - BHT*0022*11**20030924*21000083 - HL*1**20*1 - NM1*PR*2*Texas Medicaid/Healthcare Services*****PI*617591011C21T - HL*2*1*21*1 - NM1*1P*1******XX*1234567890 - HL*3*2*22*0 - TRN*1*COMPASS 21*3617591011 - TRN*2*109834652831*9877281234*RADIOLOGY - TRN*2*98175-012547*9877281234*RADIOLOGY - NM1*IL*1*LASTNAME*FIRSTNAME*M**SUFFIX*MI*444115555 - REF*SY*123456789 - REF*F6*123456789012 - REF*Q4*999888777 - REF*EJ*111222333444555 - N3*123 STREET - N4*DALLAS*TX*75024**CY*85 - DMG*D8*19850201*M - INS*Y*18*001*25 - EB*1*IND*30**PLANABBVDE - EB*R*IND*30*OT*CC - REF*6P*G123456*EMPLOYERNAME - DTP*193*D8*20000501 - DTP*194*D8*20000601 - LS*2120 - NM1*PR*2*INCOMPANYNAME - N3*123 STREET - N4*DALLAS*TX*75024 - PER*IC**WP*2145551212 - LE*2120 - EB*R*IND*30*OT*CC - REF*6P*G123456*EMPLOYERNAME - DTP*193*D8*20000501 - DTP*194*D8*20000601 - LS*2120 - NM1*IL*1*LASTNAME*FIRST*M**SUFFIX*MI*123456789 - LE*2120 - EB*R*IND*30*OT*EE - REF*6P*G345678 *EMPLOYERNAME - DTP*193*D8*20000701 - DTP*194*D8*20000801 - LS*2120 - NM1*IL*1*LASTNAME*THIRD*M**SUFFIX*MI*345678901 - LE*2120 - SE*45*COMP1420 - GE*1*309001 +ISA*00* *00* *ZZ*6175910AAC21T *ZZ*54503516A *061130*1445*U*00401*309242122*0*T*: + GS*HB*617591011C21T*545035165*20030924*21000083*309001*X*004010X092A1 + ST*271*COMP1420 + BHT*0022*11**20030924*21000083 + HL*1**20*1 + NM1*PR*2*Texas Medicaid/Healthcare Services*****PI*617591011C21T + HL*2*1*21*1 + NM1*1P*1******XX*1234567890 + HL*3*2*22*0 + TRN*1*COMPASS 21*3617591011 + TRN*2*109834652831*9877281234*RADIOLOGY + TRN*2*98175-012547*9877281234*RADIOLOGY + NM1*IL*1*LASTNAME*FIRSTNAME*M**SUFFIX*MI*444115555 + REF*SY*123456789 + REF*F6*123456789012 + REF*Q4*999888777 + REF*EJ*111222333444555 + N3*123 STREET + N4*DALLAS*TX*75024**CY*85 + DMG*D8*19850201*M + INS*Y*18*001*25 + EB*1*IND*30**PLANABBVDE + EB*R*IND*30*OT*CC + REF*6P*G123456*EMPLOYERNAME + DTP*193*D8*20000501 + DTP*194*D8*20000601 + LS*2120 + NM1*PR*2*INCOMPANYNAME + N3*123 STREET + N4*DALLAS*TX*75024 + PER*IC**WP*2145551212 + LE*2120 + EB*R*IND*30*OT*CC + REF*6P*G123456*EMPLOYERNAME + DTP*193*D8*20000501 + DTP*194*D8*20000601 + LS*2120 + NM1*IL*1*LASTNAME*FIRST*M**SUFFIX*MI*123456789 + LE*2120 + EB*R*IND*30*OT*EE + REF*6P*G345678 *EMPLOYERNAME + DTP*193*D8*20000701 + DTP*194*D8*20000801 + LS*2120 + NM1*IL*1*LASTNAME*THIRD*M**SUFFIX*MI*345678901 + LE*2120 + SE*45*COMP1420 + GE*1*309001 IEA*1*309242122 \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS-HETS.xml b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS-HETS.xml similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS-HETS.xml rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS-HETS.xml index ddb6c20d..5a6e7f6b 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS-HETS.xml +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS-HETS.xml @@ -1,1436 +1,1436 @@ - - - - - - 00 - - - - - - 00 - - - - - - ZZ - - - CMS - - - ZZ - - - SUBMITTERID - - 090501 - - 0758 - - - U - - - 00401 - - 111111111 - - - 0 - - - - P - - - - - - - - - - - - HB - - - CMS - - SUBMITTERID - - 20090501 - - 0758 - - 222222222 - - - X - - - 004010X092A1 - - - - - 271 - - 333333333 - - - - - 0022 - - - 11 - - TRANSA - - 20090501 - - 07582355 - - - - - 1 - - - - 20 - - - - 1 - - - - - - - PR - - - - 2 - - - CMS - - - - - - - PI - - - CMS - - - - - - 2 - - 1 - - - 21 - - - - 1 - - - - - - - 1P - - - - 2 - - - IRNAME - - - - - - - XX - - - NPI - - - - - - 3 - - 2 - - - 22 - - - - 0 - - - - - 2 - - TRACKNUM - - 9ABCDEFGHI - - - - - - IL - - - - 1 - - - LNAME - - FNAME - - MNAME - - - - - MI - - - HICN - - - - ADDRESS LINE1 - - ADDRESS LINE2 - - - - CITY - - SC - - ZIPCODE - - - - - D8 - - - 19200401 - - - F - - - - - - Y - - - - 18 - - - - 001 - - - - 25 - - - - - - 472 - - - - D8 - - - 20090501 - - - - - - 1 - - - - IND - - - - - MA - - - - - - 307 - - - - D8 - - - 19850401 - - - - - - - K - - - - - 47 - - - - MA - - - - - 33 - - - - - - LA - - - 60 - - - - - - - C - - - - - 47 - - - - MA - - - - - 29 - - - 992 - - - - - - - F - - - - - 47 - - - - MA - - - - - 29 - - - - - - DY - - - 60 - - - - - - - B - - - - - 47 - - - - MA - - - - - 29 - - - 248 - - - - DY - - - 30 - - - - - - - F - - - - - AG - - - - MA - - - - - 29 - - - - - - DY - - - 20 - - - - - - - B - - - - - AG - - - - MA - - - - - 29 - - - 124 - - - - DY - - - 80 - - - - - - - C - - - - - 47 - - - - MA - - - - - 29 - - - 0 - - - - - 435 - - - RD8 - - 20080813-20080830 - - - - - - - F - - - - - 47 - - - - MA - - - - - 29 - - - - - - DY - - - 43 - - - - - 435 - - - RD8 - - 20080813-20080830 - - - - - - - B - - - - - 47 - - - - MA - - - - - 29 - - - 248 - - - - DY - - - 30 - - - - - 435 - - - RD8 - - 20080813-20080830 - - - - - - - F - - - - - AG - - - - MA - - - - - 29 - - - - - - DY - - - 20 - - - - - 435 - - - RD8 - - 20080813-20080830 - - - - - - - B - - - - - AG - - - - MA - - - - - 29 - - - 124 - - - - DY - - - 80 - - - - - 435 - - - RD8 - - 20080813-20080830 - - - - - - - 1 - - - - IND - - - - - MB - - - - - - 307 - - - - D8 - - - 19850401 - - - - - - - C - - - - - 96 - - - - MB - - - - - 29 - - - 0 - - - - 292 - - RD8 - - 20090101-20091231 - - - - - - - D - - - - IND - - - - - MB - - - - - - - - - - - - - HC - - 90669 - - - - - 348 - - - D8 - - - 20090406 - - - - - - - F - - - - IND - - - - 67 - - - - MB - - - - - 29 - - - - - - P6 - - - 8 - - - - - - - F - - - - IND - - - - AD - - - - MB - - - - - 29 - - - 1840 - - - - 292 - - RD8 - - 20090101-20091231 - - - - - - - F - - - - IND - - - - - MB - - - Physical and Speech Therapy - - - 29 - - - 1840 - - - - 292 - - RD8 - - 20090101-20091231 - - - - - - - C - - - - IND - - - - 10 - - - - - - 29 - - - - - - DB - - - 3 - - - - 292 - - RD8 - - 20090101-20091231 - - - - - - - X - - - - - 45 - - - - MA - - - - - 26 - - - - - 292 - - RD8 - - 20051027-20051107 - - - - 2120 - - - - - - 1P - - - - 2 - - - ORGNAME - - - - - - - XX - - - NPI - - - - 2120 - - - - - - - - R - - - - IND - - - - 30 - - - - 12 - - - - - - IG - - - POLICYNUMBER - - - - 290 - - - D8 - - - 19900101 - - - - 2120 - - - - - PRP - - - 2 - - - ORGNAME - - - - ADDRESSLINE1 - - ADDRESSLINE2 - - - - CITY - - SC - - ZIPCODE - - - - 2120 - - - - - - - - X - - - - - 42 - - - - MA - - - - - 26 - - - - - - 193 - - - - D8 - - - 20070705 - - - - - 194 - - - - D8 - - - 20070902 - - - - - 193 - - - - D8 - - - 20070705 - - - - - 194 - - - - D8 - - - 20070717 - - - HHEH Start Date - - - HHEH End Date - - - HHEH DOEBA - - - HHEH DOLBA - - - - 2120 - - - - - - PR - - - - 2 - - - ORGNAME - - - - - - - PI - - - CONTRACTNUMBER - - - - - HH - - - 9K - - NPI - - - - 2120 - - - - - - - - D - - - - - 15 - - - - MA - - - - - - 356 - - - - D8 - - - 20060218 - - - - 198 - - - D8 - - - 20061110 - - - ESRD Transplant Discharge Date - - - - - - - R - - - - - 30 - - - - HM - - - - - 18 - - PLANNUMBER - - - - 290 - - - D8 - - - 20070701 - - - - 2120 - - - - - PRP - - - 2 - - - ORGNAME - - - - ADDRESSLINE1 - - ADDRESSLINE2 - - - - CITY - - SC - - ZIPCODE - - - - - IC - - - - - TE - - - AAABBBCCCC - - - - 2120 - - - - - - - - R - - - - - 88 - - - - OT - - - - - 18 - - CONTRACTNUMBER PLANNUMBER - - - - 292 - - - D8 - - - 20090701 - - - - ZZ - 21 - - - - - - - 44 - Broken bones and third degree burns - - - - - 2120 - - - - - PRP - - - 2 - - - ORGNAME - - - - ADDRESSLINE1 - - - - CITY - - SC - - ZIPCODE - - - - - IC - - - - - TE - - - TELEPHONENUM - - - - 2120 - - - - - - - - 6 - - - - - - 307 - - - RD8 - - 20070901-20070930 - - - - - - - - - 96 - - 333333333 - - - - - 1 - - 222222222 - - - - - 1 - - 111111111 - + + + + + + 00 + + + + + + 00 + + + + + + ZZ + + + CMS + + + ZZ + + + SUBMITTERID + + 090501 + + 0758 + + + U + + + 00401 + + 111111111 + + + 0 + + + + P + + + + + + + + + + + + HB + + + CMS + + SUBMITTERID + + 20090501 + + 0758 + + 222222222 + + + X + + + 004010X092A1 + + + + + 271 + + 333333333 + + + + + 0022 + + + 11 + + TRANSA + + 20090501 + + 07582355 + + + + + 1 + + + + 20 + + + + 1 + + + + + + + PR + + + + 2 + + + CMS + + + + + + + PI + + + CMS + + + + + + 2 + + 1 + + + 21 + + + + 1 + + + + + + + 1P + + + + 2 + + + IRNAME + + + + + + + XX + + + NPI + + + + + + 3 + + 2 + + + 22 + + + + 0 + + + + + 2 + + TRACKNUM + + 9ABCDEFGHI + + + + + + IL + + + + 1 + + + LNAME + + FNAME + + MNAME + + + + + MI + + + HICN + + + + ADDRESS LINE1 + + ADDRESS LINE2 + + + + CITY + + SC + + ZIPCODE + + + + + D8 + + + 19200401 + + + F + + + + + + Y + + + + 18 + + + + 001 + + + + 25 + + + + + + 472 + + + + D8 + + + 20090501 + + + + + + 1 + + + + IND + + + + + MA + + + + + + 307 + + + + D8 + + + 19850401 + + + + + + + K + + + + + 47 + + + + MA + + + + + 33 + + + + + + LA + + + 60 + + + + + + + C + + + + + 47 + + + + MA + + + + + 29 + + + 992 + + + + + + + F + + + + + 47 + + + + MA + + + + + 29 + + + + + + DY + + + 60 + + + + + + + B + + + + + 47 + + + + MA + + + + + 29 + + + 248 + + + + DY + + + 30 + + + + + + + F + + + + + AG + + + + MA + + + + + 29 + + + + + + DY + + + 20 + + + + + + + B + + + + + AG + + + + MA + + + + + 29 + + + 124 + + + + DY + + + 80 + + + + + + + C + + + + + 47 + + + + MA + + + + + 29 + + + 0 + + + + + 435 + + + RD8 + + 20080813-20080830 + + + + + + + F + + + + + 47 + + + + MA + + + + + 29 + + + + + + DY + + + 43 + + + + + 435 + + + RD8 + + 20080813-20080830 + + + + + + + B + + + + + 47 + + + + MA + + + + + 29 + + + 248 + + + + DY + + + 30 + + + + + 435 + + + RD8 + + 20080813-20080830 + + + + + + + F + + + + + AG + + + + MA + + + + + 29 + + + + + + DY + + + 20 + + + + + 435 + + + RD8 + + 20080813-20080830 + + + + + + + B + + + + + AG + + + + MA + + + + + 29 + + + 124 + + + + DY + + + 80 + + + + + 435 + + + RD8 + + 20080813-20080830 + + + + + + + 1 + + + + IND + + + + + MB + + + + + + 307 + + + + D8 + + + 19850401 + + + + + + + C + + + + + 96 + + + + MB + + + + + 29 + + + 0 + + + + 292 + + RD8 + + 20090101-20091231 + + + + + + + D + + + + IND + + + + + MB + + + + + + + + + + + + + HC + + 90669 + + + + + 348 + + + D8 + + + 20090406 + + + + + + + F + + + + IND + + + + 67 + + + + MB + + + + + 29 + + + + + + P6 + + + 8 + + + + + + + F + + + + IND + + + + AD + + + + MB + + + + + 29 + + + 1840 + + + + 292 + + RD8 + + 20090101-20091231 + + + + + + + F + + + + IND + + + + + MB + + + Physical and Speech Therapy + + + 29 + + + 1840 + + + + 292 + + RD8 + + 20090101-20091231 + + + + + + + C + + + + IND + + + + 10 + + + + + + 29 + + + + + + DB + + + 3 + + + + 292 + + RD8 + + 20090101-20091231 + + + + + + + X + + + + + 45 + + + + MA + + + + + 26 + + + + + 292 + + RD8 + + 20051027-20051107 + + + + 2120 + + + + + + 1P + + + + 2 + + + ORGNAME + + + + + + + XX + + + NPI + + + + 2120 + + + + + + + + R + + + + IND + + + + 30 + + + + 12 + + + + + + IG + + + POLICYNUMBER + + + + 290 + + + D8 + + + 19900101 + + + + 2120 + + + + + PRP + + + 2 + + + ORGNAME + + + + ADDRESSLINE1 + + ADDRESSLINE2 + + + + CITY + + SC + + ZIPCODE + + + + 2120 + + + + + + + + X + + + + + 42 + + + + MA + + + + + 26 + + + + + + 193 + + + + D8 + + + 20070705 + + + + + 194 + + + + D8 + + + 20070902 + + + + + 193 + + + + D8 + + + 20070705 + + + + + 194 + + + + D8 + + + 20070717 + + + HHEH Start Date + + + HHEH End Date + + + HHEH DOEBA + + + HHEH DOLBA + + + + 2120 + + + + + + PR + + + + 2 + + + ORGNAME + + + + + + + PI + + + CONTRACTNUMBER + + + + + HH + + + 9K + + NPI + + + + 2120 + + + + + + + + D + + + + + 15 + + + + MA + + + + + + 356 + + + + D8 + + + 20060218 + + + + 198 + + + D8 + + + 20061110 + + + ESRD Transplant Discharge Date + + + + + + + R + + + + + 30 + + + + HM + + + + + 18 + + PLANNUMBER + + + + 290 + + + D8 + + + 20070701 + + + + 2120 + + + + + PRP + + + 2 + + + ORGNAME + + + + ADDRESSLINE1 + + ADDRESSLINE2 + + + + CITY + + SC + + ZIPCODE + + + + + IC + + + + + TE + + + AAABBBCCCC + + + + 2120 + + + + + + + + R + + + + + 88 + + + + OT + + + + + 18 + + CONTRACTNUMBER PLANNUMBER + + + + 292 + + + D8 + + + 20090701 + + + + ZZ + 21 + + + + + + + 44 + Broken bones and third degree burns + + + + + 2120 + + + + + PRP + + + 2 + + + ORGNAME + + + + ADDRESSLINE1 + + + + CITY + + SC + + ZIPCODE + + + + + IC + + + + + TE + + + TELEPHONENUM + + + + 2120 + + + + + + + + 6 + + + + + + 307 + + + RD8 + + 20070901-20070930 + + + + + + + + + 96 + + 333333333 + + + + + 1 + + 222222222 + + + + + 1 + + 111111111 + \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.htm b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.htm similarity index 96% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.htm rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.htm index 4e32afb8..82d03dae 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.htm +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.htm @@ -1,738 +1,738 @@ - - - Eligibility Response - - -
-
-

- Payer -

- - - - - - - -
Payer NameCMSTransaction ID333333333
-
-
-

- Provider -

- - - - - - - - - - - - - - - -
ProviderIRNAME
Address -
-
-
-
-
,
-
Provider IDNPITax ID -
-
-
-

- Subscriber -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Insured NameLNAME, FNAME MNAME
Member IDHICNSSN -
Group Number - Group Name 
Date of Birth1920-04-01GenderFemale
AddressADDRESS LINE1ADDRESS LINE2
CITY, SC ZIPCODE
Dependent Sequence Number - 1 -
Branch0002
Subdivision0001
Employee ID Number 
Plan Code -
-
-
-

- Coverage Type -

- - - - -
: ,
-
-
-

- Coverage Dates -

- - - - - - - -
Dependent Coverage Dates
- Eligibility Begin
-
-

- Deductibles & Maximums -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Deductible -   -
- 992
- Family - - $150.00 -
- 0
- Family - - $150.00 -
- 0
- Family - - $150.00 -
Individual -
- Family - - $150.00 -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Maximum -   -
- Individual -   - - $2,000.00 -
  - - Amount Used - - $103.00 -
  - - Amount Remaining - - $1,897.00 -
- Individual, Dental Care -   - - $2,000.00 -
  - - Amount Used - - $103.00 -
  - - Amount Remaining - - $1,897.00 -
- Individual, Periodontics -   - - $2,000.00 -
  - - Amount Used - - $103.00 -
  - - Amount Remaining - - $1,897.00 -
- Individual, Orthodontics - - Lifetime - - $2,500.00 -
-
-
-

- Plan Provisions -

- - - - - - - - - - - - - - - - - - - -
- This plan Coordinates Benefits -
- This plan uses Birthday Rule to Coordinate Benefits -
- COB Type - Non-duplication of benefits applies. -
- This plan covers teeth lost prior to the effective date -
- Total ortho charge to be considered as the placement charges 20% -
- Repetitive ortho payments are made QUARTERLY -
-
-
-

- Coverage -

- - - - - - - - - - - - - - - - - - - -
- Description -   -   - - Deductible Applies -
Medicare Part A - NO -
Medicare Part B - NO -
-
-
-

- Frequency Limitations -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Procedure - - Restriction - - Last Visit -
- 60 Days Remaining -
- 20 Days Remaining -
- 43 Days Remaining -
- 20 Days Remaining -
- 8 Number of Services or Procedures Remaining -
- Remaining -
Physical and Speech Therapy Remaining -
-
-
-

- Age Limitations -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Plan - - Procedure - - Restriction -
  -   - - Student To Age 25 -
  -   - - Dependent To Age 19 -
  - - Orthodontics - - Child To Age 19 -
  - - Orthodontics - - Student To Age 25 -
  - - Orthodontics - - Employee To Age 99 -
  - - D1204 - - To Age 19 -
  - - D1510 - - To Age 19 -
  - - D1351 - - To Age 19 -
-
-
-

- Other -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Employer -   -
- Name - - MY EMPLOYER -
- Address -   -
  -
- Payer -   -
- Name - - MetLife -
- Address - - PO BOX 981282
- EL PASO, TX  79998 -
- Contact -   - - Telephone - - (888) 660-1046 -
-
-
Disclaimer: This eligibility report is for informational purposes - only. The information is derived directly from the payer indicated on the report - and is not to be construed as a guarantee of payment. -
-
+ + + Eligibility Response + + +
+
+

+ Payer +

+ + + + + + + +
Payer NameCMSTransaction ID333333333
+
+
+

+ Provider +

+ + + + + + + + + + + + + + + +
ProviderIRNAME
Address +
+
+
+
+
,
+
Provider IDNPITax ID +
+
+
+

+ Subscriber +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Insured NameLNAME, FNAME MNAME
Member IDHICNSSN +
Group Number + Group Name 
Date of Birth1920-04-01GenderFemale
AddressADDRESS LINE1ADDRESS LINE2
CITY, SC ZIPCODE
Dependent Sequence Number + 1 +
Branch0002
Subdivision0001
Employee ID Number 
Plan Code +
+
+
+

+ Coverage Type +

+ + + + +
: ,
+
+
+

+ Coverage Dates +

+ + + + + + + +
Dependent Coverage Dates
+ Eligibility Begin
+
+

+ Deductibles & Maximums +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Deductible +   +
+ 992
+ Family + + $150.00 +
+ 0
+ Family + + $150.00 +
+ 0
+ Family + + $150.00 +
Individual +
+ Family + + $150.00 +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Maximum +   +
+ Individual +   + + $2,000.00 +
  + + Amount Used + + $103.00 +
  + + Amount Remaining + + $1,897.00 +
+ Individual, Dental Care +   + + $2,000.00 +
  + + Amount Used + + $103.00 +
  + + Amount Remaining + + $1,897.00 +
+ Individual, Periodontics +   + + $2,000.00 +
  + + Amount Used + + $103.00 +
  + + Amount Remaining + + $1,897.00 +
+ Individual, Orthodontics + + Lifetime + + $2,500.00 +
+
+
+

+ Plan Provisions +

+ + + + + + + + + + + + + + + + + + + +
+ This plan Coordinates Benefits +
+ This plan uses Birthday Rule to Coordinate Benefits +
+ COB Type - Non-duplication of benefits applies. +
+ This plan covers teeth lost prior to the effective date +
+ Total ortho charge to be considered as the placement charges 20% +
+ Repetitive ortho payments are made QUARTERLY +
+
+
+

+ Coverage +

+ + + + + + + + + + + + + + + + + + + +
+ Description +   +   + + Deductible Applies +
Medicare Part A + NO +
Medicare Part B + NO +
+
+
+

+ Frequency Limitations +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Procedure + + Restriction + + Last Visit +
+ 60 Days Remaining +
+ 20 Days Remaining +
+ 43 Days Remaining +
+ 20 Days Remaining +
+ 8 Number of Services or Procedures Remaining +
+ Remaining +
Physical and Speech Therapy Remaining +
+
+
+

+ Age Limitations +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Plan + + Procedure + + Restriction +
  +   + + Student To Age 25 +
  +   + + Dependent To Age 19 +
  + + Orthodontics + + Child To Age 19 +
  + + Orthodontics + + Student To Age 25 +
  + + Orthodontics + + Employee To Age 99 +
  + + D1204 + + To Age 19 +
  + + D1510 + + To Age 19 +
  + + D1351 + + To Age 19 +
+
+
+

+ Other +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Employer +   +
+ Name + + MY EMPLOYER +
+ Address +   +
  +
+ Payer +   +
+ Name + + MetLife +
+ Address + + PO BOX 981282
+ EL PASO, TX  79998 +
+ Contact +   + + Telephone + + (888) 660-1046 +
+
+
Disclaimer: This eligibility report is for informational purposes + only. The information is derived directly from the payer indicated on the report + and is not to be construed as a guarantee of payment. +
+
\ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example3_CMS_HETS.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example3_CMS_HETS.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.txt index 9ccd9a74..ff2af955 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example3_CMS_HETS.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.txt @@ -1,100 +1,102 @@ -ISA*00* *00* *ZZ*CMS *ZZ*SUBMITTERID *090501*0758*U*00401*111111111*0*P*|~ - GS*HB*CMS*SUBMITTERID*20090501*0758*222222222*X*004010X092A1~ - ST*271*333333333~ - BHT*0022*11*TRANSA*20090501*07582355~ - HL*1**20*1~ - NM1*PR*2*CMS*****PI*CMS~ - HL*2*1*21*1~ - NM1*1P*2*IRNAME*****XX*NPI~ - HL*3*2*22*0~ - TRN*2*TRACKNUM*9ABCDEFGHI~ - NM1*IL*1*LNAME*FNAME*MNAME***MI*HICN~ - N3*ADDRESS LINE1*ADDRESS LINE2~ - N4*CITY*SC*ZIPCODE~ - DMG*D8*19200401*F~ - INS*Y*18*001*25~ - DTP*472*D8*20090501~ - EB*1*IND**MA~ - DTP*307*D8*19850401~ - EB*K**47*MA**33***LA*60~ - EB*C**47*MA**29*992~ - EB*F**47*MA**29***DY*60~ - EB*B**47*MA**29*248**DY*30~ - EB*F**AG*MA**29***DY*20~ - EB*B**AG*MA**29*124**DY*80~ - EB*C**47*MA**29*0~ - DTP*435*RD8*20080813-20080830~ - EB*F**47*MA**29***DY*43~ - DTP*435*RD8*20080813-20080830~ - EB*B**47*MA**29*248**DY*30~ - DTP*435*RD8*20080813-20080830~ - EB*F**AG*MA**29***DY*20~ - DTP*435*RD8*20080813-20080830~ - EB*B**AG*MA**29*124**DY*80~ - DTP*435*RD8*20080813-20080830~ - EB*1*IND**MB~ - DTP*307*D8*19850401~ - EB*C**96*MB**29*0~ - DTP*292*RD8*20090101-20091231~ - EB*D*IND**MB*********HC|90669~ - DTP*348*D8*20090406~ - EB*F*IND*67*MB**29***P6*8~ - EB*F*IND*AD*MB**29*1840~ - DTP*292*RD8*20090101-20091231~ - EB*F*IND**MB*Physical and Speech Therapy*29*1840~ - DTP*292*RD8*20090101-20091231~ - EB*C*IND*10***29***DB*3~ - DTP*292*RD8*20090101-20091231~ - EB*X**45*MA**26~ - DTP*292*RD8*20051027-20051107~ - LS*2120~ - NM1*1P*2*ORGNAME*****XX*NPI~ - LE*2120~ - EB*R*IND*30*12~ - REF*IG*POLICYNUMBER~ - DTP*290*D8*19900101~ - LS*2120~ - NM1*PRP*2*ORGNAME~ - N3*ADDRESSLINE1*ADDRESSLINE2~ - N4*CITY*SC*ZIPCODE~ - LE*2120~ - EB*X**42*MA**26~ - DTP*193*D8*20070705~ - DTP*194*D8*20070902~ - DTP*193*D8*20070705~ - DTP*194*D8*20070717~ - MSG*HHEH Start Date~ - MSG*HHEH End Date~ - MSG*HHEH DOEBA~ - MSG*HHEH DOLBA~ - LS*2120~ - NM1*PR*2*ORGNAME*****PI*CONTRACTNUMBER~ - PRV*HH*9K*NPI~ - LE*2120~ - EB*D**15*MA~ - DTP*356*D8*20060218~ - DTP*198*D8*20061110~ - MSG*ESRD Transplant Discharge Date~ - EB*R**30*HM~ - REF*18*PLANNUMBER~ - DTP*290*D8*20070701~ - LS*2120~ - NM1*PRP*2*ORGNAME~ - N3*ADDRESSLINE1*ADDRESSLINE2~ - N4*CITY*SC*ZIPCODE~ - PER*IC**TE*AAABBBCCCC~ - LE*2120~ - EB*R**88*OT~ - REF*18*CONTRACTNUMBER PLANNUMBER~ - DTP*292*D8*20090701~ - LS*2120~ - NM1*PRP*2*ORGNAME~ - N3*ADDRESSLINE1~ - N4*CITY*SC*ZIPCODE~ - PER*IC**TE*TELEPHONENUM~ - LE*2120~ - EB*6~ - DTP*307*RD8*20070901-20070930~ - SE*96*333333333~ - GE*1*222222222~ +ISA*00* *00* *ZZ*CMS *ZZ*SUBMITTERID *090501*0758*U*00401*111111111*0*P*|~ + GS*HB*CMS*SUBMITTERID*20090501*0758*222222222*X*004010X092A1~ + ST*271*333333333~ + BHT*0022*11*TRANSA*20090501*07582355~ + HL*1**20*1~ + NM1*PR*2*CMS*****PI*CMS~ + HL*2*1*21*1~ + NM1*1P*2*IRNAME*****XX*NPI~ + HL*3*2*22*0~ + TRN*2*TRACKNUM*9ABCDEFGHI~ + NM1*IL*1*LNAME*FNAME*MNAME***MI*HICN~ + N3*ADDRESS LINE1*ADDRESS LINE2~ + N4*CITY*SC*ZIPCODE~ + DMG*D8*19200401*F~ + INS*Y*18*001*25~ + DTP*472*D8*20090501~ + EB*1*IND**MA~ + DTP*307*D8*19850401~ + EB*K**47*MA**33***LA*60~ + EB*C**47*MA**29*992~ + EB*F**47*MA**29***DY*60~ + EB*B**47*MA**29*248**DY*30~ + EB*F**AG*MA**29***DY*20~ + EB*B**AG*MA**29*124**DY*80~ + EB*C**47*MA**29*0~ + DTP*435*RD8*20080813-20080830~ + EB*F**47*MA**29***DY*43~ + DTP*435*RD8*20080813-20080830~ + EB*B**47*MA**29*248**DY*30~ + DTP*435*RD8*20080813-20080830~ + EB*F**AG*MA**29***DY*20~ + DTP*435*RD8*20080813-20080830~ + EB*B**AG*MA**29*124**DY*80~ + DTP*435*RD8*20080813-20080830~ + EB*1*IND**MB~ + DTP*307*D8*19850401~ + EB*C**96*MB**29*0~ + DTP*292*RD8*20090101-20091231~ + EB*D*IND**MB*********HC|90669~ + DTP*348*D8*20090406~ + EB*F*IND*67*MB**29***P6*8~ + EB*F*IND*AD*MB**29*1840~ + DTP*292*RD8*20090101-20091231~ + EB*F*IND**MB*Physical and Speech Therapy*29*1840~ + DTP*292*RD8*20090101-20091231~ + EB*C*IND*10***29***DB*3~ + DTP*292*RD8*20090101-20091231~ + EB*X**45*MA**26~ + DTP*292*RD8*20051027-20051107~ + LS*2120~ + NM1*1P*2*ORGNAME*****XX*NPI~ + LE*2120~ + EB*R*IND*30*12~ + REF*IG*POLICYNUMBER~ + DTP*290*D8*19900101~ + LS*2120~ + NM1*PRP*2*ORGNAME~ + N3*ADDRESSLINE1*ADDRESSLINE2~ + N4*CITY*SC*ZIPCODE~ + LE*2120~ + EB*X**42*MA**26~ + DTP*193*D8*20070705~ + DTP*194*D8*20070902~ + DTP*193*D8*20070705~ + DTP*194*D8*20070717~ + MSG*HHEH Start Date~ + MSG*HHEH End Date~ + MSG*HHEH DOEBA~ + MSG*HHEH DOLBA~ + LS*2120~ + NM1*PR*2*ORGNAME*****PI*CONTRACTNUMBER~ + PRV*HH*9K*NPI~ + LE*2120~ + EB*D**15*MA~ + DTP*356*D8*20060218~ + DTP*198*D8*20061110~ + MSG*ESRD Transplant Discharge Date~ + EB*R**30*HM~ + REF*18*PLANNUMBER~ + DTP*290*D8*20070701~ + LS*2120~ + NM1*PRP*2*ORGNAME~ + N3*ADDRESSLINE1*ADDRESSLINE2~ + N4*CITY*SC*ZIPCODE~ + PER*IC**TE*AAABBBCCCC~ + LE*2120~ + EB*R**88*OT~ + REF*18*CONTRACTNUMBER PLANNUMBER~ + DTP*292*D8*20090701~ + III*ZZ*21~ + III***44*Broken bones and third degree burns~ + LS*2120~ + NM1*PRP*2*ORGNAME~ + N3*ADDRESSLINE1~ + N4*CITY*SC*ZIPCODE~ + PER*IC**TE*TELEPHONENUM~ + LE*2120~ + EB*6~ + DTP*307*RD8*20070901-20070930~ + SE*96*333333333~ + GE*1*222222222~ IEA*1*111111111~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS_Model.xml b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS_Model.xml similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS_Model.xml rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS_Model.xml diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.txt index 3500da72..2542c217 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.txt @@ -1,42 +1,42 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - AAA*N**80*P~ - AAA*Y**79*N~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - PER*IC*MEMBER SERVICES*EM*MS@CARE.COM~ - AAA*Y**79*N~ - AAA*N**80*P~ - HL*2*1*21*1~ - NM1*1P*1*Smith*John*M*Mr*Sr*SV*2000035~ - AAA*Y**41*C~ - AAA*N**41*C~ - HL*3*2*22*0~ - TRN*2*93175-012547*9877281234~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - AAA*Y**42*Y~ - DMG*D8*19630519*M~ - DTP*346*D8*20060101~ - EB*1**30**GOLD 123 PLAN~ - AAA*N**51*N~ - AAA*Y**60*W~ - LS*2120~NM1*PR*2*COVENTRY HEALTH AND LIFE INSURANCE~ - N3*6705 ROCKLEDGE DR*STE 900~N4*BETHESDA*MD*208177828~ - PER*IC**TE*8008823822~ - PRV*PE*PXC*207Q00000X~ - LE*2120~ - EB*F*IND*12***32*****Y*N~ - EB*L~ - LS*2120~ - NM1*P3*1*JONES*MARCUS****SV*0202034~ - LE*2120~ - EB*1**1^33^35^47^86^88^98^AL^MH^UC~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ - SE*22*4321~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + AAA*N**80*P~ + AAA*Y**79*N~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + PER*IC*MEMBER SERVICES*EM*MS@CARE.COM~ + AAA*Y**79*N~ + AAA*N**80*P~ + HL*2*1*21*1~ + NM1*1P*1*Smith*John*M*Mr*Sr*SV*2000035~ + AAA*Y**41*C~ + AAA*N**41*C~ + HL*3*2*22*0~ + TRN*2*93175-012547*9877281234~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + AAA*Y**42*Y~ + DMG*D8*19630519*M~ + DTP*346*D8*20060101~ + EB*1**30**GOLD 123 PLAN~ + AAA*N**51*N~ + AAA*Y**60*W~ + LS*2120~NM1*PR*2*COVENTRY HEALTH AND LIFE INSURANCE~ + N3*6705 ROCKLEDGE DR*STE 900~N4*BETHESDA*MD*208177828~ + PER*IC**TE*8008823822~ + PRV*PE*PXC*207Q00000X~ + LE*2120~ + EB*F*IND*12***32*****Y*N~ + EB*L~ + LS*2120~ + NM1*P3*1*JONES*MARCUS****SV*0202034~ + LE*2120~ + EB*1**1^33^35^47^86^88^98^AL^MH^UC~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ + SE*22*4321~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.xml b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.xml similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.xml rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.xml index f6b43e1e..3a7f633a 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.xml +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_2.xml @@ -1,494 +1,494 @@ - - - - - - 00 - - - .......... - - - 01 - - - SECRET.... - - - ZZ - - - SUBMITTERS.ID.. - - - ZZ - - - RECEIVERS.ID... - - 030101 - - 1253 - - - - - - - 00501 - - 000000905 - - - 1 - - - - T - - - - - - - - - - - XX - - SENDER CODE - - RECEIVER CODE - - 19991231 - - 0802 - - 1 - - - X - - - 005010X279 - - - - - 271 - - 4321 - - 005010X279 - - - - - 0022 - - - 11 - - 10001234 - - 20060501 - - 1319 - - - - - 1 - - - - 20 - - - - 1 - - - - - - PR - - - 2 - - - ABC COMPANY - - - - - - - PI - - - 842610001 - - - - - - 2 - - 1 - - - 21 - - - - 1 - - - - - - 1P - - - 2 - - - BONE AND JOINT CLINIC - - - - - - - SV - - - 2000035 - - - - - - 3 - - 2 - - - 22 - - - - 0 - - - - - 2 - - 93175-012547 - - 9877281234 - - - - - IL - - - 1 - - - SMITH - - JOHN - - - - - - MI - - - 123456789 - - - - 15197 BROADWAY AVENUE - - APT 215 - - - - KANSAS CITY - - MO - - 64108 - - - - - D8 - - - 19630519 - - - M - - - - - 346 - - - D8 - - - 20060101 - - - - - - 1 - - - - - 30 - - - - GOLD 123 PLAN - - - - - - - L - - - - - 2120 - - - - - P3 - - - 1 - - - JONES - - MARCUS - - - - - - SV - - - 0202034 - - - - 2120 - - - - - - - - 1 - - - - - - 1 - - - 33 - - - 35 - - - 47 - - - 86 - - - 88 - - - 98 - - - AL - - - MH - - - UC - - - - - - - - - B - - - - - - 1 - - - 33 - - - 35 - - - 47 - - - 86 - - - 88 - - - 98 - - - AL - - - MH - - - UC - - - - - HM - - - GOLD 123 PLAN - - - 27 - - - 10 - - - - - - Y - - - - - - - B - - - - - - 1 - - - 33 - - - 35 - - - 47 - - - 86 - - - 88 - - - 98 - - - AL - - - MH - - - UC - - - - - HM - - - GOLD 123 PLAN - - - 27 - - - 30 - - - - - - N - - - - - - - - - 22 - - 4321 - - - - - 1 - - 1 - - - - - 1 - - 000000905 - + + + + + + 00 + + + .......... + + + 01 + + + SECRET.... + + + ZZ + + + SUBMITTERS.ID.. + + + ZZ + + + RECEIVERS.ID... + + 030101 + + 1253 + + + + + + + 00501 + + 000000905 + + + 1 + + + + T + + + + + + + + + + + XX + + SENDER CODE + + RECEIVER CODE + + 19991231 + + 0802 + + 1 + + + X + + + 005010X279 + + + + + 271 + + 4321 + + 005010X279 + + + + + 0022 + + + 11 + + 10001234 + + 20060501 + + 1319 + + + + + 1 + + + + 20 + + + + 1 + + + + + + PR + + + 2 + + + ABC COMPANY + + + + + + + PI + + + 842610001 + + + + + + 2 + + 1 + + + 21 + + + + 1 + + + + + + 1P + + + 2 + + + BONE AND JOINT CLINIC + + + + + + + SV + + + 2000035 + + + + + + 3 + + 2 + + + 22 + + + + 0 + + + + + 2 + + 93175-012547 + + 9877281234 + + + + + IL + + + 1 + + + SMITH + + JOHN + + + + + + MI + + + 123456789 + + + + 15197 BROADWAY AVENUE + + APT 215 + + + + KANSAS CITY + + MO + + 64108 + + + + + D8 + + + 19630519 + + + M + + + + + 346 + + + D8 + + + 20060101 + + + + + + 1 + + + + + 30 + + + + GOLD 123 PLAN + + + + + + + L + + + + + 2120 + + + + + P3 + + + 1 + + + JONES + + MARCUS + + + + + + SV + + + 0202034 + + + + 2120 + + + + + + + + 1 + + + + + + 1 + + + 33 + + + 35 + + + 47 + + + 86 + + + 88 + + + 98 + + + AL + + + MH + + + UC + + + + + + + + + B + + + + + + 1 + + + 33 + + + 35 + + + 47 + + + 86 + + + 88 + + + 98 + + + AL + + + MH + + + UC + + + + + HM + + + GOLD 123 PLAN + + + 27 + + + 10 + + + + + + Y + + + + + + + B + + + + + + 1 + + + 33 + + + 35 + + + 47 + + + 86 + + + 88 + + + 98 + + + AL + + + MH + + + UC + + + + + HM + + + GOLD 123 PLAN + + + 27 + + + 30 + + + + + + N + + + + + + + + + 22 + + 4321 + + + + + 1 + + 1 + + + + + 1 + + 000000905 + \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_3.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_3.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_3.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_3.txt index cb34454b..99d9dac6 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_3.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_1_3.txt @@ -1,12 +1,12 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4323*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - AAA*Y**50*N~ - SE*8*4323~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4323*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + AAA*Y**50*N~ + SE*8*4323~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.htm b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.htm similarity index 96% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.htm rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.htm index af693bed..0fb3f4ab 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.htm +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.htm @@ -1,690 +1,690 @@ - - - Eligibility Response - - -
-
-

- Payer -

- - - - - - - -
Payer NameABC COMPANYTransaction ID4322
-
-
-

- Provider -

- - - - - - - - - - - - - - - -
ProviderBONE AND JOINT CLINIC
Address -
-
-
-
-
,
-
Provider ID - Tax ID -
-
-
-

- Subscriber -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Insured NameSMITH, JOHN
Member ID123456789SSN -
Group Number - Group Name 
Date of Birth1963-05-19GenderMale
Address15197 BROADWAY AVENUEAPT 215
KANSAS CITY, MO 64108
Dependent Sequence Number - 1 -
Branch0002
Subdivision0001
Employee ID Number 
Plan Code -
-
-
-

- Dependent -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Patient NameSMITH, MARY
RelationshipChildSSN -
Group Number - Group Name 
Date of Birth1998-10-14GenderFemale
Address15197 BROADWAY AVENUEAPT 215
KANSAS CITY, MO 64108
-
-
-

- Coverage Type -

- - - - -
: ,
-
-
-

- Coverage Dates -

- - - - - - - -
Dependent Coverage Dates
- Eligibility Begin
-
-

- Deductibles & Maximums -

-
- - - - - -
- Deductible -   -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Maximum -   -
- Individual -   - - $2,000.00 -
  - - Amount Used - - $103.00 -
  - - Amount Remaining - - $1,897.00 -
- Individual, Dental Care -   - - $2,000.00 -
  - - Amount Used - - $103.00 -
  - - Amount Remaining - - $1,897.00 -
- Individual, Periodontics -   - - $2,000.00 -
  - - Amount Used - - $103.00 -
  - - Amount Remaining - - $1,897.00 -
- Individual, Orthodontics - - Lifetime - - $2,500.00 -
-
-
-

- Plan Provisions -

- - - - - - - - - - - - - - - - - - - -
- This plan Coordinates Benefits -
- This plan uses Birthday Rule to Coordinate Benefits -
- COB Type - Non-duplication of benefits applies. -
- This plan covers teeth lost prior to the effective date -
- Total ortho charge to be considered as the placement charges 20% -
- Repetitive ortho payments are made QUARTERLY -
-
-
-

- Coverage -

- - - - - - - - - - - - - - - - - - - -
- Description -   -   - - Deductible Applies -
- - NO -
-
Medical Care
-
Chiropractic
-
Dental Care
-
Hospital
-
Emergency Services
-
Pharmacy
-
Professional (Physician) Visit - Office
-
Vision (Optometry)
-
Mental Health
-
Urgent Care
-
- NO -
-
-
-

- Frequency Limitations -

- - - - - - -
- Procedure - - Restriction - - Last Visit -
-
-
-

- Age Limitations -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Plan - - Procedure - - Restriction -
  -   - - Student To Age 25 -
  -   - - Dependent To Age 19 -
  - - Orthodontics - - Child To Age 19 -
  - - Orthodontics - - Student To Age 25 -
  - - Orthodontics - - Employee To Age 99 -
  - - D1204 - - To Age 19 -
  - - D1510 - - To Age 19 -
  - - D1351 - - To Age 19 -
-
-
-

- Other -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Employer -   -
- Name - - MY EMPLOYER -
- Address -   -
  -
- Payer -   -
- Name - - MetLife -
- Address - - PO BOX 981282
- EL PASO, TX  79998 -
- Contact -   - - Telephone - - (888) 660-1046 -
-
-
Disclaimer: This eligibility report is for informational purposes - only. The information is derived directly from the payer indicated on the report - and is not to be construed as a guarantee of payment. -
-
+ + + Eligibility Response + + +
+
+

+ Payer +

+ + + + + + + +
Payer NameABC COMPANYTransaction ID4322
+
+
+

+ Provider +

+ + + + + + + + + + + + + + + +
ProviderBONE AND JOINT CLINIC
Address +
+
+
+
+
,
+
Provider ID + Tax ID +
+
+
+

+ Subscriber +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Insured NameSMITH, JOHN
Member ID123456789SSN +
Group Number + Group Name 
Date of Birth1963-05-19GenderMale
Address15197 BROADWAY AVENUEAPT 215
KANSAS CITY, MO 64108
Dependent Sequence Number + 1 +
Branch0002
Subdivision0001
Employee ID Number 
Plan Code +
+
+
+

+ Dependent +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Patient NameSMITH, MARY
RelationshipChildSSN +
Group Number + Group Name 
Date of Birth1998-10-14GenderFemale
Address15197 BROADWAY AVENUEAPT 215
KANSAS CITY, MO 64108
+
+
+

+ Coverage Type +

+ + + + +
: ,
+
+
+

+ Coverage Dates +

+ + + + + + + +
Dependent Coverage Dates
+ Eligibility Begin
+
+

+ Deductibles & Maximums +

+
+ + + + + +
+ Deductible +   +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Maximum +   +
+ Individual +   + + $2,000.00 +
  + + Amount Used + + $103.00 +
  + + Amount Remaining + + $1,897.00 +
+ Individual, Dental Care +   + + $2,000.00 +
  + + Amount Used + + $103.00 +
  + + Amount Remaining + + $1,897.00 +
+ Individual, Periodontics +   + + $2,000.00 +
  + + Amount Used + + $103.00 +
  + + Amount Remaining + + $1,897.00 +
+ Individual, Orthodontics + + Lifetime + + $2,500.00 +
+
+
+

+ Plan Provisions +

+ + + + + + + + + + + + + + + + + + + +
+ This plan Coordinates Benefits +
+ This plan uses Birthday Rule to Coordinate Benefits +
+ COB Type - Non-duplication of benefits applies. +
+ This plan covers teeth lost prior to the effective date +
+ Total ortho charge to be considered as the placement charges 20% +
+ Repetitive ortho payments are made QUARTERLY +
+
+
+

+ Coverage +

+ + + + + + + + + + + + + + + + + + + +
+ Description +   +   + + Deductible Applies +
+ + NO +
+
Medical Care
+
Chiropractic
+
Dental Care
+
Hospital
+
Emergency Services
+
Pharmacy
+
Professional (Physician) Visit - Office
+
Vision (Optometry)
+
Mental Health
+
Urgent Care
+
+ NO +
+
+
+

+ Frequency Limitations +

+ + + + + + +
+ Procedure + + Restriction + + Last Visit +
+
+
+

+ Age Limitations +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Plan + + Procedure + + Restriction +
  +   + + Student To Age 25 +
  +   + + Dependent To Age 19 +
  + + Orthodontics + + Child To Age 19 +
  + + Orthodontics + + Student To Age 25 +
  + + Orthodontics + + Employee To Age 99 +
  + + D1204 + + To Age 19 +
  + + D1510 + + To Age 19 +
  + + D1351 + + To Age 19 +
+
+
+

+ Other +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Employer +   +
+ Name + + MY EMPLOYER +
+ Address +   +
  +
+ Payer +   +
+ Name + + MetLife +
+ Address + + PO BOX 981282
+ EL PASO, TX  79998 +
+ Contact +   + + Telephone + + (888) 660-1046 +
+
+
Disclaimer: This eligibility report is for informational purposes + only. The information is derived directly from the payer indicated on the report + and is not to be construed as a guarantee of payment. +
+
\ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_2_2.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_2_2.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.txt index 3356541b..aa78065e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_2_2.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.txt @@ -1,32 +1,32 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4322*005010X279~ - BHT*0022*11*10001235*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - DMG*D8*19630519*M~ - HL*4*3*23*1~ - TRN*2*93175-012547*9877281234~ - NM1*03*1*SMITH*MARY~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - DMG*D8*19981014*F~ - INS*N*19~ - DTP*346*D8*20060101~ - EB*1**30**GOLD 123 PLAN~ - EB*L~ - LS*2120~ - NM1*P3*1*JONES*MARCUS****SV*0202034~ - LE*2120~ - EB*1**1^33^35^47^86^88^98^AL^MH^UC~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ - SE*28*4322~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4322*005010X279~ + BHT*0022*11*10001235*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + DMG*D8*19630519*M~ + HL*4*3*23*1~ + TRN*2*93175-012547*9877281234~ + NM1*03*1*SMITH*MARY~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + DMG*D8*19981014*F~ + INS*N*19~ + DTP*346*D8*20060101~ + EB*1**30**GOLD 123 PLAN~ + EB*L~ + LS*2120~ + NM1*P3*1*JONES*MARCUS****SV*0202034~ + LE*2120~ + EB*1**1^33^35^47^86^88^98^AL^MH^UC~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ + SE*28*4322~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.xml b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.xml similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.xml rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.xml index 8741b4b7..b2865cad 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.xml +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.xml @@ -1,562 +1,562 @@ - - - - - - 00 - - - .......... - - - 01 - - - SECRET.... - - - ZZ - - - SUBMITTERS.ID.. - - - ZZ - - - RECEIVERS.ID... - - 030101 - - 1253 - - - - - - - 00501 - - 000000905 - - - 1 - - - - T - - - - - - - - - - - XX - - SENDER CODE - - RECEIVER CODE - - 19991231 - - 0802 - - 1 - - - X - - - 005010X279 - - - - - 271 - - 4322 - - 005010X279 - - - - - 0022 - - - 11 - - 10001235 - - 20060501 - - 1319 - - - - - 1 - - - - 20 - - - - 1 - - - - - - PR - - - 2 - - - ABC COMPANY - - - - - - - PI - - - 842610001 - - - - - - 2 - - 1 - - - 21 - - - - 1 - - - - - - 1P - - - 2 - - - BONE AND JOINT CLINIC - - - - - - - SV - - - 2000035 - - - - - - 3 - - 2 - - - 22 - - - - 1 - - - - - - IL - - - 1 - - - SMITH - - JOHN - - - - - - MI - - - 123456789 - - - - 15197 BROADWAY AVENUE - - APT 215 - - - - KANSAS CITY - - MO - - 64108 - - - - - D8 - - - 19630519 - - - M - - - - - - - 4 - - 3 - - - 23 - - - - 1 - - - - - 2 - - 93175-012547 - - 9877281234 - - - - - 03 - - - 1 - - - SMITH - - MARY - - - - 15197 BROADWAY AVENUE - - APT 215 - - - - KANSAS CITY - - MO - - 64108 - - - - - D8 - - - 19981014 - - - F - - - - - - N - - - - 19 - - - - - - 346 - - - - D8 - - - 20060101 - - - - - - 1 - - - - - 30 - - - - GOLD 123 PLAN - - - - - - - L - - - - - 2120 - - - - - P3 - - - 1 - - - JONES - - MARCUS - - - - - - SV - - - 0202034 - - - - 2120 - - - - - - - - 1 - - - - - - 1 - - - 33 - - - 35 - - - 47 - - - 86 - - - 88 - - - 98 - - - AL - - - MH - - - UC - - - - - - - - - B - - - - - - 1 - - - 33 - - - 35 - - - 47 - - - 86 - - - 88 - - - 98 - - - AL - - - MH - - - UC - - - - - HM - - - GOLD 123 PLAN - - - 27 - - - 10 - - - - - - Y - - - - - - - B - - - - - - 1 - - - 33 - - - 35 - - - 47 - - - 86 - - - 88 - - - 98 - - - AL - - - MH - - - UC - - - - - HM - - - GOLD 123 PLAN - - - 27 - - - 30 - - - - - - N - - - - - - - - - - 28 - - 4322 - - - - - 1 - - 1 - - - - - 1 - - 000000905 - + + + + + + 00 + + + .......... + + + 01 + + + SECRET.... + + + ZZ + + + SUBMITTERS.ID.. + + + ZZ + + + RECEIVERS.ID... + + 030101 + + 1253 + + + + + + + 00501 + + 000000905 + + + 1 + + + + T + + + + + + + + + + + XX + + SENDER CODE + + RECEIVER CODE + + 19991231 + + 0802 + + 1 + + + X + + + 005010X279 + + + + + 271 + + 4322 + + 005010X279 + + + + + 0022 + + + 11 + + 10001235 + + 20060501 + + 1319 + + + + + 1 + + + + 20 + + + + 1 + + + + + + PR + + + 2 + + + ABC COMPANY + + + + + + + PI + + + 842610001 + + + + + + 2 + + 1 + + + 21 + + + + 1 + + + + + + 1P + + + 2 + + + BONE AND JOINT CLINIC + + + + + + + SV + + + 2000035 + + + + + + 3 + + 2 + + + 22 + + + + 1 + + + + + + IL + + + 1 + + + SMITH + + JOHN + + + + + + MI + + + 123456789 + + + + 15197 BROADWAY AVENUE + + APT 215 + + + + KANSAS CITY + + MO + + 64108 + + + + + D8 + + + 19630519 + + + M + + + + + + + 4 + + 3 + + + 23 + + + + 1 + + + + + 2 + + 93175-012547 + + 9877281234 + + + + + 03 + + + 1 + + + SMITH + + MARY + + + + 15197 BROADWAY AVENUE + + APT 215 + + + + KANSAS CITY + + MO + + 64108 + + + + + D8 + + + 19981014 + + + F + + + + + + N + + + + 19 + + + + + + 346 + + + + D8 + + + 20060101 + + + + + + 1 + + + + + 30 + + + + GOLD 123 PLAN + + + + + + + L + + + + + 2120 + + + + + P3 + + + 1 + + + JONES + + MARCUS + + + + + + SV + + + 0202034 + + + + 2120 + + + + + + + + 1 + + + + + + 1 + + + 33 + + + 35 + + + 47 + + + 86 + + + 88 + + + 98 + + + AL + + + MH + + + UC + + + + + + + + + B + + + + + + 1 + + + 33 + + + 35 + + + 47 + + + 86 + + + 88 + + + 98 + + + AL + + + MH + + + UC + + + + + HM + + + GOLD 123 PLAN + + + 27 + + + 10 + + + + + + Y + + + + + + + B + + + + + + 1 + + + 33 + + + 35 + + + 47 + + + 86 + + + 88 + + + 98 + + + AL + + + MH + + + UC + + + + + HM + + + GOLD 123 PLAN + + + 27 + + + 30 + + + + + + N + + + + + + + + + + 28 + + 4322 + + + + + 1 + + 1 + + + + + 1 + + 000000905 + \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2_Model.xml b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2_Model.xml similarity index 100% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2_Model.xml rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2_Model.xml diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_ErrorWithoutBenefitInfo.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_ErrorWithoutBenefitInfo.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_ErrorWithoutBenefitInfo.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_ErrorWithoutBenefitInfo.txt index 826a0fd7..91f79109 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_ErrorWithoutBenefitInfo.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_ErrorWithoutBenefitInfo.txt @@ -1,25 +1,25 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - AAA*N**80*P~ - AAA*Y**79*N~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - AAA*Y**79*N~ - AAA*N**80*P~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - AAA*Y**41*C~ - AAA*N**41*C~ - HL*3*2*22*0~ - TRN*2*93175-012547*9877281234~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - AAA*Y**42*Y~ - DMG*D8*19630519*M~ - DTP*346*D8*20060101~ - SE*21*4321~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + AAA*N**80*P~ + AAA*Y**79*N~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + AAA*Y**79*N~ + AAA*N**80*P~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + AAA*Y**41*C~ + AAA*N**41*C~ + HL*3*2*22*0~ + TRN*2*93175-012547*9877281234~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + AAA*Y**42*Y~ + DMG*D8*19630519*M~ + DTP*346*D8*20060101~ + SE*21*4321~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentBenefitInfo.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentBenefitInfo.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentBenefitInfo.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentBenefitInfo.txt index 15521fcc..4e9c19a7 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentBenefitInfo.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentBenefitInfo.txt @@ -1,20 +1,20 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - DMG*D8*19630519*M~ - HL*4*3*23*0~ - NM1*03*1*smith*mary~ - DMG*D8*19650919*F~ - DTP*346*D8*20060101~ - EB*1**30**bronze 123 plan~ - AAA*N**70*C~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + DMG*D8*19630519*M~ + HL*4*3*23*0~ + NM1*03*1*smith*mary~ + DMG*D8*19650919*F~ + DTP*346*D8*20060101~ + EB*1**30**bronze 123 plan~ + AAA*N**70*C~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentName.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentName.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentName.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentName.txt index 7e4af0a7..e76defc5 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentName.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForDependentName.txt @@ -1,20 +1,20 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - DMG*D8*19630519*M~ - HL*4*3*23*0~ - NM1*03*1*smith*mary~ - AAA*N**58*C~ - DMG*D8*19650919*F~ - DTP*346*D8*20060101~ - EB*1**30**bronze 123 plan~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + DMG*D8*19630519*M~ + HL*4*3*23*0~ + NM1*03*1*smith*mary~ + AAA*N**58*C~ + DMG*D8*19650919*F~ + DTP*346*D8*20060101~ + EB*1**30**bronze 123 plan~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForReceiverName.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForReceiverName.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForReceiverName.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForReceiverName.txt index c54939b9..bf2882e0 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForReceiverName.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForReceiverName.txt @@ -1,15 +1,15 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - AAA*N**43*C~ - AAA*N**44*C~ - AAA*N**45*C~ - AAA*N**47*C~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + AAA*N**43*C~ + AAA*N**44*C~ + AAA*N**45*C~ + AAA*N**47*C~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSource.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSource.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSource.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSource.txt index 0e236c32..5aadeb5a 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSource.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSource.txt @@ -1,9 +1,9 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - AAA*Y**42*Y~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + AAA*Y**42*Y~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSourceName.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSourceName.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSourceName.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSourceName.txt index a772d7af..2cfdb9f3 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSourceName.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSourceName.txt @@ -1,10 +1,10 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - AAA*N**79*C~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + AAA*N**79*C~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberBenefitInfo.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberBenefitInfo.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberBenefitInfo.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberBenefitInfo.txt index e94d209e..c0ed4cd8 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberBenefitInfo.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberBenefitInfo.txt @@ -1,21 +1,21 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - TRN*2*93175-012547*9877281234~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - DMG*D8*19630519*M~ - DTP*346*D8*20060101~ - EB*1**30**GOLD 123 PLAN~ - AAA*N**CI*C~ - AAA*N**70*C~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + TRN*2*93175-012547*9877281234~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + DMG*D8*19630519*M~ + DTP*346*D8*20060101~ + EB*1**30**GOLD 123 PLAN~ + AAA*N**CI*C~ + AAA*N**70*C~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberName.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberName.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberName.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberName.txt index 02cfb534..f0e96fb3 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberName.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationForSubscriberName.txt @@ -1,20 +1,20 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - TRN*2*93175-012547*9877281234~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4**MO*64108~ - AAA*N**72*C~ - AAA*N**75*C~ - DMG*D8*19630519*M~ - DTP*346*D8*20060101~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + TRN*2*93175-012547*9877281234~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4**MO*64108~ + AAA*N**72*C~ + AAA*N**75*C~ + DMG*D8*19630519*M~ + DTP*346*D8*20060101~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationOnAll.txt b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationOnAll.txt similarity index 96% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationOnAll.txt rename to tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationOnAll.txt index c8b16f12..453be955 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationOnAll.txt +++ b/tests/X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/ValidationOnAll.txt @@ -1,33 +1,33 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - AAA*Y**79*N~ - AAA*N**42*C~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - AAA*Y**79*N~ - AAA*N**80*P~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - AAA*Y**41*C~ - AAA*N**41*C~ - HL*3*2*22*0~ - TRN*2*93175-012547*9877281234~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - AAA*Y**42*W~ - DMG*D8*19630519*M~ - DTP*346*D8*20060101~ - HL*4*3*23*0~ - NM1*03*1*smith*mary~ - AAA*Y**35*N~ - DMG*D8*19650919*F~ - DTP*346*D8*20060101~ - EB*1**30**bronze 123 plan~ - AAA*N**52*N~ - AAA*Y**60*W~ - SE*22*4321~ - GE*1*1~ -IEA*1*000000905~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + AAA*Y**79*N~ + AAA*N**42*C~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + AAA*Y**79*N~ + AAA*N**80*P~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + AAA*Y**41*C~ + AAA*N**41*C~ + HL*3*2*22*0~ + TRN*2*93175-012547*9877281234~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + AAA*Y**42*W~ + DMG*D8*19630519*M~ + DTP*346*D8*20060101~ + HL*4*3*23*0~ + NM1*03*1*smith*mary~ + AAA*Y**35*N~ + DMG*D8*19650919*F~ + DTP*346*D8*20060101~ + EB*1**30**bronze 123 plan~ + AAA*N**52*N~ + AAA*Y**60*W~ + SE*22*4321~ + GE*1*1~ +IEA*1*000000905~ diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Properties/AssemblyInfo.cs b/tests/X12.Hipaa.Tests.Unit/Properties/AssemblyInfo.cs similarity index 89% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Properties/AssemblyInfo.cs rename to tests/X12.Hipaa.Tests.Unit/Properties/AssemblyInfo.cs index 9cc10d64..38b58d6d 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Properties/AssemblyInfo.cs +++ b/tests/X12.Hipaa.Tests.Unit/Properties/AssemblyInfo.cs @@ -1,35 +1,35 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Hipaa.Tests.Unit")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("OopFactory.X12.Hipaa.Tests.Unit")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4bc637da-9067-4257-9e7b-d5ddfef68a1c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Hipaa.Tests.Unit")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("X12.Hipaa.Tests.Unit")] +[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("4bc637da-9067-4257-9e7b-d5ddfef68a1c")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/OopFactory.X12.Hipaa.Tests.Unit.csproj b/tests/X12.Hipaa.Tests.Unit/X12.Hipaa.Tests.Unit.csproj similarity index 67% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/OopFactory.X12.Hipaa.Tests.Unit.csproj rename to tests/X12.Hipaa.Tests.Unit/X12.Hipaa.Tests.Unit.csproj index 5d7aed95..282a9b87 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/OopFactory.X12.Hipaa.Tests.Unit.csproj +++ b/tests/X12.Hipaa.Tests.Unit/X12.Hipaa.Tests.Unit.csproj @@ -1,126 +1,149 @@ - - - - Debug - AnyCPU - - - 2.0 - {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2} - Library - Properties - OopFactory.X12.Hipaa.Tests.Unit - OopFactory.X12.Hipaa.Tests.Unit - v4.0 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - SAK - SAK - SAK - SAK - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\lib\Fonet.dll - - - - - 3.5 - - - - - - False - - - - - - - - - - - {203C0F4B-D1F0-4C20-8968-7DBD84F4A815} - OopFactory.X12.Hipaa - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - - - - - - - - - - - - - - Always - - - Always - - - - - - - - - - - - - - - - - - - - - Always - - - - - - - + + + + + + Debug + AnyCPU + + + 2.0 + {8FB2C5B0-C09A-4F83-B2FC-66062E429AD2} + Library + Properties + X12.Hipaa.Tests.Unit + X12.Hipaa.Tests.Unit + v4.6.1 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + SAK + SAK + SAK + SAK + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\..\packages\Fonet.1.0\lib\net20\Fonet.dll + + + ..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll + + + + 3.5 + + + + + + False + + + + + + + + + + + {203c0f4b-d1f0-4c20-8968-7dbd84f4a815} + X12.Hipaa + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + + + + + + + + + + + + + + + + + + Always + + + Always + + + + + + + + + + + + + + + + + + + + + Always + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/tests/X12.Hipaa.Tests.Unit/packages.config b/tests/X12.Hipaa.Tests.Unit/packages.config new file mode 100644 index 00000000..544b49db --- /dev/null +++ b/tests/X12.Hipaa.Tests.Unit/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Integration/Properties/AssemblyInfo.cs b/tests/X12.Tests.Integration/Properties/AssemblyInfo.cs similarity index 88% rename from tests/OopFactory.X12.Tests.Integration/Properties/AssemblyInfo.cs rename to tests/X12.Tests.Integration/Properties/AssemblyInfo.cs index a3145d3d..81faccf9 100644 --- a/tests/OopFactory.X12.Tests.Integration/Properties/AssemblyInfo.cs +++ b/tests/X12.Tests.Integration/Properties/AssemblyInfo.cs @@ -1,35 +1,35 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Tests.Integration")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OopFactory.X12.Tests.Integration")] -[assembly: AssemblyCopyright("Copyright © 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("bc77a94a-f8c3-47bc-b1ea-bc88a7fcd331")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Tests.Integration")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("X12.Tests.Integration")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("bc77a94a-f8c3-47bc-b1ea-bc88a7fcd331")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/tests/X12.Tests.Integration/Repositories/GetTransactionSegmentsTester.cs b/tests/X12.Tests.Integration/Repositories/GetTransactionSegmentsTester.cs new file mode 100644 index 00000000..8c941823 --- /dev/null +++ b/tests/X12.Tests.Integration/Repositories/GetTransactionSegmentsTester.cs @@ -0,0 +1,52 @@ +namespace X12.Tests.Integration.Repositories +{ + using System; + + using NUnit.Framework; + + using X12.Sql; + + [TestFixture, Ignore("Database tests have issues with authentication, SetUp, and TearDown")] + public class GetTransactionSegmentsTester + { + [Test] + public void ReadTransactions() + { + // arrange + var repo = new SqlTransactionRepository("Data Source=(local);Initial Catalog=X12;Integrated Security=True", "Test", typeof(long)); + + // act + var list = repo.GetTransactionSets(new RepoTransactionSetSearchCriteria + { + SenderId = "580977458", + InterchangeMinDate = DateTime.Parse("2011-01-01") + }); + + // assert + Assert.IsTrue(list.Count > 0); + } + + [Test] + public void ReadLoops() + { + // arrange + var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=X12;Integrated Security=True", "Test", typeof(long)); + + // act + var list = repo.GetLoops(new RepoLoopSearchCriteria { TransactionSetCode = "837", SpecLoopId = "2300" }); + + // assert + Assert.IsTrue(list.Count > 0); + } + + [Test] + public void TestGetTransactionSegments([Values(831, 821)] int loopId) + { + // arrange + var repo = new SqlTransactionRepository("Data Source=localhost;Initial Catalog=X12;Integrated Security=True", "Test", typeof(long)); + + // act - assert + var segments = repo.GetTransactionSegments(loopId, 99, true); + } + } +} diff --git a/tests/X12.Tests.Integration/Repositories/LoadInterchangeTester.cs b/tests/X12.Tests.Integration/Repositories/LoadInterchangeTester.cs new file mode 100644 index 00000000..ef3eb882 --- /dev/null +++ b/tests/X12.Tests.Integration/Repositories/LoadInterchangeTester.cs @@ -0,0 +1,77 @@ +namespace X12.Tests.Integration.Repositories +{ + using System.Reflection; + + using NUnit.Framework; + + using X12.Parsing; + using X12.Specifications.Finders; + using X12.Sql; + + [TestFixture, Ignore("Database tests have issues with authentication, SetUp, and TearDown")] + public class LoadInterchangeTester + { + [Test] + public void LoadAllTestFiles() + { + var indexedSegments = new[] + { + "AMT", + "BHT", + "CAS", + "CL1", + "CLM", + "CN1", + "DMG", + "DN1", + "DTP", + "HCP", + "HI", + "HL", + "K3", + "LX", + "MEA", + "N3", + "N4", + "NM1", + "NTE", + "OI", + "PAT", + "PER", + "PRV", + "PWK", + "QTY", + "REF", + "SBR", + "SV1", + "SV2", + "SV3", + "SVD", + "TOO" + }; + + var repo = new SqlTransactionRepository( + "Data Source=localhost;Initial Catalog=X12;Integrated Security=True", + new SpecificationFinder(), + indexedSegments, + typeof(long), + "Inbound"); + + var parser = new X12Parser(); + + foreach (var resource in Assembly.GetExecutingAssembly().GetManifestResourceNames()) + { + if (resource.StartsWith("X12.Tests.Unit.Parsing._SampleEdiFiles") && !resource.EndsWith(".xml")) + { + var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(resource); + + var interchanges = parser.ParseMultiple(stream); + foreach (var interchange in interchanges) + { + repo.Save(interchange, resource, "dstrubhar"); + } + } + } + } + } +} diff --git a/tests/OopFactory.X12.Tests.Integration/Repositories/SaveRevisionTester.cs b/tests/X12.Tests.Integration/Repositories/SaveRevisionTester.cs similarity index 56% rename from tests/OopFactory.X12.Tests.Integration/Repositories/SaveRevisionTester.cs rename to tests/X12.Tests.Integration/Repositories/SaveRevisionTester.cs index 9443ac0a..fb7b08c8 100644 --- a/tests/OopFactory.X12.Tests.Integration/Repositories/SaveRevisionTester.cs +++ b/tests/X12.Tests.Integration/Repositories/SaveRevisionTester.cs @@ -1,67 +1,73 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Repositories; -using System.Reflection; -using System.Diagnostics; - -namespace OopFactory.X12.Tests.Integration.Repositories -{ - [TestClass] - public class SaveRevisionTester - { - [TestMethod, Ignore] - public void SaveRevisionTest() - { - var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=X12;Integrated Security=True", - new SpecificationFinder(), - "NM1,N1,N3,N4,N9,REF,PER".Split(','), "Test", "dbo"); - - var segments = repo.GetTransactionSegments(3293, Int32.MaxValue, false); - - var subsriberSeg = segments.First(s => s.SpecLoopId == "2010BA"); - subsriberSeg.Segment.SetElement(5,"MID"); - - var claimSeg = segments.First(s => s.SpecLoopId == "2300"); - claimSeg.Segment.SetElement(1, "ABC26403774"); - - var tooSeg = segments.First(s => s.PositionInInterchange == 30); - tooSeg.Deleted = true; - - long revId = repo.SaveRevision(segments, "Testing the revision feature", Environment.UserName); - - Trace.WriteLine(revId); - - Assert.IsTrue(revId > 0); - } - - [TestMethod] - public void SaveRevisionGuidTest() - { - var repo = new SqlTransactionRepository("Data Source=127.0.0.1;Initial Catalog=Test5;Integrated Security=True", - new SpecificationFinder(), - "NM1,N1,N3,N4,N9,REF,PER".Split(','), "X12", "dbo"); - - var segments = repo.GetTransactionSegments(Guid.Parse("DC737E4D-33D3-487D-9C36-00C93759B8C4"), Int32.MaxValue, false); - - var subsriberSeg = segments.First(s => s.SpecLoopId == "2010BA"); - subsriberSeg.Segment.SetElement(5, "MID"); - - var claimSeg = segments.First(s => s.SpecLoopId == "2300"); - claimSeg.Segment.SetElement(1, "ABC26403774"); - - var tooSeg = segments.First(s => s.PositionInInterchange == 30); - tooSeg.Deleted = true; - - long revId = repo.SaveRevision(segments, "Testing the revision feature", Environment.UserName); - - Trace.WriteLine(revId); - - Assert.IsTrue(revId > 0); - } - } -} +namespace X12.Tests.Integration.Repositories +{ + using System; + using System.Diagnostics; + using System.Linq; + + using NUnit.Framework; + + using X12.Specifications.Finders; + using X12.Sql; + + [TestFixture] + public class SaveRevisionTester + { + private static readonly string Dsn = "Data Source=localhost;Initial Catalog=Test;Integrated Security=True"; + + [Test, Ignore("Database tests have issues with authentication, SetUp, and TearDown")] + public void SaveRevisionTest() + { + var repo = new SqlTransactionRepository( + Dsn, + new SpecificationFinder(), + "NM1,N1,N3,N4,N9,REF,PER".Split(','), + typeof(long), + "Test"); + + var segments = repo.GetTransactionSegments(3293, int.MaxValue); + + var subsriberSeg = segments.First(s => s.SpecLoopId == "2010BA"); + subsriberSeg.Segment.SetElement(5, "MID"); + + var claimSeg = segments.First(s => s.SpecLoopId == "2300"); + claimSeg.Segment.SetElement(1, "ABC26403774"); + + var tooSeg = segments.First(s => s.PositionInInterchange == 30); + tooSeg.Deleted = true; + + long revId = repo.SaveRevision(segments, "Testing the revision feature", Environment.UserName); + + Trace.WriteLine(revId); + + Assert.IsTrue(revId > 0); + } + + [Test, Ignore("Database tests have issues with authentication, SetUp, and TearDown")] + public void SaveRevisionGuidTest() + { + var repo = new SqlTransactionRepository( + Dsn, + new SpecificationFinder(), + "NM1,N1,N3,N4,N9,REF,PER".Split(','), + typeof(Guid), + "X12"); + + var segments = repo.GetTransactionSegments(Guid.Parse("DC737E4D-33D3-487D-9C36-00C93759B8C4"), int.MaxValue); + + var subsriberSeg = segments.First(s => s.SpecLoopId == "2010BA"); + subsriberSeg.Segment.SetElement(5, "MID"); + + var claimSeg = segments.First(s => s.SpecLoopId == "2300"); + claimSeg.Segment.SetElement(1, "ABC26403774"); + + var tooSeg = segments.First(s => s.PositionInInterchange == 30); + tooSeg.Deleted = true; + + long revId = repo.SaveRevision(segments, "Testing the revision feature", Environment.UserName); + + Trace.WriteLine(revId); + + Assert.IsTrue(revId > 0); + } + } +} diff --git a/tests/X12.Tests.Integration/SqlReadOnlyTransactionRepoTester.cs b/tests/X12.Tests.Integration/SqlReadOnlyTransactionRepoTester.cs new file mode 100644 index 00000000..238186b1 --- /dev/null +++ b/tests/X12.Tests.Integration/SqlReadOnlyTransactionRepoTester.cs @@ -0,0 +1,110 @@ +namespace X12.Tests.Integration +{ + using System; + using System.Data.SqlClient; + using System.Diagnostics; + using System.Linq; + + using NUnit.Framework; + + using X12.Sql; + + [TestFixture] + public class SqlReadOnlyTransactionRepoTester + { + private const string Dsn = "Data Source=localhost;Initial Catalog={0};Integrated Security=True"; + private const string TestDirectory = @"C:\X12Test"; + + /// + /// Performs test initialization (creates database, test directory, etc) + /// + [SetUp] + public void SetUp() + { + if (!System.IO.Directory.Exists(TestDirectory)) + { + System.IO.Directory.CreateDirectory(TestDirectory); + } + + string createDbQuery = string.Format( + @"CREATE DATABASE Test + ON + ( NAME = Test_dat, + FILENAME = '{0}\test_1.mdf', + SIZE = 10, + MAXSIZE = 50, + FILEGROWTH = 5 ) + LOG ON + ( NAME = Test_log, + FILENAME = '{0}\test_log_1.ldf', + SIZE = 10, + MAXSIZE = 50, + FILEGROWTH = 5 )", + TestDirectory); + + using (var connection = new SqlConnection(string.Format(Dsn, "master"))) + { + connection.Open(); + using (var command = new SqlCommand(createDbQuery, connection)) + { + command.ExecuteNonQuery(); + } + } + } + + /// + /// Performs test cleanup (deletes database, test directory, etc) + /// + [TearDown] + public void TearDown() + { + string deleteDbQuery = "DROP DATABASE Test"; + + using (var connection = new SqlConnection(string.Format(Dsn, "master"))) + { + connection.Open(); + using (var command = new SqlCommand(deleteDbQuery, connection)) + { + command.ExecuteNonQuery(); + } + } + + if (System.IO.Directory.Exists(TestDirectory)) + { + System.IO.Directory.Delete(TestDirectory, true); + } + } + + /// + /// Tests that entities can be read from the database + /// + /// Being ignored due to database population issue + [Test, Ignore("Authentication and database SetUp/TearDown issues")] + public void GetEntity() + { + var repo = new SqlReadOnlyTransactionRepository(string.Format(Dsn, "Test"), typeof(Guid)); + + var entities = repo.GetEntities(new RepoEntitySearchCriteria + { + EntityIdentifierCodes = "IL,QC", + TransactionSetCode = "837", + LastNameStartsWith = "Smith", + DateOfBirthOnOrAfter = DateTime.Parse("1950-01-01") + }); + + Assert.IsTrue(entities.Count > 0); + Assert.IsTrue(entities.Count(e => e.EntityIdentifierCode == "IL") > 0); + Assert.IsTrue(entities.Count(e => e.EntityIdentifierCode == "QC") > 0); + + foreach (var entity in entities) + { + Trace.TraceInformation( + "{0}: {1}, {2} {3}", + entity.EntityIdentifierCode, + entity.Name, + entity.DateOfBirth, + entity.City); + } + } + } +} diff --git a/tests/X12.Tests.Integration/X12.Tests.Integration.csproj b/tests/X12.Tests.Integration/X12.Tests.Integration.csproj new file mode 100644 index 00000000..a6589750 --- /dev/null +++ b/tests/X12.Tests.Integration/X12.Tests.Integration.csproj @@ -0,0 +1,105 @@ + + + + + + Debug + AnyCPU + + + 2.0 + {66441684-A8F7-4C9F-AB0F-5F9448352EF1} + Library + Properties + X12.Tests.Integration + X12.Tests.Integration + v4.6.1 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + SAK + SAK + SAK + SAK + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll + + + + 3.5 + + + + + + + False + + + + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + {82795b66-0f18-4385-8180-a8c7e0f41893} + X12.Sql + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + \ No newline at end of file diff --git a/tests/X12.Tests.Integration/packages.config b/tests/X12.Tests.Integration/packages.config new file mode 100644 index 00000000..2c60fcf0 --- /dev/null +++ b/tests/X12.Tests.Integration/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Creation/InstitutionalClaimCreationTester.cs b/tests/X12.Tests.Unit/Creation/InstitutionalClaimCreationTester.cs similarity index 68% rename from tests/OopFactory.X12.Tests.Unit/Creation/InstitutionalClaimCreationTester.cs rename to tests/X12.Tests.Unit/Creation/InstitutionalClaimCreationTester.cs index 6763873a..ae8397cc 100644 --- a/tests/OopFactory.X12.Tests.Unit/Creation/InstitutionalClaimCreationTester.cs +++ b/tests/X12.Tests.Unit/Creation/InstitutionalClaimCreationTester.cs @@ -1,242 +1,273 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System.Diagnostics; -using OopFactory.X12; -using System.Reflection; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Specification; - -namespace OopFactory.X12.Tests.Unit.Creation -{ - [TestClass] - public class InstitutionalClaimCreationTester - { - private const string InterchangeSample1 = -@"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ -IEA*0*000000031~"; - - private Interchange CreateSample1InterChange(DateTime date) - { - Interchange interchange = new Interchange(date, 31, false); - interchange.InterchangeSenderId = "9012345720000"; - interchange.InterchangeReceiverId = "9088877320000"; - - return interchange; - } - - private const string FunctionGroupSample1 = -@"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - GE*0*31~ -IEA*1*000000031~"; - - private const string TransactionSample1 = -@"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*0034~ - SE*2*0034~ - GE*1*31~ -IEA*1*000000031~"; - - private Interchange CreateSample1WithFunctionGroup() - { - Interchange interchange = CreateSample1InterChange(DateTime.Parse("2002-08-16 11:44AM")); - FunctionGroup fg = interchange.AddFunctionGroup("HC", DateTime.Parse("2007-08-16 4:15PM"), 31); - fg.ApplicationSendersCode = "901234572000"; - fg.ApplicationReceiversCode = "908887732000"; - return interchange; - } - - [TestMethod] - public void SerializeSegmentSet() - { - SegmentSet set = new SegmentSet { Name = "4010" }; - SegmentSpecification isa = new SegmentSpecification { SegmentId = "ISA" }; - set.Segments.Add(isa); - isa.Elements.Add(new ElementSpecification - { - Name = "Author Info Qualifier", - Required = true, - MinLength = 2, - MaxLength = 2, - Type = ElementDataTypeEnum.Identifier - }); - string xml = set.Serialize(); - Trace.Write(xml); - SegmentSet copy = SegmentSet.Deserialize(xml); - SegmentSpecification isaCopy = copy.Segments.FirstOrDefault(s => s.SegmentId == "ISA"); - Assert.IsNotNull(isaCopy); - Assert.AreEqual("ISA", isaCopy.SegmentId); - Assert.AreEqual("Author Info Qualifier", isaCopy.Elements[0].Name); - Assert.AreEqual(2, isaCopy.Elements[0].MinLength); - - } - - [TestMethod] - public void InterchangeCreationTest() - { - DateTime date = DateTime.Parse("2002-08-16 11:44AM"); - Interchange interchange = CreateSample1InterChange(date); - - string actualX12 = interchange.SerializeToX12(true); - Assert.AreEqual(InterchangeSample1, actualX12); - Assert.AreEqual("00", interchange.AuthorInfoQualifier); - Assert.AreEqual("00", interchange.SecurityInfoQualifier); - Assert.AreEqual("01", interchange.InterchangeSenderIdQualifier); - Assert.AreEqual("01", interchange.InterchangeReceiverIdQualifier); - Assert.AreEqual(date, interchange.InterchangeDate); - } - - [TestMethod] - public void InterchangeSenderIdQualifierValidationTest() - { - try - { - Interchange interchange = CreateSample1InterChange(DateTime.Parse("2002-08-16 11:44AM")); - interchange.InterchangeSenderIdQualifier = "ER"; - Assert.Fail("An ElementValidationException was expected."); - } - catch (ElementValidationException exc) { - if (exc.ElementId != "ISA05") - Assert.Fail(string.Format("Exception expected on ISA05, but got exception on {0} instead.", exc.ElementId)); - } - } - - [TestMethod] - public void FunctionGroupCreationTest() - { - Interchange interchange = CreateSample1WithFunctionGroup(); - - Assert.AreEqual(FunctionGroupSample1, interchange.SerializeToX12(true)); - } - - [TestMethod] - public void TransactionCreationTest() - { - Interchange interchange = CreateSample1WithFunctionGroup(); - interchange.FunctionGroups.First().AddTransaction("837", "0034"); - - Assert.AreEqual(TransactionSample1, interchange.SerializeToX12(true)); - } - - [TestMethod] - public void TransactionCreationWithSegmentFromStringTest() - { - Interchange interchange = CreateSample1WithFunctionGroup(); - Transaction transaction = interchange.FunctionGroups.First().AddTransaction("837", "0034"); - Segment bht = transaction.AddSegment("BHT*0019*00*3920394930203*20070816*1615*CH"); - Assert.AreEqual("0019", bht.GetElement(1)); - Trace.Write(interchange.SerializeToX12(true)); - } - [TestMethod] - public void TransactionCreationWithSegmentToStringTest() - { - Interchange interchange = CreateSample1WithFunctionGroup(); - Transaction transaction = interchange.FunctionGroups.First().AddTransaction("837", "0034"); - Segment bht = transaction.AddSegment("BHT"); - bht.SetElement(1, "0019"); - bht.SetElement(2, "00"); - bht.SetElement(3, "3920394930203"); - bht.SetElement(4, "20070816"); - bht.SetElement(5, "1615"); - bht.SetElement(6, "CH"); - Assert.AreEqual("BHT*0019*00*3920394930203*20070816*1615*CH", bht.SegmentString); - Trace.Write(interchange.SerializeToX12(false)); - } - - [TestMethod] - public void ClaimCreationTest() - { - Interchange interchange = CreateSample1WithFunctionGroup(); - Transaction transaction = interchange.FunctionGroups.First().AddTransaction("837", "0034"); - Segment bhtSegment = transaction.AddSegment("BHT*0019*00*3920394930203*20070816*1615*CH"); - Segment refSegment = transaction.AddSegment("REF*87*004010X096A1"); - Loop senderLoop = transaction.AddLoop("NM1*41*2*HOWDEE HOSPITAL*****XX*0123456789"); - senderLoop.AddSegment("PER*IC*BETTY RUBBLE*TE*9195551111"); - Loop receiverLoop = transaction.AddLoop("NM1*40*2*BLUE CROSS BLUE SHIELD OF NC*****46*987654321"); - HierarchicalLoop providerLoop = transaction.AddHLoop("1", "20", true); - providerLoop.AddSegment("PRV*BI*ZZ*203BA0200N"); - var billingProvider = providerLoop.AddLoop("NM1*85*2*HOWDEE HOSPITAL*****XX*0123456789"); - billingProvider.AddSegment("N3*123 HOWDEE BOULEVARD"); - billingProvider.AddSegment("N4*DURHAM*NC*27701"); - billingProvider.AddSegment("REF*1J*654"); - billingProvider.AddSegment("PER*IC*BETTY RUBBLE*TE*9195551111*FX*6145551212"); - HierarchicalLoop subscriberLoop = providerLoop.AddHLoop("2", "22", false); - subscriberLoop.AddSegment("SBR*P*18*XYZ1234567******BL"); - subscriberLoop.AddSegment("PAT*********Y"); - var subscriberNameLoop = subscriberLoop.AddLoop("NM1*IL*1*DOUGH*MARY****MI*12312312312"); - subscriberNameLoop.AddSegment("N3*BOX 12312"); - subscriberNameLoop.AddSegment("N4*DURHAM*NC*27715"); - subscriberNameLoop.AddSegment("DMG*D8*19670807*F"); - subscriberLoop.AddLoop("NM1*PR*2*BLUE CROSS BLUE SHIELD OF NC*****PI*987654321"); - var claimLoop = subscriberLoop.AddLoop("CLM*2235057*200***13:A:1*Y**Y*A*********N"); - claimLoop.AddSegment("DTP*434*RD8*20070730-20070730"); - claimLoop.AddSegment("CL1*1*9*01"); - claimLoop.AddSegment("AMT*C5*160"); - claimLoop.AddSegment("REF*F8*ASD0000123"); - claimLoop.AddSegment("HI*BK:25000"); - claimLoop.AddSegment("HI*BF:78901"); - claimLoop.AddSegment("HI*BR:4491:D8:20070730"); - claimLoop.AddSegment("HI*BH:41:D8:20070501*BH:27:D8:20070715*BH:33:D8:20070415*BH:C2:D8:20070410"); - claimLoop.AddSegment("HI*BE:30:::20"); - claimLoop.AddSegment("HI*BG:01"); - var physicianLoop = claimLoop.AddLoop("NM1*71*1*SMITH*ELIZABETH*AL***34*243898989"); - physicianLoop.AddSegment("REF*1G*P97777"); - var claimLineLoop = claimLoop.AddLoop("LX*1"); - claimLineLoop.AddSegment("SV2*0300*HC:81000*120*UN*1"); - claimLineLoop.AddSegment("DTP*472*D8*20070730"); - claimLineLoop = claimLoop.AddLoop("LX*2"); - claimLineLoop.AddSegment("SV2*0320*HC:76092*50*UN*1"); - claimLineLoop.AddSegment("DTP*472*D8*20070730"); - claimLineLoop = claimLoop.AddLoop("LX*3"); - claimLineLoop.AddSegment("SV2*0270*HC:J1120*30*UN*1"); - claimLineLoop.AddSegment("DTP*472*D8*20070730"); - - Assert.AreEqual(new StreamReader(Extensions.GetEdi("INS._837I._4010.Example1.txt")).ReadToEnd(), interchange.SerializeToX12(true)); - } - - [TestMethod] - public void ElementValidationTwoArgsTester() - { - try - { - throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator.", "NM1", "AB~CD"); - } - catch (ElementValidationException exc) - { - Assert.AreEqual("Element NM1 cannot contain the value 'AB~CD' with the segment terminator.\r\nParameter name: NM1", exc.Message); - } - } - - [TestMethod] - public void ElementValidationThreeArgsTester() - { - try - { - throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator {2}.", "NM1", "AB~CD", '~'); - } - catch (ElementValidationException exc) - { - Assert.AreEqual("Element NM1 cannot contain the value 'AB~CD' with the segment terminator ~.\r\nParameter name: NM1", exc.Message); - } - } - - [TestMethod] - public void ElementValidationFiveArgsTester() - { - try - { - throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator {2}. Use a value without delimiters {2} {3} or {4}.", "NM1", "AB~CD", '~', '*', ':'); - } - catch (ElementValidationException exc) - { - Assert.AreEqual("Element NM1 cannot contain the value 'AB~CD' with the segment terminator ~. Use a value without delimiters ~ * or :.\r\nParameter name: NM1", exc.Message); - } - } - } -} +namespace X12.Tests.Unit.Creation +{ + using System; + using System.IO; + using System.Linq; + + using NUnit.Framework; + + using X12.Shared.Models; + using X12.Specifications; + using X12.Specifications.Enumerations; + using X12.Specifications.Sets; + + [TestFixture] + public class InstitutionalClaimCreationTester + { + private const string InterchangeSample1 = +@"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ +IEA*0*000000031~"; + + private const string FunctionGroupSample1 = +@"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + GE*0*31~ +IEA*1*000000031~"; + + private const string TransactionSample1 = +@"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*0034~ + SE*2*0034~ + GE*1*31~ +IEA*1*000000031~"; + + [Test] + public void SerializeSegmentSet() + { + var set = new SegmentSet { Name = "4010" }; + var isa = new SegmentSpecification { SegmentId = "ISA" }; + set.Segments.Add(isa); + isa.Elements.Add(new ElementSpecification + { + Name = "Author Info Qualifier", + Required = true, + MinLength = 2, + MaxLength = 2, + Type = ElementDataType.Identifier + }); + string xml = set.Serialize(); + + SegmentSet copy = SegmentSet.Deserialize(xml); + SegmentSpecification isaCopy = copy.Segments.FirstOrDefault(s => s.SegmentId == "ISA"); + + Assert.IsNotNull(isaCopy); + Assert.AreEqual("ISA", isaCopy.SegmentId); + Assert.AreEqual("Author Info Qualifier", isaCopy.Elements[0].Name); + Assert.AreEqual(2, isaCopy.Elements[0].MinLength); + } + + [Test] + public void InterchangeCreationTest() + { + DateTime date = DateTime.Parse("2002-08-16 11:44AM"); + Interchange interchange = this.CreateSample1InterChange(date); + + string actualX12 = interchange.SerializeToX12(true); + Assert.AreEqual(InterchangeSample1, actualX12); + Assert.AreEqual("00", interchange.AuthorInfoQualifier); + Assert.AreEqual("00", interchange.SecurityInfoQualifier); + Assert.AreEqual("01", interchange.InterchangeSenderIdQualifier); + Assert.AreEqual("01", interchange.InterchangeReceiverIdQualifier); + Assert.AreEqual(date, interchange.InterchangeDate); + } + + [Test] + public void InterchangeSenderIdQualifierValidationTest() + { + try + { + Interchange interchange = this.CreateSample1InterChange(DateTime.Parse("2002-08-16 11:44AM")); + interchange.InterchangeSenderIdQualifier = "ER"; + Assert.Fail("An ElementValidationException was expected."); + } + catch (ElementValidationException exc) + { + if (exc.ElementId != "ISA05") + { + Assert.Fail("Exception expected on ISA05, but got exception on {0} instead.", exc.ElementId); + } + } + } + + [Test] + public void FunctionGroupCreationTest() + { + Interchange interchange = this.CreateSample1WithFunctionGroup(); + + Assert.AreEqual(FunctionGroupSample1, interchange.SerializeToX12(true)); + } + + [Test] + public void TransactionCreationTest() + { + Interchange interchange = this.CreateSample1WithFunctionGroup(); + interchange.FunctionGroups.First().AddTransaction("837", "0034"); + + Assert.AreEqual(TransactionSample1, interchange.SerializeToX12(true)); + } + + [Test] + public void TransactionCreationWithSegmentFromStringTest() + { + Interchange interchange = this.CreateSample1WithFunctionGroup(); + Transaction transaction = interchange.FunctionGroups.First().AddTransaction("837", "0034"); + Segment bht = transaction.AddSegment("BHT*0019*00*3920394930203*20070816*1615*CH"); + Assert.AreEqual("0019", bht.GetElement(1)); + } + + [Test] + public void TransactionCreationWithSegmentToStringTest() + { + Interchange interchange = this.CreateSample1WithFunctionGroup(); + Transaction transaction = interchange.FunctionGroups.First().AddTransaction("837", "0034"); + Segment bht = transaction.AddSegment("BHT"); + bht.SetElement(1, "0019"); + bht.SetElement(2, "00"); + bht.SetElement(3, "3920394930203"); + bht.SetElement(4, "20070816"); + bht.SetElement(5, "1615"); + bht.SetElement(6, "CH"); + Assert.AreEqual("BHT*0019*00*3920394930203*20070816*1615*CH", bht.SegmentString); + } + + [Test] + public void ClaimCreationTest() + { + // arrange + Interchange interchange = this.CreateSample1WithFunctionGroup(); + Transaction transaction = interchange.FunctionGroups.First().AddTransaction("837", "0034"); + transaction.AddSegment("BHT*0019*00*3920394930203*20070816*1615*CH"); + transaction.AddSegment("REF*87*004010X096A1"); + + Loop senderLoop = transaction.AddLoop("NM1*41*2*HOWDEE HOSPITAL*****XX*0123456789"); + senderLoop.AddSegment("PER*IC*BETTY RUBBLE*TE*9195551111"); + + transaction.AddLoop("NM1*40*2*BLUE CROSS BLUE SHIELD OF NC*****46*987654321"); + + HierarchicalLoop providerLoop = transaction.AddHLoop("1", "20", true); + providerLoop.AddSegment("PRV*BI*ZZ*203BA0200N"); + + Loop billingProvider = providerLoop.AddLoop("NM1*85*2*HOWDEE HOSPITAL*****XX*0123456789"); + billingProvider.AddSegment("N3*123 HOWDEE BOULEVARD"); + billingProvider.AddSegment("N4*DURHAM*NC*27701"); + billingProvider.AddSegment("REF*1J*654"); + billingProvider.AddSegment("PER*IC*BETTY RUBBLE*TE*9195551111*FX*6145551212"); + + HierarchicalLoop subscriberLoop = providerLoop.AddHLoop("2", "22", false); + subscriberLoop.AddSegment("SBR*P*18*XYZ1234567******BL"); + subscriberLoop.AddSegment("PAT*********Y"); + + Loop subscriberNameLoop = subscriberLoop.AddLoop("NM1*IL*1*DOUGH*MARY****MI*12312312312"); + subscriberNameLoop.AddSegment("N3*BOX 12312"); + subscriberNameLoop.AddSegment("N4*DURHAM*NC*27715"); + subscriberNameLoop.AddSegment("DMG*D8*19670807*F"); + subscriberLoop.AddLoop("NM1*PR*2*BLUE CROSS BLUE SHIELD OF NC*****PI*987654321"); + + Loop claimLoop = subscriberLoop.AddLoop("CLM*2235057*200***13:A:1*Y**Y*A*********N"); + claimLoop.AddSegment("DTP*434*RD8*20070730-20070730"); + claimLoop.AddSegment("CL1*1*9*01"); + claimLoop.AddSegment("AMT*C5*160"); + claimLoop.AddSegment("REF*F8*ASD0000123"); + claimLoop.AddSegment("HI*BK:25000"); + claimLoop.AddSegment("HI*BF:78901"); + claimLoop.AddSegment("HI*BR:4491:D8:20070730"); + claimLoop.AddSegment("HI*BH:41:D8:20070501*BH:27:D8:20070715*BH:33:D8:20070415*BH:C2:D8:20070410"); + claimLoop.AddSegment("HI*BE:30:::20"); + claimLoop.AddSegment("HI*BG:01"); + + Loop physicianLoop = claimLoop.AddLoop("NM1*71*1*SMITH*ELIZABETH*AL***34*243898989"); + physicianLoop.AddSegment("REF*1G*P97777"); + + Loop claimLineLoop = claimLoop.AddLoop("LX*1"); + claimLineLoop.AddSegment("SV2*0300*HC:81000*120*UN*1"); + claimLineLoop.AddSegment("DTP*472*D8*20070730"); + claimLineLoop = claimLoop.AddLoop("LX*2"); + claimLineLoop.AddSegment("SV2*0320*HC:76092*50*UN*1"); + claimLineLoop.AddSegment("DTP*472*D8*20070730"); + claimLineLoop = claimLoop.AddLoop("LX*3"); + claimLineLoop.AddSegment("SV2*0270*HC:J1120*30*UN*1"); + claimLineLoop.AddSegment("DTP*472*D8*20070730"); + + var reader = new StreamReader(Extensions.GetEdi("INS._837I._4010.Example1.txt")); + + // act + // assert + Assert.AreEqual(reader.ReadToEnd(), interchange.SerializeToX12(true)); + } + + [Test] + public void ElementValidationTwoArgsTester() + { + string expectedError = string.Join( + Environment.NewLine, + "Element NM1 cannot contain the value 'AB~CD' with the segment terminator.", + "Parameter name: NM1"); + + try + { + throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator.", "NM1", "AB~CD"); + } + catch (ElementValidationException exc) + { + Assert.AreEqual(expectedError, exc.Message); + } + } + + [Test] + public void ElementValidationThreeArgsTester() + { + string expectedError = string.Join( + Environment.NewLine, + "Element NM1 cannot contain the value 'AB~CD' with the segment terminator ~.", + "Parameter name: NM1"); + + try + { + throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator {2}.", "NM1", "AB~CD", '~'); + } + catch (ElementValidationException exc) + { + Assert.AreEqual(expectedError, exc.Message); + } + } + + [Test] + public void ElementValidationFiveArgsTester() + { + string expectedError = string.Join( + Environment.NewLine, + "Element NM1 cannot contain the value 'AB~CD' with the segment terminator ~. Use a value without delimiters ~ * or :.", + "Parameter name: NM1"); + + try + { + throw new ElementValidationException("Element {0} cannot contain the value '{1}' with the segment terminator {2}. Use a value without delimiters {2} {3} or {4}.", "NM1", "AB~CD", '~', '*', ':'); + } + catch (ElementValidationException exc) + { + Assert.AreEqual(expectedError, exc.Message); + } + } + + private Interchange CreateSample1InterChange(DateTime date) + { + Interchange interchange = new Interchange(date, 31, false) + { + InterchangeSenderId = "9012345720000", + InterchangeReceiverId = "9088877320000" + }; + + return interchange; + } + + private Interchange CreateSample1WithFunctionGroup() + { + Interchange interchange = this.CreateSample1InterChange(DateTime.Parse("2002-08-16 11:44AM")); + FunctionGroup fg = interchange.AddFunctionGroup("HC", DateTime.Parse("2007-08-16 4:15PM"), 31); + fg.ApplicationSendersCode = "901234572000"; + fg.ApplicationReceiversCode = "908887732000"; + return interchange; + } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/Creation/Invoice810CreationTester.cs b/tests/X12.Tests.Unit/Creation/Invoice810CreationTester.cs similarity index 80% rename from tests/OopFactory.X12.Tests.Unit/Creation/Invoice810CreationTester.cs rename to tests/X12.Tests.Unit/Creation/Invoice810CreationTester.cs index 031c703f..1ba43dd3 100644 --- a/tests/OopFactory.X12.Tests.Unit/Creation/Invoice810CreationTester.cs +++ b/tests/X12.Tests.Unit/Creation/Invoice810CreationTester.cs @@ -1,122 +1,123 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using System.Diagnostics; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Model.Typed; - -namespace OopFactory.X12.Tests.Unit.Creation -{ - [TestClass] - public class Invoice810CreationTester - { - private string expectedX12 = @"ISA*00* *00* *30*943274043 *16*0069088189999 *990104*1532*U*00401*000000035*1*T*>~ - GS*IN*943274043TO*0069088189999*19990104*1532*1*X*004010~ - ST*810*0001~ - BIG*19981014*3662*****N6~ - N1*BT*The Scheduling Coordinator, Inc~ - N3*53241 Hamilton Dr~ - N4*Palo Alto*CA*95622*US~ - N1*RE*Bank of America- (Mkt and GMC)~ - N3*1850 Gateway Boulevard~ - N4*Concord*CA*94520*US~ - REF*11*1233626208~ - REF*01*026009593~ - ITD*03*****19981020~ - IT1*1*1*EA*2896035.3~ - PID*X****RMR Scheduling Coordinator - Estimated RMR~ - TDS*289603530~ - CTT*1~ - SE*16*0001~ - GE*1*1~ -IEA*1*000000035~"; - - [TestMethod] - public void Create810_4010Version() - { - var message = new Interchange(Convert.ToDateTime("1/4/99 15:32"), 35, false, '~','*','>') - { - SecurityInfoQualifier = "00", - InterchangeSenderIdQualifier = "30", - InterchangeSenderId = "943274043", - InterchangeReceiverIdQualifier = "16", - InterchangeReceiverId = "0069088189999" - }; - - var fg = message.AddFunctionGroup("IN", Convert.ToDateTime("1/4/1999 15:32"), 1); - fg.ApplicationSendersCode = "943274043TO"; - fg.ApplicationReceiversCode = "0069088189999"; - fg.ResponsibleAgencyCode = "X"; - fg.VersionIdentifierCode = "004010"; - - var trans = fg.AddTransaction("810", "0001"); - - var big = trans.AddSegment(new TypedSegmentBIG()); - big.BIG01_InvoiceDate = Convert.ToDateTime("10/14/1998"); - big.BIG02_InvoiceNumber = "3662"; - big.BIG07_TransactionTypeCode = "N6"; - - var billTo = trans.AddLoop(new TypedLoopN1()); - billTo.N101_EntityIdentifierCodeEnum = EntityIdentifierCode.BillToParty; - billTo.N102_Name = "The Scheduling Coordinator, Inc"; - - var billToAddress = billTo.AddSegment(new TypedSegmentN3()); - billToAddress.N301_AddressInformation = "53241 Hamilton Dr"; - - var billToLocale = billTo.AddSegment(new TypedSegmentN4()); - billToLocale.N401_CityName = "Palo Alto"; - billToLocale.N402_StateOrProvinceCode = "CA"; - billToLocale.N403_PostalCode = "95622"; - billToLocale.N404_CountryCode = "US"; - - var remitTo = trans.AddLoop(new TypedLoopN1()); - remitTo.N101_EntityIdentifierCodeEnum = EntityIdentifierCode.PartyToReceiveCommercialInvoiceRemittance; - remitTo.N102_Name = "Bank of America- (Mkt and GMC)"; - - var remitToAddress = remitTo.AddSegment(new TypedSegmentN3()); - remitToAddress.N301_AddressInformation = "1850 Gateway Boulevard"; - - var remitToLocale = remitTo.AddSegment(new TypedSegmentN4()); - remitToLocale.N401_CityName = "Concord"; - remitToLocale.N402_StateOrProvinceCode = "CA"; - remitToLocale.N403_PostalCode = "94520"; - remitToLocale.N404_CountryCode = "US"; - - var remitToRef1 = remitTo.AddSegment(new TypedSegmentREF()); - remitToRef1.REF01_ReferenceIdQualifier = "11"; - remitToRef1.REF02_ReferenceId = "1233626208"; - - var remitToRef2 = remitTo.AddSegment(new TypedSegmentREF()); - remitToRef2.REF01_ReferenceIdQualifier = "01"; - remitToRef2.REF02_ReferenceId = "026009593"; - - var itd = trans.AddSegment(new TypedSegmentITD()); - itd.ITD01_TermsTypeCode = "03"; - itd.ITD06_TermsNetDueDate = Convert.ToDateTime("10/20/1998"); - - var it1 = trans.AddLoop(new TypedLoopIT1()); - it1.IT101_AssignedIdentification = "1"; - it1.IT102_QuantityInvoiced = 1; - it1.IT103_UnitOrBasisForMeasurementCode = UnitOrBasisOfMeasurementCode.Each; - it1.IT104_UnitPrice = 2896035.3m; - - var pid = it1.AddLoop(new TypedLoopPID()); - pid.PID01_ItemDescriptionType = "X"; - pid.PID05_Description = "RMR Scheduling Coordinator - Estimated RMR"; - - var tds = trans.AddSegment(new TypedSegmentTDS()); - tds.TDS01_AmountN2 = 289603530; - - var ctt = trans.AddSegment(new TypedSegmentCTT()); - ctt.CTT01_NumberOfLineItems = 1; - - var x12 = message.SerializeToX12(true); - - Trace.Write(x12); - - Assert.AreEqual(expectedX12, x12); - } - } -} +namespace X12.Tests.Unit.Creation +{ + using System; + using System.Diagnostics; + + using NUnit.Framework; + + using X12.Shared.Enumerations; + using X12.Shared.Models; + using X12.Shared.Models.TypedLoops; + using X12.Shared.Models.TypedSegments; + + [TestFixture] + public class Invoice810CreationTester + { + private const string ExpectedX12 = @"ISA*00* *00* *30*943274043 *16*0069088189999 *990104*1532*U*00401*000000035*1*T*>~ + GS*IN*943274043TO*0069088189999*19990104*1532*1*X*004010~ + ST*810*0001~ + BIG*19981014*3662*****N6~ + N1*BT*The Scheduling Coordinator, Inc~ + N3*53241 Hamilton Dr~ + N4*Palo Alto*CA*95622*US~ + N1*RE*Bank of America- (Mkt and GMC)~ + N3*1850 Gateway Boulevard~ + N4*Concord*CA*94520*US~ + REF*11*1233626208~ + REF*01*026009593~ + ITD*03*****19981020~ + IT1*1*1*EA*2896035.3~ + PID*X****RMR Scheduling Coordinator - Estimated RMR~ + TDS*289603530~ + CTT*1~ + SE*16*0001~ + GE*1*1~ +IEA*1*000000035~"; + + [Test] + public void Create810_4010Version() + { + var message = new Interchange(new DateTime(1999, 1, 4, 15, 32, 0), 35, false, '~','*','>') + { + SecurityInfoQualifier = "00", + InterchangeSenderIdQualifier = "30", + InterchangeSenderId = "943274043", + InterchangeReceiverIdQualifier = "16", + InterchangeReceiverId = "0069088189999" + }; + + var fg = message.AddFunctionGroup("IN", new DateTime(1999, 1, 4, 15, 32, 0), 1); + fg.ApplicationSendersCode = "943274043TO"; + fg.ApplicationReceiversCode = "0069088189999"; + fg.ResponsibleAgencyCode = "X"; + fg.VersionIdentifierCode = "004010"; + + var trans = fg.AddTransaction("810", "0001"); + + var big = trans.AddSegment(new TypedSegmentBIG()); + big.BIG01_InvoiceDate = new DateTime(1998, 10, 14); + big.BIG02_InvoiceNumber = "3662"; + big.BIG07_TransactionTypeCode = "N6"; + + var billTo = trans.AddLoop(new TypedLoopN1()); + billTo.N101_EntityIdentifierCodeEnum = EntityIdentifierCode.BillToParty; + billTo.N102_Name = "The Scheduling Coordinator, Inc"; + + var billToAddress = billTo.AddSegment(new TypedSegmentN3()); + billToAddress.N301_AddressInformation = "53241 Hamilton Dr"; + + var billToLocale = billTo.AddSegment(new TypedSegmentN4()); + billToLocale.N401_CityName = "Palo Alto"; + billToLocale.N402_StateOrProvinceCode = "CA"; + billToLocale.N403_PostalCode = "95622"; + billToLocale.N404_CountryCode = "US"; + + var remitTo = trans.AddLoop(new TypedLoopN1()); + remitTo.N101_EntityIdentifierCodeEnum = EntityIdentifierCode.PartyToReceiveCommercialInvoiceRemittance; + remitTo.N102_Name = "Bank of America- (Mkt and GMC)"; + + var remitToAddress = remitTo.AddSegment(new TypedSegmentN3()); + remitToAddress.N301_AddressInformation = "1850 Gateway Boulevard"; + + var remitToLocale = remitTo.AddSegment(new TypedSegmentN4()); + remitToLocale.N401_CityName = "Concord"; + remitToLocale.N402_StateOrProvinceCode = "CA"; + remitToLocale.N403_PostalCode = "94520"; + remitToLocale.N404_CountryCode = "US"; + + var remitToRef1 = remitTo.AddSegment(new TypedSegmentREF()); + remitToRef1.REF01_ReferenceIdQualifier = "11"; + remitToRef1.REF02_ReferenceId = "1233626208"; + + var remitToRef2 = remitTo.AddSegment(new TypedSegmentREF()); + remitToRef2.REF01_ReferenceIdQualifier = "01"; + remitToRef2.REF02_ReferenceId = "026009593"; + + var itd = trans.AddSegment(new TypedSegmentITD()); + itd.ITD01_TermsTypeCode = "03"; + itd.ITD06_TermsNetDueDate = new DateTime(1998, 10, 20); + + var it1 = trans.AddLoop(new TypedLoopIT1()); + it1.IT101_AssignedIdentification = "1"; + it1.IT102_QuantityInvoiced = 1; + it1.IT103_UnitOrBasisForMeasurementCode = UnitOrBasisOfMeasurementCode.Each; + it1.IT104_UnitPrice = 2896035.3m; + + var pid = it1.AddLoop(new TypedLoopPID()); + pid.PID01_ItemDescriptionType = "X"; + pid.PID05_Description = "RMR Scheduling Coordinator - Estimated RMR"; + + var tds = trans.AddSegment(new TypedSegmentTDS()); + tds.TDS01_AmountN2 = 289603530; + + var ctt = trans.AddSegment(new TypedSegmentCTT()); + ctt.CTT01_NumberOfLineItems = 1; + + var x12 = message.SerializeToX12(true); + + Trace.Write(x12); + + Assert.AreEqual(ExpectedX12, x12); + } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/Creation/ProfessionalClaimCreationTester.cs b/tests/X12.Tests.Unit/Creation/ProfessionalClaimCreationTester.cs similarity index 88% rename from tests/OopFactory.X12.Tests.Unit/Creation/ProfessionalClaimCreationTester.cs rename to tests/X12.Tests.Unit/Creation/ProfessionalClaimCreationTester.cs index 4c08812b..165aedda 100644 --- a/tests/OopFactory.X12.Tests.Unit/Creation/ProfessionalClaimCreationTester.cs +++ b/tests/X12.Tests.Unit/Creation/ProfessionalClaimCreationTester.cs @@ -1,251 +1,248 @@ -using System; -using System.Diagnostics; -using System.IO; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Model.Typed; - -namespace OopFactory.X12.Tests.Unit.Creation -{ - [TestClass] - public class ProfessionalClaimCreationTester - { - [TestMethod] - public void Create837_5010Version() - { - var message = new Interchange(Convert.ToDateTime("01/01/03"), 000905, false) - { - InterchangeSenderIdQualifier = "ZZ", - InterchangeSenderId = "SUBMITTERS.ID", - InterchangeReceiverIdQualifier = "ZZ", - InterchangeReceiverId = "RECEIVERS.ID", - SecurityInfo = "SECRET", - SecurityInfoQualifier = "01", - }; - message.SetElement(12, "00501"); - message.SetElement(10, "1253"); - message.SetElement(11, "^"); - - var group = message.AddFunctionGroup("HC", DateTime.Now, 1, "005010X222"); - group.ApplicationSendersCode = "SENDER CODE"; - group.ApplicationReceiversCode = "RECEIVER CODE"; - group.Date = Convert.ToDateTime("12/31/1999"); - group.ControlNumber = 1; - group.SetElement(5, "0802"); - - - var transaction = group.AddTransaction("837", "0021"); - transaction.SetElement(2, "0021"); - transaction.SetElement(3, "005010X222"); - - var bhtSegment = transaction.AddSegment(new TypedSegmentBHT()); - bhtSegment.BHT01_HierarchicalStructureCode = "0019"; - bhtSegment.BHT02_TransactionSetPurposeCode = "00"; - bhtSegment.BHT03_ReferenceIdentification = "244579"; - bhtSegment.BHT04_Date = DateTime.Parse("2006-10-15"); - bhtSegment.BHT05_Time = "1023"; - bhtSegment.BHT06_TransactionTypeCode = "CH"; - - var submitterLoop = transaction.AddLoop(new TypedLoopNM1("41")); //submitter identifier code - submitterLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - submitterLoop.NM103_NameLastOrOrganizationName = "PREMIER BILLING SERVICE"; - submitterLoop.NM104_NameFirst = ""; - submitterLoop.NM109_IdCode = "TGJ23"; - submitterLoop.NM108_IdCodeQualifier = "46"; - - var perSegment = submitterLoop.AddSegment(new TypedSegmentPER()); - perSegment.PER01_ContactFunctionCode = "IC"; //information contact function code - perSegment.PER02_Name = "JERRY"; - perSegment.PER03_CommunicationNumberQualifier = CommunicationNumberQualifer.Telephone; - perSegment.PER04_CommunicationNumber = "3055552222"; - perSegment.PER05_CommunicationNumberQualifier = CommunicationNumberQualifer.TelephoneExtension; - perSegment.PER06_CommunicationNumber = "231"; - - var submitterLoop2 = transaction.AddLoop(new TypedLoopNM1("40")); - submitterLoop2.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - submitterLoop2.NM103_NameLastOrOrganizationName = "KEY INSURANCE COMPANY"; - submitterLoop2.NM104_NameFirst = ""; - submitterLoop2.NM109_IdCode = "66783JJT"; - submitterLoop2.NM108_IdCodeQualifier = "46"; - - var provider2000AHLoop = transaction.AddHLoop("1", "20", true); //*********HL 1 ****** - var prvSegment = provider2000AHLoop.AddSegment(new TypedSegmentPRV()); //Specialty Segment - prvSegment.PRV01_ProviderCode = "BI"; - prvSegment.PRV02_ReferenceIdQualifier = "PXC"; - prvSegment.PRV03_ProviderTaxonomyCode = "203BF0100Y"; - - var provider2010ACLoop = provider2000AHLoop.AddLoop(new TypedLoopNM1("85")); - provider2010ACLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - provider2010ACLoop.NM103_NameLastOrOrganizationName = "BEN KILDARE SERVICE"; - provider2010ACLoop.NM109_IdCode = "9876543210"; - provider2010ACLoop.NM108_IdCodeQualifier = "XX"; - - var provider2010AC_N3Segment = provider2010ACLoop.AddSegment(new TypedSegmentN3()); - provider2010AC_N3Segment.N301_AddressInformation = "234 SEAWAY ST"; - - var provider2010AC_N4Segment = provider2010ACLoop.AddSegment(new TypedSegmentN4()); - provider2010AC_N4Segment.N401_CityName = "MIAMI"; - provider2010AC_N4Segment.N402_StateOrProvinceCode = "FL"; - provider2010AC_N4Segment.N403_PostalCode = "33111"; - - var provider2010AC_REFSegment = provider2010ACLoop.AddSegment(new TypedSegmentREF()); - provider2010AC_REFSegment.REF01_ReferenceIdQualifier = "EI"; - provider2010AC_REFSegment.REF02_ReferenceId = "587654321"; - - var provider2010ACLoop2 = provider2000AHLoop.AddLoop(new TypedLoopNM1("87")); - provider2010ACLoop2.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - - var provider2010AC_N3Segment2 = provider2010ACLoop2.AddSegment(new TypedSegmentN3()); - provider2010AC_N3Segment2.N301_AddressInformation = "2345 OCEAN BLVD"; - - var provider2010AC_N4Segment2 = provider2010ACLoop2.AddSegment(new TypedSegmentN4()); - provider2010AC_N4Segment2.N401_CityName = "MAIMI"; // MISSPELLED IN COMPARETO DOC - provider2010AC_N4Segment2.N402_StateOrProvinceCode = "FL"; - provider2010AC_N4Segment2.N403_PostalCode = "33111"; - - var subscriber2000BHLoop = provider2000AHLoop.AddHLoop("2", "22", true); // **** HL 2 ****** - - var segmentSBR = subscriber2000BHLoop.AddSegment(new TypedSegmentSBR()); - segmentSBR.SBR01_PayerResponsibilitySequenceNumberCode = "P"; - segmentSBR.SBR03_PolicyOrGroupNumber = "2222-SJ"; - segmentSBR.SBR09_ClaimFilingIndicatorCode = "CI"; - - var subscriberName2010BALoop = subscriber2000BHLoop.AddLoop(new TypedLoopNM1("IL")); - subscriberName2010BALoop.NM102_EntityTypeQualifier = EntityTypeQualifier.Person; - subscriberName2010BALoop.NM104_NameFirst = "JANE"; - subscriberName2010BALoop.NM103_NameLastOrOrganizationName = "SMITH"; - subscriberName2010BALoop.NM109_IdCode = "JS00111223333"; - subscriberName2010BALoop.NM108_IdCodeQualifier = "MI"; - - var subscriber_DMGSegment = subscriberName2010BALoop.AddSegment(new TypedSegmentDMG()); - subscriber_DMGSegment.DMG01_DateTimePeriodFormatQualifier = "D8"; - subscriber_DMGSegment.DMG02_DateOfBirth = DateTime.Parse("5/1/1943"); - subscriber_DMGSegment.DMG03_Gender = Gender.Female; - - var subscriberName2010BALoop2 = subscriber2000BHLoop.AddLoop(new TypedLoopNM1("PR")); - subscriberName2010BALoop2.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - subscriberName2010BALoop2.NM103_NameLastOrOrganizationName = "KEY INSURANCE COMPANY"; - subscriberName2010BALoop2.NM108_IdCodeQualifier = "PI"; - subscriberName2010BALoop2.NM109_IdCode = "999996666"; - - var refSegment2 = subscriberName2010BALoop2.AddSegment(new TypedSegmentREF()); - refSegment2.REF01_ReferenceIdQualifier = "G2"; - refSegment2.REF02_ReferenceId = "KA6663"; - - var HL3Loop = subscriber2000BHLoop.AddHLoop("3", "23", false); // **** HL 3 ****** - - var HL3PATSegment = HL3Loop.AddSegment(new TypedSegmentPAT()); - HL3PATSegment.PAT01_IndividualRelationshipCode = "19"; - - var HL3NM1Segment = HL3Loop.AddLoop(new TypedLoopNM1("QC")); - HL3NM1Segment.NM102_EntityTypeQualifier = EntityTypeQualifier.Person; - HL3NM1Segment.NM104_NameFirst = "TED"; - HL3NM1Segment.NM103_NameLastOrOrganizationName = "SMITH"; - - - // add N3 and N4 segments under the above NM1 loop - - var HL3NM1_N3_Segment = HL3NM1Segment.AddSegment(new TypedSegmentN3()); - HL3NM1_N3_Segment.N301_AddressInformation = "236 N MAIN ST"; - - var HL3NM1_N4_Segment = HL3NM1Segment.AddSegment(new TypedSegmentN4()); - HL3NM1_N4_Segment.N401_CityName = "MIAMI"; - HL3NM1_N4_Segment.N402_StateOrProvinceCode = "FL"; - HL3NM1_N4_Segment.N403_PostalCode = "33413"; - - var HL3NM1_DMG_Segment = HL3NM1Segment.AddSegment(new TypedSegmentDMG()); - HL3NM1_DMG_Segment.DMG01_DateTimePeriodFormatQualifier = "D8"; - HL3NM1_DMG_Segment.DMG02_DateOfBirth = Convert.ToDateTime("5/1/1973"); - HL3NM1_DMG_Segment.DMG03_Gender = Gender.Male; - - var claim2300Loop = HL3Loop.AddLoop(new TypedLoopCLM()); - claim2300Loop.CLM01_PatientControlNumber = "26463774"; - claim2300Loop.CLM02_TotalClaimChargeAmount = Convert.ToDecimal(100); - claim2300Loop.CLM05._1_FacilityCodeValue = "11"; - claim2300Loop.CLM05._2_FacilityCodeQualifier = "B"; - claim2300Loop.CLM05._3_ClaimFrequencyTypeCode = "1"; - claim2300Loop.CLM06_ProviderOrSupplierSignatureIndicator = true; - claim2300Loop.CLM07_ProviderAcceptAssignmentCode = "A"; - claim2300Loop.CLM08_BenefitsAssignmentCerficationIndicator = "Y"; - claim2300Loop.CLM09_ReleaseOfInformationCode = "I"; - - var refSegment = claim2300Loop.AddSegment(new TypedSegmentREF()); - refSegment.REF01_ReferenceIdQualifier = "D9"; - refSegment.REF02_ReferenceId = "17312345600006351"; - - var hiSegment = claim2300Loop.AddSegment(new TypedSegmentHI()); - hiSegment.HI01_HealthCareCodeInformation = "BK:0340"; - hiSegment.HI02_HealthCareCodeInformation = "BF:V7389"; - - var lxLoop = claim2300Loop.AddLoop(new TypedLoopLX("LX")); - lxLoop.LX01_AssignedNumber = "1"; - - var sv1Segment = lxLoop.AddSegment(new TypedSegmentSV1()); - sv1Segment.SV101_CompositeMedicalProcedure = "HC:99213"; - sv1Segment.SV102_MonetaryAmount = "40"; - sv1Segment.SV103_UnitBasisMeasCode = "UN"; - sv1Segment.SV104_Quantity = "1"; - sv1Segment.SV107_CompDiagCodePoint = "1"; - - var dtpSegment = lxLoop.AddSegment(new TypedSegmentDTP()); - dtpSegment.DTP01_DateTimeQualifier = DTPQualifier.Service; - dtpSegment.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; - DateTime theDate = DateTime.ParseExact("20061003", "yyyyMMdd", null); - dtpSegment.DTP03_Date = new DateTimePeriod(theDate); - - var lxLoop2 = claim2300Loop.AddLoop(new TypedLoopLX("LX")); - lxLoop2.LX01_AssignedNumber = "2"; - - var sv1Segment2 = lxLoop2.AddSegment(new TypedSegmentSV1()); - sv1Segment2.SV101_CompositeMedicalProcedure = "HC:87070"; - sv1Segment2.SV102_MonetaryAmount = "15"; - sv1Segment2.SV103_UnitBasisMeasCode = "UN"; - sv1Segment2.SV104_Quantity = "1"; - sv1Segment2.SV107_CompDiagCodePoint = "1"; - - var dtpSegment2 = lxLoop2.AddSegment(new TypedSegmentDTP()); - dtpSegment2.DTP01_DateTimeQualifier = DTPQualifier.Service; - dtpSegment2.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; - DateTime theDate2 = DateTime.ParseExact("20061003", "yyyyMMdd", null); - dtpSegment2.DTP03_Date = new DateTimePeriod(theDate2); - - var lxLoop3 = claim2300Loop.AddLoop(new TypedLoopLX("LX")); - lxLoop3.LX01_AssignedNumber = "3"; - - var sv1Segment3 = lxLoop3.AddSegment(new TypedSegmentSV1()); - sv1Segment3.SV101_CompositeMedicalProcedure = "HC:99214"; - sv1Segment3.SV102_MonetaryAmount = "35"; - sv1Segment3.SV103_UnitBasisMeasCode = "UN"; - sv1Segment3.SV104_Quantity = "1"; - sv1Segment3.SV107_CompDiagCodePoint = "2"; - - var dtpSegment3 = lxLoop3.AddSegment(new TypedSegmentDTP()); - dtpSegment3.DTP01_DateTimeQualifier = DTPQualifier.Service; - dtpSegment3.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; - DateTime theDate3 = DateTime.ParseExact("20061010", "yyyyMMdd", null); - dtpSegment3.DTP03_Date = new DateTimePeriod(theDate3); - - var lxLoop4 = claim2300Loop.AddLoop(new TypedLoopLX("LX")); - lxLoop4.LX01_AssignedNumber = "4"; - - var sv1Segment4 = lxLoop4.AddSegment(new TypedSegmentSV1()); - sv1Segment4.SV101_CompositeMedicalProcedure = "HC:86663"; - sv1Segment4.SV102_MonetaryAmount = "10"; - sv1Segment4.SV103_UnitBasisMeasCode = "UN"; - sv1Segment4.SV104_Quantity = "1"; - sv1Segment4.SV107_CompDiagCodePoint = "2"; - - var dtpSegment4 = lxLoop4.AddSegment(new TypedSegmentDTP()); - dtpSegment4.DTP01_DateTimeQualifier = DTPQualifier.Service; - dtpSegment4.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD_CCYYMMDD; - DateTime theDate4 = DateTime.ParseExact("20061010", "yyyyMMdd", null); - dtpSegment4.DTP03_Date = new DateTimePeriod(theDate4, DateTime.ParseExact("20061025", "yyyyMMdd", null)); - var x12 = message.SerializeToX12(true); - Assert.AreEqual(new StreamReader(Extensions.GetEdi("INS._837P._5010.Example1_HealthInsurance.txt")).ReadToEnd(), message.SerializeToX12(true)); - - //Trace.Write(new StreamReader(Extensions.GetEdi("INS._837P._5010.Example1_HealthInsurance.txt")).ReadToEnd()); - //Trace.Write(x12); - } - } -} +namespace X12.Tests.Unit.Creation +{ + using System; + using System.IO; + + using NUnit.Framework; + + using X12.Shared.Enumerations; + using X12.Shared.Models; + using X12.Shared.Models.Typed; + using X12.Shared.Models.TypedLoops; + using X12.Shared.Models.TypedSegments; + + [TestFixture] + public class ProfessionalClaimCreationTester + { + [Test] + public void Create837_5010Version() + { + var message = new Interchange(new DateTime(2003, 1, 1), 000905, false) + { + InterchangeSenderIdQualifier = "ZZ", + InterchangeSenderId = "SUBMITTERS.ID", + InterchangeReceiverIdQualifier = "ZZ", + InterchangeReceiverId = "RECEIVERS.ID", + SecurityInfo = "SECRET", + SecurityInfoQualifier = "01", + }; + message.SetElement(12, "00501"); + message.SetElement(10, "1253"); + message.SetElement(11, "^"); + + var group = message.AddFunctionGroup("HC", DateTime.Now, 1, "005010X222"); + group.ApplicationSendersCode = "SENDER CODE"; + group.ApplicationReceiversCode = "RECEIVER CODE"; + group.Date = new DateTime(1999, 12, 31); + group.ControlNumber = 1; + group.SetElement(5, "0802"); + + + var transaction = group.AddTransaction("837", "0021"); + transaction.SetElement(2, "0021"); + transaction.SetElement(3, "005010X222"); + + var bhtSegment = transaction.AddSegment(new TypedSegmentBHT()); + bhtSegment.BHT01_HierarchicalStructureCode = "0019"; + bhtSegment.BHT02_TransactionSetPurposeCode = "00"; + bhtSegment.BHT03_ReferenceIdentification = "244579"; + bhtSegment.BHT04_Date = DateTime.Parse("2006-10-15"); + bhtSegment.BHT05_Time = "1023"; + bhtSegment.BHT06_TransactionTypeCode = "CH"; + + var submitterLoop = transaction.AddLoop(new TypedLoopNM1("41")); + submitterLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + submitterLoop.NM103_NameLastOrOrganizationName = "PREMIER BILLING SERVICE"; + submitterLoop.NM104_NameFirst = string.Empty; + submitterLoop.NM109_IdCode = "TGJ23"; + submitterLoop.NM108_IdCodeQualifier = "46"; + + var perSegment = submitterLoop.AddSegment(new TypedSegmentPER()); + perSegment.PER01_ContactFunctionCode = "IC"; + perSegment.PER02_Name = "JERRY"; + perSegment.PER03_CommunicationNumberQualifier = CommunicationNumberQualifer.Telephone; + perSegment.PER04_CommunicationNumber = "3055552222"; + perSegment.PER05_CommunicationNumberQualifier = CommunicationNumberQualifer.TelephoneExtension; + perSegment.PER06_CommunicationNumber = "231"; + + var submitterLoop2 = transaction.AddLoop(new TypedLoopNM1("40")); + submitterLoop2.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + submitterLoop2.NM103_NameLastOrOrganizationName = "KEY INSURANCE COMPANY"; + submitterLoop2.NM104_NameFirst = string.Empty; + submitterLoop2.NM109_IdCode = "66783JJT"; + submitterLoop2.NM108_IdCodeQualifier = "46"; + + var provider2000AHLoop = transaction.AddHLoop("1", "20", true); + var prvSegment = provider2000AHLoop.AddSegment(new TypedSegmentPRV()); + prvSegment.PRV01_ProviderCode = "BI"; + prvSegment.PRV02_ReferenceIdQualifier = "PXC"; + prvSegment.PRV03_ProviderTaxonomyCode = "203BF0100Y"; + + var provider2010ACLoop = provider2000AHLoop.AddLoop(new TypedLoopNM1("85")); + provider2010ACLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + provider2010ACLoop.NM103_NameLastOrOrganizationName = "BEN KILDARE SERVICE"; + provider2010ACLoop.NM109_IdCode = "9876543210"; + provider2010ACLoop.NM108_IdCodeQualifier = "XX"; + + var provider2010AC_N3Segment = provider2010ACLoop.AddSegment(new TypedSegmentN3()); + provider2010AC_N3Segment.N301_AddressInformation = "234 SEAWAY ST"; + + var provider2010AC_N4Segment = provider2010ACLoop.AddSegment(new TypedSegmentN4()); + provider2010AC_N4Segment.N401_CityName = "MIAMI"; + provider2010AC_N4Segment.N402_StateOrProvinceCode = "FL"; + provider2010AC_N4Segment.N403_PostalCode = "33111"; + + var provider2010AC_REFSegment = provider2010ACLoop.AddSegment(new TypedSegmentREF()); + provider2010AC_REFSegment.REF01_ReferenceIdQualifier = "EI"; + provider2010AC_REFSegment.REF02_ReferenceId = "587654321"; + + var provider2010ACLoop2 = provider2000AHLoop.AddLoop(new TypedLoopNM1("87")); + provider2010ACLoop2.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + + var provider2010AC_N3Segment2 = provider2010ACLoop2.AddSegment(new TypedSegmentN3()); + provider2010AC_N3Segment2.N301_AddressInformation = "2345 OCEAN BLVD"; + + var provider2010AC_N4Segment2 = provider2010ACLoop2.AddSegment(new TypedSegmentN4()); + provider2010AC_N4Segment2.N401_CityName = "MAIMI"; + provider2010AC_N4Segment2.N402_StateOrProvinceCode = "FL"; + provider2010AC_N4Segment2.N403_PostalCode = "33111"; + + var subscriber2000BHLoop = provider2000AHLoop.AddHLoop("2", "22", true); + + var segmentSBR = subscriber2000BHLoop.AddSegment(new TypedSegmentSBR()); + segmentSBR.SBR01_PayerResponsibilitySequenceNumberCode = "P"; + segmentSBR.SBR03_PolicyOrGroupNumber = "2222-SJ"; + segmentSBR.SBR09_ClaimFilingIndicatorCode = "CI"; + + var subscriberName2010BALoop = subscriber2000BHLoop.AddLoop(new TypedLoopNM1("IL")); + subscriberName2010BALoop.NM102_EntityTypeQualifier = EntityTypeQualifier.Person; + subscriberName2010BALoop.NM104_NameFirst = "JANE"; + subscriberName2010BALoop.NM103_NameLastOrOrganizationName = "SMITH"; + subscriberName2010BALoop.NM109_IdCode = "JS00111223333"; + subscriberName2010BALoop.NM108_IdCodeQualifier = "MI"; + + var subscriber_DMGSegment = subscriberName2010BALoop.AddSegment(new TypedSegmentDMG()); + subscriber_DMGSegment.DMG01_DateTimePeriodFormatQualifier = "D8"; + subscriber_DMGSegment.DMG02_DateOfBirth = new DateTime(1943, 5, 1); + subscriber_DMGSegment.DMG03_Gender = Gender.Female; + + var subscriberName2010BALoop2 = subscriber2000BHLoop.AddLoop(new TypedLoopNM1("PR")); + subscriberName2010BALoop2.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + subscriberName2010BALoop2.NM103_NameLastOrOrganizationName = "KEY INSURANCE COMPANY"; + subscriberName2010BALoop2.NM108_IdCodeQualifier = "PI"; + subscriberName2010BALoop2.NM109_IdCode = "999996666"; + + var refSegment2 = subscriberName2010BALoop2.AddSegment(new TypedSegmentREF()); + refSegment2.REF01_ReferenceIdQualifier = "G2"; + refSegment2.REF02_ReferenceId = "KA6663"; + + var HL3Loop = subscriber2000BHLoop.AddHLoop("3", "23", false); + + var HL3PATSegment = HL3Loop.AddSegment(new TypedSegmentPAT()); + HL3PATSegment.PAT01_IndividualRelationshipCode = "19"; + + var HL3NM1Segment = HL3Loop.AddLoop(new TypedLoopNM1("QC")); + HL3NM1Segment.NM102_EntityTypeQualifier = EntityTypeQualifier.Person; + HL3NM1Segment.NM104_NameFirst = "TED"; + HL3NM1Segment.NM103_NameLastOrOrganizationName = "SMITH"; + + var HL3NM1_N3_Segment = HL3NM1Segment.AddSegment(new TypedSegmentN3()); + HL3NM1_N3_Segment.N301_AddressInformation = "236 N MAIN ST"; + + var HL3NM1_N4_Segment = HL3NM1Segment.AddSegment(new TypedSegmentN4()); + HL3NM1_N4_Segment.N401_CityName = "MIAMI"; + HL3NM1_N4_Segment.N402_StateOrProvinceCode = "FL"; + HL3NM1_N4_Segment.N403_PostalCode = "33413"; + + var HL3NM1_DMG_Segment = HL3NM1Segment.AddSegment(new TypedSegmentDMG()); + HL3NM1_DMG_Segment.DMG01_DateTimePeriodFormatQualifier = "D8"; + HL3NM1_DMG_Segment.DMG02_DateOfBirth = new DateTime(1973, 5, 1); + HL3NM1_DMG_Segment.DMG03_Gender = Gender.Male; + + var claim2300Loop = HL3Loop.AddLoop(new TypedLoopCLM()); + claim2300Loop.CLM01_PatientControlNumber = "26463774"; + claim2300Loop.CLM02_TotalClaimChargeAmount = Convert.ToDecimal(100); + claim2300Loop.CLM05._1_FacilityCodeValue = "11"; + claim2300Loop.CLM05._2_FacilityCodeQualifier = "B"; + claim2300Loop.CLM05._3_ClaimFrequencyTypeCode = "1"; + claim2300Loop.CLM06_ProviderOrSupplierSignatureIndicator = true; + claim2300Loop.CLM07_ProviderAcceptAssignmentCode = "A"; + claim2300Loop.CLM08_BenefitsAssignmentCerficationIndicator = "Y"; + claim2300Loop.CLM09_ReleaseOfInformationCode = "I"; + + var refSegment = claim2300Loop.AddSegment(new TypedSegmentREF()); + refSegment.REF01_ReferenceIdQualifier = "D9"; + refSegment.REF02_ReferenceId = "17312345600006351"; + + var hiSegment = claim2300Loop.AddSegment(new TypedSegmentHI()); + hiSegment.HI01_HealthCareCodeInformation = "BK:0340"; + hiSegment.HI02_HealthCareCodeInformation = "BF:V7389"; + + var lxLoop = claim2300Loop.AddLoop(new TypedLoopLX("LX")); + lxLoop.LX01_AssignedNumber = "1"; + + var sv1Segment = lxLoop.AddSegment(new TypedSegmentSV1()); + sv1Segment.SV101_CompositeMedicalProcedure = "HC:99213"; + sv1Segment.SV102_MonetaryAmount = "40"; + sv1Segment.SV103_UnitBasisMeasCode = "UN"; + sv1Segment.SV104_Quantity = "1"; + sv1Segment.SV107_CompDiagCodePoint = "1"; + + var dtpSegment = lxLoop.AddSegment(new TypedSegmentDTP()); + dtpSegment.DTP01_DateTimeQualifier = DTPQualifier.Service; + dtpSegment.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; + DateTime theDate = DateTime.ParseExact("20061003", "yyyyMMdd", null); + dtpSegment.DTP03_Date = new DateTimePeriod(theDate); + + var lxLoop2 = claim2300Loop.AddLoop(new TypedLoopLX("LX")); + lxLoop2.LX01_AssignedNumber = "2"; + + var sv1Segment2 = lxLoop2.AddSegment(new TypedSegmentSV1()); + sv1Segment2.SV101_CompositeMedicalProcedure = "HC:87070"; + sv1Segment2.SV102_MonetaryAmount = "15"; + sv1Segment2.SV103_UnitBasisMeasCode = "UN"; + sv1Segment2.SV104_Quantity = "1"; + sv1Segment2.SV107_CompDiagCodePoint = "1"; + + var dtpSegment2 = lxLoop2.AddSegment(new TypedSegmentDTP()); + dtpSegment2.DTP01_DateTimeQualifier = DTPQualifier.Service; + dtpSegment2.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; + DateTime theDate2 = DateTime.ParseExact("20061003", "yyyyMMdd", null); + dtpSegment2.DTP03_Date = new DateTimePeriod(theDate2); + + var lxLoop3 = claim2300Loop.AddLoop(new TypedLoopLX("LX")); + lxLoop3.LX01_AssignedNumber = "3"; + + var sv1Segment3 = lxLoop3.AddSegment(new TypedSegmentSV1()); + sv1Segment3.SV101_CompositeMedicalProcedure = "HC:99214"; + sv1Segment3.SV102_MonetaryAmount = "35"; + sv1Segment3.SV103_UnitBasisMeasCode = "UN"; + sv1Segment3.SV104_Quantity = "1"; + sv1Segment3.SV107_CompDiagCodePoint = "2"; + + var dtpSegment3 = lxLoop3.AddSegment(new TypedSegmentDTP()); + dtpSegment3.DTP01_DateTimeQualifier = DTPQualifier.Service; + dtpSegment3.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; + DateTime theDate3 = DateTime.ParseExact("20061010", "yyyyMMdd", null); + dtpSegment3.DTP03_Date = new DateTimePeriod(theDate3); + + var lxLoop4 = claim2300Loop.AddLoop(new TypedLoopLX("LX")); + lxLoop4.LX01_AssignedNumber = "4"; + + var sv1Segment4 = lxLoop4.AddSegment(new TypedSegmentSV1()); + sv1Segment4.SV101_CompositeMedicalProcedure = "HC:86663"; + sv1Segment4.SV102_MonetaryAmount = "10"; + sv1Segment4.SV103_UnitBasisMeasCode = "UN"; + sv1Segment4.SV104_Quantity = "1"; + sv1Segment4.SV107_CompDiagCodePoint = "2"; + + var dtpSegment4 = lxLoop4.AddSegment(new TypedSegmentDTP()); + dtpSegment4.DTP01_DateTimeQualifier = DTPQualifier.Service; + dtpSegment4.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD_CCYYMMDD; + DateTime theDate4 = DateTime.ParseExact("20061010", "yyyyMMdd", null); + dtpSegment4.DTP03_Date = new DateTimePeriod(theDate4, DateTime.ParseExact("20061025", "yyyyMMdd", null)); + var x12 = message.SerializeToX12(true); + Assert.AreEqual(new StreamReader(Extensions.GetEdi("INS._837P._5010.Example1_HealthInsurance.txt")).ReadToEnd(), message.SerializeToX12(true)); + } + } +} diff --git a/tests/X12.Tests.Unit/Creation/PurchaseOrderCreationTester.cs b/tests/X12.Tests.Unit/Creation/PurchaseOrderCreationTester.cs new file mode 100644 index 00000000..95adc179 --- /dev/null +++ b/tests/X12.Tests.Unit/Creation/PurchaseOrderCreationTester.cs @@ -0,0 +1,194 @@ +namespace X12.Tests.Unit.Creation +{ + using System; + + using NUnit.Framework; + + using X12.Shared.Models; + + [TestFixture] + public class PurchaseOrderCreationTester + { + [Test] + public void CreatePurchaseOrder850() + { + string expected = @"ISA*00* *00* *01*828513080 *01*001903202U *100817*0850*U*00401*000000245*0*P*:~ + GS*PO*828513080*001903202U*20100817*0850*245*X*005010X222~ + ST*850*0001~ + BEG*05*SA*S41000439**20100810~ + CUR*BY*USD~ + PER*IC*Doe,Jane******Doe,Jane~ + SE*5*0001~ + GE*1*1~ +IEA*1*000000245~"; + + var purcaseOrderDate = new DateTime(2010, 8, 17, 08, 50, 0); + var interchange = new Interchange(purcaseOrderDate, 245, true) + { + InterchangeSenderIdQualifier = "01", + InterchangeSenderId = "828513080", + InterchangeReceiverIdQualifier = "01", + InterchangeReceiverId = "001903202U", + InterchangeDate = purcaseOrderDate, + }; + + interchange.SetElement(14, "0"); + + FunctionGroup group = interchange.AddFunctionGroup("PO", purcaseOrderDate, 1, "005010X222"); + group.ApplicationSendersCode = "828513080"; + group.ApplicationReceiversCode = "001903202U"; + group.Date = purcaseOrderDate; + group.ControlNumber = 245; + + Transaction transaction = group.AddTransaction("850", "0001"); + + Segment bhtSegment = transaction.AddSegment("BEG"); + bhtSegment.SetElement(1, "05"); + bhtSegment.SetElement(2, "SA"); + bhtSegment.SetElement(3, "S41000439"); + bhtSegment.SetElement(5, "20100810"); + + bhtSegment = transaction.AddSegment("CUR"); + bhtSegment.SetElement(1, "BY"); + bhtSegment.SetElement(2, "USD"); + + bhtSegment = transaction.AddSegment("PER"); + bhtSegment.SetElement(1, "IC"); + bhtSegment.SetElement(2, "Doe,Jane"); + bhtSegment.SetElement(8, "Doe,Jane"); + + var x12 = interchange.SerializeToX12(true); + Assert.AreEqual(expected, x12); + } + + [Test] + public void TestEmptyElement() + { + string expectedSegmentString = "BEG*05*SA*S41000439"; + var purcaseOrderDate = new DateTime(2010, 8, 17, 08, 50, 0); + var interchange = new Interchange(purcaseOrderDate, 245, true) + { + InterchangeSenderIdQualifier = "01", + InterchangeSenderId = "828513080", + InterchangeReceiverIdQualifier = "01", + InterchangeReceiverId = "001903202U", + InterchangeDate = purcaseOrderDate, + }; + + interchange.SetElement(14, "0"); + + FunctionGroup group = interchange.AddFunctionGroup("PO", purcaseOrderDate, 1, "005010X222"); + group.ApplicationSendersCode = "828513080"; + group.ApplicationReceiversCode = "001903202U"; + group.Date = purcaseOrderDate; + group.ControlNumber = 245; + + Transaction transaction = group.AddTransaction("850", "0001"); + + Segment bhtSegment = transaction.AddSegment("BEG"); + string segmentString = bhtSegment.SegmentString; + + bhtSegment.SetElement(1, "05"); + bhtSegment.SetElement(2, "SA"); + bhtSegment.SetElement(3, "S41000439"); + bhtSegment.SetElement(5, string.Empty); + + segmentString = bhtSegment.SegmentString; + + Assert.AreEqual(expectedSegmentString, segmentString); + } + + + [Test] + public void CreatePurchaseOrderChangeNotice860() + { + string expected = @"ISA*00* *00* *01*828513080 *01*001903202U *100818*0850*U*00401*000000245*0*P*:~ + GS*PO*828513080*001903202U*20100818*0850*245*X*005010X222~ + ST*860*0001~ + BCH*01*SA****20100817*****20100818~ + REF*IA*1to30chars~ + DTM*010*20100819~ + SE*5*0001~ + GE*1*1~ +IEA*1*000000245~"; + + var purcaseOrderDate = new DateTime(2010, 8, 17, 08, 50, 0); + DateTime changeOrderDate = purcaseOrderDate.AddDays(1d); + DateTime requestedShipDate = purcaseOrderDate.AddDays(2d); + + var interchange = new Interchange(changeOrderDate , 245, true) + { + InterchangeSenderIdQualifier = "01", + InterchangeSenderId = "828513080", + InterchangeReceiverIdQualifier = "01", + InterchangeReceiverId = "001903202U", + InterchangeDate = changeOrderDate, + }; + interchange.SetElement(14, "0"); + + FunctionGroup group = interchange.AddFunctionGroup("PO", changeOrderDate, 1, "005010X222"); + group.ApplicationSendersCode = "828513080"; + group.ApplicationReceiversCode = "001903202U"; + group.Date = changeOrderDate; + group.ControlNumber = 245; + + Transaction transaction = group.AddTransaction("860", "0001"); + + Segment bhtSegment = transaction.AddSegment("BCH"); + bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.TransactionSetPurpose , "01"); //01 is cancelllation 04 is change + bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.TransactionSetTypeCode, "SA"); + bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.PurchaseOrderDate, purcaseOrderDate.ToString("yyyyMMdd")); + bhtSegment.SetElement((int)BeginningSegmentPurchaseOrderChangeIndex.ChangeRequestDate, changeOrderDate.ToString("yyyyMMdd")); + bhtSegment = transaction.AddSegment("REF"); + bhtSegment.SetElement((int)ReferenceIdentificationIndex.ReferenceIdentificationQualifier , "IA"); + bhtSegment.SetElement((int)ReferenceIdentificationIndex.ReferenceNumber, "1to30chars"); + bhtSegment = transaction.AddSegment("DTM"); + bhtSegment.SetElement((int)DateTimeReferenceIndex.TermsTypeCode, "010"); + bhtSegment.SetElement((int)DateTimeReferenceIndex.RequestedShipDate, requestedShipDate.ToString("yyyyMMdd")); + + //Add to test + //N1 – Name + //Optional / Max Use=1 + + //N3 – Address Information + //Conditional – use if N1 used/ Max Use=2 + + //N4 – Geographic Location + //Conditional – use if N3 used / Max Use=1 time + + //POC – Line Item Change + //Mandatory / Max Use=1 times per loop / Max Loop=99 times + + //DTM – Date/Time Reference + //Mandatory / Max Use=1 times per loop + + //CTT – Transaction Totals + //Mandatory / Max Use=1 time + + var x12 = interchange.SerializeToX12(true); + Assert.AreEqual(expected, x12); + } + + enum BeginningSegmentPurchaseOrderChangeIndex + { + TransactionSetPurpose = 1, + TransactionSetTypeCode = 2, + PurchaseOrderNumber = 3, + PurchaseOrderDate = 6, + ChangeRequestDate = 11 + + } + + enum ReferenceIdentificationIndex + { + ReferenceIdentificationQualifier = 1, + ReferenceNumber = 2 + } + + enum DateTimeReferenceIndex + { + TermsTypeCode = 1, + RequestedShipDate = 2 + } + } +} \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/DocumentationCodeSamples/X12InterchangeModel/ReadingAnExistingX12File.cs b/tests/X12.Tests.Unit/DocumentationCodeSamples/X12InterchangeModel/ReadingAnExistingX12File.cs similarity index 72% rename from tests/OopFactory.X12.Tests.Unit/DocumentationCodeSamples/X12InterchangeModel/ReadingAnExistingX12File.cs rename to tests/X12.Tests.Unit/DocumentationCodeSamples/X12InterchangeModel/ReadingAnExistingX12File.cs index 847d3b1c..0bd5d315 100644 --- a/tests/OopFactory.X12.Tests.Unit/DocumentationCodeSamples/X12InterchangeModel/ReadingAnExistingX12File.cs +++ b/tests/X12.Tests.Unit/DocumentationCodeSamples/X12InterchangeModel/ReadingAnExistingX12File.cs @@ -1,272 +1,248 @@ -using System; -using System.Diagnostics; -using System.IO; -using System.Linq; -using System.Text; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Parsing.Model.Typed; -using OopFactory.X12.Transformations; - -namespace OopFactory.X12.Tests.Unit.DocumentationCodeSamples.X12InterchangeModel -{ - [TestClass] - public class ReadingAnExistingX12File - { - private string inquiry = @"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~HL*1**20*1~NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~HL*2*1*21*1~NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~HL*3*2*22*0~TRN*1*93175-012547*9877281234~NM1*IL*1*SMITH*ROBERT*MI****11122333301~DMG*D8*19430519~DTP*291*D8*20060501~EQ*30~SE*13*1234~GE*1*31~IEA*1*000000031~"; - - private string inquiryOutline = @"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~ - GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~ - ST*270*1234~ - BHT*0022*13*10001234*20070816*1319*00~ - HL*1**20*1~ - NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - TRN*1*93175-012547*9877281234~ - NM1*IL*1*SMITH*ROBERT*MI****11122333301~ - DMG*D8*19430519~ - DTP*291*D8*20060501~ - EQ*30~ - SE*13*1234~ - GE*1*31~ -IEA*1*000000031~ -"; - [TestMethod] - public void OutlineIsSameAsOriginal() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(inquiry))).First(); - - Interchange interchangeFromOutline = parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(inquiryOutline))).First(); - Debug.WriteLine(interchange.Serialize()); - Assert.AreEqual(interchange.SerializeToX12(false), interchangeFromOutline.SerializeToX12(false)); - } - - - [TestMethod] - public void Read270Test() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(inquiry))).First(); - - Assert.AreEqual("9088877320000 ", interchange.InterchangeReceiverId); - - Transaction transaction = interchange.FunctionGroups.First().Transactions.First(); - Segment bht = transaction.Segments.First(); - - Assert.AreEqual("10001234", bht.GetElement(3)); - - HierarchicalLoop subscriberLoop = transaction.FindHLoop("3"); - - Loop subscriberNameLoop = subscriberLoop.Loops.First(); - - Assert.AreEqual("SMITH", subscriberNameLoop.GetElement(3), "Subscriber last name not expected."); - Assert.AreEqual("11122333301", subscriberNameLoop.GetElement(9), "Subscriber member id not expected."); - - } - - [TestMethod] - public void Create270Test() - { - /*Good documentation sources for understanding X12 - * http://docs.oracle.com/cd/E19398-01/820-1275/agdaw/index.html - * https://www.empireblue.com/provider/noapplication/f4/s3/t2/pw_ad086848.pdf?refer=ehpprovider - */ - - //Create the top level interchange - #region Create Interchange - var Message = new Interchange(DateTime.Now, 31, false) - { - AuthorInfoQualifier = "00", //ISA01 - Authorization Info Qual - 00(No Auth present) - AuthorInfo = String.Format("{0,-10}", " "), //ISA02 - Authorization Info Must be 10 spaces if ISA01 = 00 - SecurityInfoQualifier = "00", //ISA03 - Security Info Qual (00 no password) - SecurityInfo = String.Format("{0,-10}", " "), //ISA04 - Password, 10 spaces if no password - InterchangeSenderIdQualifier = "01", //ISA05 01=Duns 14=Duns plus suffix 20=Health insurance number (HIN) 27=CMS carrier ID number 28=CMS fiscal intermediary ID number 29=CMS Medicare provider /supplier ID 30 U.S. federal tax ID 33=NAIC ID ZZ=Mutually defined. - InterchangeSenderId = "9012345720000 ", //ISA06 Registration information for sender - InterchangeReceiverIdQualifier = "01", //ISA07 Mutually defined - InterchangeReceiverId = "9088877320000 ", //ISA08 - Depends on who is processing it. Variable by company. We need to get a table of these values - InterchangeDate = DateTime.Parse("2002/08/16") //ISA09 - Date we sent this - }; - - Message.SetElement(10, "1144"); //ISA10 Interchange time Format HHMM - Message.SetElement(11, "U"); //ISA11 Interchange Control standards ID - Message.SetElement(12, "00401"); //ISA12 Interchange control version number - set by receiver - Message.SetElement(13, "000000031"); //ISA13 Interchange control number - Must be unique within 180 days - Message.SetElement(14, "0"); //ISA14 Interchange Ack requested - For 270 must be 0 - Message.SetElement(15, "T"); //ISA15 Usage (T=Test, P=Production) - //Message.SetElement(16, "^"); //ISA16 Component Element sep - Can't be in any value in document - - Debug.WriteLine("Interchange level:"); - Debug.WriteLine("ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~IEA*0*000000031~"); - Debug.WriteLine(Message.SerializeToX12(false)); - Assert.AreEqual("ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~IEA*0*000000031~", Message.SerializeToX12(false)); - #endregion - - #region Create GS - Function Group - //GS - First record of a functional group - var Group = Message.AddFunctionGroup("HS", DateTime.Now, 31, "00501X092A1"); - Group.FunctionalIdentifierCode = "HS"; //GS01 FA=999, HS=270, HB=271 - Group.ApplicationSendersCode = "901234572000"; //GS02 - RegistationCode given by receiver organization - Group.ApplicationReceiversCode = "908887732000"; //GS03 - Recievers code (Get from the receiver organization) - Group.Date = DateTime.Parse("2007/08/16"); //GS04 - Date sent from us - - Group.SetElement(5, "1615"); //GS05 - HHMM time from sending system - Group.ControlNumber = 31; //GS06 Must equal following GE02 and be unique to each functional group in message - Group.ResponsibleAgencyCode = "X"; //GS07 X=ASCX12 - Group.VersionIdentifierCode = "00501X092A1"; //GS08 00501X092A1 for 270/271, 005010 for 999 - - Debug.WriteLine("Function Group level:"); - Debug.WriteLine("GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~GE*0*31~"); - Debug.WriteLine(Group.SerializeToX12(false)); - Assert.AreEqual("GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~GE*0*31~", Group.SerializeToX12(false)); - - #endregion - - #region Create Transaction - var TransactionSet = Group.AddTransaction("270", "1234"); //1234 is the ST02 control number - - #endregion - - #region Create BHT - Beginning of Hierarchal Transaction - // Beginning of Hierarchical Transaction - var BHTSegment = TransactionSet.AddSegment(new TypedSegmentBHT()); - BHTSegment.BHT01_HierarchicalStructureCode = "0022"; //BHT01 - Order for structure: 22 - Information Source, Information Reciever, Subscriber, Dependent - BHTSegment.BHT02_TransactionSetPurposeCode = "13"; //BHT02 - Transaction Set purpose 01- Cancel (Cancel a previous 270), 13 - Request - BHTSegment.BHT03_ReferenceIdentification = "10001234"; //BHT03 - Value used to track this request (From our side) Max 50 char - BHTSegment.BHT04_Date = DateTime.Parse("2007/08/16"); //BHT04 - CCYYMMDD (CC = First two digits of year 20..) - When transaction was created - BHTSegment.BHT05_Time = "1319"; //BHT05 - Time Transaction created HHMM - BHTSegment.BHT06_TransactionTypeCode = "00"; //BHT06 - Transaction Type - RT for getting Medicaid SpendDown info - - Debug.WriteLine("BHT - Beginning of Hierarchal Transaction:"); - Debug.WriteLine("ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~SE*3*1234~"); - Debug.WriteLine(TransactionSet.SerializeToX12(false)); - Assert.AreEqual("ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~SE*3*1234~", TransactionSet.SerializeToX12(false)); - - #endregion - - /* Note on the following HL levels - * HL1 - Information Source level - Payer that maintains the info regarding the patient's coverage - * HL2 - Information Receiver Level - The Entity requesting info regarding the patient's coverage - * HL3 - Subscriber level - the subscriber, who may or may not be the patient - the member. - * HL4 - Dependent level - The dependent of the member, who may or may not be the patient, is related to the subscriber/mnember - */ - - - #region HL1 Level - Information Source - Loop 2100A - var HL1InformationSourceLevel = TransactionSet.AddHLoop("1", "20", true); //"1" is HL01 the Id number for this loop, "20" is HL02 - "20" means it is an info source - - //Billing info HL1 level - var HL1SourceLoop = HL1InformationSourceLevel.AddLoop(new TypedLoopNM1("PR")); - //InformationSourceLoop.NM101_EntityIdCode = "PR"; //2B Third-Party Administrator, 36 Employer, GP Gateway Provider, P5 Plan Sponsor, PR Payer - HL1SourceLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - HL1SourceLoop.NM103_NameLastOrOrganizationName = "ABC BILLING SERVICE"; - HL1SourceLoop.NM104_NameFirst = ""; - HL1SourceLoop.NM105_NameMiddle = ""; - HL1SourceLoop.NM106_NamePrefix = ""; - HL1SourceLoop.NM107_NameSuffix = ""; - HL1SourceLoop.NM108_IdCodeQualifier = "PI"; //code describing what the NM109 is - /* - * 24 Employer's Identification Number - 46 Electronic Transmitter Identification Number (ETIN) - FI Federal Taxpayer's Identification Number - NI National Association of Insurance Commissioners (NAIC) Identification - PI Payor Identification - XV Centers for Medicare and Medicaid Services PlanID - CODE SOURCE: CODE SOURCE: - 540: Centers for Medicare and Medicaid Services PlanID Centers for Medicare and Medicaid Services PlanID - XX Centers for Medicare and Medicaid Services National Provider Identifier - CODE SOURCE: CODE SOURCE: - 537: Centers for Medicare and Medicaid Services National Provider Identifier Centers for Medicare and Medicaid Services National Provider Identifier - */ - HL1SourceLoop.NM109_IdCode = "842610001"; //Code defining a party or other value lookup from external code list - - Debug.WriteLine("HL1 level:"); - Debug.WriteLine(HL1InformationSourceLevel.SerializeToX12(false)); - Debug.WriteLine("HL*1**20*1~NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~"); - Assert.AreEqual("HL*1**20*1~NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~",HL1InformationSourceLevel.SerializeToX12(false)); - - - #endregion - - #region HL2 Level - Information Receiver - Loop 2100B - var HL2SourceLoop = HL1InformationSourceLevel.AddHLoop("2", "21", true);//This is the 2100 Loop - The receiver information - - var HL2Info = HL2SourceLoop.AddLoop(new TypedLoopNM1("1P")); - HL2Info.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; - HL2Info.NM103_NameLastOrOrganizationName = "BONE AND JOINT CLINIC"; - HL2Info.NM104_NameFirst = ""; - HL2Info.NM105_NameMiddle = ""; - HL2Info.NM106_NamePrefix = ""; - HL2Info.NM107_NameSuffix = ""; - HL2Info.NM108_IdCodeQualifier = "SV"; //code describing what the NM109 is - //HL2Info.NM108_IdCodeQualifierEnum = IdentificationCodeQualifier.CanadianPetroleumAssociation; - HL2Info.NM109_IdCode = "2000035"; - - Debug.WriteLine("HL2 Level:"); - Debug.WriteLine(HL2SourceLoop.SerializeToX12(false)); - Debug.WriteLine("HL*2*1*21*1~NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~"); - Assert.AreEqual("HL*2*1*21*1~NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~", HL2SourceLoop.SerializeToX12(false)); - #endregion - - #region HL3 Level - Member info level - var HL3Info = HL2SourceLoop.AddHLoop("3", "22", false); - //We need to create a TypedLoopTRN - HL3Info.AddSegment("TRN*1*93175-012547*9877281234"); - - var Member = HL3Info.AddLoop(new TypedLoopNM1("IL")); - Member.NM102_EntityTypeQualifier = EntityTypeQualifier.Person; - Member.NM103_NameLastOrOrganizationName = "SMITH"; - Member.NM104_NameFirst = "ROBERT"; - Member.NM105_NameMiddle="MI"; - Member.NM109_IdCode= "11122333301"; - - TypedSegmentDMG Birthday = Member.AddSegment(new TypedSegmentDMG()); - Birthday.DMG02_DateOfBirth = DateTime.Parse("05/19/1943"); - - TypedSegmentDTP SubscribeDate = Member.AddSegment(new TypedSegmentDTP()); - SubscribeDate.DTP01_DateTimeQualifier = DTPQualifier.Plan; - SubscribeDate.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; - SubscribeDate.DTP03_Date = new DateTimePeriod(DateTime.Parse("05/01/2006")); - - //Need to create enumeration of the EQ categories, so not just asking for the general 30 information. - Member.AddLoop("EQ*30"); - - Debug.WriteLine("HL3 Test:"); - Debug.WriteLine(HL3Info.SerializeToX12(false)); - Debug.WriteLine("HL*3*2*22*0~TRN*1*93175-012547*9877281234~NM1*IL*1*SMITH*ROBERT*MI****11122333301~DMG*D8*19430519~DTP*291*D8*20060501~EQ*30~"); - Assert.AreEqual("HL*3*2*22*0~TRN*1*93175-012547*9877281234~NM1*IL*1*SMITH*ROBERT*MI****11122333301~DMG*D8*19430519~DTP*291*D8*20060501~EQ*30~", HL3Info.SerializeToX12(false)); - #endregion - - //Test entire 270 - Debug.WriteLine(""); - Debug.WriteLine("Overall Whole:"); - Debug.WriteLine(Message.SerializeToX12(false)); - Debug.WriteLine(inquiry); - Debug.WriteLine("Outlined Result:"); - Debug.WriteLine(Message.SerializeToX12(true)); - Debug.WriteLine("XML version of the above to help in understanding layout."); - Debug.WriteLine(Message.Serialize()); - - - Assert.AreEqual(inquiry, Message.SerializeToX12(false)); - - } - - - [TestMethod] - public void Transform270ToHtml() - { - var htmlService = new X12HtmlTransformationService(new X12EdiParsingService(suppressComments: false)); - - Stream ediFile = new MemoryStream(Encoding.ASCII.GetBytes(inquiry)); - - string html = htmlService.Transform(new StreamReader(ediFile).ReadToEnd()); - - Trace.Write(html); - } - - } -} +using System.Globalization; + +namespace X12.Tests.Unit.DocumentationCodeSamples.X12InterchangeModel +{ + using System; + using System.Diagnostics; + using System.IO; + using System.Linq; + using System.Text; + + using NUnit.Framework; + + using X12.Parsing; + using X12.Shared.Enumerations; + using X12.Shared.Models; + using X12.Shared.Models.Typed; + using X12.Shared.Models.TypedLoops; + using X12.Shared.Models.TypedSegments; + using X12.Transformations; + + [TestFixture] + public class ReadingAnExistingX12File + { + private string inquiry = @"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~HL*1**20*1~NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~HL*2*1*21*1~NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~HL*3*2*22*0~TRN*1*93175-012547*9877281234~NM1*IL*1*SMITH*ROBERT*MI****11122333301~DMG*D8*19430519~DTP*291*D8*20060501~EQ*30~SE*13*1234~GE*1*31~IEA*1*000000031~"; + + private string inquiryOutline = @"ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~ + GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~ + ST*270*1234~ + BHT*0022*13*10001234*20070816*1319*00~ + HL*1**20*1~ + NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + TRN*1*93175-012547*9877281234~ + NM1*IL*1*SMITH*ROBERT*MI****11122333301~ + DMG*D8*19430519~ + DTP*291*D8*20060501~ + EQ*30~ + SE*13*1234~ + GE*1*31~ +IEA*1*000000031~ +"; + + [Test] + public void OutlineIsSameAsOriginal() + { + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(this.inquiry))).First(); + + Interchange interchangeFromOutline = parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(this.inquiryOutline))).First(); + Assert.AreEqual(interchange.SerializeToX12(false), interchangeFromOutline.SerializeToX12(false)); + } + + [Test] + public void Read270Test() + { + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(new MemoryStream(Encoding.ASCII.GetBytes(this.inquiry))).First(); + + Assert.AreEqual("9088877320000 ", interchange.InterchangeReceiverId); + + Transaction transaction = interchange.FunctionGroups.First().Transactions.First(); + Segment bht = transaction.Segments.First(); + + Assert.AreEqual("10001234", bht.GetElement(3)); + + HierarchicalLoop subscriberLoop = transaction.FindHLoop("3"); + Loop subscriberNameLoop = subscriberLoop.Loops.First(); + + Assert.AreEqual("SMITH", subscriberNameLoop.GetElement(3), "Subscriber last name not expected."); + Assert.AreEqual("11122333301", subscriberNameLoop.GetElement(9), "Subscriber member id not expected."); + } + + [Test] + public void Create270Test() + { + /*Good documentation sources for understanding X12 + * http://docs.oracle.com/cd/E19398-01/820-1275/agdaw/index.html + * https://www.empireblue.com/provider/noapplication/f4/s3/t2/pw_ad086848.pdf?refer=ehpprovider + */ + + //Create the top level interchange + #region Create Interchange + var message = new Interchange(DateTime.Now, 31, false) + { + AuthorInfoQualifier = "00", //ISA01 - Authorization Info Qual - 00(No Auth present) + AuthorInfo = string.Format("{0,-10}", " "), //ISA02 - Authorization Info Must be 10 spaces if ISA01 = 00 + SecurityInfoQualifier = "00", //ISA03 - Security Info Qual (00 no password) + SecurityInfo = string.Format("{0,-10}", " "), //ISA04 - Password, 10 spaces if no password + InterchangeSenderIdQualifier = "01", //ISA05 01=Duns 14=Duns plus suffix 20=Health insurance number (HIN) 27=CMS carrier ID number 28=CMS fiscal intermediary ID number 29=CMS Medicare provider /supplier ID 30 U.S. federal tax ID 33=NAIC ID ZZ=Mutually defined. + InterchangeSenderId = "9012345720000 ", //ISA06 Registration information for sender + InterchangeReceiverIdQualifier = "01", //ISA07 Mutually defined + InterchangeReceiverId = "9088877320000 ", //ISA08 - Depends on who is processing it. Variable by company. We need to get a table of these values + InterchangeDate = DateTime.Parse("2002/08/16") //ISA09 - Date we sent this + }; + + message.SetElement(10, "1144"); //ISA10 Interchange time Format HHMM + message.SetElement(11, "U"); //ISA11 Interchange Control standards ID + message.SetElement(12, "00401"); //ISA12 Interchange control version number - set by receiver + message.SetElement(13, "000000031"); //ISA13 Interchange control number - Must be unique within 180 days + message.SetElement(14, "0"); //ISA14 Interchange Ack requested - For 270 must be 0 + message.SetElement(15, "T"); //ISA15 Usage (T=Test, P=Production) + //Message.SetElement(16, "^"); //ISA16 Component Element sep - Can't be in any value in document + + Debug.WriteLine("Interchange level:"); + Debug.WriteLine("ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~IEA*0*000000031~"); + Debug.WriteLine(message.SerializeToX12(false)); + Assert.AreEqual("ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*0*T*:~IEA*0*000000031~", message.SerializeToX12(false)); + #endregion + + #region Create GS - Function Group + //GS - First record of a functional group + var Group = message.AddFunctionGroup("HS", DateTime.Now, 31, "00501X092A1"); + Group.FunctionalIdentifierCode = "HS"; //GS01 FA=999, HS=270, HB=271 + Group.ApplicationSendersCode = "901234572000"; //GS02 - RegistationCode given by receiver organization + Group.ApplicationReceiversCode = "908887732000"; //GS03 - Recievers code (Get from the receiver organization) + Group.Date = DateTime.Parse("2007/08/16"); //GS04 - Date sent from us + + Group.SetElement(5, "1615"); //GS05 - HHMM time from sending system + Group.ControlNumber = 31; //GS06 Must equal following GE02 and be unique to each functional group in message + Group.ResponsibleAgencyCode = "X"; //GS07 X=ASCX12 + Group.VersionIdentifierCode = "00501X092A1"; //GS08 00501X092A1 for 270/271, 005010 for 999 + + Debug.WriteLine("Function Group level:"); + Debug.WriteLine("GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~GE*0*31~"); + Debug.WriteLine(Group.SerializeToX12(false)); + Assert.AreEqual("GS*HS*901234572000*908887732000*20070816*1615*31*X*00501X092A1~GE*0*31~", Group.SerializeToX12(false)); + + #endregion + + var transactionSet = Group.AddTransaction("270", "1234"); //1234 is the ST02 control number + + #region Create BHT - Beginning of Hierarchal Transaction + // Beginning of Hierarchical Transaction + var BHTSegment = transactionSet.AddSegment(new TypedSegmentBHT()); + BHTSegment.BHT01_HierarchicalStructureCode = "0022"; //BHT01 - Order for structure: 22 - Information Source, Information Reciever, Subscriber, Dependent + BHTSegment.BHT02_TransactionSetPurposeCode = "13"; //BHT02 - Transaction Set purpose 01- Cancel (Cancel a previous 270), 13 - Request + BHTSegment.BHT03_ReferenceIdentification = "10001234"; //BHT03 - Value used to track this request (From our side) Max 50 char + BHTSegment.BHT04_Date = DateTime.Parse("2007/08/16"); //BHT04 - CCYYMMDD (CC = First two digits of year 20..) - When transaction was created + BHTSegment.BHT05_Time = "1319"; //BHT05 - Time Transaction created HHMM + BHTSegment.BHT06_TransactionTypeCode = "00"; //BHT06 - Transaction Type - RT for getting Medicaid SpendDown info + + Debug.WriteLine("BHT - Beginning of Hierarchal Transaction:"); + Debug.WriteLine("ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~SE*3*1234~"); + Debug.WriteLine(transactionSet.SerializeToX12(false)); + Assert.AreEqual("ST*270*1234~BHT*0022*13*10001234*20070816*1319*00~SE*3*1234~", transactionSet.SerializeToX12(false)); + + #endregion + + /* Note on the following HL levels + * HL1 - Information Source level - Payer that maintains the info regarding the patient's coverage + * HL2 - Information Receiver Level - The Entity requesting info regarding the patient's coverage + * HL3 - Subscriber level - the subscriber, who may or may not be the patient - the member. + * HL4 - Dependent level - The dependent of the member, who may or may not be the patient, is related to the subscriber/mnember + */ + + + #region HL1 Level - Information Source - Loop 2100A + var HL1InformationSourceLevel = transactionSet.AddHLoop("1", "20", true); //"1" is HL01 the Id number for this loop, "20" is HL02 - "20" means it is an info source + + //Billing info HL1 level + var HL1SourceLoop = HL1InformationSourceLevel.AddLoop(new TypedLoopNM1("PR")); + //InformationSourceLoop.NM101_EntityIdCode = "PR"; //2B Third-Party Administrator, 36 Employer, GP Gateway Provider, P5 Plan Sponsor, PR Payer + HL1SourceLoop.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + HL1SourceLoop.NM103_NameLastOrOrganizationName = "ABC BILLING SERVICE"; + HL1SourceLoop.NM104_NameFirst = string.Empty; + HL1SourceLoop.NM105_NameMiddle = string.Empty; + HL1SourceLoop.NM106_NamePrefix = string.Empty; + HL1SourceLoop.NM107_NameSuffix = string.Empty; + HL1SourceLoop.NM108_IdCodeQualifier = "PI"; //code describing what the NM109 is + /* + * 24 Employer's Identification Number + 46 Electronic Transmitter Identification Number (ETIN) + FI Federal Taxpayer's Identification Number + NI National Association of Insurance Commissioners (NAIC) Identification + PI Payor Identification + XV Centers for Medicare and Medicaid Services PlanID + CODE SOURCE: CODE SOURCE: + 540: Centers for Medicare and Medicaid Services PlanID Centers for Medicare and Medicaid Services PlanID + XX Centers for Medicare and Medicaid Services National Provider Identifier + CODE SOURCE: CODE SOURCE: + 537: Centers for Medicare and Medicaid Services National Provider Identifier Centers for Medicare and Medicaid Services National Provider Identifier + */ + HL1SourceLoop.NM109_IdCode = "842610001"; //Code defining a party or other value lookup from external code list + + Debug.WriteLine("HL1 level:"); + Debug.WriteLine(HL1InformationSourceLevel.SerializeToX12(false)); + Debug.WriteLine("HL*1**20*1~NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~"); + Assert.AreEqual("HL*1**20*1~NM1*PR*2*ABC BILLING SERVICE*****PI*842610001~",HL1InformationSourceLevel.SerializeToX12(false)); + #endregion + + #region HL2 Level - Information Receiver - Loop 2100B + var HL2SourceLoop = HL1InformationSourceLevel.AddHLoop("2", "21", true);//This is the 2100 Loop - The receiver information + + var HL2Info = HL2SourceLoop.AddLoop(new TypedLoopNM1("1P")); + HL2Info.NM102_EntityTypeQualifier = EntityTypeQualifier.NonPersonEntity; + HL2Info.NM103_NameLastOrOrganizationName = "BONE AND JOINT CLINIC"; + HL2Info.NM104_NameFirst = string.Empty; + HL2Info.NM105_NameMiddle = string.Empty; + HL2Info.NM106_NamePrefix = string.Empty; + HL2Info.NM107_NameSuffix = string.Empty; + HL2Info.NM108_IdCodeQualifier = "SV"; //code describing what the NM109 is + HL2Info.NM109_IdCode = "2000035"; + + Debug.WriteLine("HL2 Level:"); + Debug.WriteLine(HL2SourceLoop.SerializeToX12(false)); + Debug.WriteLine("HL*2*1*21*1~NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~"); + Assert.AreEqual("HL*2*1*21*1~NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~", HL2SourceLoop.SerializeToX12(false)); + #endregion + + var hL3Info = HL2SourceLoop.AddHLoop("3", "22", false); + hL3Info.AddSegment("TRN*1*93175-012547*9877281234"); + + var member = hL3Info.AddLoop(new TypedLoopNM1("IL")); + member.NM102_EntityTypeQualifier = EntityTypeQualifier.Person; + member.NM103_NameLastOrOrganizationName = "SMITH"; + member.NM104_NameFirst = "ROBERT"; + member.NM105_NameMiddle = "MI"; + member.NM109_IdCode = "11122333301"; + + TypedSegmentDMG birthday = member.AddSegment(new TypedSegmentDMG()); + birthday.DMG02_DateOfBirth = new DateTime(1943, 5, 19); + + TypedSegmentDTP subscribeDate = member.AddSegment(new TypedSegmentDTP()); + subscribeDate.DTP01_DateTimeQualifier = DTPQualifier.Plan; + subscribeDate.DTP02_DateTimePeriodFormatQualifier = DTPFormatQualifier.CCYYMMDD; + subscribeDate.DTP03_Date = new DateTimePeriod(new DateTime(2006, 5, 1)); + + member.AddLoop("EQ*30"); + + Assert.AreEqual("HL*3*2*22*0~TRN*1*93175-012547*9877281234~NM1*IL*1*SMITH*ROBERT*MI****11122333301~DMG*D8*19430519~DTP*291*D8*20060501~EQ*30~", hL3Info.SerializeToX12(false)); + Assert.AreEqual(this.inquiry, message.SerializeToX12(false)); + } + + [Test] + public void Transform270ToHtml() + { + // arrange + var htmlService = new X12HtmlTransformationService(new X12EdiParsingService(suppressComments: false)); + Stream ediFile = new MemoryStream(Encoding.ASCII.GetBytes(this.inquiry)); + + // act - assert + string html = htmlService.Transform(new StreamReader(ediFile).ReadToEnd()); + Trace.Write(html); + } + } +} diff --git a/tests/X12.Tests.Unit/Extensions.cs b/tests/X12.Tests.Unit/Extensions.cs new file mode 100644 index 00000000..df79d0e9 --- /dev/null +++ b/tests/X12.Tests.Unit/Extensions.cs @@ -0,0 +1,49 @@ +namespace X12.Tests.Unit +{ + using System.IO; + using System.Reflection; + + /// + /// Common extensions used by the testing library + /// + public static class Extensions + { + /// + /// Gets an EDI file given a resource path string + /// + /// Path to EDI file + /// Stream for the EDI file found at the resource path + public static Stream GetEdi(string resourcePath) + { + return Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Parsing._SampleEdiFiles." + resourcePath); + } + + /// + /// Writes the string content to a file + /// + /// FileStream used for writing the content + /// String data to be written + public static void PrintToFile(this FileStream fs, string content) + { + var writer = new StreamWriter(fs); + writer.WriteLine(content); + writer.Close(); + fs.Close(); + } + + /// + /// Writes an HTML string using a given filestream, adding structural tags for the document + /// + /// FileStream to use for writing + /// HTML string to be written + public static void PrintHtmlToFile(this FileStream fs, string html) + { + var writer = new StreamWriter(fs); + writer.WriteLine(""); + writer.WriteLine(html); + writer.WriteLine(""); + writer.Close(); + fs.Close(); + } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/ExtensionsTests/EnumExtensionsTests.cs b/tests/X12.Tests.Unit/ExtensionsTests/EnumExtensionsTests.cs similarity index 53% rename from tests/OopFactory.X12.Tests.Unit/ExtensionsTests/EnumExtensionsTests.cs rename to tests/X12.Tests.Unit/ExtensionsTests/EnumExtensionsTests.cs index dff2ddde..c447d216 100644 --- a/tests/OopFactory.X12.Tests.Unit/ExtensionsTests/EnumExtensionsTests.cs +++ b/tests/X12.Tests.Unit/ExtensionsTests/EnumExtensionsTests.cs @@ -1,69 +1,59 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Attributes; -using OopFactory.X12.Extensions; - -namespace OopFactory.X12.Tests.Unit.ExtensionsTests -{ - [TestClass] - public class EnumExtensionsTests - { - private enum TestEDIField - { - [EDIFieldValue("101")] - Value1, - - [EDIFieldValue("102")] - Value2, - - Value3 - } - - #region EDIFieldValue Tests - - [TestMethod] - public void EDIFieldValue_WhenAttributeExists_ShouldReturnAttributeValue() - { - Assert.AreEqual("101", TestEDIField.Value1.EDIFieldValue()); - Assert.AreEqual("102", TestEDIField.Value2.EDIFieldValue()); - } - - [TestMethod] - public void EDIFieldValue_WhenNoAttributeExists_ShouldThrowInvalidException() - { - // Arrange - - // Act - InvalidOperationException exceptionThrown = null; - try - { - TestEDIField.Value3.EDIFieldValue(); - } - catch (InvalidOperationException exception) - { - exceptionThrown = exception; - } - - // Assert - Assert.IsNotNull(exceptionThrown); - } - - #endregion - - #region ToEnumFromEDIFieldValue Tests - - [TestMethod] - public void ToEnumFromEDIFieldValue_WhenValidEnumEDIFieldValues_ShouldReturnEnum() - { - Assert.AreEqual(TestEDIField.Value1 , "101".ToEnumFromEDIFieldValue()); - Assert.AreEqual(TestEDIField.Value2, "102".ToEnumFromEDIFieldValue()); - - } - - #endregion - - } -} +namespace X12.Tests.Unit.ExtensionsTests +{ + using System; + + using NUnit.Framework; + + using X12.Shared.Attributes; + using X12.Shared.Extensions; + + [TestFixture] + public class EnumExtensionsTests + { + private enum TestEDIField + { + [EdiFieldValue("101")] + Value1, + + [EdiFieldValue("102")] + Value2, + + Value3 + } + + [Test] + public void EDIFieldValue_WhenAttributeExists_ShouldReturnAttributeValue() + { + Assert.AreEqual("101", TestEDIField.Value1.EdiFieldValue()); + Assert.AreEqual("102", TestEDIField.Value2.EdiFieldValue()); + } + + [Test] + public void EDIFieldValue_WhenNoAttributeExists_ShouldThrowInvalidException() + { + // Arrange + + // Act + InvalidOperationException exceptionThrown = null; + try + { + TestEDIField.Value3.EdiFieldValue(); + } + catch (InvalidOperationException exception) + { + exceptionThrown = exception; + } + + // Assert + Assert.IsNotNull(exceptionThrown); + } + + [Test] + public void ToEnumFromEDIFieldValue_WhenValidEnumEDIFieldValues_ShouldReturnEnum() + { + Assert.AreEqual(TestEDIField.Value1 , "101".ToEnumFromEdiFieldValue()); + Assert.AreEqual(TestEDIField.Value2, "102".ToEnumFromEdiFieldValue()); + + } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/Flattening/820-XML-to-csv.xslt b/tests/X12.Tests.Unit/Flattening/820-XML-to-csv.xslt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Flattening/820-XML-to-csv.xslt rename to tests/X12.Tests.Unit/Flattening/820-XML-to-csv.xslt index 8d1ee30b..9aead92d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Flattening/820-XML-to-csv.xslt +++ b/tests/X12.Tests.Unit/Flattening/820-XML-to-csv.xslt @@ -1,30 +1,30 @@ - - - - - -Transaction,Creation Date,Payer Name,Payee Name, Payer Tax ID - - - - - - - - - - - - - - - - - - - - - - + + + + + +Transaction,Creation Date,Payer Name,Payee Name, Payer Tax ID + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/OopFactory.X12.Tests.Unit/Flattening/837-XML-to-claim-level-csv.xslt b/tests/X12.Tests.Unit/Flattening/837-XML-to-claim-level-csv.xslt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Flattening/837-XML-to-claim-level-csv.xslt rename to tests/X12.Tests.Unit/Flattening/837-XML-to-claim-level-csv.xslt index 7bd48a45..4566669a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Flattening/837-XML-to-claim-level-csv.xslt +++ b/tests/X12.Tests.Unit/Flattening/837-XML-to-claim-level-csv.xslt @@ -1,70 +1,70 @@ - - - - - - - - - - Billing Provider Name, Billing Provider ID, Subscriber Name, Patient Name, Patient Control Number, Total Claim Charge Amount - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - , - - , - - - - - " - - , - - ", - - - - " - - , - - ", - - + + + + + + + + + + Billing Provider Name, Billing Provider ID, Subscriber Name, Patient Name, Patient Control Number, Total Claim Charge Amount + + + + + + + + + + + + + + + + + + + + + + + + + + + + + , + + + + + + + + , + + , + + + + + " + + , + + ", + + + + " + + , + + ", + + diff --git a/tests/OopFactory.X12.Tests.Unit/Flattening/Flatten820Tester.cs b/tests/X12.Tests.Unit/Flattening/Flatten820Tester.cs similarity index 60% rename from tests/OopFactory.X12.Tests.Unit/Flattening/Flatten820Tester.cs rename to tests/X12.Tests.Unit/Flattening/Flatten820Tester.cs index b9bf4e2c..84229aa6 100644 --- a/tests/OopFactory.X12.Tests.Unit/Flattening/Flatten820Tester.cs +++ b/tests/X12.Tests.Unit/Flattening/Flatten820Tester.cs @@ -1,73 +1,70 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System.Reflection; -using System.IO; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; -using System.Xml; -using System.Xml.Xsl; - -namespace OopFactory.X12.Tests.Unit.Flattening -{ - [TestClass] - public class Flatten820Tester - { - [TestMethod] - public void FlattenUsingXmlDocument() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles.ORD._820.Example1_MortgageBankers.txt"); - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(stream).First(); - string xml = interchange.Serialize(); - - XmlDocument doc = new XmlDocument(); - doc.LoadXml(xml); - - FileStream fstream = new FileStream("ORD._820.Example1.txt", FileMode.Create); - StreamWriter writer = new StreamWriter(fstream); - - writer.WriteLine("Transaction,Creation Date,Submitter Name, Borrower Last Name, Remittance ID"); - foreach (XmlElement transaction in doc.SelectNodes("/Interchange/FunctionGroup/Transaction")) - { - foreach (XmlElement entity in transaction.SelectNodes("Loop[@LoopId='ENT']")) - { - foreach (XmlElement remit in entity.SelectNodes("Loop[@LoopId='RMR']")) - { - writer.WriteLine("{0},{1},{2},{3},{4}", - transaction.SelectSingleNode("ST/ST02").InnerText, - transaction.SelectSingleNode("DTM[DTM01='097']/DTM02").InnerText, - transaction.SelectSingleNode("Loop[@LoopId='N1']/N1[N101='41']/N102").InnerText, - entity.SelectSingleNode("Loop[@LoopId='NM1']/NM1[NM101='BW']/NM103").InnerText, - remit.SelectSingleNode("RMR/RMR02").InnerText); - } - } - } - - writer.Close(); - fstream.Close(); - - } - - [TestMethod] - public void FlattenUsingXslt() - { - Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Parsing._SampleEdiFiles.ORD._820.Example1_MortgageBankers.txt"); - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(stream).First(); - string xml = interchange.Serialize(); - - var transform = new XslCompiledTransform(); - transform.Load(XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Tests.Unit.Flattening.820-XML-to-csv.xslt"))); - var writer = new StringWriter(); - - transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), writer); - System.Diagnostics.Trace.WriteLine(writer.GetStringBuilder().ToString()); - - } - } -} +namespace X12.Tests.Unit.Flattening +{ + using System.IO; + using System.Linq; + using System.Reflection; + using System.Xml; + using System.Xml.Xsl; + + using NUnit.Framework; + + using X12.Parsing; + using X12.Shared.Models; + + [TestFixture] + public class Flatten820Tester + { + [Test] + public void FlattenUsingXmlDocument() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Parsing._SampleEdiFiles.ORD._820.Example1_MortgageBankers.txt"); + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(stream).First(); + string xml = interchange.Serialize(); + + var doc = new XmlDocument(); + doc.LoadXml(xml); + + var fstream = new FileStream("ORD._820.Example1.txt", FileMode.Create); + var writer = new StreamWriter(fstream); + + writer.WriteLine("Transaction,Creation Date,Submitter Name, Borrower Last Name, Remittance ID"); + foreach (XmlElement transaction in doc.SelectNodes("/Interchange/FunctionGroup/Transaction")) + { + foreach (XmlElement entity in transaction.SelectNodes("Loop[@LoopId='ENT']")) + { + foreach (XmlElement remit in entity.SelectNodes("Loop[@LoopId='RMR']")) + { + writer.WriteLine( + "{0},{1},{2},{3},{4}", + transaction.SelectSingleNode("ST/ST02").InnerText, + transaction.SelectSingleNode("DTM[DTM01='097']/DTM02").InnerText, + transaction.SelectSingleNode("Loop[@LoopId='N1']/N1[N101='41']/N102").InnerText, + entity.SelectSingleNode("Loop[@LoopId='NM1']/NM1[NM101='BW']/NM103").InnerText, + remit.SelectSingleNode("RMR/RMR02").InnerText); + } + } + } + + writer.Close(); + fstream.Close(); + } + + [Test] + public void FlattenUsingXslt() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Parsing._SampleEdiFiles.ORD._820.Example1_MortgageBankers.txt"); + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(stream).First(); + string xml = interchange.Serialize(); + + var transform = new XslCompiledTransform(); + transform.Load(XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Flattening.820-XML-to-csv.xslt"))); + var writer = new StringWriter(); + + transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), writer); + } + } +} diff --git a/tests/X12.Tests.Unit/Flattening/Flatten837Tester.cs b/tests/X12.Tests.Unit/Flattening/Flatten837Tester.cs new file mode 100644 index 00000000..19f05ff3 --- /dev/null +++ b/tests/X12.Tests.Unit/Flattening/Flatten837Tester.cs @@ -0,0 +1,33 @@ +namespace X12.Tests.Unit.Flattening +{ + using System.IO; + using System.Linq; + using System.Reflection; + using System.Xml; + using System.Xml.Xsl; + + using NUnit.Framework; + + using X12.Parsing; + using X12.Shared.Models; + + [TestFixture] + public class Flatten837Tester + { + [Test] + public void FlattenUsingXslt() + { + Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Parsing._SampleEdiFiles.INS._837P._4010.FromNth.837_DeIdent_01.dat"); + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(stream).First(); + string xml = interchange.Serialize(); + + var transform = new XslCompiledTransform(); + transform.Load(XmlReader.Create(Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Flattening.837-XML-to-claim-level-csv.xslt"))); + var writer = new StringWriter(); + + transform.Transform(XmlReader.Create(new StringReader(xml)), new XsltArgumentList(), writer); + } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/Flattening/XSLTFile1.xslt b/tests/X12.Tests.Unit/Flattening/XSLTFile1.xslt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Flattening/XSLTFile1.xslt rename to tests/X12.Tests.Unit/Flattening/XSLTFile1.xslt index 5f9a9baa..d9fb84e7 100644 --- a/tests/OopFactory.X12.Tests.Unit/Flattening/XSLTFile1.xslt +++ b/tests/X12.Tests.Unit/Flattening/XSLTFile1.xslt @@ -1,12 +1,12 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/BinaryParsingTester.cs b/tests/X12.Tests.Unit/Parsing/BinaryParsingTester.cs similarity index 57% rename from tests/OopFactory.X12.Tests.Unit/Parsing/BinaryParsingTester.cs rename to tests/X12.Tests.Unit/Parsing/BinaryParsingTester.cs index d170f55b..2805bd5e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/BinaryParsingTester.cs +++ b/tests/X12.Tests.Unit/Parsing/BinaryParsingTester.cs @@ -1,33 +1,43 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Tests.Unit.Parsing -{ - [TestClass] - public class BinaryParsingTester - { - [TestMethod] - public void BinSegmentTester() - { - int start; - long size = Segment.ParseBinarySize('*', @"BIN*268*~", out start); - - Assert.AreEqual(268, size); - Assert.AreEqual(8,start); - } - - [TestMethod] - public void BdsSegmentTester() - { - int start; - long size = Segment.ParseBinarySize('*', "BDS*NOF*18*Binary Data*: Here~", out start); - - Assert.AreEqual(18, size); - Assert.AreEqual(11, start); - } - } -} +namespace X12.Tests.Unit.Parsing +{ + using NUnit.Framework; + + using X12.Shared.Models; + + /// + /// Tests the parsing of binary data + /// + [TestFixture] + public class BinaryParsingTester + { + /// + /// Tests that a BIN segment can be successfully parsed + /// + [Test] + public void BinSegmentTester() + { + // arrange - act + int start; + long size = Segment.ParseBinarySize('*', @"BIN*268*~", out start); + + // assert + Assert.AreEqual(268, size); + Assert.AreEqual(8, start); + } + + /// + /// Tests that a BDS segment can be successfully parsed + /// + [Test] + public void BdsSegmentTester() + { + // arrange - act + int start; + long size = Segment.ParseBinarySize('*', "BDS*NOF*18*Binary Data*: Here~", out start); + + // assert + Assert.AreEqual(18, size); + Assert.AreEqual(11, start); + } + } +} diff --git a/tests/X12.Tests.Unit/Parsing/ParsingTester.cs b/tests/X12.Tests.Unit/Parsing/ParsingTester.cs new file mode 100644 index 00000000..6171c15f --- /dev/null +++ b/tests/X12.Tests.Unit/Parsing/ParsingTester.cs @@ -0,0 +1,224 @@ +namespace X12.Tests.Unit.Parsing +{ + using System.Collections.Generic; + using System.IO; + using System.Linq; + using System.Reflection; + using System.Text; + using System.Xml; + + using NUnit.Framework; + + using X12.Parsing; + using X12.Shared.Models; + using X12.Specifications.Finders; + using X12.Transformations; + + /// + /// Summary description for ParsingTester + /// + [TestFixture] + public class ParsingTester + { + /// + /// Tests that the X12Parser can parse an EDI file and transform it to XML + /// + /// File path for a sample EDI file to test + [Test] + public void ParseToXml( + [ValueSource(typeof(ResourcePathManager), nameof(ResourcePathManager.ResourcePaths))] + string resourcePath) + { + Stream stream = GetEdi(resourcePath); + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(stream).First(); + string xml = interchange.Serialize(); + var doc = new XmlDocument(); + doc.LoadXml(xml); + int index = 1; + string query = this.GetXPathQuery(resourcePath, index); + while (!string.IsNullOrWhiteSpace(query)) + { + string expected = this.GetExpectedValue(resourcePath, index); + XmlNode node = doc.SelectSingleNode(query); + Assert.IsNotNull(node, "Query '{0}' not found in {1}.", query, resourcePath); + Assert.AreEqual(expected, node.InnerText, "Value {0} not expected from query {1} in {2}.", node.InnerText, query, resourcePath); + query = this.GetXPathQuery(resourcePath, ++index); + } + + if (resourcePath.Contains("_837D")) + { + stream = GetEdi(resourcePath); + parser = new X12Parser(new DentalClaimSpecificationFinder()); + interchange = parser.ParseMultiple(stream).First(); + xml = interchange.Serialize(); + } + + if (resourcePath.Contains("_837I")) + { + stream = GetEdi(resourcePath); + parser = new X12Parser(new InstitutionalClaimSpecificationFinder()); + interchange = parser.ParseMultiple(stream).First(); + xml = interchange.Serialize(); + } + } + + /// + /// Tests that X12Parser can parse an EDI and write it back to and EDI + /// + /// File path for a sample EDI file to test + [Test] + public void ParseAndUnparse( + [ValueSource(typeof(ResourcePathManager), nameof(ResourcePathManager.ResourcePaths))] + string resourcePath) + { + Stream stream = GetEdi(resourcePath); + string orignalX12 = new StreamReader(stream).ReadToEnd(); + stream = GetEdi(resourcePath); + var parser = new X12Parser(); + parser.ParserWarning += this.Parser_ParserWarning; + List interchanges = parser.ParseMultiple(stream); + + StringBuilder x12 = new StringBuilder(); + foreach (var interchange in interchanges) + { + x12.AppendLine(interchange.SerializeToX12(true)); + } + + Assert.AreEqual(orignalX12, x12.ToString().Trim()); + } + + /// + /// Tests and X12Parser can parse and EDI file, transform it to XMl and back to + /// X12, and then write it back out + /// + /// File path for a sample EDI file to test + [Test] + public void ParseAndTransformToX12( + [ValueSource(typeof(ResourcePathManager), nameof(ResourcePathManager.ResourcePaths))] + string resourcePath) + { + if (!resourcePath.Contains("_0x1D")) + { + // arrange + Stream stream = GetEdi(resourcePath); + + // act + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(stream).First(); + string originalX12 = interchange.SerializeToX12(true); + + string xml = interchange.Serialize(); + string x12 = parser.TransformToX12(xml); + + Interchange newInterchange = parser.ParseMultiple(x12).First(); + string newX12 = newInterchange.SerializeToX12(true); + + // assert + Assert.AreEqual(originalX12, newX12); + } + } + + /// + /// Tests that X12Parser can parse an EDI file, a change can be made to the model, + /// and it can be transformed back to X12 with the modification + /// + /// File path for a sample EDI file to test + [Test] + public void ParseModifyAndTransformBackToX12( + [ValueSource(typeof(ResourcePathManager), nameof(ResourcePathManager.ResourcePaths))] + string resourcePath) + { + var stream = GetEdi("INS._270._4010.Example1_DHHS.txt"); + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(stream).First(); + string xml = interchange.Serialize(); + + var doc = new XmlDocument + { + PreserveWhitespace = true + }; + doc.LoadXml(xml); + + XmlElement dmgElement = (XmlElement)doc.GetElementsByTagName("DMG")[0]; + dmgElement.ParentNode.RemoveChild(dmgElement); + + string x12 = parser.TransformToX12(doc.OuterXml); + + var modifiedInterchange = parser.ParseMultiple(x12).First(); + string newX12 = modifiedInterchange.SerializeToX12(true); + + var seSegment = modifiedInterchange.FunctionGroups.First().Transactions.First().TrailerSegments.FirstOrDefault(ts => ts.SegmentId == "SE"); + + Assert.IsNotNull(seSegment); + Assert.AreEqual("0001", seSegment.GetElement(2)); + Assert.AreEqual("15", seSegment.GetElement(1)); + } + + /// + /// Tests that X12Parser can parse an EDI file and transform it to HTML + /// + /// File path for a sample EDI file to test + [Test] + public void ParseToHtml( + [ValueSource(typeof(ResourcePathManager), nameof(ResourcePathManager.ResourcePaths))] + string resourcePath) + { + // arrange + Stream stream = GetEdi(resourcePath); + if (!resourcePath.Contains("MultipleInterchanges")) + { + var service = new X12HtmlTransformationService(new X12EdiParsingService(false)); + + // act - assert + string html = service.Transform(new StreamReader(stream).ReadToEnd()); + } + } + + /// + /// Tests that X12Parser can parse a unicode encoded file + /// + [Test] + public void ParseUnicodeFile() + { + // arrange + var fs = Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Parsing._SampleEdiFiles.INS._837P._5010.UnicodeExample.txt"); + var parser = new X12Parser(); + + // act - assert + var interchange = parser.ParseMultiple(fs, Encoding.Unicode); + } + + private static Stream GetEdi(string resourcePath) + { + return Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Tests.Unit.Parsing._SampleEdiFiles." + resourcePath); + } + + /// + /// Event handler hook for X12Parser.ParserWarning, if this is tripped, then we'll fail the test + /// + /// Object calling handler + /// Additional arguments, such as error message + /// Thrown if method is executed + private void Parser_ParserWarning(object sender, X12ParserWarningEventArgs args) + { + throw new AssertionException($"ParserWarning executed by {sender}: '{args.Message}'"); + } + + private string GetXPathQuery(string resourcePath, int index) + { + return ResourcePathManager.QueryMap[resourcePath].Any(q => q.Key.Contains($"Query{index}")) + ? ResourcePathManager.QueryMap[resourcePath][$"Query{index}"] + : null; + } + + private string GetExpectedValue(string resourcePath, int index) + { + return ResourcePathManager.ExpectedValuesMap[resourcePath].Any(e => e.Key.Contains($"Expected{index}")) + ? ResourcePathManager.ExpectedValuesMap[resourcePath][$"Expected{index}"] + : null; + } + } +} diff --git a/tests/X12.Tests.Unit/Parsing/ResourcePathManager.cs b/tests/X12.Tests.Unit/Parsing/ResourcePathManager.cs new file mode 100644 index 00000000..3b091e00 --- /dev/null +++ b/tests/X12.Tests.Unit/Parsing/ResourcePathManager.cs @@ -0,0 +1,96 @@ +namespace X12.Tests.Unit.Parsing +{ + using System.Collections.Generic; + using System.IO; + using System.Xml; + using System.Xml.XPath; + + /// + /// Manages a sample EDI index file and provides a collection of resource paths for testing + /// + public static class ResourcePathManager + { + private static readonly string SampleFilesIndex = @"SampleEdiFileInventory.xml"; + + /// + /// Initializes static members of the class + /// + static ResourcePathManager() + { + ResourcePaths = new List(); + QueryMap = new Dictionary>(); + ExpectedValuesMap = new Dictionary>(); + + Stream stream = Extensions.GetEdi(SampleFilesIndex); + using (XmlReader reader = XmlReader.Create(stream, new XmlReaderSettings())) + { + var document = new XPathDocument(reader); + var navigator = document.CreateNavigator(); + + XPathNodeIterator sampleFiles = navigator.Select("/SampleEdiFiles/TransactionSet/EdiFile"); + while (sampleFiles.MoveNext()) + { + var currentNavigator = sampleFiles.Current; + currentNavigator.MoveToFirstChild(); + + string resourcePath = string.Empty; + Dictionary queries = new Dictionary(); + Dictionary expectedValues = new Dictionary(); + + do + { + if (currentNavigator.Name == "ResourcePath") + { + resourcePath = currentNavigator.Value; + continue; + } + + if (currentNavigator.Name == "SourceUrl") + { + continue; + } + + // Using an arbitrary value for the loop stop + for (int i = 0; i < 5; i++) + { + if (currentNavigator.Name == $"Query{i}") + { + queries.Add($"Query{i}", currentNavigator.Value); + break; + } + + if (currentNavigator.Name == $"Expected{i}") + { + expectedValues.Add($"Expected{i}", currentNavigator.Value); + break; + } + } + } + while (currentNavigator.MoveToNext()); + + if (!string.IsNullOrEmpty(resourcePath)) + { + ResourcePaths.Add(resourcePath); + QueryMap.Add(resourcePath, queries); + ExpectedValuesMap.Add(resourcePath, expectedValues); + } + } + } + } + + /// + /// Gets the collection of resource path strings to sample EDI files for testing + /// + public static IList ResourcePaths { get; } + + /// + /// Gets the collection of queries, grouped by resource strings + /// + public static IDictionary> QueryMap { get; } + + /// + /// Gets the collection of expected values, grouped by resource strings + /// + public static IDictionary> ExpectedValuesMap { get; } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_Sample1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_Sample1.txt similarity index 98% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_Sample1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_Sample1.txt index 4a29b79b..ca218ccd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_Sample1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_Sample1.txt @@ -1,4 +1,4 @@ -ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ - TA1*0659*20110922*0512*A~ - TA1*0660*20110922*0512*A~ +ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ + TA1*0659*20110922*0512*A~ + TA1*0660*20110922*0512*A~ IEA*0*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_SampleFromJeffN825.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_SampleFromJeffN825.txt similarity index 98% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_SampleFromJeffN825.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_SampleFromJeffN825.txt index 62046b0b..cc91d9b7 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_SampleFromJeffN825.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/TechnicalAcknowledgment_SampleFromJeffN825.txt @@ -1,3 +1,3 @@ -ISA>00>1234567890>00>1234567890>28>PPPPP >28>SSSSSS >100624>1430>^>00501>000000001>0>P>+ - TA1>900000001>100624>1430>R>006>+ +ISA>00>1234567890>00>1234567890>28>PPPPP >28>SSSSSS >100624>1430>^>00501>000000001>0>P>+ + TA1>900000001>100624>1430>R>006>+ IEA>0>000000001 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/_999/DHS_Wisconsin_Sample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/_999/DHS_Wisconsin_Sample.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/_999/DHS_Wisconsin_Sample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/_999/DHS_Wisconsin_Sample.txt index 5c977249..bc419a63 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/_999/DHS_Wisconsin_Sample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/Acknowledgments/_999/DHS_Wisconsin_Sample.txt @@ -1,20 +1,20 @@ -ISA*00* *00* *ZZ*123456789 *ZZ*987654321 *041117*1024*^*00501*000000286*0*P*:~ - GS*FA*RCVR*SNDR*20041117*1024*287*X*005010X231~ - ST*999*2870001*005010X231~ - AK1*HC*17456*004010X098A1~ - AK2*837*0001~ - IK5*A~ - AK2*837*002~ - IK3*CLM*22**8~ - CTX*CLM01:123456789~ - IK4*2*782*1~ - IK5*R*5~ - AK2*837*0003~ - IK3*REF*57**3~ - CTX*SITUATIONAL TRIGGER*CLM*43**5:3*C023:1325~ - CTX*CLM01:987654321~ - IK5*R*5~ - AK9*P*3*3*1~ - SE*16*2870001~ - GE*1*287~ +ISA*00* *00* *ZZ*123456789 *ZZ*987654321 *041117*1024*^*00501*000000286*0*P*:~ + GS*FA*RCVR*SNDR*20041117*1024*287*X*005010X231~ + ST*999*2870001*005010X231~ + AK1*HC*17456*004010X098A1~ + AK2*837*0001~ + IK5*A~ + AK2*837*002~ + IK3*CLM*22**8~ + CTX*CLM01:123456789~ + IK4*2*782*1~ + IK5*R*5~ + AK2*837*0003~ + IK3*REF*57**3~ + CTX*SITUATIONAL TRIGGER*CLM*43**5:3*C023:1325~ + CTX*CLM01:987654321~ + IK5*R*5~ + AK9*P*3*3*1~ + SE*16*2870001~ + GE*1*287~ IEA*1*000000286~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_811/WayneBrantley.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_811/WayneBrantley.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_811/WayneBrantley.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_811/WayneBrantley.txt index 1d9b64f8..c3e39467 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_811/WayneBrantley.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_811/WayneBrantley.txt @@ -1,84 +1,84 @@ -ISA*00* *00* *ZZ*STFM SF00014 *ZZ*043028799AU *130517*1355*U*00304*000000038*0*T*:~ - GS*CI*LIENH811S000000*043028799*130517*1355*380001*X*003041~ - ST*811*0001~ - BIG*130517*1~ - N1*IN*STATE FARM INSURANCE*NI*25178~ - REF*BF*28~ - N1*SQ*SOME CUSTOMER (AUTO)*FI*043028799~ - TDS*1~ - HL*1**1*1~ - NM1*LM*2*SOME BANK*****FI*043028799~ - HL*2*1*2*1~ - NM1*AG*2*SOME PERSON*****93*0170~ - N3*1913 SILAS DEANE HWY~ - N4*ROCKY HILL*CT*060671309~ - PER*AM**TE*860-563-7283~ - HL*3*2*4*1~ - NM1*IL*1*CITRO*ANNETTE~ - N3*125 CAROLINE RD~ - N4*BOZRAH*CT*06334**RJ*28~ - IT1**1*IP*0~ - SI*AD*08*REW~ - SI*AD*09*CON~ - REF*NF*25178~ - REF*IG* 466249B2707A~ - DTM*007*130227***20~ - DTM*009*130326***20~ - HL*4*3*5*1~ - LX*1~ - VEH**1C3CCBCG2CN122380*20*12~ - PID*X**AD*VEHMK*CHRYSLER~ - PID*X**AD*VEHMD*200~ - PID*X**AD*VEHTY*4DR~ - III*CV*COMP~ - AMT*PH*500~ - III*CV*COLL~ - AMT*PH*500~ - III*CV*LP~ - HL*5*4*8*0~ - SLN*1**I*0*EA~ - NM1*LM*2*SOME BANK~ - SE*39*0001~ - ST*811*0002~ - BIG*130517*1~ - N1*IN*STATE FARM INSURANCE*NI*25178~ - REF*BF*22~ - N1*SQ*SOME CUSTOMER (AUTO)*FI*043028799~ - TDS*1~ - HL*1**1*1~ - NM1*LM*2*ANOTHER BANK*****FI*043028799~ - N2*TRUST COMPANY~ - HL*2*1*2*1~ - NM1*AG*2*PAT THERIOT INSURANCE AGCY INC*****93*1801~ - N3*400 S MAIN ST STE A~ - N4*ST MARTINVLLE*LA*705824544~ - PER*AM**TE*337-394-6006~ - HL*3*2*4*1~ - NM1*IL*1*PREJEAN*JEREMY*C~ - N3*1100 NURSERY HWY~ - N4*BREAUX BRIDGE*LA*70517**RJ*22~ - IT1**1*IP*0~ - SI*AD*08*CER~ - SI*AD*09*CON~ - REF*NF*25178~ - REF*IG*U040635C2018J~ - DTM*007*130322***20~ - DTM*009*130326***20~ - HL*4*3*5*1~ - LX*1~ - VEH**3GTEC230X9G224079*20*09~ - PID*X**AD*VEHMK*GMC~ - PID*X**AD*VEHMD*C1500~ - PID*X**AD*VEHTY*PICKUP~ - III*CV*COMP~ - AMT*PH*50~ - III*CV*COLL~ - AMT*PH*500~ - III*CV*LP~ - HL*5*4*8*0~ - SLN*1**I*0*EA~ - NM1*LM*2*ANOTHER BANK~ - CTT*2~ - SE*41*0002~ - GE*2*380001~ +ISA*00* *00* *ZZ*STFM SF00014 *ZZ*043028799AU *130517*1355*U*00304*000000038*0*T*:~ + GS*CI*LIENH811S000000*043028799*130517*1355*380001*X*003041~ + ST*811*0001~ + BIG*130517*1~ + N1*IN*STATE FARM INSURANCE*NI*25178~ + REF*BF*28~ + N1*SQ*SOME CUSTOMER (AUTO)*FI*043028799~ + TDS*1~ + HL*1**1*1~ + NM1*LM*2*SOME BANK*****FI*043028799~ + HL*2*1*2*1~ + NM1*AG*2*SOME PERSON*****93*0170~ + N3*1913 SILAS DEANE HWY~ + N4*ROCKY HILL*CT*060671309~ + PER*AM**TE*860-563-7283~ + HL*3*2*4*1~ + NM1*IL*1*CITRO*ANNETTE~ + N3*125 CAROLINE RD~ + N4*BOZRAH*CT*06334**RJ*28~ + IT1**1*IP*0~ + SI*AD*08*REW~ + SI*AD*09*CON~ + REF*NF*25178~ + REF*IG* 466249B2707A~ + DTM*007*130227***20~ + DTM*009*130326***20~ + HL*4*3*5*1~ + LX*1~ + VEH**1C3CCBCG2CN122380*20*12~ + PID*X**AD*VEHMK*CHRYSLER~ + PID*X**AD*VEHMD*200~ + PID*X**AD*VEHTY*4DR~ + III*CV*COMP~ + AMT*PH*500~ + III*CV*COLL~ + AMT*PH*500~ + III*CV*LP~ + HL*5*4*8*0~ + SLN*1**I*0*EA~ + NM1*LM*2*SOME BANK~ + SE*39*0001~ + ST*811*0002~ + BIG*130517*1~ + N1*IN*STATE FARM INSURANCE*NI*25178~ + REF*BF*22~ + N1*SQ*SOME CUSTOMER (AUTO)*FI*043028799~ + TDS*1~ + HL*1**1*1~ + NM1*LM*2*ANOTHER BANK*****FI*043028799~ + N2*TRUST COMPANY~ + HL*2*1*2*1~ + NM1*AG*2*PAT THERIOT INSURANCE AGCY INC*****93*1801~ + N3*400 S MAIN ST STE A~ + N4*ST MARTINVLLE*LA*705824544~ + PER*AM**TE*337-394-6006~ + HL*3*2*4*1~ + NM1*IL*1*PREJEAN*JEREMY*C~ + N3*1100 NURSERY HWY~ + N4*BREAUX BRIDGE*LA*70517**RJ*22~ + IT1**1*IP*0~ + SI*AD*08*CER~ + SI*AD*09*CON~ + REF*NF*25178~ + REF*IG*U040635C2018J~ + DTM*007*130322***20~ + DTM*009*130326***20~ + HL*4*3*5*1~ + LX*1~ + VEH**3GTEC230X9G224079*20*09~ + PID*X**AD*VEHMK*GMC~ + PID*X**AD*VEHMD*C1500~ + PID*X**AD*VEHTY*PICKUP~ + III*CV*COMP~ + AMT*PH*50~ + III*CV*COLL~ + AMT*PH*500~ + III*CV*LP~ + HL*5*4*8*0~ + SLN*1**I*0*EA~ + NM1*LM*2*ANOTHER BANK~ + CTT*2~ + SE*41*0002~ + GE*2*380001~ IEA*1*000000038~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromCnSpec.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromCnSpec.txt similarity index 98% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromCnSpec.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromCnSpec.txt index b24529c0..cd214469 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromCnSpec.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromCnSpec.txt @@ -1,18 +1,18 @@ -ISA*04*SW824 *00* *02*CN *ZZ*ABCD *081029*1134*U*00401*000033030*0*P*_ - GS*AG*CN*ABCD*20081029*1134*33030*X*004010 - ST*824*33030001 - BGN*00*404*20081029*1134 - OTI*TE*BM*006394***20081029*1033*40860*408600001 - REF*EQ*CNIS789012 - REF*WY*580191 - TED*024*A problem has been detected in the electronic bill of lading - NTE**This shipment cannot move due to a railroad restriction that is - NTE**in effect. View the AAR website http://aarembargo.railinc.com - NTE**for further information on embargoes and OPSL restrictions. - NTE**If further assistance is required email EDIMGR@CN.CA. - NTE**Please contact your local EDI Support Center if further - NTE**information is required. If you are uncertain how to contact - NTE**your local EDI Support Center phone us at 800-267-9779. - SE*14*33030001 - GE*1*33030 +ISA*04*SW824 *00* *02*CN *ZZ*ABCD *081029*1134*U*00401*000033030*0*P*_ + GS*AG*CN*ABCD*20081029*1134*33030*X*004010 + ST*824*33030001 + BGN*00*404*20081029*1134 + OTI*TE*BM*006394***20081029*1033*40860*408600001 + REF*EQ*CNIS789012 + REF*WY*580191 + TED*024*A problem has been detected in the electronic bill of lading + NTE**This shipment cannot move due to a railroad restriction that is + NTE**in effect. View the AAR website http://aarembargo.railinc.com + NTE**for further information on embargoes and OPSL restrictions. + NTE**If further assistance is required email EDIMGR@CN.CA. + NTE**Please contact your local EDI Support Center if further + NTE**information is required. If you are uncertain how to contact + NTE**your local EDI Support Center phone us at 800-267-9779. + SE*14*33030001 + GE*1*33030 IEA*1*000033030 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromTmhpSpec.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromTmhpSpec.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromTmhpSpec.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromTmhpSpec.txt index bcfc123b..e8d583f9 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromTmhpSpec.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/FIN/_824/FromTmhpSpec.txt @@ -1,23 +1,23 @@ -ISA*00* *00* *ZZ*617591011C21P *ZZ*RECEIVERID *110701*1929*^*00501*000000001*0*P*~ - GS*AG*617591011C21P*RECEIVERID*20110701*1929*1*X*005010X186 - ST*824*0001*005010X186 - BGN*11*999999999999999999*20110701*192907**000000725**U - N1*41*TEXAS MEDICAID/HEALTHCARE SERVICES*46*617591011C21P - N1*40**46*1234567890 - OTI*IR*IX*InformationSource***20080811*153144*375*375001*270*005010X186 - TED*848*00 - OTI*IA*IX*NA***040812*1253*1000001*0021*270*005010X186 - REF*EJ*123456789 - AMT*GW*1900.5 - NM1*QC*1*SMITH*BETTY SUE*M***MI*999999999 - OTI*IE*IX*NA***040812*1253*1000001*0021**270*005010X186 - REF*EJ*8767657645765 - AMT*GW*787 - NM1*QC*1*SMITH*JANE****MI*123456789 - TED*024**N4*113*3**27387 - RED*NA**94**IBP*E038 - TED*024**N4*124*3**27378 - RED*NA**94**IBP*E038 - SE*19*0001 - GE*1*1 +ISA*00* *00* *ZZ*617591011C21P *ZZ*RECEIVERID *110701*1929*^*00501*000000001*0*P*~ + GS*AG*617591011C21P*RECEIVERID*20110701*1929*1*X*005010X186 + ST*824*0001*005010X186 + BGN*11*999999999999999999*20110701*192907**000000725**U + N1*41*TEXAS MEDICAID/HEALTHCARE SERVICES*46*617591011C21P + N1*40**46*1234567890 + OTI*IR*IX*InformationSource***20080811*153144*375*375001*270*005010X186 + TED*848*00 + OTI*IA*IX*NA***040812*1253*1000001*0021*270*005010X186 + REF*EJ*123456789 + AMT*GW*1900.5 + NM1*QC*1*SMITH*BETTY SUE*M***MI*999999999 + OTI*IE*IX*NA***040812*1253*1000001*0021**270*005010X186 + REF*EJ*8767657645765 + AMT*GW*787 + NM1*QC*1*SMITH*JANE****MI*123456789 + TED*024**N4*113*3**27387 + RED*NA**94**IBP*E038 + TED*024**N4*124*3**27378 + RED*NA**94**IBP*E038 + SE*19*0001 + GE*1*1 IEA*1*000000001 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example1_DHHS.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example1_DHHS.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example1_DHHS.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example1_DHHS.txt index daeaf429..49acee44 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example1_DHHS.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example1_DHHS.txt @@ -1,20 +1,20 @@ -ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ - GS*HS*SenderID*SCMEDICAID*20011101*0659*1*X*004010X092~ - ST*270*0001~ - BHT*0022*13*00001*20000615*1325~ - HL*1**20*1~ - NM1*PR*2*Medicaid*****PI*PayerID~ - HL*2*1*21*1~ - NM1*1P*2******SV*ProviderID~ - REF*1D*ProviderID~ - HL*3*2*22*0~ - TRN*1*12345-67890*9xxxxxxxxx*sub ID~ - NM1*IL*1*LastName*FirstName*MI***MI*RecipientID~ - REF*SY*SocSecNum~ - REF*EJ*PatientID~ - DMG*D8*20000614~ - DTP*472*D8*20000614~ - EQ*30~ - SE*16*0001~ - GE*1*1~ +ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ + GS*HS*SenderID*SCMEDICAID*20011101*0659*1*X*004010X092~ + ST*270*0001~ + BHT*0022*13*00001*20000615*1325~ + HL*1**20*1~ + NM1*PR*2*Medicaid*****PI*PayerID~ + HL*2*1*21*1~ + NM1*1P*2******SV*ProviderID~ + REF*1D*ProviderID~ + HL*3*2*22*0~ + TRN*1*12345-67890*9xxxxxxxxx*sub ID~ + NM1*IL*1*LastName*FirstName*MI***MI*RecipientID~ + REF*SY*SocSecNum~ + REF*EJ*PatientID~ + DMG*D8*20000614~ + DTP*472*D8*20000614~ + EQ*30~ + SE*16*0001~ + GE*1*1~ IEA*1*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example2_EHCCA.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example2_EHCCA.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example2_EHCCA.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example2_EHCCA.txt index a64bb094..0d28c73b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example2_EHCCA.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example2_EHCCA.txt @@ -1,14 +1,14 @@ -ISA*00* *00* *ZZ*SenderID *ZZ*ReceiverID *011101*0659*U*00401*000000001*0*P*^~ - GS*HS*SenderID*ReceiverID*20011101*0659*1*X*004010X092~ - ST*270*1234~ - BHT*0022*13*1*20010820*1330~ - HL*1**20*1~ - NM1*PR*2******PI*123456789~ - HL*2*1*21*1~ - NM1*1P*2******SV*987654321~ - HL*3*2*22*0~ - NM1*IL*1*BROWN*JANE****MI*345678901~ - EQ*30**FAM~ - SE*10*1234~ - GE*1*1~ +ISA*00* *00* *ZZ*SenderID *ZZ*ReceiverID *011101*0659*U*00401*000000001*0*P*^~ + GS*HS*SenderID*ReceiverID*20011101*0659*1*X*004010X092~ + ST*270*1234~ + BHT*0022*13*1*20010820*1330~ + HL*1**20*1~ + NM1*PR*2******PI*123456789~ + HL*2*1*21*1~ + NM1*1P*2******SV*987654321~ + HL*3*2*22*0~ + NM1*IL*1*BROWN*JANE****MI*345678901~ + EQ*30**FAM~ + SE*10*1234~ + GE*1*1~ IEA*1*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example3_Aetna.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example3_Aetna.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example3_Aetna.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example3_Aetna.txt index c02cd120..48e94ca4 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example3_Aetna.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_4010/Example3_Aetna.txt @@ -1,33 +1,33 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *010925*1647*U*00401*000000001*0*T*:~ - GS*HS*901234572000*908887732000*20010925*1647*1*X*004010X092~ - ST*270*1234~ - BHT*0022*13*10001234*20011016*1128~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*1*DOE*JOHN****SV*0202034~ - REF*N5*129~ - N3*11 SANDERS LANE~ - N4*OKLAHOMA CITY*OK*73116~ - PER*IC*JOE SMITH*TE*4055551212*EX*4213*FX*4055551213~ - PRV*PE*ZZ*213BM16720C~ - HL*3*2*22*1~ - TRN*1*5277624582249192496*4214753144~ - NM1*IL*1*DOE*JOE*A***MI*11122233301~ - REF*1L*060889~ - N3*213 CLEARWAY ST~ - N4*LOS ANGELES*CA*90045~ - DMG*D8*19440531*M~ - HL*4*3*23*0~ - TRN*1*5277624582249192496*4214753144*RADIOLOGY~ - NM1*03*1*JONES*STACY~ - REF*SY*022491092496~ - N3*213 CLEARWAY ST~ - N4*LOS ANGELES*CA*90045~ - DMG*D8*19700527*F~ - INS*N*19~ - DTP*472*D8*20011016~ - EQ*81**FAM~ - SE*29*1234~ - GE*1*1~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *010925*1647*U*00401*000000001*0*T*:~ + GS*HS*901234572000*908887732000*20010925*1647*1*X*004010X092~ + ST*270*1234~ + BHT*0022*13*10001234*20011016*1128~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*1*DOE*JOHN****SV*0202034~ + REF*N5*129~ + N3*11 SANDERS LANE~ + N4*OKLAHOMA CITY*OK*73116~ + PER*IC*JOE SMITH*TE*4055551212*EX*4213*FX*4055551213~ + PRV*PE*ZZ*213BM16720C~ + HL*3*2*22*1~ + TRN*1*5277624582249192496*4214753144~ + NM1*IL*1*DOE*JOE*A***MI*11122233301~ + REF*1L*060889~ + N3*213 CLEARWAY ST~ + N4*LOS ANGELES*CA*90045~ + DMG*D8*19440531*M~ + HL*4*3*23*0~ + TRN*1*5277624582249192496*4214753144*RADIOLOGY~ + NM1*03*1*JONES*STACY~ + REF*SY*022491092496~ + N3*213 CLEARWAY ST~ + N4*LOS ANGELES*CA*90045~ + DMG*D8*19700527*F~ + INS*N*19~ + DTP*472*D8*20011016~ + EQ*81**FAM~ + SE*29*1234~ + GE*1*1~ IEA*1*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG.txt index e6659c81..cf1a66e1 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG.txt @@ -1,17 +1,17 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HS*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*270*1234*005010X279~ - BHT*0022*13*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - TRN*1*93175-012547*9877281234~ - NM1*IL*1*SMITH*ROBERT****MI*11122333301~ - DMG*D8*19430519~ - DTP*291*D8*20060501~ - EQ*30~ - SE*13*1234~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HS*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*270*1234*005010X279~ + BHT*0022*13*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + TRN*1*93175-012547*9877281234~ + NM1*IL*1*SMITH*ROBERT****MI*11122333301~ + DMG*D8*19430519~ + DTP*291*D8*20060501~ + EQ*30~ + SE*13*1234~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG_0x1D.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG_0x1D.txt similarity index 100% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG_0x1D.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/Example1_IG_0x1D.txt diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/From_georgiosd.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/From_georgiosd.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/From_georgiosd.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/From_georgiosd.txt index f4ee3c54..0d98d6ea 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/From_georgiosd.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_270/_5010/From_georgiosd.txt @@ -1,16 +1,16 @@ -ISA*00* *00* *ZZ*000000 *ZZ*00000000 *120223*1039*^*00501*000041439*0*T*:~ - GS*HB*0000000*0000000*20120223*1039290*41439*X*005010X279A1~ - ST*271*41439*005010X279A1~ - BHT*0022*11*6A9402DB-1857-43D3-8396-1DF01A7E3440*20120223*1039276~ - HL*1**20*1~ - NM1*PR*2*BBBBB*****PI*00000~ - HL*2*1*21*1~ - NM1*1P*1*BBBBB*****XX*000000000~ - HL*3*2*22*0~ - NM1*IL*1*BB*BB****MI*BBBBB~ - AAA*Y**42*R~ - DMG*D8*20011003*M~ - EB*P~ - SE*12*41439~ - GE*1*41439~ +ISA*00* *00* *ZZ*000000 *ZZ*00000000 *120223*1039*^*00501*000041439*0*T*:~ + GS*HB*0000000*0000000*20120223*1039290*41439*X*005010X279A1~ + ST*271*41439*005010X279A1~ + BHT*0022*11*6A9402DB-1857-43D3-8396-1DF01A7E3440*20120223*1039276~ + HL*1**20*1~ + NM1*PR*2*BBBBB*****PI*00000~ + HL*2*1*21*1~ + NM1*1P*1*BBBBB*****XX*000000000~ + HL*3*2*22*0~ + NM1*IL*1*BB*BB****MI*BBBBB~ + AAA*Y**42*R~ + DMG*D8*20011003*M~ + EB*P~ + SE*12*41439~ + GE*1*41439~ IEA*1*000041439~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example1_DHHS.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example1_DHHS.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example1_DHHS.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example1_DHHS.txt index 51b28a55..392d84a5 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example1_DHHS.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example1_DHHS.txt @@ -1,50 +1,50 @@ -ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ - GS*HS*SenderID*SCMEDICAID*20011101*0659*1*X*004010X092~ - ST*271*0001~ - BHT*0022*11*00001*20000615*1325~ - HL*1**20*1~ - AAA*N**RC*C~ - NM1*PR*2*Medicaid*****PI*PayerID~ - HL*2*1*21*1~ - NM1*1P*2*Pharmacy*****SV*ProviderID~ - AAA*N**RC*C~ - HL*3*2*22*0~ - TRN*1*12345-67890*9xxxxxxxxx*sub ID~ - NM1*IL*1*Public*John*Q***MI*Recipient ID~ - REF*49*Family Number~ - REF*EJ*PatientID~ - REF*SY*SocSecNum~ - N3*AddressLine1*AddressLine2~ - N4*City-State**ZipCode~ - DMG*D8*Birth Date*Gender~ - DTP*472*D8*20000614~ - AAA*N**RC*C~ - EB*6~ - EB*1****PCAT: payment category description~ - EB*R***QM*QMB~ - EB*1****QCAT: qualifying category description~ - EB*D**44******VS*999~ - EB*J**13******VS*999~ - EB*J**33******VS*999~ - EB*D***HM*Y~ - EB*L****RSP Code Desc~ - MSG*RSP Message Text~ - LS*2120~ - NM1*1P*1*Public*John*Q***SV*ProviderID~ - N3*AddressLine1*AddressLine2~ - N4*City*ST*ZipCode~ - PER*IC**TE*PhoneNbr~ - LE*2120~ - EB*R***MA*Medicare Part A~ - EB*R***MB*Medicare Part B~ - REF*F6*Medicare Claim No.~ - EB*R**69*OT*Policy Type Desc~ - REF*IG*PolicyNo*Carrier Name~ - DTP*356*D8*YYYYMMDD~ - DTP*357*D8*YYYYMMDD~ - LS*2120~ - NM1*IL*1*Policyholder*John*Q~ - LE*2120~ - SE*46*0001~ - GE*1*1~ +ISA*00* *00* *ZZ*SenderID *ZZ*SCMEDICAID *011101*0659*U*00401*000000001*0*P*^~ + GS*HS*SenderID*SCMEDICAID*20011101*0659*1*X*004010X092~ + ST*271*0001~ + BHT*0022*11*00001*20000615*1325~ + HL*1**20*1~ + AAA*N**RC*C~ + NM1*PR*2*Medicaid*****PI*PayerID~ + HL*2*1*21*1~ + NM1*1P*2*Pharmacy*****SV*ProviderID~ + AAA*N**RC*C~ + HL*3*2*22*0~ + TRN*1*12345-67890*9xxxxxxxxx*sub ID~ + NM1*IL*1*Public*John*Q***MI*Recipient ID~ + REF*49*Family Number~ + REF*EJ*PatientID~ + REF*SY*SocSecNum~ + N3*AddressLine1*AddressLine2~ + N4*City-State**ZipCode~ + DMG*D8*Birth Date*Gender~ + DTP*472*D8*20000614~ + AAA*N**RC*C~ + EB*6~ + EB*1****PCAT: payment category description~ + EB*R***QM*QMB~ + EB*1****QCAT: qualifying category description~ + EB*D**44******VS*999~ + EB*J**13******VS*999~ + EB*J**33******VS*999~ + EB*D***HM*Y~ + EB*L****RSP Code Desc~ + MSG*RSP Message Text~ + LS*2120~ + NM1*1P*1*Public*John*Q***SV*ProviderID~ + N3*AddressLine1*AddressLine2~ + N4*City*ST*ZipCode~ + PER*IC**TE*PhoneNbr~ + LE*2120~ + EB*R***MA*Medicare Part A~ + EB*R***MB*Medicare Part B~ + REF*F6*Medicare Claim No.~ + EB*R**69*OT*Policy Type Desc~ + REF*IG*PolicyNo*Carrier Name~ + DTP*356*D8*YYYYMMDD~ + DTP*357*D8*YYYYMMDD~ + LS*2120~ + NM1*IL*1*Policyholder*John*Q~ + LE*2120~ + SE*46*0001~ + GE*1*1~ IEA*1*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example2_TMHP.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example2_TMHP.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example2_TMHP.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example2_TMHP.txt index 8d44fde4..d3bd4642 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example2_TMHP.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example2_TMHP.txt @@ -1,49 +1,49 @@ -ISA*00* *00* *ZZ*6175910AAC21T *ZZ*54503516A *061130*1445*U*00401*309242122*0*T*: - GS*HB*617591011C21T*545035165*20030924*21000083*309001*X*004010X092A1 - ST*271*COMP1420 - BHT*0022*11**20030924*21000083 - HL*1**20*1 - NM1*PR*2*Texas Medicaid/Healthcare Services*****PI*617591011C21T - HL*2*1*21*1 - NM1*1P*1******XX*1234567890 - HL*3*2*22*0 - TRN*1*COMPASS 21*3617591011 - TRN*2*109834652831*9877281234*RADIOLOGY - TRN*2*98175-012547*9877281234*RADIOLOGY - NM1*IL*1*LASTNAME*FIRSTNAME*M**SUFFIX*MI*444115555 - REF*SY*123456789 - REF*F6*123456789012 - REF*Q4*999888777 - REF*EJ*111222333444555 - N3*123 STREET - N4*DALLAS*TX*75024**CY*85 - DMG*D8*19850201*M - INS*Y*18*001*25 - EB*1*IND*30**PLANABBVDE - EB*R*IND*30*OT*CC - REF*6P*G123456*EMPLOYERNAME - DTP*193*D8*20000501 - DTP*194*D8*20000601 - LS*2120 - NM1*PR*2*INCOMPANYNAME - N3*123 STREET - N4*DALLAS*TX*75024 - PER*IC**WP*2145551212 - LE*2120 - EB*R*IND*30*OT*CC - REF*6P*G123456*EMPLOYERNAME - DTP*193*D8*20000501 - DTP*194*D8*20000601 - LS*2120 - NM1*IL*1*LASTNAME*FIRST*M**SUFFIX*MI*123456789 - LE*2120 - EB*R*IND*30*OT*EE - REF*6P*G345678 *EMPLOYERNAME - DTP*193*D8*20000701 - DTP*194*D8*20000801 - LS*2120 - NM1*IL*1*LASTNAME*THIRD*M**SUFFIX*MI*345678901 - LE*2120 - SE*45*COMP1420 - GE*1*309001 +ISA*00* *00* *ZZ*6175910AAC21T *ZZ*54503516A *061130*1445*U*00401*309242122*0*T*: + GS*HB*617591011C21T*545035165*20030924*21000083*309001*X*004010X092A1 + ST*271*COMP1420 + BHT*0022*11**20030924*21000083 + HL*1**20*1 + NM1*PR*2*Texas Medicaid/Healthcare Services*****PI*617591011C21T + HL*2*1*21*1 + NM1*1P*1******XX*1234567890 + HL*3*2*22*0 + TRN*1*COMPASS 21*3617591011 + TRN*2*109834652831*9877281234*RADIOLOGY + TRN*2*98175-012547*9877281234*RADIOLOGY + NM1*IL*1*LASTNAME*FIRSTNAME*M**SUFFIX*MI*444115555 + REF*SY*123456789 + REF*F6*123456789012 + REF*Q4*999888777 + REF*EJ*111222333444555 + N3*123 STREET + N4*DALLAS*TX*75024**CY*85 + DMG*D8*19850201*M + INS*Y*18*001*25 + EB*1*IND*30**PLANABBVDE + EB*R*IND*30*OT*CC + REF*6P*G123456*EMPLOYERNAME + DTP*193*D8*20000501 + DTP*194*D8*20000601 + LS*2120 + NM1*PR*2*INCOMPANYNAME + N3*123 STREET + N4*DALLAS*TX*75024 + PER*IC**WP*2145551212 + LE*2120 + EB*R*IND*30*OT*CC + REF*6P*G123456*EMPLOYERNAME + DTP*193*D8*20000501 + DTP*194*D8*20000601 + LS*2120 + NM1*IL*1*LASTNAME*FIRST*M**SUFFIX*MI*123456789 + LE*2120 + EB*R*IND*30*OT*EE + REF*6P*G345678 *EMPLOYERNAME + DTP*193*D8*20000701 + DTP*194*D8*20000801 + LS*2120 + NM1*IL*1*LASTNAME*THIRD*M**SUFFIX*MI*345678901 + LE*2120 + SE*45*COMP1420 + GE*1*309001 IEA*1*309242122 \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example3_CMS_HETS.txt similarity index 95% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example3_CMS_HETS.txt index 168e3be1..6808e65e 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_4010/Example3_CMS_HETS.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/Example3_CMS_HETS.txt @@ -1,102 +1,100 @@ -ISA*00* *00* *ZZ*CMS *ZZ*SUBMITTERID *090501*0758*U*00401*111111111*0*P*|~ - GS*HB*CMS*SUBMITTERID*20090501*0758*222222222*X*004010X092A1~ - ST*271*333333333~ - BHT*0022*11*TRANSA*20090501*07582355~ - HL*1**20*1~ - NM1*PR*2*CMS*****PI*CMS~ - HL*2*1*21*1~ - NM1*1P*2*IRNAME*****XX*NPI~ - HL*3*2*22*0~ - TRN*2*TRACKNUM*9ABCDEFGHI~ - NM1*IL*1*LNAME*FNAME*MNAME***MI*HICN~ - N3*ADDRESS LINE1*ADDRESS LINE2~ - N4*CITY*SC*ZIPCODE~ - DMG*D8*19200401*F~ - INS*Y*18*001*25~ - DTP*472*D8*20090501~ - EB*1*IND**MA~ - DTP*307*D8*19850401~ - EB*K**47*MA**33***LA*60~ - EB*C**47*MA**29*992~ - EB*F**47*MA**29***DY*60~ - EB*B**47*MA**29*248**DY*30~ - EB*F**AG*MA**29***DY*20~ - EB*B**AG*MA**29*124**DY*80~ - EB*C**47*MA**29*0~ - DTP*435*RD8*20080813-20080830~ - EB*F**47*MA**29***DY*43~ - DTP*435*RD8*20080813-20080830~ - EB*B**47*MA**29*248**DY*30~ - DTP*435*RD8*20080813-20080830~ - EB*F**AG*MA**29***DY*20~ - DTP*435*RD8*20080813-20080830~ - EB*B**AG*MA**29*124**DY*80~ - DTP*435*RD8*20080813-20080830~ - EB*1*IND**MB~ - DTP*307*D8*19850401~ - EB*C**96*MB**29*0~ - DTP*292*RD8*20090101-20091231~ - EB*D*IND**MB*********HC|90669~ - DTP*348*D8*20090406~ - EB*F*IND*67*MB**29***P6*8~ - EB*F*IND*AD*MB**29*1840~ - DTP*292*RD8*20090101-20091231~ - EB*F*IND**MB*Physical and Speech Therapy*29*1840~ - DTP*292*RD8*20090101-20091231~ - EB*C*IND*10***29***DB*3~ - DTP*292*RD8*20090101-20091231~ - EB*X**45*MA**26~ - DTP*292*RD8*20051027-20051107~ - LS*2120~ - NM1*1P*2*ORGNAME*****XX*NPI~ - LE*2120~ - EB*R*IND*30*12~ - REF*IG*POLICYNUMBER~ - DTP*290*D8*19900101~ - LS*2120~ - NM1*PRP*2*ORGNAME~ - N3*ADDRESSLINE1*ADDRESSLINE2~ - N4*CITY*SC*ZIPCODE~ - LE*2120~ - EB*X**42*MA**26~ - DTP*193*D8*20070705~ - DTP*194*D8*20070902~ - DTP*193*D8*20070705~ - DTP*194*D8*20070717~ - MSG*HHEH Start Date~ - MSG*HHEH End Date~ - MSG*HHEH DOEBA~ - MSG*HHEH DOLBA~ - LS*2120~ - NM1*PR*2*ORGNAME*****PI*CONTRACTNUMBER~ - PRV*HH*9K*NPI~ - LE*2120~ - EB*D**15*MA~ - DTP*356*D8*20060218~ - DTP*198*D8*20061110~ - MSG*ESRD Transplant Discharge Date~ - EB*R**30*HM~ - REF*18*PLANNUMBER~ - DTP*290*D8*20070701~ - LS*2120~ - NM1*PRP*2*ORGNAME~ - N3*ADDRESSLINE1*ADDRESSLINE2~ - N4*CITY*SC*ZIPCODE~ - PER*IC**TE*AAABBBCCCC~ - LE*2120~ - EB*R**88*OT~ - REF*18*CONTRACTNUMBER PLANNUMBER~ - DTP*292*D8*20090701~ - III*ZZ*21~ - III***44*Broken bones and third degree burns~ - LS*2120~ - NM1*PRP*2*ORGNAME~ - N3*ADDRESSLINE1~ - N4*CITY*SC*ZIPCODE~ - PER*IC**TE*TELEPHONENUM~ - LE*2120~ - EB*6~ - DTP*307*RD8*20070901-20070930~ - SE*96*333333333~ - GE*1*222222222~ +ISA*00* *00* *ZZ*CMS *ZZ*SUBMITTERID *090501*0758*U*00401*111111111*0*P*|~ + GS*HB*CMS*SUBMITTERID*20090501*0758*222222222*X*004010X092A1~ + ST*271*333333333~ + BHT*0022*11*TRANSA*20090501*07582355~ + HL*1**20*1~ + NM1*PR*2*CMS*****PI*CMS~ + HL*2*1*21*1~ + NM1*1P*2*IRNAME*****XX*NPI~ + HL*3*2*22*0~ + TRN*2*TRACKNUM*9ABCDEFGHI~ + NM1*IL*1*LNAME*FNAME*MNAME***MI*HICN~ + N3*ADDRESS LINE1*ADDRESS LINE2~ + N4*CITY*SC*ZIPCODE~ + DMG*D8*19200401*F~ + INS*Y*18*001*25~ + DTP*472*D8*20090501~ + EB*1*IND**MA~ + DTP*307*D8*19850401~ + EB*K**47*MA**33***LA*60~ + EB*C**47*MA**29*992~ + EB*F**47*MA**29***DY*60~ + EB*B**47*MA**29*248**DY*30~ + EB*F**AG*MA**29***DY*20~ + EB*B**AG*MA**29*124**DY*80~ + EB*C**47*MA**29*0~ + DTP*435*RD8*20080813-20080830~ + EB*F**47*MA**29***DY*43~ + DTP*435*RD8*20080813-20080830~ + EB*B**47*MA**29*248**DY*30~ + DTP*435*RD8*20080813-20080830~ + EB*F**AG*MA**29***DY*20~ + DTP*435*RD8*20080813-20080830~ + EB*B**AG*MA**29*124**DY*80~ + DTP*435*RD8*20080813-20080830~ + EB*1*IND**MB~ + DTP*307*D8*19850401~ + EB*C**96*MB**29*0~ + DTP*292*RD8*20090101-20091231~ + EB*D*IND**MB*********HC|90669~ + DTP*348*D8*20090406~ + EB*F*IND*67*MB**29***P6*8~ + EB*F*IND*AD*MB**29*1840~ + DTP*292*RD8*20090101-20091231~ + EB*F*IND**MB*Physical and Speech Therapy*29*1840~ + DTP*292*RD8*20090101-20091231~ + EB*C*IND*10***29***DB*3~ + DTP*292*RD8*20090101-20091231~ + EB*X**45*MA**26~ + DTP*292*RD8*20051027-20051107~ + LS*2120~ + NM1*1P*2*ORGNAME*****XX*NPI~ + LE*2120~ + EB*R*IND*30*12~ + REF*IG*POLICYNUMBER~ + DTP*290*D8*19900101~ + LS*2120~ + NM1*PRP*2*ORGNAME~ + N3*ADDRESSLINE1*ADDRESSLINE2~ + N4*CITY*SC*ZIPCODE~ + LE*2120~ + EB*X**42*MA**26~ + DTP*193*D8*20070705~ + DTP*194*D8*20070902~ + DTP*193*D8*20070705~ + DTP*194*D8*20070717~ + MSG*HHEH Start Date~ + MSG*HHEH End Date~ + MSG*HHEH DOEBA~ + MSG*HHEH DOLBA~ + LS*2120~ + NM1*PR*2*ORGNAME*****PI*CONTRACTNUMBER~ + PRV*HH*9K*NPI~ + LE*2120~ + EB*D**15*MA~ + DTP*356*D8*20060218~ + DTP*198*D8*20061110~ + MSG*ESRD Transplant Discharge Date~ + EB*R**30*HM~ + REF*18*PLANNUMBER~ + DTP*290*D8*20070701~ + LS*2120~ + NM1*PRP*2*ORGNAME~ + N3*ADDRESSLINE1*ADDRESSLINE2~ + N4*CITY*SC*ZIPCODE~ + PER*IC**TE*AAABBBCCCC~ + LE*2120~ + EB*R**88*OT~ + REF*18*CONTRACTNUMBER PLANNUMBER~ + DTP*292*D8*20090701~ + LS*2120~ + NM1*PRP*2*ORGNAME~ + N3*ADDRESSLINE1~ + N4*CITY*SC*ZIPCODE~ + PER*IC**TE*TELEPHONENUM~ + LE*2120~ + EB*6~ + DTP*307*RD8*20070901-20070930~ + SE*96*333333333~ + GE*1*222222222~ IEA*1*111111111~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/FromMunawarAbad.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/FromMunawarAbad.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/FromMunawarAbad.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/FromMunawarAbad.txt index 78de72c7..53e2192f 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/FromMunawarAbad.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/FromMunawarAbad.txt @@ -1,110 +1,110 @@ -ISA*00* *00* *ZZ*CMS *ZZ*Z9791747 *110222*1135*U*00401*067389488*0*P*|~ - GS*HB*CMS*Z9791747*20110222*1135*67378454*X*004010X092A1~ - ST*271*65951444~ - BHT*9999*11*9999999*20110222*99999999~ - HL*1**20*1~ - NM1*PR*2*CMS*****PI*CMS~ - HL*2*1*21*1~ - NM1*1P*2******XX*9999999999~ - HL*3*2*22*0~ - NM1*IL*1*XXXXXXX*X XXXXX****MI*999999999X~ - N3*999 X 99XX XX XXX 99X~ - N4*XXX XXXX*NY*999999999~ - DMG*D8*19280208*F~ - INS*Y*18*001*25~ - DTP*307*D8*20110113~ - EB*1*IND**MA~ - DTP*307*D8*19930201~ - EB*1*IND**MB~ - DTP*307*D8*19930201~ - EB*C**96*MB**29*0~ - DTP*292*RD8*20110101-20111231~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20100601~ - EB*D*IND**MB*********HC|G0203~ - DTP*348*D8*20100601~ - EB*D*IND**MB*********HC|G0202~ - DTP*348*D8*20100601~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20090803~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070701~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********HC|G0123~ - DTP*348*D8*20070101~ - EB*D*IND**MB*********XX|X9999~ - DTP*348*D8*20050701~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********XX|99999~ - DTP*348*D8*20050101~ - EB*D*IND**MB*********HC|G0328~ - DTP*348*D8*20040101~ - EB*D*IND**MB*********HC|G0118~ - DTP*348*D8*20020101~ - EB*D*IND**MB*********HC|G0117~ - DTP*348*D8*20020101~ - EB*D*IND**MB*********HC|G0121~ - DTP*348*D8*20010701~ - EB*D*IND**MB*********HC|G0101~ - DTP*348*D8*20010701~ - EB*D*IND**MB*********HC|G0120~ - DTP*348*D8*19980101~ - EB*D*IND**MB*********HC|G0106~ - DTP*348*D8*19980101~ - EB*D*IND**MB*********HC|G0107~ - DTP*348*D8*19980101~ - EB*D*IND**MB*********HC|G0104~ - DTP*348*D8*19980101~ - EB*D*IND**MB*********HC|G0105~ - DTP*348*D8*19980101~ - EB*F*IND*67*MB**29***P6*8~ - EB*F*IND*AD*MB**29*9999~ - DTP*292*RD8*20110101-20111231~ - EB*F*IND**MB*XXXXXXXX XXX XXXXXX XXXXXXX*29*9999~ - DTP*292*RD8*20110101-20111231~ - EB*C*IND*10***29***DB*3~ - DTP*292*RD8*20110101-20111231~ - EB*R**88*OT~ - REF*18*X9999 999~ - DTP*292*D8*20060101~ - LS*9999~ - NM1*PR*2*XXXXXXXXXXXXXXXX XXXXXXXXX XXXXXXX~ - N3*9999 XXXXXXX XX X XXX 999~ - N4*XXXXXXXX*NY*999999999~ - PER*IC**TE*9999999999~ - LE*9999~ - EB*R*IND*30*47~ - REF*IG*XX99999999XXX~ - DTP*290*D8*20100426~ - LS*9999~ - NM1*PRP*2*XXXXXXX XXXXXXXXX XXXXXX XXX XX~ - N3*9 XXXX XXX 99XX XX~ - N4*XXX XXXX*NY*99999~ - LE*9999~ - SE*106*65951444~ - GE*1*67378454~ +ISA*00* *00* *ZZ*CMS *ZZ*Z9791747 *110222*1135*U*00401*067389488*0*P*|~ + GS*HB*CMS*Z9791747*20110222*1135*67378454*X*004010X092A1~ + ST*271*65951444~ + BHT*9999*11*9999999*20110222*99999999~ + HL*1**20*1~ + NM1*PR*2*CMS*****PI*CMS~ + HL*2*1*21*1~ + NM1*1P*2******XX*9999999999~ + HL*3*2*22*0~ + NM1*IL*1*XXXXXXX*X XXXXX****MI*999999999X~ + N3*999 X 99XX XX XXX 99X~ + N4*XXX XXXX*NY*999999999~ + DMG*D8*19280208*F~ + INS*Y*18*001*25~ + DTP*307*D8*20110113~ + EB*1*IND**MA~ + DTP*307*D8*19930201~ + EB*1*IND**MB~ + DTP*307*D8*19930201~ + EB*C**96*MB**29*0~ + DTP*292*RD8*20110101-20111231~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20100601~ + EB*D*IND**MB*********HC|G0203~ + DTP*348*D8*20100601~ + EB*D*IND**MB*********HC|G0202~ + DTP*348*D8*20100601~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20090803~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070701~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********HC|G0123~ + DTP*348*D8*20070101~ + EB*D*IND**MB*********XX|X9999~ + DTP*348*D8*20050701~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********XX|99999~ + DTP*348*D8*20050101~ + EB*D*IND**MB*********HC|G0328~ + DTP*348*D8*20040101~ + EB*D*IND**MB*********HC|G0118~ + DTP*348*D8*20020101~ + EB*D*IND**MB*********HC|G0117~ + DTP*348*D8*20020101~ + EB*D*IND**MB*********HC|G0121~ + DTP*348*D8*20010701~ + EB*D*IND**MB*********HC|G0101~ + DTP*348*D8*20010701~ + EB*D*IND**MB*********HC|G0120~ + DTP*348*D8*19980101~ + EB*D*IND**MB*********HC|G0106~ + DTP*348*D8*19980101~ + EB*D*IND**MB*********HC|G0107~ + DTP*348*D8*19980101~ + EB*D*IND**MB*********HC|G0104~ + DTP*348*D8*19980101~ + EB*D*IND**MB*********HC|G0105~ + DTP*348*D8*19980101~ + EB*F*IND*67*MB**29***P6*8~ + EB*F*IND*AD*MB**29*9999~ + DTP*292*RD8*20110101-20111231~ + EB*F*IND**MB*XXXXXXXX XXX XXXXXX XXXXXXX*29*9999~ + DTP*292*RD8*20110101-20111231~ + EB*C*IND*10***29***DB*3~ + DTP*292*RD8*20110101-20111231~ + EB*R**88*OT~ + REF*18*X9999 999~ + DTP*292*D8*20060101~ + LS*9999~ + NM1*PR*2*XXXXXXXXXXXXXXXX XXXXXXXXX XXXXXXX~ + N3*9999 XXXXXXX XX X XXX 999~ + N4*XXXXXXXX*NY*999999999~ + PER*IC**TE*9999999999~ + LE*9999~ + EB*R*IND*30*47~ + REF*IG*XX99999999XXX~ + DTP*290*D8*20100426~ + LS*9999~ + NM1*PRP*2*XXXXXXX XXXXXXXXX XXXXXX XXX XX~ + N3*9 XXXX XXX 99XX XX~ + N4*XXX XXXX*NY*99999~ + LE*9999~ + SE*106*65951444~ + GE*1*67378454~ IEA*1*067389488~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/From_tcplex.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/From_tcplex.txt similarity index 98% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/From_tcplex.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/From_tcplex.txt index 6c195ebc..7c3245a4 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/From_tcplex.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_4010/From_tcplex.txt @@ -1,23 +1,23 @@ -ISA*00* *00* *ZZ*204202692 *ZZ*GXXXXX XXXXXX *111217*1926*U*00401*033774333*0*P*>~ - GS*HB*204202692*NextGen*20111217*192609*1*X*004010X092A1~ - ST*271*0001~ - BHT*9999*11*999999999*20111217*99999999~ - HL*1**20*1~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XXXXXXX*****PI*99999~ - HL*2*1*21*1~ - NM1*1P*2*XX XXXXXX XXXXXXXXXXX*****XX*9999999999~ - HL*3*2*22*1~ - NM1*IL*1*XXXXXXXX*XXXX*P***MI*XXX999X99999~ - HL*4*3*23*0~ - TRN*1*9999999999*9XXXXXXXXX~ - NM1*03*1*XXXXXXXX*XXXXX****MI*XXX999X99999~ - REF*6P*999999X99X*XXX XXXX - XXXXXX XXXXXXXX XXX, XXXX XX, XXXXX~ - DMG*D8*19500412*F~ - INS*N*01*******N*N~ - DTP*307*RD8*20111217-20111217~ - EB*6**30~ - EB*P~ - MSG*XXXXXX XXXXXXXXX XXXXXXXX XX XXXXX XXX, XXXX XXXXXX XX XXX X XXXXXXXXX XX XXXXXXX. XXXXXXXX XXX XXXXXXX XX XXX XXXXXXXX XXXXXXXXXXX XXX XXX XXXXXXX XXXXXXXXXXX XXXXXX XX XXX XXXX XX XXXXXXX. XXX XXX XXXXXXXXX XXXXXX XXXX XXXXX XXXXXX XX XXXX XX XXXXXXX XXXX.~ - SE*19*0001~ - GE*1*1~ +ISA*00* *00* *ZZ*204202692 *ZZ*GXXXXX XXXXXX *111217*1926*U*00401*033774333*0*P*>~ + GS*HB*204202692*NextGen*20111217*192609*1*X*004010X092A1~ + ST*271*0001~ + BHT*9999*11*999999999*20111217*99999999~ + HL*1**20*1~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XXXXXXX*****PI*99999~ + HL*2*1*21*1~ + NM1*1P*2*XX XXXXXX XXXXXXXXXXX*****XX*9999999999~ + HL*3*2*22*1~ + NM1*IL*1*XXXXXXXX*XXXX*P***MI*XXX999X99999~ + HL*4*3*23*0~ + TRN*1*9999999999*9XXXXXXXXX~ + NM1*03*1*XXXXXXXX*XXXXX****MI*XXX999X99999~ + REF*6P*999999X99X*XXX XXXX - XXXXXX XXXXXXXX XXX, XXXX XX, XXXXX~ + DMG*D8*19500412*F~ + INS*N*01*******N*N~ + DTP*307*RD8*20111217-20111217~ + EB*6**30~ + EB*P~ + MSG*XXXXXX XXXXXXXXX XXXXXXXX XX XXXXX XXX, XXXX XXXXXX XX XXX X XXXXXXXXX XX XXXXXXX. XXXXXXXX XXX XXXXXXX XX XXX XXXXXXXX XXXXXXXXXXX XXX XXX XXXXXXX XXXXXXXXXXX XXXXXX XX XXX XXXX XX XXXXXXX. XXX XXX XXXXXXXXX XXXXXX XXXX XXXXX XXXXXX XX XXXX XX XXXXXXX XXXX.~ + SE*19*0001~ + GE*1*1~ IEA*1*033774333~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_2.txt index e489c448..6fbc07fc 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_2.txt @@ -1,26 +1,26 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4321*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*0~ - TRN*2*93175-012547*9877281234~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - DMG*D8*19630519*M~ - DTP*346*D8*20060101~ - EB*1**30**GOLD 123 PLAN~ - EB*L~ - LS*2120~ - NM1*P3*1*JONES*MARCUS****SV*0202034~ - LE*2120~ - EB*1**1^33^35^47^86^88^98^AL^MH^UC~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ - SE*22*4321~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4321*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*0~ + TRN*2*93175-012547*9877281234~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + DMG*D8*19630519*M~ + DTP*346*D8*20060101~ + EB*1**30**GOLD 123 PLAN~ + EB*L~ + LS*2120~ + NM1*P3*1*JONES*MARCUS****SV*0202034~ + LE*2120~ + EB*1**1^33^35^47^86^88^98^AL^MH^UC~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ + SE*22*4321~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_3.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_3.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_3.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_3.txt index cb34454b..99d9dac6 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_3.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_1_3.txt @@ -1,12 +1,12 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4323*005010X279~ - BHT*0022*11*10001234*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - AAA*Y**50*N~ - SE*8*4323~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4323*005010X279~ + BHT*0022*11*10001234*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + AAA*Y**50*N~ + SE*8*4323~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_2_2.txt similarity index 97% rename from tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_2_2.txt index 3356541b..aa78065e 100644 --- a/tests/OopFactory.X12.Hipaa.Tests.Unit/Eligibility/TestData/_271/_5010/Example_3_2_2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_271/_5010/Example_3_2_2.txt @@ -1,32 +1,32 @@ -ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ - GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ - ST*271*4322*005010X279~ - BHT*0022*11*10001235*20060501*1319~ - HL*1**20*1~ - NM1*PR*2*ABC COMPANY*****PI*842610001~ - HL*2*1*21*1~ - NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*JOHN****MI*123456789~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - DMG*D8*19630519*M~ - HL*4*3*23*1~ - TRN*2*93175-012547*9877281234~ - NM1*03*1*SMITH*MARY~ - N3*15197 BROADWAY AVENUE*APT 215~ - N4*KANSAS CITY*MO*64108~ - DMG*D8*19981014*F~ - INS*N*19~ - DTP*346*D8*20060101~ - EB*1**30**GOLD 123 PLAN~ - EB*L~ - LS*2120~ - NM1*P3*1*JONES*MARCUS****SV*0202034~ - LE*2120~ - EB*1**1^33^35^47^86^88^98^AL^MH^UC~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ - EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ - SE*28*4322~ - GE*1*1~ +ISA*00*..........*01*SECRET....*ZZ*SUBMITTERS.ID..*ZZ*RECEIVERS.ID...*030101*1253*^*00501*000000905*1*T*^~ + GS*XX*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X279~ + ST*271*4322*005010X279~ + BHT*0022*11*10001235*20060501*1319~ + HL*1**20*1~ + NM1*PR*2*ABC COMPANY*****PI*842610001~ + HL*2*1*21*1~ + NM1*1P*2*BONE AND JOINT CLINIC*****SV*2000035~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*JOHN****MI*123456789~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + DMG*D8*19630519*M~ + HL*4*3*23*1~ + TRN*2*93175-012547*9877281234~ + NM1*03*1*SMITH*MARY~ + N3*15197 BROADWAY AVENUE*APT 215~ + N4*KANSAS CITY*MO*64108~ + DMG*D8*19981014*F~ + INS*N*19~ + DTP*346*D8*20060101~ + EB*1**30**GOLD 123 PLAN~ + EB*L~ + LS*2120~ + NM1*P3*1*JONES*MARCUS****SV*0202034~ + LE*2120~ + EB*1**1^33^35^47^86^88^98^AL^MH^UC~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*10*****Y~ + EB*B**1^33^35^47^86^88^98^AL^MH^UC*HM*GOLD 123 PLAN*27*30*****N~ + SE*28*4322~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_275/_4050/FromImplementationGuide_1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_275/_4050/FromImplementationGuide_1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_275/_4050/FromImplementationGuide_1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_275/_4050/FromImplementationGuide_1.txt index ef0ba451..a96a4c0b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_275/_4050/FromImplementationGuide_1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_275/_4050/FromImplementationGuide_1.txt @@ -1,23 +1,23 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS ID *ZZ*RECEIVERS ID *930602*1253*^*00405*000000905*1*T*:~ - GS*PI*SENDER CODE*RECEIVER CODE*19940331*0802*1*X*004050X151~ - ST*275*1001*004050X151~ - BGN*11*0001*20030915~ - NM1*40*2*ABC INSURANCE COMPANY*****XV*12345~ - PER*IC*MEDICAL REVIEW DEPARTMENT~ - NM1*41*2*XYZ Clearing House*****46*A222222221~ - NM1*1P*2*ST HOLY HILLS HOSPITAL*****SV*3999000B~ - NM1*QC*1*JACKSON*JACK*J***MI*987654320~ - REF*EJ*JACKSON123~ - REF*BLT*131~ - REF*EA*STHHL12345~ - DTP*434*RD8*20030812-20030812~ - LX*1~ - TRN*2*1822634840~ - STC*R4*18594-2::LOI~ - DTP*368*D8*20030915~ - CAT*AE*HL~ - EFI*05~ - BIN*268*~ - SE*19*1001~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS ID *ZZ*RECEIVERS ID *930602*1253*^*00405*000000905*1*T*:~ + GS*PI*SENDER CODE*RECEIVER CODE*19940331*0802*1*X*004050X151~ + ST*275*1001*004050X151~ + BGN*11*0001*20030915~ + NM1*40*2*ABC INSURANCE COMPANY*****XV*12345~ + PER*IC*MEDICAL REVIEW DEPARTMENT~ + NM1*41*2*XYZ Clearing House*****46*A222222221~ + NM1*1P*2*ST HOLY HILLS HOSPITAL*****SV*3999000B~ + NM1*QC*1*JACKSON*JACK*J***MI*987654320~ + REF*EJ*JACKSON123~ + REF*BLT*131~ + REF*EA*STHHL12345~ + DTP*434*RD8*20030812-20030812~ + LX*1~ + TRN*2*1822634840~ + STC*R4*18594-2::LOI~ + DTP*368*D8*20030915~ + CAT*AE*HL~ + EFI*05~ + BIN*268*~ + SE*19*1001~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/277_Deidentified_from_nth.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/277_Deidentified_from_nth.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/277_Deidentified_from_nth.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/277_Deidentified_from_nth.txt index cd8c8544..d92967b5 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/277_Deidentified_from_nth.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/277_Deidentified_from_nth.txt @@ -1,51 +1,51 @@ -ISA*00* *00* *ZZ*PCACE *ZZ*0002459 *120111*0851*^*00501*011240807*0*P*:~ - GS*HN*EDIM*0002459*20120111*0851*11247696*X*005010X214~ - ST*277*0001*005010X214~ - BHT*9999*08*9999999999999999999*20120111*9999*TH~ - HL*1**20*1~ - NM1*PR*2*XXXXXXXX XXXXXX*****46*XXX XXX~ - TRN*1*9999999999999999999~ - DTP*050*D8*20120111~ - DTP*009*D8*20120111~ - HL*2*1*21*1~ - NM1*41*2*XXXXXX & XXXXXX, XXX*****46*9999999~ - TRN*2*999999~ - STC*X9:99:XX*20120111*WQ*900~ - QTY*AA*3~ - AMT*YY*900~ - HL*3*2*19*1~ - NM1*85*2*XXXXXXXX XXXXXXXXX XXXXXXXX*****XX*9999999999~ - TRN*1*0~ - STC*X9:99:99**WQ*220~ - QTY*QC*1~ - AMT*YY*220~ - HL*4*3*PT~ - NM1*QC*1*XXXXXXXX*XXXXXX****MI*99999XX9999X~ - TRN*2*99999999-99999~ - STC*X9:999:99*20120111*U*220~ - STC*X9:999:XX*20120111*U*220~ - STC*X9:999:99*20120111*U*220~ - DTP*472*D8*20120109~ - HL*5*2*19*1~ - NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - TRN*1*0~ - STC*X9:99:99**WQ*680~ - QTY*QC*2~ - AMT*YY*680~ - HL*6*5*PT~ - NM1*QC*1*DOW*XXXXX****MI*999999999~ - TRN*2*99999999-99999~ - STC*X9:999:99*20120111*U*340~ - STC*X9:999:XX*20120111*U*340~ - STC*X9:999:99*20120111*U*340~ - DTP*472*D8*20110316~ - HL*7*5*PT~ - NM1*QC*1*DOW*XXXXX****MI*999999999~ - TRN*2*99999999-99999~ - STC*X9:999:99*20120111*U*340~ - STC*X9:999:XX*20120111*U*340~ - STC*X9:999:99*20120111*U*340~ - DTP*472*D8*20111010~ - SE*47*0001~ - GE*1*11247696~ +ISA*00* *00* *ZZ*PCACE *ZZ*0002459 *120111*0851*^*00501*011240807*0*P*:~ + GS*HN*EDIM*0002459*20120111*0851*11247696*X*005010X214~ + ST*277*0001*005010X214~ + BHT*9999*08*9999999999999999999*20120111*9999*TH~ + HL*1**20*1~ + NM1*PR*2*XXXXXXXX XXXXXX*****46*XXX XXX~ + TRN*1*9999999999999999999~ + DTP*050*D8*20120111~ + DTP*009*D8*20120111~ + HL*2*1*21*1~ + NM1*41*2*XXXXXX & XXXXXX, XXX*****46*9999999~ + TRN*2*999999~ + STC*X9:99:XX*20120111*WQ*900~ + QTY*AA*3~ + AMT*YY*900~ + HL*3*2*19*1~ + NM1*85*2*XXXXXXXX XXXXXXXXX XXXXXXXX*****XX*9999999999~ + TRN*1*0~ + STC*X9:99:99**WQ*220~ + QTY*QC*1~ + AMT*YY*220~ + HL*4*3*PT~ + NM1*QC*1*XXXXXXXX*XXXXXX****MI*99999XX9999X~ + TRN*2*99999999-99999~ + STC*X9:999:99*20120111*U*220~ + STC*X9:999:XX*20120111*U*220~ + STC*X9:999:99*20120111*U*220~ + DTP*472*D8*20120109~ + HL*5*2*19*1~ + NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + TRN*1*0~ + STC*X9:99:99**WQ*680~ + QTY*QC*2~ + AMT*YY*680~ + HL*6*5*PT~ + NM1*QC*1*DOW*XXXXX****MI*999999999~ + TRN*2*99999999-99999~ + STC*X9:999:99*20120111*U*340~ + STC*X9:999:XX*20120111*U*340~ + STC*X9:999:99*20120111*U*340~ + DTP*472*D8*20110316~ + HL*7*5*PT~ + NM1*QC*1*DOW*XXXXX****MI*999999999~ + TRN*2*99999999-99999~ + STC*X9:999:99*20120111*U*340~ + STC*X9:999:XX*20120111*U*340~ + STC*X9:999:99*20120111*U*340~ + DTP*472*D8*20111010~ + SE*47*0001~ + GE*1*11247696~ IEA*1*011240807~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/Example1_IG.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/Example1_IG.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/Example1_IG.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/Example1_IG.txt index edf68492..ae5deca3 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/Example1_IG.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_276/_5010/Example1_IG.txt @@ -1,40 +1,40 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HR*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*276*0001*005010X212~ - BHT*0010*13*ABC276XXX*20050915*1425~ - HL*1**20*1~ - NM1*PR*2*ABC INSURANCE*****PI*12345~ - HL*2*1*21*1~ - NM1*41*2*XYZ SERVICE*****46*X67E~ - HL*3*2*19*1~ - NM1*1P*2*HOME HOSPITAL*****XX*1666666661~ - HL*4*3*22*0~ - DMG*D8*19301210*M~ - NM1*IL*1*SMITH*FRED****MI*123456789A~ - TRN*1*ABCXYZ1~ - REF*BLT*111~ - REF*EJ*SM123456~ - AMT*T3*8513.88~ - DTP*472*RD8*20050831-20050906~ - HL*5*3*22*0~ - DMG*D8*19301115*F~ - NM1*IL*1*JONES*MARY****MI*234567890A~ - TRN*1*ABCXYZ2~ - REF*BLT*111~ - REF*EJ*JO234567~ - AMT*T3*7599~ - DTP*472*RD8*20050731-20050809~ - HL*6*2*19*1~ - NM1*1P*2*HOME HOSPITAL PHYSICIANS*****XX*1666666666~ - HL*7*6*22*1~ - NM1*IL*1*MANN*JOHN****MI*345678901~ - HL*8*7*23~ - DMG*D8*19951101*M~ - NM1*QC*1*MANN*JOSEPH~ - TRN*1*ABCXYZ3~ - REF*EJ*MA345678~ - SVC*HC:99203*150*****1~ - DTP*472*D8*20050501~ - SE*36*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HR*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*276*0001*005010X212~ + BHT*0010*13*ABC276XXX*20050915*1425~ + HL*1**20*1~ + NM1*PR*2*ABC INSURANCE*****PI*12345~ + HL*2*1*21*1~ + NM1*41*2*XYZ SERVICE*****46*X67E~ + HL*3*2*19*1~ + NM1*1P*2*HOME HOSPITAL*****XX*1666666661~ + HL*4*3*22*0~ + DMG*D8*19301210*M~ + NM1*IL*1*SMITH*FRED****MI*123456789A~ + TRN*1*ABCXYZ1~ + REF*BLT*111~ + REF*EJ*SM123456~ + AMT*T3*8513.88~ + DTP*472*RD8*20050831-20050906~ + HL*5*3*22*0~ + DMG*D8*19301115*F~ + NM1*IL*1*JONES*MARY****MI*234567890A~ + TRN*1*ABCXYZ2~ + REF*BLT*111~ + REF*EJ*JO234567~ + AMT*T3*7599~ + DTP*472*RD8*20050731-20050809~ + HL*6*2*19*1~ + NM1*1P*2*HOME HOSPITAL PHYSICIANS*****XX*1666666666~ + HL*7*6*22*1~ + NM1*IL*1*MANN*JOHN****MI*345678901~ + HL*8*7*23~ + DMG*D8*19951101*M~ + NM1*QC*1*MANN*JOSEPH~ + TRN*1*ABCXYZ3~ + REF*EJ*MA345678~ + SVC*HC:99203*150*****1~ + DTP*472*D8*20050501~ + SE*36*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromAlexbrodsky.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromAlexbrodsky.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromAlexbrodsky.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromAlexbrodsky.txt index 5bb6a400..f32ff8ea 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromAlexbrodsky.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromAlexbrodsky.txt @@ -1,28 +1,28 @@ -ISA*00* *00* *ZZ*EMEDNYBAT *ZZ*ETIN *110311*0512*^*00501*000001120*0*T*|~ - GS*HN*EMEDNYBAT*ABCD*20110311*051225*1120*X*005010X214~ - ST*277*000001120*005010X214~ - BHT*0085*08*3920394930203*20110311*051225*TH~ - HL*1**20*1~ - NM1*PR*2*NYSDOH*****FI*141797357~ - TRN*1*000001120~ - DTP*050*D8*20110311~ - DTP*009*D8*20110311~ - HL*2*1*21*1~ - NM1*41*1*TEST*TEST****46*ETIN~ - TRN*2*11200001~ - STC*A1|20*20110311*WQ*199.14~ - QTY*90*1~ - AMT*YU*199.14~ - HL*3*2*19*1~ - NM1*85*2*PROVLNAME*****XX*123456789~ - TRN*1*1107000000000001FF~ - HL*4*3*PT~ - NM1*QC*1*CLILNAME*CLIFNAME*CLIMI***MI*XX99999X~ - TRN*2*3920394930203~ - STC*A7|562|85*20110311*WQ*199.14~ - REF*1K*1107000000001120~ - REF*BLT*731~ - DTP*472*D8*20090311~ - SE*24*000001120~ - GE*1*1120~ +ISA*00* *00* *ZZ*EMEDNYBAT *ZZ*ETIN *110311*0512*^*00501*000001120*0*T*|~ + GS*HN*EMEDNYBAT*ABCD*20110311*051225*1120*X*005010X214~ + ST*277*000001120*005010X214~ + BHT*0085*08*3920394930203*20110311*051225*TH~ + HL*1**20*1~ + NM1*PR*2*NYSDOH*****FI*141797357~ + TRN*1*000001120~ + DTP*050*D8*20110311~ + DTP*009*D8*20110311~ + HL*2*1*21*1~ + NM1*41*1*TEST*TEST****46*ETIN~ + TRN*2*11200001~ + STC*A1|20*20110311*WQ*199.14~ + QTY*90*1~ + AMT*YU*199.14~ + HL*3*2*19*1~ + NM1*85*2*PROVLNAME*****XX*123456789~ + TRN*1*1107000000000001FF~ + HL*4*3*PT~ + NM1*QC*1*CLILNAME*CLIFNAME*CLIMI***MI*XX99999X~ + TRN*2*3920394930203~ + STC*A7|562|85*20110311*WQ*199.14~ + REF*1K*1107000000001120~ + REF*BLT*731~ + DTP*472*D8*20090311~ + SE*24*000001120~ + GE*1*1120~ IEA*1*000001120~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromBogeyone.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromBogeyone.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromBogeyone.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromBogeyone.txt index 31b68e0e..c787be29 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromBogeyone.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromBogeyone.txt @@ -1,10 +1,10 @@ -ISA*00* *00* *30*590909099 *ZZ*590909000 *120127*0355*^*00501*000203263*0*T*:~ - GS*HN*590909099*590909000*20120127*035502*203263*X*005010X214~ - ST*277*0001*005010X214~ - BHT*0085*08*203263.1*20120127*035502*TH~ - HL*1**20*1~ - NM1*AY*2*AMERISYS*****FI*2323232323~ - TRN*1*20060831001~ - DTP*050*D8*20120127~ - DTP*009*D8*20120127~ +ISA*00* *00* *30*590909099 *ZZ*590909000 *120127*0355*^*00501*000203263*0*T*:~ + GS*HN*590909099*590909000*20120127*035502*203263*X*005010X214~ + ST*277*0001*005010X214~ + BHT*0085*08*203263.1*20120127*035502*TH~ + HL*1**20*1~ + NM1*AY*2*AMERISYS*****FI*2323232323~ + TRN*1*20060831001~ + DTP*050*D8*20120127~ + DTP*009*D8*20120127~ HL*2*1*21*1~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromLatitude81uk.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromLatitude81uk.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromLatitude81uk.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromLatitude81uk.txt index 24aa091f..527fb8dd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromLatitude81uk.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_277/_5010/FromLatitude81uk.txt @@ -1,31 +1,31 @@ -ISA*00* *00* *ZZ*0343434BS *ZZ*EMS00056 *3434 *1859*^*343434*43434343*0*P*:~ - GS*HN*34343gh*rer434346*20120524*1859*1*X*005010X214~ - ST*277*000001*005010X214~ - BHT*34343*08*3434343*20434343*34343*TH~ - HL*1**20*1~ - NM1*PR*2*rtrtrtr rtrtrtr rtrtrt*****46*4343434GH~ - TRN*1*20120524132154~ - DTP*040*D8*201254545~ - DTP*006*D8*201245454~ - HL*2*1*21*1~ - NM1*41*2*Testing testing med*****46*EMerere~ - TRN*2*3078~ - STC*A1:20:41*2trtrtrt*yh*19554~ - QTY*90*4~ - AMT*YU*1917~ - HL*3*2*19*1~ - NM1*85*2*Testing testing med*****XX*14434343434~ - TRN*1*0~ - STC*A1:562:85**WQ*1917~ - REF*TJ*45454515454~ - QTY*QA*4~ - AMT*YU*1917~ - HL*4*3*PT~ - NM1*QC*1*Goat*matton****MI*Wyh1fggfgfgW~ - TRN*2*MVC132-0145454~ - STC*A2:20:PRP*5454545*WQ*442~ - REF*1K*545454~ - DTP*472*RD8*4545454-5454545~ - SE*27*000001~ - GE*1*1~ +ISA*00* *00* *ZZ*0343434BS *ZZ*EMS00056 *3434 *1859*^*343434*43434343*0*P*:~ + GS*HN*34343gh*rer434346*20120524*1859*1*X*005010X214~ + ST*277*000001*005010X214~ + BHT*34343*08*3434343*20434343*34343*TH~ + HL*1**20*1~ + NM1*PR*2*rtrtrtr rtrtrtr rtrtrt*****46*4343434GH~ + TRN*1*20120524132154~ + DTP*040*D8*201254545~ + DTP*006*D8*201245454~ + HL*2*1*21*1~ + NM1*41*2*Testing testing med*****46*EMerere~ + TRN*2*3078~ + STC*A1:20:41*2trtrtrt*yh*19554~ + QTY*90*4~ + AMT*YU*1917~ + HL*3*2*19*1~ + NM1*85*2*Testing testing med*****XX*14434343434~ + TRN*1*0~ + STC*A1:562:85**WQ*1917~ + REF*TJ*45454515454~ + QTY*QA*4~ + AMT*YU*1917~ + HL*4*3*PT~ + NM1*QC*1*Goat*matton****MI*Wyh1fggfgfgW~ + TRN*2*MVC132-0145454~ + STC*A2:20:PRP*5454545*WQ*442~ + REF*1K*545454~ + DTP*472*RD8*4545454-5454545~ + SE*27*000001~ + GE*1*1~ IEA*1*000000002~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_1_Request.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_1_Request.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_1_Request.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_1_Request.txt index ea50d30e..361435ef 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_1_Request.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_1_Request.txt @@ -1,20 +1,20 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*278*0001*005010X217~ - BHT*0007*13*A12345*20050502*1101~ - HL*1**20*1~ - NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ - HL*2*1*21*1~ - NM1*1P*1*GARDENER*JAMES****46*8189991234~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*JOE****MI*12345678901~ - HL*4*3*EV*0~ - TRN*1*111099*9012345678~ - UM*SC*I*3*11:B*****Y~ - HI*BF:41090:D8:20050430~ - HSD*VS*1~ - NM1*SJ*1*WATSON*SUSAN****34*987654321~ - PER*IC**TE*4029993456~ - SE*16*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*278*0001*005010X217~ + BHT*0007*13*A12345*20050502*1101~ + HL*1**20*1~ + NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ + HL*2*1*21*1~ + NM1*1P*1*GARDENER*JAMES****46*8189991234~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*JOE****MI*12345678901~ + HL*4*3*EV*0~ + TRN*1*111099*9012345678~ + UM*SC*I*3*11:B*****Y~ + HI*BF:41090:D8:20050430~ + HSD*VS*1~ + NM1*SJ*1*WATSON*SUSAN****34*987654321~ + PER*IC**TE*4029993456~ + SE*16*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_2_Response.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_2_Response.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_2_Response.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_2_Response.txt index 18eea1c8..60afd817 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_2_Response.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_1_2_Response.txt @@ -1,22 +1,22 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*278*0001*005010X217~ - BHT*0007*11*A12345*20050502*1102*18~ - HL*1**20*1~ - NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ - HL*2*1*21*1~ - NM1*1P*1*GARDENER*JAMES****46*8189991234~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*JOE****MI*12345678901~ - HL*4*3*EV*0~ - TRN*2*111099*9012345678~ - UM*SC*I*3*11:B~ - HCR*A1*AUTH0001~ - DTP*AAH*RD8*20050502-20050602~ - HI*BF:41090:D8:20050430~ - HSD*VS*1~ - NM1*SJ*1*WATSON*SUSAN****34*987654321~ - PER*IC**TE*4029993456~ - SE*18*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*278*0001*005010X217~ + BHT*0007*11*A12345*20050502*1102*18~ + HL*1**20*1~ + NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ + HL*2*1*21*1~ + NM1*1P*1*GARDENER*JAMES****46*8189991234~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*JOE****MI*12345678901~ + HL*4*3*EV*0~ + TRN*2*111099*9012345678~ + UM*SC*I*3*11:B~ + HCR*A1*AUTH0001~ + DTP*AAH*RD8*20050502-20050602~ + HI*BF:41090:D8:20050430~ + HSD*VS*1~ + NM1*SJ*1*WATSON*SUSAN****34*987654321~ + PER*IC**TE*4029993456~ + SE*18*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_1_Request.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_1_Request.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_1_Request.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_1_Request.txt index efd92ce6..70082a30 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_1_Request.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_1_Request.txt @@ -1,30 +1,30 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*278*0001*005010X217~ - BHT*0007*13*B56789*20050502*1430~ - HL*1**20*1~ - NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ - HL*2*1*21*1~ - NM1*1P*1*WATSON*SUSAN****34*98765432~ - PER*IC**TE*4029993456~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*JOE****MI*12345678901~ - HL*4*3*EV*1~ - TRN*1*97021001*9012345678~ - UM*AR*I*2*21:B*****Y~ - DTP*435*D8*20050516~ - HI*BF:41090:D8:20050125~ - HSD*DY*7~ - CL1*2~ - NM1*FA*2*MONTGOMERY HOSPITAL*****24*000012121~ - N3*475 MAIN STREET~ - N4*ANYTOWN*PA*19087~ - HL*5*4*SS*0~ - UM*HS*I*2~ - DTP*472*D8*20050516~ - SV2**HC:33510~ - NM1*SJ*1*WATSON*SUSAN****34*987654321~ - PRV*PE*PXC*203BS0133X~ - SE*26*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*278*0001*005010X217~ + BHT*0007*13*B56789*20050502*1430~ + HL*1**20*1~ + NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ + HL*2*1*21*1~ + NM1*1P*1*WATSON*SUSAN****34*98765432~ + PER*IC**TE*4029993456~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*JOE****MI*12345678901~ + HL*4*3*EV*1~ + TRN*1*97021001*9012345678~ + UM*AR*I*2*21:B*****Y~ + DTP*435*D8*20050516~ + HI*BF:41090:D8:20050125~ + HSD*DY*7~ + CL1*2~ + NM1*FA*2*MONTGOMERY HOSPITAL*****24*000012121~ + N3*475 MAIN STREET~ + N4*ANYTOWN*PA*19087~ + HL*5*4*SS*0~ + UM*HS*I*2~ + DTP*472*D8*20050516~ + SV2**HC:33510~ + NM1*SJ*1*WATSON*SUSAN****34*987654321~ + PRV*PE*PXC*203BS0133X~ + SE*26*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_2_Response.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_2_Response.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_2_Response.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_2_Response.txt index 3c5dac59..8ed57ea5 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_2_Response.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_2_2_Response.txt @@ -1,30 +1,30 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*278*0001*005010X217~ - BHT*0007*11*B56789*20050502*1431*18~ - HL*1**20*1~ - NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ - HL*2*1*21*1~ - NM1*1P*1*WATSON*SUSAN****34*987654321~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*JOE****MI*12345678901~ - HL*4*3*EV*1~ - TRN*2*97021001*9012345678~ - UM*AR*I*2*21:B~ - HCR*A6*AUTH0002~ - DTP*435*D8*20050516~ - HI*BF:41090:D8:20050125~ - HSD*DY*5~ - NM1*FA*2*MONTGOMERY HOSPITAL*****24*000012121~ - N3*475 MAIN STREET~ - N4*ANYTOWN*PA*19087~ - HL*5*4*SS*0~ - UM*HS*I*2~ - HCR*A1*AUTH0002~ - DTP*472*D8*20050516~ - SV2**HC:33510~ - NM1*SJ*1*WATSON*SUSAN****34*987654321~ - PRV*PE*PXC*203BS0133X~ - SE*26*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*278*0001*005010X217~ + BHT*0007*11*B56789*20050502*1431*18~ + HL*1**20*1~ + NM1*X3*2*MARYLAND CAPITAL INSURANCE COMPANY*****46*789312~ + HL*2*1*21*1~ + NM1*1P*1*WATSON*SUSAN****34*987654321~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*JOE****MI*12345678901~ + HL*4*3*EV*1~ + TRN*2*97021001*9012345678~ + UM*AR*I*2*21:B~ + HCR*A6*AUTH0002~ + DTP*435*D8*20050516~ + HI*BF:41090:D8:20050125~ + HSD*DY*5~ + NM1*FA*2*MONTGOMERY HOSPITAL*****24*000012121~ + N3*475 MAIN STREET~ + N4*ANYTOWN*PA*19087~ + HL*5*4*SS*0~ + UM*HS*I*2~ + HCR*A1*AUTH0002~ + DTP*472*D8*20050516~ + SV2**HC:33510~ + NM1*SJ*1*WATSON*SUSAN****34*987654321~ + PRV*PE*PXC*203BS0133X~ + SE*26*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_1_Request.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_1_Request.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_1_Request.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_1_Request.txt index a7081ad2..2c51fb4b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_1_Request.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_1_Request.txt @@ -1,24 +1,24 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*278*0001*005010X217~ - BHT*0007*13*YZZ345*20050502*1101~ - HL*1**20*1~ - NM1*X3*2*CAPITAL INSURANCE COMPANY*****46*789312~ - HL*2*1*21*1~ - NM1*FA*2*GENERAL HOSPITAL*****46*8189991234~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*MARY****MI*12345678901~ - HL*4*3*EV*0~ - TRN*1*YZZ099*987654321~ - UM*AR*I*A4*21:B**03***Y~ - DTP*435*D8*20050505~ - HI*BF:29603:D8:20050430~ - HSD*DY*3~ - CL1*1~ - NM1*FA*2*GENERAL HOSPITAL*****46*987654321~ - PER*IC**TE*4029993456~ - NM1*71*1*JONES*MARCUS****24*453667654~ - NM1*SJ*1*BROWN*JACOB****24*123454545~ - SE*20*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*278*0001*005010X217~ + BHT*0007*13*YZZ345*20050502*1101~ + HL*1**20*1~ + NM1*X3*2*CAPITAL INSURANCE COMPANY*****46*789312~ + HL*2*1*21*1~ + NM1*FA*2*GENERAL HOSPITAL*****46*8189991234~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*MARY****MI*12345678901~ + HL*4*3*EV*0~ + TRN*1*YZZ099*987654321~ + UM*AR*I*A4*21:B**03***Y~ + DTP*435*D8*20050505~ + HI*BF:29603:D8:20050430~ + HSD*DY*3~ + CL1*1~ + NM1*FA*2*GENERAL HOSPITAL*****46*987654321~ + PER*IC**TE*4029993456~ + NM1*71*1*JONES*MARCUS****24*453667654~ + NM1*SJ*1*BROWN*JACOB****24*123454545~ + SE*20*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_2_Response.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_2_Response.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_2_Response.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_2_Response.txt index a891ce30..66c90a43 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_2_Response.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_278/_5010/Example_3_3_2_Response.txt @@ -1,24 +1,24 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ - ST*278*0001*005010X217~ - BHT*0007*11*YZZ345*20050502*1102*19~ - HL*1**20*1~ - NM1*X3*2*CAPITAL INSURANCE COMPANY*****46*789312~ - PER*IC**TE*3936533000~ - HL*2*1*21*1~ - NM1*FA*2*GENERAL HOSPITAL****46*8189991234~ - HL*3*2*22*1~ - NM1*IL*1*SMITH*MARY****MI*12345678901~ - HL*4*3*EV*0~ - TRN*2*YZZ099*987654321~ - UM*AR*I*A4*21:B**03~ - HCR*A4**0U~ - REF*NT*P20030216001~ - HI*BF:29603:D8:20050429~ - PWK*AS*VO~ - NM1*FA*2*GENERAL HOSPITAL*****46*987654321~ - NM1*71*1*JONES*MARCUS****24*453667654~ - NM1*SJ*1*BROWN*JACOB****24*123454545~ - SE*20*0001~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HI*901234572000*908887732000*20070816*1615*31*X*005010X279~ + ST*278*0001*005010X217~ + BHT*0007*11*YZZ345*20050502*1102*19~ + HL*1**20*1~ + NM1*X3*2*CAPITAL INSURANCE COMPANY*****46*789312~ + PER*IC**TE*3936533000~ + HL*2*1*21*1~ + NM1*FA*2*GENERAL HOSPITAL****46*8189991234~ + HL*3*2*22*1~ + NM1*IL*1*SMITH*MARY****MI*12345678901~ + HL*4*3*EV*0~ + TRN*2*YZZ099*987654321~ + UM*AR*I*A4*21:B**03~ + HCR*A4**0U~ + REF*NT*P20030216001~ + HI*BF:29603:D8:20050429~ + PWK*AS*VO~ + NM1*FA*2*GENERAL HOSPITAL*****46*987654321~ + NM1*71*1*JONES*MARCUS****24*453667654~ + NM1*SJ*1*BROWN*JACOB****24*123454545~ + SE*20*0001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_4010/Example1_IG.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_4010/Example1_IG.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_4010/Example1_IG.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_4010/Example1_IG.txt index 3122def3..e8c16c3c 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_4010/Example1_IG.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_4010/Example1_IG.txt @@ -1,26 +1,26 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*BE*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*834*12345~ - BGN*00*123456*19980502*1200****2~ - N1*P5**FI*999888777~ - N1*IN**FI*654456654~ - INS*Y*18*021*20*A***FT~ - REF*0F*123456789~ - REF*1L*123456001~ - DTP*356*D8*19960523~ - NM1*IL*1*DOE*JOHN*P***34*123456789~ - PER*IP**HP*7172343334*WP*7172341240~ - N3*100 MARKET ST*APT 3G~ - N4*CAMP HILL*PA*17011**CY*CUMBERLAND~ - DMG*D8*19400816*M~ - HD*021**HLT~ - DTP*348*D8*19960601~ - COB*P*890111*5~ - N1*IN*ABC INSURANCE CO~ - HD*021**DEN~ - DTP*348*D8*19960601~ - HD*021**VIS~ - DTP*348*D8*19960601~ - SE*22*12345~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*BE*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*834*12345~ + BGN*00*123456*19980502*1200****2~ + N1*P5**FI*999888777~ + N1*IN**FI*654456654~ + INS*Y*18*021*20*A***FT~ + REF*0F*123456789~ + REF*1L*123456001~ + DTP*356*D8*19960523~ + NM1*IL*1*DOE*JOHN*P***34*123456789~ + PER*IP**HP*7172343334*WP*7172341240~ + N3*100 MARKET ST*APT 3G~ + N4*CAMP HILL*PA*17011**CY*CUMBERLAND~ + DMG*D8*19400816*M~ + HD*021**HLT~ + DTP*348*D8*19960601~ + COB*P*890111*5~ + N1*IN*ABC INSURANCE CO~ + HD*021**DEN~ + DTP*348*D8*19960601~ + HD*021**VIS~ + DTP*348*D8*19960601~ + SE*22*12345~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example1.txt index 57c92030..2196e45d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example1.txt @@ -1,33 +1,33 @@ -ISA*00* *00* *ZZ*CALIFORNIA DHCS*30*123456789 *110815*1836*^*00501*420110815*0*T*:~ - GS*BE*CALIFORNIA DHCS*202994048*20110815*18365200*420110815*X*005010X220A1~ - ST*834*0001*005010X220A1~ - BGN*00*DHCS834-DA-20110815-ACME Health Plan-001.dat*20110815*18365200***2~ - QTY*TO*1~ - N1*P5*California Department of Health Care Services*FI*680317191~ - N1*IN*ACME Health Plan*FI*123456789~ - INS*Y*18*001*AI*A*C***AC~ - REF*0F*91234567S~ - REF*1L*123456789~ - REF*17*201208~ - REF*23*9;20110811;20110815~ - REF*3H*343N7777777122;B ~ - REF*6O*1;A;Y;W~ - REF*Q4*123456789;123456789~ - REF*ZZ*12301;;;;12301;;;;;~ - NM1*IL*1*JOHN*DOE*M~ - PER*IP**TE*8887775551~ - N3*123 NOWHERE LANE~ - N4*HOPECITY CA*CA*958142384**CY*34~ - DMG*D8*19450206*M**:RET:2131-1~ - NM1*31*1~ - N3*P.O. BOX 5678~ - N4*SACRAMENTO*CA*958142384~ - HD*021**HLT*123;01~ - DTP*348*D8*20110801~ - DTP*349*D8*20110831~ - REF*17*N; ~ - REF*CE*3N;101~ - REF*ZX*34~ - SE*29*0001~ - GE*1*420110815~ +ISA*00* *00* *ZZ*CALIFORNIA DHCS*30*123456789 *110815*1836*^*00501*420110815*0*T*:~ + GS*BE*CALIFORNIA DHCS*202994048*20110815*18365200*420110815*X*005010X220A1~ + ST*834*0001*005010X220A1~ + BGN*00*DHCS834-DA-20110815-ACME Health Plan-001.dat*20110815*18365200***2~ + QTY*TO*1~ + N1*P5*California Department of Health Care Services*FI*680317191~ + N1*IN*ACME Health Plan*FI*123456789~ + INS*Y*18*001*AI*A*C***AC~ + REF*0F*91234567S~ + REF*1L*123456789~ + REF*17*201208~ + REF*23*9;20110811;20110815~ + REF*3H*343N7777777122;B ~ + REF*6O*1;A;Y;W~ + REF*Q4*123456789;123456789~ + REF*ZZ*12301;;;;12301;;;;;~ + NM1*IL*1*JOHN*DOE*M~ + PER*IP**TE*8887775551~ + N3*123 NOWHERE LANE~ + N4*HOPECITY CA*CA*958142384**CY*34~ + DMG*D8*19450206*M**:RET:2131-1~ + NM1*31*1~ + N3*P.O. BOX 5678~ + N4*SACRAMENTO*CA*958142384~ + HD*021**HLT*123;01~ + DTP*348*D8*20110801~ + DTP*349*D8*20110831~ + REF*17*N; ~ + REF*CE*3N;101~ + REF*ZX*34~ + SE*29*0001~ + GE*1*420110815~ IEA*1*420110815~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example2.txt index e0c9b7f8..8fb54992 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_834/_5010/Dhcs_Example2.txt @@ -1,33 +1,33 @@ -ISA*00* *00* *ZZ*CALIFORNIA DHCS*30*123456789 *110815*1836*^*00501*420110815*0*T*:~ - GS*BE*CALIFORNIA DHCS*202994048*20110815*18365200*420110815*X*005010X220A1~ - ST*834*0001*005010X220A1~ - BGN*00*DHCS834-DA-20110815-ACME Health Plan-001.dat*20110815*18365200***2~ - QTY*TO*1~ - N1*P5*CALIFORNIA DHCS*FI*680317191~ - N1*IN*ACME Health Plan*FI*123456789~ - INS*Y*18*001*AI*A*C***TE***D8*20110515~ - REF*0F*91234567S~ - REF*1L*123456789~ - REF*17*201208~ - REF*23*9;20110815;20110815~ - REF*3H*343N7777777122;B ~ - REF*6O*1;A;Y;W~ - REF*Q4*123456789;123456789~ - REF*ZZ*12301;;;;;;;;;~ - NM1*IL*1*JOHN*DOE*M~ - PER*IP**TE*8887775551~ - N3*123 NOWHERE LANE~ - N4*HOPECITY CA*CA*958142384**CY*34~ - DMG*D8*19450206*M**:RET:2131-1~ - NM1*31*1~ - N3*P.O. BOX 5678~ - N4*SACRAMENTO*CA*958142384~ - HD*021**HLT*123;01~ - DTP*348*D8*20110801~ - DTP*349*D8*20110831~ - REF*17*N~ - REF*CE*3N;101~ - REF*ZX*34~ - SE*29*0001~ - GE*1*420110815~ +ISA*00* *00* *ZZ*CALIFORNIA DHCS*30*123456789 *110815*1836*^*00501*420110815*0*T*:~ + GS*BE*CALIFORNIA DHCS*202994048*20110815*18365200*420110815*X*005010X220A1~ + ST*834*0001*005010X220A1~ + BGN*00*DHCS834-DA-20110815-ACME Health Plan-001.dat*20110815*18365200***2~ + QTY*TO*1~ + N1*P5*CALIFORNIA DHCS*FI*680317191~ + N1*IN*ACME Health Plan*FI*123456789~ + INS*Y*18*001*AI*A*C***TE***D8*20110515~ + REF*0F*91234567S~ + REF*1L*123456789~ + REF*17*201208~ + REF*23*9;20110815;20110815~ + REF*3H*343N7777777122;B ~ + REF*6O*1;A;Y;W~ + REF*Q4*123456789;123456789~ + REF*ZZ*12301;;;;;;;;;~ + NM1*IL*1*JOHN*DOE*M~ + PER*IP**TE*8887775551~ + N3*123 NOWHERE LANE~ + N4*HOPECITY CA*CA*958142384**CY*34~ + DMG*D8*19450206*M**:RET:2131-1~ + NM1*31*1~ + N3*P.O. BOX 5678~ + N4*SACRAMENTO*CA*958142384~ + HD*021**HLT*123;01~ + DTP*348*D8*20110801~ + DTP*349*D8*20110831~ + REF*17*N~ + REF*CE*3N;101~ + REF*ZX*34~ + SE*29*0001~ + GE*1*420110815~ IEA*1*420110815~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/Example1_GripElements.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/Example1_GripElements.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/Example1_GripElements.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/Example1_GripElements.txt index bc2bb9d4..79548e64 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/Example1_GripElements.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/Example1_GripElements.txt @@ -1,101 +1,101 @@ -ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ - GS*HP*ASHTB*01017*20040315*1005*1*X*004010X091A1~ - ST*835*07504123~ - BPR*H*5.75*C*NON************20040315~ - TRN*1*A04B001017.07504*1346000128~ - DTM*405*20040308~ - N1*PR*ASHTABULA COUNTY ADAMH BD~ - N3*4817 STATE ROAD SUITE 203~ - N4*ASHTABULA*OH*44004~ - N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ - N3*2801 C. COURT~ - N4*ASHTABULA*OH*44004~ - REF*PQ*1017~ - LX*1~ - CLP*444444*1*56.70*56.52*0*MC*0000000655555555*53~ - NM1*QC*1*FUDD*ELMER*S***MI*1333333~ - NM1*82*2*WECOVERWY SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.70*56.52**6~ - DTM*472*20040205~ - CAS*CO*42*0.18*0~ - REF*6R*444444~ - CLP*999999*4*25.95*0*25.95*13*0000000555555555*11~ - NM1*QC*1*SAM*YOSEMITE*A***MI*3333333~ - NM1*82*2*ACME AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M2200:HE*25.95*0**1~ - DTM*472*20021224~ - CAS*CR*18*25.95*0~ - CAS*CO*42*0*0~ - REF*6R*999999~ - CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ - NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ - NM1*82*2*BIKINI AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M151000:F0*162.13*0**1.9~ - DTM*472*20020920~ - CAS*CO*29*162.13*0*42*0*0~ - REF*6R*888888~ - CLP*111111*2*56.52*18.88*0*13*0000000644444444*53~ - NM1*QC*1*LEGHORN*FOGHORN*P***MI*7777777~ - NM1*82*2*CHICKENHAWK SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.52*18.88**6~ - DTM*472*20031209~ - CAS*CO*42*0*0~ - CAS*OA*23*37.64*0~ - REF*6R*111111~ - CLP*121212*4*56.52*0*0*13*0000000646464640*53~ - NM1*QC*1*EXPLORER*DORA****MI*1717171~ - NM1*82*2*SWIPER AGENCY*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.52*0**6~ - DTM*472*20031202~ - CAS*CO*42*0*0~ - CAS*OA*23*57.6*0*23*-1.08*0~ - REF*6R*121212~ - CLP*333333*1*74.61*59.69*14.92*13*0000000688888888*55~ - NM1*QC*1*BEAR*YOGI* ***MI*2222222~ - NM1*82*2*JELLYSTONE SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*ZZ:A0230:HF*74.61*59.69**1~ - DTM*472*20040203~ - CAS*PR*2*14.92*0~ - CAS*CO*42*0*0~ - REF*6R*333333~ - CLP*777777*25*136.9*0*0*13*0000000622222222*53~ - NM1*QC*1*BIRD*TWEETY*M***MI*4444444~ - NM1*82*2*GRANNY AGENCY*****FI*340716747~ - REF*F8*A76B03293~ - SVC*HC:H0015:HF:99:H9*136.9*0**1~ - DTM*472*20030911~ - CAS*PI*104*136.72*0~ - CAS*CO*42*0.18*0~ - REF*6R*777777~ - CLP*123456*22*-42.58*-42.58*0*13*0000000657575757*11~ - NM1*QC*1*SIMPSON*HOMER* ***MI*8787888~ - NM1*82*2*DOH GROUP*****FI*310626223~ - REF*F8*A57B04033~ - SVC*HC:H0036:GT:UK*-42.58*-42.58**-2~ - DTM*472*20040102~ - CAS*CR*141*0*0*42*0*0*22*0*0~ - CAS*OA*141*0*0~ - REF*6R*123456~ - CLP*090909*22*-86.76*-86.76*0*MC*0000000648484848*53~ - NM1*QC*1*DUCK*DAFFY*W***MI*1245849~ - NM1*82*2*ABTHSOLUTE HELP*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0004:HF:H9*-86.76*-86.76**-4~ - DTM*150*20040210~ - DTM*151*20040211~ - CAS*CR*22*0*0*42*0*0~ - CAS*OA*22*0*0~ - REF*6R*090909~ - AMT*AU*86.76~ - QTY*NE*53~ - LQ*HE*MA92~ - PLB*123456*19960930*CV:9876514*-1.27~ - SE*97*07504123~ - GE*1*1~ +ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ + GS*HP*ASHTB*01017*20040315*1005*1*X*004010X091A1~ + ST*835*07504123~ + BPR*H*5.75*C*NON************20040315~ + TRN*1*A04B001017.07504*1346000128~ + DTM*405*20040308~ + N1*PR*ASHTABULA COUNTY ADAMH BD~ + N3*4817 STATE ROAD SUITE 203~ + N4*ASHTABULA*OH*44004~ + N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ + N3*2801 C. COURT~ + N4*ASHTABULA*OH*44004~ + REF*PQ*1017~ + LX*1~ + CLP*444444*1*56.70*56.52*0*MC*0000000655555555*53~ + NM1*QC*1*FUDD*ELMER*S***MI*1333333~ + NM1*82*2*WECOVERWY SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.70*56.52**6~ + DTM*472*20040205~ + CAS*CO*42*0.18*0~ + REF*6R*444444~ + CLP*999999*4*25.95*0*25.95*13*0000000555555555*11~ + NM1*QC*1*SAM*YOSEMITE*A***MI*3333333~ + NM1*82*2*ACME AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M2200:HE*25.95*0**1~ + DTM*472*20021224~ + CAS*CR*18*25.95*0~ + CAS*CO*42*0*0~ + REF*6R*999999~ + CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ + NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ + NM1*82*2*BIKINI AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M151000:F0*162.13*0**1.9~ + DTM*472*20020920~ + CAS*CO*29*162.13*0*42*0*0~ + REF*6R*888888~ + CLP*111111*2*56.52*18.88*0*13*0000000644444444*53~ + NM1*QC*1*LEGHORN*FOGHORN*P***MI*7777777~ + NM1*82*2*CHICKENHAWK SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.52*18.88**6~ + DTM*472*20031209~ + CAS*CO*42*0*0~ + CAS*OA*23*37.64*0~ + REF*6R*111111~ + CLP*121212*4*56.52*0*0*13*0000000646464640*53~ + NM1*QC*1*EXPLORER*DORA****MI*1717171~ + NM1*82*2*SWIPER AGENCY*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.52*0**6~ + DTM*472*20031202~ + CAS*CO*42*0*0~ + CAS*OA*23*57.6*0*23*-1.08*0~ + REF*6R*121212~ + CLP*333333*1*74.61*59.69*14.92*13*0000000688888888*55~ + NM1*QC*1*BEAR*YOGI* ***MI*2222222~ + NM1*82*2*JELLYSTONE SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*ZZ:A0230:HF*74.61*59.69**1~ + DTM*472*20040203~ + CAS*PR*2*14.92*0~ + CAS*CO*42*0*0~ + REF*6R*333333~ + CLP*777777*25*136.9*0*0*13*0000000622222222*53~ + NM1*QC*1*BIRD*TWEETY*M***MI*4444444~ + NM1*82*2*GRANNY AGENCY*****FI*340716747~ + REF*F8*A76B03293~ + SVC*HC:H0015:HF:99:H9*136.9*0**1~ + DTM*472*20030911~ + CAS*PI*104*136.72*0~ + CAS*CO*42*0.18*0~ + REF*6R*777777~ + CLP*123456*22*-42.58*-42.58*0*13*0000000657575757*11~ + NM1*QC*1*SIMPSON*HOMER* ***MI*8787888~ + NM1*82*2*DOH GROUP*****FI*310626223~ + REF*F8*A57B04033~ + SVC*HC:H0036:GT:UK*-42.58*-42.58**-2~ + DTM*472*20040102~ + CAS*CR*141*0*0*42*0*0*22*0*0~ + CAS*OA*141*0*0~ + REF*6R*123456~ + CLP*090909*22*-86.76*-86.76*0*MC*0000000648484848*53~ + NM1*QC*1*DUCK*DAFFY*W***MI*1245849~ + NM1*82*2*ABTHSOLUTE HELP*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0004:HF:H9*-86.76*-86.76**-4~ + DTM*150*20040210~ + DTM*151*20040211~ + CAS*CR*22*0*0*42*0*0~ + CAS*OA*22*0*0~ + REF*6R*090909~ + AMT*AU*86.76~ + QTY*NE*53~ + LQ*HE*MA92~ + PLB*123456*19960930*CV:9876514*-1.27~ + SE*97*07504123~ + GE*1*1~ IEA*1*004075123~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_01.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_01.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_01.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_01.dat index fb22572b..c4d8e991 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_01.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_01.dat @@ -1,2361 +1,2361 @@ -ISA*00* *00* *30*XXXXXXXXXXXXX *ZZ*9999999 *110503*9999*U*99999*999999999*0*P*:~ - GS*HP*9999*9999999*20110503*99999999*999999*X*999999X999X9~ - ST*835*999999~ - BPR*I*99999.99*C*CHK************20110503~ - TRN*1*99999999*9999999999~ - REF*EV*XXXXXX~ - DTM*405*20110503~ - N1*PR*XXXX XXXXX XXXX XXXXXX XXXXXXXX~ - N3*9999 XXXXX XX~ - N4*XXXXX*NE*999999999~ - REF*2U*99999~ - N1*PE*XXXXXXX XXXXXXXX & XXXXXXXXXX XX*XX*9999999999~ - N3*9999 XXXXXX XX XXX 999~ - N4*XXXXX*NE*999999999~ - REF*PQ*999999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*2*488*0*488*12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXXX*E***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110421~ - SVC*XX:99999*215*0**1~ - DTM*472*20110316~ - CAS*PR*16*215~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - LQ*HE*X999~ - SVC*XX:99999*15*0**1~ - DTM*472*20110316~ - CAS*PR*16*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - LQ*HE*X999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110316~ - CAS*PR*16*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - LQ*HE*X999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110316~ - CAS*PR*16*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - LQ*HE*X999~ - SVC*XX:99999:XX*71*0**1~ - DTM*472*20110316~ - CAS*PR*16*71~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - LQ*HE*X999~ - SVC*XX:99999:XX*77*0**1~ - DTM*472*20110316~ - CAS*PR*16*77~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - LQ*HE*X999~ - CLP*9999999999-999*1*215*121.22*35*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXX*E***MI*XXX999999999~ - DTM*050*20110427~ - SVC*XX:99999*215*121.22**1~ - DTM*472*20110127~ - CAS*CO*45*99.99~ - CAS*PR*3*35~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - CLP*9999999999-999*2*340*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXXXX*E***MI*XXX999999999~ - NM1*IL*1*XXXXXXX*XXXXXX X*E***MI*99999999999~ - NM1*74*1**XXXXXX****C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110321~ - CAS*OA*23*133.02~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*15*0**1~ - DTM*472*20110321~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110321~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110321~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*1*215*999.9*99.99*12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXX*D***MI*XXX999999999~ - NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999999999~ - DTM*050*20110427~ - SVC*XX:99999*215*999.9**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - CLP*9999999999-999*2*340*99.99**12*999999999999*11~ - NM1*QC*1*XXXXX*XXXXXXXX*B***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110321~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*15*0**1~ - DTM*472*20110321~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110321~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110321~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*64*9.99**12*999999999999*11~ - NM1*QC*1*XXXXXXXXXX*XXXXXX*W**SR*MI*XXX999999999~ - NM1*IL*1*XXXXXXXXXX XX*XXXXXX*W***MI*99999999999~ - NM1*74*1*XXXXXXXXXX*****C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*42*9.99**1~ - DTM*472*20110309~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*42~ - SVC*XX:99999:XX*22*0**1~ - DTM*472*20110309~ - CAS*OA*23*22~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*1*419*999.9*99.99*12*999999999999*21~ - NM1*QC*1*XXXXXXXXX*XXXXXX*A***MI*XXX99999999~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX99999999~ - DTM*050*20110429~ - SVC*XX:99999*419*999.9**1~ - DTM*472*20110327~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - CLP*9999999999-999*1*152*99.99*99.99*12*999999999999*21~ - NM1*QC*1*XXXXXXXXX*XXXXXX*A***MI*XXX99999999~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX99999999~ - DTM*050*20110429~ - SVC*XX:99999*152*99.99**1~ - DTM*472*20110328~ - CAS*CO*45*99.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*215*0*156.22*12*999999999999*11~ - NM1*QC*1*XXXXXXXXX*XXXXX*M***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*0**1~ - DTM*472*20110215~ - CAS*CO*45*99.99~ - CAS*PR*1*156.22~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - CLP*9999999999-999*1*215*121.22*35*12*999999999999*11~ - NM1*QC*1*XXXXXXXX*XXXXX*L***MI*XXX999999999~ - DTM*050*20110503~ - SVC*XX:99999*215*121.22**1~ - DTM*472*20110217~ - CAS*CO*45*99.99~ - CAS*PR*3*35~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - CLP*9999999999-999*1*9999*9999.99*30*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXX*J***MI*XXX999XX9999~ - DTM*050*20110420~ - SVC*XX:99999:99*215*156.22**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - SVC*XX:99999*330*999.99**1~ - DTM*472*20110329~ - CAS*CO*45*107.02~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:99999*165*999.99**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:X9999*420*999.99**10~ - DTM*472*20110329~ - CAS*CO*45*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**120~ - DTM*472*20110329~ - CAS*CO*45*999.99~ - CAS*PR*3*30~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999.99~ - SVC*XX:99999*65*99.99**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*182*99.99**1~ - DTM*472*20110329~ - CAS*CO*45*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*56*99.99**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:X9999*130*999.99**2~ - DTM*472*20110329~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:X9999*300*14**50~ - DTM*472*20110329~ - CAS*CO*45*286~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*14~ - SVC*XX:X9999*20*9.99**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*380*302.02**10~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*302.02~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110329~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110329~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*1*417*999.99*50*12*999999999999*11~ - NM1*QC*1*XXXXX*XXXXXX*W***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*417*999.99**1~ - DTM*472*20110208~ - CAS*CO*45*999.99~ - CAS*PR*3*50~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - CLP*9999999999-999*2*340*99.99**12*999999999999*11~ - NM1*QC*1*XXXXX*XXXXXX*M***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110309~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*15*0**1~ - DTM*472*20110309~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110309~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110309~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXX*G***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999:99*143*99.99**1~ - DTM*472*20110308~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*143~ - SVC*XX:99999*15*0**1~ - DTM*472*20110308~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110308~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110308~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999:99*43*9.99**1~ - DTM*472*20110308~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*43~ - SVC*XX:X9999:XX*9999*116.06**60~ - DTM*472*20110308~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - CLP*9999999999-999*2*9999*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXX*K***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999:99*143*99.99**1~ - DTM*472*20110309~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*143~ - SVC*XX:99999*68*0**1~ - DTM*472*20110309~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110309~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999:99*43*9.99**1~ - DTM*472*20110309~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*43~ - SVC*XX:X9999:XX*9999*99.99**40~ - DTM*472*20110309~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - CLP*9999999999-999*2*340*99.99**12*999999999999*11~ - NM1*QC*1*XXXXX*XXXXXXXX*M***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110316~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*15*0**1~ - DTM*472*20110316~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110316~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110316~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*422*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXX*E***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110316~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*15*0**1~ - DTM*472*20110316~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110316~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110316~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110316~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX****MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110502~ - SVC*XX:99999*235*99.99**1~ - DTM*472*20110322~ - CAS*OA*23*223.14~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*235~ - SVC*XX:X9999*402*9.99**6~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*402~ - SVC*XX:X9999*435*9.99**3~ - DTM*472*20110322~ - CAS*OA*23*427.13~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*435~ - SVC*XX:99999*65*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*65~ - SVC*XX:99999*364*99.99**2~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*364~ - SVC*XX:X9999*210*.54**30~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*210~ - SVC*XX:X9999*22*.38**2~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*22~ - SVC*XX:X9999*9999*178.26**4~ - DTM*472*20110322~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*380*99.99**10~ - DTM*472*20110322~ - CAS*OA*23*342.26~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*380~ - SVC*XX:99999*68*0**1~ - DTM*472*20110322~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110322~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999:XX*22*0**1~ - DTM*472*20110322~ - CAS*CO*97*22~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*9999999999-999*2*645*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX****MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110502~ - SVC*XX:99999:99*143*99.99**1~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*143~ - SVC*XX:99999*330*99.9**1~ - DTM*472*20110322~ - CAS*OA*23*999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*330~ - SVC*XX:99999*172*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*166.08~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*172~ - CLP*9999999999-999*1*422*999.99*35*12*999999999999*11~ - NM1*QC*1*XXXXXXXXXXXXXXX*XXXXX*R***MI*XXX999999999~ - DTM*050*20110419~ - SVC*XX:99999*215*121.22**1~ - DTM*472*20110324~ - CAS*CO*45*99.99~ - CAS*PR*3*35~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110324~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110324~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110324~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*HC:71020*82*99.99**1~ - DTM*472*20110324~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*2*167*9.99**12*999999999999*11~ - NM1*QC*1*XXXXX*XXXX*V***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*42*9.99**1~ - DTM*472*20110308~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*42~ - SVC*XX:99999*15*0**1~ - DTM*472*20110308~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110308~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110308~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*215*99.99**12*999999999999*11~ - NM1*QC*1*XXXXX*XXXX*V***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110310~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - CLP*9999999999-999*1*57*99.99*10*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*S***MI*XXX999999999~ - DTM*050*20110412~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110314~ - CAS*CO*45*99.99~ - CAS*PR*3*10~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110314~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - CLP*9999999999-999*1*572*999.99*10*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*S***MI*XXX999999999~ - DTM*050*20110412~ - SVC*XX:99999*417*999.99**1~ - DTM*472*20110310~ - CAS*CO*45*999.99~ - CAS*PR*3*10~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110310~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:99999*30*99.99**1~ - DTM*472*20110310~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110310~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110310~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*1*996*501.23*10*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*S***MI*XXX999999999~ - DTM*050*20110413~ - SVC*XX:99999:99*350*999.99**1~ - DTM*472*20110316~ - CAS*CO*45*999.99**59*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*231.18~ - SVC*XX:99999*380*999.99**1~ - DTM*472*20110316~ - CAS*CO*45*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:99999*115*99.99**1~ - DTM*472*20110316~ - CAS*CO*45*99.99~ - CAS*PR*3*10~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*65*99.99**1~ - DTM*472*20110316~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:X9999*19*9.99**1~ - DTM*472*20110316~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*10*9.99**1~ - DTM*472*20110316~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110316~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110316~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*2*542*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXX*G***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*417*99.99**1~ - DTM*472*20110309~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*417~ - SVC*XX:99999*15*0**1~ - DTM*472*20110309~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110309~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110309~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*57*9.99**12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXX*G***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*42*9.99**1~ - DTM*472*20110314~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*42~ - SVC*XX:99999*15*0**1~ - DTM*472*20110314~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*152*9.99**12*999999999999*11~ - NM1*QC*1*XXXXXXX*XXXXXXX*M***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110502~ - SVC*XX:99999*42*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*42~ - SVC*XX:99999*68*0**1~ - DTM*472*20110322~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110322~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*417.01*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*W***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110315~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:X9999*.01*0**1~ - DTM*472*20110315~ - CAS*CO*97*.01~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*15*0**1~ - DTM*472*20110315~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*63*0**1~ - DTM*472*20110315~ - CAS*OA*23*63~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110315~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110315~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*9999999999-999*2*498*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXXXX*M***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*291*99.99**1~ - DTM*472*20110321~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*291~ - SVC*XX:99999*15*0**1~ - DTM*472*20110321~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110321~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110321~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110321~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*9999999999-999*1*419*999.99**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*419*999.99**1~ - DTM*472*20110320~ - CAS*CO*45*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110321~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110322~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110323~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*94*99.99**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*94*99.99**1~ - DTM*472*20110324~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110325~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*94*99.99**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*94*99.99**1~ - DTM*472*20110326~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*1*94*99.99**12*999999999999*21~ - NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ - DTM*050*20110429~ - SVC*XX:99999*94*99.99**1~ - DTM*472*20110327~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*2*60*9.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*S***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999*48*9.99**1~ - DTM*472*20110314~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*48~ - SVC*XX:X9999*12*.06**1~ - DTM*472*20110314~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*12~ - CLP*9999999999-999*1*335*999.99*10*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*143*99.99**1~ - DTM*472*20110317~ - CAS*CO*45*99.99~ - CAS*PR*3*10~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110317~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110317~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*HC:71020*82*99.99**1~ - DTM*472*20110317~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ - NM1*QC*1*XXXXXXXXXXX*WM*D***MI*XXX999999999~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*D***MI*99999999999~ - NM1*74*1**WM****C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999:99*215*99.99**1~ - DTM*472*20110321~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*330*99.9**1~ - DTM*472*20110321~ - CAS*OA*23*999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*330~ - SVC*XX:99999*344*99.99**2~ - DTM*472*20110321~ - CAS*OA*23*332.15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*344~ - SVC*XX:99999*165*99.9**1~ - DTM*472*20110321~ - CAS*OA*23*999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*165~ - SVC*XX:X9999*9999*99.99**4~ - DTM*472*20110321~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*768*0**12~ - DTM*472*20110321~ - CAS*CO*97*768~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*65*9.99**1~ - DTM*472*20110321~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*65~ - SVC*XX:99999*182*9.99**1~ - DTM*472*20110321~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*182~ - SVC*XX:X9999*140*.36**20~ - DTM*472*20110321~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*140~ - SVC*XX:X9999*380*99.99**10~ - DTM*472*20110321~ - CAS*OA*23*342.26~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*380~ - CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ - NM1*QC*1*XXXXXXXXXXX*WM*D***MI*XXX999999999~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*D***MI*99999999999~ - NM1*74*1**WM****C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999:99*43*9.99**1~ - DTM*472*20110321~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*43~ - SVC*XX:X9999:XX*9999*116.06**60~ - DTM*472*20110321~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110321~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999:XX*22*0**1~ - DTM*472*20110321~ - CAS*OA*23*22~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*9999*254.03**12*999999999999*11~ - NM1*QC*1*XXXXXXXXXXX*WM*D***MI*XXX999999999~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*D***MI*99999999999~ - NM1*74*1**WM****C*XXX999999999~ - DTM*050*20110502~ - SVC*XX:99999*330*99.9**1~ - DTM*472*20110322~ - CAS*OA*23*999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*330~ - SVC*XX:99999*516*99.99**3~ - DTM*472*20110322~ - CAS*OA*23*498.23~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*516~ - SVC*XX:99999*330*99.99**2~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*330~ - SVC*XX:X9999*567*9.99**7~ - DTM*472*20110322~ - CAS*OA*23*562.17~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*567~ - SVC*XX:X9999*9999*99.99**4~ - DTM*472*20110322~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*768*0**12~ - DTM*472*20110322~ - CAS*CO*97*768~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*65*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*65~ - SVC*XX:99999*364*99.99**2~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*364~ - SVC*XX:X9999*140*.36**20~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*140~ - SVC*XX:X9999*9999*89**2~ - DTM*472*20110322~ - CAS*OA*23*911~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*380*99.99**10~ - DTM*472*20110322~ - CAS*OA*23*342.26~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*380~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*9999999999-999*1*143*99.99*20*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXX*C***MI*XXX999999999~ - NM1*IL*1*XXXXXX*XXXX*L***MI*XXX999999999~ - DTM*050*20110427~ - SVC*XX:99999*143*99.99**1~ - DTM*472*20110127~ - CAS*CO*45*99.99~ - CAS*PR*3*20~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - CLP*9999999999-999*1*158*99.99*20*12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXX*C***MI*XXX999999999~ - NM1*IL*1*XXXXXX*XXXX*L***MI*XXX999999999~ - DTM*050*20110503~ - SVC*XX:99999*143*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*3*20~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - CLP*9999999999-999*2*407*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*E***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110502~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*68*0**1~ - DTM*472*20110322~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110322~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*L***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110502~ - SVC*XX:99999:99*215*99.99**1~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*330*99.9**1~ - DTM*472*20110322~ - CAS*OA*23*999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*330~ - SVC*XX:99999*516*99.99**3~ - DTM*472*20110322~ - CAS*OA*23*498.23~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*516~ - SVC*XX:X9999*9999*999.99**7~ - DTM*472*20110322~ - CAS*OA*23*9999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:99999*182*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*182~ - SVC*XX:X9999*12*.15**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*12~ - SVC*XX:99999*15*0**1~ - DTM*472*20110322~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110322~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110322~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*9.99**1~ - DTM*472*20110322~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*82~ - CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110127~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110103~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110103~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*1*110*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110103~ - CAS*OA*18*42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110103~ - CAS*OA*18*68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXX99*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110127~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110103~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110103~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*HC:71020*-82*0**1~ - DTM*472*20110103~ - CAS*CR*31*-82~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXX99*1*525*166.16**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:X9999*300*99.99**50~ - DTM*472*20110103~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*143*104.15**1~ - DTM*472*20110103~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - SVC*HC:71020*82*99.99**1~ - DTM*472*20110103~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110131~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110106~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110106~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*1*443*999.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:X9999*300*99.99**50~ - DTM*472*20110106~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*143*104.15**1~ - DTM*472*20110106~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110131~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110106~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110106~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*1*110*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110106~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110106~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999XX9XX*22*-9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110202~ - SVC*XX:99999:99*-999*0**1~ - DTM*472*20110110~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110110~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110110~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-9999*0**35~ - DTM*472*20110110~ - CAS*CR*31*-9999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-18*0**1~ - DTM*472*20110110~ - CAS*CR*31*-18~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-12*0**1~ - DTM*472*20110110~ - CAS*CR*31*-12~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110110~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XX9XX*1*9999*9999.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999:99*143*104.15**1~ - DTM*472*20110110~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - SVC*XX:99999*232*999.99**1~ - DTM*472*20110110~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:99999*182*99.99**1~ - DTM*472*20110110~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*9999**35~ - DTM*472*20110110~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*18*9.99**1~ - DTM*472*20110110~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*12*9.99**1~ - DTM*472*20110110~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*300*99.99**50~ - DTM*472*20110110~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999XX9X9*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110202~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110110~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110110~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XX9X9*1*110*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110110~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110110~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999XXXXX*22*-9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110207~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110113~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999:99*-999*0**1~ - DTM*472*20110113~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**2~ - DTM*472*20110113~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110113~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-19*0**1~ - DTM*472*20110113~ - CAS*CR*31*-19~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-9*0**1~ - DTM*472*20110113~ - CAS*CR*31*-9~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110113~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-9999*0**35~ - DTM*472*20110113~ - CAS*CR*31*-9999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-18*0**1~ - DTM*472*20110113~ - CAS*CR*31*-18~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-12*0**1~ - DTM*472*20110113~ - CAS*CR*31*-12~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*9999*9999.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*232*999.99**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - SVC*XX:99999:99*143*104.15**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - SVC*XX:99999*130*99.99**2~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*182*99.99**1~ - DTM*472*20110113~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:X9999*19*9.99**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*9*9.99**1~ - DTM*472*20110113~ - CAS*CO*45*9.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*300*99.99**50~ - DTM*472*20110113~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*9999**35~ - DTM*472*20110113~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*18*9.99**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*12*9.99**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110207~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110113~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110113~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*110*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110113~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999XX999*22*-9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110208~ - SVC*XX:X9999*-9*0**1~ - DTM*472*20110117~ - CAS*CR*31*-9~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**2~ - DTM*472*20110117~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110117~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110117~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999:99*-999*0**1~ - DTM*472*20110117~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110117~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-9999*0**35~ - DTM*472*20110117~ - CAS*CR*31*-9999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-18*0**1~ - DTM*472*20110117~ - CAS*CR*31*-18~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-19*0**1~ - DTM*472*20110117~ - CAS*CR*31*-19~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-12*0**1~ - DTM*472*20110117~ - CAS*CR*31*-12~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XX999*1*9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:X9999*9*0**1~ - DTM*472*20110117~ - CAS*OA*18*9~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*130*0**2~ - DTM*472*20110117~ - CAS*OA*18*130~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*232*0**1~ - DTM*472*20110117~ - CAS*OA*18*232~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*182*0**1~ - DTM*472*20110117~ - CAS*OA*18*182~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999:99*143*0**1~ - DTM*472*20110117~ - CAS*OA*18*143~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*300*0**50~ - DTM*472*20110117~ - CAS*OA*18*300~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*9999*0**35~ - DTM*472*20110117~ - CAS*OA*18*9999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*18*0**1~ - DTM*472*20110117~ - CAS*OA*18*18~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*19*0**1~ - DTM*472*20110117~ - CAS*OA*18*19~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*12*0**1~ - DTM*472*20110117~ - CAS*OA*18*12~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XX99X*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110208~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110117~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-63*0**1~ - DTM*472*20110117~ - CAS*CR*31*-63~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XX99X*1*105*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110117~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*63*99.99**1~ - DTM*472*20110117~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999XXX99*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110110~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110110~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXX99*1*110*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110110~ - CAS*OA*18*42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110110~ - CAS*OA*18*68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110117~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-63*0**1~ - DTM*472*20110117~ - CAS*CR*31*-63~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*105*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110117~ - CAS*OA*18*42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*63*0**1~ - DTM*472*20110117~ - CAS*OA*18*63~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110106~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110106~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*1*443*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:X9999*300*0**50~ - DTM*472*20110106~ - CAS*OA*18*300~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*143*0**1~ - DTM*472*20110106~ - CAS*OA*18*143~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110106~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110106~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXX9*1*110*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110106~ - CAS*OA*18*42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110106~ - CAS*OA*18*68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110103~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110103~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*HC:71020*-82*0**1~ - DTM*472*20110103~ - CAS*CR*31*-82~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*525*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:X9999*300*0**50~ - DTM*472*20110103~ - CAS*OA*18*300~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*143*0**1~ - DTM*472*20110103~ - CAS*OA*18*143~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*HC:71020*82*0**1~ - DTM*472*20110103~ - CAS*OA*18*82~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110113~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110113~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*110*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110113~ - CAS*OA*18*42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110113~ - CAS*OA*18*68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110209~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110103~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110103~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*110*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110103~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110103~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999X999X*22*-999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110214~ - SVC*XX:99999*-42*0**1~ - DTM*472*20110120~ - CAS*CR*31*-42~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-68*0**1~ - DTM*472*20110120~ - CAS*CR*31*-68~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999X999X*1*110*99.99**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*99.99**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*68*99.99**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - CLP*99999999-999X999X*22*-9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110214~ - SVC*XX:99999*-999*0**2~ - DTM*472*20110120~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110120~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999:99*-999*0**1~ - DTM*472*20110120~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-18*0**1~ - DTM*472*20110120~ - CAS*CR*31*-18~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-19*0**1~ - DTM*472*20110120~ - CAS*CR*31*-19~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-999*0**50~ - DTM*472*20110120~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-12*0**1~ - DTM*472*20110120~ - CAS*CR*31*-12~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-9999*0**35~ - DTM*472*20110120~ - CAS*CR*31*-9999~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:X9999*-9*0**1~ - DTM*472*20110120~ - CAS*CR*31*-9~ - REF*6R*999999~ - REF*HPI*9999999999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20110120~ - CAS*CR*31*-999~ - REF*6R*999999~ - REF*HPI*9999999999~ - CLP*99999999-999X999X*1*9999*9999**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*130*99.99**2~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999*182*99.99**1~ - DTM*472*20110120~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:99*143*104.15**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*104.15~ - SVC*XX:X9999*18*9.99**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*19*9.99**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*300*99.99**50~ - DTM*472*20110120~ - CAS*CO*45*999.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*14~ - SVC*XX:X9999*12*9.99**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*XX:X9999*9999*9999**35~ - DTM*472*20110120~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:X9999*9*2.8**1~ - DTM*472*20110120~ - CAS*CO*45*6.2~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*2.8~ - SVC*XX:99999*232*999.99**1~ - DTM*472*20110120~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - CLP*99999999-999XXXX9*1*110*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110103~ - CAS*OA*18*42~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110103~ - CAS*OA*18*68~ - REF*HPI*9999999999~ - CLP*99999999-999XX9X*1*9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999:99*143*0**1~ - DTM*472*20110110~ - CAS*OA*18*143~ - REF*HPI*9999999999~ - SVC*XX:99999*232*0**1~ - DTM*472*20110110~ - CAS*OA*18*232~ - REF*HPI*9999999999~ - SVC*XX:99999*182*0**1~ - DTM*472*20110110~ - CAS*OA*18*182~ - REF*HPI*9999999999~ - SVC*XX:X9999*9999*0**35~ - DTM*472*20110110~ - CAS*OA*18*9999~ - REF*HPI*9999999999~ - SVC*XX:X9999*18*0**1~ - DTM*472*20110110~ - CAS*OA*18*18~ - REF*HPI*9999999999~ - SVC*XX:X9999*12*0**1~ - DTM*472*20110110~ - CAS*OA*18*12~ - REF*HPI*9999999999~ - SVC*XX:X9999*300*0**50~ - DTM*472*20110110~ - CAS*OA*18*300~ - REF*HPI*9999999999~ - CLP*99999999-999XXXXX*1*110*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*42*0**1~ - DTM*472*20110113~ - CAS*OA*18*42~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110113~ - CAS*OA*18*68~ - REF*HPI*9999999999~ - CLP*99999999-999X999*1*9999*0**12*999999999999*11~ - NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*130*0**2~ - DTM*472*20110120~ - CAS*OA*18*130~ - REF*HPI*9999999999~ - SVC*XX:99999*182*0**1~ - DTM*472*20110120~ - CAS*OA*18*182~ - REF*HPI*9999999999~ - SVC*XX:99999:99*143*0**1~ - DTM*472*20110120~ - CAS*OA*18*143~ - REF*HPI*9999999999~ - SVC*XX:X9999*18*0**1~ - DTM*472*20110120~ - CAS*OA*18*18~ - REF*HPI*9999999999~ - SVC*XX:X9999*19*0**1~ - DTM*472*20110120~ - CAS*OA*18*19~ - REF*HPI*9999999999~ - SVC*XX:X9999*300*0**50~ - DTM*472*20110120~ - CAS*OA*18*300~ - REF*HPI*9999999999~ - SVC*XX:X9999*12*0**1~ - DTM*472*20110120~ - CAS*OA*18*12~ - REF*HPI*9999999999~ - SVC*XX:X9999*9999*0**35~ - DTM*472*20110120~ - CAS*OA*18*9999~ - REF*HPI*9999999999~ - SVC*XX:X9999*9*0**1~ - DTM*472*20110120~ - CAS*OA*18*9~ - REF*HPI*9999999999~ - SVC*XX:99999*232*0**1~ - DTM*472*20110120~ - CAS*OA*18*232~ - REF*HPI*9999999999~ - CLP*9999999999-999*2*9999*606.13**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*A***MI*99999999999~ - NM1*74*1******C*XXX999999999~ - DTM*050*20110428~ - SVC*XX:99999:99*215*99.99**1~ - DTM*472*20110308~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*330*99.9**1~ - DTM*472*20110308~ - CAS*OA*23*999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*330~ - SVC*XX:99999*172*9.99**1~ - DTM*472*20110308~ - CAS*OA*23*166.08~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*172~ - SVC*XX:X9999*9999*999.9**40~ - DTM*472*20110308~ - CAS*OA*23*9999.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*9999~ - SVC*XX:99999*182*9.99**1~ - DTM*472*20110308~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*182~ - SVC*XX:X9999*12*.15**1~ - DTM*472*20110308~ - CAS*OA*23*99.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*12~ - SVC*XX:99999*68*0**1~ - DTM*472*20110308~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110308~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - CLP*99999999-999X9XXX*1*904*999.99**12*999999999999*11~ - NM1*QC*1*XXXXXX*XXXXXX*K***MI*XXX999XX9999~ - DTM*050*20110301~ - SVC*XX:99999*15*9.99**1~ - DTM*472*20110203~ - CAS*CO*45*9.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*9.99~ - SVC*HC:71020*82*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX*88*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX*65*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX*110*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX*110*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX*65*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX:99*77*99.99**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.99~ - SVC*XX:99999:XX:99*77*99.9**1~ - DTM*472*20110203~ - CAS*CO*45*99.9~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*99.9~ - SVC*XX:99999*215*156.22**1~ - DTM*472*20110203~ - CAS*CO*45*99.99~ - REF*6R*999999~ - REF*HPI*9999999999~ - AMT*B6*156.22~ - CLP*9999999999-999*1*419*999.99**12*999999999999*21~ - NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ - NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ - DTM*050*20110429~ - SVC*XX:99999*419*999.99**1~ - DTM*472*20110322~ - CAS*CO*45*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.99~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ - NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110323~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ - NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110324~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*1*152*999.9**12*999999999999*21~ - NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ - NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ - DTM*050*20110429~ - SVC*XX:99999*152*999.9**1~ - DTM*472*20110325~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*999.9~ - CLP*9999999999-999*2*340*99.99**12*999999999999*11~ - NM1*QC*1*XXXXXXXX*XXXXXXX*H**JR*MI*XXX999999999~ - NM1*IL*1*XXXXXXXXXX*XXXXXXX*H***MI*99999999999~ - NM1*74*1*XXXXXXXX*****C*XXX999999999~ - DTM*050*20110429~ - SVC*XX:99999*215*99.99**1~ - DTM*472*20110321~ - CAS*OA*23*999.99~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - AMT*B6*215~ - SVC*XX:99999*15*0**1~ - DTM*472*20110321~ - CAS*OA*23*15~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*68*0**1~ - DTM*472*20110321~ - CAS*OA*23*68~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SVC*XX:99999*42*0**1~ - DTM*472*20110321~ - CAS*OA*23*42~ - REF*6R*999X999999999999999999~ - REF*HPI*9999999999~ - SE*2357*999999~ - GE*1*999999~ +ISA*00* *00* *30*XXXXXXXXXXXXX *ZZ*9999999 *110503*9999*U*99999*999999999*0*P*:~ + GS*HP*9999*9999999*20110503*99999999*999999*X*999999X999X9~ + ST*835*999999~ + BPR*I*99999.99*C*CHK************20110503~ + TRN*1*99999999*9999999999~ + REF*EV*XXXXXX~ + DTM*405*20110503~ + N1*PR*XXXX XXXXX XXXX XXXXXX XXXXXXXX~ + N3*9999 XXXXX XX~ + N4*XXXXX*NE*999999999~ + REF*2U*99999~ + N1*PE*XXXXXXX XXXXXXXX & XXXXXXXXXX XX*XX*9999999999~ + N3*9999 XXXXXX XX XXX 999~ + N4*XXXXX*NE*999999999~ + REF*PQ*999999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*2*488*0*488*12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXXX*E***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110421~ + SVC*XX:99999*215*0**1~ + DTM*472*20110316~ + CAS*PR*16*215~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + LQ*HE*X999~ + SVC*XX:99999*15*0**1~ + DTM*472*20110316~ + CAS*PR*16*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + LQ*HE*X999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110316~ + CAS*PR*16*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + LQ*HE*X999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110316~ + CAS*PR*16*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + LQ*HE*X999~ + SVC*XX:99999:XX*71*0**1~ + DTM*472*20110316~ + CAS*PR*16*71~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + LQ*HE*X999~ + SVC*XX:99999:XX*77*0**1~ + DTM*472*20110316~ + CAS*PR*16*77~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + LQ*HE*X999~ + CLP*9999999999-999*1*215*121.22*35*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXX*E***MI*XXX999999999~ + DTM*050*20110427~ + SVC*XX:99999*215*121.22**1~ + DTM*472*20110127~ + CAS*CO*45*99.99~ + CAS*PR*3*35~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + CLP*9999999999-999*2*340*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXXXX*E***MI*XXX999999999~ + NM1*IL*1*XXXXXXX*XXXXXX X*E***MI*99999999999~ + NM1*74*1**XXXXXX****C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110321~ + CAS*OA*23*133.02~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*15*0**1~ + DTM*472*20110321~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110321~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110321~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*1*215*999.9*99.99*12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXX*D***MI*XXX999999999~ + NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999999999~ + DTM*050*20110427~ + SVC*XX:99999*215*999.9**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + CLP*9999999999-999*2*340*99.99**12*999999999999*11~ + NM1*QC*1*XXXXX*XXXXXXXX*B***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110321~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*15*0**1~ + DTM*472*20110321~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110321~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110321~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*64*9.99**12*999999999999*11~ + NM1*QC*1*XXXXXXXXXX*XXXXXX*W**SR*MI*XXX999999999~ + NM1*IL*1*XXXXXXXXXX XX*XXXXXX*W***MI*99999999999~ + NM1*74*1*XXXXXXXXXX*****C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*42*9.99**1~ + DTM*472*20110309~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*42~ + SVC*XX:99999:XX*22*0**1~ + DTM*472*20110309~ + CAS*OA*23*22~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*1*419*999.9*99.99*12*999999999999*21~ + NM1*QC*1*XXXXXXXXX*XXXXXX*A***MI*XXX99999999~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX99999999~ + DTM*050*20110429~ + SVC*XX:99999*419*999.9**1~ + DTM*472*20110327~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + CLP*9999999999-999*1*152*99.99*99.99*12*999999999999*21~ + NM1*QC*1*XXXXXXXXX*XXXXXX*A***MI*XXX99999999~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX99999999~ + DTM*050*20110429~ + SVC*XX:99999*152*99.99**1~ + DTM*472*20110328~ + CAS*CO*45*99.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*215*0*156.22*12*999999999999*11~ + NM1*QC*1*XXXXXXXXX*XXXXX*M***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*0**1~ + DTM*472*20110215~ + CAS*CO*45*99.99~ + CAS*PR*1*156.22~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + CLP*9999999999-999*1*215*121.22*35*12*999999999999*11~ + NM1*QC*1*XXXXXXXX*XXXXX*L***MI*XXX999999999~ + DTM*050*20110503~ + SVC*XX:99999*215*121.22**1~ + DTM*472*20110217~ + CAS*CO*45*99.99~ + CAS*PR*3*35~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + CLP*9999999999-999*1*9999*9999.99*30*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXX*J***MI*XXX999XX9999~ + DTM*050*20110420~ + SVC*XX:99999:99*215*156.22**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + SVC*XX:99999*330*999.99**1~ + DTM*472*20110329~ + CAS*CO*45*107.02~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:99999*165*999.99**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:X9999*420*999.99**10~ + DTM*472*20110329~ + CAS*CO*45*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**120~ + DTM*472*20110329~ + CAS*CO*45*999.99~ + CAS*PR*3*30~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999.99~ + SVC*XX:99999*65*99.99**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*182*99.99**1~ + DTM*472*20110329~ + CAS*CO*45*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*56*99.99**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:X9999*130*999.99**2~ + DTM*472*20110329~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:X9999*300*14**50~ + DTM*472*20110329~ + CAS*CO*45*286~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*14~ + SVC*XX:X9999*20*9.99**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*380*302.02**10~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*302.02~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110329~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110329~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*1*417*999.99*50*12*999999999999*11~ + NM1*QC*1*XXXXX*XXXXXX*W***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*417*999.99**1~ + DTM*472*20110208~ + CAS*CO*45*999.99~ + CAS*PR*3*50~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + CLP*9999999999-999*2*340*99.99**12*999999999999*11~ + NM1*QC*1*XXXXX*XXXXXX*M***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110309~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*15*0**1~ + DTM*472*20110309~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110309~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110309~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXX*G***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999:99*143*99.99**1~ + DTM*472*20110308~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*143~ + SVC*XX:99999*15*0**1~ + DTM*472*20110308~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110308~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110308~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999:99*43*9.99**1~ + DTM*472*20110308~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*43~ + SVC*XX:X9999:XX*9999*116.06**60~ + DTM*472*20110308~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + CLP*9999999999-999*2*9999*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXX*K***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999:99*143*99.99**1~ + DTM*472*20110309~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*143~ + SVC*XX:99999*68*0**1~ + DTM*472*20110309~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110309~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999:99*43*9.99**1~ + DTM*472*20110309~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*43~ + SVC*XX:X9999:XX*9999*99.99**40~ + DTM*472*20110309~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + CLP*9999999999-999*2*340*99.99**12*999999999999*11~ + NM1*QC*1*XXXXX*XXXXXXXX*M***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110316~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*15*0**1~ + DTM*472*20110316~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110316~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110316~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*422*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXX*E***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110316~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*15*0**1~ + DTM*472*20110316~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110316~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110316~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110316~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX****MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110502~ + SVC*XX:99999*235*99.99**1~ + DTM*472*20110322~ + CAS*OA*23*223.14~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*235~ + SVC*XX:X9999*402*9.99**6~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*402~ + SVC*XX:X9999*435*9.99**3~ + DTM*472*20110322~ + CAS*OA*23*427.13~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*435~ + SVC*XX:99999*65*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*65~ + SVC*XX:99999*364*99.99**2~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*364~ + SVC*XX:X9999*210*.54**30~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*210~ + SVC*XX:X9999*22*.38**2~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*22~ + SVC*XX:X9999*9999*178.26**4~ + DTM*472*20110322~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*380*99.99**10~ + DTM*472*20110322~ + CAS*OA*23*342.26~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*380~ + SVC*XX:99999*68*0**1~ + DTM*472*20110322~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110322~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999:XX*22*0**1~ + DTM*472*20110322~ + CAS*CO*97*22~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*9999999999-999*2*645*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX****MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110502~ + SVC*XX:99999:99*143*99.99**1~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*143~ + SVC*XX:99999*330*99.9**1~ + DTM*472*20110322~ + CAS*OA*23*999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*330~ + SVC*XX:99999*172*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*166.08~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*172~ + CLP*9999999999-999*1*422*999.99*35*12*999999999999*11~ + NM1*QC*1*XXXXXXXXXXXXXXX*XXXXX*R***MI*XXX999999999~ + DTM*050*20110419~ + SVC*XX:99999*215*121.22**1~ + DTM*472*20110324~ + CAS*CO*45*99.99~ + CAS*PR*3*35~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110324~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110324~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110324~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*HC:71020*82*99.99**1~ + DTM*472*20110324~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*2*167*9.99**12*999999999999*11~ + NM1*QC*1*XXXXX*XXXX*V***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*42*9.99**1~ + DTM*472*20110308~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*42~ + SVC*XX:99999*15*0**1~ + DTM*472*20110308~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110308~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110308~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*215*99.99**12*999999999999*11~ + NM1*QC*1*XXXXX*XXXX*V***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110310~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + CLP*9999999999-999*1*57*99.99*10*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*S***MI*XXX999999999~ + DTM*050*20110412~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110314~ + CAS*CO*45*99.99~ + CAS*PR*3*10~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110314~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + CLP*9999999999-999*1*572*999.99*10*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*S***MI*XXX999999999~ + DTM*050*20110412~ + SVC*XX:99999*417*999.99**1~ + DTM*472*20110310~ + CAS*CO*45*999.99~ + CAS*PR*3*10~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110310~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:99999*30*99.99**1~ + DTM*472*20110310~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110310~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110310~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*1*996*501.23*10*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*S***MI*XXX999999999~ + DTM*050*20110413~ + SVC*XX:99999:99*350*999.99**1~ + DTM*472*20110316~ + CAS*CO*45*999.99**59*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*231.18~ + SVC*XX:99999*380*999.99**1~ + DTM*472*20110316~ + CAS*CO*45*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:99999*115*99.99**1~ + DTM*472*20110316~ + CAS*CO*45*99.99~ + CAS*PR*3*10~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*65*99.99**1~ + DTM*472*20110316~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:X9999*19*9.99**1~ + DTM*472*20110316~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*10*9.99**1~ + DTM*472*20110316~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110316~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110316~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*2*542*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXX*G***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*417*99.99**1~ + DTM*472*20110309~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*417~ + SVC*XX:99999*15*0**1~ + DTM*472*20110309~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110309~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110309~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*57*9.99**12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXX*G***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*42*9.99**1~ + DTM*472*20110314~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*42~ + SVC*XX:99999*15*0**1~ + DTM*472*20110314~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*152*9.99**12*999999999999*11~ + NM1*QC*1*XXXXXXX*XXXXXXX*M***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110502~ + SVC*XX:99999*42*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*42~ + SVC*XX:99999*68*0**1~ + DTM*472*20110322~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110322~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*417.01*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*W***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110315~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:X9999*.01*0**1~ + DTM*472*20110315~ + CAS*CO*97*.01~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*15*0**1~ + DTM*472*20110315~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*63*0**1~ + DTM*472*20110315~ + CAS*OA*23*63~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110315~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110315~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*9999999999-999*2*498*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXXXX*M***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*291*99.99**1~ + DTM*472*20110321~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*291~ + SVC*XX:99999*15*0**1~ + DTM*472*20110321~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110321~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110321~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110321~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*9999999999-999*1*419*999.99**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*419*999.99**1~ + DTM*472*20110320~ + CAS*CO*45*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110321~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110322~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110323~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*94*99.99**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*94*99.99**1~ + DTM*472*20110324~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110325~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*94*99.99**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*94*99.99**1~ + DTM*472*20110326~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*1*94*99.99**12*999999999999*21~ + NM1*QC*1*XXXXXXX*XXXXXX*W***MI*XXXXX9999999~ + DTM*050*20110429~ + SVC*XX:99999*94*99.99**1~ + DTM*472*20110327~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*2*60*9.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*S***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999*48*9.99**1~ + DTM*472*20110314~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*48~ + SVC*XX:X9999*12*.06**1~ + DTM*472*20110314~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*12~ + CLP*9999999999-999*1*335*999.99*10*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*143*99.99**1~ + DTM*472*20110317~ + CAS*CO*45*99.99~ + CAS*PR*3*10~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110317~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110317~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*HC:71020*82*99.99**1~ + DTM*472*20110317~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ + NM1*QC*1*XXXXXXXXXXX*WM*D***MI*XXX999999999~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*D***MI*99999999999~ + NM1*74*1**WM****C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999:99*215*99.99**1~ + DTM*472*20110321~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*330*99.9**1~ + DTM*472*20110321~ + CAS*OA*23*999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*330~ + SVC*XX:99999*344*99.99**2~ + DTM*472*20110321~ + CAS*OA*23*332.15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*344~ + SVC*XX:99999*165*99.9**1~ + DTM*472*20110321~ + CAS*OA*23*999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*165~ + SVC*XX:X9999*9999*99.99**4~ + DTM*472*20110321~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*768*0**12~ + DTM*472*20110321~ + CAS*CO*97*768~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*65*9.99**1~ + DTM*472*20110321~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*65~ + SVC*XX:99999*182*9.99**1~ + DTM*472*20110321~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*182~ + SVC*XX:X9999*140*.36**20~ + DTM*472*20110321~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*140~ + SVC*XX:X9999*380*99.99**10~ + DTM*472*20110321~ + CAS*OA*23*342.26~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*380~ + CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ + NM1*QC*1*XXXXXXXXXXX*WM*D***MI*XXX999999999~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*D***MI*99999999999~ + NM1*74*1**WM****C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999:99*43*9.99**1~ + DTM*472*20110321~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*43~ + SVC*XX:X9999:XX*9999*116.06**60~ + DTM*472*20110321~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110321~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999:XX*22*0**1~ + DTM*472*20110321~ + CAS*OA*23*22~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*9999*254.03**12*999999999999*11~ + NM1*QC*1*XXXXXXXXXXX*WM*D***MI*XXX999999999~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*D***MI*99999999999~ + NM1*74*1**WM****C*XXX999999999~ + DTM*050*20110502~ + SVC*XX:99999*330*99.9**1~ + DTM*472*20110322~ + CAS*OA*23*999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*330~ + SVC*XX:99999*516*99.99**3~ + DTM*472*20110322~ + CAS*OA*23*498.23~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*516~ + SVC*XX:99999*330*99.99**2~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*330~ + SVC*XX:X9999*567*9.99**7~ + DTM*472*20110322~ + CAS*OA*23*562.17~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*567~ + SVC*XX:X9999*9999*99.99**4~ + DTM*472*20110322~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*768*0**12~ + DTM*472*20110322~ + CAS*CO*97*768~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*65*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*65~ + SVC*XX:99999*364*99.99**2~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*364~ + SVC*XX:X9999*140*.36**20~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*140~ + SVC*XX:X9999*9999*89**2~ + DTM*472*20110322~ + CAS*OA*23*911~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*380*99.99**10~ + DTM*472*20110322~ + CAS*OA*23*342.26~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*380~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*9999999999-999*1*143*99.99*20*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXX*C***MI*XXX999999999~ + NM1*IL*1*XXXXXX*XXXX*L***MI*XXX999999999~ + DTM*050*20110427~ + SVC*XX:99999*143*99.99**1~ + DTM*472*20110127~ + CAS*CO*45*99.99~ + CAS*PR*3*20~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + CLP*9999999999-999*1*158*99.99*20*12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXX*C***MI*XXX999999999~ + NM1*IL*1*XXXXXX*XXXX*L***MI*XXX999999999~ + DTM*050*20110503~ + SVC*XX:99999*143*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*3*20~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + CLP*9999999999-999*2*407*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*E***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110502~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*68*0**1~ + DTM*472*20110322~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110322~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*9999999999-999*2*9999*999.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*L***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110502~ + SVC*XX:99999:99*215*99.99**1~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*330*99.9**1~ + DTM*472*20110322~ + CAS*OA*23*999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*330~ + SVC*XX:99999*516*99.99**3~ + DTM*472*20110322~ + CAS*OA*23*498.23~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*516~ + SVC*XX:X9999*9999*999.99**7~ + DTM*472*20110322~ + CAS*OA*23*9999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:99999*182*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*182~ + SVC*XX:X9999*12*.15**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*12~ + SVC*XX:99999*15*0**1~ + DTM*472*20110322~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110322~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110322~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*9.99**1~ + DTM*472*20110322~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*82~ + CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110127~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110103~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110103~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*1*110*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110103~ + CAS*OA*18*42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110103~ + CAS*OA*18*68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXX99*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110127~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110103~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110103~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*HC:71020*-82*0**1~ + DTM*472*20110103~ + CAS*CR*31*-82~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXX99*1*525*166.16**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:X9999*300*99.99**50~ + DTM*472*20110103~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*143*104.15**1~ + DTM*472*20110103~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + SVC*HC:71020*82*99.99**1~ + DTM*472*20110103~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110131~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110106~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110106~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*1*443*999.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:X9999*300*99.99**50~ + DTM*472*20110106~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*143*104.15**1~ + DTM*472*20110106~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110131~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110106~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110106~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*1*110*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110106~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110106~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999XX9XX*22*-9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110202~ + SVC*XX:99999:99*-999*0**1~ + DTM*472*20110110~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110110~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110110~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-9999*0**35~ + DTM*472*20110110~ + CAS*CR*31*-9999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-18*0**1~ + DTM*472*20110110~ + CAS*CR*31*-18~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-12*0**1~ + DTM*472*20110110~ + CAS*CR*31*-12~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110110~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XX9XX*1*9999*9999.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999:99*143*104.15**1~ + DTM*472*20110110~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + SVC*XX:99999*232*999.99**1~ + DTM*472*20110110~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:99999*182*99.99**1~ + DTM*472*20110110~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*9999**35~ + DTM*472*20110110~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*18*9.99**1~ + DTM*472*20110110~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*12*9.99**1~ + DTM*472*20110110~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*300*99.99**50~ + DTM*472*20110110~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999XX9X9*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110202~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110110~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110110~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XX9X9*1*110*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110110~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110110~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999XXXXX*22*-9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110207~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110113~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999:99*-999*0**1~ + DTM*472*20110113~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**2~ + DTM*472*20110113~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110113~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-19*0**1~ + DTM*472*20110113~ + CAS*CR*31*-19~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-9*0**1~ + DTM*472*20110113~ + CAS*CR*31*-9~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110113~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-9999*0**35~ + DTM*472*20110113~ + CAS*CR*31*-9999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-18*0**1~ + DTM*472*20110113~ + CAS*CR*31*-18~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-12*0**1~ + DTM*472*20110113~ + CAS*CR*31*-12~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*9999*9999.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*232*999.99**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + SVC*XX:99999:99*143*104.15**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + SVC*XX:99999*130*99.99**2~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*182*99.99**1~ + DTM*472*20110113~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:X9999*19*9.99**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*9*9.99**1~ + DTM*472*20110113~ + CAS*CO*45*9.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*300*99.99**50~ + DTM*472*20110113~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*9999**35~ + DTM*472*20110113~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*18*9.99**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*12*9.99**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110207~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110113~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110113~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*110*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110113~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999XX999*22*-9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110208~ + SVC*XX:X9999*-9*0**1~ + DTM*472*20110117~ + CAS*CR*31*-9~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**2~ + DTM*472*20110117~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110117~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110117~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999:99*-999*0**1~ + DTM*472*20110117~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110117~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-9999*0**35~ + DTM*472*20110117~ + CAS*CR*31*-9999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-18*0**1~ + DTM*472*20110117~ + CAS*CR*31*-18~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-19*0**1~ + DTM*472*20110117~ + CAS*CR*31*-19~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-12*0**1~ + DTM*472*20110117~ + CAS*CR*31*-12~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XX999*1*9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:X9999*9*0**1~ + DTM*472*20110117~ + CAS*OA*18*9~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*130*0**2~ + DTM*472*20110117~ + CAS*OA*18*130~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*232*0**1~ + DTM*472*20110117~ + CAS*OA*18*232~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*182*0**1~ + DTM*472*20110117~ + CAS*OA*18*182~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999:99*143*0**1~ + DTM*472*20110117~ + CAS*OA*18*143~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*300*0**50~ + DTM*472*20110117~ + CAS*OA*18*300~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*9999*0**35~ + DTM*472*20110117~ + CAS*OA*18*9999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*18*0**1~ + DTM*472*20110117~ + CAS*OA*18*18~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*19*0**1~ + DTM*472*20110117~ + CAS*OA*18*19~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*12*0**1~ + DTM*472*20110117~ + CAS*OA*18*12~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XX99X*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110208~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110117~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-63*0**1~ + DTM*472*20110117~ + CAS*CR*31*-63~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XX99X*1*105*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110117~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*63*99.99**1~ + DTM*472*20110117~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999XXX99*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110110~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110110~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXX99*1*110*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110110~ + CAS*OA*18*42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110110~ + CAS*OA*18*68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110117~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-63*0**1~ + DTM*472*20110117~ + CAS*CR*31*-63~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*105*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110117~ + CAS*OA*18*42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*63*0**1~ + DTM*472*20110117~ + CAS*OA*18*63~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110106~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110106~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*1*443*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:X9999*300*0**50~ + DTM*472*20110106~ + CAS*OA*18*300~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*143*0**1~ + DTM*472*20110106~ + CAS*OA*18*143~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110106~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110106~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXX9*1*110*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110106~ + CAS*OA*18*42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110106~ + CAS*OA*18*68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110103~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110103~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*HC:71020*-82*0**1~ + DTM*472*20110103~ + CAS*CR*31*-82~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*525*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:X9999*300*0**50~ + DTM*472*20110103~ + CAS*OA*18*300~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*143*0**1~ + DTM*472*20110103~ + CAS*OA*18*143~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*HC:71020*82*0**1~ + DTM*472*20110103~ + CAS*OA*18*82~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110113~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110113~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*110*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110113~ + CAS*OA*18*42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110113~ + CAS*OA*18*68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110209~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110103~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110103~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*110*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110103~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110103~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999X999X*22*-999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110214~ + SVC*XX:99999*-42*0**1~ + DTM*472*20110120~ + CAS*CR*31*-42~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-68*0**1~ + DTM*472*20110120~ + CAS*CR*31*-68~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999X999X*1*110*99.99**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*99.99**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*68*99.99**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + CLP*99999999-999X999X*22*-9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110214~ + SVC*XX:99999*-999*0**2~ + DTM*472*20110120~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110120~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999:99*-999*0**1~ + DTM*472*20110120~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-18*0**1~ + DTM*472*20110120~ + CAS*CR*31*-18~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-19*0**1~ + DTM*472*20110120~ + CAS*CR*31*-19~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-999*0**50~ + DTM*472*20110120~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-12*0**1~ + DTM*472*20110120~ + CAS*CR*31*-12~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-9999*0**35~ + DTM*472*20110120~ + CAS*CR*31*-9999~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:X9999*-9*0**1~ + DTM*472*20110120~ + CAS*CR*31*-9~ + REF*6R*999999~ + REF*HPI*9999999999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20110120~ + CAS*CR*31*-999~ + REF*6R*999999~ + REF*HPI*9999999999~ + CLP*99999999-999X999X*1*9999*9999**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX*N***MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*130*99.99**2~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999*182*99.99**1~ + DTM*472*20110120~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:99*143*104.15**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*104.15~ + SVC*XX:X9999*18*9.99**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*19*9.99**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*300*99.99**50~ + DTM*472*20110120~ + CAS*CO*45*999.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*14~ + SVC*XX:X9999*12*9.99**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*XX:X9999*9999*9999**35~ + DTM*472*20110120~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:X9999*9*2.8**1~ + DTM*472*20110120~ + CAS*CO*45*6.2~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*2.8~ + SVC*XX:99999*232*999.99**1~ + DTM*472*20110120~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + CLP*99999999-999XXXX9*1*110*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110103~ + CAS*OA*18*42~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110103~ + CAS*OA*18*68~ + REF*HPI*9999999999~ + CLP*99999999-999XX9X*1*9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999:99*143*0**1~ + DTM*472*20110110~ + CAS*OA*18*143~ + REF*HPI*9999999999~ + SVC*XX:99999*232*0**1~ + DTM*472*20110110~ + CAS*OA*18*232~ + REF*HPI*9999999999~ + SVC*XX:99999*182*0**1~ + DTM*472*20110110~ + CAS*OA*18*182~ + REF*HPI*9999999999~ + SVC*XX:X9999*9999*0**35~ + DTM*472*20110110~ + CAS*OA*18*9999~ + REF*HPI*9999999999~ + SVC*XX:X9999*18*0**1~ + DTM*472*20110110~ + CAS*OA*18*18~ + REF*HPI*9999999999~ + SVC*XX:X9999*12*0**1~ + DTM*472*20110110~ + CAS*OA*18*12~ + REF*HPI*9999999999~ + SVC*XX:X9999*300*0**50~ + DTM*472*20110110~ + CAS*OA*18*300~ + REF*HPI*9999999999~ + CLP*99999999-999XXXXX*1*110*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*42*0**1~ + DTM*472*20110113~ + CAS*OA*18*42~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110113~ + CAS*OA*18*68~ + REF*HPI*9999999999~ + CLP*99999999-999X999*1*9999*0**12*999999999999*11~ + NM1*QC*1*XXXX*XXXXX****MI*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*130*0**2~ + DTM*472*20110120~ + CAS*OA*18*130~ + REF*HPI*9999999999~ + SVC*XX:99999*182*0**1~ + DTM*472*20110120~ + CAS*OA*18*182~ + REF*HPI*9999999999~ + SVC*XX:99999:99*143*0**1~ + DTM*472*20110120~ + CAS*OA*18*143~ + REF*HPI*9999999999~ + SVC*XX:X9999*18*0**1~ + DTM*472*20110120~ + CAS*OA*18*18~ + REF*HPI*9999999999~ + SVC*XX:X9999*19*0**1~ + DTM*472*20110120~ + CAS*OA*18*19~ + REF*HPI*9999999999~ + SVC*XX:X9999*300*0**50~ + DTM*472*20110120~ + CAS*OA*18*300~ + REF*HPI*9999999999~ + SVC*XX:X9999*12*0**1~ + DTM*472*20110120~ + CAS*OA*18*12~ + REF*HPI*9999999999~ + SVC*XX:X9999*9999*0**35~ + DTM*472*20110120~ + CAS*OA*18*9999~ + REF*HPI*9999999999~ + SVC*XX:X9999*9*0**1~ + DTM*472*20110120~ + CAS*OA*18*9~ + REF*HPI*9999999999~ + SVC*XX:99999*232*0**1~ + DTM*472*20110120~ + CAS*OA*18*232~ + REF*HPI*9999999999~ + CLP*9999999999-999*2*9999*606.13**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*A***MI*99999999999~ + NM1*74*1******C*XXX999999999~ + DTM*050*20110428~ + SVC*XX:99999:99*215*99.99**1~ + DTM*472*20110308~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*330*99.9**1~ + DTM*472*20110308~ + CAS*OA*23*999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*330~ + SVC*XX:99999*172*9.99**1~ + DTM*472*20110308~ + CAS*OA*23*166.08~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*172~ + SVC*XX:X9999*9999*999.9**40~ + DTM*472*20110308~ + CAS*OA*23*9999.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*9999~ + SVC*XX:99999*182*9.99**1~ + DTM*472*20110308~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*182~ + SVC*XX:X9999*12*.15**1~ + DTM*472*20110308~ + CAS*OA*23*99.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*12~ + SVC*XX:99999*68*0**1~ + DTM*472*20110308~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110308~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + CLP*99999999-999X9XXX*1*904*999.99**12*999999999999*11~ + NM1*QC*1*XXXXXX*XXXXXX*K***MI*XXX999XX9999~ + DTM*050*20110301~ + SVC*XX:99999*15*9.99**1~ + DTM*472*20110203~ + CAS*CO*45*9.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*9.99~ + SVC*HC:71020*82*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX*88*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX*65*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX*110*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX*110*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX*65*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX:99*77*99.99**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.99~ + SVC*XX:99999:XX:99*77*99.9**1~ + DTM*472*20110203~ + CAS*CO*45*99.9~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*99.9~ + SVC*XX:99999*215*156.22**1~ + DTM*472*20110203~ + CAS*CO*45*99.99~ + REF*6R*999999~ + REF*HPI*9999999999~ + AMT*B6*156.22~ + CLP*9999999999-999*1*419*999.99**12*999999999999*21~ + NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ + NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ + DTM*050*20110429~ + SVC*XX:99999*419*999.99**1~ + DTM*472*20110322~ + CAS*CO*45*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.99~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ + NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110323~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ + NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110324~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*1*152*999.9**12*999999999999*21~ + NM1*QC*1*XXXXX*XXXXX*J***MI*XXX99X999999~ + NM1*IL*1*XXXXX*XXXX****MI*XXX99X999999~ + DTM*050*20110429~ + SVC*XX:99999*152*999.9**1~ + DTM*472*20110325~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*999.9~ + CLP*9999999999-999*2*340*99.99**12*999999999999*11~ + NM1*QC*1*XXXXXXXX*XXXXXXX*H**JR*MI*XXX999999999~ + NM1*IL*1*XXXXXXXXXX*XXXXXXX*H***MI*99999999999~ + NM1*74*1*XXXXXXXX*****C*XXX999999999~ + DTM*050*20110429~ + SVC*XX:99999*215*99.99**1~ + DTM*472*20110321~ + CAS*OA*23*999.99~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + AMT*B6*215~ + SVC*XX:99999*15*0**1~ + DTM*472*20110321~ + CAS*OA*23*15~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*68*0**1~ + DTM*472*20110321~ + CAS*OA*23*68~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SVC*XX:99999*42*0**1~ + DTM*472*20110321~ + CAS*OA*23*42~ + REF*6R*999X999999999999999999~ + REF*HPI*9999999999~ + SE*2357*999999~ + GE*1*999999~ IEA*1*999999999~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_02.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_02.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_02.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_02.dat index 510924fc..f4bce267 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_02.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_4010/FromNth/835_DeIdent_02.dat @@ -1,13002 +1,13002 @@ -ISA*00* *00* *27*99999 *ZZ*99999 *110402*9999*U*99999*999999999*0*P*:~ - GS*HP*99999*99999*20110402*999999*647*X*999999X999X9~ - ST*835*9999999991~ - BPR*H*0*C*NON************20110405~ - TRN*1*999999999*9999999999~ - REF*EV*99999~ - DTM*405*20110401~ - N1*PR*XXX - XXX X9 XXXX X~ - N3*9999 X XXXXXXXX*X.X. XXX 9999~ - N4*XXXXXXX*WI*999999999~ - REF*2U*99999~ - PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ - N1*PE*XXXXXXXXXX XXX XXXXXXXX XXX*XX*9999999999~ - N3*XX XXX 9999~ - N4*XXX XXXXXX*IA*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*19*135*0*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110331~ - SVC*XX:99999*135*0**1~ - DTM*472*20110127~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SE*29*9999999991~ - ST*835*9999999992~ - BPR*I*99999.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999999*20110405~ - TRN*1*999999999*9999999999~ - REF*EV*99999~ - DTM*405*20110401~ - N1*PR*XXX - XXX X9 XXXX X~ - N3*9999 X XXXXXXXX*X.X. XXX 9999~ - N4*XXXXXXX*WI*999999999~ - REF*2U*99999~ - PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ - N1*PE*XXXXXXXXXX XXX XXXXXXXX XXX*XX*9999999999~ - N3*XX XXX 9999~ - N4*XXX XXXXXX*IA*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*19*95*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*95*99.99**1~ - DTM*472*20100419~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX*R***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*9999.99**50~ - DTM*472*20110224~ - CAS*CO*45*9999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:X9999*9999*99.99**10~ - DTM*472*20110224~ - CAS*CO*45*9999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*12*9.99**2~ - DTM*472*20110224~ - CAS*CO*45*9.99~ - CAS*PR*2*.7~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.9~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110224~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*5*.72**50~ - DTM*472*20110224~ - CAS*CO*45*4.1~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110224~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*90*9.99**5~ - DTM*472*20110224~ - CAS*CO*45*99.9~ - CAS*PR*2*.28~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.4~ - CLP*9999999999-999*19*480*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX*R***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*201.03~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110127~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*290*999.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX****HN*999999999X~ - NM1*74*1***M~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999:XX*200*99.99**10~ - DTM*472*20110301~ - CAS*CO*45*103.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20100615~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20100615~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20100615~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110302~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110309~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110309~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110222~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110222~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110222~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110304~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.9**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110224~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110224~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*12*9.99**1~ - DTM*472*20110224~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110228~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*93*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*0**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*3*0**1~ - DTM*472*20110307~ - CAS*CO*45*9.99~ - CAS*PR*1*.27~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXXX****HN*999999999X~ - NM1*74*1***I~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110224~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXXX****HN*999999999X~ - NM1*74*1***I~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXXXXXX*B~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*225*999.99**1~ - DTM*472*20100722~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXXXXXX*B~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20100923~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXXXXXX*B~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*335.07*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*0**0**1~ - DTM*472*20110224~ - CAS*CO*107*260~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - SVC*XX:X9999*9999*99.99**5~ - DTM*472*20110224~ - CAS*CO*45*9999.99~ - CAS*PR*2*7.3~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.9~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*100*99.99**2~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110224~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*2*.63**1~ - DTM*472*20110224~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110224~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*10*9.99**2~ - DTM*472*20110224~ - CAS*CO*45*9.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - CLP*9999999999-999*19*845*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*800*999.9**40~ - DTM*472*20110224~ - CAS*CO*45*413.12~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*845*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*800*999.9**40~ - DTM*472*20110303~ - CAS*CO*45*413.12~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - CLP*9999999999-999*19*445*172.18*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*400*999.99**20~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXX*G***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*110*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*999.99**3~ - DTM*472*20110228~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*999.99**40~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*737.28~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*100*99.99**2~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*266*99.99**2~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110307~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*23*.45**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*290*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*0**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110309~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999:XX*200*99.99**10~ - DTM*472*20110309~ - CAS*CO*45*103.28~ - CAS*PR*1*43**2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*490*186.12*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX - XXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999:XX*400*999.99**20~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*18*.22*.06*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXXX*XXXXXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - CLP*9999999999-999*19*317*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110302~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*V***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110211~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110211~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**37~ - DTM*472*20110211~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110211~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110211~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110211~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*V***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**37~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110304~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXXX*L***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20100722~ - CAS*CO*45*139.06~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20101209~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*0**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110304~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*S***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*0**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20101007~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20101202~ - CAS*CO*45*99.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ - NM1*74*1***L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXXX XXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ - NM1*74*1***L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXXX XXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXXXXXX XXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*466*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*JON*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*JAY****HN*999999999X~ - NM1*74*1***L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*110*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*999.99**3~ - DTM*472*20110304~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110304~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110222~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110302~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110309~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*358.07*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**9~ - DTM*472*20110224~ - CAS*CO*45*9999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*971.28**8~ - DTM*472*20110224~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110224~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110224~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*72*.9**4~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*9999*9999.99*338.13*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*971.28**8~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - CLP*9999999999-999*19*490*186.12*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXXXXXX (XXXXXXXXXXXX)*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999:XX*400*999.99**20~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20100419~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20100419~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*710*99.99**10~ - DTM*472*20110303~ - CAS*CO*45*694.11~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*300*9.99**20~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*100*99.99**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*266*99.99**2~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*20*9.99**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*69*9.99**3~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.33~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*9999*9999.99*365.08*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ - NM1*74*1***B~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110228~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110228~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110228~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ - NM1*74*1***B~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110303~ - CAS*CO*4*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M80~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*9999*9999.99*365.08*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ - NM1*74*1***B~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110307~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110307~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110307~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*99999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*201.03~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*9999.99**40~ - DTM*472*20110303~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:X9999*12*9.99**2~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.7~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*9999*9999.99**200~ - DTM*472*20110303~ - CAS*CO*45*9999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*108*9.99**6~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*.33~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX XXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*93*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110308~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*408.14*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**50~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110307~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*382.25*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**50~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110308~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*9999*9999.99*382.25*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**50~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110309~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*9999*9999.99*352.03*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110225~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110225~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110225~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110308~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110301~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110301~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*95*99.9**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*260*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110304~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110304~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99**2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*HAL****HN*999999999X~ - NM1*74*1***S~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*225*999.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110302~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*9999*9999.99**1~ - DTM*472*20110302~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*20*0**0**1~ - DTM*472*20110302~ - CAS*CO*50*20~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M25~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*H***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX XXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*1*21**2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110309~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110224~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*V***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110127~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*V***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*V***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*510*109.14*99.9*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999:XX*200*0**0**10~ - DTM*472*20110301~ - CAS*CO*50*200~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M26~ - LQ*HE*XX99~ - LQ*HE*XX99~ - LQ*HE*X999~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX****HN*999999999X~ - NM1*74*1***L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20101111~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*1*9.99**2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110309~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*101.15*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**12~ - DTM*472*20110303~ - CAS*CO*45*9999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**11~ - DTM*472*20110303~ - CAS*CO*45*9999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*100*99.99**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*2*.63**1~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*10*9.99**2~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*46*.89**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*600*187.03*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*845*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*800*999.9**40~ - DTM*472*20110303~ - CAS*CO*45*413.12~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*45*36*9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*36**1~ - DTM*472*20110303~ - CAS*PR*2*9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*45~ - CLP*9999999999-999*19*220*99.9*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX, XXX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.9**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*228*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*135*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110225~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110225~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*D***HN*999999999X~ - NM1*74*1**L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110225~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110225~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXXXX*P***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110301~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*317*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*N***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110302~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*550*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*N***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110223~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*23*.45**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110113~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20100623~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20100623~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20100623~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*999.99**4~ - DTM*472*20100623~ - CAS*CO*45*999.99~ - CAS*PR*2*999.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20100623~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20100623~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*858.21*211.07*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110304~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*713.02**4~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*178.26~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*891.28~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*I***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20100722~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*I***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20101111~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXX****HN*999999999X~ - NM1*74*1*XXXX XX~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*325.01*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*G***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20100506~ - CAS*CO*45*143.07~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:9999X*.01*0**0**1~ - DTM*472*20100506~ - CAS*CO*96*.01~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*X999~ - CLP*9999999999-999*1*31*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110309~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999:XX*20*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*848*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110223~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*266*99.99**2~ - DTM*472*20110223~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*35*.37**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*20*0**0**1~ - DTM*472*20110223~ - CAS*CO*50*20~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M25~ - CLP*9999999999-999*19*245*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99:99*45*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*200*99.99**10~ - DTM*472*20110224~ - CAS*CO*45*103.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110224~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110113~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*E***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*665*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXX XXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*400*999.99**20~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*285*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*L***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110223~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*20*9.99**1~ - DTM*472*20110223~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*460*999.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*395*999.9**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*20*9.3**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ - NM1*74*1**XXXX~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ - NM1*74*1**XXXX~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*9999*99.99**7~ - DTM*472*20110308~ - CAS*CO*45*9999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**10~ - DTM*472*20110308~ - CAS*CO*45*9999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110308~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*100*99.99**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110308~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*2*.63**1~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*10*9.99**2~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*23*.45**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*893*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ - NM1*74*1**XXXX~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*285*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ - NM1*74*1**XXXX~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110222~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110222~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*20*0**0**1~ - DTM*472*20110222~ - CAS*CO*50*20~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M25~ - CLP*9999999999-999*19*365*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110309~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110309~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*245*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*200*99.99**10~ - DTM*472*20110303~ - CAS*CO*45*103.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*.01*0**0**1~ - DTM*472*20110225~ - CAS*CO*96*.01~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*999.99**6~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*182.12~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110225~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*11*3**1~ - DTM*472*20110225~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110225~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*20*0**0**1~ - DTM*472*20110225~ - CAS*CO*50*20~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M25~ - CLP*9999999999-999*1*236*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*225*999.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110308~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*A***HN*999999999X~ - NM1*74*1**XXXX XXXX~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99**2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110225~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*665*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99:99*45*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*400*999.99**20~ - DTM*472*20110224~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*45*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110224~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - CLP*9999999999-999*1*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20101209~ - CAS*CO*45*139.06~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1***M~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*9999*9999.99**50~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*300*9.99**10~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*1.3~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*1*97*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1***M~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*317*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1***M~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110307~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110308~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*999.9*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX XXXXXX XXXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110210~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*160*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**10~ - DTM*472*20110210~ - CAS*CO*45*9999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*360*99.99**24~ - DTM*472*20110210~ - CAS*CO*45*345.07~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110210~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*850*999.99**10~ - DTM*472*20110210~ - CAS*CO*45*661.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110210~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*54*.67**3~ - DTM*472*20110210~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - CLP*9999999999-999*19*445*172.18*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*400*999.99**20~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*93*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20100419~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20100419~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*93*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110301~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110301~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*370*163.27*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110228~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110228~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*245*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ - NM1*74*1***L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110224~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*200*99.99**10~ - DTM*472*20110224~ - CAS*CO*45*103.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20101209~ - CAS*CO*45*124.27~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX, XXX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110225~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*L***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXX*L***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110225~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110225~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXX XXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110302~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*G***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110127~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110221~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110221~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110221~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*9999.99**6~ - DTM*472*20110221~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110221~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110221~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*2*.63**1~ - DTM*472*20110221~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110221~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110221~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - LQ*HE*X999~ - LQ*HE*X999~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*380*109.26**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*133*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*9999.99**6~ - DTM*472*20110302~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110302~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*2*.63**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - LQ*HE*X999~ - LQ*HE*X999~ - CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*11*3**1~ - DTM*472*20110217~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110217~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110228~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*1*12*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*12*9.99**1~ - DTM*472*20110228~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*X999~ - LQ*HE*X999~ - CLP*9999999999-999*19*890*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*V***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110307~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:X9999:XX*800*999.9**40~ - DTM*472*20110307~ - CAS*CO*45*413.12~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ - NM1*74*1***S~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*210*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**200~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*36*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - CLP*9999999999-999*19*317*99.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*0**0**1~ - DTM*472*20110304~ - CAS*CO*97*45~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*N20~ - SVC*XX:X9999*18*.22**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20101111~ - CAS*CO*45*99.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20110308~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*325.01*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XXXXXXXXXX/XXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20100325~ - CAS*CO*45*143.07~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:9999X*.01*0**0**1~ - DTM*472*20100325~ - CAS*CO*96*.01~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*X999~ - CLP*9999999999-999*19*225*101.29*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XXXXXXXXXX/XXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*101.29**1~ - DTM*472*20100408~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXX*H***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX-XXXX XX XX,XXXXX X XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20100413~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*11*3**1~ - DTM*472*20100413~ - CAS*CO*45*8~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*3~ - SVC*XX:99999*34*99.99**1~ - DTM*472*20100413~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SE*5021*9999999992~ - ST*835*9999999993~ - BPR*I*99.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999999*20110405~ - TRN*1*999999999*9999999999~ - REF*EV*99999~ - DTM*405*20110401~ - N1*PR*XXX - XXX X9 XXXX X~ - N3*9999 X XXXXXXXX*X.X. XXX 9999~ - N4*XXXXXXX*WI*999999999~ - REF*2U*99999~ - PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ - N1*PE*XXXXXXXX XXXXXXXXX XXXXXXXX*XX*9999999999~ - N3*XX XXX 999999~ - N4*XXXXX*NE*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*19*200*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*200*99.99**1~ - DTM*472*20110317~ - CAS*CO*45*166.24~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*200*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*200*99.99**1~ - DTM*472*20110317~ - CAS*CO*45*166.24~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - SE*42*9999999993~ - ST*835*9999999994~ - BPR*H*0*C*NON************20110405~ - TRN*1*999999999*9999999999~ - REF*EV*99999~ - DTM*405*20110401~ - N1*PR*XXX - XXX X9 XXXX X~ - N3*9999 X XXXXXXXX*X.X. XXX 9999~ - N4*XXXXXXX*WI*999999999~ - REF*2U*99999~ - PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ - N1*PE*XXXXXXXXX XXXXX & XXXX XXX*XX*9999999999~ - N3*XXXXX 999*XXX XXXXXXXXX XXXXX~ - N4*XXXXXXX XXXX*IA*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*2*9999.99*0*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*L***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110329~ - SVC*XX:X9999*70*0**10~ - DTM*472*20110211~ - CAS*CO*45*99.9~ - CAS*OA*23*1.1~ - CAS*PR*2*.18**23*-.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*96*0**8~ - DTM*472*20110211~ - CAS*CO*45*99.99~ - CAS*OA*23*9.99~ - CAS*PR*2*.28**23*-.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*99.99*0**1~ - DTM*472*20110211~ - CAS*CO*45*99.99~ - CAS*OA*23*.66~ - CAS*PR*2*.11**23*-.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*0**2~ - DTM*472*20110211~ - CAS*CO*45*99.99~ - CAS*OA*23*.66~ - CAS*PR*2*.11**23*-.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999.9*0**250~ - DTM*472*20110211~ - CAS*CO*45*999.99~ - CAS*OA*23*9999.99~ - CAS*PR*2*999.9**23*-999.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999~ - SVC*XX:99999*100*0**1~ - DTM*472*20110211~ - CAS*CO*45*40~ - CAS*OA*23*60~ - CAS*PR*2*9.99**23*-9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*0**1~ - DTM*472*20110211~ - CAS*CO*45*87~ - CAS*OA*23*261~ - CAS*PR*2*99.99**23*-27.31~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*4*9999*0*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX999*XX99~ - DTM*050*20110330~ - SVC*XX:X9999*9999*0**0**120~ - DTM*472*20110322~ - CAS*CO*16*9999~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M51~ - LQ*HE*X999~ - SE*90*9999999994~ - ST*835*9999999995~ - BPR*I*99999.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999*20110405~ - TRN*1*999999999*9999999999~ - REF*EV*99999~ - DTM*405*20110401~ - N1*PR*XXX - XXX X9 XXXX X~ - N3*9999 X XXXXXXXX*X.X. XXX 9999~ - N4*XXXXXXX*WI*999999999~ - REF*2U*99999~ - PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ - N1*PE*XXXXXXXXX XXXXX & XXXX XXX*XX*9999999999~ - N3*XXXXX 999*XXX XXXXXXXXX XXXXX~ - N4*XXXXXXX XXXX*IA*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*19*53*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110309~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*190*99.99*99.99*MB*9999999999999~ - NM1*QC*1*ARN*XXXXXX*R***HN*999999999X~ - NM1*74*1**TOM~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*190*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*21~ - AMT*B6*99.99~ - CLP*9999999999-999*19*75*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*135*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*14*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*14*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*237*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*117*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX - XXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*95*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXX****HN*999999999X~ - NM1*74*1***S~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*1*99.9**2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*75*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110309~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*100*99.99**2~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999*875.26**40~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*875.26**40~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999*9999.99*513.12*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*9999*9999.99**1~ - DTM*472*20110305~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110305~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*240*9.99**20~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*.7~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*875.26**40~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999*875.26**40~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*1*9999*424.03*106*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:X9999*735*999.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*225*999.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX*M***HN*999999999X9~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*154.29~ - CLP*9999999999-999*1*40*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*18*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*427*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*S***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*18*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999:99*220*0**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*270*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*S***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99**2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*S***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*17*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*D***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*237*99.9*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99**2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*242*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*G***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*18*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999:XX*18*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*238*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*18*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXX*H***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*999.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXXXX****HN*999999999X~ - NM1*74*1***A~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*999.99~ - CLP*9999999999-999*19*245*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*245*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*999.99~ - CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX****HN*999999999X~ - NM1*74*1***J~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*348*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXXXX*RAY*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*135*99.99*9.4*MB*9999999999999~ - NM1*QC*1*XXXXX*EVA*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.4~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*E***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXX*S***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*450*207.24**150~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*259.05~ - SVC*XX:X9999*6*9.99**2~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*8*.14**4~ - DTM*472*20110303~ - CAS*CO*45*9.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*40*.24**20~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.3~ - SVC*XX:X9999*9999*713.02**4~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*178.26~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*891.28~ - SVC*XX:X9999*31*.74**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.92~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*704*99.99**11~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*3.5~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*300*99.9**3~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*40*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*120*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*70*.72*.18*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - CLP*9999999999-999*1*9999.9*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110302~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*9999*971.28**8~ - DTM*472*20110302~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*14*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*1*9999.9*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110309~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*9999*607.06**5~ - DTM*472*20110309~ - CAS*CO*45*441.18~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*741*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*L*E***HN*999999999X~ - NM1*74*1**XXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.9*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*L*E***HN*999999999X~ - NM1*74*1**XXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*140*9.99**20~ - DTM*472*20110301~ - CAS*CO*45*999.9~ - CAS*PR*2*.36~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.8~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110301~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110301~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - CLP*9999999999-999*19*9999.9*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*L*E***HN*999999999X~ - NM1*74*1**XXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*140*9.99**20~ - DTM*472*20110308~ - CAS*CO*45*999.9~ - CAS*PR*2*.36~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.8~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110308~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999*9999.99**35~ - DTM*472*20110308~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1412.6~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - SVC*XX:99999:99*95*99.9**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*P***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*237*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*399*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX - XXX XX XXXXXXXX XXX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*0**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*59*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*59*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*P***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXXX XXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*C***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*430*128.23*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX - XXX XX XXXXXXXX XXX.*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*225*999.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*84*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX - XXX XX XXXXXXXX XXX.*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX-XX XXXXXX XXXXX XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*776*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ - NM1*74*1***I~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*120*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*135*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ - NM1*74*1***I~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999*9999**42~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*574.25~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*788*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*206*99.99**2~ - DTM*472*20110304~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*344.21*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*9999*713.02**4~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*178.26~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*891.28~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*9999*999.99**10~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - CLP*9999999999-999*22*-999*-999.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110214~ - SVC*XX:99999*-16*-1**1~ - DTM*472*20110204~ - CAS*CR*45*-15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-1~ - LQ*HE*M75~ - SVC*XX:99999*-14*0**0**1~ - DTM*472*20110204~ - CAS*CR*50*-14~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M25~ - SVC*XX:99999*-20*-9.99**1~ - DTM*472*20110204~ - CAS*CR*45*-99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-9.99~ - LQ*HE*M75~ - SVC*XX:99999*-16*-1**1~ - DTM*472*20110204~ - CAS*CR*45*-15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-1~ - LQ*HE*M75~ - SVC*XX:99999*-14*-.99**1~ - DTM*472*20110204~ - CAS*CR*45*-13.12~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-.99~ - LQ*HE*M75~ - SVC*XX:99999*-16*-1**1~ - DTM*472*20110204~ - CAS*CR*45*-15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-1~ - LQ*HE*M75~ - SVC*XX:99999*-17*-9.99**1~ - DTM*472*20110204~ - CAS*CR*45*-99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-9.99~ - LQ*HE*M75~ - SVC*XX:99999*-17*-9.99**1~ - DTM*472*20110204~ - CAS*CR*45*-99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-9.99~ - LQ*HE*M75~ - SVC*XX:99999*-21*-9.99**1~ - DTM*472*20110204~ - CAS*CR*45*-99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-9.99~ - LQ*HE*M75~ - SVC*XX:99999*-22*-99.99**1~ - DTM*472*20110204~ - CAS*CR*45*-11.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-99.99~ - SVC*XX:99999*-999*-53.03**1~ - DTM*472*20110204~ - CAS*CR*2*-13.26**45*-999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-66.29~ - SVC*XX:99999*-999*-99.99**1~ - DTM*472*20110204~ - CAS*CR*2*-9.99**45*-99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-99.99~ - SVC*XX:99999:99*-999*-99.99**1~ - DTM*472*20110204~ - CAS*CR*2*-99.99**45*-999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-97.21~ - CLP*9999999999-999*19*685*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110330~ - SVC*XX:99999*16*1**1~ - DTM*472*20110204~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - SVC*XX:99999*14*5.3**1~ - DTM*472*20110204~ - CAS*CO*45*8.7~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*5.3~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*16*1**1~ - DTM*472*20110204~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - SVC*XX:99999*14*.88**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.88~ - SVC*XX:99999*16*1**1~ - DTM*472*20110204~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110204~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*103*99.99**1~ - DTM*472*20110204~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110204~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*430*126.27*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXX XXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*14*0**0**1~ - DTM*472*20110303~ - CAS*CO*50*14~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*M25~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*14*.88**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.88~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*225*999.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXX XXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999:XX*9999*464.26**60~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*116.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ - NM1*74*1***G~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*152*99.9*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ - NM1*74*1***G~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*937*999.99*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99:99*325*99.99**1*XX:99999:99~ - DTM*472*20110309~ - CAS*CO*45*999.9**59*99.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999*392*999.9**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*451*172.22*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*144*99.99**6~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*285*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*124.03~ - CLP*9999999999-999*19*451*172.22*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*144*99.99**6~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*285*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*124.03~ - CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*144*99.99**6~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*285*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*124.03~ - CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*144*99.99**6~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*285*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*124.03~ - CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*144*99.99**6~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*285*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*124.03~ - CLP*9999999999-999*19*59*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*59*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*144*99.99**6~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*285*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*124.03~ - CLP*9999999999-999*22*-9999*-9999.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110214~ - SVC*XX:X9999:XX*-9999*-9999.9**500~ - DTM*472*20110201~ - CAS*CR*2*-999.9**45*-9999~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-9999~ - SVC*XX:99999*-50*0**0**1~ - DTM*472*20110201~ - CAS*CR*18*-50~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - SVC*XX:99999*-50*-99.99**1~ - DTM*472*20110201~ - CAS*CR*2*-9.99**45*-28.21~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*-99.99~ - CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110330~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110201~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999:XX*9999*9999.9**500~ - DTM*472*20110201~ - CAS*CO*45*9999~ - CAS*PR*2*999.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999~ - SVC*XX:99999:99*50*99.99**1*XX:99999~ - DTM*472*20110201~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*E***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*17*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*E***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*81*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*59*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*L***HN*999999999X9~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*1*128*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*P***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*5*.63**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110302~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*14*.89**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*832*99.99**4~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*99.99**3~ - DTM*472*20110302~ - CAS*CO*45*9999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*157*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*95*99.9**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*70*.72*.18*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110302~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*152*99.9*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*9999*713.02**4~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*178.26~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*891.28~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*807*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*735*999.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*340*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*290*999.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*340*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*290*999.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXXX*W***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*UMR*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX****HN*999999999X~ - NM1*74*1***L~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXX XXXX XXXXXXXXX XX.*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.9*906.01*221.01*MB*9999999999999~ - NM1*QC*1*MAY*XXXXXX****HN*999999999X~ - NM1*74*1**RON~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*960*999.99**40~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*737.28~ - SVC*XX:X9999*99.9*9.99**2~ - DTM*472*20110301~ - CAS*CO*45*9.99~ - CAS*PR*2*.7~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*14*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*189.03~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*157*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*95*99.9**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*367.27*99.99*MB*9999999999999~ - NM1*QC*1*MAY*XXXXXX****HN*999999999X~ - NM1*74*1**RON~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*84*.86**12~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*450*207.24**150~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*259.05~ - SVC*XX:X9999*3*.75**1~ - DTM*472*20110301~ - CAS*CO*45*9.99~ - CAS*PR*2*.19~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.94~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110301~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*4*.07**2~ - DTM*472*20110301~ - CAS*CO*45*9.99~ - CAS*PR*2*.02~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.09~ - SVC*XX:X9999*20*.12**10~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.03~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.15~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*14*.89**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*.01*0**0**1~ - DTM*472*20110301~ - CAS*CO*96*.01~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:X9999*256*9.99**4~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*9999*357.15*99.99*MB*9999999999999~ - NM1*QC*1*MAY*XXXXXX****HN*999999999X~ - NM1*74*1**RON~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*189.03~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*157*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ - NM1*QC*1*MAY*XXXXXX****HN*999999999X~ - NM1*74*1**RON~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*84*.86**12~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*450*207.24**150~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*259.05~ - SVC*XX:X9999*3*.75**1~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.19~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.94~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110308~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*4*.07**2~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.02~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.09~ - SVC*XX:X9999*20*.12**10~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.03~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.15~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*14*.89**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*256*9.99**4~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*960*999.99**40~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*737.28~ - SVC*XX:X9999*99.9*9.99**2~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.7~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*96*9.99*0*MB*9999999999999~ - NM1*QC*1*MAY*XXXXXX****HN*999999999X~ - NM1*74*1**RON~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX XXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*399*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXX*XXXX*P***HN*999999999X~ - NM1*74*1*XXXX XXX~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*179*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*H***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*N***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - LQ*HE*X999~ - LQ*HE*X999~ - CLP*9999999999-999*1*17*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*N***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*340*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110309~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*135*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*34*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*9999*532.27*133.06*MB*9999999999999~ - NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ - NM1*74*1**XXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*56*.58**8~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.14~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.72~ - SVC*XX:X9999*450*207.24**150~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*259.05~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110309~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*780*99.99**12~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*105.06~ - CLP*9999999999-999*19*399*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*ED****HN*999999999X~ - NM1*74*1**XXXXX*R~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*UMR*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXX****HN*999999999X~ - NM1*74*1***E~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*53*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ - NM1*74*1**XXXXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110309~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*530*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX****HN*999999999X~ - NM1*74*1*XXXXXXX**R~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999:XX*480*999.99**75~ - DTM*472*20110304~ - CAS*CO*45*258.15~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*273*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110309~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*242*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*504*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXXX****HN*999999999X~ - NM1*74*1***V~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*40*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*F***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:XX*18*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*9999*9999.99*513.12*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*9999*9999.99**1~ - DTM*472*20110309~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*841*233.15*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.9*9999*628.11*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*84*.86**12~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110308~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*14*.89**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*9999*9999.9**160~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*999.99*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX XX XXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:9999X*.01*0**0**1~ - DTM*472*20110301~ - CAS*CO*96*.01~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - LQ*HE*X999~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*POE*XXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*35*.36**5~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.45~ - SVC*XX:X9999*192*9.99**16~ - DTM*472*20110302~ - CAS*CO*45*189.22~ - CAS*PR*2*.56~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*9999*9999.99**1~ - DTM*472*20110302~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ - NM1*QC*1*POE*XXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*450*207.24**150~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*259.05~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110301~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*845*99.99**13~ - DTM*472*20110301~ - CAS*CO*45*792.26~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*135*99.99**15~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*113.01~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*189.03~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*999.9*99.99*99.99*MB*9999999999999~ - NM1*QC*1*POE*XXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*14*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*999.9*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*K***HN*999999999X~ - NM1*74*1**XXXXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*56*.58**8~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.14~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.72~ - SVC*XX:X9999*450*207.24**150~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*259.05~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110307~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*260*99.99**4~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*45*99.99**5~ - DTM*472*20110307~ - CAS*CO*45*9.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9.99*1.4**1~ - DTM*472*20110307~ - CAS*CO*45*4~ - CAS*PR*2*.35~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*496*99.99**2~ - DTM*472*20110307~ - CAS*CO*45*378.06~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*404*999.9*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*K***HN*999999999X~ - NM1*74*1**XXXXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110304~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*17*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXX XXXXXXX XXXX XXX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110214~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*153.21~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX*R***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*999.99*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*585*999.99**3~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110309~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*119*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*135*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*738.29*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*F***HN*999999999X~ - NM1*74*1**XXXXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999:XX*9999*999.99**300~ - DTM*472*20110304~ - CAS*CO*45*9999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.9~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*50*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XXXXXXXXXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110222~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XXXXXXXXXX XXXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*237*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*B***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*245*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX****HN*999999999X~ - NM1*74*1***M~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*245*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*999.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXX XXXXXXXX XXXXX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX****HN*999999999X~ - NM1*74*1***D~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*735.25*999.99*113.02*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*585*999.99**3~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99**2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:99999*119*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*237*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*1*9999.99*9999.99*304.23*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110301~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*10*9.99**2~ - DTM*472*20110301~ - CAS*CO*45*9.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*14*.89**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*9999*99.99**5~ - DTM*472*20110301~ - CAS*CO*45*9999.99~ - CAS*PR*2*7.3~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*999.99**14~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*957.08~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*120*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*157*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*95*99.9**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*89*9.99*.38*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*84*.86**12~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*5*.63**1~ - DTM*472*20110301~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - CLP*9999999999-999*1*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*100*99.99**2~ - DTM*472*20110308~ - CAS*CO*45*99.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:X9999*99.99*.45**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*14*.89**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*.01*0**0**1~ - DTM*472*20110308~ - CAS*CO*96*.01~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:X9999*9999*99.99**5~ - DTM*472*20110308~ - CAS*CO*45*9999.99~ - CAS*PR*2*7.3~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*9999*999.99**14~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*957.08~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*200*99.99**2~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*45*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*157*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*95*99.9**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*879*154*99.9*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*84*.86**12~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.22~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*5*.63**1~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.16~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.79~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110308~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*10*9.99**2~ - DTM*472*20110308~ - CAS*CO*45*9.99~ - CAS*PR*2*.38~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - CLP*9999999999-999*19*59*99.99*9.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ - NM1*74*1*XXXXXXX XX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*59*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999*999.99*114.16*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ - NM1*74*1*XXXXXXX XX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*248*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*189.03~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*120*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*450*999.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:99999*157*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*99999.9*9999.99*9999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ - NM1*74*1*XXXXXXX XX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110301~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*42*9.99**3~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*.67~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - SVC*XX:X9999*9999*9999.99**40~ - DTM*472*20110301~ - CAS*CO*45*9999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.99~ - SVC*XX:X9999*99.99*0**0**9~ - DTM*472*20110301~ - CAS*CO*151*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - LQ*HE*XX99~ - LQ*HE*X999~ - SVC*XX:X9999*9999*9999.99**400~ - DTM*472*20110301~ - CAS*CO*45*9999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - CLP*9999999999-999*1*36*9.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ - NM1*74*1*XXXXXXX XX~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110301~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*F***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*325*999.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*794*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*206*99.99**2~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.9~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.9*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*9999*713.02**4~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*178.26~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*891.28~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:X9999*9999*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999:99*9999*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.9*9999.9*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*70*.72**10~ - DTM*472*20110303~ - CAS*CO*45*99.9~ - CAS*PR*2*.18~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.9~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110303~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.9*.45**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.11~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.56~ - SVC*XX:X9999*9999*9999.99**200~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXX*XXXXXXX*M***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXX'X XXXXXXXX'X XXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*225*999.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXX*J***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*14*.96**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.96~ - LQ*HE*M75~ - SVC*XX:99999*16*1.1**1~ - DTM*472*20110307~ - CAS*CO*45*99.9~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1.1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*237*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXX*C***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXX XXXXXXXX, XXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*0**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*1*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXX*E***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXX*G***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99~ - DTM*050*20110322~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*225*99.99*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*20*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*14*.88**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.88~ - LQ*HE*M75~ - SVC*XX:99999*16*1**1~ - DTM*472*20110303~ - CAS*CO*45*15~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*1~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*17*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*21*9.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9.99~ - LQ*HE*M75~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXXX*A***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*22~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*14*.14**2~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110307~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*999.99**200~ - DTM*472*20110307~ - CAS*CO*45*999.9~ - CAS*PR*2*205.08~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*22*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110307~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110307~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*955.22*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*14*.14**2~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*999.99**200~ - DTM*472*20110303~ - CAS*CO*45*999.9~ - CAS*PR*2*205.08~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110303~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110303~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*1106.2*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*14*.14**2~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110302~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*999.99**200~ - DTM*472*20110302~ - CAS*CO*45*999.9~ - CAS*PR*2*205.08~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*1106.2*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*14*.14**2~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*780*999.99**10~ - DTM*472*20110309~ - CAS*CO*45*591.28~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*999.99**200~ - DTM*472*20110309~ - CAS*CO*45*999.9~ - CAS*PR*2*205.08~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*955.22*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*14*.14**2~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*999.99**200~ - DTM*472*20110304~ - CAS*CO*45*999.9~ - CAS*PR*2*205.08~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110304~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110304~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*9999.99*955.22*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*14*.14**2~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.04~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.18~ - SVC*XX:X9999*99.99*.67**3~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*.17~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.84~ - SVC*XX:X9999*9999*999.99**200~ - DTM*472*20110308~ - CAS*CO*45*999.9~ - CAS*PR*2*205.08~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110308~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*348*109.26**1~ - DTM*472*20110308~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*999.99~ - CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXXXX*N***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*135*99.99**1~ - DTM*472*20110301~ - CAS*CO*45*99.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*999.9*132.15*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.9*9999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999:XX*9999*999.99**400~ - DTM*472*20110309~ - CAS*CO*45*9999.9~ - CAS*PR*2*999.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*9999.9~ - SVC*XX:X9999*99.9*.37**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*.09~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.46~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*100*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:X9999*3*.22**1~ - DTM*472*20110302~ - CAS*CO*45*9.99~ - CAS*PR*2*.05~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.27~ - SVC*XX:X9999*9999*713.02**4~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*178.26~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*891.28~ - SVC*XX:X9999*99.99*.22**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*.06~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*.28~ - SVC*XX:99999:99*50*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*99.99~ - CAS*PR*2*9.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999*189*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:99999:99*220*99.99**1~ - DTM*472*20110302~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*LEO*E***HN*999999999X~ - NM1*74*1**XXXX~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20110322~ - SVC*XX:99999*220*99.99**1~ - DTM*472*20110309~ - CAS*CO*45*999.99~ - CAS*PR*2*99.99~ - REF*6R*999X999999999999999999~ - REF*LU*11~ - AMT*B6*99.99~ - PLB*9999999999*20111231*XX:99999999999999999 999999999X*99.99~ - SE*7587*9999999995~ - ST*835*9999999996~ - BPR*I*99.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*9999999999*20110405~ - TRN*1*999999999*9999999999~ - REF*EV*99999~ - DTM*405*20110401~ - N1*PR*XXX - XXX X9 XXXX X~ - N3*9999 X XXXXXXXX*X.X. XXX 9999~ - N4*XXXXXXX*WI*999999999~ - REF*2U*99999~ - PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ - N1*PE*XXX XXXXXXXX & XXXXXXXXXX XX*XX*9999999999~ - N3*9999 XXXXXX XX XXX 999~ - N4*XXXXX*NE*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*99999999-999XXX99*22*-999*0*0*MB*9999999999999~ - NM1*QC*1*XXXX*MAE*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20100119~ - SVC*XX:99999*-999*0**1~ - DTM*472*20100108~ - CAS*CR*1*-99.99**45*-99.99~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*-99.99~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - CLP*99999999-999XXX99*19*165*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*MAE*A***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110328~ - SVC*XX:99999*165*9.99**1~ - DTM*472*20100108~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99**2*.82~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - CLP*99999999-999XXX9X*22*-999*0*0*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20100119~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20100108~ - CAS*CR*1*-99.99**45*-99.99~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*-99.99~ - CLP*99999999-999XXX9X*19*165*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXXXX*XXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110328~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*165*9.99**1~ - DTM*472*20100108~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99**2*.82~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*99999999-999XXXX9*22*-999*0*0*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*G***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20100119~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20100108~ - CAS*CR*1*-99.99**45*-99.99~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*-99.99~ - CLP*99999999-999XXXX9*19*165*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXX*XXXXXXX*G***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110328~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*165*9.99**1~ - DTM*472*20100108~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99**2*.82~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*99999999-999XXX9X*22*-999*0*0*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20100119~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20100108~ - CAS*CR*1*-99.99**45*-99.99~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*-99.99~ - CLP*99999999-999XXX9X*19*165*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ - NM1*74*1~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110328~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*165*9.99**1~ - DTM*472*20100108~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99**2*.82~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*99999999-999XX9XX*22*-999*0*0*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XX XXXXXXXXX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20100126~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100115~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*-999*0**1~ - DTM*472*20100115~ - CAS*CR*1*-99.99**45*-99.99~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*-99.99~ - CLP*99999999-999XX9XX*1*165*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXXXXX*XXXX*K***HN*999999999X~ - NM1*82*1******XX*9999999999~ - MOA***XX99*XX99~ - DTM*050*20110328~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100115~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SVC*XX:99999*165*9.99**1~ - DTM*472*20100115~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99**2*.82~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*99.99~ - CLP*99999999-999XXXX9*22*-999*0*0*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99~ - DTM*050*20100119~ - SVC*XX:99999*-999*0**1~ - DTM*472*20100108~ - CAS*CR*1*-99.99**45*-99.99~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*-99.99~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - CLP*99999999-999XXXX9*19*165*9.99*99.99*MB*9999999999999~ - NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ - NM1*82*1******XX*9999999999~ - NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ - MOA***XX99*XX99*XX99~ - DTM*050*20110328~ - SVC*XX:99999*165*9.99**1~ - DTM*472*20100108~ - CAS*CO*45*99.99~ - CAS*PR*1*99.99**2*.82~ - REF*6R*XX#99~ - REF*LU*11~ - AMT*B6*99.99~ - SVC*XX:X9999*0*0**0**1~ - DTM*472*20100108~ - REF*6R*XX#99~ - REF*LU*11~ - LQ*HE*X999~ - SE*229*999999999~ - GE*6*647~ +ISA*00* *00* *27*99999 *ZZ*99999 *110402*9999*U*99999*999999999*0*P*:~ + GS*HP*99999*99999*20110402*999999*647*X*999999X999X9~ + ST*835*9999999991~ + BPR*H*0*C*NON************20110405~ + TRN*1*999999999*9999999999~ + REF*EV*99999~ + DTM*405*20110401~ + N1*PR*XXX - XXX X9 XXXX X~ + N3*9999 X XXXXXXXX*X.X. XXX 9999~ + N4*XXXXXXX*WI*999999999~ + REF*2U*99999~ + PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ + N1*PE*XXXXXXXXXX XXX XXXXXXXX XXX*XX*9999999999~ + N3*XX XXX 9999~ + N4*XXX XXXXXX*IA*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*19*135*0*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110331~ + SVC*XX:99999*135*0**1~ + DTM*472*20110127~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SE*29*9999999991~ + ST*835*9999999992~ + BPR*I*99999.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999999*20110405~ + TRN*1*999999999*9999999999~ + REF*EV*99999~ + DTM*405*20110401~ + N1*PR*XXX - XXX X9 XXXX X~ + N3*9999 X XXXXXXXX*X.X. XXX 9999~ + N4*XXXXXXX*WI*999999999~ + REF*2U*99999~ + PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ + N1*PE*XXXXXXXXXX XXX XXXXXXXX XXX*XX*9999999999~ + N3*XX XXX 9999~ + N4*XXX XXXXXX*IA*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*19*95*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*95*99.99**1~ + DTM*472*20100419~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX*R***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*9999.99**50~ + DTM*472*20110224~ + CAS*CO*45*9999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:X9999*9999*99.99**10~ + DTM*472*20110224~ + CAS*CO*45*9999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*12*9.99**2~ + DTM*472*20110224~ + CAS*CO*45*9.99~ + CAS*PR*2*.7~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.9~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110224~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*5*.72**50~ + DTM*472*20110224~ + CAS*CO*45*4.1~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110224~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*90*9.99**5~ + DTM*472*20110224~ + CAS*CO*45*99.9~ + CAS*PR*2*.28~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.4~ + CLP*9999999999-999*19*480*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX*R***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*201.03~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110127~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*290*999.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX****HN*999999999X~ + NM1*74*1***M~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999:XX*200*99.99**10~ + DTM*472*20110301~ + CAS*CO*45*103.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20100615~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20100615~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20100615~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110302~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110309~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110309~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110222~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110222~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110222~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110304~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.9**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110224~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110224~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*12*9.99**1~ + DTM*472*20110224~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110228~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*93*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*0**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*3*0**1~ + DTM*472*20110307~ + CAS*CO*45*9.99~ + CAS*PR*1*.27~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXXX****HN*999999999X~ + NM1*74*1***I~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110224~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXXX****HN*999999999X~ + NM1*74*1***I~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXXXXXX*B~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*225*999.99**1~ + DTM*472*20100722~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXXXXXX*B~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20100923~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXXXXXX*B~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*335.07*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*0**0**1~ + DTM*472*20110224~ + CAS*CO*107*260~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + SVC*XX:X9999*9999*99.99**5~ + DTM*472*20110224~ + CAS*CO*45*9999.99~ + CAS*PR*2*7.3~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.9~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*100*99.99**2~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110224~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*2*.63**1~ + DTM*472*20110224~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110224~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*10*9.99**2~ + DTM*472*20110224~ + CAS*CO*45*9.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + CLP*9999999999-999*19*845*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*800*999.9**40~ + DTM*472*20110224~ + CAS*CO*45*413.12~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*845*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*800*999.9**40~ + DTM*472*20110303~ + CAS*CO*45*413.12~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + CLP*9999999999-999*19*445*172.18*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*400*999.99**20~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXX*G***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*110*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*999.99**3~ + DTM*472*20110228~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*999.99**40~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*737.28~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*100*99.99**2~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*266*99.99**2~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110307~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*23*.45**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*290*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*0**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110309~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999:XX*200*99.99**10~ + DTM*472*20110309~ + CAS*CO*45*103.28~ + CAS*PR*1*43**2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*490*186.12*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX - XXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999:XX*400*999.99**20~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*18*.22*.06*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXXX*XXXXXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + CLP*9999999999-999*19*317*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110302~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*V***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110211~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110211~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**37~ + DTM*472*20110211~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110211~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110211~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110211~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*V***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**37~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110304~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXXX*L***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20100722~ + CAS*CO*45*139.06~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20101209~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*0**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110304~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*S***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*0**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20101007~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20101202~ + CAS*CO*45*99.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ + NM1*74*1***L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXXX XXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ + NM1*74*1***L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXXX XXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXXXXXX XXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*466*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*JON*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*JAY****HN*999999999X~ + NM1*74*1***L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*110*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*999.99**3~ + DTM*472*20110304~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110304~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110222~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110302~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110309~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*358.07*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**9~ + DTM*472*20110224~ + CAS*CO*45*9999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*971.28**8~ + DTM*472*20110224~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110224~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110224~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*72*.9**4~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*9999*9999.99*338.13*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*971.28**8~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + CLP*9999999999-999*19*490*186.12*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXXXXXX (XXXXXXXXXXXX)*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999:XX*400*999.99**20~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20100419~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20100419~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*710*99.99**10~ + DTM*472*20110303~ + CAS*CO*45*694.11~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*300*9.99**20~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*100*99.99**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*266*99.99**2~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*20*9.99**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*69*9.99**3~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.33~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*9999*9999.99*365.08*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ + NM1*74*1***B~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110228~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110228~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110228~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ + NM1*74*1***B~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110303~ + CAS*CO*4*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M80~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*9999*9999.99*365.08*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ + NM1*74*1***B~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110307~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110307~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110307~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*99999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*201.03~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*9999.99**40~ + DTM*472*20110303~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:X9999*12*9.99**2~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.7~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*9999*9999.99**200~ + DTM*472*20110303~ + CAS*CO*45*9999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*108*9.99**6~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*.33~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX XXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*93*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110308~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*408.14*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**50~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110307~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*382.25*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**50~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110308~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*9999*9999.99*382.25*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**50~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110309~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*9999*9999.99*352.03*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110225~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110225~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110225~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110308~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110301~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110301~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*95*99.9**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*260*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110304~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110304~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99**2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*HAL****HN*999999999X~ + NM1*74*1***S~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*225*999.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110302~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*9999*9999.99**1~ + DTM*472*20110302~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*20*0**0**1~ + DTM*472*20110302~ + CAS*CO*50*20~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M25~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*H***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX XXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*1*21**2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110309~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110224~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*V***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110127~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*V***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*V***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*510*109.14*99.9*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999:XX*200*0**0**10~ + DTM*472*20110301~ + CAS*CO*50*200~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M26~ + LQ*HE*XX99~ + LQ*HE*XX99~ + LQ*HE*X999~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX****HN*999999999X~ + NM1*74*1***L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20101111~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*1*9.99**2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110309~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*101.15*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**12~ + DTM*472*20110303~ + CAS*CO*45*9999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**11~ + DTM*472*20110303~ + CAS*CO*45*9999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*100*99.99**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*2*.63**1~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*10*9.99**2~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*46*.89**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*600*187.03*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*845*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*800*999.9**40~ + DTM*472*20110303~ + CAS*CO*45*413.12~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*45*36*9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*36**1~ + DTM*472*20110303~ + CAS*PR*2*9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*45~ + CLP*9999999999-999*19*220*99.9*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX, XXX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.9**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*228*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*135*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110225~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110225~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*D***HN*999999999X~ + NM1*74*1**L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110225~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110225~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXXXX*P***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110301~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*317*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*N***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110302~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*550*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*N***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110223~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*23*.45**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110113~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20100623~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20100623~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20100623~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*999.99**4~ + DTM*472*20100623~ + CAS*CO*45*999.99~ + CAS*PR*2*999.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20100623~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20100623~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*858.21*211.07*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110304~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*713.02**4~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*178.26~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*891.28~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*I***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20100722~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*I***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20101111~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXX****HN*999999999X~ + NM1*74*1*XXXX XX~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*325.01*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*G***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20100506~ + CAS*CO*45*143.07~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:9999X*.01*0**0**1~ + DTM*472*20100506~ + CAS*CO*96*.01~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*X999~ + CLP*9999999999-999*1*31*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110309~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999:XX*20*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*848*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110223~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*266*99.99**2~ + DTM*472*20110223~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*35*.37**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*20*0**0**1~ + DTM*472*20110223~ + CAS*CO*50*20~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M25~ + CLP*9999999999-999*19*245*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99:99*45*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*200*99.99**10~ + DTM*472*20110224~ + CAS*CO*45*103.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110224~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110113~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*E***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*665*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXX XXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*400*999.99**20~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*285*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*L***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110223~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*20*9.99**1~ + DTM*472*20110223~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*460*999.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*395*999.9**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*20*9.3**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ + NM1*74*1**XXXX~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ + NM1*74*1**XXXX~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*9999*99.99**7~ + DTM*472*20110308~ + CAS*CO*45*9999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**10~ + DTM*472*20110308~ + CAS*CO*45*9999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110308~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*100*99.99**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110308~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*2*.63**1~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*10*9.99**2~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*23*.45**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*893*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ + NM1*74*1**XXXX~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*285*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*J***HN*999999999X~ + NM1*74*1**XXXX~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110222~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110222~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*20*0**0**1~ + DTM*472*20110222~ + CAS*CO*50*20~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M25~ + CLP*9999999999-999*19*365*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110309~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110309~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*245*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*200*99.99**10~ + DTM*472*20110303~ + CAS*CO*45*103.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*.01*0**0**1~ + DTM*472*20110225~ + CAS*CO*96*.01~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*999.99**6~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*182.12~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110225~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*11*3**1~ + DTM*472*20110225~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110225~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*20*0**0**1~ + DTM*472*20110225~ + CAS*CO*50*20~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M25~ + CLP*9999999999-999*1*236*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*225*999.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110308~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*A***HN*999999999X~ + NM1*74*1**XXXX XXXX~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99**2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110225~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*665*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99:99*45*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*400*999.99**20~ + DTM*472*20110224~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*48*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*45*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110224~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + CLP*9999999999-999*1*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20101209~ + CAS*CO*45*139.06~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1***M~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*9999*9999.99**50~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*300*9.99**10~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*1.3~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*1*97*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1***M~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*317*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1***M~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110307~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110308~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*999.9*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX XXXXXX XXXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110210~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*160*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**10~ + DTM*472*20110210~ + CAS*CO*45*9999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*360*99.99**24~ + DTM*472*20110210~ + CAS*CO*45*345.07~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110210~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*850*999.99**10~ + DTM*472*20110210~ + CAS*CO*45*661.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110210~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*54*.67**3~ + DTM*472*20110210~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + CLP*9999999999-999*19*445*172.18*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*400*999.99**20~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*93*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20100419~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20100419~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*93*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110301~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110301~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*370*163.27*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110228~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110228~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*245*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ + NM1*74*1***L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110224~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*200*99.99**10~ + DTM*472*20110224~ + CAS*CO*45*103.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20101209~ + CAS*CO*45*124.27~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX, XXX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110225~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*L***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXX*L***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110225~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110225~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXX XXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110302~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*G***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110127~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110221~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110221~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110221~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*9999.99**6~ + DTM*472*20110221~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110221~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110221~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*2*.63**1~ + DTM*472*20110221~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110221~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110221~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + LQ*HE*X999~ + LQ*HE*X999~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*380*109.26**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*133*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*9999.99**6~ + DTM*472*20110302~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110302~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*2*.63**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + LQ*HE*X999~ + LQ*HE*X999~ + CLP*9999999999-999*1*45*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*11*3**1~ + DTM*472*20110217~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110217~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110228~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*1*12*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*12*9.99**1~ + DTM*472*20110228~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*X999~ + LQ*HE*X999~ + CLP*9999999999-999*19*890*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*V***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110307~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:X9999:XX*800*999.9**40~ + DTM*472*20110307~ + CAS*CO*45*413.12~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ + NM1*74*1***S~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*210*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**200~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*36*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + CLP*9999999999-999*19*317*99.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*0**0**1~ + DTM*472*20110304~ + CAS*CO*97*45~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*N20~ + SVC*XX:X9999*18*.22**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20101111~ + CAS*CO*45*99.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + CLP*9999999999-999*1*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20110308~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*325.01*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XXXXXXXXXX/XXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20100325~ + CAS*CO*45*143.07~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:9999X*.01*0**0**1~ + DTM*472*20100325~ + CAS*CO*96*.01~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*X999~ + CLP*9999999999-999*19*225*101.29*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XXXXXXXXXX/XXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*101.29**1~ + DTM*472*20100408~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*265*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXX*H***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX-XXXX XX XX,XXXXX X XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20100413~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*11*3**1~ + DTM*472*20100413~ + CAS*CO*45*8~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*3~ + SVC*XX:99999*34*99.99**1~ + DTM*472*20100413~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SE*5021*9999999992~ + ST*835*9999999993~ + BPR*I*99.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999999*20110405~ + TRN*1*999999999*9999999999~ + REF*EV*99999~ + DTM*405*20110401~ + N1*PR*XXX - XXX X9 XXXX X~ + N3*9999 X XXXXXXXX*X.X. XXX 9999~ + N4*XXXXXXX*WI*999999999~ + REF*2U*99999~ + PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ + N1*PE*XXXXXXXX XXXXXXXXX XXXXXXXX*XX*9999999999~ + N3*XX XXX 999999~ + N4*XXXXX*NE*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*19*200*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*200*99.99**1~ + DTM*472*20110317~ + CAS*CO*45*166.24~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*200*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*200*99.99**1~ + DTM*472*20110317~ + CAS*CO*45*166.24~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + SE*42*9999999993~ + ST*835*9999999994~ + BPR*H*0*C*NON************20110405~ + TRN*1*999999999*9999999999~ + REF*EV*99999~ + DTM*405*20110401~ + N1*PR*XXX - XXX X9 XXXX X~ + N3*9999 X XXXXXXXX*X.X. XXX 9999~ + N4*XXXXXXX*WI*999999999~ + REF*2U*99999~ + PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ + N1*PE*XXXXXXXXX XXXXX & XXXX XXX*XX*9999999999~ + N3*XXXXX 999*XXX XXXXXXXXX XXXXX~ + N4*XXXXXXX XXXX*IA*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*2*9999.99*0*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*L***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110329~ + SVC*XX:X9999*70*0**10~ + DTM*472*20110211~ + CAS*CO*45*99.9~ + CAS*OA*23*1.1~ + CAS*PR*2*.18**23*-.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*96*0**8~ + DTM*472*20110211~ + CAS*CO*45*99.99~ + CAS*OA*23*9.99~ + CAS*PR*2*.28**23*-.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*99.99*0**1~ + DTM*472*20110211~ + CAS*CO*45*99.99~ + CAS*OA*23*.66~ + CAS*PR*2*.11**23*-.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*0**2~ + DTM*472*20110211~ + CAS*CO*45*99.99~ + CAS*OA*23*.66~ + CAS*PR*2*.11**23*-.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999.9*0**250~ + DTM*472*20110211~ + CAS*CO*45*999.99~ + CAS*OA*23*9999.99~ + CAS*PR*2*999.9**23*-999.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999~ + SVC*XX:99999*100*0**1~ + DTM*472*20110211~ + CAS*CO*45*40~ + CAS*OA*23*60~ + CAS*PR*2*9.99**23*-9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*0**1~ + DTM*472*20110211~ + CAS*CO*45*87~ + CAS*OA*23*261~ + CAS*PR*2*99.99**23*-27.31~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*4*9999*0*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX999*XX99~ + DTM*050*20110330~ + SVC*XX:X9999*9999*0**0**120~ + DTM*472*20110322~ + CAS*CO*16*9999~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M51~ + LQ*HE*X999~ + SE*90*9999999994~ + ST*835*9999999995~ + BPR*I*99999.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999*20110405~ + TRN*1*999999999*9999999999~ + REF*EV*99999~ + DTM*405*20110401~ + N1*PR*XXX - XXX X9 XXXX X~ + N3*9999 X XXXXXXXX*X.X. XXX 9999~ + N4*XXXXXXX*WI*999999999~ + REF*2U*99999~ + PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ + N1*PE*XXXXXXXXX XXXXX & XXXX XXX*XX*9999999999~ + N3*XXXXX 999*XXX XXXXXXXXX XXXXX~ + N4*XXXXXXX XXXX*IA*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*19*53*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110309~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*190*99.99*99.99*MB*9999999999999~ + NM1*QC*1*ARN*XXXXXX*R***HN*999999999X~ + NM1*74*1**TOM~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*190*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*21~ + AMT*B6*99.99~ + CLP*9999999999-999*19*75*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXX - XXXXXXX XXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*135*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*14*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*14*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*237*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*117*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX - XXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*95*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXX****HN*999999999X~ + NM1*74*1***S~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*1*99.9**2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*75*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110309~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*100*99.99**2~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999*875.26**40~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*875.26**40~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999*9999.99*513.12*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*9999*9999.99**1~ + DTM*472*20110305~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110305~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*240*9.99**20~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*.7~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*875.26**40~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999*875.26**40~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*1*9999*424.03*106*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:X9999*735*999.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*225*999.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX*M***HN*999999999X9~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*154.29~ + CLP*9999999999-999*1*40*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*18*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*427*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*S***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*18*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999:99*220*0**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*270*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*S***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99**2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*S***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*17*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*D***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*237*99.9*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99**2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*242*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*G***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*18*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999:XX*18*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*238*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*18*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXX*H***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*999.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXXXX****HN*999999999X~ + NM1*74*1***A~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*999.99~ + CLP*9999999999-999*19*245*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*G***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*245*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*999.99~ + CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX****HN*999999999X~ + NM1*74*1***J~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*348*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXXXX*RAY*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*135*99.99*9.4*MB*9999999999999~ + NM1*QC*1*XXXXX*EVA*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.4~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*E***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXX*S***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*450*207.24**150~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*259.05~ + SVC*XX:X9999*6*9.99**2~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*8*.14**4~ + DTM*472*20110303~ + CAS*CO*45*9.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*40*.24**20~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.3~ + SVC*XX:X9999*9999*713.02**4~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*178.26~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*891.28~ + SVC*XX:X9999*31*.74**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.92~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*704*99.99**11~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*3.5~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*300*99.9**3~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*40*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*120*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*70*.72*.18*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + CLP*9999999999-999*1*9999.9*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110302~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*9999*971.28**8~ + DTM*472*20110302~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*14*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*1*9999.9*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110309~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*9999*607.06**5~ + DTM*472*20110309~ + CAS*CO*45*441.18~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*741*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*L*E***HN*999999999X~ + NM1*74*1**XXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.9*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*L*E***HN*999999999X~ + NM1*74*1**XXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*140*9.99**20~ + DTM*472*20110301~ + CAS*CO*45*999.9~ + CAS*PR*2*.36~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.8~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110301~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110301~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + CLP*9999999999-999*19*9999.9*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*L*E***HN*999999999X~ + NM1*74*1**XXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*140*9.99**20~ + DTM*472*20110308~ + CAS*CO*45*999.9~ + CAS*PR*2*.36~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.8~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110308~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999*9999.99**35~ + DTM*472*20110308~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1412.6~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + SVC*XX:99999:99*95*99.9**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*P***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*237*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*399*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX - XXX XX XXXXXXXX XXX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*0**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*59*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*59*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*P***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXXX XXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*C***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*430*128.23*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX - XXX XX XXXXXXXX XXX.*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*225*999.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*84*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX - XXX XX XXXXXXXX XXX.*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX-XX XXXXXX XXXXX XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*776*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ + NM1*74*1***I~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*120*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*135*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ + NM1*74*1***I~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999*9999**42~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*574.25~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*788*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*206*99.99**2~ + DTM*472*20110304~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*344.21*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*9999*713.02**4~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*178.26~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*891.28~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*9999*999.99**10~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + CLP*9999999999-999*22*-999*-999.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110214~ + SVC*XX:99999*-16*-1**1~ + DTM*472*20110204~ + CAS*CR*45*-15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-1~ + LQ*HE*M75~ + SVC*XX:99999*-14*0**0**1~ + DTM*472*20110204~ + CAS*CR*50*-14~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M25~ + SVC*XX:99999*-20*-9.99**1~ + DTM*472*20110204~ + CAS*CR*45*-99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-9.99~ + LQ*HE*M75~ + SVC*XX:99999*-16*-1**1~ + DTM*472*20110204~ + CAS*CR*45*-15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-1~ + LQ*HE*M75~ + SVC*XX:99999*-14*-.99**1~ + DTM*472*20110204~ + CAS*CR*45*-13.12~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-.99~ + LQ*HE*M75~ + SVC*XX:99999*-16*-1**1~ + DTM*472*20110204~ + CAS*CR*45*-15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-1~ + LQ*HE*M75~ + SVC*XX:99999*-17*-9.99**1~ + DTM*472*20110204~ + CAS*CR*45*-99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-9.99~ + LQ*HE*M75~ + SVC*XX:99999*-17*-9.99**1~ + DTM*472*20110204~ + CAS*CR*45*-99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-9.99~ + LQ*HE*M75~ + SVC*XX:99999*-21*-9.99**1~ + DTM*472*20110204~ + CAS*CR*45*-99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-9.99~ + LQ*HE*M75~ + SVC*XX:99999*-22*-99.99**1~ + DTM*472*20110204~ + CAS*CR*45*-11.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-99.99~ + SVC*XX:99999*-999*-53.03**1~ + DTM*472*20110204~ + CAS*CR*2*-13.26**45*-999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-66.29~ + SVC*XX:99999*-999*-99.99**1~ + DTM*472*20110204~ + CAS*CR*2*-9.99**45*-99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-99.99~ + SVC*XX:99999:99*-999*-99.99**1~ + DTM*472*20110204~ + CAS*CR*2*-99.99**45*-999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-97.21~ + CLP*9999999999-999*19*685*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXX & XXXXXXXXX XXX X*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110330~ + SVC*XX:99999*16*1**1~ + DTM*472*20110204~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + SVC*XX:99999*14*5.3**1~ + DTM*472*20110204~ + CAS*CO*45*8.7~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*5.3~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*16*1**1~ + DTM*472*20110204~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + SVC*XX:99999*14*.88**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.88~ + SVC*XX:99999*16*1**1~ + DTM*472*20110204~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110204~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*103*99.99**1~ + DTM*472*20110204~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110204~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*430*126.27*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXX XXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*14*0**0**1~ + DTM*472*20110303~ + CAS*CO*50*14~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*M25~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*14*.88**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.88~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*225*999.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXX XXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999:XX*9999*464.26**60~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*116.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ + NM1*74*1***G~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*152*99.9*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXX****HN*999999999X~ + NM1*74*1***G~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXXXXXX XXXXXXXXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*937*999.99*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99:99*325*99.99**1*XX:99999:99~ + DTM*472*20110309~ + CAS*CO*45*999.9**59*99.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999*392*999.9**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*451*172.22*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*144*99.99**6~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*285*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*124.03~ + CLP*9999999999-999*19*451*172.22*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*144*99.99**6~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*285*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*124.03~ + CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*144*99.99**6~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*285*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*124.03~ + CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*144*99.99**6~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*285*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*124.03~ + CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*144*99.99**6~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*285*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*124.03~ + CLP*9999999999-999*19*59*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*59*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*429*161.28*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*144*99.99**6~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*285*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*124.03~ + CLP*9999999999-999*22*-9999*-9999.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110214~ + SVC*XX:X9999:XX*-9999*-9999.9**500~ + DTM*472*20110201~ + CAS*CR*2*-999.9**45*-9999~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-9999~ + SVC*XX:99999*-50*0**0**1~ + DTM*472*20110201~ + CAS*CR*18*-50~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + SVC*XX:99999*-50*-99.99**1~ + DTM*472*20110201~ + CAS*CR*2*-9.99**45*-28.21~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*-99.99~ + CLP*9999999999-999*19*9999*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110330~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110201~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999:XX*9999*9999.9**500~ + DTM*472*20110201~ + CAS*CO*45*9999~ + CAS*PR*2*999.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999~ + SVC*XX:99999:99*50*99.99**1*XX:99999~ + DTM*472*20110201~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*E***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*17*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*E***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*81*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*59*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*D***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*B***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*L***HN*999999999X9~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXX XXXXXXXXXX XXXXX XX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*1*128*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*P***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*5*.63**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110302~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*14*.89**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*832*99.99**4~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*99.99**3~ + DTM*472*20110302~ + CAS*CO*45*9999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*157*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*95*99.9**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*70*.72*.18*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110302~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*152*99.9*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*9999*713.02**4~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*178.26~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*891.28~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*807*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*735*999.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*340*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*290*999.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*340*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*290*999.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXXX*W***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*UMR*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX****HN*999999999X~ + NM1*74*1***L~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXX XXXX XXXXXXXXX XX.*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.9*906.01*221.01*MB*9999999999999~ + NM1*QC*1*MAY*XXXXXX****HN*999999999X~ + NM1*74*1**RON~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*960*999.99**40~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*737.28~ + SVC*XX:X9999*99.9*9.99**2~ + DTM*472*20110301~ + CAS*CO*45*9.99~ + CAS*PR*2*.7~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*14*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*189.03~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*157*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*95*99.9**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*367.27*99.99*MB*9999999999999~ + NM1*QC*1*MAY*XXXXXX****HN*999999999X~ + NM1*74*1**RON~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*84*.86**12~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*450*207.24**150~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*259.05~ + SVC*XX:X9999*3*.75**1~ + DTM*472*20110301~ + CAS*CO*45*9.99~ + CAS*PR*2*.19~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.94~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110301~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*4*.07**2~ + DTM*472*20110301~ + CAS*CO*45*9.99~ + CAS*PR*2*.02~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.09~ + SVC*XX:X9999*20*.12**10~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.03~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.15~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*14*.89**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*.01*0**0**1~ + DTM*472*20110301~ + CAS*CO*96*.01~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:X9999*256*9.99**4~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*9999*357.15*99.99*MB*9999999999999~ + NM1*QC*1*MAY*XXXXXX****HN*999999999X~ + NM1*74*1**RON~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*189.03~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*157*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ + NM1*QC*1*MAY*XXXXXX****HN*999999999X~ + NM1*74*1**RON~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*84*.86**12~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*450*207.24**150~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*259.05~ + SVC*XX:X9999*3*.75**1~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.19~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.94~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110308~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*4*.07**2~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.02~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.09~ + SVC*XX:X9999*20*.12**10~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.03~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.15~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*14*.89**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*256*9.99**4~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*960*999.99**40~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*737.28~ + SVC*XX:X9999*99.9*9.99**2~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.7~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*96*9.99*0*MB*9999999999999~ + NM1*QC*1*MAY*XXXXXX****HN*999999999X~ + NM1*74*1**RON~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX XXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*399*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXX*XXXX*P***HN*999999999X~ + NM1*74*1*XXXX XXX~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*179*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*H***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*N***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + LQ*HE*X999~ + LQ*HE*X999~ + CLP*9999999999-999*1*17*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*N***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*340*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110309~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*135*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*34*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*9999*532.27*133.06*MB*9999999999999~ + NM1*QC*1*XXXXXXXXXX*XXXXXXXXX****HN*999999999X~ + NM1*74*1**XXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*56*.58**8~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.14~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.72~ + SVC*XX:X9999*450*207.24**150~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*259.05~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110309~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*780*99.99**12~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*105.06~ + CLP*9999999999-999*19*399*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*ED****HN*999999999X~ + NM1*74*1**XXXXX*R~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*UMR*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXX****HN*999999999X~ + NM1*74*1***E~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*53*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ + NM1*74*1**XXXXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110309~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*530*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX****HN*999999999X~ + NM1*74*1*XXXXXXX**R~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999:XX*480*999.99**75~ + DTM*472*20110304~ + CAS*CO*45*258.15~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*273*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110309~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*242*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*504*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXXX****HN*999999999X~ + NM1*74*1***V~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*40*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*F***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:XX*18*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*9999*9999.99*513.12*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*9999*9999.99**1~ + DTM*472*20110309~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*841*233.15*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.9*9999*628.11*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*84*.86**12~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110308~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*14*.89**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*9999*9999.9**160~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*999.99*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX XX XXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:9999X*.01*0**0**1~ + DTM*472*20110301~ + CAS*CO*96*.01~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + LQ*HE*X999~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*POE*XXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*35*.36**5~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.45~ + SVC*XX:X9999*192*9.99**16~ + DTM*472*20110302~ + CAS*CO*45*189.22~ + CAS*PR*2*.56~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*9999*9999.99**1~ + DTM*472*20110302~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ + NM1*QC*1*POE*XXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*450*207.24**150~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*259.05~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110301~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*845*99.99**13~ + DTM*472*20110301~ + CAS*CO*45*792.26~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*135*99.99**15~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*113.01~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*189.03~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*999.9*99.99*99.99*MB*9999999999999~ + NM1*QC*1*POE*XXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*14*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*999.9*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*K***HN*999999999X~ + NM1*74*1**XXXXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*56*.58**8~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.14~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.72~ + SVC*XX:X9999*450*207.24**150~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*259.05~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110307~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*260*99.99**4~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*45*99.99**5~ + DTM*472*20110307~ + CAS*CO*45*9.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9.99*1.4**1~ + DTM*472*20110307~ + CAS*CO*45*4~ + CAS*PR*2*.35~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*496*99.99**2~ + DTM*472*20110307~ + CAS*CO*45*378.06~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*404*999.9*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*K***HN*999999999X~ + NM1*74*1**XXXXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110304~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*17*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXX XXXXXXX XXXX XXX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110214~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*153.21~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX*R***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*999.99*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*585*999.99**3~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110309~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*119*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*135*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*738.29*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*F***HN*999999999X~ + NM1*74*1**XXXXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999:XX*9999*999.99**300~ + DTM*472*20110304~ + CAS*CO*45*9999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.9~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*50*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XXXXXXXXXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110222~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XXXXXXXXXX XXXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*237*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*B***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*245*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX****HN*999999999X~ + NM1*74*1***M~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*245*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*999.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXX XXXXXXXX XXXXX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX****HN*999999999X~ + NM1*74*1***D~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*735.25*999.99*113.02*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXX*M***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*585*999.99**3~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99**2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:99999*119*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*237*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*1*9999.99*9999.99*304.23*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110301~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*10*9.99**2~ + DTM*472*20110301~ + CAS*CO*45*9.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*14*.89**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*9999*99.99**5~ + DTM*472*20110301~ + CAS*CO*45*9999.99~ + CAS*PR*2*7.3~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*999.99**14~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*957.08~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*120*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*157*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*95*99.9**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*89*9.99*.38*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*84*.86**12~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*5*.63**1~ + DTM*472*20110301~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + CLP*9999999999-999*1*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*100*99.99**2~ + DTM*472*20110308~ + CAS*CO*45*99.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:X9999*99.99*.45**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*14*.89**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*.01*0**0**1~ + DTM*472*20110308~ + CAS*CO*96*.01~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:X9999*9999*99.99**5~ + DTM*472*20110308~ + CAS*CO*45*9999.99~ + CAS*PR*2*7.3~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*9999*999.99**14~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*957.08~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*200*99.99**2~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*45*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*157*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*95*99.9**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*879*154*99.9*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*84*.86**12~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.22~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*5*.63**1~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.16~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.79~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110308~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*10*9.99**2~ + DTM*472*20110308~ + CAS*CO*45*9.99~ + CAS*PR*2*.38~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + CLP*9999999999-999*19*59*99.99*9.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ + NM1*74*1*XXXXXXX XX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*59*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999*999.99*114.16*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ + NM1*74*1*XXXXXXX XX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*248*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*189.03~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*120*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*450*999.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:99999*157*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*99999.9*9999.99*9999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ + NM1*74*1*XXXXXXX XX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXX XXXXX XXXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110301~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*42*9.99**3~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*.67~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + SVC*XX:X9999*9999*9999.99**40~ + DTM*472*20110301~ + CAS*CO*45*9999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.99~ + SVC*XX:X9999*99.99*0**0**9~ + DTM*472*20110301~ + CAS*CO*151*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + LQ*HE*XX99~ + LQ*HE*X999~ + SVC*XX:X9999*9999*9999.99**400~ + DTM*472*20110301~ + CAS*CO*45*9999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + CLP*9999999999-999*1*36*9.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*O***HN*999999999X~ + NM1*74*1*XXXXXXX XX~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110301~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + CLP*9999999999-999*19*325*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*F***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*325*999.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*794*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*206*99.99**2~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.9~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.9*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*9999*713.02**4~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*178.26~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*891.28~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:X9999*9999*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999:99*9999*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.9*9999.9*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXXXXXX XXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*70*.72**10~ + DTM*472*20110303~ + CAS*CO*45*99.9~ + CAS*PR*2*.18~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.9~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110303~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.9*.45**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.11~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.56~ + SVC*XX:X9999*9999*9999.99**200~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*225*999.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXX*XXXXXXX*M***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXX'X XXXXXXXX'X XXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*225*999.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXX*J***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*222*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*14*.96**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.96~ + LQ*HE*M75~ + SVC*XX:99999*16*1.1**1~ + DTM*472*20110307~ + CAS*CO*45*99.9~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1.1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*237*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXX*C***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXX XXXXXXXX, XXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*0**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*1*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXX*E***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*1*22*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXX*G***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99~ + DTM*050*20110322~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*225*99.99*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*20*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*14*.88**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.88~ + LQ*HE*M75~ + SVC*XX:99999*16*1**1~ + DTM*472*20110303~ + CAS*CO*45*15~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*1~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*17*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*21*9.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9.99~ + LQ*HE*M75~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXXX*A***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*22~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*14*.14**2~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110307~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*999.99**200~ + DTM*472*20110307~ + CAS*CO*45*999.9~ + CAS*PR*2*205.08~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*22*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110307~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110307~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*955.22*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*14*.14**2~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*999.99**200~ + DTM*472*20110303~ + CAS*CO*45*999.9~ + CAS*PR*2*205.08~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110303~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110303~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*1106.2*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*14*.14**2~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110302~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*999.99**200~ + DTM*472*20110302~ + CAS*CO*45*999.9~ + CAS*PR*2*205.08~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*1106.2*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*14*.14**2~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*780*999.99**10~ + DTM*472*20110309~ + CAS*CO*45*591.28~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*999.99**200~ + DTM*472*20110309~ + CAS*CO*45*999.9~ + CAS*PR*2*205.08~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*955.22*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*14*.14**2~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*999.99**200~ + DTM*472*20110304~ + CAS*CO*45*999.9~ + CAS*PR*2*205.08~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110304~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110304~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*9999.99*955.22*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX*T***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*14*.14**2~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.04~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.18~ + SVC*XX:X9999*99.99*.67**3~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*.17~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.84~ + SVC*XX:X9999*9999*999.99**200~ + DTM*472*20110308~ + CAS*CO*45*999.9~ + CAS*PR*2*205.08~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110308~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*348*109.26**1~ + DTM*472*20110308~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*999.99~ + CLP*9999999999-999*19*135*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXXXX*N***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XXXXXXXXXX XX XXXXX XXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*135*99.99**1~ + DTM*472*20110301~ + CAS*CO*45*99.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*999.9*132.15*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.9*9999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXXXX*L***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999:XX*9999*999.99**400~ + DTM*472*20110309~ + CAS*CO*45*9999.9~ + CAS*PR*2*999.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*9999.9~ + SVC*XX:X9999*99.9*.37**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*.09~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.46~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*100*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*9999.99*999.99*999.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:X9999*3*.22**1~ + DTM*472*20110302~ + CAS*CO*45*9.99~ + CAS*PR*2*.05~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.27~ + SVC*XX:X9999*9999*713.02**4~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*178.26~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*891.28~ + SVC*XX:X9999*99.99*.22**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*.06~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*.28~ + SVC*XX:99999:99*50*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*99.99~ + CAS*PR*2*9.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999*189*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:99999:99*220*99.99**1~ + DTM*472*20110302~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*9999999999-999*19*220*99.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*LEO*E***HN*999999999X~ + NM1*74*1**XXXX~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20110322~ + SVC*XX:99999*220*99.99**1~ + DTM*472*20110309~ + CAS*CO*45*999.99~ + CAS*PR*2*99.99~ + REF*6R*999X999999999999999999~ + REF*LU*11~ + AMT*B6*99.99~ + PLB*9999999999*20111231*XX:99999999999999999 999999999X*99.99~ + SE*7587*9999999995~ + ST*835*9999999996~ + BPR*I*99.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*9999999999*20110405~ + TRN*1*999999999*9999999999~ + REF*EV*99999~ + DTM*405*20110401~ + N1*PR*XXX - XXX X9 XXXX X~ + N3*9999 X XXXXXXXX*X.X. XXX 9999~ + N4*XXXXXXX*WI*999999999~ + REF*2U*99999~ + PER*CX*XXX - XXX X9 XXXX X*TE*9999999999~ + N1*PE*XXX XXXXXXXX & XXXXXXXXXX XX*XX*9999999999~ + N3*9999 XXXXXX XX XXX 999~ + N4*XXXXX*NE*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*99999999-999XXX99*22*-999*0*0*MB*9999999999999~ + NM1*QC*1*XXXX*MAE*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20100119~ + SVC*XX:99999*-999*0**1~ + DTM*472*20100108~ + CAS*CR*1*-99.99**45*-99.99~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*-99.99~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + CLP*99999999-999XXX99*19*165*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*MAE*A***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110328~ + SVC*XX:99999*165*9.99**1~ + DTM*472*20100108~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99**2*.82~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + CLP*99999999-999XXX9X*22*-999*0*0*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20100119~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20100108~ + CAS*CR*1*-99.99**45*-99.99~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*-99.99~ + CLP*99999999-999XXX9X*19*165*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXXXX*XXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110328~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*165*9.99**1~ + DTM*472*20100108~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99**2*.82~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*99999999-999XXXX9*22*-999*0*0*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*G***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20100119~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20100108~ + CAS*CR*1*-99.99**45*-99.99~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*-99.99~ + CLP*99999999-999XXXX9*19*165*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXX*XXXXXXX*G***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXX XX XXXXX XXXXXXXXX XXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110328~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*165*9.99**1~ + DTM*472*20100108~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99**2*.82~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*99999999-999XXX9X*22*-999*0*0*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20100119~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20100108~ + CAS*CR*1*-99.99**45*-99.99~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*-99.99~ + CLP*99999999-999XXX9X*19*165*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXX*XXXX*J***HN*999999999X~ + NM1*74*1~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXXXXXX XXXX XX XX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110328~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*165*9.99**1~ + DTM*472*20100108~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99**2*.82~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*99999999-999XX9XX*22*-999*0*0*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XX XXXXXXXXX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20100126~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100115~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*-999*0**1~ + DTM*472*20100115~ + CAS*CR*1*-99.99**45*-99.99~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*-99.99~ + CLP*99999999-999XX9XX*1*165*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXXXXX*XXXX*K***HN*999999999X~ + NM1*82*1******XX*9999999999~ + MOA***XX99*XX99~ + DTM*050*20110328~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100115~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SVC*XX:99999*165*9.99**1~ + DTM*472*20100115~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99**2*.82~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*99.99~ + CLP*99999999-999XXXX9*22*-999*0*0*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99~ + DTM*050*20100119~ + SVC*XX:99999*-999*0**1~ + DTM*472*20100108~ + CAS*CR*1*-99.99**45*-99.99~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*-99.99~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + CLP*99999999-999XXXX9*19*165*9.99*99.99*MB*9999999999999~ + NM1*QC*1*XXXX*XXXXXXX****HN*999999999X~ + NM1*82*1******XX*9999999999~ + NM1*TT*2*XXXX XX XXXXXXXX*****PI*99999~ + MOA***XX99*XX99*XX99~ + DTM*050*20110328~ + SVC*XX:99999*165*9.99**1~ + DTM*472*20100108~ + CAS*CO*45*99.99~ + CAS*PR*1*99.99**2*.82~ + REF*6R*XX#99~ + REF*LU*11~ + AMT*B6*99.99~ + SVC*XX:X9999*0*0**0**1~ + DTM*472*20100108~ + REF*6R*XX#99~ + REF*LU*11~ + LQ*HE*X999~ + SE*229*999999999~ + GE*6*647~ IEA*1*9999999996~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/Example1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/Example1.txt index 96988c80..deb9059c 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/Example1.txt @@ -1,102 +1,102 @@ -ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ - GS*HP*ASHTB*01017*20040315*1005*1*X*5010~ - ST*835*07504123~ - BPR*H*5.75*C*NON************20040315~ - TRN*1*A04B001017.07504*1346000128~ - DTM*405*20040308~ - N1*PR*ASHTABULA COUNTY ADAMH BD~ - N3*4817 STATE ROAD SUITE 203~ - N4*ASHTABULA*OH*44004~ - N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ - N3*2801 C. COURT~ - N4*ASHTABULA*OH*44004~ - REF*PQ*1017~ - LX*1~ - CLP*444444*1*56.70*56.52*0*MC*0000000655555555*53~ - NM1*QC*1*FUDD*ELMER*S***MI*1333333~ - NM1*82*2*WECOVERWY SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.70*56.52**6~ - DTM*472*20040205~ - CAS*CO*42*0.18*0~ - REF*6R*444444~ - CLP*999999*4*25.95*0*25.95*13*0000000555555555*11~ - NM1*QC*1*SAM*YOSEMITE*A***MI*3333333~ - NM1*82*2*ACME AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M2200:HE*25.95*0**1~ - DTM*472*20021224~ - CAS*CR*18*25.95*0~ - CAS*CO*42*0*0~ - REF*6R*999999~ - CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ - NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ - NM1*82*2*BIKINI AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M151000:F0*162.13*0**1.9~ - DTM*472*20020920~ - CAS*CO*29*162.13*0*42*0*0~ - REF*6R*888888~ - CLP*111111*2*56.52*18.88*0*13*0000000644444444*53~ - NM1*QC*1*LEGHORN*FOGHORN*P***MI*7777777~ - NM1*82*2*CHICKENHAWK SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.52*18.88**6~ - DTM*472*20031209~ - CAS*CO*42*0*0~ - CAS*OA*23*37.64*0~ - REF*6R*111111~ - CLP*121212*4*56.52*0*0*13*0000000646464640*53~ - NM1*QC*1*EXPLORER*DORA****MI*1717171~ - NM1*82*2*SWIPER AGENCY*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.52*0**6~ - DTM*472*20031202~ - CAS*CO*42*0*0~ - CAS*OA*23*57.6*0*23*-1.08*0~ - REF*6R*121212~ - CLP*333333*1*74.61*59.69*14.92*13*0000000688888888*55~ - NM1*QC*1*BEAR*YOGI* ***MI*2222222~ - NM1*82*2*JELLYSTONE SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*ZZ:A0230:HF*74.61*59.69**1~ - DTM*472*20040203~ - CAS*PR*2*14.92*0~ - CAS*CO*42*0*0~ - REF*6R*333333~ - CLP*777777*25*136.9*0*0*13*0000000622222222*53~ - NM1*QC*1*BIRD*TWEETY*M***MI*4444444~ - NM1*82*2*GRANNY AGENCY*****FI*340716747~ - REF*F8*A76B03293~ - SVC*HC:H0015:HF:99:H9*136.9*0**1~ - DTM*472*20030911~ - CAS*PI*104*136.72*0~ - CAS*CO*42*0.18*0~ - REF*6R*777777~ - CLP*123456*22*-42.58*-42.58*0*13*0000000657575757*11~ - NM1*QC*1*SIMPSON*HOMER* ***MI*8787888~ - NM1*82*2*DOH GROUP*****FI*310626223~ - REF*F8*A57B04033~ - SVC*HC:H0036:GT:UK*-42.58*-42.58**-2~ - DTM*472*20040102~ - CAS*CR*141*0*0*42*0*0*22*0*0~ - CAS*OA*141*0*0~ - REF*6R*123456~ - CLP*090909*22*-86.76*-86.76*0*MC*0000000648484848*53~ - NM1*QC*1*DUCK*DAFFY*W***MI*1245849~ - NM1*82*2*ABTHSOLUTE HELP*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0004:HF:H9*-86.76*-86.76**-4~ - DTM*150*20040210~ - DTM*151*20040211~ - CAS*CR*22*0*0*42*0*0~ - CAS*OA*22*0*0~ - REF*6R*090909~ - AMT*AU*86.76~ - QTY*NE*53~ - LQ*HE*MA92~ - CLP*090909*22~ - PLB*123456*19960930*CV:9876514*-1.27~ - SE*98*07504123~ - GE*1*1~ +ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ + GS*HP*ASHTB*01017*20040315*1005*1*X*5010~ + ST*835*07504123~ + BPR*H*5.75*C*NON************20040315~ + TRN*1*A04B001017.07504*1346000128~ + DTM*405*20040308~ + N1*PR*ASHTABULA COUNTY ADAMH BD~ + N3*4817 STATE ROAD SUITE 203~ + N4*ASHTABULA*OH*44004~ + N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ + N3*2801 C. COURT~ + N4*ASHTABULA*OH*44004~ + REF*PQ*1017~ + LX*1~ + CLP*444444*1*56.70*56.52*0*MC*0000000655555555*53~ + NM1*QC*1*FUDD*ELMER*S***MI*1333333~ + NM1*82*2*WECOVERWY SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.70*56.52**6~ + DTM*472*20040205~ + CAS*CO*42*0.18*0~ + REF*6R*444444~ + CLP*999999*4*25.95*0*25.95*13*0000000555555555*11~ + NM1*QC*1*SAM*YOSEMITE*A***MI*3333333~ + NM1*82*2*ACME AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M2200:HE*25.95*0**1~ + DTM*472*20021224~ + CAS*CR*18*25.95*0~ + CAS*CO*42*0*0~ + REF*6R*999999~ + CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ + NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ + NM1*82*2*BIKINI AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M151000:F0*162.13*0**1.9~ + DTM*472*20020920~ + CAS*CO*29*162.13*0*42*0*0~ + REF*6R*888888~ + CLP*111111*2*56.52*18.88*0*13*0000000644444444*53~ + NM1*QC*1*LEGHORN*FOGHORN*P***MI*7777777~ + NM1*82*2*CHICKENHAWK SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.52*18.88**6~ + DTM*472*20031209~ + CAS*CO*42*0*0~ + CAS*OA*23*37.64*0~ + REF*6R*111111~ + CLP*121212*4*56.52*0*0*13*0000000646464640*53~ + NM1*QC*1*EXPLORER*DORA****MI*1717171~ + NM1*82*2*SWIPER AGENCY*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.52*0**6~ + DTM*472*20031202~ + CAS*CO*42*0*0~ + CAS*OA*23*57.6*0*23*-1.08*0~ + REF*6R*121212~ + CLP*333333*1*74.61*59.69*14.92*13*0000000688888888*55~ + NM1*QC*1*BEAR*YOGI* ***MI*2222222~ + NM1*82*2*JELLYSTONE SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*ZZ:A0230:HF*74.61*59.69**1~ + DTM*472*20040203~ + CAS*PR*2*14.92*0~ + CAS*CO*42*0*0~ + REF*6R*333333~ + CLP*777777*25*136.9*0*0*13*0000000622222222*53~ + NM1*QC*1*BIRD*TWEETY*M***MI*4444444~ + NM1*82*2*GRANNY AGENCY*****FI*340716747~ + REF*F8*A76B03293~ + SVC*HC:H0015:HF:99:H9*136.9*0**1~ + DTM*472*20030911~ + CAS*PI*104*136.72*0~ + CAS*CO*42*0.18*0~ + REF*6R*777777~ + CLP*123456*22*-42.58*-42.58*0*13*0000000657575757*11~ + NM1*QC*1*SIMPSON*HOMER* ***MI*8787888~ + NM1*82*2*DOH GROUP*****FI*310626223~ + REF*F8*A57B04033~ + SVC*HC:H0036:GT:UK*-42.58*-42.58**-2~ + DTM*472*20040102~ + CAS*CR*141*0*0*42*0*0*22*0*0~ + CAS*OA*141*0*0~ + REF*6R*123456~ + CLP*090909*22*-86.76*-86.76*0*MC*0000000648484848*53~ + NM1*QC*1*DUCK*DAFFY*W***MI*1245849~ + NM1*82*2*ABTHSOLUTE HELP*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0004:HF:H9*-86.76*-86.76**-4~ + DTM*150*20040210~ + DTM*151*20040211~ + CAS*CR*22*0*0*42*0*0~ + CAS*OA*22*0*0~ + REF*6R*090909~ + AMT*AU*86.76~ + QTY*NE*53~ + LQ*HE*MA92~ + CLP*090909*22~ + PLB*123456*19960930*CV:9876514*-1.27~ + SE*98*07504123~ + GE*1*1~ IEA*1*004075123~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/ExampleFromNth.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/ExampleFromNth.txt similarity index 100% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/ExampleFromNth.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/ExampleFromNth.txt diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/FromNth/835_WithMultipleInterchanges.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/FromNth/835_WithMultipleInterchanges.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/FromNth/835_WithMultipleInterchanges.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/FromNth/835_WithMultipleInterchanges.txt index 25df6b29..7840fd15 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/FromNth/835_WithMultipleInterchanges.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_835/_5010/FromNth/835_WithMultipleInterchanges.txt @@ -1,789 +1,789 @@ -ISA*00* *00* *ZZ*MMISNEBR *ZZ*WWWWW *120130*1637*^*00501*000000031*0*P*>~ - GS*HP*MMISNEBR*WWWWW*20120130*163745*8*X*005010X221A1~ - ST*835*8001~ - BPR*I*999.99*C*ACH*CTX*01*999999999*DA*999999999999*9999999999**01*999999999*DA*999999999*20120201~ - TRN*1*999999999*9999999999~ - DTM*405*20120128~ - N1*PR*XXXXXXXX XXXXXXXX~ - N3*X.X. XXX 99999~ - N4*XXXXXXX*NE*999999999~ - PER*CX*XXXXXXXX XXXXXXX XXXX*TE*9999999999*TE*9999999999~ - PER*BL*XXXXXXXX XXX XXXX XXXX*TE*9999999999*TE*9999999999*EM*XXXX.XXXXXXXXXXX@XXXXXXXX.XXX~ - PER*IC**UR*XXX.XXXX.XX.XXX/XXXXXXXX~ - N1*PE*XXX,XXXXXXXX*XX*9999999999~ - N3*999X X XXXXXXX XXX~ - N4*XXXXXXXX*NE*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*DAK*XXXXXXX****MR*99999999999~ - NM1*74*1*DAK*XXXXXXX*N~ - DTM*050*20120127~ - DTM*232*20120116~ - DTM*233*20120116~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120116~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*HC>90716*99.99*0**9.999~ - DTM*472*20120116~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*DAK*XXXXXXX****MR*99999999999~ - NM1*74*1*DAK*XXXXXXX*N~ - DTM*050*20120127~ - DTM*232*20120116~ - DTM*233*20120116~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120116~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*HC>90716*99.99*0**9.999~ - DTM*472*20120116~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*XXXXXX9999*4*999.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*E***MR*99999999999~ - DTM*050*20111230~ - DTM*232*20111223~ - DTM*233*20111223~ - SVC*XX>99999>XX*999.99*0**9.999~ - DTM*472*20111223~ - CAS*CO*24*999.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111223~ - CAS*CO*204*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111223~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111223~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111223~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - CLP*XXXXXX9999*4*999.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXXXX*XXXXX*A***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111216~ - DTM*233*20111216~ - SVC*XX>99999>XX*999.99*0**9.999~ - DTM*472*20111216~ - CAS*CO*24*999.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111216~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111216~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111216~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXX*XXXX****MR*99999999999~ - NM1*74*1*XXXXXX*XXXX*M~ - DTM*050*20120127~ - DTM*232*20120109~ - DTM*233*20120109~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120109~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXX*XXXXXXX****MR*99999999999~ - NM1*74*1*XXXXXX*XXXXX*J~ - DTM*050*20120127~ - DTM*232*20120118~ - DTM*233*20120118~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120118~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20120118~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXX*XXXXX****MR*99999999999~ - NM1*74*1*XXXXXX*XXXXX*J~ - DTM*050*20120127~ - DTM*232*20120118~ - DTM*233*20120118~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120118~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20120118~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXXXXXX*XXXX****MR*99999999999~ - NM1*74*1*XXXXXXXXXXX*XXXX*A~ - DTM*050*20120127~ - DTM*232*20120106~ - DTM*233*20120106~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20120106~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXXXXX*XXXX*A***MR*99999999999~ - DTM*050*20111230~ - DTM*232*20111223~ - DTM*233*20111223~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111223~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXX-XXXXXXXXX*XXXXXXX****MR*99999999999~ - NM1*74*1*XXXXX XXXXXXXXX*XXXXXXX*M~ - DTM*050*20120127~ - DTM*232*20120118~ - DTM*233*20120118~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120118~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20120118~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*XXXXXX9999*4*99.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XX XXXXXX*C***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111216~ - DTM*233*20111216~ - SVC*XX>99999>99*99.99*0**9.999~ - DTM*472*20111216~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999>XX*99.99*0**9.999~ - DTM*472*20111216~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXX*XXXX*N***MR*99999999999~ - NM1*74*1*XXXXX*XXXX~ - DTM*050*20120127~ - DTM*232*20120111~ - DTM*233*20120111~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120111~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20120111~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXX*XXXXXXXX*N***MR*99999999999~ - DTM*050*20111230~ - DTM*232*20111223~ - DTM*233*20111223~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111223~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXXXX*XXXXX****MR*99999999999~ - NM1*74*1*XXXXXXXXX*XXXXX*J~ - DTM*050*20120127~ - DTM*232*20120106~ - DTM*233*20120106~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120106~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*XXXXXX9999*1*999.99*176.12*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111008~ - DTM*233*20111009~ - SVC*XX>99999*999.99*999.99**9.999~ - DTM*472*20111008~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111009~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111014~ - DTM*233*20111014~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111014~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111025~ - DTM*233*20111025~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111025~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111128~ - DTM*233*20111128~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111128~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*XXXXXX9999*4*999.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ - DTM*050*20111227~ - DTM*232*20111209~ - DTM*233*20111209~ - SVC*XX>99999>XX*999.99*0**9.999~ - DTM*472*20111209~ - CAS*CO*24*999.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111209~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111209~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111209~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*0**9.999~ - DTM*472*20111209~ - CAS*CO*24*99.99*0~ - LQ*HE*N1~ - SE*287*8001~ - GE*1*8~ -IEA*1*000000031~ -ISA*00* *00* *ZZ*MMISNEBR *ZZ*WWWWW *120130*1637*^*00501*000000032*0*P*>~ - GS*HP*MMISNEBR*WWWWW*20120130*163752*9*X*005010X221A1~ - ST*835*9001~ - BPR*I*9999.99*C*ACH*CTX*01*999999999*DA*999999999999*9999999999**01*999999999*DA*9999999999*20120201~ - TRN*1*999999999*9999999999~ - DTM*405*20120128~ - N1*PR*XXXXXXXX XXXXXXXX~ - N3*X.X. XXX 99999~ - N4*XXXXXXX*NE*999999999~ - PER*CX*XXXXXXXX XXXXXXX XXXX*TE*9999999999*TE*9999999999~ - PER*BL*XXXXXXXX XXX XXXX XXXX*TE*9999999999*TE*9999999999*EM*XXXX.XXXXXXXXXXX@XXXXXXXX.XXX~ - PER*IC**UR*XXX.XXXX.XX.XXX/XXXXXXXX~ - N1*PE*XXXXXXX XXXXXXXX & XXXXXXXXXX,XX*XX*9999999999~ - N3*9999 XXXXXX XX*#999~ - N4*XXXXX*NE*999999999~ - REF*TJ*999999999~ - LX*1~ - CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ - NM1*QC*1*DAK*XXXXXXX****MR*99999999999~ - NM1*74*1*DAK*XXXXXXX*N~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120124~ - DTM*232*20120116~ - DTM*233*20120116~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20120116~ - CAS*CO*24*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - SVC*HC>90716*99.99*0**9.999~ - DTM*472*20120116~ - CAS*CO*24*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111012~ - DTM*233*20111012~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111012~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111011~ - DTM*233*20111011~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111011~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*99.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111016~ - DTM*233*20111016~ - SVC*XX>99999*99.99*99.99**9.999~ - DTM*472*20111016~ - CAS*CO*45*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111015~ - DTM*233*20111015~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111015~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111014~ - DTM*233*20111014~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111014~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111013~ - DTM*233*20111013~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111013~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111228~ - DTM*233*20111228~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111228~ - CAS*CO*45*147.22*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111130~ - DTM*233*20111130~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111130~ - CAS*CO*45*147.22*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111121~ - DTM*233*20111121~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111121~ - CAS*CO*45*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111102~ - DTM*233*20111102~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111102~ - CAS*CO*45*99.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111026~ - DTM*233*20111026~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111026~ - CAS*CO*45*147.22*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ - NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20120126~ - DTM*232*20111017~ - DTM*233*20111017~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111017~ - CAS*CO*45*999.99*0~ - REF*6R*999X999999999999999999~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXX*S***MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111128~ - DTM*233*20111128~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111128~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111015~ - DTM*233*20111015~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111015~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111016~ - DTM*233*20111016~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111016~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111031~ - DTM*233*20111031~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111031~ - CAS*CO*45*147.22*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*999.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111102~ - DTM*233*20111102~ - SVC*XX>99999*999.99*999.99**9.999~ - DTM*472*20111102~ - CAS*CO*45*313.26*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111103~ - DTM*233*20111103~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111103~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111104~ - DTM*233*20111104~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111104~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111105~ - DTM*233*20111105~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111105~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111106~ - DTM*233*20111106~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20111106~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - CLP*999999999*1*999.99*111.30*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - DTM*050*20111229~ - DTM*232*20111107~ - DTM*233*20111107~ - SVC*XX>99999*999.99*999.9**9.999~ - DTM*472*20111107~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - SE*265*9001~ - GE*1*9~ -IEA*1*000000032~ -ISA*00* *00* *ZZ*MMISNEBR *ZZ*WWWWW *120130*1639*^*00501*000000033*0*P*>~ - GS*HP*MMISNEBR*WWWWW*20120130*163902*10*X*005010X221A1~ - ST*835*10001~ - BPR*I*482.13*C*ACH*CTX*01*999999999*DA*999999999999*9999999999**01*999999999*DA*9999999*20120201~ - TRN*1*999999999*9999999999~ - DTM*405*20120128~ - N1*PR*XXXXXXXX XXXXXXXX~ - N3*X.X. XXX 99999~ - N4*XXXXXXX*NE*999999999~ - PER*CX*XXXXXXXX XXXXXXX XXXX*TE*9999999999*TE*9999999999~ - PER*BL*XXXXXXXX XXX XXXX XXXX*TE*9999999999*TE*9999999999*EM*XXXX.XXXXXXXXXXX@XXXXXXXX.XXX~ - PER*IC**UR*XXX.XXXX.XX.XXX/XXXXXXXX~ - N1*PE*XXXXXXXX XX-XXX XXXXX XX*FI*999999999~ - N3*99999 XXXXX 99XX XX*XXXXX 999~ - N4*XXXXXXXX*NE*999999999~ - REF*PQ*99999999999~ - LX*1~ - CLP*99999999*1*999.99*999.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXX*K***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111107~ - DTM*232*20111019~ - DTM*233*20111019~ - SVC*XX>99999*999.99*999.99**9.999~ - DTM*472*20111019~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*9.99*0**9.999~ - DTM*472*20111019~ - CAS*CO*204*9.99*0~ - LQ*HE*N1~ - CLP*9999999*1*99.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXX*K***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111115~ - DTM*232*20111019~ - DTM*233*20111019~ - SVC*XX>99999*99.99*99.99**9.999~ - DTM*472*20111019~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>X9999*99.99*0**99.999~ - DTM*472*20111019~ - CAS*CO*16*99.99*0~ - LQ*HE*N1~ - LQ*HE*X999~ - LQ*HE*X999~ - SVC*XX>X9999*99.99*0**9.999~ - DTM*472*20111019~ - CAS*CO*16*99.99*0~ - LQ*HE*N1~ - LQ*HE*X999~ - CLP*99999999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXX*XXXXXXXX*S***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111109~ - DTM*232*20110929~ - DTM*233*20110929~ - SVC*XX>99999>99*999.99*99.99**9.999~ - DTM*472*20110929~ - CAS*CO*45*999.99*0~ - LQ*HE*N1~ - SVC*XX>99999*99.99*99.99**9.999~ - DTM*472*20110929~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>X9999*99.99*0**9.999~ - DTM*472*20110929~ - CAS*CO*16*99.99*0~ - LQ*HE*N1~ - LQ*HE*X999~ - SVC*HC>81025*99.99*9.99**9.999~ - DTM*472*20110929~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*99999-999*1*999.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXX*XXXXXXX*M***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20110916~ - DTM*232*20110630~ - DTM*233*20110630~ - SVC*XX>99999*999.99*99.99**9.999~ - DTM*472*20110630~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*HC>81002*99.99*3.6**9.999~ - DTM*472*20110630~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*9999999*4*9999.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXXX*XXXX****MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999-999~ - NM1*GB*1*XXXXXXXXX*XXXX~ - DTM*050*20111121~ - DTM*232*20110113~ - DTM*233*20110113~ - SVC*XX>99999*9999.99*0**9.999~ - DTM*472*20110113~ - CAS*CO*23*9999.99*0~ - LQ*HE*N1~ - LQ*HE*N36~ - CLP*99999999*1*999.99*999.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXX*XXXXXXXX*A***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111116~ - DTM*232*20111031~ - DTM*233*20111031~ - SVC*XX>99999*999.99*999.99**9.999~ - DTM*472*20111031~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*9.99*0**9.999~ - DTM*472*20111031~ - CAS*CO*204*9.99*0~ - LQ*HE*N1~ - CLP*99999-999*1*99.99*9.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20110912~ - DTM*232*20110831~ - DTM*233*20110831~ - SVC*XX>99999*99.99*9.99**9.999~ - DTM*472*20110831~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*99999-999*4*999.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20110916~ - DTM*232*20110825~ - DTM*233*20110825~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20110825~ - CAS*CO*165*999.99*0~ - LQ*HE*N1~ - LQ*HE*X999~ - CLP*16271001*1*99.99*99.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111116~ - DTM*232*20111021~ - DTM*233*20111021~ - SVC*XX>99999*9.99*0**9.999~ - DTM*472*20111021~ - CAS*CO*204*9.99*0~ - LQ*HE*N1~ - SVC*HC>81025*99.99*9.99**9.999~ - DTM*472*20111021~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*HC>81002*99.99*9.99**9.999~ - DTM*472*20111021~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*16271001*1*99.99*9.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111031~ - DTM*232*20111017~ - DTM*233*20111017~ - SVC*XX>99999*99.99*9.99**9.999~ - DTM*472*20111017~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*16271001*1*99.99*9.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111107~ - DTM*232*20111024~ - DTM*233*20111024~ - SVC*XX>99999*99.99*9.99**9.999~ - DTM*472*20111024~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*99999999*1*999.99*999.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXX*T***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111012~ - DTM*232*20110927~ - DTM*233*20110927~ - SVC*XX>99999*999.99*999.99**9.999~ - DTM*472*20110927~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - CLP*99999999*4*999.99*0*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXX*XXXXXXX*J***MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111115~ - DTM*232*20100310~ - DTM*233*20100310~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20100310~ - CAS*CO*23*999.99*0*29*999.99*0*45*-999.99*0~ - LQ*HE*N1~ - CLP*999999*2*999.99*9.99*0*MC*99999999999**1***0~ - NM1*QC*1*XXXXXXXXXX*XXXXX****MR*99999999999~ - NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ - DTM*050*20111207~ - DTM*232*20110325~ - DTM*233*20110325~ - SVC*XX>99999>99*999.99*0**9.999~ - DTM*472*20110325~ - CAS*CO*23*112.27*0*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>99999*999.99*0**9.999~ - DTM*472*20110325~ - CAS*CO*23*99.99*0*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>X9999*99.99*9.99**9.999~ - DTM*472*20110325~ - CAS*CO*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>X9999*9.99*9.99**9.999~ - DTM*472*20110325~ - CAS*CO*45*9.99*0~ - LQ*HE*N1~ - SVC*XX>X9999*99.99*9.99**9.999~ - DTM*472*20110325~ - CAS*CO*23*9.99*0*45*99.99*0~ - LQ*HE*N1~ - SVC*XX>X9999*99.99*0**99.999~ - DTM*472*20110325~ - CAS*CO*23*.28*0*59*99.99*0~ - LQ*HE*N1~ - LQ*HE*N20~ - SE*225*10001~ - GE*1*10~ +ISA*00* *00* *ZZ*MMISNEBR *ZZ*WWWWW *120130*1637*^*00501*000000031*0*P*>~ + GS*HP*MMISNEBR*WWWWW*20120130*163745*8*X*005010X221A1~ + ST*835*8001~ + BPR*I*999.99*C*ACH*CTX*01*999999999*DA*999999999999*9999999999**01*999999999*DA*999999999*20120201~ + TRN*1*999999999*9999999999~ + DTM*405*20120128~ + N1*PR*XXXXXXXX XXXXXXXX~ + N3*X.X. XXX 99999~ + N4*XXXXXXX*NE*999999999~ + PER*CX*XXXXXXXX XXXXXXX XXXX*TE*9999999999*TE*9999999999~ + PER*BL*XXXXXXXX XXX XXXX XXXX*TE*9999999999*TE*9999999999*EM*XXXX.XXXXXXXXXXX@XXXXXXXX.XXX~ + PER*IC**UR*XXX.XXXX.XX.XXX/XXXXXXXX~ + N1*PE*XXX,XXXXXXXX*XX*9999999999~ + N3*999X X XXXXXXX XXX~ + N4*XXXXXXXX*NE*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*DAK*XXXXXXX****MR*99999999999~ + NM1*74*1*DAK*XXXXXXX*N~ + DTM*050*20120127~ + DTM*232*20120116~ + DTM*233*20120116~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120116~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*HC>90716*99.99*0**9.999~ + DTM*472*20120116~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*DAK*XXXXXXX****MR*99999999999~ + NM1*74*1*DAK*XXXXXXX*N~ + DTM*050*20120127~ + DTM*232*20120116~ + DTM*233*20120116~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120116~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*HC>90716*99.99*0**9.999~ + DTM*472*20120116~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*XXXXXX9999*4*999.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*E***MR*99999999999~ + DTM*050*20111230~ + DTM*232*20111223~ + DTM*233*20111223~ + SVC*XX>99999>XX*999.99*0**9.999~ + DTM*472*20111223~ + CAS*CO*24*999.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111223~ + CAS*CO*204*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111223~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111223~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111223~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + CLP*XXXXXX9999*4*999.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXXXX*XXXXX*A***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111216~ + DTM*233*20111216~ + SVC*XX>99999>XX*999.99*0**9.999~ + DTM*472*20111216~ + CAS*CO*24*999.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111216~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111216~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111216~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXX*XXXX****MR*99999999999~ + NM1*74*1*XXXXXX*XXXX*M~ + DTM*050*20120127~ + DTM*232*20120109~ + DTM*233*20120109~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120109~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXX*XXXXXXX****MR*99999999999~ + NM1*74*1*XXXXXX*XXXXX*J~ + DTM*050*20120127~ + DTM*232*20120118~ + DTM*233*20120118~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120118~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20120118~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXX*XXXXX****MR*99999999999~ + NM1*74*1*XXXXXX*XXXXX*J~ + DTM*050*20120127~ + DTM*232*20120118~ + DTM*233*20120118~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120118~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20120118~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXXXXXX*XXXX****MR*99999999999~ + NM1*74*1*XXXXXXXXXXX*XXXX*A~ + DTM*050*20120127~ + DTM*232*20120106~ + DTM*233*20120106~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20120106~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXXXXX*XXXX*A***MR*99999999999~ + DTM*050*20111230~ + DTM*232*20111223~ + DTM*233*20111223~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111223~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXX-XXXXXXXXX*XXXXXXX****MR*99999999999~ + NM1*74*1*XXXXX XXXXXXXXX*XXXXXXX*M~ + DTM*050*20120127~ + DTM*232*20120118~ + DTM*233*20120118~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120118~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20120118~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*XXXXXX9999*4*99.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XX XXXXXX*C***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111216~ + DTM*233*20111216~ + SVC*XX>99999>99*99.99*0**9.999~ + DTM*472*20111216~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999>XX*99.99*0**9.999~ + DTM*472*20111216~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXX*XXXX*N***MR*99999999999~ + NM1*74*1*XXXXX*XXXX~ + DTM*050*20120127~ + DTM*232*20120111~ + DTM*233*20120111~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120111~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20120111~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXX*XXXXXXXX*N***MR*99999999999~ + DTM*050*20111230~ + DTM*232*20111223~ + DTM*233*20111223~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111223~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXXXX*XXXXX****MR*99999999999~ + NM1*74*1*XXXXXXXXX*XXXXX*J~ + DTM*050*20120127~ + DTM*232*20120106~ + DTM*233*20120106~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120106~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*XXXXXX9999*1*999.99*176.12*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111008~ + DTM*233*20111009~ + SVC*XX>99999*999.99*999.99**9.999~ + DTM*472*20111008~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111009~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111014~ + DTM*233*20111014~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111014~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111025~ + DTM*233*20111025~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111025~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*XXXXXX9999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111128~ + DTM*233*20111128~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111128~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*XXXXXX9999*4*999.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*E***MR*99999999999~ + DTM*050*20111227~ + DTM*232*20111209~ + DTM*233*20111209~ + SVC*XX>99999>XX*999.99*0**9.999~ + DTM*472*20111209~ + CAS*CO*24*999.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111209~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111209~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111209~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*0**9.999~ + DTM*472*20111209~ + CAS*CO*24*99.99*0~ + LQ*HE*N1~ + SE*287*8001~ + GE*1*8~ +IEA*1*000000031~ +ISA*00* *00* *ZZ*MMISNEBR *ZZ*WWWWW *120130*1637*^*00501*000000032*0*P*>~ + GS*HP*MMISNEBR*WWWWW*20120130*163752*9*X*005010X221A1~ + ST*835*9001~ + BPR*I*9999.99*C*ACH*CTX*01*999999999*DA*999999999999*9999999999**01*999999999*DA*9999999999*20120201~ + TRN*1*999999999*9999999999~ + DTM*405*20120128~ + N1*PR*XXXXXXXX XXXXXXXX~ + N3*X.X. XXX 99999~ + N4*XXXXXXX*NE*999999999~ + PER*CX*XXXXXXXX XXXXXXX XXXX*TE*9999999999*TE*9999999999~ + PER*BL*XXXXXXXX XXX XXXX XXXX*TE*9999999999*TE*9999999999*EM*XXXX.XXXXXXXXXXX@XXXXXXXX.XXX~ + PER*IC**UR*XXX.XXXX.XX.XXX/XXXXXXXX~ + N1*PE*XXXXXXX XXXXXXXX & XXXXXXXXXX,XX*XX*9999999999~ + N3*9999 XXXXXX XX*#999~ + N4*XXXXX*NE*999999999~ + REF*TJ*999999999~ + LX*1~ + CLP*9999999999-999*4*999.99*0*0*MC*99999999999*11*1***0~ + NM1*QC*1*DAK*XXXXXXX****MR*99999999999~ + NM1*74*1*DAK*XXXXXXX*N~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120124~ + DTM*232*20120116~ + DTM*233*20120116~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20120116~ + CAS*CO*24*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + SVC*HC>90716*99.99*0**9.999~ + DTM*472*20120116~ + CAS*CO*24*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111012~ + DTM*233*20111012~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111012~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111011~ + DTM*233*20111011~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111011~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*99.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111016~ + DTM*233*20111016~ + SVC*XX>99999*99.99*99.99**9.999~ + DTM*472*20111016~ + CAS*CO*45*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111015~ + DTM*233*20111015~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111015~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111014~ + DTM*233*20111014~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111014~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111013~ + DTM*233*20111013~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111013~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111228~ + DTM*233*20111228~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111228~ + CAS*CO*45*147.22*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111130~ + DTM*233*20111130~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111130~ + CAS*CO*45*147.22*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111121~ + DTM*233*20111121~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111121~ + CAS*CO*45*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111102~ + DTM*233*20111102~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111102~ + CAS*CO*45*99.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*11*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111026~ + DTM*233*20111026~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111026~ + CAS*CO*45*147.22*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*9999999999-999*1*999.99*99.99*0*MC*99999999999*21*1***0~ + NM1*QC*1*XXXXXXX*XXXXXXX*D***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20120126~ + DTM*232*20111017~ + DTM*233*20111017~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111017~ + CAS*CO*45*999.99*0~ + REF*6R*999X999999999999999999~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXX*S***MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111128~ + DTM*233*20111128~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111128~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111015~ + DTM*233*20111015~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111015~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111016~ + DTM*233*20111016~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111016~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111031~ + DTM*233*20111031~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111031~ + CAS*CO*45*147.22*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*999.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111102~ + DTM*233*20111102~ + SVC*XX>99999*999.99*999.99**9.999~ + DTM*472*20111102~ + CAS*CO*45*313.26*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111103~ + DTM*233*20111103~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111103~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111104~ + DTM*233*20111104~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111104~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111105~ + DTM*233*20111105~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111105~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111106~ + DTM*233*20111106~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20111106~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + CLP*999999999*1*999.99*111.30*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXXX****MR*99999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + DTM*050*20111229~ + DTM*232*20111107~ + DTM*233*20111107~ + SVC*XX>99999*999.99*999.9**9.999~ + DTM*472*20111107~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + SE*265*9001~ + GE*1*9~ +IEA*1*000000032~ +ISA*00* *00* *ZZ*MMISNEBR *ZZ*WWWWW *120130*1639*^*00501*000000033*0*P*>~ + GS*HP*MMISNEBR*WWWWW*20120130*163902*10*X*005010X221A1~ + ST*835*10001~ + BPR*I*482.13*C*ACH*CTX*01*999999999*DA*999999999999*9999999999**01*999999999*DA*9999999*20120201~ + TRN*1*999999999*9999999999~ + DTM*405*20120128~ + N1*PR*XXXXXXXX XXXXXXXX~ + N3*X.X. XXX 99999~ + N4*XXXXXXX*NE*999999999~ + PER*CX*XXXXXXXX XXXXXXX XXXX*TE*9999999999*TE*9999999999~ + PER*BL*XXXXXXXX XXX XXXX XXXX*TE*9999999999*TE*9999999999*EM*XXXX.XXXXXXXXXXX@XXXXXXXX.XXX~ + PER*IC**UR*XXX.XXXX.XX.XXX/XXXXXXXX~ + N1*PE*XXXXXXXX XX-XXX XXXXX XX*FI*999999999~ + N3*99999 XXXXX 99XX XX*XXXXX 999~ + N4*XXXXXXXX*NE*999999999~ + REF*PQ*99999999999~ + LX*1~ + CLP*99999999*1*999.99*999.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXX*K***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111107~ + DTM*232*20111019~ + DTM*233*20111019~ + SVC*XX>99999*999.99*999.99**9.999~ + DTM*472*20111019~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*9.99*0**9.999~ + DTM*472*20111019~ + CAS*CO*204*9.99*0~ + LQ*HE*N1~ + CLP*9999999*1*99.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXX*K***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111115~ + DTM*232*20111019~ + DTM*233*20111019~ + SVC*XX>99999*99.99*99.99**9.999~ + DTM*472*20111019~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>X9999*99.99*0**99.999~ + DTM*472*20111019~ + CAS*CO*16*99.99*0~ + LQ*HE*N1~ + LQ*HE*X999~ + LQ*HE*X999~ + SVC*XX>X9999*99.99*0**9.999~ + DTM*472*20111019~ + CAS*CO*16*99.99*0~ + LQ*HE*N1~ + LQ*HE*X999~ + CLP*99999999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXX*XXXXXXXX*S***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111109~ + DTM*232*20110929~ + DTM*233*20110929~ + SVC*XX>99999>99*999.99*99.99**9.999~ + DTM*472*20110929~ + CAS*CO*45*999.99*0~ + LQ*HE*N1~ + SVC*XX>99999*99.99*99.99**9.999~ + DTM*472*20110929~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>X9999*99.99*0**9.999~ + DTM*472*20110929~ + CAS*CO*16*99.99*0~ + LQ*HE*N1~ + LQ*HE*X999~ + SVC*HC>81025*99.99*9.99**9.999~ + DTM*472*20110929~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*99999-999*1*999.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXX*XXXXXXX*M***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20110916~ + DTM*232*20110630~ + DTM*233*20110630~ + SVC*XX>99999*999.99*99.99**9.999~ + DTM*472*20110630~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*HC>81002*99.99*3.6**9.999~ + DTM*472*20110630~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*9999999*4*9999.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXXX*XXXX****MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999-999~ + NM1*GB*1*XXXXXXXXX*XXXX~ + DTM*050*20111121~ + DTM*232*20110113~ + DTM*233*20110113~ + SVC*XX>99999*9999.99*0**9.999~ + DTM*472*20110113~ + CAS*CO*23*9999.99*0~ + LQ*HE*N1~ + LQ*HE*N36~ + CLP*99999999*1*999.99*999.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXX*XXXXXXXX*A***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111116~ + DTM*232*20111031~ + DTM*233*20111031~ + SVC*XX>99999*999.99*999.99**9.999~ + DTM*472*20111031~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*9.99*0**9.999~ + DTM*472*20111031~ + CAS*CO*204*9.99*0~ + LQ*HE*N1~ + CLP*99999-999*1*99.99*9.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20110912~ + DTM*232*20110831~ + DTM*233*20110831~ + SVC*XX>99999*99.99*9.99**9.999~ + DTM*472*20110831~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*99999-999*4*999.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20110916~ + DTM*232*20110825~ + DTM*233*20110825~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20110825~ + CAS*CO*165*999.99*0~ + LQ*HE*N1~ + LQ*HE*X999~ + CLP*16271001*1*99.99*99.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111116~ + DTM*232*20111021~ + DTM*233*20111021~ + SVC*XX>99999*9.99*0**9.999~ + DTM*472*20111021~ + CAS*CO*204*9.99*0~ + LQ*HE*N1~ + SVC*HC>81025*99.99*9.99**9.999~ + DTM*472*20111021~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*HC>81002*99.99*9.99**9.999~ + DTM*472*20111021~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*16271001*1*99.99*9.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111031~ + DTM*232*20111017~ + DTM*233*20111017~ + SVC*XX>99999*99.99*9.99**9.999~ + DTM*472*20111017~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*16271001*1*99.99*9.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXX*XXXXXX*C***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111107~ + DTM*232*20111024~ + DTM*233*20111024~ + SVC*XX>99999*99.99*9.99**9.999~ + DTM*472*20111024~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*99999999*1*999.99*999.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXX*T***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111012~ + DTM*232*20110927~ + DTM*233*20110927~ + SVC*XX>99999*999.99*999.99**9.999~ + DTM*472*20110927~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + CLP*99999999*4*999.99*0*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXX*XXXXXXX*J***MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111115~ + DTM*232*20100310~ + DTM*233*20100310~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20100310~ + CAS*CO*23*999.99*0*29*999.99*0*45*-999.99*0~ + LQ*HE*N1~ + CLP*999999*2*999.99*9.99*0*MC*99999999999**1***0~ + NM1*QC*1*XXXXXXXXXX*XXXXX****MR*99999999999~ + NM1*82*1*XXXXX*XXXXXXX X****FI*999999999~ + DTM*050*20111207~ + DTM*232*20110325~ + DTM*233*20110325~ + SVC*XX>99999>99*999.99*0**9.999~ + DTM*472*20110325~ + CAS*CO*23*112.27*0*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>99999*999.99*0**9.999~ + DTM*472*20110325~ + CAS*CO*23*99.99*0*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>X9999*99.99*9.99**9.999~ + DTM*472*20110325~ + CAS*CO*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>X9999*9.99*9.99**9.999~ + DTM*472*20110325~ + CAS*CO*45*9.99*0~ + LQ*HE*N1~ + SVC*XX>X9999*99.99*9.99**9.999~ + DTM*472*20110325~ + CAS*CO*23*9.99*0*45*99.99*0~ + LQ*HE*N1~ + SVC*XX>X9999*99.99*0**99.999~ + DTM*472*20110325~ + CAS*CO*23*.28*0*59*99.99*0~ + LQ*HE*N1~ + LQ*HE*N20~ + SE*225*10001~ + GE*1*10~ IEA*1*000000033~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.1_PatientIsNotSubscriber.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.1_PatientIsNotSubscriber.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.1_PatientIsNotSubscriber.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.1_PatientIsNotSubscriber.txt index 4e15d46a..cce1b3b1 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.1_PatientIsNotSubscriber.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.1_PatientIsNotSubscriber.txt @@ -1,35 +1,35 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*3456~ - BHT*0019*00*0123*19990210*1023*CH~ - REF*87*004010X097~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*7176149999~ - NM1*40*2*INSURANCE COMPANY XYZ*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*DENTAL ASSOCIATES*****24*587654321~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - HL*2*1*22*1~ - SBR*P*****6***CI~ - NM1*IL*1*SMITH*JANE****MI*111223333~ - NM1*PR*2*INSURANCE COMPANY XYZ*****PI*66783JJT~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26403774*150***11::1*Y**Y*Y~ - DTP*472*D8*19990209~ - REF*D9*17312345600006351~ - NM1*82*1*KILDARE*BEN****34*999996666~ - PRV*PE*ZZ*122300000N~ - LX*1~ - SV3*AD:D2150*100****1~ - TOO*JP*12*M:O~ - LX*2~ - SV3*AD:D1110*50****1~ - SE*31*3456~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*3456~ + BHT*0019*00*0123*19990210*1023*CH~ + REF*87*004010X097~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*7176149999~ + NM1*40*2*INSURANCE COMPANY XYZ*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*DENTAL ASSOCIATES*****24*587654321~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + HL*2*1*22*1~ + SBR*P*****6***CI~ + NM1*IL*1*SMITH*JANE****MI*111223333~ + NM1*PR*2*INSURANCE COMPANY XYZ*****PI*66783JJT~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26403774*150***11::1*Y**Y*Y~ + DTP*472*D8*19990209~ + REF*D9*17312345600006351~ + NM1*82*1*KILDARE*BEN****34*999996666~ + PRV*PE*ZZ*122300000N~ + LX*1~ + SV3*AD:D2150*100****1~ + TOO*JP*12*M:O~ + LX*2~ + SV3*AD:D1110*50****1~ + SE*31*3456~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2A_COB.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2A_COB.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2A_COB.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2A_COB.txt index 0ce074f9..242bd950 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2A_COB.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2A_COB.txt @@ -1,33 +1,33 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*0002~ - BHT*0019*00*0123*19990210*1023*CH~ - REF*87*004010X097~ - NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ - PER*IC*JERRY*TE*7176149999~ - NM1*40*2*KEY INSURANCE COMPANY*****46*999996666~ - HL*1**20*1~ - NM1*85*2*DENTAL ASSOCIATES*****24*587654321~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - HL*2*1*22*1~ - SBR*P*****6***CI~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26403774*200***11::1*Y**Y*Y~ - DTP*472*D8*19990209~ - REF*D9*111222333444~ - NM1*82*1*KILDARE*BEN****34*123454321~ - PRV*PE*ZZ*122300000N~ - LX*1~ - SV3*AD:D3320*200****1~ - TOO*JP*5~ - SE*29*0002~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*0002~ + BHT*0019*00*0123*19990210*1023*CH~ + REF*87*004010X097~ + NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ + PER*IC*JERRY*TE*7176149999~ + NM1*40*2*KEY INSURANCE COMPANY*****46*999996666~ + HL*1**20*1~ + NM1*85*2*DENTAL ASSOCIATES*****24*587654321~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + HL*2*1*22*1~ + SBR*P*****6***CI~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26403774*200***11::1*Y**Y*Y~ + DTP*472*D8*19990209~ + REF*D9*111222333444~ + NM1*82*1*KILDARE*BEN****34*123454321~ + PRV*PE*ZZ*122300000N~ + LX*1~ + SV3*AD:D3320*200****1~ + TOO*JP*5~ + SE*29*0002~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2B_COB.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2B_COB.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2B_COB.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2B_COB.txt index 1cb30b30..b3a1982e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2B_COB.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.2B_COB.txt @@ -1,43 +1,43 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*0123~ - BHT*0019*00*0123*19990210*1023*CH~ - REF*87*004010X097~ - NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ - PER*IC*JERRY*TE*7176149999~ - NM1*40*2*GREAT PRAIRIES HEALTH*****46*123456789~ - HL*1**20*1~ - NM1*85*2*DENTAL ASSOCIATES*****24*587654321~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - HL*2*1*22*1~ - SBR*S*****1***CI~ - NM1*IL*1*SMITH*JACK****MI*T55TY666~ - NM1*PR*2*GREAT PRAIRIES HEALTH*****PI*123456789~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26403774*200***11::1*Y**Y*Y~ - DTP*472*D8*19990209~ - REF*D9*444333222111~ - NM1*82*1*KILDARE*BEN****34*123454321~ - PRV*PE*ZZ*122300000N~ - SBR*P*19*******CI~ - CAS*PR*1*50*1~ - AMT*D*150~ - AMT*F2*50~ - DMG*D8*19430501*F~ - OI***Y***Y~ - NM1*IL*1*SMITH*JANE****MI*JS001112223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - LX*1~ - SV3*AD:D3320*200****1~ - TOO*JP*5~ - SE*39*0123~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*0123~ + BHT*0019*00*0123*19990210*1023*CH~ + REF*87*004010X097~ + NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ + PER*IC*JERRY*TE*7176149999~ + NM1*40*2*GREAT PRAIRIES HEALTH*****46*123456789~ + HL*1**20*1~ + NM1*85*2*DENTAL ASSOCIATES*****24*587654321~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + HL*2*1*22*1~ + SBR*S*****1***CI~ + NM1*IL*1*SMITH*JACK****MI*T55TY666~ + NM1*PR*2*GREAT PRAIRIES HEALTH*****PI*123456789~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26403774*200***11::1*Y**Y*Y~ + DTP*472*D8*19990209~ + REF*D9*444333222111~ + NM1*82*1*KILDARE*BEN****34*123454321~ + PRV*PE*ZZ*122300000N~ + SBR*P*19*******CI~ + CAS*PR*1*50*1~ + AMT*D*150~ + AMT*F2*50~ + DMG*D8*19430501*F~ + OI***Y***Y~ + NM1*IL*1*SMITH*JANE****MI*JS001112223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + LX*1~ + SV3*AD:D3320*200****1~ + TOO*JP*5~ + SE*39*0123~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.3_PredeterminationOfBenefits.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.3_PredeterminationOfBenefits.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.3_PredeterminationOfBenefits.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.3_PredeterminationOfBenefits.txt index eebf1c07..1a30b660 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.3_PredeterminationOfBenefits.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.3_PredeterminationOfBenefits.txt @@ -1,29 +1,29 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*0321~ - BHT*0019*00*0123*19990217*1023*CH~ - REF*87*004010X097~ - NM1*41*2*ABC CLEARINGHOUSE*****46*ABC123~ - PER*IC*JERRY*TE*7176149999~ - NM1*40*2*KEY INSURANCE COMPANY*****46*999996666~ - HL*1**20*1~ - PRV*BI*ZZ*122300000N~ - NM1*85*1*JOHN*DOE****24*587654321~ - N3*123 TOOTH DRIVE~ - N4*MIAMI*FL*33411~ - HL*2*1*22*1~ - SBR*P*18****6***CI~ - NM1*IL*1*SMITH*JANE****MI*111223333~ - N3*236 N MAIN STREET~ - N4*MIAMI*FL*33413~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - CLM*SMITH878*750***11::1*Y**Y*Y**********PB~ - PWK*RB*BM***AC*SMITHJANE11122333~ - REF*D9*123123123~ - LX*1~ - SV3*AD:D2750*750***I*1~ - TOO*JP*13~ - SE*25*0321~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*0321~ + BHT*0019*00*0123*19990217*1023*CH~ + REF*87*004010X097~ + NM1*41*2*ABC CLEARINGHOUSE*****46*ABC123~ + PER*IC*JERRY*TE*7176149999~ + NM1*40*2*KEY INSURANCE COMPANY*****46*999996666~ + HL*1**20*1~ + PRV*BI*ZZ*122300000N~ + NM1*85*1*JOHN*DOE****24*587654321~ + N3*123 TOOTH DRIVE~ + N4*MIAMI*FL*33411~ + HL*2*1*22*1~ + SBR*P*18****6***CI~ + NM1*IL*1*SMITH*JANE****MI*111223333~ + N3*236 N MAIN STREET~ + N4*MIAMI*FL*33413~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + CLM*SMITH878*750***11::1*Y**Y*Y**********PB~ + PWK*RB*BM***AC*SMITHJANE11122333~ + REF*D9*123123123~ + LX*1~ + SV3*AD:D2750*750***I*1~ + TOO*JP*13~ + SE*25*0321~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.4_OrthodonticTreatment.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.4_OrthodonticTreatment.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.4_OrthodonticTreatment.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.4_OrthodonticTreatment.txt index 788077aa..b51470ad 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.4_OrthodonticTreatment.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.1.4_OrthodonticTreatment.txt @@ -1,31 +1,31 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*0322~ - BHT*0019*00*0123*19990217*1023*CH~ - REF*87*004010X097~ - NM1*41*1*JOHN DOE*****46*940001~ - PER*IC*SALLY*TE*7175555555~ - NM1*40*2*KEY INSURANCE COMPANY*****46*999996666~ - HL*1**20*1~ - PRV*BI*ZZ*122300000N~ - NM1*85*1*JOHN*DOE****24*587654321~ - N3*123 TOOTH DRIVE~ - N4*MIAMI*FL*33411~ - HL*2*1*22*1~ - SBR*P*****6***CI~ - NM1*IL*1*SMITH*JANE****MI*111223333~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19850501*M~ - CLM*SMITH788*4000***11::1*Y**Y*Y~ - DTP*452*D8*19990215~ - DN1*36~ - LX*1~ - SV3*AD:D8080*4000****1~ - SE*27*0322~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*0322~ + BHT*0019*00*0123*19990217*1023*CH~ + REF*87*004010X097~ + NM1*41*1*JOHN DOE*****46*940001~ + PER*IC*SALLY*TE*7175555555~ + NM1*40*2*KEY INSURANCE COMPANY*****46*999996666~ + HL*1**20*1~ + PRV*BI*ZZ*122300000N~ + NM1*85*1*JOHN*DOE****24*587654321~ + N3*123 TOOTH DRIVE~ + N4*MIAMI*FL*33411~ + HL*2*1*22*1~ + SBR*P*****6***CI~ + NM1*IL*1*SMITH*JANE****MI*111223333~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19850501*M~ + CLM*SMITH788*4000***11::1*Y**Y*Y~ + DTP*452*D8*19990215~ + DN1*36~ + LX*1~ + SV3*AD:D8080*4000****1~ + SE*27*0322~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.1_WorkmansComp.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.1_WorkmansComp.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.1_WorkmansComp.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.1_WorkmansComp.txt index a84ba315..6fcd9d11 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.1_WorkmansComp.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.1_WorkmansComp.txt @@ -1,36 +1,36 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*873401~ - BHT*0019*00*0124*19970411*0724*CH~ - REF*87*004010X097~ - NM1*41*2*SPEEDY BILLING SERVICE*****46*SJ431~ - PER*IC*SAM SPEEDY*TE*8155554444~ - NM1*40*2*BASKET & ROBERTS INSURANCE COMPANY*****46*345345345~ - HL*1**20*1~ - NM1*85*2*DENTAL ASSOCIATES*****24*331330001~ - N3*1 837 PROFESSIONAL DRIVE~ - N4*PISTACHIO*VT*55557~ - HL*2*1*22*1~ - SBR*P*****6***WC~ - NM1*IL*2*JEN & BARRY’S ICE CREAM SHOPPE*****MI*WC962222L~ - NM1*PR*2*BASKET & ROBERTS INSURANCE COMPANY*****PI*345345345~ - HL*3*2*23*0~ - PAT*20~ - NM1*QC*1*PLUMP*PENNY~ - N3*265 DOUBLE DIP LANE~ - N4*SUGAR CONE*VT*55544~ - DMG*D8*19770211*F~ - REF*Y4*W9123499~ - CLM*888228888*270***11::1*Y**Y*Y**EM~ - DTP*439*D8*19970212~ - DTP*472*D8*19970212~ - NM1*82*1*SWEETTOOTH*SAM****34*331330001~ - PRV*PE*ZZ*122300000N~ - LX*1~ - SV3*AD:D0230*40****4~ - LX*2~ - SV3*AD:D7270*230****1~ - TOO*JP*8~ - SE*32*873401~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*873401~ + BHT*0019*00*0124*19970411*0724*CH~ + REF*87*004010X097~ + NM1*41*2*SPEEDY BILLING SERVICE*****46*SJ431~ + PER*IC*SAM SPEEDY*TE*8155554444~ + NM1*40*2*BASKET & ROBERTS INSURANCE COMPANY*****46*345345345~ + HL*1**20*1~ + NM1*85*2*DENTAL ASSOCIATES*****24*331330001~ + N3*1 837 PROFESSIONAL DRIVE~ + N4*PISTACHIO*VT*55557~ + HL*2*1*22*1~ + SBR*P*****6***WC~ + NM1*IL*2*JEN & BARRY’S ICE CREAM SHOPPE*****MI*WC962222L~ + NM1*PR*2*BASKET & ROBERTS INSURANCE COMPANY*****PI*345345345~ + HL*3*2*23*0~ + PAT*20~ + NM1*QC*1*PLUMP*PENNY~ + N3*265 DOUBLE DIP LANE~ + N4*SUGAR CONE*VT*55544~ + DMG*D8*19770211*F~ + REF*Y4*W9123499~ + CLM*888228888*270***11::1*Y**Y*Y**EM~ + DTP*439*D8*19970212~ + DTP*472*D8*19970212~ + NM1*82*1*SWEETTOOTH*SAM****34*331330001~ + PRV*PE*ZZ*122300000N~ + LX*1~ + SV3*AD:D0230*40****4~ + LX*2~ + SV3*AD:D7270*230****1~ + TOO*JP*8~ + SE*32*873401~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.2_Automobile.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.2_Automobile.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.2_Automobile.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.2_Automobile.txt index a0be1606..fde7157b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.2_Automobile.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837D/_4010/Spec_4.2.2_Automobile.txt @@ -1,39 +1,39 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*873501~ - BHT*0019*00*0125*19970411*1524*CH~ - REF*87*004010X097~ - NM1*41*2*DENTAL ASSOCIATES*****46*579999999~ - PER*IC*SYDNEY SNOW*TE*2125557987~ - NM1*40*2*HEISMAN INSURANCE COMPANY*****46*555667777~ - HL*1**20*1~ - NM1*85*2*DENTAL ASSOCIATES*****XX*591PD123~ - N3*10 1/2 SHOEMAKER STREET~ - N4*COBBLER*CA*99997~ - REF*TJ*579999999~ - HL*2*1*22*1~ - SBR*P*****6***LM~ - NM1*IL*1*HOWLING*HAL****MI*B99977791G~ - NM1*PR*2*HEISMAN INSURANCE COMPANY*****PI*999888777~ - HL*3*2*23*0~ - PAT*41~ - NM1*QC*1*DIMPSON*D*J***34*567324788~ - N3*32 BUFFALO RUN~ - N4*ROCKING HORSE*CA*99666~ - DMG*D8*19480601*M~ - REF*Y4*32323232~ - CLM*900000032*390***11::1*Y**Y*Y**AA:::CA~ - DTP*439*D8*19970201~ - DTP*472*D8*19970202~ - NM1*82*1*MOGLIE*BRUNO****34*224873702~ - PRV*PE*ZZ*122300000N~ - LX*1~ - SV3*AD:D0330*40****1~ - LX*2~ - SV3*AD:D5820*350***I*1~ - TOO*JP*8~ - TOO*JP*9~ - TOO*JP*13~ - SE*35*873501~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*873501~ + BHT*0019*00*0125*19970411*1524*CH~ + REF*87*004010X097~ + NM1*41*2*DENTAL ASSOCIATES*****46*579999999~ + PER*IC*SYDNEY SNOW*TE*2125557987~ + NM1*40*2*HEISMAN INSURANCE COMPANY*****46*555667777~ + HL*1**20*1~ + NM1*85*2*DENTAL ASSOCIATES*****XX*591PD123~ + N3*10 1/2 SHOEMAKER STREET~ + N4*COBBLER*CA*99997~ + REF*TJ*579999999~ + HL*2*1*22*1~ + SBR*P*****6***LM~ + NM1*IL*1*HOWLING*HAL****MI*B99977791G~ + NM1*PR*2*HEISMAN INSURANCE COMPANY*****PI*999888777~ + HL*3*2*23*0~ + PAT*41~ + NM1*QC*1*DIMPSON*D*J***34*567324788~ + N3*32 BUFFALO RUN~ + N4*ROCKING HORSE*CA*99666~ + DMG*D8*19480601*M~ + REF*Y4*32323232~ + CLM*900000032*390***11::1*Y**Y*Y**AA:::CA~ + DTP*439*D8*19970201~ + DTP*472*D8*19970202~ + NM1*82*1*MOGLIE*BRUNO****34*224873702~ + PRV*PE*ZZ*122300000N~ + LX*1~ + SV3*AD:D0330*40****1~ + LX*2~ + SV3*AD:D5820*350***I*1~ + TOO*JP*8~ + TOO*JP*9~ + TOO*JP*13~ + SE*35*873501~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Example1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Example1.txt index 2e24d641..4eaac5b3 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Example1.txt @@ -1,48 +1,48 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*0034~ - BHT*0019*00*3920394930203*20070816*1615*CH~ - REF*87*004010X096A1~ - NM1*41*2*HOWDEE HOSPITAL*****XX*0123456789~ - PER*IC*BETTY RUBBLE*TE*9195551111~ - NM1*40*2*BLUE CROSS BLUE SHIELD OF NC*****46*987654321~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*HOWDEE HOSPITAL*****XX*0123456789~ - N3*123 HOWDEE BOULEVARD~ - N4*DURHAM*NC*27701~ - REF*1J*654~ - PER*IC*BETTY RUBBLE*TE*9195551111*FX*6145551212~ - HL*2*1*22*0~ - SBR*P*18*XYZ1234567******BL~ - PAT*********Y~ - NM1*IL*1*DOUGH*MARY****MI*12312312312~ - N3*BOX 12312~ - N4*DURHAM*NC*27715~ - DMG*D8*19670807*F~ - NM1*PR*2*BLUE CROSS BLUE SHIELD OF NC*****PI*987654321~ - CLM*2235057*200***13:A:1*Y**Y*A*********N~ - DTP*434*RD8*20070730-20070730~ - CL1*1*9*01~ - AMT*C5*160~ - REF*F8*ASD0000123~ - HI*BK:25000~ - HI*BF:78901~ - HI*BR:4491:D8:20070730~ - HI*BH:41:D8:20070501*BH:27:D8:20070715*BH:33:D8:20070415*BH:C2:D8:20070410~ - HI*BE:30:::20~ - HI*BG:01~ - NM1*71*1*SMITH*ELIZABETH*AL***34*243898989~ - REF*1G*P97777~ - LX*1~ - SV2*0300*HC:81000*120*UN*1~ - DTP*472*D8*20070730~ - LX*2~ - SV2*0320*HC:76092*50*UN*1~ - DTP*472*D8*20070730~ - LX*3~ - SV2*0270*HC:J1120*30*UN*1~ - DTP*472*D8*20070730~ - SE*44*0034~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*0034~ + BHT*0019*00*3920394930203*20070816*1615*CH~ + REF*87*004010X096A1~ + NM1*41*2*HOWDEE HOSPITAL*****XX*0123456789~ + PER*IC*BETTY RUBBLE*TE*9195551111~ + NM1*40*2*BLUE CROSS BLUE SHIELD OF NC*****46*987654321~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*HOWDEE HOSPITAL*****XX*0123456789~ + N3*123 HOWDEE BOULEVARD~ + N4*DURHAM*NC*27701~ + REF*1J*654~ + PER*IC*BETTY RUBBLE*TE*9195551111*FX*6145551212~ + HL*2*1*22*0~ + SBR*P*18*XYZ1234567******BL~ + PAT*********Y~ + NM1*IL*1*DOUGH*MARY****MI*12312312312~ + N3*BOX 12312~ + N4*DURHAM*NC*27715~ + DMG*D8*19670807*F~ + NM1*PR*2*BLUE CROSS BLUE SHIELD OF NC*****PI*987654321~ + CLM*2235057*200***13:A:1*Y**Y*A*********N~ + DTP*434*RD8*20070730-20070730~ + CL1*1*9*01~ + AMT*C5*160~ + REF*F8*ASD0000123~ + HI*BK:25000~ + HI*BF:78901~ + HI*BR:4491:D8:20070730~ + HI*BH:41:D8:20070501*BH:27:D8:20070715*BH:33:D8:20070415*BH:C2:D8:20070410~ + HI*BE:30:::20~ + HI*BG:01~ + NM1*71*1*SMITH*ELIZABETH*AL***34*243898989~ + REF*1G*P97777~ + LX*1~ + SV2*0300*HC:81000*120*UN*1~ + DTP*472*D8*20070730~ + LX*2~ + SV2*0320*HC:76092*50*UN*1~ + DTP*472*D8*20070730~ + LX*3~ + SV2*0270*HC:J1120*30*UN*1~ + DTP*472*D8*20070730~ + SE*44*0034~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch1.txt index 9a89e974..7f691a78 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch1.txt @@ -1,2763 +1,2763 @@ -ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ - GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ - ST*837*612951744~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - REF*G2*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX99999999X~ - N3*9999 XXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19831102*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - SE*42*612951744~ - ST*837*612951745~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*S*E***MI*X99999999~ - N3*999 XXXXXX XXXX XXX X9~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19880307*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*VAA21214*459.25***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**999.99*UN*6~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - SE*46*612951745~ - ST*837*612951746~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*M***MI*X99999999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXX*FL*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXX*XXXXX*O***MI*X99999999999~ - N3*99 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*20020606*F~ - REF*SY*999999999~ - CLM*VAA21201*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*1*7*02~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*7~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*9~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - SE*69*612951746~ - ST*837*612951747~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXX*R***MI*X99999999~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19560319*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071024~ - SE*39*612951747~ - ST*837*612951748~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XXXX XX XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19521024*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071001-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|X9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071001~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071010~ - SE*43*612951748~ - ST*837*612951749~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XXXX XX XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19521024*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070914-20070924~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|X9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070914~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - SE*43*612951749~ - ST*837*612951750~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CI~ - NM1*IL*1*XXXXXXXX*XXXX*L***MI*999999999~ - N3*999 XXXX XXX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19550722*M~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XX XXX 999999~ - N4*XXXXXXX*GA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - SE*46*612951750~ - ST*837*612951751~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*99X999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19261225*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20070926-20070930~ - DTP*435*DT*999999999999~ - CL1*3*1*02~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999999999999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*DR|430~ - HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ - QTY*CA*4*DA~ - NM1*71*1*BAE*XXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19261225*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - REF*G1*9999999999~ - NM1*QC*1******MI*XXX999999999999~ - LX*1~ - SV2*9999**9999*DA*4*950~ - LX*2~ - SV2*9999**999.9*UN*76~ - LX*3~ - SV2*9999**4*UN*4~ - LX*4~ - SV2*9999**999.9*UN*8~ - LX*5~ - SV2*9999**999.9*UN*3~ - SE*63*612951751~ - ST*837*612951752~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19261225*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20070930-20071002~ - DTP*435*DT*999999999999~ - CL1*3*1*65~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|999~ - HI*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|99999*XX|9999~ - HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ - QTY*CA*2*DA~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19261225*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - REF*G1*9999999999~ - NM1*QC*1******MI*XXX999999999999~ - LX*1~ - SV2*9999**9999.9*DA*2*999.9~ - LX*2~ - SV2*9999**999.99*UN*33~ - LX*3~ - SV2*9999**157.08*UN*9~ - LX*4~ - SV2*9999**5*UN*5~ - LX*5~ - SV2*9999**178*UN*4~ - LX*6~ - SV2*9999**999.9*UN*4~ - LX*7~ - SV2*9999**150*UN*1~ - LX*8~ - SV2*9999**999.9*UN*3~ - SE*69*612951752~ - ST*837*612951753~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19261225*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20070924-20070926~ - DTP*435*DT*999999999999~ - CL1*3*1*65~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*DR|320~ - HI*XX|9999*XX|99999*XX|9999*XX|9999*BF|311*XX|9999*XX|9999*XX|99999~ - HI*XX|9999|X9|99999999~ - QTY*CA*2*DA~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - NM1*72*1*XXXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19261225*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - REF*G1*9999999999~ - NM1*QC*1******MI*XXX999999999999~ - LX*1~ - SV2*9999**9999.9*DA*1*9999.9~ - LX*2~ - SV2*9999**9999.9*DA*1*9999.9~ - LX*3~ - SV2*9999**999.9*UN*42~ - LX*4~ - SV2*9999**99.99*UN*3~ - LX*5~ - SV2*9999**4*UN*4~ - LX*6~ - SV2*9999**9999.9*UN*25~ - LX*7~ - SV2*9999**999.9*UN*1~ - LX*8~ - SV2*9999**766*UN*1~ - LX*9~ - SV2*9999**150*UN*1~ - LX*10~ - SV2*9999**999.9*UN*1~ - LX*11~ - SV2*9999**9999.9*UN*3~ - LX*12~ - SV2*9999**999.9*UN*2~ - SE*79*612951753~ - ST*837*612951754~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*L***MI*X9999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXXX XXXX*VA*99999~ - DMG*D8*19960911*M~ - REF*SY*999999999~ - CLM*VAA20104*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070922-20070922~ - CL1*3*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - SE*45*612951754~ - ST*837*612951755~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999X99999~ - N3*999 XXXXXX XXXX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19470910*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071025~ - SE*43*612951755~ - ST*837*612951756~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXXXXX XXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*S*18*******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*9999999~ - N3*999 XXXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19290310*F~ - NM1*PR*2*XXXXXXXXXXX XXXXXXX*****PI*XXXX9~ - N3*XXX 99999~ - N4*XXXXXXX*KS*99999~ - CLM*XXX99999*999.99***99|X|9*M*A*Y*Y*********N~ - DTP*434*RD8*20070922-20070922~ - CL1*1*7*01~ - AMT*C5*99.99~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|X9|||99.99~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - SBR*P*18*******MA~ - AMT*C4*999.99~ - DMG*D8*19290310*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999X~ - N3*999 XXXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*71*1~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.99*UN*1**99.99~ - DTP*472*D8*20070922~ - LX*2~ - SV2*9999*XX|99999|99*999.9*UN*1~ - DTP*472*D8*20070922~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - SE*58*612951756~ - ST*837*612951757~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*H***MI*XXX999X99999~ - N3*9999 XXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19430820*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071008~ - SE*41*612951757~ - ST*837*612951758~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*R***MI*X99999999~ - N3*999 XXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19751228*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*3~ - SV2*9999*XX|99999*75*UN*1~ - DTP*472*D8*20070921~ - LX*4~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070921~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070921~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - SE*55*612951758~ - ST*837*612951759~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*XXXXXXXX*XXXXX*H***MI*999999999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XX XXX 999999~ - N4*XXXXXXX*GA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXXX*XXXXXX*P***MI*999999999~ - N3*9999 X X 99XX XX~ - N4*XXXXXXXXX*FL*99999~ - DMG*D8*19860629*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071024~ - SE*43*612951759~ - ST*837*612951760~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXX*H***MI*XXX999999999~ - N3*99999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19460530*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070925-20070925~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|99999*XX|9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**999.99*UN*1~ - DTP*472*D8*20070925~ - LX*2~ - SV2*9999*XX|99999*221*UN*1~ - DTP*472*D8*20070925~ - LX*3~ - SV2*9999*XX|99999*766*UN*1~ - DTP*472*D8*20070925~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070925~ - SE*51*612951760~ - ST*837*612951761~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXXX*L***MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19420209*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070905-20070905~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|999*BJ|V1006~ - HI*BF|V1006*XX|X9999*XX|9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19420209*M~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXXX*L***MI*XXX999X99999~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX999X99999~ - LX*1~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070905~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*3~ - SV2*9999*XX|99999*101*UN*1~ - DTP*472*D8*20070905~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*6~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070905~ - LX*7~ - SV2*9999**5.3*UN*2**5.3~ - DTP*472*D8*20070905~ - SE*68*612951761~ - ST*837*612951762~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*O***MI*99999999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19561217*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071018-20071018~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - HI*XX|9999~ - HI*XX|9999|X9|99999999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*T*K***XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - NM1*72*1*XXXX*T*K***XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.9*UN*2~ - DTP*472*D8*20071018~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20071018~ - LX*3~ - SV2*9999*XX|99999*567*UN*1~ - DTP*472*D8*20071018~ - LX*4~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20071018~ - LX*5~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20071018~ - SE*56*612951762~ - ST*837*612951763~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXX*R***MI*999999999X~ - N3*999 X XXXX XX XXX X~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19440526*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|99999*BF|412*XX|9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - SE*46*612951763~ - ST*837*612951764~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXX XXXXXXXXX XXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX*S***MI*999999999~ - N3*9999 XXX XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19640228*F~ - NM1*PR*2*XXXXXXX XXXXXXXXX XXXX*****PI*99999~ - N3*XXX99999~ - N4*XXXXXXXXX*NC*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071005-20071005~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*NPN~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071005~ - SE*40*612951764~ - ST*837*612951765~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999X9~ - N3*XXXXXX99 XXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19530331*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*QD*1*XXXXXXXX*XXXXXXXX~ - N3*9999 XXXXXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071014-20071014~ - CL1*3*1*03~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*BK|412*BJ|412~ - HI*XX|9999*XX|9999*XX|99999*XX|9999~ - NM1*71*1*XXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******MC~ - DMG*D8*19530331*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999999~ - N3*XXXXXX99 XXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*MCD~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*999999999999~ - LX*1~ - SV2*9999*HC|80202*99.9*UN*1~ - DTP*472*D8*20071014~ - SE*53*612951765~ - ST*837*612951766~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXX*XXXX*M***MI*99999999999~ - N3*9999 X XXXX XXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19850705*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**999.9*UN*234~ - DTP*472*D8*20071011~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071011~ - LX*3~ - SV2*9999*XX|99999*9999*UN*1~ - DTP*472*D8*20071011~ - SE*46*612951766~ - ST*837*612951767~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*K***MI*999999999~ - N3*9999 XXXXX XX XXX X~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19560404*M~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XXXXXXX*GA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|X9999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*6~ - DTP*472*D8*20071024~ - SE*40*612951767~ - ST*837*612951768~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ - N3*9999 XXXXX XXXX~ - N4*XX XXXXXXXX*VA*99999~ - DMG*D8*19631110*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|9999*XX|X9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXXX*IAN****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - SE*44*612951768~ - ST*837*612951769~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*SUE*E***MI*99999999999~ - N3*999 XXX XXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19491204*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|X9999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - SE*43*612951769~ - ST*837*612951770~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*999999999X~ - N3*9999 XXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19370518*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070911-20070911~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*BK|V1003*BJ|V1003~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19370518*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*XX99999999~ - N3*9999 XXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - NM1*PR*2*XXX XXXXXXX XXXX*****PI*XXXX9~ - N3*XX XXX 99999~ - N4*XXXXXXXXX*FL*99999~ - NM1*QC*1******MI*XX99999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070911~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070911~ - LX*3~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070911~ - SE*55*612951770~ - ST*837*612951771~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*999999999X~ - N3*XXXXXXXXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19150307*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070911-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19150307*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*9999999999~ - N3*XXXXXXXXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX*****PI*XXXX~ - N3*XXX 999999~ - N4*XXXXXXX*GA*99999~ - NM1*QC*1******MI*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070911~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1**99.9~ - DTP*472*D8*20070927~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - SE*58*612951771~ - ST*837*612951772~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*L***MI*X99999999~ - N3*9999 XXXXXXX XXX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19750314*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071010-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*X9999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071010~ - SE*40*612951772~ - ST*837*612951773~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXX*M***MI*99999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19510215*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070929-20070929~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999~ - HI*XX|9999|X9|99999999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - NM1*72*1*XXXXXX*XXXX****XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999|XX*999.9*UN*1~ - DTP*472*D8*20070929~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070929~ - SE*51*612951773~ - ST*837*612951774~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXX*C***MI*X99999999~ - N3*999 XXXX XXXXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19520325*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999*HC|G0202*999.9*UN*1~ - DTP*472*D8*20071009~ - SE*42*612951774~ - ST*837*612951775~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*C***MI*99999999999~ - N3*99999 XXXXXXXX XXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19561004*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071011~ - SE*37*612951775~ - ST*837*612951776~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*X X XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - REF*G2*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999*FX*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*XXXXX*XXXXXX*E***MI*XXX999X9999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*33~ - NM1*QC*1*XXXXX*XXXXX*B***MI*XXX999X9999999~ - N3*9999 XXXX XXXX XXX X~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19860217*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070922-20070922~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999*XX|X9999~ - HI*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - SE*48*612951776~ - ST*837*612951777~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXX*XXXXXXXXXX*D***MI*XXX999999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*32~ - NM1*QC*1*XXXXX*XXXXXXX*M***MI*XXX999999999999~ - N3*9999 XXXXXXX XX XXX~ - N4*XXXXXXXXX*PA*99999~ - DMG*D8*19890213*F~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070920-20070920~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20070920~ - SE*45*612951777~ - ST*837*612951778~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*99999999999~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19721220*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|9999*XX|9999*XX|9999~ - HI*XX|9999|X9|99999999~ - HI*XX|999|X9|99999999~ - NM1*71*1*XXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - NM1*72*1*XXXXX*XXXX****XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**999.9*UN*8~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20070928~ - LX*3~ - SV2*9999**999.9*UN*6~ - DTP*472*D8*20070928~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*5~ - SV2*9999*XX|99999*62*UN*1~ - DTP*472*D8*20070926~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*7~ - SV2*9999*XX|99999*50*UN*1~ - DTP*472*D8*20070926~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*9~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*10~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*11~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*12~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20070928~ - LX*13~ - SV2*9999**9999*UN*1~ - DTP*472*D8*20070928~ - SE*80*612951778~ - ST*837*612951779~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999X~ - N3*999 XXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19380628*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070917-20070917~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CH~ - DMG*D8*19380628*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999~ - N3*999 XXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXX*****PI*XXXXXXX~ - N3*XXX 999999~ - N4*XXXXXXXX XXXXX*SC*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070917~ - SE*49*612951779~ - ST*837*612951780~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXX*XXXXXXX*B***MI*X99999999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XX XXXX*TX*99999~ - HL*3*2*23*0~ - PAT*33~ - NM1*QC*1*XXXX*XXXXXX*D***MI*X99999999999~ - N3*9999 XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19880726*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999~ - SBR*S*18*******CI~ - DMG*D8*19880726*F~ - OI***Y***Y~ - NM1*IL*1*XXXX*XXXXXX*D***MI*999999999~ - N3*9 XXXXX XXXX XX~ - N4*XXXXXX*NJ*99999~ - NM1*PR*2*XXXXXXXXX XXX*****PI*XXXX9~ - N3*XXX 999~ - N4*XXXXX XXXXX*NJ*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - SE*51*612951780~ - ST*837*612951781~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXX*E***MI*999999999X~ - N3*99 XXXXXX XX~ - N4*XX XXXXXXX*VA*99999~ - DMG*D8*19340810*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071002-20071016~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X999*XX|X999~ - HI*XX|9999~ - HI*XX|99|X9|99999999*XX|99|X9|99999999*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19340810*M~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXX*E***MI*9999999~ - N3*99 XXXXXX XX~ - N4*XX XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXXXXXX XXXX*****PI*XXXX9~ - N3*XX XXX 999~ - N4*XXXXXXX XXXXXXX*KS*99999~ - NM1*QC*1******MI*9999999~ - LX*1~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071002~ - LX*2~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071002~ - LX*3~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071004~ - LX*4~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071004~ - LX*5~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071009~ - LX*6~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071011~ - LX*7~ - SV2*9999*XX|99999|XX*40*UN*1~ - DTP*472*D8*20071011~ - LX*8~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071016~ - LX*9~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071016~ - SE*76*612951781~ - ST*837*612951782~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*X99999999999~ - N3*9999 XXXXXXX XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19480916*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 99999~ - N4*XXXXXXXXX*KY*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071010-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - SBR*S*18*******BL~ - DMG*D8*19480916*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXX*E***MI*XXX9999999999~ - N3*9999 XXXXXXX XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX9999999999~ - LX*1~ - SV2*9999*XX|99999*999.99*UN*1~ - DTP*472*D8*20071010~ - SE*46*612951782~ - ST*837*612951783~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*S***MI*X99999999~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19550621*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*243***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - LX*1~ - SV2*9999*XX|99999*243*UN*1~ - DTP*472*D8*20070927~ - SE*37*612951783~ - ST*837*612951784~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*Y***MI*99999999999~ - N3*9999 X XXXXXXXXX XXXXX~ - N4*XXXX XXXXX*VA*99999~ - DMG*D8*19640227*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071022-20071022~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071022~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071022~ - SE*42*612951784~ - ST*837*612951785~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ - N3*9999 XXXXXXXX XXX~ - N4*XXX XXXXXX*VA*99999~ - DMG*D8*19400912*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070907-20070907~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|999*XX|999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19400912*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*X99999999999~ - N3*9999 XXXXXXXX XXX~ - N4*XXX XXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXX*****PI*XXXX9~ - N3*XXX 99999~ - N4*XXXXXXXXX*KY*99999~ - NM1*QC*1******MI*X99999999999~ - LX*1~ - SV2*9999*HC|81001*99.9*UN*1~ - DTP*472*D8*20070907~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070907~ - SE*52*612951785~ - ST*837*612951786~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXXX*L***MI*XXX999X99999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXX*XXXX*E***MI*XXX999X99999~ - N3*XXX 999~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19500420*F~ - REF*SY*999999999~ - CLM*XXX99999*100***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - SE*51*612951786~ - ST*837*612951787~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ - N3*999 XXXXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19501024*F~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071005-20071005~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*9999999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - LX*1~ - SV2*9999**192*UN*80~ - DTP*472*D8*20071005~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071005~ - SE*45*612951787~ - ST*837*612951788~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19160909*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070919-20070919~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19160909*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 999999~ - N4*XX XXXX*TX*99999~ - NM1*QC*1******MI*99999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - SE*49*612951788~ - ST*837*612951789~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19160909*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070905-20070905~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|99999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19160909*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 999999~ - N4*XX XXXX*TX*99999~ - NM1*QC*1******MI*99999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*3~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070905~ - SE*56*612951789~ - ST*837*612951790~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXX*XXXXX*G***MI*99999999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19590225*M~ - REF*SY*999999999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070924-20070924~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999*XX|X999~ - HI*XX|99999*XX|9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**9.99*UN*1~ - DTP*472*D8*20070924~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*5~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*6~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*7~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*8~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*9~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*10~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*11~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*12~ - SV2*9999*XX|99999*7.8*UN*1~ - DTP*472*D8*20070924~ - LX*13~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*14~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*15~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - SE*87*612951790~ - ST*837*612951791~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19620714*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*C*W***XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**123*UN*15~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*XX|99999*9999*UN*1~ - DTP*472*D8*20070927~ - SE*43*612951791~ - ST*837*612951792~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19430210*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*BF|725~ - NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19430210*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXX XXXXXXXX XXX XXX*****PI*XXXX9~ - N3*XXXXXXXXXX XXXXXXXXX XXX~ - N4*XXXXXXX XXXX*MD*99999~ - NM1*QC*1******MI*999999999X~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*3~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070927~ - SE*56*612951792~ - ST*837*612951793~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXXX*D***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19240601*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*2~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070921~ - SE*42*612951793~ - ST*837*612951794~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXX*M***MI*999999999X~ - N3*999 XXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19690115*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070910-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070910~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - SE*42*612951794~ - ST*837*612951795~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXXXXX*M***MI*X9999999999~ - N3*9999 XXXXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19990324*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - SE*45*612951795~ - ST*837*612951796~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19290715*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*81***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070904-20070904~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CH~ - DMG*D8*19290715*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXXXXX*N***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXX*****PI*XXXXXXXX~ - N3*XXX 9999~ - N4*XXXXXXX*WI*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070904~ - SE*50*612951796~ - ST*837*612951797~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*99999999999~ - N3*9999 XXXXXXXX XXXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19760828*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*3~ - SV2*9999*HC|81001*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*7~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20071023~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20071023~ - LX*9~ - SV2*9999*XX|99999*67*UN*1~ - DTP*472*D8*20071023~ - LX*10~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20071023~ - LX*11~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*12~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - SE*73*612951797~ - GE*54*612200041~ +ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ + GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ + ST*837*612951744~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + REF*G2*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX99999999X~ + N3*9999 XXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19831102*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + SE*42*612951744~ + ST*837*612951745~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*S*E***MI*X99999999~ + N3*999 XXXXXX XXXX XXX X9~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19880307*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*VAA21214*459.25***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**999.99*UN*6~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + SE*46*612951745~ + ST*837*612951746~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*M***MI*X99999999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXX*FL*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXX*XXXXX*O***MI*X99999999999~ + N3*99 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*20020606*F~ + REF*SY*999999999~ + CLM*VAA21201*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*1*7*02~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*7~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*9~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + SE*69*612951746~ + ST*837*612951747~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXX*R***MI*X99999999~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19560319*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071024~ + SE*39*612951747~ + ST*837*612951748~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XXXX XX XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19521024*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071001-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|X9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071001~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071010~ + SE*43*612951748~ + ST*837*612951749~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XXXX XX XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19521024*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070914-20070924~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|X9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070914~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + SE*43*612951749~ + ST*837*612951750~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CI~ + NM1*IL*1*XXXXXXXX*XXXX*L***MI*999999999~ + N3*999 XXXX XXX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19550722*M~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XX XXX 999999~ + N4*XXXXXXX*GA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + SE*46*612951750~ + ST*837*612951751~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*99X999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19261225*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20070926-20070930~ + DTP*435*DT*999999999999~ + CL1*3*1*02~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999999999999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*DR|430~ + HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ + QTY*CA*4*DA~ + NM1*71*1*BAE*XXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19261225*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + REF*G1*9999999999~ + NM1*QC*1******MI*XXX999999999999~ + LX*1~ + SV2*9999**9999*DA*4*950~ + LX*2~ + SV2*9999**999.9*UN*76~ + LX*3~ + SV2*9999**4*UN*4~ + LX*4~ + SV2*9999**999.9*UN*8~ + LX*5~ + SV2*9999**999.9*UN*3~ + SE*63*612951751~ + ST*837*612951752~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19261225*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20070930-20071002~ + DTP*435*DT*999999999999~ + CL1*3*1*65~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|999~ + HI*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|99999*XX|9999~ + HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ + QTY*CA*2*DA~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19261225*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + REF*G1*9999999999~ + NM1*QC*1******MI*XXX999999999999~ + LX*1~ + SV2*9999**9999.9*DA*2*999.9~ + LX*2~ + SV2*9999**999.99*UN*33~ + LX*3~ + SV2*9999**157.08*UN*9~ + LX*4~ + SV2*9999**5*UN*5~ + LX*5~ + SV2*9999**178*UN*4~ + LX*6~ + SV2*9999**999.9*UN*4~ + LX*7~ + SV2*9999**150*UN*1~ + LX*8~ + SV2*9999**999.9*UN*3~ + SE*69*612951752~ + ST*837*612951753~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19261225*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20070924-20070926~ + DTP*435*DT*999999999999~ + CL1*3*1*65~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*DR|320~ + HI*XX|9999*XX|99999*XX|9999*XX|9999*BF|311*XX|9999*XX|9999*XX|99999~ + HI*XX|9999|X9|99999999~ + QTY*CA*2*DA~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + NM1*72*1*XXXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19261225*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + REF*G1*9999999999~ + NM1*QC*1******MI*XXX999999999999~ + LX*1~ + SV2*9999**9999.9*DA*1*9999.9~ + LX*2~ + SV2*9999**9999.9*DA*1*9999.9~ + LX*3~ + SV2*9999**999.9*UN*42~ + LX*4~ + SV2*9999**99.99*UN*3~ + LX*5~ + SV2*9999**4*UN*4~ + LX*6~ + SV2*9999**9999.9*UN*25~ + LX*7~ + SV2*9999**999.9*UN*1~ + LX*8~ + SV2*9999**766*UN*1~ + LX*9~ + SV2*9999**150*UN*1~ + LX*10~ + SV2*9999**999.9*UN*1~ + LX*11~ + SV2*9999**9999.9*UN*3~ + LX*12~ + SV2*9999**999.9*UN*2~ + SE*79*612951753~ + ST*837*612951754~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*L***MI*X9999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXXX XXXX*VA*99999~ + DMG*D8*19960911*M~ + REF*SY*999999999~ + CLM*VAA20104*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070922-20070922~ + CL1*3*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + SE*45*612951754~ + ST*837*612951755~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999X99999~ + N3*999 XXXXXX XXXX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19470910*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071025~ + SE*43*612951755~ + ST*837*612951756~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXXXXX XXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*S*18*******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*9999999~ + N3*999 XXXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19290310*F~ + NM1*PR*2*XXXXXXXXXXX XXXXXXX*****PI*XXXX9~ + N3*XXX 99999~ + N4*XXXXXXX*KS*99999~ + CLM*XXX99999*999.99***99|X|9*M*A*Y*Y*********N~ + DTP*434*RD8*20070922-20070922~ + CL1*1*7*01~ + AMT*C5*99.99~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|X9|||99.99~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + SBR*P*18*******MA~ + AMT*C4*999.99~ + DMG*D8*19290310*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999X~ + N3*999 XXXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*71*1~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.99*UN*1**99.99~ + DTP*472*D8*20070922~ + LX*2~ + SV2*9999*XX|99999|99*999.9*UN*1~ + DTP*472*D8*20070922~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + SE*58*612951756~ + ST*837*612951757~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*H***MI*XXX999X99999~ + N3*9999 XXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19430820*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071008~ + SE*41*612951757~ + ST*837*612951758~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*R***MI*X99999999~ + N3*999 XXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19751228*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*3~ + SV2*9999*XX|99999*75*UN*1~ + DTP*472*D8*20070921~ + LX*4~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070921~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070921~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + SE*55*612951758~ + ST*837*612951759~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*XXXXXXXX*XXXXX*H***MI*999999999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XX XXX 999999~ + N4*XXXXXXX*GA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXXX*XXXXXX*P***MI*999999999~ + N3*9999 X X 99XX XX~ + N4*XXXXXXXXX*FL*99999~ + DMG*D8*19860629*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071024~ + SE*43*612951759~ + ST*837*612951760~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXX*H***MI*XXX999999999~ + N3*99999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19460530*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070925-20070925~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|99999*XX|9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**999.99*UN*1~ + DTP*472*D8*20070925~ + LX*2~ + SV2*9999*XX|99999*221*UN*1~ + DTP*472*D8*20070925~ + LX*3~ + SV2*9999*XX|99999*766*UN*1~ + DTP*472*D8*20070925~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070925~ + SE*51*612951760~ + ST*837*612951761~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXXX*L***MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19420209*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070905-20070905~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|999*BJ|V1006~ + HI*BF|V1006*XX|X9999*XX|9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19420209*M~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXXX*L***MI*XXX999X99999~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX999X99999~ + LX*1~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070905~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*3~ + SV2*9999*XX|99999*101*UN*1~ + DTP*472*D8*20070905~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*6~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070905~ + LX*7~ + SV2*9999**5.3*UN*2**5.3~ + DTP*472*D8*20070905~ + SE*68*612951761~ + ST*837*612951762~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*O***MI*99999999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19561217*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071018-20071018~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + HI*XX|9999~ + HI*XX|9999|X9|99999999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*T*K***XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + NM1*72*1*XXXX*T*K***XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.9*UN*2~ + DTP*472*D8*20071018~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20071018~ + LX*3~ + SV2*9999*XX|99999*567*UN*1~ + DTP*472*D8*20071018~ + LX*4~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20071018~ + LX*5~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20071018~ + SE*56*612951762~ + ST*837*612951763~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXX*R***MI*999999999X~ + N3*999 X XXXX XX XXX X~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19440526*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|99999*BF|412*XX|9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + SE*46*612951763~ + ST*837*612951764~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXX XXXXXXXXX XXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX*S***MI*999999999~ + N3*9999 XXX XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19640228*F~ + NM1*PR*2*XXXXXXX XXXXXXXXX XXXX*****PI*99999~ + N3*XXX99999~ + N4*XXXXXXXXX*NC*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071005-20071005~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*NPN~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071005~ + SE*40*612951764~ + ST*837*612951765~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999X9~ + N3*XXXXXX99 XXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19530331*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*QD*1*XXXXXXXX*XXXXXXXX~ + N3*9999 XXXXXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071014-20071014~ + CL1*3*1*03~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*BK|412*BJ|412~ + HI*XX|9999*XX|9999*XX|99999*XX|9999~ + NM1*71*1*XXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******MC~ + DMG*D8*19530331*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999999~ + N3*XXXXXX99 XXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*MCD~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*999999999999~ + LX*1~ + SV2*9999*HC|80202*99.9*UN*1~ + DTP*472*D8*20071014~ + SE*53*612951765~ + ST*837*612951766~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXX*XXXX*M***MI*99999999999~ + N3*9999 X XXXX XXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19850705*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**999.9*UN*234~ + DTP*472*D8*20071011~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071011~ + LX*3~ + SV2*9999*XX|99999*9999*UN*1~ + DTP*472*D8*20071011~ + SE*46*612951766~ + ST*837*612951767~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*K***MI*999999999~ + N3*9999 XXXXX XX XXX X~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19560404*M~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XXXXXXX*GA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|X9999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*6~ + DTP*472*D8*20071024~ + SE*40*612951767~ + ST*837*612951768~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ + N3*9999 XXXXX XXXX~ + N4*XX XXXXXXXX*VA*99999~ + DMG*D8*19631110*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|9999*XX|X9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXXX*IAN****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + SE*44*612951768~ + ST*837*612951769~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*SUE*E***MI*99999999999~ + N3*999 XXX XXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19491204*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|X9999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + SE*43*612951769~ + ST*837*612951770~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*999999999X~ + N3*9999 XXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19370518*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070911-20070911~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*BK|V1003*BJ|V1003~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19370518*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*XX99999999~ + N3*9999 XXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + NM1*PR*2*XXX XXXXXXX XXXX*****PI*XXXX9~ + N3*XX XXX 99999~ + N4*XXXXXXXXX*FL*99999~ + NM1*QC*1******MI*XX99999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070911~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070911~ + LX*3~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070911~ + SE*55*612951770~ + ST*837*612951771~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*999999999X~ + N3*XXXXXXXXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19150307*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070911-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19150307*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*9999999999~ + N3*XXXXXXXXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX*****PI*XXXX~ + N3*XXX 999999~ + N4*XXXXXXX*GA*99999~ + NM1*QC*1******MI*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070911~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1**99.9~ + DTP*472*D8*20070927~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + SE*58*612951771~ + ST*837*612951772~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*L***MI*X99999999~ + N3*9999 XXXXXXX XXX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19750314*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071010-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*X9999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071010~ + SE*40*612951772~ + ST*837*612951773~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXX*M***MI*99999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19510215*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070929-20070929~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999~ + HI*XX|9999|X9|99999999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + NM1*72*1*XXXXXX*XXXX****XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999|XX*999.9*UN*1~ + DTP*472*D8*20070929~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070929~ + SE*51*612951773~ + ST*837*612951774~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXX*C***MI*X99999999~ + N3*999 XXXX XXXXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19520325*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999*HC|G0202*999.9*UN*1~ + DTP*472*D8*20071009~ + SE*42*612951774~ + ST*837*612951775~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*C***MI*99999999999~ + N3*99999 XXXXXXXX XXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19561004*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071011~ + SE*37*612951775~ + ST*837*612951776~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*X X XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + REF*G2*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999*FX*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*XXXXX*XXXXXX*E***MI*XXX999X9999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*33~ + NM1*QC*1*XXXXX*XXXXX*B***MI*XXX999X9999999~ + N3*9999 XXXX XXXX XXX X~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19860217*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070922-20070922~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999*XX|X9999~ + HI*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + SE*48*612951776~ + ST*837*612951777~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXX*XXXXXXXXXX*D***MI*XXX999999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*32~ + NM1*QC*1*XXXXX*XXXXXXX*M***MI*XXX999999999999~ + N3*9999 XXXXXXX XX XXX~ + N4*XXXXXXXXX*PA*99999~ + DMG*D8*19890213*F~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070920-20070920~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20070920~ + SE*45*612951777~ + ST*837*612951778~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*99999999999~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19721220*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|9999*XX|9999*XX|9999~ + HI*XX|9999|X9|99999999~ + HI*XX|999|X9|99999999~ + NM1*71*1*XXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + NM1*72*1*XXXXX*XXXX****XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**999.9*UN*8~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20070928~ + LX*3~ + SV2*9999**999.9*UN*6~ + DTP*472*D8*20070928~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*5~ + SV2*9999*XX|99999*62*UN*1~ + DTP*472*D8*20070926~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*7~ + SV2*9999*XX|99999*50*UN*1~ + DTP*472*D8*20070926~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*9~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*10~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*11~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*12~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20070928~ + LX*13~ + SV2*9999**9999*UN*1~ + DTP*472*D8*20070928~ + SE*80*612951778~ + ST*837*612951779~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999X~ + N3*999 XXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19380628*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070917-20070917~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CH~ + DMG*D8*19380628*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999~ + N3*999 XXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXX*****PI*XXXXXXX~ + N3*XXX 999999~ + N4*XXXXXXXX XXXXX*SC*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070917~ + SE*49*612951779~ + ST*837*612951780~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXX*XXXXXXX*B***MI*X99999999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XX XXXX*TX*99999~ + HL*3*2*23*0~ + PAT*33~ + NM1*QC*1*XXXX*XXXXXX*D***MI*X99999999999~ + N3*9999 XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19880726*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999~ + SBR*S*18*******CI~ + DMG*D8*19880726*F~ + OI***Y***Y~ + NM1*IL*1*XXXX*XXXXXX*D***MI*999999999~ + N3*9 XXXXX XXXX XX~ + N4*XXXXXX*NJ*99999~ + NM1*PR*2*XXXXXXXXX XXX*****PI*XXXX9~ + N3*XXX 999~ + N4*XXXXX XXXXX*NJ*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + SE*51*612951780~ + ST*837*612951781~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXX*E***MI*999999999X~ + N3*99 XXXXXX XX~ + N4*XX XXXXXXX*VA*99999~ + DMG*D8*19340810*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071002-20071016~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X999*XX|X999~ + HI*XX|9999~ + HI*XX|99|X9|99999999*XX|99|X9|99999999*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19340810*M~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXX*E***MI*9999999~ + N3*99 XXXXXX XX~ + N4*XX XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXXXXXX XXXX*****PI*XXXX9~ + N3*XX XXX 999~ + N4*XXXXXXX XXXXXXX*KS*99999~ + NM1*QC*1******MI*9999999~ + LX*1~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071002~ + LX*2~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071002~ + LX*3~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071004~ + LX*4~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071004~ + LX*5~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071009~ + LX*6~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071011~ + LX*7~ + SV2*9999*XX|99999|XX*40*UN*1~ + DTP*472*D8*20071011~ + LX*8~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071016~ + LX*9~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071016~ + SE*76*612951781~ + ST*837*612951782~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*X99999999999~ + N3*9999 XXXXXXX XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19480916*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 99999~ + N4*XXXXXXXXX*KY*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071010-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + SBR*S*18*******BL~ + DMG*D8*19480916*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXX*E***MI*XXX9999999999~ + N3*9999 XXXXXXX XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX9999999999~ + LX*1~ + SV2*9999*XX|99999*999.99*UN*1~ + DTP*472*D8*20071010~ + SE*46*612951782~ + ST*837*612951783~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*S***MI*X99999999~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19550621*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*243***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + LX*1~ + SV2*9999*XX|99999*243*UN*1~ + DTP*472*D8*20070927~ + SE*37*612951783~ + ST*837*612951784~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*Y***MI*99999999999~ + N3*9999 X XXXXXXXXX XXXXX~ + N4*XXXX XXXXX*VA*99999~ + DMG*D8*19640227*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071022-20071022~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071022~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071022~ + SE*42*612951784~ + ST*837*612951785~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ + N3*9999 XXXXXXXX XXX~ + N4*XXX XXXXXX*VA*99999~ + DMG*D8*19400912*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070907-20070907~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|999*XX|999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19400912*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*X99999999999~ + N3*9999 XXXXXXXX XXX~ + N4*XXX XXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXX*****PI*XXXX9~ + N3*XXX 99999~ + N4*XXXXXXXXX*KY*99999~ + NM1*QC*1******MI*X99999999999~ + LX*1~ + SV2*9999*HC|81001*99.9*UN*1~ + DTP*472*D8*20070907~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070907~ + SE*52*612951785~ + ST*837*612951786~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXXX*L***MI*XXX999X99999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXX*XXXX*E***MI*XXX999X99999~ + N3*XXX 999~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19500420*F~ + REF*SY*999999999~ + CLM*XXX99999*100***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + SE*51*612951786~ + ST*837*612951787~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ + N3*999 XXXXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19501024*F~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071005-20071005~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*9999999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + LX*1~ + SV2*9999**192*UN*80~ + DTP*472*D8*20071005~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071005~ + SE*45*612951787~ + ST*837*612951788~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19160909*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070919-20070919~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19160909*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 999999~ + N4*XX XXXX*TX*99999~ + NM1*QC*1******MI*99999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + SE*49*612951788~ + ST*837*612951789~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19160909*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070905-20070905~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|99999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19160909*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 999999~ + N4*XX XXXX*TX*99999~ + NM1*QC*1******MI*99999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*3~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070905~ + SE*56*612951789~ + ST*837*612951790~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXX*XXXXX*G***MI*99999999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19590225*M~ + REF*SY*999999999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070924-20070924~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999*XX|X999~ + HI*XX|99999*XX|9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**9.99*UN*1~ + DTP*472*D8*20070924~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*5~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*6~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*7~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*8~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*9~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*10~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*11~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*12~ + SV2*9999*XX|99999*7.8*UN*1~ + DTP*472*D8*20070924~ + LX*13~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*14~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*15~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + SE*87*612951790~ + ST*837*612951791~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19620714*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*C*W***XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**123*UN*15~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*XX|99999*9999*UN*1~ + DTP*472*D8*20070927~ + SE*43*612951791~ + ST*837*612951792~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19430210*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*BF|725~ + NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19430210*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXX XXXXXXXX XXX XXX*****PI*XXXX9~ + N3*XXXXXXXXXX XXXXXXXXX XXX~ + N4*XXXXXXX XXXX*MD*99999~ + NM1*QC*1******MI*999999999X~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*3~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070927~ + SE*56*612951792~ + ST*837*612951793~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXXX*D***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19240601*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*2~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070921~ + SE*42*612951793~ + ST*837*612951794~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXX*M***MI*999999999X~ + N3*999 XXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19690115*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070910-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070910~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + SE*42*612951794~ + ST*837*612951795~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXXXXX*M***MI*X9999999999~ + N3*9999 XXXXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19990324*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + SE*45*612951795~ + ST*837*612951796~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19290715*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*81***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070904-20070904~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CH~ + DMG*D8*19290715*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXXXXX*N***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXX*****PI*XXXXXXXX~ + N3*XXX 9999~ + N4*XXXXXXX*WI*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070904~ + SE*50*612951796~ + ST*837*612951797~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*99999999999~ + N3*9999 XXXXXXXX XXXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19760828*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*3~ + SV2*9999*HC|81001*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*7~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20071023~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20071023~ + LX*9~ + SV2*9999*XX|99999*67*UN*1~ + DTP*472*D8*20071023~ + LX*10~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20071023~ + LX*11~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*12~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + SE*73*612951797~ + GE*54*612200041~ IEA*1*612200041~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch2.txt index 8db4eb69..ff955e92 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch2.txt @@ -1,2562 +1,2562 @@ -ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ - GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ - ST*837*612951798~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ - N3*99999 XXXXX XXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19510519*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*47***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071022-20071022~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071022~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071022~ - SE*42*612951798~ - ST*837*612951799~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*M***MI*99999999999~ - N3*9999 XXXX XXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19460921*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXXX*KY*99999~ - CLM*XXX99999*47***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - SE*42*612951799~ - ST*837*612951800~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*E***MI*X99999999~ - N3*9 XXXXXXXX XXXXXX XX~ - N4*XXXXXX XXXX*VA*99999~ - DMG*D8*19540519*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999~ - NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071023~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - LX*5~ - SV2*9999*XX|X9999*338*UN*2~ - DTP*472*D8*20071023~ - LX*6~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - SE*55*612951800~ - ST*837*612951801~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXX*P***MI*X99999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXX*XXXXX*P***MI*X99999999~ - N3*999 XXXXX XXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19960712*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*XXX999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071008~ - SE*46*612951801~ - ST*837*612951802~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*LEE*F***MI*XXX999X99999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXX*XXXXXXXXX*F***MI*XXX999X99999~ - N3*999 XXXXX XXXX~ - N4*XXXX XXXXX*VA*99999~ - DMG*D8*19540216*F~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20070906~ - SE*47*612951802~ - ST*837*612951803~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXX*XXXXXX*L***MI*999999999X~ - N3*XXXXXXXXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19191020*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*QD*1*XXXXXXX*XXXXX~ - N3*9999 XXXXXXX XXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19191020*M~ - OI***Y***Y~ - NM1*IL*1*XXXX*XXXXXX*L***MI*999999999~ - N3*XXXXXXXXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 99999~ - N4*XXXXXXXXXX*NC*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - SE*61*612951803~ - ST*837*612951804~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXXXXX*XXXXXXX*N***MI*99999999999~ - N3*99 X XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19870213*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*641.21***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070920-20070921~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|999*XX|999~ - HI*XX|999*XX|99999~ - NM1*71*1*XXXXX*C*W***XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.99*UN*2~ - DTP*472*D8*20070920~ - LX*2~ - SV2*9999**999.9*UN*9~ - DTP*472*D8*20070921~ - LX*3~ - SV2*9999**99.99*UN*3~ - DTP*472*D8*20070921~ - LX*4~ - SV2*9999*HC|81003*99.9*UN*1~ - DTP*472*D8*20070920~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070920~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070920~ - LX*7~ - SV2*9999*XX|99999*123*UN*5~ - DTP*472*D8*20070920~ - LX*8~ - SV2*9999*XX|99999*999.9*UN*9~ - DTP*472*D8*20070921~ - SE*62*612951804~ - ST*837*612951805~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXXX*XXXXXXX*F***MI*999999999X~ - N3*9999 XXXXX XXXXXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19340928*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070919-20070919~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*01*******CI~ - DMG*D8*19340628*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXX****MI*X999999999~ - N3*9999 XXXXX XXXXXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 999999~ - N4*XX XXXXX*TX*999999999~ - NM1*QC*1******MI*X999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070919~ - LX*3~ - SV2*9999*XX|99999*101*UN*1~ - DTP*472*D8*20070919~ - LX*4~ - SV2*9999*XX|99999|99*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*5~ - SV2*9999*XX|99999|99*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*3~ - DTP*472*D8*20070919~ - LX*7~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*8~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070919~ - LX*9~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*10~ - SV2*9999*XX|99999|99*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*11~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*12~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - LX*13~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070919~ - SE*85*612951805~ - ST*837*612951806~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1H*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********CH~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*999999999~ - NM1*PR*2*XXXXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XXXXXXXX XXXXX*SC*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXX*P***MI*999999999~ - N3*999X XXXXXXXXXX XX~ - N4*XXXXX XXXXX*WV*99999~ - DMG*D8*19630329*F~ - REF*SY*999999999~ - CLM*XXX99999*9999***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*XXXXX 9999999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**123*UN*15~ - DTP*472*D8*20071024~ - LX*2~ - SV2*9999*XX|99999*9999*UN*1~ - DTP*472*D8*20071024~ - SE*48*612951806~ - ST*837*612951807~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXX*L***MI*XXX999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXXXXX*P***MI*XXX999999999~ - N3*9999 XXXXXXXXX XX~ - N4*XXXXXXXX*PA*99999~ - DMG*D8*19880815*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071025~ - SE*43*612951807~ - ST*837*612951808~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXX****MI*XXX999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXX****MI*XXX999999~ - N3*99 XXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19890429*M~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*XXX999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - SE*46*612951808~ - ST*837*612951809~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXX*F***MI*999999999X~ - N3*99 XXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19290429*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070918-20070918~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*BK|V1011*BJ|V1011~ - HI*XX|X9999~ - NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19290429*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXX*F***MI*999999999~ - N3*99 XXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*XXXXXX~ - N3*XXX 99999~ - N4*XXXX XXXX XXXX*UT*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1**99.9~ - DTP*472*D8*20070918~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070918~ - LX*3~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070918~ - LX*4~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070918~ - SE*59*612951809~ - ST*837*612951810~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXX*XXXXXXX*G***MI*X999999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XX XXXX*TX*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXXX*R***MI*X999999999~ - N3*999 99XX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19440506*F~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - SE*53*612951810~ - ST*837*612951811~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*A***MI*999999999999~ - N3*9999 XX XXXXXXX XXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19651213*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070927~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.99*UN*3~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999**99.99*UN*3**99.99~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*83*UN*1~ - DTP*472*D8*20070926~ - LX*4~ - SV2*9999*XX|99999*83*UN*1~ - DTP*472*D8*20070926~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*6~ - SV2*9999*HC|81003*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*7~ - SV2*9999*HC|81015*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*9~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*10~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*11~ - SV2*9999*XX|99999*62*UN*1~ - DTP*472*D8*20070926~ - LX*12~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*13~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070926~ - SE*77*612951811~ - ST*837*612951812~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*A***MI*999999999999~ - N3*9999 XX XXXXXXX XXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19651213*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071009~ - SE*39*612951812~ - ST*837*612951813~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXXXXX*P***MI*XXX999X99999~ - N3*9999 XXXXXX XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19660602*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070930-20070930~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**9.99*UN*3~ - DTP*472*D8*20070930~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070930~ - SE*44*612951813~ - ST*837*612951814~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXX*E***MI*999999999X~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19410929*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19410929*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXX*E***MI*X99999999~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*X99999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*2~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070921~ - SE*52*612951814~ - ST*837*612951815~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*D***MI*XXX999X99999~ - N3*999 XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19750624*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXXX*IAN****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - SE*42*612951815~ - ST*837*612951816~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXX*RAY****MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*J***MI*X9999999999~ - N3*XXX9999 XXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19400324*F~ - REF*SY*999999999~ - CLM*VAA20124*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070923-20070923~ - CL1*1*6*02~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|9999~ - HI*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - SBR*S*18*******MA~ - DMG*D8*19400324*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*J***MI*999999999X~ - N3*XXXX9999 XXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*MCR~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*QC*1******MI*999999999X~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070923~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070923~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070923~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070923~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070923~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070923~ - LX*7~ - SV2*9999*XX|99999*766*UN*1~ - DTP*472*D8*20070923~ - LX*8~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070923~ - LX*9~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070923~ - SE*79*612951816~ - ST*837*612951817~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXX*XXXXX*E***MI*99999999999~ - N3*999 XXXXXXX XXXXXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19430602*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - SE*43*612951817~ - ST*837*612951818~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*XXX999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXX*XXXXX*A***MI*XXX999999999~ - N3*99999 XXX XXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19610412*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|X999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - SE*45*612951818~ - ST*837*612951819~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXXX*A***MI*999999999X~ - N3*999 9XX XXXXXX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19410830*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*48***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19410830*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX*A***MI*X99999999999~ - N3*999 9XX XXXXXX~ - N4*XXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XXX 99999~ - N4*XXXXXXXXXX*NC*99999~ - NM1*QC*1******MI*X99999999999~ - LX*1~ - SV2*9999*HC|G0109*48*UN*3~ - DTP*472*D8*20070906~ - SE*49*612951819~ - ST*837*612951820~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*M***MI*999999999~ - N3*999 XXXXXX XXXXXX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19470402*F~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XXX 99999~ - N4*XXXX XXXX XXXX*UT*99999~ - CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*2~ - SV2*9999*HC|G0202*999.9*UN*1~ - DTP*472*D8*20071024~ - SE*42*612951820~ - ST*837*612951821~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXX*XXXX*A***MI*99999999999~ - N3*999 XXXXXXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19651212*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - SE*40*612951821~ - ST*837*612951822~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXX*A***MI*999999999X~ - N3*9999 XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19390110*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070920-20070925~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*01*******BL~ - DMG*D8*19381202*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXX*D***MI*XXX999999999999~ - N3*9999 XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX999999999999~ - SBR*T*18*******CI~ - DMG*D8*19390110*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXX*A***MI*X999X99999999~ - N3*9999 XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*XXXX~ - N3*XXXXXX XX XXXXX XXXXX~ - N4*XXXXX*NE*99999~ - NM1*QC*1******MI*X999X99999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070920~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070925~ - SE*62*612951822~ - ST*837*612951823~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXX*E***MI*999999999X~ - N3*99999 X XXXXXX XXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19330715*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070919-20070919~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19330715*M~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXX*E***MI*999999999~ - N3*99999 X XXXXXX XXX~ - N4*XXXXXX*VA*99999~ - NM1*PR*2*XXXXXXX XXXX XXX XXXXXXXX*****PI*XXXX~ - N3*XXX 99999~ - N4*XXXXXXX*IL*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - SE*49*612951823~ - ST*837*612951824~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*99999999999~ - N3*999 XXX XXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19430908*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - SE*45*612951824~ - ST*837*612951825~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXXX*S***MI*999999999X~ - N3*999 XXXXX XX~ - N4*XXX XXXXXX*VA*99999~ - DMG*D8*19380409*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X9999~ - HI*XX|99999*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070906~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070906~ - SE*46*612951825~ - ST*837*612951826~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19270220*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070913-20070913~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070913~ - LX*2~ - SV2*9999*HC|81015*14*UN*1~ - DTP*472*D8*20070913~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070913~ - SE*45*612951826~ - ST*837*612951827~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19290120*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070910-20070910~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999~ - HI*XX|X9~ - NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19290120*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXXX XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC2~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070910~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1**99.9~ - DTP*472*D8*20070910~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070910~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1**99.9~ - DTP*472*D8*20070910~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070910~ - LX*6~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070910~ - LX*7~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070910~ - LX*8~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070910~ - SE*72*612951827~ - ST*837*612951828~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*F***MI*99999999999~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19591005*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXXX*C*L***XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071009~ - SE*42*612951828~ - ST*837*612951829~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1H*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CH~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*999999999~ - N3*999 XXXXX XXXXX~ - N4*XXXXXXX*KY*99999~ - DMG*D8*19850603*M~ - NM1*PR*2*XXXXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XXXXXXXX XXXXX*SC*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070930-20070930~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**300*UN*125~ - DTP*472*D8*20070930~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070930~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070930~ - LX*4~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20070930~ - LX*5~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20070930~ - LX*6~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070930~ - SE*55*612951829~ - ST*837*612951830~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXXX*A***MI*XXX999X99999~ - N3*9999 XXXXXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19641017*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - SE*40*612951830~ - ST*837*612951831~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXX*D***MI*XXX999X99999~ - N3*9999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19950930*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - SE*41*612951831~ - ST*837*612951832~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXX*J***MI*99999999999~ - N3*999 XXXXX XXXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19700215*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - SE*39*612951832~ - ST*837*612951833~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*N***MI*XXX999999999~ - N3*999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19570512*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*XX|99999*75*UN*1~ - DTP*472*D8*20070906~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - SE*52*612951833~ - ST*837*612951834~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXX*L***MI*999999999X~ - N3*XXX XXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19220503*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070904-20070904~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999*XX|9999*XX|9999*XX|9999*XX|99999*XX|X9999~ - NM1*71*1*XXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******MC~ - DMG*D8*19220503*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXX*XXXX*L***MI*999999999999~ - N3*XXX XXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*MCD~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*999999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - LX*2~ - SV2*9999*XX|99999*51*UN*1~ - DTP*472*D8*20070904~ - LX*3~ - SV2*9999*HC|81003*14*UN*1~ - DTP*472*D8*20070904~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20070904~ - LX*7~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - SE*71*612951834~ - ST*837*612951835~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19381023*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070925-20070925~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19381023*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*XX9999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXX XXXX XXXXXX XXX*****PI*XXXX9~ - N3*XXX 9999~ - N4*XXXXXX*OH*99999~ - NM1*QC*1******MI*XX9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070925~ - LX*2~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070925~ - SE*52*612951835~ - ST*837*612951836~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXX*M***MI*X99999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXXX*D***MI*X99999999~ - N3*9999 XXXXX XXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19660817*M~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071024~ - SE*45*612951836~ - ST*837*612951837~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ - N3*9999 XXXXXXXXX XXXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19251018*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071004-20071004~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19251018*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX9999999XX~ - N3*9999 XXXXXXXXX XXXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX9999999XX~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071004~ - SE*49*612951837~ - ST*837*612951838~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ - N3*9999 XXXXXXXXX XXXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19251018*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19251018*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX9999999XX~ - N3*9999 XXXXXXXXX XXXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX9999999XX~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - SE*49*612951838~ - ST*837*612951839~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ - N3*9999 XXXXXXXXX XXXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19251018*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19251018*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX9999999XX~ - N3*9999 XXXXXXXXX XXXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX9999999XX~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071011~ - SE*49*612951839~ - ST*837*612951840~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19290810*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*229***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|999*XX|999~ - HI*XX|9999~ - NM1*71*1*XXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*1G*D80416~ - SBR*S*18*******CI~ - DMG*D8*19290810*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXXXXXX XXX*****PI*XXXX9~ - N3*XXX 999~ - N4*XXXXXXXXX*MD*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - SE*53*612951840~ - ST*837*612951841~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXX*S***MI*99999999999~ - N3*9999 X XXXX XX~ - N4*XX XXXXXXXX*VA*99999~ - DMG*D8*19490101*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - LX*1~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20071011~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071011~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071011~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071011~ - LX*5~ - SV2*9999*XX|X9999*338*UN*2~ - DTP*472*D8*20071011~ - LX*6~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071011~ - SE*51*612951841~ - ST*837*612951842~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXX*D***MI*999999999X~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19391106*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070904-20070917~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*BJ|20510~ - HI*BF|20510*XX|99999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19391106*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXX*XXXXX*D***MI*99999999999 9~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXX XX XXXXXXXX*****PI*XXXX9~ - N3*XX XXX 99999~ - N4*XXX XXXXXX*IA*99999~ - NM1*QC*1******MI*99999999999 9~ - LX*1~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070904~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070904~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070917~ - LX*5~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070917~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070917~ - LX*7~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070917~ - SE*68*612951842~ - ST*837*612951843~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXX*M***MI*999999999X~ - N3*999 XXX XXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19230121*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070924-20070924~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19230121*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXX*XXXX*M***MI*XXX999X99999~ - N3*999 XXX XXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX999X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*3~ - DTP*472*D8*20070924~ - LX*3~ - SV2*9999*XX|99999|99*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - SE*61*612951843~ - ST*837*612951844~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999X99999~ - N3*9999 XXXXX XXXXXXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19440418*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - SE*46*612951844~ - ST*837*612951845~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*R***MI*X99999999999~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19430424*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XX XXXX*TX*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - SE*40*612951845~ - ST*837*612951846~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XXX XXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19220811*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070905-20070905~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19220811*M~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999X99999~ - N3*999 XXX XXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX999X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - SE*49*612951846~ - ST*837*612951847~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXXX*S***MI*99999999999~ - N3*9999 XXXXXXXXXXXX XXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19530513*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071010-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXX*T*K***XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**300*UN*125~ - DTP*472*D8*20071010~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071010~ - LX*3~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071010~ - SE*46*612951847~ - GE*50*612200041~ +ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ + GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ + ST*837*612951798~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ + N3*99999 XXXXX XXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19510519*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*47***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071022-20071022~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071022~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071022~ + SE*42*612951798~ + ST*837*612951799~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*M***MI*99999999999~ + N3*9999 XXXX XXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19460921*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXXX*KY*99999~ + CLM*XXX99999*47***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + SE*42*612951799~ + ST*837*612951800~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*E***MI*X99999999~ + N3*9 XXXXXXXX XXXXXX XX~ + N4*XXXXXX XXXX*VA*99999~ + DMG*D8*19540519*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999~ + NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071023~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + LX*5~ + SV2*9999*XX|X9999*338*UN*2~ + DTP*472*D8*20071023~ + LX*6~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + SE*55*612951800~ + ST*837*612951801~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXX*P***MI*X99999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXX*XXXXX*P***MI*X99999999~ + N3*999 XXXXX XXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19960712*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*XXX999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071008~ + SE*46*612951801~ + ST*837*612951802~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*LEE*F***MI*XXX999X99999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXX*XXXXXXXXX*F***MI*XXX999X99999~ + N3*999 XXXXX XXXX~ + N4*XXXX XXXXX*VA*99999~ + DMG*D8*19540216*F~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20070906~ + SE*47*612951802~ + ST*837*612951803~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXX*XXXXXX*L***MI*999999999X~ + N3*XXXXXXXXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19191020*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*QD*1*XXXXXXX*XXXXX~ + N3*9999 XXXXXXX XXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19191020*M~ + OI***Y***Y~ + NM1*IL*1*XXXX*XXXXXX*L***MI*999999999~ + N3*XXXXXXXXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 99999~ + N4*XXXXXXXXXX*NC*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + SE*61*612951803~ + ST*837*612951804~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXXXXX*XXXXXXX*N***MI*99999999999~ + N3*99 X XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19870213*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*641.21***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070920-20070921~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|999*XX|999~ + HI*XX|999*XX|99999~ + NM1*71*1*XXXXX*C*W***XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.99*UN*2~ + DTP*472*D8*20070920~ + LX*2~ + SV2*9999**999.9*UN*9~ + DTP*472*D8*20070921~ + LX*3~ + SV2*9999**99.99*UN*3~ + DTP*472*D8*20070921~ + LX*4~ + SV2*9999*HC|81003*99.9*UN*1~ + DTP*472*D8*20070920~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070920~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070920~ + LX*7~ + SV2*9999*XX|99999*123*UN*5~ + DTP*472*D8*20070920~ + LX*8~ + SV2*9999*XX|99999*999.9*UN*9~ + DTP*472*D8*20070921~ + SE*62*612951804~ + ST*837*612951805~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXXX*XXXXXXX*F***MI*999999999X~ + N3*9999 XXXXX XXXXXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19340928*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070919-20070919~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*01*******CI~ + DMG*D8*19340628*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXX****MI*X999999999~ + N3*9999 XXXXX XXXXXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 999999~ + N4*XX XXXXX*TX*999999999~ + NM1*QC*1******MI*X999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070919~ + LX*3~ + SV2*9999*XX|99999*101*UN*1~ + DTP*472*D8*20070919~ + LX*4~ + SV2*9999*XX|99999|99*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*5~ + SV2*9999*XX|99999|99*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*3~ + DTP*472*D8*20070919~ + LX*7~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*8~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070919~ + LX*9~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*10~ + SV2*9999*XX|99999|99*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*11~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*12~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + LX*13~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070919~ + SE*85*612951805~ + ST*837*612951806~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1H*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********CH~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*999999999~ + NM1*PR*2*XXXXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XXXXXXXX XXXXX*SC*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXX*P***MI*999999999~ + N3*999X XXXXXXXXXX XX~ + N4*XXXXX XXXXX*WV*99999~ + DMG*D8*19630329*F~ + REF*SY*999999999~ + CLM*XXX99999*9999***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*XXXXX 9999999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**123*UN*15~ + DTP*472*D8*20071024~ + LX*2~ + SV2*9999*XX|99999*9999*UN*1~ + DTP*472*D8*20071024~ + SE*48*612951806~ + ST*837*612951807~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXX*L***MI*XXX999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXXXXX*P***MI*XXX999999999~ + N3*9999 XXXXXXXXX XX~ + N4*XXXXXXXX*PA*99999~ + DMG*D8*19880815*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071025~ + SE*43*612951807~ + ST*837*612951808~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXX****MI*XXX999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXX****MI*XXX999999~ + N3*99 XXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19890429*M~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*XXX999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + SE*46*612951808~ + ST*837*612951809~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXX*F***MI*999999999X~ + N3*99 XXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19290429*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070918-20070918~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*BK|V1011*BJ|V1011~ + HI*XX|X9999~ + NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19290429*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXX*F***MI*999999999~ + N3*99 XXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*XXXXXX~ + N3*XXX 99999~ + N4*XXXX XXXX XXXX*UT*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1**99.9~ + DTP*472*D8*20070918~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070918~ + LX*3~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070918~ + LX*4~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070918~ + SE*59*612951809~ + ST*837*612951810~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXX*XXXXXXX*G***MI*X999999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XX XXXX*TX*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXXX*R***MI*X999999999~ + N3*999 99XX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19440506*F~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + SE*53*612951810~ + ST*837*612951811~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*A***MI*999999999999~ + N3*9999 XX XXXXXXX XXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19651213*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070927~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.99*UN*3~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999**99.99*UN*3**99.99~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*83*UN*1~ + DTP*472*D8*20070926~ + LX*4~ + SV2*9999*XX|99999*83*UN*1~ + DTP*472*D8*20070926~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*6~ + SV2*9999*HC|81003*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*7~ + SV2*9999*HC|81015*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*9~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*10~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*11~ + SV2*9999*XX|99999*62*UN*1~ + DTP*472*D8*20070926~ + LX*12~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*13~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070926~ + SE*77*612951811~ + ST*837*612951812~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*A***MI*999999999999~ + N3*9999 XX XXXXXXX XXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19651213*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071009~ + SE*39*612951812~ + ST*837*612951813~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXXXXX*P***MI*XXX999X99999~ + N3*9999 XXXXXX XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19660602*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070930-20070930~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**9.99*UN*3~ + DTP*472*D8*20070930~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070930~ + SE*44*612951813~ + ST*837*612951814~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXX*E***MI*999999999X~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19410929*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19410929*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXX*E***MI*X99999999~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*X99999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*2~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070921~ + SE*52*612951814~ + ST*837*612951815~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*D***MI*XXX999X99999~ + N3*999 XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19750624*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXXX*IAN****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + SE*42*612951815~ + ST*837*612951816~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXX*RAY****MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*J***MI*X9999999999~ + N3*XXX9999 XXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19400324*F~ + REF*SY*999999999~ + CLM*VAA20124*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070923-20070923~ + CL1*1*6*02~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|9999~ + HI*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + SBR*S*18*******MA~ + DMG*D8*19400324*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*J***MI*999999999X~ + N3*XXXX9999 XXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*MCR~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*QC*1******MI*999999999X~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070923~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070923~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070923~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070923~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070923~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070923~ + LX*7~ + SV2*9999*XX|99999*766*UN*1~ + DTP*472*D8*20070923~ + LX*8~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070923~ + LX*9~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070923~ + SE*79*612951816~ + ST*837*612951817~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXX*XXXXX*E***MI*99999999999~ + N3*999 XXXXXXX XXXXXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19430602*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + SE*43*612951817~ + ST*837*612951818~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*XXX999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXX*XXXXX*A***MI*XXX999999999~ + N3*99999 XXX XXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19610412*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|X999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + SE*45*612951818~ + ST*837*612951819~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXXX*A***MI*999999999X~ + N3*999 9XX XXXXXX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19410830*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*48***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19410830*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX*A***MI*X99999999999~ + N3*999 9XX XXXXXX~ + N4*XXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XXX 99999~ + N4*XXXXXXXXXX*NC*99999~ + NM1*QC*1******MI*X99999999999~ + LX*1~ + SV2*9999*HC|G0109*48*UN*3~ + DTP*472*D8*20070906~ + SE*49*612951819~ + ST*837*612951820~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*M***MI*999999999~ + N3*999 XXXXXX XXXXXX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19470402*F~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XXX 99999~ + N4*XXXX XXXX XXXX*UT*99999~ + CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*2~ + SV2*9999*HC|G0202*999.9*UN*1~ + DTP*472*D8*20071024~ + SE*42*612951820~ + ST*837*612951821~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXX*XXXX*A***MI*99999999999~ + N3*999 XXXXXXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19651212*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + SE*40*612951821~ + ST*837*612951822~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXX*A***MI*999999999X~ + N3*9999 XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19390110*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070920-20070925~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*01*******BL~ + DMG*D8*19381202*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXX*D***MI*XXX999999999999~ + N3*9999 XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX999999999999~ + SBR*T*18*******CI~ + DMG*D8*19390110*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXX*A***MI*X999X99999999~ + N3*9999 XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*XXXX~ + N3*XXXXXX XX XXXXX XXXXX~ + N4*XXXXX*NE*99999~ + NM1*QC*1******MI*X999X99999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070920~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070925~ + SE*62*612951822~ + ST*837*612951823~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXX*E***MI*999999999X~ + N3*99999 X XXXXXX XXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19330715*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070919-20070919~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19330715*M~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXX*E***MI*999999999~ + N3*99999 X XXXXXX XXX~ + N4*XXXXXX*VA*99999~ + NM1*PR*2*XXXXXXX XXXX XXX XXXXXXXX*****PI*XXXX~ + N3*XXX 99999~ + N4*XXXXXXX*IL*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + SE*49*612951823~ + ST*837*612951824~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*99999999999~ + N3*999 XXX XXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19430908*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + SE*45*612951824~ + ST*837*612951825~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXXX*S***MI*999999999X~ + N3*999 XXXXX XX~ + N4*XXX XXXXXX*VA*99999~ + DMG*D8*19380409*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X9999~ + HI*XX|99999*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070906~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070906~ + SE*46*612951825~ + ST*837*612951826~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19270220*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070913-20070913~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070913~ + LX*2~ + SV2*9999*HC|81015*14*UN*1~ + DTP*472*D8*20070913~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070913~ + SE*45*612951826~ + ST*837*612951827~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19290120*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070910-20070910~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999~ + HI*XX|X9~ + NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19290120*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXXX XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC2~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070910~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1**99.9~ + DTP*472*D8*20070910~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070910~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1**99.9~ + DTP*472*D8*20070910~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070910~ + LX*6~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070910~ + LX*7~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070910~ + LX*8~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070910~ + SE*72*612951827~ + ST*837*612951828~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*F***MI*99999999999~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19591005*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXXX*C*L***XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071009~ + SE*42*612951828~ + ST*837*612951829~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1H*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CH~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*999999999~ + N3*999 XXXXX XXXXX~ + N4*XXXXXXX*KY*99999~ + DMG*D8*19850603*M~ + NM1*PR*2*XXXXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XXXXXXXX XXXXX*SC*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070930-20070930~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**300*UN*125~ + DTP*472*D8*20070930~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070930~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070930~ + LX*4~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20070930~ + LX*5~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20070930~ + LX*6~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070930~ + SE*55*612951829~ + ST*837*612951830~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXXX*A***MI*XXX999X99999~ + N3*9999 XXXXXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19641017*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + SE*40*612951830~ + ST*837*612951831~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXX*D***MI*XXX999X99999~ + N3*9999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19950930*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + SE*41*612951831~ + ST*837*612951832~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXX*J***MI*99999999999~ + N3*999 XXXXX XXXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19700215*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + SE*39*612951832~ + ST*837*612951833~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*N***MI*XXX999999999~ + N3*999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19570512*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*XX|99999*75*UN*1~ + DTP*472*D8*20070906~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + SE*52*612951833~ + ST*837*612951834~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXX*L***MI*999999999X~ + N3*XXX XXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19220503*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070904-20070904~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999*XX|9999*XX|9999*XX|9999*XX|99999*XX|X9999~ + NM1*71*1*XXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******MC~ + DMG*D8*19220503*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXX*XXXX*L***MI*999999999999~ + N3*XXX XXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*MCD~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*999999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + LX*2~ + SV2*9999*XX|99999*51*UN*1~ + DTP*472*D8*20070904~ + LX*3~ + SV2*9999*HC|81003*14*UN*1~ + DTP*472*D8*20070904~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20070904~ + LX*7~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + SE*71*612951834~ + ST*837*612951835~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19381023*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070925-20070925~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19381023*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*XX9999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXX XXXX XXXXXX XXX*****PI*XXXX9~ + N3*XXX 9999~ + N4*XXXXXX*OH*99999~ + NM1*QC*1******MI*XX9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070925~ + LX*2~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070925~ + SE*52*612951835~ + ST*837*612951836~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXX*M***MI*X99999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXXX*D***MI*X99999999~ + N3*9999 XXXXX XXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19660817*M~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071024~ + SE*45*612951836~ + ST*837*612951837~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ + N3*9999 XXXXXXXXX XXXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19251018*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071004-20071004~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19251018*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX9999999XX~ + N3*9999 XXXXXXXXX XXXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX9999999XX~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071004~ + SE*49*612951837~ + ST*837*612951838~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ + N3*9999 XXXXXXXXX XXXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19251018*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19251018*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX9999999XX~ + N3*9999 XXXXXXXXX XXXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX9999999XX~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + SE*49*612951838~ + ST*837*612951839~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ + N3*9999 XXXXXXXXX XXXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19251018*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19251018*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX9999999XX~ + N3*9999 XXXXXXXXX XXXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX9999999XX~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071011~ + SE*49*612951839~ + ST*837*612951840~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19290810*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*229***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|999*XX|999~ + HI*XX|9999~ + NM1*71*1*XXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*1G*D80416~ + SBR*S*18*******CI~ + DMG*D8*19290810*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXXXXXX XXX*****PI*XXXX9~ + N3*XXX 999~ + N4*XXXXXXXXX*MD*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + SE*53*612951840~ + ST*837*612951841~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXX*S***MI*99999999999~ + N3*9999 X XXXX XX~ + N4*XX XXXXXXXX*VA*99999~ + DMG*D8*19490101*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + LX*1~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20071011~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071011~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071011~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071011~ + LX*5~ + SV2*9999*XX|X9999*338*UN*2~ + DTP*472*D8*20071011~ + LX*6~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071011~ + SE*51*612951841~ + ST*837*612951842~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXX*D***MI*999999999X~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19391106*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070904-20070917~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*BJ|20510~ + HI*BF|20510*XX|99999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19391106*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXX*XXXXX*D***MI*99999999999 9~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXX XX XXXXXXXX*****PI*XXXX9~ + N3*XX XXX 99999~ + N4*XXX XXXXXX*IA*99999~ + NM1*QC*1******MI*99999999999 9~ + LX*1~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070904~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070904~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070917~ + LX*5~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070917~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070917~ + LX*7~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070917~ + SE*68*612951842~ + ST*837*612951843~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXX*M***MI*999999999X~ + N3*999 XXX XXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19230121*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070924-20070924~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19230121*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXX*XXXX*M***MI*XXX999X99999~ + N3*999 XXX XXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX999X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*3~ + DTP*472*D8*20070924~ + LX*3~ + SV2*9999*XX|99999|99*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + SE*61*612951843~ + ST*837*612951844~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999X99999~ + N3*9999 XXXXX XXXXXXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19440418*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + SE*46*612951844~ + ST*837*612951845~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*R***MI*X99999999999~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19430424*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XX XXXX*TX*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + SE*40*612951845~ + ST*837*612951846~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XXX XXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19220811*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070905-20070905~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19220811*M~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999X99999~ + N3*999 XXX XXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX999X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + SE*49*612951846~ + ST*837*612951847~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXXX*S***MI*99999999999~ + N3*9999 XXXXXXXXXXXX XXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19530513*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071010-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXX*T*K***XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**300*UN*125~ + DTP*472*D8*20071010~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071010~ + LX*3~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071010~ + SE*46*612951847~ + GE*50*612200041~ IEA*1*612200041~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch3.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch3.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch3.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch3.txt index c491e746..6063777a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch3.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/FromSwreed/Batch3.txt @@ -1,2417 +1,2417 @@ -ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ - GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ - ST*837*612951848~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXXXX*E***MI*999999999X~ - N3*9999 XXXXX XXXXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19450421*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070907-20070907~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|X9999~ - HI*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******MC~ - DMG*D8*19450421*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXXXX*E***MI*999999999999~ - N3*9999 XXXXX XXXXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*MCD~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*999999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070907~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1**99.9~ - DTP*472*D8*20070907~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070907~ - LX*4~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070907~ - SE*59*612951848~ - ST*837*612951849~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXXX*R***MI*999999999X~ - N3*9999 XXXXX XXXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19211107*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070913-20070913~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19211107*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXXX*R***MI*X99999999999~ - N3*9999 XXXXX XXXX~ - N4*XXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 999999~ - N4*XX XXXX*TX*99999~ - NM1*QC*1******MI*X99999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070913~ - SE*49*612951849~ - ST*837*612951850~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*G***MI*99999999999~ - N3*99999 XXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19750624*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*2~ - SV2*9999*XX|99999*51*UN*1~ - DTP*472*D8*20071024~ - SE*42*612951850~ - ST*837*612951851~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXX*W***MI*XXX9999999XX~ - N3*999 XXXXX XXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19440128*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*9999999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**240*UN*100~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071009~ - SE*44*612951851~ - ST*837*612951852~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX XXX 99~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19420318*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******MC~ - DMG*D8*19420318*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXXXXXXX*L***MI*9999999999999~ - N3*999 XXXXXXX XX XXX 99~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*MCD~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*9999999999999~ - LX*1~ - SV2*9999*HC|81015*14*UN*1~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070928~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - LX*4~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070928~ - SE*58*612951852~ - ST*837*612951853~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXX*A***MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19450430*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070924-20070924~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19450430*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXX*A***MI*X999XX99999999~ - N3*9999 XXXXXXX XX~ - N4*XXXXXX*VA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*XXXX~ - N3*XXXXXX XX XXXXX XXXXX~ - N4*XXXXX*NE*99999~ - NM1*QC*1******MI*X999XX99999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - SE*49*612951853~ - ST*837*612951854~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*W***MI*XXX999X99999~ - N3*99999 XXXXX XXXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19611002*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - SE*40*612951854~ - ST*837*612951855~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXXXX*J***MI*XXX999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*N***MI*XXX999999999~ - N3*999 XXXXXXXXX XX XXX X~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19950103*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|999*XX|999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - SE*46*612951855~ - ST*837*612951856~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXX*XXXX*R***MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXX*T***MI*99999999999~ - N3*9999 XXXX XXXXXXX XXXX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19710918*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071016-20071016~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*LEO****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|X9999*99.9*UN*1~ - DTP*472*D8*20071016~ - SE*43*612951856~ - ST*837*612951857~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXX*H***MI*999999999X~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19310626*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070905-20070905~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X9999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19310626*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXX*H***MI*999999999~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX X999999~ - N4*XX XXXX*TX*99999~ - NM1*QC*1******MI*X99999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*3~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070905~ - LX*4~ - SV2*9999*XX|99999|99*81*UN*1~ - DTP*472*D8*20070905~ - SE*59*612951857~ - ST*837*612951858~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXXX****MI*XXX999X99999~ - N3*999 XXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19481207*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071001-20071001~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999~ - HI*XX|9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071001~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071001~ - SE*45*612951858~ - ST*837*612951859~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXX*W***MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXXXX*S***MI*99999999999~ - N3*999 XXXX XXXX~ - N4*XX XXXXXX*VA*99999~ - DMG*D8*19461016*F~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*564*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070926~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070926~ - LX*4~ - SV2*9999*XX|99999*694*UN*1~ - DTP*472*D8*20070926~ - SE*52*612951859~ - ST*837*612951860~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXX*E***MI*999999999X~ - N3*9999 X XXXXXXXX XX XXX 9999~ - N4*XXX XXXXXX*VA*99999~ - DMG*D8*19370207*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070925-20070925~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*BK|V1011*BJ|V1011~ - NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070925~ - LX*2~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070925~ - SE*42*612951860~ - ST*837*612951861~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*X X XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - REF*G2*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999*FX*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CI~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999X9999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19430104*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*VAA00427*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070901-20070901~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999*XX|X9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXXX*IAN****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**9.99*UN*3~ - DTP*472*D8*20070901~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070901~ - LX*3~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070901~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070901~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070901~ - SE*54*612951861~ - ST*837*612951862~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXX****MI*XXX999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXX*XXXXXXX*R***MI*XXX999999999~ - N3*99999 XXXXXX XXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*20000106*F~ - REF*SY*999999999~ - CLM*XXX99999*351.05***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070930-20070930~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|9999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070930~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070930~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070930~ - SE*52*612951862~ - ST*837*612951863~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXX*XXXX****MI*XXX999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXX*XXXXXXX*M***MI*XXX999999999~ - N3*9 XXXXXX XXXXX~ - N4*XXXXXXXXXXXXXX*VA*99999~ - DMG*D8*19881210*M~ - REF*SY*999999999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070912-20070913~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**3.7*UN*2~ - DTP*472*D8*20070912~ - LX*2~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070912~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070913~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070912~ - SE*54*612951863~ - ST*837*612951864~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*W***MI*X99999999~ - N3*999 XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19421222*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|X9999*XX|99999~ - HI*XX|9999|X9|99999999~ - NM1*72*1*XXXXXX*XXXXXXX****24*999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.9*UN*2~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*99.99*UN*1~ - DTP*472*D8*20070927~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*5~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20070927~ - LX*6~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20070927~ - SE*55*612951864~ - ST*837*612951865~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXXX*A***MI*999999999X~ - N3*999 XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19350625*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070913-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070913~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070913~ - LX*3~ - SV2*9999*XX|99999*8.9*UN*1~ - DTP*472*D8*20070928~ - LX*4~ - SV2*9999*XX|99999*8.9*UN*1~ - DTP*472*D8*20070928~ - SE*48*612951865~ - ST*837*612951866~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXX*XXXXX*L***MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXXX*D***MI*99999999999~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19701209*F~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999*XX|99999*99.99*UN*1~ - DTP*472*D8*20070928~ - LX*3~ - SV2*9999*XX|99999*99.99*UN*1~ - DTP*472*D8*20070928~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - SE*57*612951866~ - ST*837*612951867~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*99999999999~ - N3*999 XXXXXX XXX~ - N4*XX XXXXXXXX*VA*99999~ - DMG*D8*19670529*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXXXX*R*M***XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071009~ - SE*42*612951867~ - ST*837*612951868~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXX*S***MI*99999999999~ - N3*9999 XXXXXX XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19570612*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20070926~ - SE*39*612951868~ - ST*837*612951869~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXX*S***MI*999999999X~ - N3*9999 X XXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19250815*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071003-20071003~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X999*XX|99999~ - HI*XX|99999~ - HI*XX|99|X9|99999999*XX|99|X9|99999999*XX|99|X9|99999999~ - HI*XX|99|||9~ - SBR*S*18*******BL~ - DMG*D8*19250815*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXXXX*S***MI*X999999999~ - N3*9999 X XXXXX XX~ - N4*XXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*X999999999~ - LX*1~ - SV2*9999*XX|99999|XX|99*99.9*UN*2~ - DTP*472*D8*20071003~ - LX*2~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071003~ - SE*52*612951869~ - ST*837*612951870~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXX*K***MI*99999999999~ - N3*999 XXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19850817*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*728***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999~ - NM1*71*1*XXXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*728*UN*1~ - DTP*472*D8*20071024~ - SE*41*612951870~ - ST*837*612951871~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*C***MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXXXXX*XXXXX*J***MI*99999999999~ - N3*99999 XXXXXX XXX XX~ - N4*XXXXX XXX*VA*99999~ - DMG*D8*19940829*M~ - REF*SY*999999999~ - CLM*XXX99999*305.14***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070930-20070930~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070930~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070930~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070930~ - SE*51*612951871~ - ST*837*612951872~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX*E***MI*X99999999~ - N3*999 X XXXXXXXXX XXXX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19520905*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071001-20071001~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|X9999*XX|9999~ - HI*XX|9999|X9|99999999~ - NM1*72*1*XXXXXX*XXXXXXX****24*999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.9*UN*2~ - DTP*472*D8*20071001~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20071001~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071001~ - LX*4~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20071001~ - LX*5~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20071001~ - SE*52*612951872~ - ST*837*612951873~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXXXX*F***MI*999999999~ - N3*999 XXXX XXXX XXXXXXX~ - N4*XXXXXXXX*NJ*99999~ - DMG*D8*19870405*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 99999~ - N4*XXXXXXXXXX*DE*99999~ - CLM*VAA21111*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070924-20070924~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - SE*44*612951873~ - ST*837*612951874~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXXX****MI*99999999999~ - N3*9999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19450603*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*28***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*HC|81003*14*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*HC|81015*14*UN*1~ - DTP*472*D8*20071023~ - SE*43*612951874~ - ST*837*612951875~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*D***MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*33~ - NM1*QC*1*XXXXXX*XXXXX*B***MI*X9999999999~ - N3*9999 XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19991222*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999*XX|X9999~ - HI*XX|9999|X9|99999999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - NM1*72*1*XXXXXX*XXXX****XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070926~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070926~ - SE*57*612951875~ - ST*837*612951876~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1H*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********CH~ - NM1*IL*1*XXXXX*XXXXXX*J***MI*999999999~ - NM1*PR*2*XXXXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XXXXXXXX XXXXX*SC*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXXXX*J***MI*999999999~ - N3*999 XXXXXXX XXXXXX XX XXX X~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19870321*F~ - REF*SY*999999999~ - CLM*XXX99999*51***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - HI*XX|X9999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*51*UN*1~ - DTP*472*D8*20071011~ - SE*44*612951876~ - ST*837*612951877~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XXXXXXX XX XXX 9~ - N4*XXXXXX*VA*99999~ - DMG*D8*19710427*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*HC|81001*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20070906~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070906~ - SE*46*612951877~ - ST*837*612951878~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXXX*D***MI*XXX999X99999~ - N3*999 XXXXXXXXX XXXXX~ - N4*XXXXX*VA*99999~ - DMG*D8*19461128*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070906-20070906~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*XX|99999*999.99*UN*1~ - DTP*472*D8*20070906~ - SE*37*612951878~ - ST*837*612951879~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXXX*M***MI*XXX9XXX99999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*C***MI*XXX9XXX99999999~ - N3*9999 XXXX XXXX XXX X~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19870902*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - SE*41*612951879~ - ST*837*612951880~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXXXXXX*M***MI*XXX999999999~ - N3*99 XXXXXXXX XXXXX XXXXX~ - N4*XXXXXX XXXX*VA*99999~ - DMG*D8*19790520*F~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070924-20070924~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999~ - HI*XX|999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*HC|81003*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*2~ - SV2*9999*HC|81015*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*6~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - SE*61*612951880~ - ST*837*612951881~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*S*18*******BL~ - NM1*IL*1*XXXX*XXXXX*M***MI*XXX999X99999~ - N3*999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19360423*F~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*170***99|X|9*M*A*Y*Y*********N~ - DTP*434*RD8*20071018-20071018~ - CL1*3*1*01~ - AMT*C5*99.9~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - HI*XX|X9|||99.9~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - SBR*P*18*******MA~ - AMT*C4*999.9~ - DMG*D8*19360423*F~ - OI***Y***Y~ - NM1*IL*1*XXXX*XXXXX*M***MI*999999999X~ - N3*999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*71*1~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071018~ - LX*2~ - SV2*9999*HC|G0202*999.9*UN*1~ - DTP*472*D8*20071018~ - SE*55*612951881~ - ST*837*612951882~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXXXX*R***MI*XXX999X99999~ - N3*999 XXXXXX XXXX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19580225*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071004-20071004~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|X9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071004~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071004~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071004~ - SE*44*612951882~ - ST*837*612951883~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXX*L***MI*XXX999999999~ - N3*999 XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19451018*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - SE*40*612951883~ - ST*837*612951884~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXX****MI*XXX9999999XX~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXX*XXXXXXX****MI*XXX9999999XX~ - N3*999 XXXXXXXX XXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19890714*F~ - REF*SY*999999999~ - CLM*XXX99999*123***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071013-20071013~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*BAE*XXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071013~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071013~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071013~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071013~ - SE*53*612951884~ - ST*837*612951885~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*S*18*******CI~ - NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*99999999999~ - N3*99999 XXXXXX XXXXX~ - N4*XX XXXXXXX*VA*99999~ - DMG*D8*19350923*F~ - NM1*PR*2*XXXX*****PI*XXXX~ - N3*XXX 999999~ - N4*XXXXXXX*GA*99999~ - CLM*XXX99999*999.9***99|X|9*M*A*Y*Y*********N~ - DTP*434*RD8*20071018-20071018~ - CL1*3*1*01~ - AMT*C5*999.99~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|X9|||999.99~ - NM1*71*1*XXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - SBR*P*18*******MA~ - AMT*C4*999.99~ - DMG*D8*19350923*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*999999999X~ - N3*99999 XXXXXX XXXXX~ - N4*XX XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*71*1~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071018~ - LX*2~ - SV2*9999*XX|X9999*91*UN*1~ - DTP*472*D8*20071018~ - SE*54*612951885~ - ST*837*612951886~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXX*JON****MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXX*G***MI*X9999999999~ - N3*999 XXXXX XXXXXXX XX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19571217*F~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - HI*XX|X9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071009~ - SE*44*612951886~ - ST*837*612951887~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXXX*E***MI*XXX999X9999999~ - N3*999 X XXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19450123*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - SE*49*612951887~ - ST*837*612951888~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX*D***MI*99999999999~ - N3*9999 XXXXX XXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19720331*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXXX*IAN****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - SE*40*612951888~ - ST*837*612951889~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXX*M***MI*99999999999~ - N3*9999 XXXXXX XXX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19831123*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070930-20070930~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070930~ - SE*41*612951889~ - ST*837*612951890~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999X99999~ - N3*XX 99 XXX 9X~ - N4*XXXXX XXXXX*WV*99999~ - DMG*D8*19511209*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*9999999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999~ - NM1*71*1*XXXXXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20070928~ - SE*42*612951890~ - ST*837*612951891~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*M***MI*99999999999~ - N3*999 XXX XXXXX XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19840901*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X999*XX|X999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071025~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - SE*45*612951891~ - ST*837*612951892~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*S*18*******CI~ - NM1*IL*1*XXXXX*XXXXXX*V***MI*99999999999~ - N3*XXX 999*999 XXXXXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19180312*F~ - NM1*PR*2*XXXX*****PI*XXXX~ - N3*XXX 999999~ - N4*XXXXXXX*GA*99999~ - CLM*XXX99999*9999.99***99|X|9*M*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20071004-20071009~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - AMT*C5*992~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|9999~ - HI*XX|999~ - HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|X9999~ - HI*XX|99|X9|99999999~ - HI*XX|X9|||999~ - QTY*CA*5*DA~ - NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - SBR*P*18*******MA~ - AMT*C4*9999.99~ - DMG*D8*19180312*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXX*V***MI*999999999X~ - N3*XXX 999*999 XXXXXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*71*1~ - REF*1G*X99999~ - LX*1~ - SV2*9999**9999*DA*5*999.9~ - LX*2~ - SV2*9999**9999.9*UN*271~ - LX*3~ - SV2*9999**999.99*UN*17~ - LX*4~ - SV2*9999**314*UN*4~ - LX*5~ - SV2*9999**999.9*UN*14~ - LX*6~ - SV2*9999**999.9*UN*1~ - LX*7~ - SV2*9999**9999.9*UN*2~ - LX*8~ - SV2*9999**999.9*UN*1~ - LX*9~ - SV2*9999**99.9*UN*1~ - SE*72*612951892~ - ST*837*612951893~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXXX*A***MI*XXX999X99999~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19370527*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999~ - NM1*71*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071008~ - SE*41*612951893~ - ST*837*612951894~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXXX*T***MI*XXX999999999~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXXX*VA*99999~ - DMG*D8*19510213*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*C*W***XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.99*UN*1~ - DTP*472*D8*20071008~ - SE*40*612951894~ - ST*837*612951895~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*G***MI*99999999999~ - N3*9999 XXXXXX XXXXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19600307*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - LX*2~ - SV2*9999*XX|99999|XX*113*UN*1~ - DTP*472*D8*20071025~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071025~ - SE*45*612951895~ - ST*837*612951896~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXX999X99999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXXX*A***MI*XXX999X99999~ - N3*999 XXXXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19540223*F~ - REF*SY*999999999~ - CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071005-20071005~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071005~ - LX*2~ - SV2*9999*HC|G0202*999.9*UN*1~ - DTP*472*D8*20071005~ - SE*44*612951896~ - ST*837*612951897~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*S*18*******CI~ - NM1*IL*1*XXXXX*XXXXX*J***MI*XX999999999~ - N3*999 XXXXXXXX XXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19360317*F~ - NM1*PR*2*XXXXXXXX XXXXXXX*****PI*XXXX9~ - N3*XXX 999999~ - N4*XXXXXXXXX*MA*99999~ - CLM*XXX99999*776.25***99|X|9*M*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - AMT*C5*999.99~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999*XX|X9999*XX|X9999~ - HI*XX|99|X9|99999999~ - HI*XX|X9|||999.99~ - NM1*72*1*XXXXXX*XXXXXXX****24*999999999~ - SBR*P*18*******MA~ - AMT*C4*999.99~ - DMG*D8*19360317*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXX*J***MI*999999999X~ - N3*999 XXXXXXXX XXX~ - N4*XXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*71*1~ - REF*1G*X99999~ - NM1*72*1~ - REF*1G*X99999~ - LX*1~ - SV2*9999**99.99*UN*3~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20071009~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071009~ - LX*4~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20071009~ - LX*5~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20071009~ - SE*66*612951897~ - GE*50*612200041~ +ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ + GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ + ST*837*612951848~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXXXX*E***MI*999999999X~ + N3*9999 XXXXX XXXXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19450421*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070907-20070907~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|X9999~ + HI*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******MC~ + DMG*D8*19450421*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXXXX*E***MI*999999999999~ + N3*9999 XXXXX XXXXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*MCD~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*999999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070907~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1**99.9~ + DTP*472*D8*20070907~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070907~ + LX*4~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070907~ + SE*59*612951848~ + ST*837*612951849~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXXX*R***MI*999999999X~ + N3*9999 XXXXX XXXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19211107*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070913-20070913~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19211107*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXXX*R***MI*X99999999999~ + N3*9999 XXXXX XXXX~ + N4*XXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 999999~ + N4*XX XXXX*TX*99999~ + NM1*QC*1******MI*X99999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070913~ + SE*49*612951849~ + ST*837*612951850~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*G***MI*99999999999~ + N3*99999 XXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19750624*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*2~ + SV2*9999*XX|99999*51*UN*1~ + DTP*472*D8*20071024~ + SE*42*612951850~ + ST*837*612951851~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXX*W***MI*XXX9999999XX~ + N3*999 XXXXX XXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19440128*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*9999999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**240*UN*100~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071009~ + SE*44*612951851~ + ST*837*612951852~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX XXX 99~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19420318*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******MC~ + DMG*D8*19420318*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXXXXXXX*L***MI*9999999999999~ + N3*999 XXXXXXX XX XXX 99~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*MCD~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*9999999999999~ + LX*1~ + SV2*9999*HC|81015*14*UN*1~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070928~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + LX*4~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070928~ + SE*58*612951852~ + ST*837*612951853~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXX*A***MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19450430*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070924-20070924~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19450430*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXX*A***MI*X999XX99999999~ + N3*9999 XXXXXXX XX~ + N4*XXXXXX*VA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*XXXX~ + N3*XXXXXX XX XXXXX XXXXX~ + N4*XXXXX*NE*99999~ + NM1*QC*1******MI*X999XX99999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + SE*49*612951853~ + ST*837*612951854~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*W***MI*XXX999X99999~ + N3*99999 XXXXX XXXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19611002*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + SE*40*612951854~ + ST*837*612951855~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXXXX*J***MI*XXX999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*N***MI*XXX999999999~ + N3*999 XXXXXXXXX XX XXX X~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19950103*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|999*XX|999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + SE*46*612951855~ + ST*837*612951856~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXX*XXXX*R***MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXX*T***MI*99999999999~ + N3*9999 XXXX XXXXXXX XXXX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19710918*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071016-20071016~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*LEO****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|X9999*99.9*UN*1~ + DTP*472*D8*20071016~ + SE*43*612951856~ + ST*837*612951857~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXX*H***MI*999999999X~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19310626*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070905-20070905~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X9999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19310626*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXX*H***MI*999999999~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX X999999~ + N4*XX XXXX*TX*99999~ + NM1*QC*1******MI*X99999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*3~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070905~ + LX*4~ + SV2*9999*XX|99999|99*81*UN*1~ + DTP*472*D8*20070905~ + SE*59*612951857~ + ST*837*612951858~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXXX****MI*XXX999X99999~ + N3*999 XXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19481207*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071001-20071001~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999~ + HI*XX|9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071001~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071001~ + SE*45*612951858~ + ST*837*612951859~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXX*W***MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXXXX*S***MI*99999999999~ + N3*999 XXXX XXXX~ + N4*XX XXXXXX*VA*99999~ + DMG*D8*19461016*F~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*564*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070926~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070926~ + LX*4~ + SV2*9999*XX|99999*694*UN*1~ + DTP*472*D8*20070926~ + SE*52*612951859~ + ST*837*612951860~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXX*E***MI*999999999X~ + N3*9999 X XXXXXXXX XX XXX 9999~ + N4*XXX XXXXXX*VA*99999~ + DMG*D8*19370207*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070925-20070925~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*BK|V1011*BJ|V1011~ + NM1*71*1*XXXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070925~ + LX*2~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070925~ + SE*42*612951860~ + ST*837*612951861~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*X X XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + REF*G2*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999*FX*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CI~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999X9999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19430104*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*VAA00427*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070901-20070901~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999*XX|X9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXXX*IAN****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**9.99*UN*3~ + DTP*472*D8*20070901~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070901~ + LX*3~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070901~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070901~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070901~ + SE*54*612951861~ + ST*837*612951862~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXX****MI*XXX999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXX*XXXXXXX*R***MI*XXX999999999~ + N3*99999 XXXXXX XXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*20000106*F~ + REF*SY*999999999~ + CLM*XXX99999*351.05***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070930-20070930~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|9999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070930~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070930~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070930~ + SE*52*612951862~ + ST*837*612951863~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXX*XXXX****MI*XXX999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXX*XXXXXXX*M***MI*XXX999999999~ + N3*9 XXXXXX XXXXX~ + N4*XXXXXXXXXXXXXX*VA*99999~ + DMG*D8*19881210*M~ + REF*SY*999999999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070912-20070913~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**3.7*UN*2~ + DTP*472*D8*20070912~ + LX*2~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070912~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070913~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070912~ + SE*54*612951863~ + ST*837*612951864~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*W***MI*X99999999~ + N3*999 XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19421222*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|X9999*XX|99999~ + HI*XX|9999|X9|99999999~ + NM1*72*1*XXXXXX*XXXXXXX****24*999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.9*UN*2~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*99.99*UN*1~ + DTP*472*D8*20070927~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*5~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20070927~ + LX*6~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20070927~ + SE*55*612951864~ + ST*837*612951865~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXXX*A***MI*999999999X~ + N3*999 XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19350625*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070913-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070913~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070913~ + LX*3~ + SV2*9999*XX|99999*8.9*UN*1~ + DTP*472*D8*20070928~ + LX*4~ + SV2*9999*XX|99999*8.9*UN*1~ + DTP*472*D8*20070928~ + SE*48*612951865~ + ST*837*612951866~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXX*XXXXX*L***MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXXX*D***MI*99999999999~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19701209*F~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999*XX|99999*99.99*UN*1~ + DTP*472*D8*20070928~ + LX*3~ + SV2*9999*XX|99999*99.99*UN*1~ + DTP*472*D8*20070928~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + SE*57*612951866~ + ST*837*612951867~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*99999999999~ + N3*999 XXXXXX XXX~ + N4*XX XXXXXXXX*VA*99999~ + DMG*D8*19670529*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXXXX*R*M***XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071009~ + SE*42*612951867~ + ST*837*612951868~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXX*S***MI*99999999999~ + N3*9999 XXXXXX XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19570612*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20070926~ + SE*39*612951868~ + ST*837*612951869~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXX*S***MI*999999999X~ + N3*9999 X XXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19250815*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071003-20071003~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X999*XX|99999~ + HI*XX|99999~ + HI*XX|99|X9|99999999*XX|99|X9|99999999*XX|99|X9|99999999~ + HI*XX|99|||9~ + SBR*S*18*******BL~ + DMG*D8*19250815*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXXXX*S***MI*X999999999~ + N3*9999 X XXXXX XX~ + N4*XXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*X999999999~ + LX*1~ + SV2*9999*XX|99999|XX|99*99.9*UN*2~ + DTP*472*D8*20071003~ + LX*2~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071003~ + SE*52*612951869~ + ST*837*612951870~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXX*K***MI*99999999999~ + N3*999 XXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19850817*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*728***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999~ + NM1*71*1*XXXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*728*UN*1~ + DTP*472*D8*20071024~ + SE*41*612951870~ + ST*837*612951871~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*C***MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXXXXX*XXXXX*J***MI*99999999999~ + N3*99999 XXXXXX XXX XX~ + N4*XXXXX XXX*VA*99999~ + DMG*D8*19940829*M~ + REF*SY*999999999~ + CLM*XXX99999*305.14***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070930-20070930~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070930~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070930~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070930~ + SE*51*612951871~ + ST*837*612951872~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX*E***MI*X99999999~ + N3*999 X XXXXXXXXX XXXX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19520905*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071001-20071001~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|X9999*XX|9999~ + HI*XX|9999|X9|99999999~ + NM1*72*1*XXXXXX*XXXXXXX****24*999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.9*UN*2~ + DTP*472*D8*20071001~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20071001~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071001~ + LX*4~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20071001~ + LX*5~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20071001~ + SE*52*612951872~ + ST*837*612951873~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXXXX*F***MI*999999999~ + N3*999 XXXX XXXX XXXXXXX~ + N4*XXXXXXXX*NJ*99999~ + DMG*D8*19870405*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 99999~ + N4*XXXXXXXXXX*DE*99999~ + CLM*VAA21111*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070924-20070924~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + SE*44*612951873~ + ST*837*612951874~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXXX****MI*99999999999~ + N3*9999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19450603*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*28***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*HC|81003*14*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*HC|81015*14*UN*1~ + DTP*472*D8*20071023~ + SE*43*612951874~ + ST*837*612951875~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*D***MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*33~ + NM1*QC*1*XXXXXX*XXXXX*B***MI*X9999999999~ + N3*9999 XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19991222*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999*XX|X9999~ + HI*XX|9999|X9|99999999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + NM1*72*1*XXXXXX*XXXX****XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070926~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070926~ + SE*57*612951875~ + ST*837*612951876~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1H*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********CH~ + NM1*IL*1*XXXXX*XXXXXX*J***MI*999999999~ + NM1*PR*2*XXXXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XXXXXXXX XXXXX*SC*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXXXX*J***MI*999999999~ + N3*999 XXXXXXX XXXXXX XX XXX X~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19870321*F~ + REF*SY*999999999~ + CLM*XXX99999*51***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + HI*XX|X9999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*51*UN*1~ + DTP*472*D8*20071011~ + SE*44*612951876~ + ST*837*612951877~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XXXXXXX XX XXX 9~ + N4*XXXXXX*VA*99999~ + DMG*D8*19710427*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*HC|81001*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20070906~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070906~ + SE*46*612951877~ + ST*837*612951878~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXXX*D***MI*XXX999X99999~ + N3*999 XXXXXXXXX XXXXX~ + N4*XXXXX*VA*99999~ + DMG*D8*19461128*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070906-20070906~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*XX|99999*999.99*UN*1~ + DTP*472*D8*20070906~ + SE*37*612951878~ + ST*837*612951879~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXXX*M***MI*XXX9XXX99999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*C***MI*XXX9XXX99999999~ + N3*9999 XXXX XXXX XXX X~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19870902*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + SE*41*612951879~ + ST*837*612951880~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXXXXXX*M***MI*XXX999999999~ + N3*99 XXXXXXXX XXXXX XXXXX~ + N4*XXXXXX XXXX*VA*99999~ + DMG*D8*19790520*F~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070924-20070924~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999~ + HI*XX|999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*HC|81003*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*2~ + SV2*9999*HC|81015*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*6~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + SE*61*612951880~ + ST*837*612951881~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*S*18*******BL~ + NM1*IL*1*XXXX*XXXXX*M***MI*XXX999X99999~ + N3*999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19360423*F~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*170***99|X|9*M*A*Y*Y*********N~ + DTP*434*RD8*20071018-20071018~ + CL1*3*1*01~ + AMT*C5*99.9~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + HI*XX|X9|||99.9~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + SBR*P*18*******MA~ + AMT*C4*999.9~ + DMG*D8*19360423*F~ + OI***Y***Y~ + NM1*IL*1*XXXX*XXXXX*M***MI*999999999X~ + N3*999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*71*1~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071018~ + LX*2~ + SV2*9999*HC|G0202*999.9*UN*1~ + DTP*472*D8*20071018~ + SE*55*612951881~ + ST*837*612951882~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXXXX*R***MI*XXX999X99999~ + N3*999 XXXXXX XXXX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19580225*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071004-20071004~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|X9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071004~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071004~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071004~ + SE*44*612951882~ + ST*837*612951883~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXX*L***MI*XXX999999999~ + N3*999 XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19451018*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + SE*40*612951883~ + ST*837*612951884~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXX****MI*XXX9999999XX~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXX*XXXXXXX****MI*XXX9999999XX~ + N3*999 XXXXXXXX XXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19890714*F~ + REF*SY*999999999~ + CLM*XXX99999*123***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071013-20071013~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*BAE*XXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071013~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071013~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071013~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071013~ + SE*53*612951884~ + ST*837*612951885~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*S*18*******CI~ + NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*99999999999~ + N3*99999 XXXXXX XXXXX~ + N4*XX XXXXXXX*VA*99999~ + DMG*D8*19350923*F~ + NM1*PR*2*XXXX*****PI*XXXX~ + N3*XXX 999999~ + N4*XXXXXXX*GA*99999~ + CLM*XXX99999*999.9***99|X|9*M*A*Y*Y*********N~ + DTP*434*RD8*20071018-20071018~ + CL1*3*1*01~ + AMT*C5*999.99~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|X9|||999.99~ + NM1*71*1*XXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + SBR*P*18*******MA~ + AMT*C4*999.99~ + DMG*D8*19350923*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*999999999X~ + N3*99999 XXXXXX XXXXX~ + N4*XX XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*71*1~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071018~ + LX*2~ + SV2*9999*XX|X9999*91*UN*1~ + DTP*472*D8*20071018~ + SE*54*612951885~ + ST*837*612951886~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXX*JON****MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXX*G***MI*X9999999999~ + N3*999 XXXXX XXXXXXX XX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19571217*F~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + HI*XX|X9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071009~ + SE*44*612951886~ + ST*837*612951887~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXXX*E***MI*XXX999X9999999~ + N3*999 X XXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19450123*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + SE*49*612951887~ + ST*837*612951888~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX*D***MI*99999999999~ + N3*9999 XXXXX XXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19720331*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXXX*IAN****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + SE*40*612951888~ + ST*837*612951889~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXX*M***MI*99999999999~ + N3*9999 XXXXXX XXX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19831123*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070930-20070930~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070930~ + SE*41*612951889~ + ST*837*612951890~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999X99999~ + N3*XX 99 XXX 9X~ + N4*XXXXX XXXXX*WV*99999~ + DMG*D8*19511209*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*9999999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999~ + NM1*71*1*XXXXXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20070928~ + SE*42*612951890~ + ST*837*612951891~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*M***MI*99999999999~ + N3*999 XXX XXXXX XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19840901*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X999*XX|X999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071025~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + SE*45*612951891~ + ST*837*612951892~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*S*18*******CI~ + NM1*IL*1*XXXXX*XXXXXX*V***MI*99999999999~ + N3*XXX 999*999 XXXXXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19180312*F~ + NM1*PR*2*XXXX*****PI*XXXX~ + N3*XXX 999999~ + N4*XXXXXXX*GA*99999~ + CLM*XXX99999*9999.99***99|X|9*M*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20071004-20071009~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + AMT*C5*992~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|9999~ + HI*XX|999~ + HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|X9999~ + HI*XX|99|X9|99999999~ + HI*XX|X9|||999~ + QTY*CA*5*DA~ + NM1*71*1*XXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + SBR*P*18*******MA~ + AMT*C4*9999.99~ + DMG*D8*19180312*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXX*V***MI*999999999X~ + N3*XXX 999*999 XXXXXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*71*1~ + REF*1G*X99999~ + LX*1~ + SV2*9999**9999*DA*5*999.9~ + LX*2~ + SV2*9999**9999.9*UN*271~ + LX*3~ + SV2*9999**999.99*UN*17~ + LX*4~ + SV2*9999**314*UN*4~ + LX*5~ + SV2*9999**999.9*UN*14~ + LX*6~ + SV2*9999**999.9*UN*1~ + LX*7~ + SV2*9999**9999.9*UN*2~ + LX*8~ + SV2*9999**999.9*UN*1~ + LX*9~ + SV2*9999**99.9*UN*1~ + SE*72*612951892~ + ST*837*612951893~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXXX*A***MI*XXX999X99999~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19370527*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999~ + NM1*71*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071008~ + SE*41*612951893~ + ST*837*612951894~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXXX*T***MI*XXX999999999~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXXX*VA*99999~ + DMG*D8*19510213*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*C*W***XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.99*UN*1~ + DTP*472*D8*20071008~ + SE*40*612951894~ + ST*837*612951895~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*G***MI*99999999999~ + N3*9999 XXXXXX XXXXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19600307*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + LX*2~ + SV2*9999*XX|99999|XX*113*UN*1~ + DTP*472*D8*20071025~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071025~ + SE*45*612951895~ + ST*837*612951896~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXX999X99999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXXX*A***MI*XXX999X99999~ + N3*999 XXXXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19540223*F~ + REF*SY*999999999~ + CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071005-20071005~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071005~ + LX*2~ + SV2*9999*HC|G0202*999.9*UN*1~ + DTP*472*D8*20071005~ + SE*44*612951896~ + ST*837*612951897~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*S*18*******CI~ + NM1*IL*1*XXXXX*XXXXX*J***MI*XX999999999~ + N3*999 XXXXXXXX XXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19360317*F~ + NM1*PR*2*XXXXXXXX XXXXXXX*****PI*XXXX9~ + N3*XXX 999999~ + N4*XXXXXXXXX*MA*99999~ + CLM*XXX99999*776.25***99|X|9*M*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + AMT*C5*999.99~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999*XX|X9999*XX|X9999~ + HI*XX|99|X9|99999999~ + HI*XX|X9|||999.99~ + NM1*72*1*XXXXXX*XXXXXXX****24*999999999~ + SBR*P*18*******MA~ + AMT*C4*999.99~ + DMG*D8*19360317*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXX*J***MI*999999999X~ + N3*999 XXXXXXXX XXX~ + N4*XXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*71*1~ + REF*1G*X99999~ + NM1*72*1~ + REF*1G*X99999~ + LX*1~ + SV2*9999**99.99*UN*3~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20071009~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071009~ + LX*4~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20071009~ + LX*5~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20071009~ + SE*66*612951897~ + GE*50*612200041~ IEA*1*612200041~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.1_InstitutionalClaim.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.1_InstitutionalClaim.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.1_InstitutionalClaim.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.1_InstitutionalClaim.txt index e2e00c15..3479554f 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.1_InstitutionalClaim.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.1_InstitutionalClaim.txt @@ -1,49 +1,49 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987654~ - BHT*0019*00*0123*19960918*0932*CH~ - REF*87*004010X096~ - NM1*40*2*MEDICARE*****46*00120~ - PER*IC*JANE DOE*TE*9005555555~ - NM1*41*2*JONES HOSPITAL*****46*12345~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*JONES HOSPITAL*****XX*330127~ - PRV*AT*ZZ*363LP0200N~ - N3*225 MAIN STREET BARKLEY BUILDING~ - N4*CENTERVILLE*PA*17111~ - REF*G2*987654080~ - HL*2*1*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*DOE*JOHN*T***MI*030005074A~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - DMG*D8*19261111*M~ - NM1*PR*2*MEDICARE B*****PI*00435~ - CLM*756048Q*89.93***14:A:1**Y*Y*Y~ - DTP*434*D8*19960911~ - CL1*3*1~ - HI*BK:366.9~ - HI*BF:401.9*BF:794.31~ - HI*BQ:15.3:D8:19960911~ - HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ - HI*BE:A2:::15.31~ - HI*BG:09~ - NM1*71*1*JONES*JOHN*J***XX*B99937~ - PRV*AT*ZZ*363LP0200N~ - SBR*S*01*351630*STATE TEACHERS*GP****CI~ - DMG***F~ - OI***Y***Y~ - NM1*IL*1*DOE*JANE*S***MI*222004433~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - NM1*PR*2*STATE TEACHERS*****PI*1135~ - LX*1~ - SV2*305*HC:85025*13.39*UN*1~ - DTP*472*D8*19960911~ - LX*2~ - SV2*730*HC:93005*76.54*UN*3~ - DTP*472*D8*19960911~ - SE*45*987654~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987654~ + BHT*0019*00*0123*19960918*0932*CH~ + REF*87*004010X096~ + NM1*40*2*MEDICARE*****46*00120~ + PER*IC*JANE DOE*TE*9005555555~ + NM1*41*2*JONES HOSPITAL*****46*12345~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*JONES HOSPITAL*****XX*330127~ + PRV*AT*ZZ*363LP0200N~ + N3*225 MAIN STREET BARKLEY BUILDING~ + N4*CENTERVILLE*PA*17111~ + REF*G2*987654080~ + HL*2*1*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*DOE*JOHN*T***MI*030005074A~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + DMG*D8*19261111*M~ + NM1*PR*2*MEDICARE B*****PI*00435~ + CLM*756048Q*89.93***14:A:1**Y*Y*Y~ + DTP*434*D8*19960911~ + CL1*3*1~ + HI*BK:366.9~ + HI*BF:401.9*BF:794.31~ + HI*BQ:15.3:D8:19960911~ + HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ + HI*BE:A2:::15.31~ + HI*BG:09~ + NM1*71*1*JONES*JOHN*J***XX*B99937~ + PRV*AT*ZZ*363LP0200N~ + SBR*S*01*351630*STATE TEACHERS*GP****CI~ + DMG***F~ + OI***Y***Y~ + NM1*IL*1*DOE*JANE*S***MI*222004433~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + NM1*PR*2*STATE TEACHERS*****PI*1135~ + LX*1~ + SV2*305*HC:85025*13.39*UN*1~ + DTP*472*D8*19960911~ + LX*2~ + SV2*730*HC:93005*76.54*UN*3~ + DTP*472*D8*19960911~ + SE*45*987654~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.2_InstitutionalPpoRepricedClaim.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.2_InstitutionalPpoRepricedClaim.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.2_InstitutionalPpoRepricedClaim.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.2_InstitutionalPpoRepricedClaim.txt index bd136b99..6232d435 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.2_InstitutionalPpoRepricedClaim.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.2_InstitutionalPpoRepricedClaim.txt @@ -1,50 +1,50 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987655~ - BHT*0019*00*0124*19970103*0936*CH~ - REF*87*004010X096~ - NM1*41*2*HEALTHCARE PPO*****46*TGJ23~ - NM1*40*2*KEY INSURANCE COMPANY*****46*962TT8R~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*GENERAL HOSPITAL*****FI*370673111~ - N3*125 VIRGINIA AVE~ - N4*BLOOMINGTON*IL*61701~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*BOZARTH*LANCE*D***MI*32762113503~ - N3*5707 FERN FLOWER DR~ - N4*COLUMBIA*MO*65202~ - REF*SY*327621135~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*66783JJT~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*BOZARTH*MAGGIE*B~ - N3*5707 FERN FLOWER DR~ - N4*COLUMBIA*MO*65202~ - DMG*D8*19691125*F~ - REF*SY*329524430~ - CLM*72255589*2593.69***11:A:1***Y*Y~ - DTP*434*RD8*19961222-19961224~ - DTP*435*DT*199612220930~ - DTP*096*TM*1630~ - QTY*CA*2*DA~ - CL1*3*1*01~ - REF*9A*6003E0332701~ - HI*BK:643.03~ - HCP*06*2040*553.69*252665599~ - NM1*71*1*NORDSTRUM*HAROLD****XX*572999543~ - PRV*AT*ZZ*363LP0200N~ - LX*1~ - SV2*120**802*DA*2~ - LX*2~ - SV2*250**354.49*UN*1~ - LX*3~ - SV2*258**949.68*UN*1~ - LX*4~ - SV2*270**112.02*UN*1~ - LX*5~ - SV2*300**375.5*UN*1~ - SE*46*987655~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987655~ + BHT*0019*00*0124*19970103*0936*CH~ + REF*87*004010X096~ + NM1*41*2*HEALTHCARE PPO*****46*TGJ23~ + NM1*40*2*KEY INSURANCE COMPANY*****46*962TT8R~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*GENERAL HOSPITAL*****FI*370673111~ + N3*125 VIRGINIA AVE~ + N4*BLOOMINGTON*IL*61701~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*BOZARTH*LANCE*D***MI*32762113503~ + N3*5707 FERN FLOWER DR~ + N4*COLUMBIA*MO*65202~ + REF*SY*327621135~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*66783JJT~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*BOZARTH*MAGGIE*B~ + N3*5707 FERN FLOWER DR~ + N4*COLUMBIA*MO*65202~ + DMG*D8*19691125*F~ + REF*SY*329524430~ + CLM*72255589*2593.69***11:A:1***Y*Y~ + DTP*434*RD8*19961222-19961224~ + DTP*435*DT*199612220930~ + DTP*096*TM*1630~ + QTY*CA*2*DA~ + CL1*3*1*01~ + REF*9A*6003E0332701~ + HI*BK:643.03~ + HCP*06*2040*553.69*252665599~ + NM1*71*1*NORDSTRUM*HAROLD****XX*572999543~ + PRV*AT*ZZ*363LP0200N~ + LX*1~ + SV2*120**802*DA*2~ + LX*2~ + SV2*250**354.49*UN*1~ + LX*3~ + SV2*258**949.68*UN*1~ + LX*4~ + SV2*270**112.02*UN*1~ + LX*5~ + SV2*300**375.5*UN*1~ + SE*46*987655~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.3_TwoClaimsForTheSameProvider.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.3_TwoClaimsForTheSameProvider.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.3_TwoClaimsForTheSameProvider.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.3_TwoClaimsForTheSameProvider.txt index b5698b0a..e10f62cd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.3_TwoClaimsForTheSameProvider.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.1.3_TwoClaimsForTheSameProvider.txt @@ -1,63 +1,63 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987654~ - BHT*0019*00*0123*19960918*0932CH~ - REF*87*004010X096~ - NM1*40*2*MEDICARE*****46*00120~ - NM1*41*2*JONES HOSPITAL*****46*12345~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*JONES HOSPITAL*****XX*330127~ - N3*225 MAIN STREET BARKLEY BUILDING~ - N4*CENTERVILLE*PA*17111~ - REF*G2*987654080~ - HL*2*1*22*1~ - SBR*P*18*******MB~ - NM1*IL*1*DOE*JOHN*T***MI*030005074A~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - DMG*D8*19261111*M~ - NM1*PR*2*MEDICARE B*****PI*00435~ - CLM*756048Q*89.93***14:A:1**Y*Y*Y~ - DTP*434*D8*19960911~ - CL1*3*1~ - HI*BK:366.9~ - HI*BF:401.9*BF:794.31~ - HI*BQ:15.3:D8:19960911~ - HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ - HI*BE:A2:::15.31~ - HI*BG:09~ - NM1*71*1*JONES*JOHN*J***XX*B99937~ - PRV*AT*ZZ*363LP0200N~ - SBR*S*01*351630*STATE TEACHERS*GP****CI~ - DMG***F~ - OI***Y***Y~ - NM1*IL*1*DOE*JANE*S***MI*222004433~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - NM1*PR*2*STATE TEACHERS*****PI*1135~ - LX*1~ - SV2*305*HC:85025*13.39*UN*1~ - DTP*472*D8*19960911~ - LX*2~ - SV2*730*HC:93005*76.54*UN*3~ - DTP*472*D8*19960911~ - HL*3*1*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*SMITH*JOE****MI*123405074A~ - N3*5 MAIN STREET~ - N4*CENTERVILLE*PA*17111~ - DMG*D8*19120512*M~ - NM1*PR*2*MEDICARE B*****PI*00435~ - CLM*756049Q*50***13:A:1**Y*Y*Y~ - DTP*434*D8*19960614~ - CL1*3*1~ - HI*BK:300.00~ - NM1*71*1*JONES*JOHN*J***XX*B99937~ - PRV*AT*ZZ*363LP0200N~ - LX*1~ - SV2*300*HC:85087*50*UN*1~ - DTP*472*D8*19960911~ - SE*59*987654~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987654~ + BHT*0019*00*0123*19960918*0932CH~ + REF*87*004010X096~ + NM1*40*2*MEDICARE*****46*00120~ + NM1*41*2*JONES HOSPITAL*****46*12345~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*JONES HOSPITAL*****XX*330127~ + N3*225 MAIN STREET BARKLEY BUILDING~ + N4*CENTERVILLE*PA*17111~ + REF*G2*987654080~ + HL*2*1*22*1~ + SBR*P*18*******MB~ + NM1*IL*1*DOE*JOHN*T***MI*030005074A~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + DMG*D8*19261111*M~ + NM1*PR*2*MEDICARE B*****PI*00435~ + CLM*756048Q*89.93***14:A:1**Y*Y*Y~ + DTP*434*D8*19960911~ + CL1*3*1~ + HI*BK:366.9~ + HI*BF:401.9*BF:794.31~ + HI*BQ:15.3:D8:19960911~ + HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ + HI*BE:A2:::15.31~ + HI*BG:09~ + NM1*71*1*JONES*JOHN*J***XX*B99937~ + PRV*AT*ZZ*363LP0200N~ + SBR*S*01*351630*STATE TEACHERS*GP****CI~ + DMG***F~ + OI***Y***Y~ + NM1*IL*1*DOE*JANE*S***MI*222004433~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + NM1*PR*2*STATE TEACHERS*****PI*1135~ + LX*1~ + SV2*305*HC:85025*13.39*UN*1~ + DTP*472*D8*19960911~ + LX*2~ + SV2*730*HC:93005*76.54*UN*3~ + DTP*472*D8*19960911~ + HL*3*1*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*SMITH*JOE****MI*123405074A~ + N3*5 MAIN STREET~ + N4*CENTERVILLE*PA*17111~ + DMG*D8*19120512*M~ + NM1*PR*2*MEDICARE B*****PI*00435~ + CLM*756049Q*50***13:A:1**Y*Y*Y~ + DTP*434*D8*19960614~ + CL1*3*1~ + HI*BK:300.00~ + NM1*71*1*JONES*JOHN*J***XX*B99937~ + PRV*AT*ZZ*363LP0200N~ + LX*1~ + SV2*300*HC:85087*50*UN*1~ + DTP*472*D8*19960911~ + SE*59*987654~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.1_HomeownersCasualtyClaim.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.1_HomeownersCasualtyClaim.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.1_HomeownersCasualtyClaim.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.1_HomeownersCasualtyClaim.txt index 501b0ac7..70f60c70 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.1_HomeownersCasualtyClaim.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.1_HomeownersCasualtyClaim.txt @@ -1,45 +1,45 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987183~ - BHT*0019*00*0123*970327*1410*CH~ - REF*87*004010X096~ - NM1*40*2*CBO*****46*1234~ - NM1*41*2*INSURANCE CARRIER*****46*3214~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*DUFFER’S MEMORIAL HOSPITAL*****XX*111DM222~ - N3*541 DOGLEG DRIVE~ - N4*GOLFERS HAVEN*FL*91919~ - REF*TJ*444661111~ - HL*2*1*22*1~ - SBR*P********LI~ - NM1*IL*1*NORTON*GRAIG****MI*970925824~ - N3*72 FAIRWAY DRIVE~ - N4*GOLFERS HAVEN*FL*91919~ - NM1*PR*2*LAST CHANCE INSURANCE COMPANY*****XV*123456789~ - HL*3*2*23*0~ - PAT*41~ - NM1*QC*1*CLIFTON*WILLIAM****34*686868686~ - N3*1600 RAZORBACK AVENUE~ - N4*LITTLE ROCK*AR*54321~ - DMG*D8*19491013*M~ - REF*D9*88N522371~ - CLM*67129*450***13:A:1***Y*Y~ - DTP*434*D8*19970318~ - CL1*3*7*1~ - HI*BK:922.3*BF:847.2~ - NM1*71*1*ZEUSS*THEODORE****XX*999DS427~ - PRV*AT*ZZ*363LP0200N~ - NM1*73*1*FLOOD*RAY****XX*671RF535~ - LX*1~ - SV2*450*HC:98765*75*UN*1~ - DTP*472*D8*19970318~ - LX*2~ - SV2*320*HC:72110*150*UN*1~ - DTP*472*D8*19970318~ - LX*3~ - SV2*360*HC:99282*225*UN*1~ - DTP*472*D8*19970318~ - SE*41*987183~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987183~ + BHT*0019*00*0123*970327*1410*CH~ + REF*87*004010X096~ + NM1*40*2*CBO*****46*1234~ + NM1*41*2*INSURANCE CARRIER*****46*3214~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*DUFFER’S MEMORIAL HOSPITAL*****XX*111DM222~ + N3*541 DOGLEG DRIVE~ + N4*GOLFERS HAVEN*FL*91919~ + REF*TJ*444661111~ + HL*2*1*22*1~ + SBR*P********LI~ + NM1*IL*1*NORTON*GRAIG****MI*970925824~ + N3*72 FAIRWAY DRIVE~ + N4*GOLFERS HAVEN*FL*91919~ + NM1*PR*2*LAST CHANCE INSURANCE COMPANY*****XV*123456789~ + HL*3*2*23*0~ + PAT*41~ + NM1*QC*1*CLIFTON*WILLIAM****34*686868686~ + N3*1600 RAZORBACK AVENUE~ + N4*LITTLE ROCK*AR*54321~ + DMG*D8*19491013*M~ + REF*D9*88N522371~ + CLM*67129*450***13:A:1***Y*Y~ + DTP*434*D8*19970318~ + CL1*3*7*1~ + HI*BK:922.3*BF:847.2~ + NM1*71*1*ZEUSS*THEODORE****XX*999DS427~ + PRV*AT*ZZ*363LP0200N~ + NM1*73*1*FLOOD*RAY****XX*671RF535~ + LX*1~ + SV2*450*HC:98765*75*UN*1~ + DTP*472*D8*19970318~ + LX*2~ + SV2*320*HC:72110*150*UN*1~ + DTP*472*D8*19970318~ + LX*3~ + SV2*360*HC:99282*225*UN*1~ + DTP*472*D8*19970318~ + SE*41*987183~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.2_WorkersCompensation.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.2_WorkersCompensation.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.2_WorkersCompensation.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.2_WorkersCompensation.txt index 2a882ede..a1aa03cc 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.2_WorkersCompensation.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.2_WorkersCompensation.txt @@ -1,47 +1,47 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987184~ - BHT*0019*00*0124*19970331*1020*CH~ - REF*87*004010X096~ - NM1*41*2*PISTACHIO COMMUNITY HOSPITAL*****46*877196543~ - PER*IC*JANE DOE*TE*9005555555~ - NM1*40*2*CBO*****46*1234~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*PISTACHIO COMMUNITY HOSPITAL*****XX*222PC333~ - N3*300 CHOLESTEROL COURT~ - N4*PISTACHIO*VT*55557~ - REF*TJ*877196543~ - HL*2*1*22*1~ - SBR*P********WC~ - NM1*IL*2*JEN & BARRY’S ICE CREAM SHOPPE*****MI*WC962222L~ - N3*123 ROCKY ROAD~ - N4*CHERRY*VT*55555~ - NM1*PR*2*BASKET & ROBERTS INSURANCE COMPANY*****XV*345345345~ - HL*3*2*23*0~ - PAT*20~ - NM1*QC*1*PLUMP*PENNY****34*888228888~ - N3*265 DOUBLE DIP LANE~ - N4*SUGAR CONE*VT*55544~ - DMG*D8*19770211*F~ - REF*D9*W9123499~ - CLM*67188*350***13:A:1***Y*Y~ - DTP*434*D8*19970318~ - CL1*3*7*1~ - HI*BK:816.02~ - HI*BF:354.0~ - HI*BR:79.04:D8:19970212~ - NM1*71*1*SWEETTOOTH*SAM****XX*777ST123~ - NM1*73*1*GAMMA*RAY****XX*555XR321~ - LX*1~ - SV2*450*HC:98765*100*UN*1~ - DTP*472*D8*19970212~ - LX*2~ - SV2*320*HC:73140*50*UN*1~ - DTP*472*D8*19970212~ - LX*3~ - SV2*360*HC:99283*200*UN*1~ - DTP*472*D8*19970212~ - SE*43*987184~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987184~ + BHT*0019*00*0124*19970331*1020*CH~ + REF*87*004010X096~ + NM1*41*2*PISTACHIO COMMUNITY HOSPITAL*****46*877196543~ + PER*IC*JANE DOE*TE*9005555555~ + NM1*40*2*CBO*****46*1234~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*PISTACHIO COMMUNITY HOSPITAL*****XX*222PC333~ + N3*300 CHOLESTEROL COURT~ + N4*PISTACHIO*VT*55557~ + REF*TJ*877196543~ + HL*2*1*22*1~ + SBR*P********WC~ + NM1*IL*2*JEN & BARRY’S ICE CREAM SHOPPE*****MI*WC962222L~ + N3*123 ROCKY ROAD~ + N4*CHERRY*VT*55555~ + NM1*PR*2*BASKET & ROBERTS INSURANCE COMPANY*****XV*345345345~ + HL*3*2*23*0~ + PAT*20~ + NM1*QC*1*PLUMP*PENNY****34*888228888~ + N3*265 DOUBLE DIP LANE~ + N4*SUGAR CONE*VT*55544~ + DMG*D8*19770211*F~ + REF*D9*W9123499~ + CLM*67188*350***13:A:1***Y*Y~ + DTP*434*D8*19970318~ + CL1*3*7*1~ + HI*BK:816.02~ + HI*BF:354.0~ + HI*BR:79.04:D8:19970212~ + NM1*71*1*SWEETTOOTH*SAM****XX*777ST123~ + NM1*73*1*GAMMA*RAY****XX*555XR321~ + LX*1~ + SV2*450*HC:98765*100*UN*1~ + DTP*472*D8*19970212~ + LX*2~ + SV2*320*HC:73140*50*UN*1~ + DTP*472*D8*19970212~ + LX*3~ + SV2*360*HC:99283*200*UN*1~ + DTP*472*D8*19970212~ + SE*43*987184~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.3_AutomobileAccident.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.3_AutomobileAccident.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.3_AutomobileAccident.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.3_AutomobileAccident.txt index 63141787..12d9fa58 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.3_AutomobileAccident.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_4010/Spec_4.2.3_AutomobileAccident.txt @@ -1,47 +1,47 @@ -ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ - GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ - ST*837*987185~ - BHT*0019*00*0324*19970331*1800*CH~ - REF*87*004010X096~ - NM1*41*2*INSURANCE CARRIER*****46*3214~ - PER*IC*JANE DOE*TE*9005555555~ - NM1*40*2*CBO*****46*1234~ - HL*1**20*1~ - PRV*BI*ZZ*203BA0200N~ - NM1*85*2*HALL OF FAME MEMORIAL HOSPITAL*****XX*888HF444~ - N3*1 CANTON ROAD~ - N4*BROKEN FIELD*CA*99998~ - REF*TJ*737373737~ - HL*2*1*22*1~ - SBR*P********AM~ - NM1*IL*1*HOWLING*HAL*****MI*B999777791G~ - N3*327 BRONCO DRIVE~ - N4*GETAWAY*CA*99999~ - NM1*PR*2*HEISMAN INSURANCE COMPANY*****XV*999888777~ - HL*3*2*23*0~ - PAT*41~ - NM1*QC*1*DIMPSON*DJ****34*000000032~ - N3*32 BUFFALO RUN~ - N4*ROCKING HORSE*CA*99666~ - DMG*D8*19480601*M~ - REF*D9*32323232~ - CLM*6721*545***13:A:1***Y*Y~ - DTP*434*D8*19970318~ - CL1*3*7*1~ - HI*BK:884.2**BN:E986.0~ - NM1*71*1*LOMBARDO*VINCENT****XX*777TD777~ - LX*1~ - SV2*450*HC:98765*150*UN*1~ - DTP*472*D8*19940617~ - LX*2~ - SV2*360*HC:26591*75*UN*1~ - DTP*472*D8*19970318~ - LX*3~ - SV2*312*HC:86225*100*UN*2~ - DTP*472*D8*19940318~ - LX*4~ - SV2*360*HC:99283*220*UN*1~ - DTP*472*D8*19940318~ - SE*43*987185~ - GE*1*31~ +ISA*00* *00* *01*9012345720000 *01*9088877320000 *020816*1144*U*00401*000000031*1*T*:~ + GS*HC*901234572000*908887732000*20070816*1615*31*X*004010X096A1~ + ST*837*987185~ + BHT*0019*00*0324*19970331*1800*CH~ + REF*87*004010X096~ + NM1*41*2*INSURANCE CARRIER*****46*3214~ + PER*IC*JANE DOE*TE*9005555555~ + NM1*40*2*CBO*****46*1234~ + HL*1**20*1~ + PRV*BI*ZZ*203BA0200N~ + NM1*85*2*HALL OF FAME MEMORIAL HOSPITAL*****XX*888HF444~ + N3*1 CANTON ROAD~ + N4*BROKEN FIELD*CA*99998~ + REF*TJ*737373737~ + HL*2*1*22*1~ + SBR*P********AM~ + NM1*IL*1*HOWLING*HAL*****MI*B999777791G~ + N3*327 BRONCO DRIVE~ + N4*GETAWAY*CA*99999~ + NM1*PR*2*HEISMAN INSURANCE COMPANY*****XV*999888777~ + HL*3*2*23*0~ + PAT*41~ + NM1*QC*1*DIMPSON*DJ****34*000000032~ + N3*32 BUFFALO RUN~ + N4*ROCKING HORSE*CA*99666~ + DMG*D8*19480601*M~ + REF*D9*32323232~ + CLM*6721*545***13:A:1***Y*Y~ + DTP*434*D8*19970318~ + CL1*3*7*1~ + HI*BK:884.2**BN:E986.0~ + NM1*71*1*LOMBARDO*VINCENT****XX*777TD777~ + LX*1~ + SV2*450*HC:98765*150*UN*1~ + DTP*472*D8*19940617~ + LX*2~ + SV2*360*HC:26591*75*UN*1~ + DTP*472*D8*19970318~ + LX*3~ + SV2*312*HC:86225*100*UN*2~ + DTP*472*D8*19940318~ + LX*4~ + SV2*360*HC:99283*220*UN*1~ + DTP*472*D8*19940318~ + SE*43*987185~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.1.txt index 17766d51..f9a34630 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.1.txt @@ -1,47 +1,47 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*^~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*987654*005010X223~ - BHT*0019*00*0123*19960918*0932*CH~ - NM1*41*2*JONES HOSPITAL*****46*12345~ - PER*IC*JANE DOE*TE*9005555555~ - NM1*40*2*MEDICARE*****46*00120~ - HL*1**20*1~ - PRV*BI*PXC*203BA0200N~ - NM1*85*2*JONES HOSPITAL*****XX*9876540809~ - N3*225 MAIN STREET BARKLEY BUILDING~ - N4*CENTERVILLE*PA*17111~ - REF*EI*567891234~ - HL*2*1*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*DOE*JOHN*T***MI*030005074A~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - DMG*D8*19261111*M~ - NM1*PR*2*MEDICARE B*****PI*00435~ - REF*G2*330127~ - CLM*756048Q*89.93***14:A:1*Y*A*Y*Y~ - DTP*434*D8*19960911~ - CL1*3**01~ - HI*BK:3669~ - HI*BF:4019*BF:79431~ - HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ - HI*BE:A2:::15.31~ - HI*BG:09~ - NM1*71*1*JONES*JOHN*J~ - REF*1G*B99937~ - SBR*S*01*351630*STATE TEACHERS*****CI~ - DMG*D8*19271211*F~ - OI***Y***Y~ - NM1*IL*1*DOE*JANE*S***MI*222004433~ - N3*125 CITY AVENUE~ - N4*CENTERVILLE*PA*17111~ - NM1*PR*2*STATE TEACHERS*****PI*1135~ - LX*1~ - SV2*0305*HC:85025*13.39*UN*1~ - DTP*472*D8*19960911~ - LX*2~ - SV2*0730*HC:93005*76.54*UN*3~ - DTP*472*D8*19960911~ - SE*43*987654~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*^~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*987654*005010X223~ + BHT*0019*00*0123*19960918*0932*CH~ + NM1*41*2*JONES HOSPITAL*****46*12345~ + PER*IC*JANE DOE*TE*9005555555~ + NM1*40*2*MEDICARE*****46*00120~ + HL*1**20*1~ + PRV*BI*PXC*203BA0200N~ + NM1*85*2*JONES HOSPITAL*****XX*9876540809~ + N3*225 MAIN STREET BARKLEY BUILDING~ + N4*CENTERVILLE*PA*17111~ + REF*EI*567891234~ + HL*2*1*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*DOE*JOHN*T***MI*030005074A~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + DMG*D8*19261111*M~ + NM1*PR*2*MEDICARE B*****PI*00435~ + REF*G2*330127~ + CLM*756048Q*89.93***14:A:1*Y*A*Y*Y~ + DTP*434*D8*19960911~ + CL1*3**01~ + HI*BK:3669~ + HI*BF:4019*BF:79431~ + HI*BH:A1:D8:19261111*BH:A2:D8:19911101*BH:B1:D8:19261111*BH:B2:D8:19870101~ + HI*BE:A2:::15.31~ + HI*BG:09~ + NM1*71*1*JONES*JOHN*J~ + REF*1G*B99937~ + SBR*S*01*351630*STATE TEACHERS*****CI~ + DMG*D8*19271211*F~ + OI***Y***Y~ + NM1*IL*1*DOE*JANE*S***MI*222004433~ + N3*125 CITY AVENUE~ + N4*CENTERVILLE*PA*17111~ + NM1*PR*2*STATE TEACHERS*****PI*1135~ + LX*1~ + SV2*0305*HC:85025*13.39*UN*1~ + DTP*472*D8*19960911~ + LX*2~ + SV2*0730*HC:93005*76.54*UN*3~ + DTP*472*D8*19960911~ + SE*43*987654~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.2_TwoClaimsForTheSameProvider.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.2_TwoClaimsForTheSameProvider.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.2_TwoClaimsForTheSameProvider.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.2_TwoClaimsForTheSameProvider.txt index d9fac8e4..dd311d75 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.2_TwoClaimsForTheSameProvider.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.2_TwoClaimsForTheSameProvider.txt @@ -1,52 +1,52 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*987654*005010X223~ - BHT*0019*00*0123*20050630*0932*CH~ - NM1*41*2*JONES HOSPITAL*****46*12345~ - PER*IC*JANE DOE*TE*1112223333~ - NM1*40*2*TRICARE*****46*99999~ - HL*1**20*1~ - PRV*BI*PXC*282N00000X~ - NM1*85*2*JONES HOSPITAL*****XX*1234567890~ - N3*225 MAIN STREET~ - N4*ANYWHERE*PA*17111~ - REF*EI*123456789~ - HL*2*1*22*0~ - SBR*P*18*******CH~ - NM1*IL*1*DOE*JOHN*T***MI*030005074~ - N3*125 CITY AVENUE~ - N4*ANYWHERE*PA*17111~ - DMG*D8*19681111*M~ - NM1*PR*2*TRICARE*****PI*99999~ - CLM*756048Q*89.95***13:A:1*Y*C*Y*Y~ - DTP*434*RD8*20050315-20050315~ - CL1***01~ - HI*BK:3669~ - HI*BF:4019*BF:79431~ - NM1*71*1*JONES*JOHN*J***XX*1122334455~ - REF*1G*U12345~ - LX*1~ - SV2*0305*HC:85025*13.39*UN*1~ - DTP*472*D8*20050315~ - LX*2~ - SV2*0730*HC:93010*76.56*UN*3~ - DTP*472*D8*20050315~ - HL*3*1*22*0~ - SBR*P*18*******CH~ - NM1*IL*1*SMITH*JOE****MI*123405074~ - N3*5 MAIN STREET~ - N4*ANYWHERE*PA*17111~ - DMG*D8*19621210*M~ - NM1*PR*2*TRICARE*****PI*99999~ - CLM*756049Q*50***13:A:1*Y*C*Y*Y~ - DTP*434*RD8*20050401-20050401~ - CL1***01~ - HI*BK:30000~ - NM1*71*1*JONES*JUDY*J***XX*9999999999~ - PRV*AT*PXC*363LP0200N~ - LX*1~ - SV2*0300*HC:85087*50*UN*1~ - DTP*472*D8*20050401~ - SE*48*987654~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*987654*005010X223~ + BHT*0019*00*0123*20050630*0932*CH~ + NM1*41*2*JONES HOSPITAL*****46*12345~ + PER*IC*JANE DOE*TE*1112223333~ + NM1*40*2*TRICARE*****46*99999~ + HL*1**20*1~ + PRV*BI*PXC*282N00000X~ + NM1*85*2*JONES HOSPITAL*****XX*1234567890~ + N3*225 MAIN STREET~ + N4*ANYWHERE*PA*17111~ + REF*EI*123456789~ + HL*2*1*22*0~ + SBR*P*18*******CH~ + NM1*IL*1*DOE*JOHN*T***MI*030005074~ + N3*125 CITY AVENUE~ + N4*ANYWHERE*PA*17111~ + DMG*D8*19681111*M~ + NM1*PR*2*TRICARE*****PI*99999~ + CLM*756048Q*89.95***13:A:1*Y*C*Y*Y~ + DTP*434*RD8*20050315-20050315~ + CL1***01~ + HI*BK:3669~ + HI*BF:4019*BF:79431~ + NM1*71*1*JONES*JOHN*J***XX*1122334455~ + REF*1G*U12345~ + LX*1~ + SV2*0305*HC:85025*13.39*UN*1~ + DTP*472*D8*20050315~ + LX*2~ + SV2*0730*HC:93010*76.56*UN*3~ + DTP*472*D8*20050315~ + HL*3*1*22*0~ + SBR*P*18*******CH~ + NM1*IL*1*SMITH*JOE****MI*123405074~ + N3*5 MAIN STREET~ + N4*ANYWHERE*PA*17111~ + DMG*D8*19621210*M~ + NM1*PR*2*TRICARE*****PI*99999~ + CLM*756049Q*50***13:A:1*Y*C*Y*Y~ + DTP*434*RD8*20050401-20050401~ + CL1***01~ + HI*BK:30000~ + NM1*71*1*JONES*JUDY*J***XX*9999999999~ + PRV*AT*PXC*363LP0200N~ + LX*1~ + SV2*0300*HC:85087*50*UN*1~ + DTP*472*D8*20050401~ + SE*48*987654~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.3_PPORepricedClaim.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.3_PPORepricedClaim.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.3_PPORepricedClaim.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.3_PPORepricedClaim.txt index 8319f3bb..c0ccb0cd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.3_PPORepricedClaim.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.3_PPORepricedClaim.txt @@ -1,53 +1,53 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*1002*005010X223~ - BHT*0019*00*1002*20050721*09460000*CH~ - NM1*41*2*REGIONAL PPO NETWORK*****46*123456789~ - PER*IC*SUBMITTER CONTACT INFO*TE*8001231234~ - NM1*40*2*LOCAL INSURANCE COMPANY*****46*54334452~ - HL*1**20*1~ - NM1*85*2*GOOD HEALTH HOSPITAL*****XX*1257234346~ - N3*592 NORTH ELM STREET~ - N4*EDGEWOOD*AZ*860015590~ - REF*EI*344232321~ - HL*2*1*22*1~ - SBR*P**46522567AW******CI~ - NM1*IL*1*JONES*JENNY****MI*345U8423H~ - N3*4512 WEST AVENUE~ - N4*EVANSVILLE*AZ*863030000~ - DMG*D8*19690731*F~ - NM1*PR*2*LOCAL INSURANCE COMPANY*****PI*7452723~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*JONES*JOY~ - N3*4512 WEST AVENUE~ - N4*EVANSVILLE*AZ*863030000~ - DMG*D8*19980820*F~ - CLM*456DFH43*237.5***13>A>1*Y**Y*Y~ - DTP*434*RD8*20050706-20050706~ - DTP*435*DT*200507060800~ - CL1**2*01~ - AMT*F3*237.5~ - REF*9A*09459034092~ - REF*D9*04566877634343456~ - HI*BK>38181~ - HI*BF>38900~ - HI*BH>11>D8>20050706~ - HCP*03*182.88*54.62*123456789~ - NM1*71*1*JOHNSON*SIMON****XX*5544332211~ - SBR*S*19**T&T PLUMBING COMPANY*****CI~ - DMG*D8*19700122*M~ - OI***Y***Y~ - NM1*IL*1*JONES*GEORGE****MI*56454566~ - NM1*PR*2*OTHER COVERAGE COMPANY*****PI*534524~ - LX*1~ - SV2*0471*HC>92557*178*UN*1~ - DTP*472*D8*20050706~ - HCP*03*137.06*40.94~ - LX*2~ - SV2*0471*HC>92567*59.5*UN*1~ - DTP*472*D8*20050706~ - HCP*03*45.82*13.68~ - SE*49*1002~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*1002*005010X223~ + BHT*0019*00*1002*20050721*09460000*CH~ + NM1*41*2*REGIONAL PPO NETWORK*****46*123456789~ + PER*IC*SUBMITTER CONTACT INFO*TE*8001231234~ + NM1*40*2*LOCAL INSURANCE COMPANY*****46*54334452~ + HL*1**20*1~ + NM1*85*2*GOOD HEALTH HOSPITAL*****XX*1257234346~ + N3*592 NORTH ELM STREET~ + N4*EDGEWOOD*AZ*860015590~ + REF*EI*344232321~ + HL*2*1*22*1~ + SBR*P**46522567AW******CI~ + NM1*IL*1*JONES*JENNY****MI*345U8423H~ + N3*4512 WEST AVENUE~ + N4*EVANSVILLE*AZ*863030000~ + DMG*D8*19690731*F~ + NM1*PR*2*LOCAL INSURANCE COMPANY*****PI*7452723~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*JONES*JOY~ + N3*4512 WEST AVENUE~ + N4*EVANSVILLE*AZ*863030000~ + DMG*D8*19980820*F~ + CLM*456DFH43*237.5***13>A>1*Y**Y*Y~ + DTP*434*RD8*20050706-20050706~ + DTP*435*DT*200507060800~ + CL1**2*01~ + AMT*F3*237.5~ + REF*9A*09459034092~ + REF*D9*04566877634343456~ + HI*BK>38181~ + HI*BF>38900~ + HI*BH>11>D8>20050706~ + HCP*03*182.88*54.62*123456789~ + NM1*71*1*JOHNSON*SIMON****XX*5544332211~ + SBR*S*19**T&T PLUMBING COMPANY*****CI~ + DMG*D8*19700122*M~ + OI***Y***Y~ + NM1*IL*1*JONES*GEORGE****MI*56454566~ + NM1*PR*2*OTHER COVERAGE COMPANY*****PI*534524~ + LX*1~ + SV2*0471*HC>92557*178*UN*1~ + DTP*472*D8*20050706~ + HCP*03*137.06*40.94~ + LX*2~ + SV2*0471*HC>92567*59.5*UN*1~ + DTP*472*D8*20050706~ + HCP*03*45.82*13.68~ + SE*49*1002~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.4_OutOfNetworkRepricedClaim.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.4_OutOfNetworkRepricedClaim.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.4_OutOfNetworkRepricedClaim.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.4_OutOfNetworkRepricedClaim.txt index b18a4a6a..f4f7fba0 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.4_OutOfNetworkRepricedClaim.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837I/_5010/Spec_3.1.4_OutOfNetworkRepricedClaim.txt @@ -1,35 +1,35 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*1024*005010X223~ - BHT*0019*00*1024*20050711*1335*CH~ - NM1*41*2*REGIONAL PPO NETWORK*****46*123456789~ - PER*IC*SUBMITTER CONTACT INFO*TE*8001231234~ - NM1*40*2*CONSERVATIVE INSURANCE*****46*000110002~ - HL*1**20*1~ - NM1*85*2*LOCAL HOSPITAL*****XX*1122334455~ - N3*3423 SMALL STREET~ - N4*COLUMBUS*OH*432150000~ - REF*EI*111002222~ - HL*2*1*22*0~ - SBR*P*18*34561W******CI~ - NM1*IL*1*SMITH*JAMES*A***MI*34902390F~ - N3*934 NORTH STREET~ - N4*COLUMBUS*OH*432150000~ - DMG*D8*19621015*M~ - NM1*PR*2*CONSERVATIVE INSURANCE*****PI*00123~ - CLM*W392-49141*14.84***13>A>1*Y**Y*Y~ - DTP*434*RD8*20050617-20050617~ - DTP*435*DT*200506170800~ - CL1**1*01~ - AMT*F3*14.84~ - REF*9A*459804390823~ - REF*D9*32423466233~ - HI*BK>53081~ - HCP*00*0**333001234*********T1~ - NM1*71*1*RIVERS*DAWN****XX*2244224455~ - LX*1~ - SV2*0301*HC>82270*14.84*UN*1~ - DTP*472*D8*20050617~ - SE*31*1024~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*1024*005010X223~ + BHT*0019*00*1024*20050711*1335*CH~ + NM1*41*2*REGIONAL PPO NETWORK*****46*123456789~ + PER*IC*SUBMITTER CONTACT INFO*TE*8001231234~ + NM1*40*2*CONSERVATIVE INSURANCE*****46*000110002~ + HL*1**20*1~ + NM1*85*2*LOCAL HOSPITAL*****XX*1122334455~ + N3*3423 SMALL STREET~ + N4*COLUMBUS*OH*432150000~ + REF*EI*111002222~ + HL*2*1*22*0~ + SBR*P*18*34561W******CI~ + NM1*IL*1*SMITH*JAMES*A***MI*34902390F~ + N3*934 NORTH STREET~ + N4*COLUMBUS*OH*432150000~ + DMG*D8*19621015*M~ + NM1*PR*2*CONSERVATIVE INSURANCE*****PI*00123~ + CLM*W392-49141*14.84***13>A>1*Y**Y*Y~ + DTP*434*RD8*20050617-20050617~ + DTP*435*DT*200506170800~ + CL1**1*01~ + AMT*F3*14.84~ + REF*9A*459804390823~ + REF*D9*32423466233~ + HI*BK>53081~ + HCP*00*0**333001234*********T1~ + NM1*71*1*RIVERS*DAWN****XX*2244224455~ + LX*1~ + SV2*0301*HC>82270*14.84*UN*1~ + DTP*472*D8*20050617~ + SE*31*1024~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Cms1500Test.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Cms1500Test.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Cms1500Test.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Cms1500Test.txt index 786161c2..ee803c04 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Cms1500Test.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Cms1500Test.txt @@ -1,71 +1,71 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19940303*0802*1*X*004010X098A1~ - ST*837*3456~ - BHT*0019*00*244579*19981015*1023*CH~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*XYZ REPRICER*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*G2*PBS3334~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MAIMI*FL*33111~ - REF*G2*99878-ABA~ - HL*2*1*22*1~ - SBR*P**2222-SJ******CI~ - NM1*IL*1*SMITH*JANE****34*11223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - N3*3333 OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED****MI*JS01111223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - REF*SY*000221111~ - CLM*26463774*100***11::1*Y*A*Y*Y*S*AA:::CA~ - REF*D9*17312345600006351~ - AMT*F5*10~ - HI*BK:0340*BF:V7389~ - NM1*82*1*KILDARE*BEN****24*999996666~ - PRV*PE*ZZ*203BF0100Y~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*40*UN*1***1**N~ - DTP*472*D8*19981003~ - LX*2~ - SV1*HC:87072:AA:BB:CC:DD*15*UN*1***1**N~ - DTP*472*RD8*19981003-19981004~ - LX*3~ - SV1*HC:99214*35.2*UN*1*12**2:1**N~ - DTP*472*D8*19981010~ - LX*4~ - SV1*HC:86663*10*UN*1***2**N~ - DTP*472*D8*19981010~ - NM1*82*1*KILDARE*BEN****24*111996666~ - PRV*PE*ZZ*203BF0100Y~ - REF*G2*KA6663-X~ - LX*5~ - SV1*HC:99213*40*UN*1***1**N**Y*Y~ - DTP*472*D8*19981003~ - LX*6~ - SV1*HC:87072*15*UN*1***1**N~ - DTP*472*D8*19981003~ - LX*7~ - SV1*HC:99214*35*UN*1***2**N~ - DTP*472*D8*19981010~ - LX*8~ - SV1*HC:86663*10*UN*1***2**N~ - DTP*472*D8*19981010~ - SE*67*3456~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19940303*0802*1*X*004010X098A1~ + ST*837*3456~ + BHT*0019*00*244579*19981015*1023*CH~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*XYZ REPRICER*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*G2*PBS3334~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MAIMI*FL*33111~ + REF*G2*99878-ABA~ + HL*2*1*22*1~ + SBR*P**2222-SJ******CI~ + NM1*IL*1*SMITH*JANE****34*11223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + N3*3333 OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED****MI*JS01111223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + REF*SY*000221111~ + CLM*26463774*100***11::1*Y*A*Y*Y*S*AA:::CA~ + REF*D9*17312345600006351~ + AMT*F5*10~ + HI*BK:0340*BF:V7389~ + NM1*82*1*KILDARE*BEN****24*999996666~ + PRV*PE*ZZ*203BF0100Y~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*40*UN*1***1**N~ + DTP*472*D8*19981003~ + LX*2~ + SV1*HC:87072:AA:BB:CC:DD*15*UN*1***1**N~ + DTP*472*RD8*19981003-19981004~ + LX*3~ + SV1*HC:99214*35.2*UN*1*12**2:1**N~ + DTP*472*D8*19981010~ + LX*4~ + SV1*HC:86663*10*UN*1***2**N~ + DTP*472*D8*19981010~ + NM1*82*1*KILDARE*BEN****24*111996666~ + PRV*PE*ZZ*203BF0100Y~ + REF*G2*KA6663-X~ + LX*5~ + SV1*HC:99213*40*UN*1***1**N**Y*Y~ + DTP*472*D8*19981003~ + LX*6~ + SV1*HC:87072*15*UN*1***1**N~ + DTP*472*D8*19981003~ + LX*7~ + SV1*HC:99214*35*UN*1***2**N~ + DTP*472*D8*19981010~ + LX*8~ + SV1*HC:86663*10*UN*1***2**N~ + DTP*472*D8*19981010~ + SE*67*3456~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_01.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_01.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_01.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_01.dat index 9458d13e..4f4ee85b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_01.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_01.dat @@ -1,4204 +1,4204 @@ -ISA*03*XXXXX9999 *00* *ZZ*9999999 *ZZ*XXX XXX *110518*9999*U*99999*999999999*0*P*>~ - GS*HC*9999999*XXX XXX*20110518*9999*99999999*X*999999X999X9~ - ST*837*000000001~ - BHT*9999*00*999999*20110518*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXXXXX & XXXXXX, XXX*****46*9999999~ - PER*IC*XXX XXXXXX XX XXXXX XXXXXX*TE*9999999999*TE*9999999999*FX*9999999999~ - NM1*40*2*XXXXXXXX XXXXXXXXXX XXXXXX XXXXXXXX*****46*XXX XXX~ - HL*1**20*1~ - NM1*85*2*XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 X. XXXXXX XX, XXX X~ - N4*XXXXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999~ - HL*2*1*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX****MI*9999999X~ - N3*XX XXX 999~ - N4*XXXXXXX XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX XXXXXXX*MO*99999~ - CLM*99999999-99999*63***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - HI*BK>30430*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXXX*D***XX*9999999999~ - LX*1~ - SV1*XX>99999*63*UN*1***9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*3*1*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX****MI*9999999X~ - N3*XX XXX 999~ - N4*XXXXXXX XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX XXXXXXX*MO*99999~ - CLM*99999999-99999*63***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110404~ - HI*BK>30430*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXXX*D***XX*9999999999~ - LX*1~ - SV1*XX>99999*63*UN*1***9>9>9~ - DTP*472*D8*20110404~ - REF*6R*999X999999999999999999~ - HL*4*1*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*9999999X~ - N3*9 X XXXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX XXXXXXX*MO*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110516~ - HI*BK>30928~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999>XX*125*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - HL*5*1*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*N***MI*9999999X~ - N3*999 X 9XX XX~ - N4*XXX XXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX XXXXXXX*MO*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999>XX*125*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - HL*6*1*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXXXXXXX****MI*9999999X~ - N3*999 XXXXXXXXXX~ - N4*XXXXXXX XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX XXXXXXX*MO*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110516~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - REF*1G*XXX999~ - NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999>XX*125*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - HL*7*1*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXX*XXXX****MI*9999999X~ - N3*999 X XXXXXX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX XXXXXXX*MO*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110516~ - HI*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - REF*1G*XXX999~ - NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999>XX*125*UN*1***1>2~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - HL*8**20*1~ - NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXX XXXXXX*XXXXX 999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX*TE*9999999999~ - HL*9*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110317~ - DTP*096*D8*20110317~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110317~ - REF*6R*999X999999999999999999~ - HL*10*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110318~ - DTP*096*D8*20110318~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110318~ - REF*6R*999X999999999999999999~ - HL*11*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110319~ - DTP*096*D8*20110319~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110319~ - REF*6R*999X999999999999999999~ - HL*12*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110320~ - DTP*096*D8*20110320~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110320~ - REF*6R*999X999999999999999999~ - HL*13*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110321~ - DTP*096*D8*20110321~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110321~ - REF*6R*999X999999999999999999~ - HL*14*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110322~ - DTP*096*D8*20110322~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110322~ - REF*6R*999X999999999999999999~ - HL*15*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110323~ - DTP*096*D8*20110323~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110323~ - REF*6R*999X999999999999999999~ - HL*16*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110324~ - DTP*096*D8*20110324~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110324~ - REF*6R*999X999999999999999999~ - HL*17*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110325~ - DTP*096*D8*20110325~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110325~ - REF*6R*999X999999999999999999~ - HL*18*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110326~ - DTP*096*D8*20110326~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110326~ - REF*6R*999X999999999999999999~ - HL*19*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ - N3*9999 X 999XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110327~ - DTP*096*D8*20110327~ - HI*XX>9999*XX>999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110327~ - REF*6R*999X999999999999999999~ - HL*20*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXX****MI*99999999999~ - N3*9999 X 9XX XX~ - N4*XXXXX XXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110309~ - DTP*096*D8*20110309~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*XXX999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110309~ - REF*6R*999X999999999999999999~ - HL*21*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXX****MI*99999999999~ - N3*9999 X 9XX XX~ - N4*XXXXX XXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110310~ - DTP*096*D8*20110310~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*XXX999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110310~ - REF*6R*999X999999999999999999~ - HL*22*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXX****MI*99999999999~ - N3*9999 X 9XX XX~ - N4*XXXXX XXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110311~ - DTP*096*D8*20110311~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*XXX999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110311~ - REF*6R*999X999999999999999999~ - HL*23*8*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX****MI*99999999999~ - N3*9999 XXXXXXXXXX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110317~ - DTP*096*D8*20110317~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*XXX999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110317~ - REF*6R*999X999999999999999999~ - HL*24*8*22*1~ - SBR*P**9999999999******CI~ - NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - HL*25*24*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXX*L~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110327~ - DTP*096*D8*20110327~ - HI*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9~ - DTP*472*D8*20110327~ - REF*6R*999X999999999999999999~ - HL*26*8*22*1~ - SBR*P**9999999999******CI~ - NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - HL*27*26*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXX*L~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110328~ - DTP*096*D8*20110328~ - HI*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110328~ - REF*6R*999X999999999999999999~ - HL*28*8*22*1~ - SBR*P**9999999999******CI~ - NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - HL*29*28*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXX*L~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110329~ - DTP*096*D8*20110329~ - HI*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110329~ - REF*6R*999X999999999999999999~ - HL*30*8*22*1~ - SBR*P**9999999999******CI~ - NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - HL*31*30*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXX*L~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*32*8*22*1~ - SBR*P**9999999999******CI~ - NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ - HL*33*32*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXX*L~ - N3*9999 XXXXXX XXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*34**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*35*34*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ - N3*99999 XXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXXXX*****PI*99999~ - CLM*99999999-99999*591***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999>XX*384*UN*60***1>2~ - DTP*472*D8*20110504~ - DTP*738*D8*20110504~ - MEA*TR*R2*23~ - MEA*OG*R3*60~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9~ - LX*2~ - SV1*XX>99999>99>99*50*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*22*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999>99*135*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*36*34*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ - N3*99999 XXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXXXX*****PI*99999~ - CLM*99999999-99999*667.25***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*410*UN*100***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX X-99 9999 XXX~ - LX*3~ - SV1*XX>X9999*99.99*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999>99*50*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*189*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*37*34*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX****MI*99999999999~ - N3*99999 XXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*146***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*135*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*38**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*39*38*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*999999999~ - N3*999 9XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX XXXXXX XXXX XX XX*****PI*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*125*UN*1***1~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*40*38*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*999999999~ - N3*999 X XXXXX XXX XX 9999~ - N4*XXXXXXXXX*FL*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXX XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*183***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - HI*XX>X999*XX>X999*XX>X9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*175*UN*1***9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*8*UN*1***9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - HL*41**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*42*41*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXXX*R***MI*999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXX/XX*****PI*99999~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*43*41*22*0~ - SBR*P*18*BMI215******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX*A***MI*X99999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXXXXXXX/XX*****PI*99999~ - CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*44**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*45*44*22*1~ - SBR*P**99999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXXX****MI*999999999~ - N3*999 X XXXXXXXXXXXXX~ - N4*XXXXXX*NE*99999~ - NM1*PR*2*XXX XXXXXXXX/XX*****PI*99999~ - HL*46*45*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXX*XXXXX*L~ - N3*999 X XXXXXXXXXXXXX~ - N4*XXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*175*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*47*44*22*1~ - SBR*P**99999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXXX****MI*999999999~ - N3*999 X XXXXXXXXXXXXX~ - N4*XXXXXX*NE*99999~ - NM1*PR*2*XXX XXXXXXXX/XX*****PI*99999~ - HL*48*47*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXX*XXXXX*L~ - N3*999 X XXXXXXXXXXXXX~ - N4*XXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - HI*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*175*UN*1***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*49*44*22*0~ - SBR*P*18*XX9999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXX*L***MI*999999999999~ - N3*99999 X XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXXX XXXXXXXXX/XX*****PI*99999~ - CLM*99999999-99999*199***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>X9999*XX>X999~ - NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*191*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*8*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*50*44*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XX XXX 99 X~ - N4*XXXXXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXX/XX*****PI*99999~ - CLM*99999999-99999*499***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - HI*XX>99999*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*175*UN*1***9>9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999>99*314*UN*1***9>9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*10*UN*1***9>9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - HL*51*44*22*0~ - SBR*P*18*9999999999******CI~ - NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*999999999~ - N3*999 XXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXX/XX*****PI*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*125*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*52**20*1~ - NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXX XXXXXX*XXXXX 999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX*TE*9999999999~ - HL*53*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*195***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110317~ - DTP*096*D8*20110317~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*195*UN*1***9>9>9>9~ - DTP*472*D8*20110317~ - REF*6R*999X999999999999999999~ - HL*54*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110318~ - DTP*096*D8*20110318~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110318~ - REF*6R*999X999999999999999999~ - HL*55*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110320~ - DTP*096*D8*20110320~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110320~ - REF*6R*999X999999999999999999~ - HL*56*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110321~ - DTP*096*D8*20110321~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110321~ - REF*6R*999X999999999999999999~ - HL*57*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110322~ - DTP*096*D8*20110322~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110322~ - REF*6R*999X999999999999999999~ - HL*58*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110323~ - DTP*096*D8*20110323~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110323~ - REF*6R*999X999999999999999999~ - HL*59*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110324~ - DTP*096*D8*20110324~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110324~ - REF*6R*999X999999999999999999~ - HL*60*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110325~ - DTP*096*D8*20110325~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110325~ - REF*6R*999X999999999999999999~ - HL*61*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110326~ - DTP*096*D8*20110326~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110326~ - REF*6R*999X999999999999999999~ - HL*62*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110328~ - DTP*096*D8*20110328~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110328~ - REF*6R*999X999999999999999999~ - HL*63*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110329~ - DTP*096*D8*20110329~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110329~ - REF*6R*999X999999999999999999~ - HL*64*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*65*52*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ - N3*XX XXX 999~ - N4*XXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*XX>99999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*B90801~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*66**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*67*66*22*1~ - SBR*P**999999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXX*M***MI*X999999999~ - N3*999 X 99XX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX*****PI*99999~ - HL*68*67*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXXXX*P~ - N3*999 X 99XX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXX*D***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*69*66*22*1~ - SBR*P**999999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXX*M***MI*X999999999~ - N3*999 X 99XX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX*****PI*99999~ - HL*70*69*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXXXX*P~ - N3*999 X 99XX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXX*D***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*71*66*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*E***MI*X999999999~ - N3*9999 999XX XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXX*****PI*99999~ - HL*72*71*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXX*XXXXXXXX*R~ - N3*9999 999XX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*225***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - DTP*096*D8*20110510~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ - N3*99XX & XXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*225*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*73**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*74*73*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*JAN****MI*X999999999~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXX XX XXXXXXXXXX*****PI*99999~ - CLM*99999999-99999*199***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - HI*XX>X999*XX>X9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*191*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*8*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*75**20*1~ - NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXX XXXXXX*XXXXX 999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX*TE*9999999999~ - HL*76*75*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ - N3*9999 XXXXXXXXXX XXXXX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110325~ - DTP*096*D8*20110325~ - HI*XX>99999*XX>X999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110325~ - REF*6R*999X999999999999999999~ - HL*77*75*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ - N3*9999 XXXXXXXXXX XXXXX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110326~ - DTP*096*D8*20110326~ - HI*XX>99999*XX>X999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110326~ - REF*6R*999X999999999999999999~ - HL*78*75*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ - N3*9999 XXXXXXXXXX XXXXX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110327~ - DTP*096*D8*20110327~ - HI*XX>99999*XX>X999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110327~ - REF*6R*999X999999999999999999~ - HL*79*75*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ - N3*9999 XXXXXXXXXX XXXXX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110329~ - DTP*096*D8*20110329~ - HI*XX>99999*XX>X999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110329~ - REF*6R*999X999999999999999999~ - HL*80*75*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ - N3*9999 XXXXXXXXXX XXXXX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*XX>99999*XX>X999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*81*75*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ - N3*9999 XXXXXXXXXX XXXXX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*XX>99999*XX>X999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*82**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*83*82*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXX*XXXX*D***MI*X99999999~ - N3*999 XXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*9999*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*84*82*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXXXX*E***MI*X99999999~ - N3*999 XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXX*S***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*85*82*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*X99999999~ - N3*999 XX XXXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - DTP*096*D8*20110509~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*G***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXXX XXXXXXXX~ - N3*9999 XX XXX 999~ - N4*XXXXXXX*IA*999999999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*86**20*1~ - NM1*85*2*XXXXXXXXXX & XXXXXXXX XXX XX XX*****XX*9999999999~ - N3*XX XXX 9999~ - N4*XXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999~ - HL*87*86*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ - N3*999 9XX XXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXX XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*325***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20101111~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ - N3*9999 X. XXXX~ - N4*XXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*325*UN*1***1~ - DTP*472*D8*20101111~ - REF*6R*999X999999999999999999~ - HL*88*86*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ - N3*999 9XX XXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXX XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20101209~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ - N3*9999 X. XXXX~ - N4*XXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20101209~ - REF*6R*999X999999999999999999~ - HL*89**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*90*89*22*0~ - SBR*P*18*X99999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXXX XXXXXXXXX XXXXX*****PI*99999~ - CLM*99999999-99999*325***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*325*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - HL*91*89*22*0~ - SBR*P*18*X99999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*M***MI*999999999~ - N3*999 X 9XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXXX XXXXXXXXX XXXXX*****PI*99999~ - CLM*99999999-99999*325***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X999*XX>X999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*S***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*16*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*16*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*14*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*21*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*22*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - HL*92*89*22*0~ - SBR*P*18*X99999999******CI~ - NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999~ - N3*999 X 9XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXXX XXXXXXXXX XXXXX*****PI*99999~ - CLM*99999999-99999*135***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*135*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*93**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*94*93*22*0~ - SBR*P*18*X999999999******CI~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999~ - N3*99 9 9 XXXXX XX XXX 9~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXXX XXXX XXX XX.*****PI*99999~ - CLM*99999999-99999*149***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*125*UN*1***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*8*UN*1***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*HC>81002*16*UN*1***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*95**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*96*95*22*1~ - SBR*P**32******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*X99999999~ - N3*999 X XXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXXXXXXXX*****PI*99999~ - HL*97*96*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXXX*J~ - N3*999 X XXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - DTP*096*D8*20110510~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ - N3*99XX & XXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*98*95*22*1~ - SBR*P**99999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*X99999999~ - N3*99999 XXXXXXX XXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXXXXXXXX*****PI*99999~ - HL*99*98*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXXX*M~ - N3*99999 XXXXXXX XXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999*XX>X9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>X9999*99.99*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XX:X9999,XXXXX~ - LX*2~ - SV1*XX>X9999*9999*UN*50***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*14*UN*1***9>9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX~ - LX*4~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*18*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XX:X9999,XXXXX XXXXXXXXXXX XXXX~ - LX*6~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - LX*7~ - SV1*XX>99999>99*135*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*100**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*101*100*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*X9999999999~ - N3*9999 XXXXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*199***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>X9999*XX>X999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*191*UN*1***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*8*UN*1***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - HL*102*100*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*X9999999999~ - N3*9999 XXXXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXX*****PI*99999~ - CLM*99999999-99999*33***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999>XX*13*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*10*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*10*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - HL*103**20*1~ - NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXX XXXXXX*XXXXX 999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX*TE*9999999999~ - HL*104*103*22*0~ - SBR*P*18*9999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110314~ - DTP*096*D8*20110314~ - HI*XX>99999*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110314~ - REF*6R*999X999999999999999999~ - HL*105*103*22*0~ - SBR*P*18*9999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*882***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110315~ - DTP*096*D8*20110315~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110315~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999>99*350*UN*1***9>9>9~ - DTP*472*D8*20110315~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*380*UN*1***9>9>9~ - DTP*472*D8*20110315~ - REF*6R*999X999999999999999999~ - HL*106*103*22*0~ - SBR*P*18*9999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110316~ - DTP*096*D8*20110316~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110316~ - REF*6R*999X999999999999999999~ - HL*107*103*22*0~ - SBR*P*18*9999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110317~ - DTP*096*D8*20110317~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110317~ - REF*6R*999X999999999999999999~ - HL*108*103*22*0~ - SBR*P*18*9999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110318~ - DTP*096*D8*20110318~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9~ - DTP*472*D8*20110318~ - REF*6R*999X999999999999999999~ - HL*109*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110317~ - DTP*096*D8*20110317~ - HI*XX>99999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110317~ - REF*6R*999X999999999999999999~ - HL*110*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110318~ - DTP*096*D8*20110318~ - HI*XX>99999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110318~ - REF*6R*999X999999999999999999~ - HL*111*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110319~ - DTP*096*D8*20110319~ - HI*XX>99999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9>9~ - DTP*472*D8*20110319~ - REF*6R*999X999999999999999999~ - HL*112*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110328~ - DTP*096*D8*20110328~ - HI*XX>9999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110328~ - REF*6R*999X999999999999999999~ - HL*113*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110329~ - DTP*096*D8*20110329~ - HI*XX>9999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110329~ - REF*6R*999X999999999999999999~ - HL*114*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*XX>9999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*115*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*XX>9999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*116*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ - N3*99999 XXXXXXXX XXXXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110327~ - DTP*096*D8*20110327~ - HI*BK>20410*XX>999*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110327~ - REF*6R*999X999999999999999999~ - HL*117*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ - N3*99999 XXXXXXXX XXXXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110328~ - DTP*096*D8*20110328~ - HI*BK>20410*XX>999*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110328~ - REF*6R*999X999999999999999999~ - HL*118*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ - N3*99999 XXXXXXXX XXXXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110329~ - DTP*096*D8*20110329~ - HI*BK>20410*XX>999*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110329~ - REF*6R*999X999999999999999999~ - HL*119*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ - N3*99999 XXXXXXXX XXXXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*BK>20410*XX>999*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*120*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ - N3*99999 XXXXXXXX XXXXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*BK>20410*XX>999*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*121*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXXXX*J***MI*99999999999~ - N3*9999 XXXXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*XX>9999*XX>9999*BF>20410*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*H30823~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*122*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXXXX*J***MI*99999999999~ - N3*9999 XXXXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - REF*1G*H30823~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***1>2~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*123*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110325~ - DTP*096*D8*20110325~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110325~ - REF*6R*999X999999999999999999~ - HL*124*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110326~ - DTP*096*D8*20110326~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110326~ - REF*6R*999X999999999999999999~ - HL*125*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110327~ - DTP*096*D8*20110327~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110327~ - REF*6R*999X999999999999999999~ - HL*126*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110328~ - DTP*096*D8*20110328~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110328~ - REF*6R*999X999999999999999999~ - HL*127*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110329~ - DTP*096*D8*20110329~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110329~ - REF*6R*999X999999999999999999~ - HL*128*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110330~ - DTP*096*D8*20110330~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110330~ - REF*6R*999X999999999999999999~ - HL*129*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - DTP*096*D8*20110331~ - HI*XX>99999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*130*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110309~ - DTP*096*D8*20110309~ - HI*XX>9999*XX>999*XX>99999~ - NM1*DN*1*XXXXXX*T*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110309~ - REF*6R*999X999999999999999999~ - HL*131*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110310~ - DTP*096*D8*20110310~ - HI*XX>9999*XX>999*XX>99999~ - NM1*DN*1*XXXXXX*T*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110310~ - REF*6R*999X999999999999999999~ - HL*132*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110311~ - DTP*096*D8*20110311~ - HI*XX>9999*XX>999*XX>99999~ - NM1*DN*1*XXXXXX*T*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110311~ - REF*6R*999X999999999999999999~ - HL*133*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110312~ - DTP*096*D8*20110312~ - HI*XX>9999*XX>999*XX>99999~ - NM1*DN*1*XXXXXX*T*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9~ - DTP*472*D8*20110312~ - REF*6R*999X999999999999999999~ - HL*134*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110313~ - DTP*096*D8*20110313~ - HI*XX>9999*XX>999*XX>99999~ - NM1*DN*1*XXXXXX*T*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9~ - DTP*472*D8*20110313~ - REF*6R*999X999999999999999999~ - HL*135*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110314~ - DTP*096*D8*20110314~ - HI*XX>9999*XX>999*XX>99999~ - NM1*DN*1*XXXXXX*T*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9~ - DTP*472*D8*20110314~ - REF*6R*999X999999999999999999~ - HL*136*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110309~ - DTP*096*D8*20110309~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110309~ - REF*6R*999X999999999999999999~ - HL*137*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110310~ - DTP*096*D8*20110310~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110310~ - REF*6R*999X999999999999999999~ - HL*138*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110311~ - DTP*096*D8*20110311~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110311~ - REF*6R*999X999999999999999999~ - HL*139*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110312~ - DTP*096*D8*20110312~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110312~ - REF*6R*999X999999999999999999~ - HL*140*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110313~ - DTP*096*D8*20110313~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110313~ - REF*6R*999X999999999999999999~ - HL*141*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110315~ - DTP*096*D8*20110315~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110315~ - REF*6R*999X999999999999999999~ - HL*142*103*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110316~ - DTP*096*D8*20110316~ - HI*XX>9999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110316~ - REF*6R*999X999999999999999999~ - HL*143**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*144*143*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXXXXXX*XXXX****MI*999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - HL*145*144*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXX*E~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*146*143*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXXXXXX*XXXX****MI*999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - HL*147*146*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXX*E~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX 99 XXX~ - LX*2~ - SV1*XX>99999>99*50*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*148*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXX*XXXXX*J***MI*999999999~ - N3*999 X 99XX XX XXX999~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*G***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*149*143*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*999999999~ - N3*999 X 99XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - HL*150*149*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXXX*M~ - N3*999 X 99XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*614.25***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXX*R***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*410*UN*100***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*189*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*151*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*ANN*M***MI*999999999~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*152*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*153*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>99999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*35*UN*5***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*3***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*200***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*100*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*348*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - HL*154*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*35*UN*5***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*780*UN*10***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*3~ - SV1*XX>X9999*99.9*UN*2***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*99.99*UN*1***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*9999*UN*200***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*100*UN*1***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - HL*155*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110507~ - HI*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*9999*UN*1***1>2~ - DTP*472*D8*20110507~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110507~ - REF*6R*999X999999999999999999~ - HL*156*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ - N3*99999 XXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*35*UN*5***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*780*UN*10***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*3~ - SV1*XX>X9999*99.99*UN*3***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*200***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*100*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - HL*157*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXX*TOM*H***MI*999999999~ - N3*999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - CLM*99999999-99999*337***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*95*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*158*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*E***MI*999999999~ - N3*9999 XXXXXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXXX*A***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*159*143*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXX*XXXXXX****MI*999999999~ - N3*9999 X XXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - HL*160*159*23*0~ - PAT*01~ - NM1*QC*1*XXXX*XXXXXXX*K~ - N3*9999 X XXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - DTP*096*D8*20110510~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*J***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ - N3*99XX & XXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*161*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXX*XXXXXX*J***MI*999999999~ - N3*9999 X 9XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*162*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*A***MI*999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>X9999*9999*UN*3***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX/XXXXXXXX XXXXX 999999999999999999 XX~ - LX*2~ - SV1*XX>X9999*28*UN*4***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*780*UN*10***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*4~ - SV1*XX>X9999*100*UN*2***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*40*UN*20***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>X9999*99.9*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*99.99*UN*3***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*20*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*14*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*163*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*A***MI*999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*871***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*21*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*200*UN*2***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*100*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*45*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - LX*7~ - SV1*XX>99999>99*135*UN*1***9>9>9~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*164*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*A***MI*999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*999.9***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*40*UN*20***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.9*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*189*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*300*UN*3***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*165*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXX*XXXX*R***MI*99999999999~ - N3*999 9XX XXXXXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXXXX*XXXXXXX*K***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*820*UN*200***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*189*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*166*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*I***MI*99999999999~ - N3*999 X XXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - DTP*096*D8*20110510~ - HI*XX>9999*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ - N3*99XX & XXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***9>9>9>9~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*167*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXX*GUY*R***MI*99999999999~ - N3*9999 XXXXXX XXXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXX XXXXXXXXXX/XXXXXXXXX*****PI*99999~ - CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*168*143*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*XXXXXXXX*XXXX*M***MI*99999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*169*143*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXXXX*M***MI*999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ - REF*1G*A01015~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*9999*UN*10***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999>99*9999*UN*10***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*206*UN*2***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX/XX XXXXXXXX XXXX XXXXXXXXXX~ - HL*170**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*171*170*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXXX*G***MI*999999999~ - N3*999 XXXXXXX XXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - HL*172*171*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXX*L~ - N3*999 XXXXXXX XXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*175*UN*1***9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*173*170*22*1~ - SBR*P**99999******CI~ - NM1*IL*1*XXXXX*XXXXXX****MI*999999999~ - N3*99999 999XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ - HL*174*173*23*0~ - PAT*01~ - NM1*QC*1*XXXXX*XXXX~ - N3*99999 999XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*125*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*175*170*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXX*K***MI*999999999~ - N3*999 X XXXXXX XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - HL*176*175*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXXXX*A~ - N3*999 X XXXXXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*125*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*177*170*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*L***MI*999999999~ - N3*999 XXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXX XXXXXX XXXX XXX XX*****PI*99999~ - CLM*99999999-99999*173***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*173*UN*1***1~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*178**20*1~ - NM1*85*2*XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 X. XXXXXX XX, XXX X~ - N4*XXXXXXXX*IA*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999~ - HL*179*178*22*0~ - SBR*P*18*99999******CI~ - NM1*IL*1*RAY*XXXXXX****MI*X99999999~ - N3*999 X XXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXX XXXXX XXXXXX*****PI*99999~ - CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110516~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*HC>90806*125*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - HL*180**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ - N3*9999 XXXXX XXXXX XXX 999~ - N4*XXXXXXXX*NE*99999~ - REF*EI*999999999~ - REF*G5*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ - HL*181*180*22*1~ - SBR*P**99999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*M***MI*999999999~ - N3*999 X 99XX XX*XXX 9~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXXXX/XXXXXXX*****PI*XXXX9~ - HL*182*181*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXX*XXXX*L~ - N3*999 X 99XX XX*XXX 9~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*181***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - HI*XX>X9999*XX>X999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*173*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*8*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*183*180*22*1~ - SBR*P**99999******CI~ - NM1*IL*1*XXXXXX*XXXX****MI*999999999~ - N3*9999 XXXX XXXXXX XX~ - N4*XXXXXXXXX*NE*99999~ - NM1*PR*2*XXXXXXX/XXXXXXX*****PI*XXXX9~ - HL*184*183*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXXX*A~ - N3*9999 XXXX XXXXXX XX~ - N4*XXXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*173***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>X9999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*173*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*185*180*22*1~ - SBR*P**99999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*999999999~ - N3*999 XX XXXXX XX X*XXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*PR*2*XXXXXXX/XXXXXXX*****PI*XXXX9~ - HL*186*185*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXXXX*R~ - N3*999 XX XXXXX XX X*XXX 999~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*1G*X99999~ - NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ - REF*N5*999999999~ - REF*EI*999999999~ - REF*G2*999999999~ - NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ - N3*9999 XXXXX XXXXX XXXXX 999~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ - LX*1~ - SV1*XX>99999*175*UN*1***9>9>9>9~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - SE*4200*000000001~ - GE*1*39834001~ +ISA*03*XXXXX9999 *00* *ZZ*9999999 *ZZ*XXX XXX *110518*9999*U*99999*999999999*0*P*>~ + GS*HC*9999999*XXX XXX*20110518*9999*99999999*X*999999X999X9~ + ST*837*000000001~ + BHT*9999*00*999999*20110518*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXXXXX & XXXXXX, XXX*****46*9999999~ + PER*IC*XXX XXXXXX XX XXXXX XXXXXX*TE*9999999999*TE*9999999999*FX*9999999999~ + NM1*40*2*XXXXXXXX XXXXXXXXXX XXXXXX XXXXXXXX*****46*XXX XXX~ + HL*1**20*1~ + NM1*85*2*XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 X. XXXXXX XX, XXX X~ + N4*XXXXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999~ + HL*2*1*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX****MI*9999999X~ + N3*XX XXX 999~ + N4*XXXXXXX XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX XXXXXXX*MO*99999~ + CLM*99999999-99999*63***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + HI*BK>30430*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXXX*D***XX*9999999999~ + LX*1~ + SV1*XX>99999*63*UN*1***9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*3*1*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX****MI*9999999X~ + N3*XX XXX 999~ + N4*XXXXXXX XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX XXXXXXX*MO*99999~ + CLM*99999999-99999*63***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110404~ + HI*BK>30430*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXXX*D***XX*9999999999~ + LX*1~ + SV1*XX>99999*63*UN*1***9>9>9~ + DTP*472*D8*20110404~ + REF*6R*999X999999999999999999~ + HL*4*1*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*9999999X~ + N3*9 X XXXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX XXXXXXX*MO*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110516~ + HI*BK>30928~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999>XX*125*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + HL*5*1*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*N***MI*9999999X~ + N3*999 X 9XX XX~ + N4*XXX XXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX XXXXXXX*MO*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999>XX*125*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + HL*6*1*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXXXXXXX****MI*9999999X~ + N3*999 XXXXXXXXXX~ + N4*XXXXXXX XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX XXXXXXX*MO*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110516~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + REF*1G*XXX999~ + NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999>XX*125*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + HL*7*1*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXX*XXXX****MI*9999999X~ + N3*999 X XXXXXX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX XXXXXXX*MO*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110516~ + HI*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + REF*1G*XXX999~ + NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999>XX*125*UN*1***1>2~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + HL*8**20*1~ + NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXX XXXXXX*XXXXX 999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX*TE*9999999999~ + HL*9*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110317~ + DTP*096*D8*20110317~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110317~ + REF*6R*999X999999999999999999~ + HL*10*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110318~ + DTP*096*D8*20110318~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110318~ + REF*6R*999X999999999999999999~ + HL*11*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110319~ + DTP*096*D8*20110319~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110319~ + REF*6R*999X999999999999999999~ + HL*12*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110320~ + DTP*096*D8*20110320~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110320~ + REF*6R*999X999999999999999999~ + HL*13*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110321~ + DTP*096*D8*20110321~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110321~ + REF*6R*999X999999999999999999~ + HL*14*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110322~ + DTP*096*D8*20110322~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110322~ + REF*6R*999X999999999999999999~ + HL*15*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110323~ + DTP*096*D8*20110323~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110323~ + REF*6R*999X999999999999999999~ + HL*16*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110324~ + DTP*096*D8*20110324~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110324~ + REF*6R*999X999999999999999999~ + HL*17*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110325~ + DTP*096*D8*20110325~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110325~ + REF*6R*999X999999999999999999~ + HL*18*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110326~ + DTP*096*D8*20110326~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110326~ + REF*6R*999X999999999999999999~ + HL*19*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*G***MI*99999999999~ + N3*9999 X 999XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX/XXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110327~ + DTP*096*D8*20110327~ + HI*XX>9999*XX>999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110327~ + REF*6R*999X999999999999999999~ + HL*20*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXX****MI*99999999999~ + N3*9999 X 9XX XX~ + N4*XXXXX XXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110309~ + DTP*096*D8*20110309~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*XXX999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110309~ + REF*6R*999X999999999999999999~ + HL*21*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXX****MI*99999999999~ + N3*9999 X 9XX XX~ + N4*XXXXX XXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110310~ + DTP*096*D8*20110310~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*XXX999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110310~ + REF*6R*999X999999999999999999~ + HL*22*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXX****MI*99999999999~ + N3*9999 X 9XX XX~ + N4*XXXXX XXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110311~ + DTP*096*D8*20110311~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*XXX999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110311~ + REF*6R*999X999999999999999999~ + HL*23*8*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX****MI*99999999999~ + N3*9999 XXXXXXXXXX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110317~ + DTP*096*D8*20110317~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*XXX999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110317~ + REF*6R*999X999999999999999999~ + HL*24*8*22*1~ + SBR*P**9999999999******CI~ + NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + HL*25*24*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXX*L~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110327~ + DTP*096*D8*20110327~ + HI*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9~ + DTP*472*D8*20110327~ + REF*6R*999X999999999999999999~ + HL*26*8*22*1~ + SBR*P**9999999999******CI~ + NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + HL*27*26*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXX*L~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110328~ + DTP*096*D8*20110328~ + HI*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110328~ + REF*6R*999X999999999999999999~ + HL*28*8*22*1~ + SBR*P**9999999999******CI~ + NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + HL*29*28*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXX*L~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110329~ + DTP*096*D8*20110329~ + HI*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110329~ + REF*6R*999X999999999999999999~ + HL*30*8*22*1~ + SBR*P**9999999999******CI~ + NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + HL*31*30*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXX*L~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*32*8*22*1~ + SBR*P**9999999999******CI~ + NM1*IL*1*XXXXXX*XXXX****MI*99999999999~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XX XX XXX*****PI*99999~ + HL*33*32*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXX*L~ + N3*9999 XXXXXX XXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*34**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*35*34*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ + N3*99999 XXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXXXX*****PI*99999~ + CLM*99999999-99999*591***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999>XX*384*UN*60***1>2~ + DTP*472*D8*20110504~ + DTP*738*D8*20110504~ + MEA*TR*R2*23~ + MEA*OG*R3*60~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9~ + LX*2~ + SV1*XX>99999>99>99*50*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*22*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999>99*135*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*36*34*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ + N3*99999 XXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXXXX*****PI*99999~ + CLM*99999999-99999*667.25***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*410*UN*100***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX X-99 9999 XXX~ + LX*3~ + SV1*XX>X9999*99.99*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999>99*50*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*189*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*37*34*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX****MI*99999999999~ + N3*99999 XXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*146***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*135*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*38**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*39*38*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*999999999~ + N3*999 9XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX XXXXXX XXXX XX XX*****PI*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*125*UN*1***1~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*40*38*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*999999999~ + N3*999 X XXXXX XXX XX 9999~ + N4*XXXXXXXXX*FL*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXX XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*183***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + HI*XX>X999*XX>X999*XX>X9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*175*UN*1***9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*8*UN*1***9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + HL*41**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*42*41*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXXX*R***MI*999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXX/XX*****PI*99999~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*43*41*22*0~ + SBR*P*18*BMI215******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX*A***MI*X99999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXXXXXXX/XX*****PI*99999~ + CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*44**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*45*44*22*1~ + SBR*P**99999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXXX****MI*999999999~ + N3*999 X XXXXXXXXXXXXX~ + N4*XXXXXX*NE*99999~ + NM1*PR*2*XXX XXXXXXXX/XX*****PI*99999~ + HL*46*45*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXX*XXXXX*L~ + N3*999 X XXXXXXXXXXXXX~ + N4*XXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*175*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*47*44*22*1~ + SBR*P**99999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXXX****MI*999999999~ + N3*999 X XXXXXXXXXXXXX~ + N4*XXXXXX*NE*99999~ + NM1*PR*2*XXX XXXXXXXX/XX*****PI*99999~ + HL*48*47*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXX*XXXXX*L~ + N3*999 X XXXXXXXXXXXXX~ + N4*XXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + HI*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*175*UN*1***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*49*44*22*0~ + SBR*P*18*XX9999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXX*L***MI*999999999999~ + N3*99999 X XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXXX XXXXXXXXX/XX*****PI*99999~ + CLM*99999999-99999*199***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>X9999*XX>X999~ + NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*191*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*8*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*50*44*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XX XXX 99 X~ + N4*XXXXXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXX/XX*****PI*99999~ + CLM*99999999-99999*499***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + HI*XX>99999*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*175*UN*1***9>9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999>99*314*UN*1***9>9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*10*UN*1***9>9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + HL*51*44*22*0~ + SBR*P*18*9999999999******CI~ + NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*999999999~ + N3*999 XXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXX/XX*****PI*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*125*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*52**20*1~ + NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXX XXXXXX*XXXXX 999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX*TE*9999999999~ + HL*53*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*195***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110317~ + DTP*096*D8*20110317~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*195*UN*1***9>9>9>9~ + DTP*472*D8*20110317~ + REF*6R*999X999999999999999999~ + HL*54*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110318~ + DTP*096*D8*20110318~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110318~ + REF*6R*999X999999999999999999~ + HL*55*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110320~ + DTP*096*D8*20110320~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110320~ + REF*6R*999X999999999999999999~ + HL*56*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110321~ + DTP*096*D8*20110321~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110321~ + REF*6R*999X999999999999999999~ + HL*57*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110322~ + DTP*096*D8*20110322~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110322~ + REF*6R*999X999999999999999999~ + HL*58*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110323~ + DTP*096*D8*20110323~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110323~ + REF*6R*999X999999999999999999~ + HL*59*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110324~ + DTP*096*D8*20110324~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110324~ + REF*6R*999X999999999999999999~ + HL*60*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110325~ + DTP*096*D8*20110325~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110325~ + REF*6R*999X999999999999999999~ + HL*61*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110326~ + DTP*096*D8*20110326~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110326~ + REF*6R*999X999999999999999999~ + HL*62*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110328~ + DTP*096*D8*20110328~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110328~ + REF*6R*999X999999999999999999~ + HL*63*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110329~ + DTP*096*D8*20110329~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110329~ + REF*6R*999X999999999999999999~ + HL*64*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*65*52*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXXXX9XX~ + N3*XX XXX 999~ + N4*XXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*XX>99999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*B90801~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*66**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*67*66*22*1~ + SBR*P**999999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXX*M***MI*X999999999~ + N3*999 X 99XX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX*****PI*99999~ + HL*68*67*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXXXX*P~ + N3*999 X 99XX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXX*D***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*69*66*22*1~ + SBR*P**999999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXX*M***MI*X999999999~ + N3*999 X 99XX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX*****PI*99999~ + HL*70*69*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXXXX*P~ + N3*999 X 99XX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXX*D***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*71*66*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*E***MI*X999999999~ + N3*9999 999XX XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXX*****PI*99999~ + HL*72*71*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXX*XXXXXXXX*R~ + N3*9999 999XX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*225***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + DTP*096*D8*20110510~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ + N3*99XX & XXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*225*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*73**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*74*73*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*JAN****MI*X999999999~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXX XX XXXXXXXXXX*****PI*99999~ + CLM*99999999-99999*199***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + HI*XX>X999*XX>X9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*191*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*8*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*75**20*1~ + NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXX XXXXXX*XXXXX 999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX*TE*9999999999~ + HL*76*75*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ + N3*9999 XXXXXXXXXX XXXXX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110325~ + DTP*096*D8*20110325~ + HI*XX>99999*XX>X999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110325~ + REF*6R*999X999999999999999999~ + HL*77*75*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ + N3*9999 XXXXXXXXXX XXXXX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110326~ + DTP*096*D8*20110326~ + HI*XX>99999*XX>X999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110326~ + REF*6R*999X999999999999999999~ + HL*78*75*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ + N3*9999 XXXXXXXXXX XXXXX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110327~ + DTP*096*D8*20110327~ + HI*XX>99999*XX>X999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110327~ + REF*6R*999X999999999999999999~ + HL*79*75*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ + N3*9999 XXXXXXXXXX XXXXX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110329~ + DTP*096*D8*20110329~ + HI*XX>99999*XX>X999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110329~ + REF*6R*999X999999999999999999~ + HL*80*75*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ + N3*9999 XXXXXXXXXX XXXXX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*XX>99999*XX>X999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*81*75*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*X99999999~ + N3*9999 XXXXXXXXXX XXXXX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*XX>99999*XX>X999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*82**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*83*82*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXX*XXXX*D***MI*X99999999~ + N3*999 XXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*9999*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*84*82*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXXXX*E***MI*X99999999~ + N3*999 XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXX*S***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*85*82*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*X99999999~ + N3*999 XX XXXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + DTP*096*D8*20110509~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*G***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXXX XXXXXXXX~ + N3*9999 XX XXX 999~ + N4*XXXXXXX*IA*999999999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*86**20*1~ + NM1*85*2*XXXXXXXXXX & XXXXXXXX XXX XX XX*****XX*9999999999~ + N3*XX XXX 9999~ + N4*XXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999~ + HL*87*86*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ + N3*999 9XX XXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXX XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*325***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20101111~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ + N3*9999 X. XXXX~ + N4*XXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*325*UN*1***1~ + DTP*472*D8*20101111~ + REF*6R*999X999999999999999999~ + HL*88*86*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ + N3*999 9XX XXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXX XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20101209~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ + N3*9999 X. XXXX~ + N4*XXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20101209~ + REF*6R*999X999999999999999999~ + HL*89**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*90*89*22*0~ + SBR*P*18*X99999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXXX XXXXXXXXX XXXXX*****PI*99999~ + CLM*99999999-99999*325***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*325*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + HL*91*89*22*0~ + SBR*P*18*X99999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*M***MI*999999999~ + N3*999 X 9XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXXX XXXXXXXXX XXXXX*****PI*99999~ + CLM*99999999-99999*325***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X999*XX>X999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*S***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*16*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*16*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*14*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*21*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*22*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + HL*92*89*22*0~ + SBR*P*18*X99999999******CI~ + NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999~ + N3*999 X 9XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXXX XXXXXXXXX XXXXX*****PI*99999~ + CLM*99999999-99999*135***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*135*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*93**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*94*93*22*0~ + SBR*P*18*X999999999******CI~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999~ + N3*99 9 9 XXXXX XX XXX 9~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXXX XXXX XXX XX.*****PI*99999~ + CLM*99999999-99999*149***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*125*UN*1***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*8*UN*1***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*HC>81002*16*UN*1***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*95**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*96*95*22*1~ + SBR*P**32******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*X99999999~ + N3*999 X XXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXXXXXXXX*****PI*99999~ + HL*97*96*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXXX*J~ + N3*999 X XXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + DTP*096*D8*20110510~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ + N3*99XX & XXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*98*95*22*1~ + SBR*P**99999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*X99999999~ + N3*99999 XXXXXXX XXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXXXXXXXX*****PI*99999~ + HL*99*98*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXXX*M~ + N3*99999 XXXXXXX XXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999*XX>X9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>X9999*99.99*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XX:X9999,XXXXX~ + LX*2~ + SV1*XX>X9999*9999*UN*50***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*14*UN*1***9>9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX~ + LX*4~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*18*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XX:X9999,XXXXX XXXXXXXXXXX XXXX~ + LX*6~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + LX*7~ + SV1*XX>99999>99*135*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*100**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*101*100*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*X9999999999~ + N3*9999 XXXXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*199***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>X9999*XX>X999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*191*UN*1***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*8*UN*1***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + HL*102*100*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*X9999999999~ + N3*9999 XXXXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXX*****PI*99999~ + CLM*99999999-99999*33***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999>XX*13*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*10*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*10*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + HL*103**20*1~ + NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXX XXXXXX*XXXXX 999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX*TE*9999999999~ + HL*104*103*22*0~ + SBR*P*18*9999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110314~ + DTP*096*D8*20110314~ + HI*XX>99999*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110314~ + REF*6R*999X999999999999999999~ + HL*105*103*22*0~ + SBR*P*18*9999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*882***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110315~ + DTP*096*D8*20110315~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110315~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999>99*350*UN*1***9>9>9~ + DTP*472*D8*20110315~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*380*UN*1***9>9>9~ + DTP*472*D8*20110315~ + REF*6R*999X999999999999999999~ + HL*106*103*22*0~ + SBR*P*18*9999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110316~ + DTP*096*D8*20110316~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110316~ + REF*6R*999X999999999999999999~ + HL*107*103*22*0~ + SBR*P*18*9999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110317~ + DTP*096*D8*20110317~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110317~ + REF*6R*999X999999999999999999~ + HL*108*103*22*0~ + SBR*P*18*9999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110318~ + DTP*096*D8*20110318~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX-XX*XXXXXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9~ + DTP*472*D8*20110318~ + REF*6R*999X999999999999999999~ + HL*109*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110317~ + DTP*096*D8*20110317~ + HI*XX>99999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110317~ + REF*6R*999X999999999999999999~ + HL*110*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110318~ + DTP*096*D8*20110318~ + HI*XX>99999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110318~ + REF*6R*999X999999999999999999~ + HL*111*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110319~ + DTP*096*D8*20110319~ + HI*XX>99999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9>9~ + DTP*472*D8*20110319~ + REF*6R*999X999999999999999999~ + HL*112*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110328~ + DTP*096*D8*20110328~ + HI*XX>9999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110328~ + REF*6R*999X999999999999999999~ + HL*113*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110329~ + DTP*096*D8*20110329~ + HI*XX>9999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110329~ + REF*6R*999X999999999999999999~ + HL*114*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*XX>9999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*115*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXX XXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*XX>9999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*H***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*116*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ + N3*99999 XXXXXXXX XXXXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110327~ + DTP*096*D8*20110327~ + HI*BK>20410*XX>999*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110327~ + REF*6R*999X999999999999999999~ + HL*117*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ + N3*99999 XXXXXXXX XXXXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110328~ + DTP*096*D8*20110328~ + HI*BK>20410*XX>999*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110328~ + REF*6R*999X999999999999999999~ + HL*118*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ + N3*99999 XXXXXXXX XXXXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110329~ + DTP*096*D8*20110329~ + HI*BK>20410*XX>999*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110329~ + REF*6R*999X999999999999999999~ + HL*119*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ + N3*99999 XXXXXXXX XXXXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*BK>20410*XX>999*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*120*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999~ + N3*99999 XXXXXXXX XXXXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*BK>20410*XX>999*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*121*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXXXX*J***MI*99999999999~ + N3*9999 XXXXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*XX>9999*XX>9999*BF>20410*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*H30823~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*122*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXXXX*J***MI*99999999999~ + N3*9999 XXXXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + REF*1G*H30823~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***1>2~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*123*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110325~ + DTP*096*D8*20110325~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110325~ + REF*6R*999X999999999999999999~ + HL*124*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110326~ + DTP*096*D8*20110326~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110326~ + REF*6R*999X999999999999999999~ + HL*125*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110327~ + DTP*096*D8*20110327~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110327~ + REF*6R*999X999999999999999999~ + HL*126*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110328~ + DTP*096*D8*20110328~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110328~ + REF*6R*999X999999999999999999~ + HL*127*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110329~ + DTP*096*D8*20110329~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110329~ + REF*6R*999X999999999999999999~ + HL*128*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110330~ + DTP*096*D8*20110330~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110330~ + REF*6R*999X999999999999999999~ + HL*129*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*J***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + DTP*096*D8*20110331~ + HI*XX>99999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*130*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110309~ + DTP*096*D8*20110309~ + HI*XX>9999*XX>999*XX>99999~ + NM1*DN*1*XXXXXX*T*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110309~ + REF*6R*999X999999999999999999~ + HL*131*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110310~ + DTP*096*D8*20110310~ + HI*XX>9999*XX>999*XX>99999~ + NM1*DN*1*XXXXXX*T*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110310~ + REF*6R*999X999999999999999999~ + HL*132*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110311~ + DTP*096*D8*20110311~ + HI*XX>9999*XX>999*XX>99999~ + NM1*DN*1*XXXXXX*T*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110311~ + REF*6R*999X999999999999999999~ + HL*133*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110312~ + DTP*096*D8*20110312~ + HI*XX>9999*XX>999*XX>99999~ + NM1*DN*1*XXXXXX*T*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9~ + DTP*472*D8*20110312~ + REF*6R*999X999999999999999999~ + HL*134*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110313~ + DTP*096*D8*20110313~ + HI*XX>9999*XX>999*XX>99999~ + NM1*DN*1*XXXXXX*T*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9~ + DTP*472*D8*20110313~ + REF*6R*999X999999999999999999~ + HL*135*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*W***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110314~ + DTP*096*D8*20110314~ + HI*XX>9999*XX>999*XX>99999~ + NM1*DN*1*XXXXXX*T*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9~ + DTP*472*D8*20110314~ + REF*6R*999X999999999999999999~ + HL*136*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110309~ + DTP*096*D8*20110309~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110309~ + REF*6R*999X999999999999999999~ + HL*137*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110310~ + DTP*096*D8*20110310~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110310~ + REF*6R*999X999999999999999999~ + HL*138*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110311~ + DTP*096*D8*20110311~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110311~ + REF*6R*999X999999999999999999~ + HL*139*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110312~ + DTP*096*D8*20110312~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110312~ + REF*6R*999X999999999999999999~ + HL*140*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110313~ + DTP*096*D8*20110313~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110313~ + REF*6R*999X999999999999999999~ + HL*141*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110315~ + DTP*096*D8*20110315~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110315~ + REF*6R*999X999999999999999999~ + HL*142*103*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*P***MI*999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110316~ + DTP*096*D8*20110316~ + HI*XX>9999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*O***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110316~ + REF*6R*999X999999999999999999~ + HL*143**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*144*143*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXXXXXX*XXXX****MI*999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + HL*145*144*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXX*E~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*146*143*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXXXXXX*XXXX****MI*999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + HL*147*146*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXX*E~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX 99 XXX~ + LX*2~ + SV1*XX>99999>99*50*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*148*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXX*XXXXX*J***MI*999999999~ + N3*999 X 99XX XX XXX999~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*G***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*149*143*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*999999999~ + N3*999 X 99XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + HL*150*149*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXXX*M~ + N3*999 X 99XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*614.25***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXX*R***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*410*UN*100***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*189*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*151*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*ANN*M***MI*999999999~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*152*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*153*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>99999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*35*UN*5***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*3***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*200***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*100*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*348*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + HL*154*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*35*UN*5***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*780*UN*10***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*3~ + SV1*XX>X9999*99.9*UN*2***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*99.99*UN*1***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*9999*UN*200***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*100*UN*1***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + HL*155*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110507~ + HI*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*9999*UN*1***1>2~ + DTP*472*D8*20110507~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110507~ + REF*6R*999X999999999999999999~ + HL*156*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999~ + N3*99999 XXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*35*UN*5***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*780*UN*10***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*3~ + SV1*XX>X9999*99.99*UN*3***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*200***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*100*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + HL*157*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXX*TOM*H***MI*999999999~ + N3*999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + CLM*99999999-99999*337***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*95*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*158*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*E***MI*999999999~ + N3*9999 XXXXXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + CLM*99999999-99999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXXX*A***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*159*143*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXX*XXXXXX****MI*999999999~ + N3*9999 X XXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + HL*160*159*23*0~ + PAT*01~ + NM1*QC*1*XXXX*XXXXXXX*K~ + N3*9999 X XXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + DTP*096*D8*20110510~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*J***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ + N3*99XX & XXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*161*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXX*XXXXXX*J***MI*999999999~ + N3*9999 X 9XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*162*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*A***MI*999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>X9999*9999*UN*3***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX/XXXXXXXX XXXXX 999999999999999999 XX~ + LX*2~ + SV1*XX>X9999*28*UN*4***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*780*UN*10***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*4~ + SV1*XX>X9999*100*UN*2***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*40*UN*20***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>X9999*99.9*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*99.99*UN*3***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*20*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*14*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*163*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*A***MI*999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*871***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*21*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*200*UN*2***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*100*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*45*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + LX*7~ + SV1*XX>99999>99*135*UN*1***9>9>9~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*164*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*A***MI*999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*999.9***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*40*UN*20***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.9*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*189*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*300*UN*3***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*165*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXX*XXXX*R***MI*99999999999~ + N3*999 9XX XXXXXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXXXX/XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXXXX*XXXXXXX*K***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*820*UN*200***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*189*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*166*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*I***MI*99999999999~ + N3*999 X XXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + DTP*096*D8*20110510~ + HI*XX>9999*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXXX XXXXXX XXXX.~ + N3*99XX & XXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***9>9>9>9~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*167*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXX*GUY*R***MI*99999999999~ + N3*9999 XXXXXX XXXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXX XXXXXXXXXX/XXXXXXXXX*****PI*99999~ + CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*168*143*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*XXXXXXXX*XXXX*M***MI*99999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX/XXX XXXXXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*242***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*169*143*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXXXX*M***MI*999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + CLM*99999999-99999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ + REF*1G*A01015~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*9999*UN*10***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999>99*9999*UN*10***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*206*UN*2***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX/XX XXXXXXXX XXXX XXXXXXXXXX~ + HL*170**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*171*170*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXXX*G***MI*999999999~ + N3*999 XXXXXXX XXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + HL*172*171*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXX*L~ + N3*999 XXXXXXX XXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*175*UN*1***9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*173*170*22*1~ + SBR*P**99999******CI~ + NM1*IL*1*XXXXX*XXXXXX****MI*999999999~ + N3*99999 999XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXX XXXX*****PI*99999~ + HL*174*173*23*0~ + PAT*01~ + NM1*QC*1*XXXXX*XXXX~ + N3*99999 999XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*125*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*175*170*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXX*K***MI*999999999~ + N3*999 X XXXXXX XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + HL*176*175*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXXXX*A~ + N3*999 X XXXXXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*125*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*177*170*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*L***MI*999999999~ + N3*999 XXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXX XXXXXX XXXX XXX XX*****PI*99999~ + CLM*99999999-99999*173***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*173*UN*1***1~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*178**20*1~ + NM1*85*2*XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 X. XXXXXX XX, XXX X~ + N4*XXXXXXXX*IA*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999~ + HL*179*178*22*0~ + SBR*P*18*99999******CI~ + NM1*IL*1*RAY*XXXXXX****MI*X99999999~ + N3*999 X XXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXX XXXXX XXXXXX*****PI*99999~ + CLM*99999999-99999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110516~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXXXXX*XXXXX****XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*HC>90806*125*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + HL*180**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXXX & XXX*****XX*9999999999~ + N3*9999 XXXXX XXXXX XXX 999~ + N4*XXXXXXXX*NE*99999~ + REF*EI*999999999~ + REF*G5*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999*FX*9999999999~ + HL*181*180*22*1~ + SBR*P**99999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*M***MI*999999999~ + N3*999 X 99XX XX*XXX 9~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXXXX/XXXXXXX*****PI*XXXX9~ + HL*182*181*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXX*XXXX*L~ + N3*999 X 99XX XX*XXX 9~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*181***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + HI*XX>X9999*XX>X999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*173*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*8*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*183*180*22*1~ + SBR*P**99999******CI~ + NM1*IL*1*XXXXXX*XXXX****MI*999999999~ + N3*9999 XXXX XXXXXX XX~ + N4*XXXXXXXXX*NE*99999~ + NM1*PR*2*XXXXXXX/XXXXXXX*****PI*XXXX9~ + HL*184*183*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXXX*A~ + N3*9999 XXXX XXXXXX XX~ + N4*XXXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*173***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>X9999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*173*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*185*180*22*1~ + SBR*P**99999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*999999999~ + N3*999 XX XXXXX XX X*XXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*PR*2*XXXXXXX/XXXXXXX*****PI*XXXX9~ + HL*186*185*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXXXX*R~ + N3*999 XX XXXXX XX X*XXX 999~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*99999999-99999*175***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*1G*X99999~ + NM1*82*1*XXXXX*XXXXXXX*P***XX*9999999999~ + REF*N5*999999999~ + REF*EI*999999999~ + REF*G2*999999999~ + NM1*77*2*XXXXXXXX XXXXXXXXXX XXX XXXXXXXX~ + N3*9999 XXXXX XXXXX XXXXX 999~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXX*XXXXXXX*P***XX*9999999999~ + LX*1~ + SV1*XX>99999*175*UN*1***9>9>9>9~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + SE*4200*000000001~ + GE*1*39834001~ IEA*1*137621000~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_02.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_02.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_02.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_02.dat index cfcaf2c9..965ea675 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_02.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_02.dat @@ -1,1761 +1,1761 @@ -ISA*00* *00* *ZZ*9999999 *ZZ*XXXXXXXXXXXXX *110601*9999*U*99999*999999999*0*P*>~ - GS*HC*XXXXX*XXXXXXXXXXXXX*20110601*9999*9999999*X*999999X999X9~ - ST*837*000000001~ - BHT*9999*00*999999*20110601*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXXXXX XXX XXXXXX XXX*****46*9999999~ - PER*IC*XXX XXXXXX*EM*XXX@XXXXXX-XXXXXX.XXX*TE*9999999999*FX*9999999999~ - NM1*40*2*XXXX XXXXX XXXX XXXXXX XX XX*****46*XXXXXXXXXXXXX~ - HL*1**20*1~ - NM1*85*2*XXXXXXX XXXXXXXX XXX XXXXXXXXXX XX*****XX*9999999999~ - N3*9999 XXXXXX XXXXXX*XXXXX 999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - PER*IC*XXXXX XXXXX*TE*9999999999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*3*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*4*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110429~ - DTP*096*D8*20110429~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110429~ - REF*6R*999X999999999999999999~ - HL*5*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110430~ - DTP*096*D8*20110430~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110430~ - REF*6R*999X999999999999999999~ - HL*6*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110501~ - DTP*096*D8*20110501~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110501~ - REF*6R*999X999999999999999999~ - HL*7*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110502~ - DTP*096*D8*20110502~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110502~ - REF*6R*999X999999999999999999~ - HL*8*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - DTP*096*D8*20110503~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - HL*9*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - DTP*096*D8*20110504~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - HL*10*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - DTP*096*D8*20110505~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*11*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - DTP*096*D8*20110506~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - HL*12*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ - N3*9999 X 99XX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110507~ - DTP*096*D8*20110507~ - HI*XX>9999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9>9~ - DTP*472*D8*20110507~ - REF*6R*999X999999999999999999~ - HL*13*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXX*N***MI*XXX999999999~ - N3*9999 X 99XX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>99999*XX>X9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9>9~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*14*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18***IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*15*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110429~ - DTP*096*D8*20110429~ - HI*XX>999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18***IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110429~ - REF*6R*999X999999999999999999~ - HL*16*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110430~ - DTP*096*D8*20110430~ - HI*XX>999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18***IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110430~ - REF*6R*999X999999999999999999~ - HL*17*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110501~ - DTP*096*D8*20110501~ - HI*XX>999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18***IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ - N3*9999 X 99XX XXX~ - N4*XXXXX*NE*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9>9~ - DTP*472*D8*20110501~ - REF*6R*999X999999999999999999~ - HL*18*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*9999 XXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>9999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*9999 XXXXXXXX XXX XXX XX~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*19*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*9999 XXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>9999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*9999 XXXXXXXX XXX XXX XX~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*20*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*9999 XXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110430~ - DTP*096*D8*20110430~ - HI*XX>9999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*9999 XXXXXXXX XXX XXX XX~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110430~ - REF*6R*999X999999999999999999~ - HL*21*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*9999 XXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110501~ - DTP*096*D8*20110501~ - HI*XX>9999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*9999 XXXXXXXX XXX XXX XX~ - N4*XXXXXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9>9~ - DTP*472*D8*20110501~ - REF*6R*999X999999999999999999~ - HL*22*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX99999999X99~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*23*22*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXX*C~ - N3*999 XXXXXX XXXXXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>9999*XX>X9999*XX>9999*XX>999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*24*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX99999999X99~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*25*24*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXX*C~ - N3*999 XXXXXX XXXXXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>9999*XX>X9999*XX>9999*XX>999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*26*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX99999999X99~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*27*26*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXX*C~ - N3*999 XXXXXX XXXXXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110429~ - DTP*096*D8*20110429~ - HI*XX>9999*XX>X9999*XX>9999*XX>999~ - NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110429~ - REF*6R*999X999999999999999999~ - HL*28*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ - N3*99999 X XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*29*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ - N3*99999 X XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*30*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ - N3*99999 X XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110429~ - DTP*096*D8*20110429~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110429~ - REF*6R*999X999999999999999999~ - HL*31*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ - N3*99999 X XXXXXX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110430~ - DTP*096*D8*20110430~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*219*UN*1***9>9>9~ - DTP*472*D8*20110430~ - REF*6R*999X999999999999999999~ - HL*32*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXX*L***MI*XXX9999999XX~ - N3*999 XXXX 9XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - DTP*096*D8*20110505~ - HI*XX>99999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*33*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXX*L***MI*XXX9999999XX~ - N3*999 XXXX 9XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - DTP*096*D8*20110506~ - HI*XX>99999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - HL*34*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXX*L***MI*XXX9999999XX~ - N3*999 XXXX 9XX~ - N4*XXXXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110507~ - DTP*096*D8*20110507~ - HI*XX>99999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110507~ - REF*6R*999X999999999999999999~ - HL*35*1*22*1~ - SBR*P********BL~ - NM1*IL*1*DEY*XXXXXXXX*N***MI*XXX9999999XX~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*36*35*23*0~ - PAT*01~ - NM1*QC*1*DEY*XXXX*V~ - N3*9999 XXXXX XX XX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*370***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXX XXX XXXXXXXXX XX~ - N3*9999 XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*15*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*30*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*68*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*42*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*37*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*38*37*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110401~ - DTP*096*D8*20110401~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110401~ - REF*6R*999X999999999999999999~ - HL*39*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*40*39*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110402~ - DTP*096*D8*20110402~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110402~ - REF*6R*999X999999999999999999~ - HL*41*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*42*41*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110403~ - DTP*096*D8*20110403~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110403~ - REF*6R*999X999999999999999999~ - HL*43*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*44*43*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110404~ - DTP*096*D8*20110404~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110404~ - REF*6R*999X999999999999999999~ - HL*45*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*46*45*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110405~ - DTP*096*D8*20110405~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110405~ - REF*6R*999X999999999999999999~ - HL*47*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*48*47*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110406~ - DTP*096*D8*20110406~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - HL*49*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*50*49*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110407~ - DTP*096*D8*20110407~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - HL*51*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*52*51*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110408~ - DTP*096*D8*20110408~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110408~ - REF*6R*999X999999999999999999~ - HL*53*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*54*53*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110409~ - DTP*096*D8*20110409~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110409~ - REF*6R*999X999999999999999999~ - HL*55*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*56*55*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110410~ - DTP*096*D8*20110410~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110410~ - REF*6R*999X999999999999999999~ - HL*57*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*58*57*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ - N3*9999 99XX XXX~ - N4*XXXXXXXX*NE*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110411~ - DTP*096*D8*20110411~ - HI*XX>9999*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110411~ - REF*6R*999X999999999999999999~ - HL*59*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110424~ - DTP*096*D8*20110424~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9>9~ - DTP*472*D8*20110424~ - REF*6R*999X999999999999999999~ - HL*60*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110425~ - DTP*096*D8*20110425~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110425~ - REF*6R*999X999999999999999999~ - HL*61*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110426~ - DTP*096*D8*20110426~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - HL*62*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*63*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*64*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110429~ - DTP*096*D8*20110429~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110429~ - REF*6R*999X999999999999999999~ - HL*65*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110430~ - DTP*096*D8*20110430~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*94*UN*1***9>9>9>9~ - DTP*472*D8*20110430~ - REF*6R*999X999999999999999999~ - HL*66*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110501~ - DTP*096*D8*20110501~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110501~ - REF*6R*999X999999999999999999~ - HL*67*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110502~ - DTP*096*D8*20110502~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110502~ - REF*6R*999X999999999999999999~ - HL*68*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ - N3*9999 XXXXXX XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - DTP*096*D8*20110503~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - HL*69*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*70*69*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110422~ - DTP*096*D8*20110422~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*419*UN*1***9>9>9~ - DTP*472*D8*20110422~ - REF*6R*999X999999999999999999~ - HL*71*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*72*71*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110423~ - DTP*096*D8*20110423~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110423~ - REF*6R*999X999999999999999999~ - HL*73*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*74*73*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110424~ - DTP*096*D8*20110424~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110424~ - REF*6R*999X999999999999999999~ - HL*75*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*76*75*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110425~ - DTP*096*D8*20110425~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110425~ - REF*6R*999X999999999999999999~ - HL*77*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*78*77*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110426~ - DTP*096*D8*20110426~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - HL*79*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*80*79*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - DTP*096*D8*20110427~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - HL*81*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*82*81*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - DTP*096*D8*20110428~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*83*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*84*83*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110429~ - DTP*096*D8*20110429~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110429~ - REF*6R*999X999999999999999999~ - HL*85*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*86*85*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110430~ - DTP*096*D8*20110430~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110430~ - REF*6R*999X999999999999999999~ - HL*87*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXX*NE*999999999~ - HL*88*87*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXX*XXXXXXX*A~ - N3*9999 XXXXX 99 XX~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110501~ - DTP*096*D8*20110501~ - HI*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ - N3*999999 XX XXXXXXX XXXXXX~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ - LX*1~ - SV1*XX>99999*152*UN*1***9>9>9~ - DTP*472*D8*20110501~ - REF*6R*999X999999999999999999~ - SE*1757*000000001~ - GE*1*4236001~ +ISA*00* *00* *ZZ*9999999 *ZZ*XXXXXXXXXXXXX *110601*9999*U*99999*999999999*0*P*>~ + GS*HC*XXXXX*XXXXXXXXXXXXX*20110601*9999*9999999*X*999999X999X9~ + ST*837*000000001~ + BHT*9999*00*999999*20110601*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXXXXX XXX XXXXXX XXX*****46*9999999~ + PER*IC*XXX XXXXXX*EM*XXX@XXXXXX-XXXXXX.XXX*TE*9999999999*FX*9999999999~ + NM1*40*2*XXXX XXXXX XXXX XXXXXX XX XX*****46*XXXXXXXXXXXXX~ + HL*1**20*1~ + NM1*85*2*XXXXXXX XXXXXXXX XXX XXXXXXXXXX XX*****XX*9999999999~ + N3*9999 XXXXXX XXXXXX*XXXXX 999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + PER*IC*XXXXX XXXXX*TE*9999999999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*3*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*4*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110429~ + DTP*096*D8*20110429~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110429~ + REF*6R*999X999999999999999999~ + HL*5*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110430~ + DTP*096*D8*20110430~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110430~ + REF*6R*999X999999999999999999~ + HL*6*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110501~ + DTP*096*D8*20110501~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110501~ + REF*6R*999X999999999999999999~ + HL*7*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110502~ + DTP*096*D8*20110502~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110502~ + REF*6R*999X999999999999999999~ + HL*8*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + DTP*096*D8*20110503~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + HL*9*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + DTP*096*D8*20110504~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + HL*10*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + DTP*096*D8*20110505~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*11*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + DTP*096*D8*20110506~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + HL*12*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*A***MI*X99999999~ + N3*9999 X 99XX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110507~ + DTP*096*D8*20110507~ + HI*XX>9999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9>9~ + DTP*472*D8*20110507~ + REF*6R*999X999999999999999999~ + HL*13*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXX*N***MI*XXX999999999~ + N3*9999 X 99XX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>99999*XX>X9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9>9~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*14*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18***IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*15*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110429~ + DTP*096*D8*20110429~ + HI*XX>999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18***IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110429~ + REF*6R*999X999999999999999999~ + HL*16*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110430~ + DTP*096*D8*20110430~ + HI*XX>999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18***IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110430~ + REF*6R*999X999999999999999999~ + HL*17*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*XXX999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110501~ + DTP*096*D8*20110501~ + HI*XX>999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18***IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXXX*A***MI*99999999999~ + N3*9999 X 99XX XXX~ + N4*XXXXX*NE*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9>9~ + DTP*472*D8*20110501~ + REF*6R*999X999999999999999999~ + HL*18*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*9999 XXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>9999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*9999 XXXXXXXX XXX XXX XX~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*19*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*9999 XXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>9999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*9999 XXXXXXXX XXX XXX XX~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*20*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*9999 XXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110430~ + DTP*096*D8*20110430~ + HI*XX>9999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*9999 XXXXXXXX XXX XXX XX~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110430~ + REF*6R*999X999999999999999999~ + HL*21*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*9999 XXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110501~ + DTP*096*D8*20110501~ + HI*XX>9999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*V***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*9999 XXXXXXXX XXX XXX XX~ + N4*XXXXXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9>9~ + DTP*472*D8*20110501~ + REF*6R*999X999999999999999999~ + HL*22*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX99999999X99~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*23*22*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXX*C~ + N3*999 XXXXXX XXXXXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>9999*XX>X9999*XX>9999*XX>999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*24*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX99999999X99~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*25*24*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXX*C~ + N3*999 XXXXXX XXXXXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>9999*XX>X9999*XX>9999*XX>999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*26*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*XXX99999999X99~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*27*26*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXX*C~ + N3*999 XXXXXX XXXXXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110429~ + DTP*096*D8*20110429~ + HI*XX>9999*XX>X9999*XX>9999*XX>999~ + NM1*DN*1*XXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110429~ + REF*6R*999X999999999999999999~ + HL*28*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ + N3*99999 X XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*29*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ + N3*99999 X XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*30*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ + N3*99999 X XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110429~ + DTP*096*D8*20110429~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110429~ + REF*6R*999X999999999999999999~ + HL*31*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXX*R***MI*XXX999999999~ + N3*99999 X XXXXXX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*219***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110430~ + DTP*096*D8*20110430~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*219*UN*1***9>9>9~ + DTP*472*D8*20110430~ + REF*6R*999X999999999999999999~ + HL*32*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXX*L***MI*XXX9999999XX~ + N3*999 XXXX 9XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + DTP*096*D8*20110505~ + HI*XX>99999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*33*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXX*L***MI*XXX9999999XX~ + N3*999 XXXX 9XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + DTP*096*D8*20110506~ + HI*XX>99999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + HL*34*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXX*L***MI*XXX9999999XX~ + N3*999 XXXX 9XX~ + N4*XXXXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110507~ + DTP*096*D8*20110507~ + HI*XX>99999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110507~ + REF*6R*999X999999999999999999~ + HL*35*1*22*1~ + SBR*P********BL~ + NM1*IL*1*DEY*XXXXXXXX*N***MI*XXX9999999XX~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*36*35*23*0~ + PAT*01~ + NM1*QC*1*DEY*XXXX*V~ + N3*9999 XXXXX XX XX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*370***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXX XXX XXXXXXXXX XX~ + N3*9999 XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*15*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*30*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*68*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*42*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*37*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*38*37*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110401~ + DTP*096*D8*20110401~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110401~ + REF*6R*999X999999999999999999~ + HL*39*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*40*39*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110402~ + DTP*096*D8*20110402~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110402~ + REF*6R*999X999999999999999999~ + HL*41*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*42*41*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110403~ + DTP*096*D8*20110403~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110403~ + REF*6R*999X999999999999999999~ + HL*43*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*44*43*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110404~ + DTP*096*D8*20110404~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110404~ + REF*6R*999X999999999999999999~ + HL*45*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*46*45*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110405~ + DTP*096*D8*20110405~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110405~ + REF*6R*999X999999999999999999~ + HL*47*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*48*47*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110406~ + DTP*096*D8*20110406~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + HL*49*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*50*49*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110407~ + DTP*096*D8*20110407~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + HL*51*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*52*51*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110408~ + DTP*096*D8*20110408~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110408~ + REF*6R*999X999999999999999999~ + HL*53*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*54*53*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110409~ + DTP*096*D8*20110409~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110409~ + REF*6R*999X999999999999999999~ + HL*55*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*56*55*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110410~ + DTP*096*D8*20110410~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110410~ + REF*6R*999X999999999999999999~ + HL*57*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX9XXX999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*58*57*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXXXX*XXXXXX*R~ + N3*9999 99XX XXX~ + N4*XXXXXXXX*NE*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110411~ + DTP*096*D8*20110411~ + HI*XX>9999*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110411~ + REF*6R*999X999999999999999999~ + HL*59*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110424~ + DTP*096*D8*20110424~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9>9~ + DTP*472*D8*20110424~ + REF*6R*999X999999999999999999~ + HL*60*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110425~ + DTP*096*D8*20110425~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110425~ + REF*6R*999X999999999999999999~ + HL*61*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110426~ + DTP*096*D8*20110426~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + HL*62*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*63*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*64*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110429~ + DTP*096*D8*20110429~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110429~ + REF*6R*999X999999999999999999~ + HL*65*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*94***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110430~ + DTP*096*D8*20110430~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*94*UN*1***9>9>9>9~ + DTP*472*D8*20110430~ + REF*6R*999X999999999999999999~ + HL*66*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110501~ + DTP*096*D8*20110501~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110501~ + REF*6R*999X999999999999999999~ + HL*67*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110502~ + DTP*096*D8*20110502~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110502~ + REF*6R*999X999999999999999999~ + HL*68*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX999999999~ + N3*9999 XXXXXX XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + DTP*096*D8*20110503~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + HL*69*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*70*69*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*419***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110422~ + DTP*096*D8*20110422~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*419*UN*1***9>9>9~ + DTP*472*D8*20110422~ + REF*6R*999X999999999999999999~ + HL*71*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*72*71*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110423~ + DTP*096*D8*20110423~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110423~ + REF*6R*999X999999999999999999~ + HL*73*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*74*73*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110424~ + DTP*096*D8*20110424~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110424~ + REF*6R*999X999999999999999999~ + HL*75*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*76*75*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110425~ + DTP*096*D8*20110425~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110425~ + REF*6R*999X999999999999999999~ + HL*77*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*78*77*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110426~ + DTP*096*D8*20110426~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + HL*79*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*80*79*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + DTP*096*D8*20110427~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + HL*81*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*82*81*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + DTP*096*D8*20110428~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*83*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*84*83*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110429~ + DTP*096*D8*20110429~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110429~ + REF*6R*999X999999999999999999~ + HL*85*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*86*85*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110430~ + DTP*096*D8*20110430~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110430~ + REF*6R*999X999999999999999999~ + HL*87*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX9999999XX~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXXX XXXX XXXXXX XX XX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXX*NE*999999999~ + HL*88*87*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXX*XXXXXXX*A~ + N3*9999 XXXXX 99 XX~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110501~ + DTP*096*D8*20110501~ + HI*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*X***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXX XXXXXXX XXXXXX~ + N3*999999 XX XXXXXXX XXXXXX~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXXXX*****PI*XXXXXXXXXX~ + LX*1~ + SV1*XX>99999*152*UN*1***9>9>9~ + DTP*472*D8*20110501~ + REF*6R*999X999999999999999999~ + SE*1757*000000001~ + GE*1*4236001~ IEA*1*151599000~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_03.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_03.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_03.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_03.dat index 1d73116a..53af779a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_03.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_03.dat @@ -1,924 +1,924 @@ -ISA*00* *00* *27*XX9999 *27*X99999 *110610*9999*U*99999*999999999*1*P*>~ - GS*HC*XX9999*99999*20110610*9999*9999999*X*999999X999X9~ - ST*837*000000001~ - BHT*9999*00*999999*20110610*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXXXXX & XXXXXX, XXX.*****46*XX9999~ - PER*IC*XXX XXXXXX*TE*9999999999*TE*9999999999*FX*9999999999~ - NM1*40*2*XXXXXXXX*****46*99999~ - HL*1**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XX XXX 999999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - PER*IC*DAN*TE*9999999999*FX*9999999999~ - HL*2*1*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*295***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - DTP*096*D8*20110526~ - HI*XX>9999~ - NM1*DN*1*XXXX*XXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*PE*ZZ*9999X9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ - N3*XXX 999999~ - N4*XXXXX*NE*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*295*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*3**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - PER*IC*XXXXX XXXXXXX*TE*9999999999~ - HL*4*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXX*XXXXXX****MI*XX999999999~ - N3*999 X XXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXXX*XXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX****MI*99999999X~ - N3*999 X XXXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999>XX*960*UN*150***1~ - DTP*472*D8*20110601~ - DTP*738*D8*20110601~ - MEA*TR*R2*99.9~ - MEA*OG*R3*150~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XXXX 99999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - HL*5*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXX*XXXXXX****MI*XX999999999~ - N3*999 X XXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110406~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXXX*XXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX****MI*99999999X~ - N3*999 X XXXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999>XX*960*UN*150***1~ - DTP*472*D8*20110406~ - DTP*738*D8*20110406~ - MEA*TR*R2*99.9~ - MEA*OG*R3*150~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XXXX 99999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - HL*6*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXX*XXXX****MI*X999999999~ - N3*99999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*406***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*M***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXX****MI*999999999999~ - N3*99999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*14*UN*1***2~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ - LX*8~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - HL*7*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXX*XXXX****MI*X999999999~ - N3*99999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*93***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*M***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXX****MI*999999999999~ - N3*99999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - HL*8*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*85***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - DTP*096*D8*20110531~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*R***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*85*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - HL*9*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*190***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110528~ - DTP*096*D8*20110528~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*R***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*190*UN*1***1~ - DTP*472*D8*20110528~ - REF*6R*999X999999999999999999~ - HL*10*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*85***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - DTP*096*D8*20110601~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*R***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*85*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - HL*11*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*99999.9***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110406~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*450*UN*150***3~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*780*UN*10***3~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX 99999999 XXXX 99999999~ - LX*4~ - SV1*XX>X9999*99.9*UN*1***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*99.99*UN*3***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>X9999*28*UN*2***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>X9999*99.99*UN*11***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*9999*UN*400***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*HC>81002*20*UN*1***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*200*UN*2***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - HL*12*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110406~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*248*UN*1***2~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ - LX*2~ - SV1*XX>99999*348*UN*1***2~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - LX*3~ - SV1*XX>99999*120*UN*1***2~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX 99999999 XXXX 99999999~ - LX*4~ - SV1*XX>99999*450*UN*1***2~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX 99999999 XXXX 99999999~ - LX*5~ - SV1*XX>99999*157*UN*1***2~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXX XXX XX XX 9 XX 99999999 XXXX 99999999~ - LX*6~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - HL*13*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*99999.9***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110518~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*450*UN*150***3~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*780*UN*10***3~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX 99999999 XXXX 99999999~ - LX*4~ - SV1*XX>X9999*99.9*UN*1***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*99.99*UN*3***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>X9999*28*UN*2***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>X9999*99.99*UN*11***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*9999*UN*400***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*HC>81002*20*UN*1***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*200*UN*2***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - HL*14*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110518~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*248*UN*1***2~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ - LX*2~ - SV1*XX>99999*348*UN*1***2~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - LX*3~ - SV1*XX>99999*120*UN*1***2~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX 99999999 XXXX 99999999~ - LX*4~ - SV1*XX>99999*450*UN*1***2~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX 99999999 XXXX 99999999~ - LX*5~ - SV1*XX>99999*157*UN*1***2~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXX XXX XX XX 9 XX 99999999 XXXX 99999999~ - LX*6~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110518~ - REF*6R*999X999999999999999999~ - HL*15*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*404***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*225*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*14*UN*1***2~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ - LX*8~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - HL*16*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*60***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ - N3*99999 XXXXXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - HL*17*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXX*LEO*J***MI*X999999999~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110412~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*LEO*J***MI*XX9999999999~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999>XX*9999*UN*200***1~ - DTP*472*D8*20110412~ - DTP*738*D8*20110412~ - MEA*TR*R2*99.9~ - MEA*OG*R3*200~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XXXX 99999999~ - LX*2~ - SV1*XX>99999>99*50*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*14*UN*1***3~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX XX/X9/99.9 99999999 XXXX 99999999~ - LX*9~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - HL*18*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXX*LEO*J***MI*X999999999~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*297***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110412~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*LEO*J***MI*XX9999999999~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110412~ - REF*6R*999X999999999999999999~ - HL*19*3*22*0~ - SBR*P*18*******MB~ - NM1*IL*1*XXXXXXXXXX*XXXXXXX*L***MI*XX999999999~ - N3*99 9XX XXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*99999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>X9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18***SP****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ - N3*99 9XX XXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*3***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*99999*UN*150***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*HC>81002*20*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999>XX*18*UN*1***4~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXX XXXX 99999999 XXXX 99999999~ - LX*7~ - SV1*XX>99999*100*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*348*UN*1***3~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - LX*9~ - SV1*XX>99999*120*UN*1***3~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX 99999999 XXXX 99999999~ - LX*10~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - HL*20**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXXXXX XX XX XX*****XX*9999999999~ - N3*999 X XXXXXXXXX*XXXXX 999~ - N4*XX XXXXXX*MO*99999~ - REF*EI*999999999~ - PER*IC*XXXX XXXXXXXX*TE*9999999999~ - HL*21*20*22*0~ - SBR*S*18***12****MB~ - NM1*IL*1*XXXXX*XXXXX****MI*X999999999~ - N3*XXX 99~ - N4*XXXXXXXX*MO*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - CLM*9999999999-999*175***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20101122~ - DTP*096*D8*20101122~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX*C***XX*9999999999~ - PRV*PE*ZZ*9999X9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXX XXXXXX XXXXXX~ - N3*999 X XXXXXXXXX XX, XXX 999~ - N4*XXXXX XXXXXX*MO*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX*C***XX*9999999999~ - SBR*P*18***C1****CI~ - AMT*D*999.99~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX****MI*X9999999999~ - N3*XXX 99~ - N4*XXXXXXXX*MO*99999~ - NM1*PR*2*XXXXXX XXXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*175*UN*1***1~ - DTP*472*D8*20101122~ - CN1*09*999.99~ - REF*6R*999X999999999999999999~ - AMT*AAE*999.99~ - SVD*99999*999.99*XX>99999**1~ - CAS*CO*45*99.99~ - DTP*573*D8*20101211~ - SE*920*000000001~ - GE*1*3485001~ +ISA*00* *00* *27*XX9999 *27*X99999 *110610*9999*U*99999*999999999*1*P*>~ + GS*HC*XX9999*99999*20110610*9999*9999999*X*999999X999X9~ + ST*837*000000001~ + BHT*9999*00*999999*20110610*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXXXXX & XXXXXX, XXX.*****46*XX9999~ + PER*IC*XXX XXXXXX*TE*9999999999*TE*9999999999*FX*9999999999~ + NM1*40*2*XXXXXXXX*****46*99999~ + HL*1**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XX XXX 999999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + PER*IC*DAN*TE*9999999999*FX*9999999999~ + HL*2*1*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*295***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + DTP*096*D8*20110526~ + HI*XX>9999~ + NM1*DN*1*XXXX*XXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*PE*ZZ*9999X9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ + N3*XXX 999999~ + N4*XXXXX*NE*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*295*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*3**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX,*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + PER*IC*XXXXX XXXXXXX*TE*9999999999~ + HL*4*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXX*XXXXXX****MI*XX999999999~ + N3*999 X XXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXXX*XXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX****MI*99999999X~ + N3*999 X XXXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999>XX*960*UN*150***1~ + DTP*472*D8*20110601~ + DTP*738*D8*20110601~ + MEA*TR*R2*99.9~ + MEA*OG*R3*150~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XXXX 99999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + HL*5*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXX*XXXXXX****MI*XX999999999~ + N3*999 X XXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110406~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXXX*XXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX****MI*99999999X~ + N3*999 X XXXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999>XX*960*UN*150***1~ + DTP*472*D8*20110406~ + DTP*738*D8*20110406~ + MEA*TR*R2*99.9~ + MEA*OG*R3*150~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XXXX 99999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + HL*6*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXX*XXXX****MI*X999999999~ + N3*99999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*406***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*M***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXX****MI*999999999999~ + N3*99999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*14*UN*1***2~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ + LX*8~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + HL*7*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXX*XXXX****MI*X999999999~ + N3*99999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*93***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*M***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXX****MI*999999999999~ + N3*99999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + HL*8*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*85***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + DTP*096*D8*20110531~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*R***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*85*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + HL*9*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*190***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110528~ + DTP*096*D8*20110528~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*R***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*190*UN*1***1~ + DTP*472*D8*20110528~ + REF*6R*999X999999999999999999~ + HL*10*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*X999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*85***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + DTP*096*D8*20110601~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*R***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*85*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + HL*11*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*99999.9***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110406~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*450*UN*150***3~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*780*UN*10***3~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX 99999999 XXXX 99999999~ + LX*4~ + SV1*XX>X9999*99.9*UN*1***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*99.99*UN*3***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>X9999*28*UN*2***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>X9999*99.99*UN*11***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*9999*UN*400***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*HC>81002*20*UN*1***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*200*UN*2***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + HL*12*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110406~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*248*UN*1***2~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ + LX*2~ + SV1*XX>99999*348*UN*1***2~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + LX*3~ + SV1*XX>99999*120*UN*1***2~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX 99999999 XXXX 99999999~ + LX*4~ + SV1*XX>99999*450*UN*1***2~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX 99999999 XXXX 99999999~ + LX*5~ + SV1*XX>99999*157*UN*1***2~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXX XXX XX XX 9 XX 99999999 XXXX 99999999~ + LX*6~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + HL*13*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*99999.9***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110518~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*450*UN*150***3~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*780*UN*10***3~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX 99999999 XXXX 99999999~ + LX*4~ + SV1*XX>X9999*99.9*UN*1***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*99.99*UN*3***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>X9999*28*UN*2***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>X9999*99.99*UN*11***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*9999*UN*400***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*HC>81002*20*UN*1***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*200*UN*2***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + HL*14*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110518~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*248*UN*1***2~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ + LX*2~ + SV1*XX>99999*348*UN*1***2~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + LX*3~ + SV1*XX>99999*120*UN*1***2~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX 99999999 XXXX 99999999~ + LX*4~ + SV1*XX>99999*450*UN*1***2~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX 99999999 XXXX 99999999~ + LX*5~ + SV1*XX>99999*157*UN*1***2~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXX XXX XX XX 9 XX 99999999 XXXX 99999999~ + LX*6~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110518~ + REF*6R*999X999999999999999999~ + HL*15*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*404***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*225*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*14*UN*1***2~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ + LX*8~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + HL*16*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXX*XXXXXX*G***MI*X999999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*60***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*G***MI*99999999~ + N3*99999 XXXXXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXX XX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + HL*17*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXX*LEO*J***MI*X999999999~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110412~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*LEO*J***MI*XX9999999999~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999>XX*9999*UN*200***1~ + DTP*472*D8*20110412~ + DTP*738*D8*20110412~ + MEA*TR*R2*99.9~ + MEA*OG*R3*200~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XXXX 99999999~ + LX*2~ + SV1*XX>99999>99*50*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*14*UN*1***3~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX XX/X9/99.9 99999999 XXXX 99999999~ + LX*9~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + HL*18*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXX*LEO*J***MI*X999999999~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*297***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110412~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*LEO*J***MI*XX9999999999~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110412~ + REF*6R*999X999999999999999999~ + HL*19*3*22*0~ + SBR*P*18*******MB~ + NM1*IL*1*XXXXXXXXXX*XXXXXXX*L***MI*XX999999999~ + N3*99 9XX XXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*99999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>X9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18***SP****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ + N3*99 9XX XXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*3***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*99999*UN*150***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*HC>81002*20*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999>XX*18*UN*1***4~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXX XXXX 99999999 XXXX 99999999~ + LX*7~ + SV1*XX>99999*100*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*348*UN*1***3~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + LX*9~ + SV1*XX>99999*120*UN*1***3~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX 99999999 XXXX 99999999~ + LX*10~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + HL*20**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXXXXX XX XX XX*****XX*9999999999~ + N3*999 X XXXXXXXXX*XXXXX 999~ + N4*XX XXXXXX*MO*99999~ + REF*EI*999999999~ + PER*IC*XXXX XXXXXXXX*TE*9999999999~ + HL*21*20*22*0~ + SBR*S*18***12****MB~ + NM1*IL*1*XXXXX*XXXXX****MI*X999999999~ + N3*XXX 99~ + N4*XXXXXXXX*MO*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + CLM*9999999999-999*175***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20101122~ + DTP*096*D8*20101122~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX*C***XX*9999999999~ + PRV*PE*ZZ*9999X9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXX XXXXXX XXXXXX~ + N3*999 X XXXXXXXXX XX, XXX 999~ + N4*XXXXX XXXXXX*MO*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX*C***XX*9999999999~ + SBR*P*18***C1****CI~ + AMT*D*999.99~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX****MI*X9999999999~ + N3*XXX 99~ + N4*XXXXXXXX*MO*99999~ + NM1*PR*2*XXXXXX XXXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*175*UN*1***1~ + DTP*472*D8*20101122~ + CN1*09*999.99~ + REF*6R*999X999999999999999999~ + AMT*AAE*999.99~ + SVD*99999*999.99*XX>99999**1~ + CAS*CO*45*99.99~ + DTP*573*D8*20101211~ + SE*920*000000001~ + GE*1*3485001~ IEA*1*000003485~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_04.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_04.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_04.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_04.dat index 9b7e0595..0811414d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_04.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_04.dat @@ -1,2416 +1,2416 @@ -ISA*00* *00* *ZZ*999999999 *ZZ*99999 *110602*9999*U*99999*999999999*0*P*>~ - GS*HC*999999999*99999*20110602*9999*9999999*X*999999X999X9~ - ST*837*000000001~ - BHT*9999*00*999999*20110602*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXXXXX XXX XXXXXX*****46*999999999~ - PER*IC*XXX XXXXXX*TE*9999999999~ - NM1*40*2*XXXX XXXXXX XX XXXX*****46*99999~ - HL*1**20*1~ - NM1*85*2*XXXXXXXXXX XXX XXXXXXXX XXXXXX XX*****XX*9999999999~ - N3*XX XXX 9999~ - N4*XXX XXXXXX*IA*99999~ - REF*EI*999999999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 X 99XX XXXXXX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*SUE****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*3*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXX*I***MI*XXX999XX9999~ - N3*999 XXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110426~ - REF*X4*99X9999999~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***1>2~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX~ - LX*3~ - SV1*XX>X9999*9999*UN*35***1>2~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1>2~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*133*UN*1***1>2~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*850*UN*10***9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX~ - LX*8~ - SV1*XX>X9999*70*UN*10***9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*54*UN*3***9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*30*UN*1***9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*34*UN*1***9>9>9~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - HL*4*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXX*I***MI*XXX999XX9999~ - N3*999 XXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - REF*X4*99X9999999~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXX*XXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX~ - LX*3~ - SV1*XX>X9999*9999*UN*35***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*133*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*850*UN*10***9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX~ - LX*8~ - SV1*XX>X9999*70*UN*10***9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*36*UN*2***9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*34*UN*1***9>9>9~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - HL*5*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXX*A***MI*XXX999XX9999~ - N3*999 X XXXXXXX XX~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*6*5*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*XXXXXX*E~ - N3*999 X XXXXXXX XX~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110421~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - HL*7*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXXX*J***MI*XXX999XX9999~ - N3*9999 XXXXXXXXX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>99999~ - NM1*DN*1*XXXXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*8*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXX*J***MI*XXX999XX9999~ - N3*9999 X 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*9*8*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXXX*A~ - N3*9999 X 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*97***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXX XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - HL*10*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXXXX****MI*XXX999XX9999~ - N3*9999 XXXXX XXXXXXXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*210***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*30*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - HL*11*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX****MI*XXX999XX9999~ - N3*9999 XX 99 XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - REF*X4*99X9999999~ - HI*BK>20410~ - NM1*DN*1*XXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*12*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXXX*J***MI*XXX999XX9999~ - N3*9999 9XX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*13*12*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXX*A~ - N3*9999 9XX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*285***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - REF*X4*99X9999999~ - HI*XX>99999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*20*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX/XXX~ - HL*14*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXXX****MI*XXXX9999999999~ - N3*999 XXX XXXXXX~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX~ - LX*3~ - SV1*XX>X9999*9999*UN*10***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*133*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*850*UN*10***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX~ - LX*8~ - SV1*XX>X9999*70*UN*10***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*54*UN*3***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*15*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXXXX*D***MI*XXX999XX9999~ - N3*9999 XX 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*16*15*23*0~ - PAT*01~ - NM1*QC*1*XXXX*XXXXXX*W~ - N3*9999 XX 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXX*XXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX~ - LX*3~ - SV1*XX>X9999*655*UN*5***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXX 99 XX XXX XXXX~ - LX*4~ - SV1*XX>99999*45*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>X9999*850*UN*10***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX~ - LX*7~ - SV1*XX>X9999*54*UN*3***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*34*UN*1***9>9>9~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*17*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXX*XXXXXXX*J***MI*XXX999XX9999~ - N3*9999 XX XXXX XXXX*APT 1101~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*180***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110425~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX-XX*XXXXXX*F***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110425~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110425~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110425~ - REF*6R*999X999999999999999999~ - HL*18*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXX*B***MI*XXX999XX9999~ - N3*9999 XXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1>2~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - HL*19*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*C***MI*XXX999XX9999~ - N3*9999 99XX XX~ - N4*XXXXXXX XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*235***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110522~ - DTP*096*D8*20110522~ - HI*XX>99999*XX>999~ - NM1*DN*1*XXXXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*FA*2*XXXXX XXXXXXXX~ - N3*9999 9XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*235*UN*1***1>2~ - DTP*472*D8*20110522~ - REF*6R*999X999999999999999999~ - HL*20*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXX*L***MI*XXX999XX9999~ - N3*9999 XX 99XX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*343***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110509~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*01***IP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX*M***MI*XXX999XX9999~ - N3*9999 XX 99XX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXXXX XX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*30*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110509~ - REF*6R*999X999999999999999999~ - HL*21*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*AMY*J***MI*XXX99999999X99~ - N3*99999 999XX XXX XX XXX 9~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*79***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXX*XXXXX*B***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*59*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*20*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX/XXX~ - HL*22*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999XX9999~ - N3*9999 XXXXXXXXX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*23*22*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXX*XXXXXX*J~ - N3*9999 XXXXXXXXX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*100*UN*2***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*850*UN*10***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX~ - LX*6~ - SV1*XX>X9999*2*UN*1***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*70*UN*10***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>X9999*10*UN*2***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*36*UN*2***1>2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - HL*24*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX*L***MI*XXX999XX9999~ - N3*9999 XXXXXXX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*370***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*V***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*325*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*25*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXXX*M***MI*XXX999XX9999~ - N3*999 XX 9XX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXX*XXXXX*B***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1>2~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - HL*26*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ - N3*9999 9XX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*27*26*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXXX*GUY*D~ - N3*9999 9XX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110511~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXX*XXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1>2~ - DTP*472*D8*20110511~ - REF*6R*999X999999999999999999~ - HL*28*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXXXX*M***MI*XXX99999999X~ - N3*9999 X XXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110510~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*210*UN*1***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*4***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*30*UN*1***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*34*UN*1***1>2~ - DTP*472*D8*20110510~ - REF*6R*999X999999999999999999~ - HL*29*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*R***MI*XXX999XX9999~ - N3*9999 99XX XX~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*335***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*FA*2*XXXXX XXXXXXXX~ - N3*9999 9XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*335*UN*1***9>9>9~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - HL*30*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*R***MI*XXX999XX9999~ - N3*9999 99XX XX~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*85***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110514~ - DTP*096*D8*20110514~ - HI*XX>9999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ - REF*SY*999999999~ - NM1*FA*2*XXXXX XXXXXXXX~ - N3*9999 9XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*85*UN*1***9>9>9~ - DTP*472*D8*20110514~ - REF*6R*999X999999999999999999~ - HL*31**20*1~ - NM1*85*2*XXXXXXXX XXXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXX XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - HL*32*31*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXXXXX*XXXX****MI*XXXXX9999999~ - N3*9999 9 XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - DTP*096*D8*20110527~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999>99*350*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999>99*750*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - HL*33*31*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*AMY****MI*XXX999XX9999~ - N3*99999 XXXXXXXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*270***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - DTP*096*D8*20110527~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999>99*270*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - HL*34**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX XXX XXXXXXXXXX*****XX*9999999999~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - PER*IC*XXXX XXXXXXXX*TE*9999999999~ - HL*35*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*99999 999XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*36*35*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXX*XXXX*I~ - N3*99999 999XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - HL*37*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXX*F***MI*XXX999999999999~ - N3*999 XXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*362***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXX*K***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*290*UN*1***1>2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1>2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*38*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXX*F***MI*XXX999999999999~ - N3*999 XXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*340***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXX*K***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*290*UN*1***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - HL*39*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXX*S***MI*XXX999XX9999~ - N3*9999 XXXXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXX*B***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - HL*40*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXXXXXX*S***MI*XXX9999999XX~ - N3*99 XXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*999.9***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*35*UN*5***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*240*UN*20***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXXXXXXXXXX XXXXXXXXXXXXX 9 XX~ - LX*3~ - SV1*XX>X9999*99.9*UN*1***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*100*UN*1***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*189*UN*1***1>2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - HL*41*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX99999999X~ - N3*99 XXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*42*41*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXX*A~ - N3*99 XXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*399***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*43*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX99999999X~ - N3*99 XXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*44*43*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXX*A~ - N3*99 XXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*9999.9***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*70*UN*10***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*450*UN*150***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*6*UN*2***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*780*UN*10***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*5~ - SV1*XX>X9999*20*UN*10***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>X9999*31*UN*2***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*99.9*UN*2***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>X9999*14*UN*1***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*960*UN*15***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>X9999*9999*UN*145***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>X9999*69*UN*12***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*200*UN*2***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*13~ - SV1*XX>99999*40*UN*1***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*14~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - LX*15~ - SV1*XX>99999*120*UN*1***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX~ - LX*16~ - SV1*XX>99999*450*UN*1***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX~ - LX*17~ - SV1*XX>99999*157*UN*1***9>9>9~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXX XXX XX XX 9 XX~ - HL*45*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*46*45*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*9999.9***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*14*UN*2***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*780*UN*10***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*3~ - SV1*XX>X9999*99.9*UN*2***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*792*UN*6***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*22*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*100*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*348*UN*1***9>9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - HL*47*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*48*47*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110331~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999>99*50*UN*1***9>9>9~ - DTP*472*D8*20110331~ - REF*6R*999X999999999999999999~ - HL*49*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*50*49*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*506***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110421~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999>99*50*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*20*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*21*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - LX*13~ - SV1*XX>99999>99*225*UN*1***9>9>9~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - HL*51*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*52*51*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*400***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110407~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999>99*50*UN*1***9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*66*UN*1***9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*75*UN*1***9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999>99*135*UN*1***9>9>9~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - HL*53*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*54*53*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110428~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999*50*UN*1***9>9>9~ - DTP*472*D8*20110428~ - REF*6R*999X999999999999999999~ - HL*55*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*56*55*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*422***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*66*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*20*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*21*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*13~ - SV1*XX>99999*75*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - LX*14~ - SV1*XX>99999*50*UN*1***9>9>9~ - DTP*472*D8*20110505~ - REF*6R*999X999999999999999999~ - HL*57*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*58*57*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999*50*UN*1***9>9>9~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - HL*59*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*60*59*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110519~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999*50*UN*1***9>9>9~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - HL*61*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*62*61*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*603***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*220*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*66*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*29*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*34*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*20*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*17*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*13~ - SV1*XX>99999*21*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*14~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*15~ - SV1*XX>99999*75*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*63*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*64*63*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110414~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*14*UN*2***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*780*UN*10***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*3~ - SV1*XX>X9999*9999*UN*4***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*99.99*UN*3***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>X9999*792*UN*6***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*22*UN*1***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*200*UN*2***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*348*UN*1***9>9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - HL*65*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*66*65*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXXX*KIM*M~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110414~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*01***IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ - N3*999 XX X99~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*52*UN*2***9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX~ - LX*2~ - SV1*XX>99999>99*50*UN*1***9>9>9~ - DTP*472*D8*20110414~ - REF*6R*999X999999999999999999~ - HL*67*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXX****MI*XXX999XX9999~ - N3*99999 999XX XXXXXX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*XX>99999*XX>X9999*XX>X9999~ - NM1*DN*1*XXXXXX*J*G***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*5*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.9*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*99.9*UN*2***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*8***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*22*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*18*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXX XXXX~ - LX*7~ - SV1*XX>99999*100*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - LX*9~ - SV1*XX>99999*240*UN*2***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX~ - LX*10~ - SV1*XX>99999>99*95*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*68*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXX*K***MI*XXX999XX9999~ - N3*999 XXXXXXX XX XXX 999~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - HL*69*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*XXX9999999XX~ - N3*99999 999XX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXX XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*70*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXX*J***MI*XXX999XX9999~ - N3*9999 999XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>X9999*99.99*UN*1***1>2~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*20***1>2~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*348*UN*1***1>2~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - HL*71*34*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*99999 999XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*72*71*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXX*XXXXX*L~ - N3*99999 999XX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - CLM*9999999999-999*399***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*BK>20201~ - NM1*DN*1*XXXXXX*XXXXXXX*D***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*73*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXXXXXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*56*UN*8***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*450*UN*150***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*6*UN*2***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>X9999*780*UN*10***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ - LX*5~ - SV1*XX>X9999*40*UN*20***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*6~ - SV1*XX>X9999*31*UN*2***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*7~ - SV1*XX>X9999*99.9*UN*2***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*8~ - SV1*XX>X9999*768*UN*12***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*9~ - SV1*XX>X9999*9999*UN*50***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*10~ - SV1*XX>X9999*99.9*UN*6***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*12~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*13~ - SV1*XX>99999*20*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*14~ - SV1*XX>99999*14*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*15~ - SV1*XX>99999*16*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*16~ - SV1*XX>99999*21*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*17~ - SV1*XX>99999*200*UN*2***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - LX*18~ - SV1*XX>99999*40*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - HL*74*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXXXXXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>99999*248*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXX XX XXXX XXXX~ - LX*2~ - SV1*XX>99999*348*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ - LX*3~ - SV1*XX>99999*120*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX~ - LX*4~ - SV1*XX>99999*450*UN*1***9>9>9~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX~ - HL*75*34*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXXXXXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>X9999*56*UN*8***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*2~ - SV1*XX>X9999*99.9*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*3~ - SV1*XX>X9999*99.99*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*4~ - SV1*XX>99999*100*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - LX*5~ - SV1*XX>99999*189*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - HL*76**20*1~ - NM1*85*2*XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*999 XXXXX XX~ - N4*XXXXXXXX*IA*99999~ - REF*EI*999999999~ - PER*IC*XXXX XXXXXXXX*TE*9999999999~ - HL*77*76*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXXXX****MI*XXX999XX9999~ - N3*9999 XXXXXXXXX XXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*78*77*23*0~ - PAT*19~ - NM1*QC*1*XXXX*XXXXXX*C~ - N3*9999 XXXXXXXXX XXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*BK>30928~ - NM1*DN*1*XXXXX XXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*HC>90806*125*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - HL*79*76*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXX*XXXXXX****MI*XXX999999999~ - N3*9 X XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - N3*999 XXXXX XXX*XXXXX 99~ - N4*XXX XXXXXX*IA*99999~ - HL*80*79*23*0~ - PAT*19~ - NM1*QC*1*XXXXX*XXXXXX~ - N3*9 X XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - CLM*9999999999-999*125***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*BK>30928~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ - N3*9999 XXXXXX XXX X~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*19***IP****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX****MI*9999999X~ - N3*9 X XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*HC>90806*125*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - SE*2412*000000001~ - GE*1*4201001~ +ISA*00* *00* *ZZ*999999999 *ZZ*99999 *110602*9999*U*99999*999999999*0*P*>~ + GS*HC*999999999*99999*20110602*9999*9999999*X*999999X999X9~ + ST*837*000000001~ + BHT*9999*00*999999*20110602*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXXXXX XXX XXXXXX*****46*999999999~ + PER*IC*XXX XXXXXX*TE*9999999999~ + NM1*40*2*XXXX XXXXXX XX XXXX*****46*99999~ + HL*1**20*1~ + NM1*85*2*XXXXXXXXXX XXX XXXXXXXX XXXXXX XX*****XX*9999999999~ + N3*XX XXX 9999~ + N4*XXX XXXXXX*IA*99999~ + REF*EI*999999999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 X 99XX XXXXXX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*SUE****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*3*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXX*I***MI*XXX999XX9999~ + N3*999 XXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110426~ + REF*X4*99X9999999~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***1>2~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX~ + LX*3~ + SV1*XX>X9999*9999*UN*35***1>2~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1>2~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*133*UN*1***1>2~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*850*UN*10***9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX~ + LX*8~ + SV1*XX>X9999*70*UN*10***9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*54*UN*3***9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*30*UN*1***9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*34*UN*1***9>9>9~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + HL*4*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXX*I***MI*XXX999XX9999~ + N3*999 XXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + REF*X4*99X9999999~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXX*XXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX~ + LX*3~ + SV1*XX>X9999*9999*UN*35***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*133*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*850*UN*10***9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX~ + LX*8~ + SV1*XX>X9999*70*UN*10***9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*36*UN*2***9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*34*UN*1***9>9>9~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + HL*5*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXX*A***MI*XXX999XX9999~ + N3*999 X XXXXXXX XX~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*6*5*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*XXXXXX*E~ + N3*999 X XXXXXXX XX~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110421~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + HL*7*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXXX*J***MI*XXX999XX9999~ + N3*9999 XXXXXXXXX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>99999~ + NM1*DN*1*XXXXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*8*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXX*J***MI*XXX999XX9999~ + N3*9999 X 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*9*8*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXXX*A~ + N3*9999 X 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*97***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXX XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + HL*10*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXXXX****MI*XXX999XX9999~ + N3*9999 XXXXX XXXXXXXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*210***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*30*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + HL*11*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX****MI*XXX999XX9999~ + N3*9999 XX 99 XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + REF*X4*99X9999999~ + HI*BK>20410~ + NM1*DN*1*XXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*12*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXXX*J***MI*XXX999XX9999~ + N3*9999 9XX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*13*12*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXX*A~ + N3*9999 9XX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*285***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + REF*X4*99X9999999~ + HI*XX>99999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*20*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX/XXX~ + HL*14*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXXX****MI*XXXX9999999999~ + N3*999 XXX XXXXXX~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX~ + LX*3~ + SV1*XX>X9999*9999*UN*10***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*133*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*850*UN*10***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX~ + LX*8~ + SV1*XX>X9999*70*UN*10***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*54*UN*3***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*15*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXXXX*D***MI*XXX999XX9999~ + N3*9999 XX 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*16*15*23*0~ + PAT*01~ + NM1*QC*1*XXXX*XXXXXX*W~ + N3*9999 XX 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXX*XXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX~ + LX*3~ + SV1*XX>X9999*655*UN*5***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXX 99 XX XXX XXXX~ + LX*4~ + SV1*XX>99999*45*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>X9999*850*UN*10***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX~ + LX*7~ + SV1*XX>X9999*54*UN*3***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*34*UN*1***9>9>9~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*17*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXX*XXXXXXX*J***MI*XXX999XX9999~ + N3*9999 XX XXXX XXXX*APT 1101~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*180***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110425~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX-XX*XXXXXX*F***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110425~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110425~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110425~ + REF*6R*999X999999999999999999~ + HL*18*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXX*B***MI*XXX999XX9999~ + N3*9999 XXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1>2~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + HL*19*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*C***MI*XXX999XX9999~ + N3*9999 99XX XX~ + N4*XXXXXXX XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*235***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110522~ + DTP*096*D8*20110522~ + HI*XX>99999*XX>999~ + NM1*DN*1*XXXXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*FA*2*XXXXX XXXXXXXX~ + N3*9999 9XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*235*UN*1***1>2~ + DTP*472*D8*20110522~ + REF*6R*999X999999999999999999~ + HL*20*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXX*L***MI*XXX999XX9999~ + N3*9999 XX 99XX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*343***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110509~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*01***IP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX*M***MI*XXX999XX9999~ + N3*9999 XX 99XX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXXXX XX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*30*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110509~ + REF*6R*999X999999999999999999~ + HL*21*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*AMY*J***MI*XXX99999999X99~ + N3*99999 999XX XXX XX XXX 9~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*79***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXX*XXXXX*B***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*59*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*20*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX/XXX~ + HL*22*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999XX9999~ + N3*9999 XXXXXXXXX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*23*22*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXX*XXXXXX*J~ + N3*9999 XXXXXXXXX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*100*UN*2***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*850*UN*10***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX~ + LX*6~ + SV1*XX>X9999*2*UN*1***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*70*UN*10***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>X9999*10*UN*2***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*36*UN*2***1>2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + HL*24*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX*L***MI*XXX999XX9999~ + N3*9999 XXXXXXX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*370***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*V***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*325*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*25*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXXX*M***MI*XXX999XX9999~ + N3*999 XX 9XX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXX*XXXXX*B***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1>2~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + HL*26*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ + N3*9999 9XX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*27*26*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXXX*GUY*D~ + N3*9999 9XX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110511~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXX*XXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1>2~ + DTP*472*D8*20110511~ + REF*6R*999X999999999999999999~ + HL*28*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXXXX*M***MI*XXX99999999X~ + N3*9999 X XXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110510~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*210*UN*1***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*4***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*30*UN*1***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*34*UN*1***1>2~ + DTP*472*D8*20110510~ + REF*6R*999X999999999999999999~ + HL*29*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*R***MI*XXX999XX9999~ + N3*9999 99XX XX~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*335***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*FA*2*XXXXX XXXXXXXX~ + N3*9999 9XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*335*UN*1***9>9>9~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + HL*30*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*R***MI*XXX999XX9999~ + N3*9999 99XX XX~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*85***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110514~ + DTP*096*D8*20110514~ + HI*XX>9999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX****XX*9999999999~ + REF*SY*999999999~ + NM1*FA*2*XXXXX XXXXXXXX~ + N3*9999 9XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*85*UN*1***9>9>9~ + DTP*472*D8*20110514~ + REF*6R*999X999999999999999999~ + HL*31**20*1~ + NM1*85*2*XXXXXXXX XXXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXX XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + HL*32*31*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXXXXX*XXXX****MI*XXXXX9999999~ + N3*9999 9 XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + DTP*096*D8*20110527~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999>99*350*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999>99*750*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + HL*33*31*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*AMY****MI*XXX999XX9999~ + N3*99999 XXXXXXXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*270***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + DTP*096*D8*20110527~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999>99*270*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + HL*34**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX XXX XXXXXXXXXX*****XX*9999999999~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + PER*IC*XXXX XXXXXXXX*TE*9999999999~ + HL*35*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*99999 999XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*36*35*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXX*XXXX*I~ + N3*99999 999XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + HL*37*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXX*F***MI*XXX999999999999~ + N3*999 XXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*362***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXX*K***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*290*UN*1***1>2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1>2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*38*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXX*F***MI*XXX999999999999~ + N3*999 XXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*340***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXX*K***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*290*UN*1***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + HL*39*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXX*S***MI*XXX999XX9999~ + N3*9999 XXXXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXX*B***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + HL*40*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXXXXXX*S***MI*XXX9999999XX~ + N3*99 XXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*999.9***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*35*UN*5***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*240*UN*20***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXXXXXXXXXX XXXXXXXXXXXXX 9 XX~ + LX*3~ + SV1*XX>X9999*99.9*UN*1***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*100*UN*1***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*189*UN*1***1>2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + HL*41*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX99999999X~ + N3*99 XXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*42*41*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXX*A~ + N3*99 XXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*399***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*43*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX99999999X~ + N3*99 XXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*44*43*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXX*A~ + N3*99 XXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*9999.9***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*70*UN*10***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*450*UN*150***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*6*UN*2***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*780*UN*10***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*5~ + SV1*XX>X9999*20*UN*10***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>X9999*31*UN*2***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*99.9*UN*2***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>X9999*14*UN*1***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*960*UN*15***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>X9999*9999*UN*145***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>X9999*69*UN*12***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*200*UN*2***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*13~ + SV1*XX>99999*40*UN*1***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*14~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + LX*15~ + SV1*XX>99999*120*UN*1***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX~ + LX*16~ + SV1*XX>99999*450*UN*1***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX~ + LX*17~ + SV1*XX>99999*157*UN*1***9>9>9~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXX XXX XX XX 9 XX~ + HL*45*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*46*45*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*9999.9***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*14*UN*2***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*780*UN*10***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*3~ + SV1*XX>X9999*99.9*UN*2***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*792*UN*6***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*22*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*100*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*348*UN*1***9>9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + HL*47*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*48*47*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110331~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999>99*50*UN*1***9>9>9~ + DTP*472*D8*20110331~ + REF*6R*999X999999999999999999~ + HL*49*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*50*49*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*506***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110421~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999>99*50*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*20*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*21*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + LX*13~ + SV1*XX>99999>99*225*UN*1***9>9>9~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + HL*51*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*52*51*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*400***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110407~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999>99*50*UN*1***9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*66*UN*1***9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*75*UN*1***9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999>99*135*UN*1***9>9>9~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + HL*53*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*54*53*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110428~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999*50*UN*1***9>9>9~ + DTP*472*D8*20110428~ + REF*6R*999X999999999999999999~ + HL*55*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*56*55*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*422***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*66*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*20*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*21*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*13~ + SV1*XX>99999*75*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + LX*14~ + SV1*XX>99999*50*UN*1***9>9>9~ + DTP*472*D8*20110505~ + REF*6R*999X999999999999999999~ + HL*57*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*58*57*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999*50*UN*1***9>9>9~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + HL*59*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*60*59*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110519~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999*50*UN*1***9>9>9~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + HL*61*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*62*61*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*603***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*220*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*66*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*29*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*34*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*20*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*17*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*13~ + SV1*XX>99999*21*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*14~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*15~ + SV1*XX>99999*75*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*63*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*64*63*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110414~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*14*UN*2***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*780*UN*10***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*3~ + SV1*XX>X9999*9999*UN*4***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*99.99*UN*3***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>X9999*792*UN*6***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*22*UN*1***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*200*UN*2***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*348*UN*1***9>9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + HL*65*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*XXX999999999~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*66*65*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXXX*KIM*M~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*102***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110414~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*01***IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*9999999X~ + N3*999 XX X99~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXX XXXX - XX*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*52*UN*2***9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX~ + LX*2~ + SV1*XX>99999>99*50*UN*1***9>9>9~ + DTP*472*D8*20110414~ + REF*6R*999X999999999999999999~ + HL*67*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXX****MI*XXX999XX9999~ + N3*99999 999XX XXXXXX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*XX>99999*XX>X9999*XX>X9999~ + NM1*DN*1*XXXXXX*J*G***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*5*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.9*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*99.9*UN*2***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*8***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*22*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*18*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXX XXXX~ + LX*7~ + SV1*XX>99999*100*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + LX*9~ + SV1*XX>99999*240*UN*2***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX~ + LX*10~ + SV1*XX>99999>99*95*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*68*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXX*K***MI*XXX999XX9999~ + N3*999 XXXXXXX XX XXX 999~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + HL*69*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*XXX9999999XX~ + N3*99999 999XX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXX XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*70*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXX*J***MI*XXX999XX9999~ + N3*9999 999XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>X9999*99.99*UN*1***1>2~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*20***1>2~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*348*UN*1***1>2~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + HL*71*34*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*99999 999XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*72*71*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXX*XXXXX*L~ + N3*99999 999XX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + CLM*9999999999-999*399***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*BK>20201~ + NM1*DN*1*XXXXXX*XXXXXXX*D***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*73*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXXXXXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*56*UN*8***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*450*UN*150***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*6*UN*2***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>X9999*780*UN*10***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXXX XXX 99XXX~ + LX*5~ + SV1*XX>X9999*40*UN*20***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*6~ + SV1*XX>X9999*31*UN*2***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*7~ + SV1*XX>X9999*99.9*UN*2***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*8~ + SV1*XX>X9999*768*UN*12***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*9~ + SV1*XX>X9999*9999*UN*50***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*10~ + SV1*XX>X9999*99.9*UN*6***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*12~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*13~ + SV1*XX>99999*20*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*14~ + SV1*XX>99999*14*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*15~ + SV1*XX>99999*16*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*16~ + SV1*XX>99999*21*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*17~ + SV1*XX>99999*200*UN*2***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + LX*18~ + SV1*XX>99999*40*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + HL*74*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXXXXXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>99999*248*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXX XX XXXX XXXX~ + LX*2~ + SV1*XX>99999*348*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX~ + LX*3~ + SV1*XX>99999*120*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXXXXXX XX XXXX XX 9-9 XXX~ + LX*4~ + SV1*XX>99999*450*UN*1***9>9>9~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXX XX XXXXXXXXX XXXX XXX~ + HL*75*34*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXXXXXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>X9999*56*UN*8***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*2~ + SV1*XX>X9999*99.9*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*3~ + SV1*XX>X9999*99.99*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*4~ + SV1*XX>99999*100*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + LX*5~ + SV1*XX>99999*189*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + HL*76**20*1~ + NM1*85*2*XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*999 XXXXX XX~ + N4*XXXXXXXX*IA*99999~ + REF*EI*999999999~ + PER*IC*XXXX XXXXXXXX*TE*9999999999~ + HL*77*76*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXXXX****MI*XXX999XX9999~ + N3*9999 XXXXXXXXX XXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*78*77*23*0~ + PAT*19~ + NM1*QC*1*XXXX*XXXXXX*C~ + N3*9999 XXXXXXXXX XXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*BK>30928~ + NM1*DN*1*XXXXX XXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*HC>90806*125*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + HL*79*76*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXX*XXXXXX****MI*XXX999999999~ + N3*9 X XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + N3*999 XXXXX XXX*XXXXX 99~ + N4*XXX XXXXXX*IA*99999~ + HL*80*79*23*0~ + PAT*19~ + NM1*QC*1*XXXXX*XXXXXX~ + N3*9 X XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + CLM*9999999999-999*125***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*BK>30928~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXX XXXXXXXXXX~ + N3*9999 XXXXXX XXX X~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*19***IP****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX****MI*9999999X~ + N3*9 X XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXXXXXXXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*HC>90806*125*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + SE*2412*000000001~ + GE*1*4201001~ IEA*1*152635000~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_05.dat b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_05.dat similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_05.dat rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_05.dat index 7d362826..3e0ec2f9 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_05.dat +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/FromNth/837_DeIdent_05.dat @@ -1,8224 +1,8224 @@ -ISA*00* *00* *ZZ*99999 *ZZ*99999 *110613*9999*U*99999*999999999*0*P*>~ - GS*HC*99999*99999*20110613*9999*9999999*X*999999X999X9~ - ST*837*000000001~ - BHT*9999*00*999999*20110613*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXXXXX XXXXXX, XXX*****46*99999~ - PER*IC*XXX XXXXXX XX XXXXX XXXXXX*TE*9999999999*FX*9999999999~ - NM1*40*2*XXXXXXXX X XXX XXXX*****46*99999~ - HL*1**20*1~ - NM1*85*2*XXXXXXXXXX & XXXXXXXX XXXXXX XX X*****XX*9999999999~ - N3*XX XXX 9999~ - N4*XXX XXXXXX*IA*99999~ - REF*EI*999999999~ - PER*IC*DAN*TE*9999999999~ - HL*2*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXX*XXXXX****MI*999999999X~ - N3*9999 XXXX XXXXX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*BK>20410~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*3*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ - N3*999 XXXXXX XXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX****MI*XXX999999999~ - N3*999 XXXXXX XXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*4*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*999999999X~ - N3*999 X XXXXX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110502~ - REF*X4*99X9999999~ - HI*XX>9999*BF>V1005~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110502~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110502~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110502~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*5*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX****MI*999999999X~ - N3*999 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX****MI*2494073J~ - N3*999 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*6*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX****MI*999999999X~ - N3*9999 XXXXXX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX****MI*99999999~ - N3*9999 XXXXXX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*7*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999X~ - N3*9999 XXXXXXXXX XX*XXXXXXX XXXXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*710***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*99999999999~ - N3*9999 XXXXXXXXX XX*XXXXXXX XXXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110601~ - DTP*738*D8*20110601~ - MEA*TR*R1*7.6~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*8*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*ILA*M***MI*999999999X~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*493***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX*R***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999>99*45*UN*1***2~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*400*UN*20***2~ - DTP*472*D8*20110531~ - DTP*738*D8*20110531~ - MEA*TR*R1*8.8~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*9*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX*J***MI*999999999X~ - N3*9999 XXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX*J***MI*XXX999XX9999~ - N3*9999 XXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*4***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*100*UN*2***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*2*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*56*UN*8***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>X9999*10*UN*2***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*12~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*13~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*10*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX*J***MI*999999999X~ - N3*9999 XXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110607~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX*J***MI*XXX999XX9999~ - N3*9999 XXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*11*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999X~ - N3*999 XXXXXXXXX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*445***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110531~ - DTP*738*D8*20110531~ - MEA*TR*R1*9.3~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*12*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*J***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*99999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*100***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*13*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXX****MI*999999999X~ - N3*999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*713***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXX****MI*X999999999~ - N3*999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999>99>99*45*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110602~ - DTP*738*D8*20110602~ - MEA*TR*R1*9.2~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*14*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999X~ - N3*9999 X X 9XX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*317.01***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110523~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*15*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ - N3*999 9XX XX X X~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*493***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ - N3*9999 X. XXXX~ - N4*XXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999999999~ - N3*999 9XX XX X X~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***3~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*99.9~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*16*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*JON*W***MI*999999999X~ - N3*9999 XX 99XX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*JON*W***MI*X999999999~ - N3*9999 XX 99XX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*17*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXX****MI*999999999X~ - N3*9999 X X 9XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265.01***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110516~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110516~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*18*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXX*W***MI*999999999X~ - N3*9999 999XX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110421~ - HI*BK>20410~ - NM1*DN*1*XXXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXX*W***MI*XXX999XX9999~ - N3*9999 999XX XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*19*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ - N3*9999 99XX XXX~ - N4*XXXXXXXX XXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*93***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*9999 99XX XXX~ - N4*XXXXXXXX XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*20*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*F***MI*999999999X~ - N3*99999 XX 999 XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*F***MI*99999999~ - N3*99999 XX 999 XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*21*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ - N3*9999 X 99XX XXX XX 99~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999XX9999~ - N3*9999 X 99XX XXX XX 99~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*22*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*J***MI*999999999X~ - N3*9999 999XX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*293***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*J***MI*XXX999XX9999~ - N3*9999 999XX XX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***3~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*99.9~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*23*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999X~ - N3*9999 99XX XXX X~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*445***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*M***MI*XXX999XX9999~ - N3*9999 99XX XXX X~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*99.9~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*24*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ - N3*9999 X XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999XX9999~ - N3*9999 X XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*25*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ - N3*9999 X XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999XX9999~ - N3*9999 X XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*26*1*22*0~ - SBR*S*18***12****MB~ - NM1*IL*1*XXXX*XXXXXX*A***MI*999999999X~ - N3*9999 XX 99XX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*90***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110413~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXXXX*XXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*P*18***C1****BL~ - AMT*D*99.9~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*A***MI*XXX999XX9999~ - N3*9999 XX 99XX XX~ - N4*XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110413~ - REF*6R*999X999999999999999999~ - AMT*AAE*0~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - SVD*99999*0*XX>99999**1~ - CAS*CO*45*11~ - DTP*573*D8*20110506~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110413~ - CN1*09*45~ - REF*6R*999X999999999999999999~ - AMT*AAE*45~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - SVD*99999*20*XX>99999**1~ - CAS*PR*2*25~ - DTP*573*D8*20110506~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110413~ - CN1*09*99.9~ - REF*6R*999X999999999999999999~ - AMT*AAE*99.9~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - SVD*99999*99.9*XX>99999**1~ - CAS*CO*45*99.9~ - DTP*573*D8*20110506~ - HL*27*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXX*V***MI*999999999X~ - N3*9999 9XX XX XXX 999~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXX*V***MI*9999999X~ - N3*9999 9XX XX XXX 999~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*37***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*28*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXX*A***MI*999999999X~ - N3*999 X XXXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*845***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ - N3*9999 X. XXXX~ - N4*XXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXXXX*A***MI*XXX999XX9999~ - N3*999 X XXXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999>XX*800*UN*40***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*9.4~ - MEA*OG*R3*40~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*29*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX*R***MI*999999999X~ - N3*999 9XX XX~ - N4*XXXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110519~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*DAN*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*160*UN*1***2~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*9999*UN*10***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*12*UN*2***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*12~ - SV1*XX>X9999*5*UN*50***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*13~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*14~ - SV1*XX>X9999*90*UN*5***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*15~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*30*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX*R***MI*999999999X~ - N3*999 9XX XX~ - N4*XXXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXX*DAN*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*266*UN*2***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*23*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*31*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXXXX*E***MI*999999999X~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*665***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ - N3*9999 X. XXXX~ - N4*XXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*E***MI*XXX999999999~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*99.9~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*32*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXX*W***MI*999999999X~ - N3*9999 999XX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXX*W***MI*XXX999XX9999~ - N3*9999 999XX XX~ - N4*XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*.01*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*380*UN*1***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*850*UN*10***4~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*33*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXX*W***MI*999999999X~ - N3*9999 999XX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*649***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXX*W***MI*XXX999XX9999~ - N3*9999 999XX XX~ - N4*XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*23*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*34*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*B***MI*999999999X~ - N3*9999 XXXXXX XXXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*B***MI*999999999~ - N3*9999 XXXXXX XXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*UHC*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*35*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*999999999X~ - N3*9999 XX XXXXXXXX XXX 999~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*93***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*9999999X~ - N3*9999 XX XXXXXXXX XXX 999~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*36*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 XX 99XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*99999999~ - N3*9999 XX 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*37*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXX****MI*999999999X~ - N3*XX XXX 9~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*38*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXX*L***MI*999999999X~ - N3*999 9XX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*DAN*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 9XX XX~ - N4*XXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*8***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*39*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*B***MI*999999999X~ - N3*9999 X XXXXXXXX XX~ - N4*XXXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*B***MI*XXX999XX9999~ - N3*9999 X XXXXXXXX XX~ - N4*XXXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*40*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*F***MI*999999999X~ - N3*999 XXXXXX XXX~ - N4*XXXX XXXXX*IA*999999999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110512~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*F***MI*X99999999~ - N3*999 XXXXXX XXX~ - N4*XXXX XXXXX*IA*999999999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110512~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*41*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ - N3*99999 XXXXXXXXXXX~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*317***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX999XX9999~ - N3*99999 XXXXXXXXXXX~ - N4*XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*42*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ - N3*99999 XXXXXXXXXXX~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX999XX9999~ - N3*99999 XXXXXXXXXXX~ - N4*XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*35***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*300*UN*10***3~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*43*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*999999999X~ - N3*999 XX XXX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*493***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*XXX999XX9999~ - N3*999 XX XXX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110531~ - DTP*738*D8*20110531~ - MEA*TR*R1*99.9~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*44*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX*A***MI*999999999X~ - N3*999 XXXXX XX XXX 99~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*45*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXXX*A***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*18***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXXX*A***MI*999999999~ - N3*999 XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX9*****PI*XXXX9~ - LX*1~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*46*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXXXX*B***MI*999999999X~ - N3*99 9XX XX X~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***3~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*90***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*47*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*J***MI*999999999X~ - N3*999 XX 9XX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*232.01***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*J***MI*XXX999XX9999~ - N3*999 XX 9XX XX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*48*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX*D***MI*999999999X~ - N3*9999 XXXXXXXXX~ - N4*XXXXXXX XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*962***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX*D***MI*XXX999XX9999~ - N3*9999 XXXXXXXXX~ - N4*XXXXXXX XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*800*UN*40***1~ - DTP*472*D8*20110601~ - DTP*738*D8*20110601~ - MEA*TR*R1*9.6~ - MEA*OG*R3*40~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999>XX*20*UN*1***3~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX/XXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*49*1*22*0~ - SBR*S*18***12****MB~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*999999999X~ - N3*9999 X 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*299***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110406~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXX XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*P*18***C1****BL~ - AMT*D*999.9~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX999XX9999~ - N3*9999 X 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110406~ - CN1*09*139~ - REF*6R*999X999999999999999999~ - AMT*AAE*139~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - SVD*99999*117*XX>99999>99**1~ - CAS*CO*45*81~ - CAS*PR*2*22~ - DTP*573*D8*20110506~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110406~ - REF*6R*999X999999999999999999~ - AMT*AAE*0~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - SVD*99999*0*XX>99999**1~ - CAS*CO*45*45~ - DTP*573*D8*20110506~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110406~ - CN1*09*99.9~ - REF*6R*999X999999999999999999~ - AMT*AAE*99.9~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - SVD*99999*99.9*XX>99999**1~ - CAS*CO*45*99.9~ - CAS*PR*2*3.4~ - DTP*573*D8*20110506~ - HL*50*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*J***MI*999999999X~ - N3*9999 99XX XXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110519~ - HI*BK>20410~ - NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*51*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXX*A***MI*999999999X~ - N3*9999 XXXXXX XX XX XXX 99~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*135***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXX*A***MI*9999999X~ - N3*9999 XXXXXX XX XX XXX 99~ - N4*XXXX XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*135*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*52*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX****MI*999999999X~ - N3*9999 XXXXXX XXXX XX 99~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX****MI*9999999X~ - N3*9999 XXXXXX XXXX XX 99~ - N4*XXXX XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*53*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*EVA*M***MI*999999999X~ - N3*999 XXXXXXX 999~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*AMY****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*MI****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*EVA*M***MI*XXX999XX9999~ - N3*999 XXXXXXX 999~ - N4*XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*54*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 XXXXXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*317***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999999999~ - N3*9999 XXXXXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*55*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999X9~ - N3*9999 99XX XX XXX 9999~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*U***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*0251053E~ - N3*9999 99XX XX XXX 9999~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*56*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ - N3*999 X 99XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*180***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX****MI*999999999~ - N3*999 X 99XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*UHC*****PI*99999~ - LX*1~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*57*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXX****MI*999999999X~ - N3*9999 XXXXXXX 99X~ - N4*XXXXXXX XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - REF*X4*99X9999999~ - HI*XX>999*XX>9999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*4***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*58*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*99.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - REF*X4*99X9999999~ - HI*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*59*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - REF*X4*99X9999999~ - HI*XX>99999*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*380*UN*1***3~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*300*UN*10***4~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*60*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>99999*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*380*UN*1***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*300*UN*10***4~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*61*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*97***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*62*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999X~ - N3*9999 XX 9XX XXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*63*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ - N3*9999 XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*SEO*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XX9999999~ - N3*9999 XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*200***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*64*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ - N3*9999 XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - HI*XX>9999*XX>9999~ - NM1*DN*1*SEO*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XX9999999~ - N3*9999 XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*200***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*65*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20091102~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXXXXX****MI*9999999X~ - N3*9999 XXXXXXX XXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20091102~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20091102~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20091102~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*66*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999X~ - N3*XX XXX 99~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*270***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX****MI*99999999~ - N3*XX XXX 99~ - N4*XXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*67*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*999999999X~ - N3*9999 99XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265.01***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110517~ - REF*X4*99X9999999~ - HI*BK>20410~ - NM1*DN*1*XXXXXX*XXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX999XX9999~ - N3*9999 99XX XXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*68*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ - N3*999 9XX XXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999~ - NM1*DN*1*XXXXX*JIM****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX999XX9999~ - N3*999 9XX XXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*69*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*W***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXXXX XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*48***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*W***MI*XXX999XX9999~ - N3*999 XXXXXX XX~ - N4*XXXXXXXX XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*70*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*E***MI*999999999X~ - N3*9999 XXXXXXXXXX XX*XXX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*66***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*71*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - HI*BK>20510*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*300*UN*10***3~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*72*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*BK>20510*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*73*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - HI*BK>20510*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*300*UN*10***3~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*74*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*BK>20510*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ - N3*9999 X XXXXX XXX XXX 9~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*50***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*75*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*999999999X~ - N3*99999 XXXXXXX X 99 XXXX~ - N4*XXXXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*XXX999XX9999~ - N3*99999 XXXXXXX X 99 XXXX~ - N4*XXXXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*76*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ - N3*999 XXXX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXX*JIM****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX****MI*XXX999XX9999~ - N3*999 XXXX XX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*77*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX*A***MI*999999999X~ - N3*999 XX 9XX XX~ - N4*XXXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110224~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX*A***MI*XXX999XX9999~ - N3*999 XX 9XX XX~ - N4*XXXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110224~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*78*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX*A***MI*999999999X~ - N3*999 XX 9XX XX~ - N4*XXXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110421~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX*A***MI*XXX999XX9999~ - N3*999 XX 9XX XX~ - N4*XXXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*79*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*A***MI*999999999X~ - N3*9999 X XXXXXXX XXX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*290***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*A***MI*999999999~ - N3*9999 X XXXXXXX XXX~ - N4*XXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110606~ - DTP*738*D8*20110606~ - MEA*TR*R1*99.9~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*80*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXX*V***MI*999999999X~ - N3*9999 XXXXXXX XXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXX*H***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXXX*V***MI*XXX999XX9999~ - N3*9999 XXXXXXX XXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*800*UN*40***1~ - DTP*472*D8*20110531~ - DTP*738*D8*20110531~ - MEA*TR*R1*9.4~ - MEA*OG*R3*40~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*81*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXX*V***MI*999999999X~ - N3*9999 XXXXXXX XXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*890***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110607~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXX*H***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXXX*V***MI*XXX999XX9999~ - N3*9999 XXXXXXX XXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999>XX*800*UN*40***1~ - DTP*472*D8*20110607~ - DTP*738*D8*20110607~ - MEA*TR*R1*8.6~ - MEA*OG*R3*40~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*82*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XX 99XX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*245***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*999 XX 99XX XX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110531~ - DTP*738*D8*20110531~ - MEA*TR*R1*9.3~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*83*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XX 99XX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*290***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110607~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ - N3*999 XX 99XX XX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110607~ - DTP*738*D8*20110607~ - MEA*TR*R1*8.9~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*84*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*C***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*370***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110427~ - REF*X4*99X9999999~ - HI*XX>999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*C***MI*XXX999999999~ - N3*999 XXXXXX XX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*325*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110427~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*85*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXX*D***MI*999999999X~ - N3*9999 X XXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*86*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXXX*XXXX****MI*999999999X~ - N3*999 X XXXXXXX XX~ - N4*XXXXX XXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>99999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXX*R***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*105*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXXX*XXXX****MI*X99999999~ - N3*999 X XXXXXXX XX~ - N4*XXXXX XXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*133*UN*1***2~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XX XXXXXXXX XX XXXX XX (9-9 XXX) 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*6***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*2*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*87*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX****MI*999999999X~ - N3*999 XX 9XX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*608.01***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110421~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*12*UN*2***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*30*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*88*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*K***MI*999999999X~ - N3*999 X XXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*K***MI*XXX999XX9999~ - N3*999 X XXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*89*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXX*M***MI*999999999X~ - N3*999 XXXXXX~ - N4*XXXXXXX XXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*445***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*W***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX*M***MI*XXX999XX9999~ - N3*999 XXXXXX~ - N4*XXXXXXX XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999>XX*400*UN*20***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*99.9~ - MEA*OG*R3*20~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*90*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999X~ - N3*9999 XXXXXXX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX****MI*XXX999XX9999~ - N3*9999 XXXXXXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*91*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXX*J***MI*999999999X~ - N3*99999 XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*225***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXX*J***MI*XXXXX9999999~ - N3*99999 XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*225*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*92*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXXX*XXXXXX*W***MI*999999999X~ - N3*9999 XXXXXX XXXX XX~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*D***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXXX*XXXXXX*W***MI*9999999999~ - N3*9999 XXXXXX XXXX XX~ - N4*XXXX XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*93*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*E***MI*999999999X~ - N3*999 XX 9XX XX~ - N4*XXXXXXX XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*E***MI*999999999~ - N3*999 XX 9XX XX~ - N4*XXXXXXX XXXX*IA*99999~ - NM1*PR*2*XXXX9*****PI*XXXX9~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***3~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*40***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*266*UN*2***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*850*UN*10***4~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*56*UN*8***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*9999*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*72*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*94*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*P***MI*999999999X~ - N3*999 XXXXX 99XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110519~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXX99X9*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*P***MI*XXXXX9999999~ - N3*999 XXXXX 99XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110519~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*95*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*P***MI*999999999X~ - N3*999 XXXXX 99XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*849***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXX99X9*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*P***MI*XXXXX9999999~ - N3*999 XXXXX 99XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*12*UN*2***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*120*UN*4***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*96*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*P***MI*999999999X~ - N3*999 XXXXX 99XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*932***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXX99X9*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*P***MI*XXXXX9999999~ - N3*999 XXXXX 99XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*12*UN*2***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*120*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*54*UN*3***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*97*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*C***MI*999999999X~ - N3*9999 99XX XXX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110407~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*C***MI*XXX999XX9999~ - N3*9999 99XX XXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110407~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*98*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*C***MI*999999999X~ - N3*9999 99XX XXX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*C***MI*XXX999XX9999~ - N3*9999 99XX XXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*99*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXXX****MI*999999999X~ - N3*999 X 99XX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*245***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*ROY*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXXX****MI*XXX999XX9999~ - N3*999 X 99XX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110526~ - DTP*738*D8*20110526~ - MEA*TR*R1*99.9~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*100*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXXX****MI*999999999X~ - N3*999 X 99XX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*465***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*ROY*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXXX****MI*XXX999XX9999~ - N3*999 X 99XX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110602~ - DTP*738*D8*20110602~ - MEA*TR*R1*9.8~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*101*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*999999999X~ - N3*999 99XX XX X~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110421~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>9999X*.01*UN*1***1~ - DTP*472*D8*20110421~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*102*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX****MI*999999999X~ - N3*9999 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - REF*X4*99X9999999~ - HI*XX>999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX****MI*999999999~ - N3*9999 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*UHC*****PI*99999~ - LX*1~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*103*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*HAL****MI*999999999X~ - N3*9999 XXX XXXXXX XX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*317***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*HAL****MI*XXX999XX9999~ - N3*9999 XXX XXXXXX XX~ - N4*XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*104*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*999999999X~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*310***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110503~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXX*B***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*99999999~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110503~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*105*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*545***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XX~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXXX XXXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*106*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*M***MI*999999999X~ - N3*9999 XXXX 99XX XX~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*520*UN*2***2~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*780*UN*12***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*150*UN*15***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*18*UN*3***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*12~ - SV1*XX>X9999*72*UN*4***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*13~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*107*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*999999999X~ - N3*99999 XXX XXXXXXX 999~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999~ - NM1*DN*1*DAY*XXXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*XXX999XX9999~ - N3*99999 XXX XXXXXXX 999~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*108*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*999999999X~ - N3*999 X 9XX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*JIM****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*XX9999999999~ - N3*999 X 9XX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*160*UN*1***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*800*UN*4***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*9999*UN*4***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>99999*100*UN*2***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*2*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*12~ - SV1*XX>X9999*10*UN*2***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*13~ - SV1*XX>X9999*72*UN*4***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*109*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*999999999X~ - N3*999 X 9XX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*JIM****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*XX9999999999~ - N3*999 X 9XX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*160*UN*1***2~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*800*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*9999*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>99999*100*UN*2***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*2*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*12~ - SV1*XX>X9999*10*UN*2***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*13~ - SV1*XX>X9999*72*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*110*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*M***MI*999999999X~ - N3*9999 XXXXXX XXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*135***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*M***MI*XXX999XX9999~ - N3*9999 XXXXXX XXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*135*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*111*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXX*E***MI*999999999X~ - N3*99999 99XX XXX~ - N4*XXX XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX*E***MI*XXX999XX9999~ - N3*99999 99XX XXX~ - N4*XXX XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*35***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*112*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXX*E***MI*999999999X~ - N3*99999 99XX XXX~ - N4*XXX XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - HI*XX>99999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX*E***MI*XXX999XX9999~ - N3*99999 99XX XXX~ - N4*XXX XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*260*UN*1***2~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*35***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*300*UN*10***3~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*113*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*TOM*J***MI*999999999X~ - N3*99999 999XX~ - N4*XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110601~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*210*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*200***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*36*UN*2***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110601~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*114*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X9~ - N3*999 9XX XXX XXXXX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - HI*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ - N3*9999 X 9XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*9999999X~ - N3*999 9XX XXX XXXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*115*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXXXX*XXXXXXXX****MI*999999999X~ - N3*9999 X 99XX XX XX 9~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*313***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXX*H***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXXXX*XXXXXXXX****MI*XXX999XX9999~ - N3*9999 X 99XX XX XX 9~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*3*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*116*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXXX XXXXX~ - N4*XXXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110526~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXXXXX XXXXX~ - N4*XXXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*520*UN*2***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*100*UN*10***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*9999*UN*100***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>X9999*12*UN*2***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*11~ - SV1*XX>X9999*72*UN*4***1~ - DTP*472*D8*20110526~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*117*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXXX XXXXX~ - N4*XXXXX XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*283***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXXXXX XXXXX~ - N4*XXXXX XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*18*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*118*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX*J***MI*999999999X~ - N3*999 XXXXXXXX XXXX~ - N4*XXXXXXXX XXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110531~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999*XX>999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXX*J***MI*XXX999XX9999~ - N3*999 XXXXXXXX XXXX~ - N4*XXXXXXXX XXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110531~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*119*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*E***MI*999999999X~ - N3*99 XXXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*D***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ - N3*9999 X 99XX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*E***MI*XXX999XX9999~ - N3*99 XXXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*120*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXXXX*D***MI*999999999X~ - N3*9999 XXXXX XX XX 9999~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*680***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXXXX*D***MI*XXX999XX9999~ - N3*9999 XXXXX XX XX 9999~ - N4*XXXX XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*395*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999*20*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*121*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXXXX*D***MI*999999999X~ - N3*9999 XXXXX XX XX 9999~ - N4*XXXX XXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*BK>20510*XX>9999~ - NM1*DN*1*XXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXXXX*D***MI*XXX999XX9999~ - N3*9999 XXXXX XX XX 9999~ - N4*XXXX XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*122*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - PAT*******01*661~ - NM1*IL*1*XXXXXX*XXXXX*N***MI*999999999X~ - N3*9999 XXXXXXX XXX XX 99X~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*510***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110527~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*N***MI*XXX999XX9999~ - N3*9999 XXXXXXX XXX XX 99X~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*220*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999>99*45*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110527~ - DTP*738*D8*20110527~ - MEA*TR*R2*10~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110527~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*123*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*N***MI*999999999X~ - N3*9999 XXXXXXX XXX XX 99X~ - N4*XXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*290***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ - N3*99 XXXXXXXXXX XXX~ - N4*XXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*N***MI*XXX999XX9999~ - N3*9999 XXXXXXX XXX XX 99X~ - N4*XXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*45*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*11*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>X9999>XX*200*UN*10***1~ - DTP*472*D8*20110603~ - DTP*738*D8*20110603~ - MEA*TR*R1*9.9~ - MEA*OG*R3*10~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>99999*34*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*124*1*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*999999999X~ - N3*9999 999XX XX~ - N4*XXXX XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110602~ - HI*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ - N3*999 X. XXXXXX XXXX~ - N4*XXXX XXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX*L***MI*XX9999999999~ - N3*9999 999XX XX~ - N4*XXXX XXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>99*225*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*2~ - SV1*XX>99999*380*UN*1***2~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*3~ - SV1*XX>99999*160*UN*1***2~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*4~ - SV1*XX>X9999*9999*UN*10***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*5~ - SV1*XX>X9999*615*UN*41***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*6~ - SV1*XX>99999*133*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*7~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*8~ - SV1*XX>X9999*850*UN*10***3~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*9~ - SV1*XX>X9999*70*UN*10***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - LX*10~ - SV1*XX>X9999*72*UN*4***1~ - DTP*472*D8*20110602~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ - HL*125**20*1~ - NM1*85*2*XXXXXXXXX XXXXXXXX XXX XXXXXXXXXX*****XX*9999999999~ - N3*9 XXXXXXXXX XXXXX XXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - REF*EI*999999999~ - PER*IC*XXXXX XXXXXX*TE*9999999999~ - HL*126*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*F***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*459***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*F***MI*99999999~ - N3*999 XXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*7~ - SV1*XX>99999*14*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*8~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*9~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*10~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*12~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*13~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*14~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*15~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*127*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXX*L***MI*999999999X~ - N3*999 XXXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999~ - NM1*DN*1*XXXX*XXXX*C***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*400***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*128*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX*C***MI*999999999X~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*117***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX*C***MI*X99999999~ - N3*9999 9XX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*95*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*129*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX*D***MI*999999999X~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - HI*BK>20410*XX>X9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX*D***MI*XXX999XX9999~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*140*UN*20***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*30***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*3~ - SV1*XX>X9999*99.99*UN*3***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*4~ - SV1*XX>X9999*436*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*5~ - SV1*XX>99999*200*UN*2***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*6~ - SV1*XX>99999*348*UN*1***2~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - HL*130*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX*D***MI*999999999X~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - HI*BK>20410~ - NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX*D***MI*XXX999XX9999~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*30***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*189*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*131*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXX*D***MI*999999999X~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110603~ - HI*BK>20410*XX>X9999~ - NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXX*D***MI*XXX999XX9999~ - N3*9999 XXXX XXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*140*UN*20***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>X9999*9999*UN*30***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>X9999*99.99*UN*3***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>X9999*436*UN*1***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*5~ - SV1*XX>99999*200*UN*2***1~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*6~ - SV1*XX>99999*348*UN*1***2~ - DTP*472*D8*20110603~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - HL*132*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*999999999X~ - N3*99999 XXXXX XXXXXXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*345***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*X999XX999999~ - N3*99999 XXXXX XXXXXXX XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*2~ - SV1*XX>99999*325*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*133*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*999999999X~ - N3*99999 XXXXX XXXXXXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*225***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110525~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*X999XX999999~ - N3*99999 XXXXX XXXXXXX XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*225*UN*1***1~ - DTP*472*D8*20110525~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*134*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*A***MI*999999999X~ - N3*99999 999 XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*235***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - DTP*096*D8*20110608~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX*****XX*9999999999~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*A***MI*X99999999999~ - N3*99999 999 XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*235*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*135*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ - N3*99999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*335***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - DTP*096*D8*20110608~ - HI*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX*****XX*9999999999~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX****MI*999999999~ - N3*99999 XXXXXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*335*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*136*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX*J***MI*999999999X~ - N3*99 XXX XX XX XXX 999~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*3***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXX*J***MI*9999999X~ - N3*99 XXX XX XX XXX 999~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>X9999*3*UN*1***2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX X-99 9999 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*137*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX*L***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*52***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXX*L***MI*XXX999XX9999~ - N3*999 XXXXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*52*UN*2***2~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXX XXXXXXX 99XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*138*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*M***MI*999999999X~ - N3*999 XXX XXXXXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*75***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*M***MI*XXX999XX9999~ - N3*999 XXX XXXXXX~ - N4*XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*3*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX X-99 9999 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*139*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*S***MI*999999999X~ - N3*999 9 XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*S***MI*99999999~ - N3*999 9 XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*140*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXXX*C***MI*999999999X~ - N3*9999 XXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*735.25***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>X999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXXX*C***MI*X999X9999999~ - N3*9999 XXXXX XXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*585*UN*3***3~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***3~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*119*UN*1***3~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*141*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999X~ - N3*999 X XXXXX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*374***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXX*W***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999~ - N3*999 X XXXXX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX9*****PI*XXXX9~ - LX*1~ - SV1*XX>99999*135*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*7~ - SV1*XX>99999*14*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*8~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*9~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*10~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*12~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*13~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*14~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*15~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*142*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX*E***MI*999999999X~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*53***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXX*W***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX*E***MI*XXX999XX9999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*3*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX X-99 9999 XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*50*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*143*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*E***MI*999999999X~ - N3*9999 XXXXXXX XXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>9999~ - NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*1~ - SV1*XX>X9999*9999*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX 9 XX 999999999999999999 XX 99999999 XXXX 99999999 XXXXX 999 XX~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*144*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXX*S***MI*999999999X~ - N3*999 XXXXXXXX XX 99~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*459***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110523~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX*S***MI*99999999~ - N3*999 XXXXXXXX XX 99~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*7~ - SV1*XX>99999*14*UN*1***3~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*8~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*9~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*10~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*12~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*13~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*14~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*15~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110523~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - HL*145*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXX*S***MI*999999999X~ - N3*999 XXXXXXXX XX 99~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*303***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110606~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX*S***MI*99999999~ - N3*999 XXXXXXXX XX 99~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*220*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*2~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*3~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*4~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - LX*6~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110606~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - HL*146*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX****MI*999999999X~ - N3*999 XXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXX****MI*9999999999~ - N3*999 XXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999>XX*9999*UN*200***1~ - DTP*472*D8*20110608~ - DTP*738*D8*20110608~ - MEA*TR*R2*99.9~ - MEA*OG*R3*200~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*147*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*REW*XXXXXXXX*M***MI*999999999X~ - N3*9999 X XXXXXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*REW*XXXXXXXX*M***MI*XXX999XX9999~ - N3*9999 X XXXXXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*4***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*189*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*148*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXX*XXXXXXXXXX****MI*999999999X~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXXXXXX****MI*9999999X~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*149*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXX*E***MI*999999999X~ - N3*9999 XXXXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*374***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*1~ - SV1*XX>99999*135*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*6~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*7~ - SV1*XX>99999*14*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*8~ - SV1*XX>99999*20*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*9~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*10~ - SV1*XX>99999*14*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*11~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*12~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*13~ - SV1*XX>99999*17*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*14~ - SV1*XX>99999*21*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*15~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*150*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999X~ - N3*999 XXXXXXXX XXX~ - N4*XXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110426~ - HI*XX>999*XX>9999*XX>X9999*XX>99999~ - NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*9999 X 99XX XXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*XXX999XX9999~ - N3*999 XXXXXXXX XXX~ - N4*XXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*1***1~ - DTP*472*D8*20110426~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX 9 XX 99999999999999999 999 XX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - HL*151*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXX*D***MI*999999999X~ - N3*999 XXXX~ - N4*XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXX*D***MI*XXX999XX9999~ - N3*999 XXXX~ - N4*XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*4***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*189*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*5~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*152*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXX*C***MI*999999999X~ - N3*999 XXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110504~ - HI*XX>999~ - NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXX*C***MI*99999999999~ - N3*999 XXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XXXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX 9 XX 999999999999999999 XX 99999999 XXXX 99999999 XXXXX 999 XX~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110504~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*153*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999X9~ - N3*XX 9*9999 X XXXXXXXXXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999~ - NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*D***MI*XXX999XX9999~ - N3*XX 9*9999 X XXXXXXXXXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*154*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXX*W***MI*999999999X~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*190***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110609~ - DTP*096*D8*20110609~ - HI*BK>20410~ - NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ - NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX*****XX*9999999999~ - N3*999 X XXXXXX XXXXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXX*W***MI*XXX999XX9999~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*190*UN*1***1~ - DTP*472*D8*20110609~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ - HL*155*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*999999999X~ - N3*999 X XXXX XX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*730***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110607~ - REF*X4*99X9999999~ - HI*XX>99999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXXXXX*XXXXX*E***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX999XX9999~ - N3*999 X XXXX XX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999>XX*640*UN*100***1~ - DTP*472*D8*20110607~ - DTP*738*D8*20110607~ - MEA*TR*R2*99.9~ - MEA*OG*R3*100~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*22*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999>XX*18*UN*1***3~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXXXXXXXX XXXX XX/X9/99.9 99999999 XX 99999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>99999*50*UN*1***1~ - DTP*472*D8*20110607~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - HL*156*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999X~ - N3*999 XXXXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*114***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110517~ - REF*X4*99X9999999~ - HI*XX>999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXX*M***XX*9999999999~ - NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*XXX999XX9999~ - N3*999 XXXXX XXXX~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999>XX*39*UN*1***2~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>99999*21*UN*1***2~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>99999*54*UN*1***2~ - DTP*472*D8*20110517~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ - HL*157*125*22*0~ - SBR*S*18***12****MB~ - NM1*IL*1*XXXXX*XXXXXXX*M***MI*999999999X~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110505~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SBR*P*18***C1****CI~ - AMT*D*9999.99~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXX*M***MI*999999999~ - N3*9999 XXX X~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*PR*2*UHC*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*10***1~ - DTP*472*D8*20110505~ - CN1*09*999.9~ - REF*6R*999X999999999999999999~ - AMT*AAE*999.9~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SVD*99999*999.9*XX>X9999**10~ - CAS*CO*45*999.9~ - DTP*573*D8*20110527~ - LX*2~ - SV1*XX>X9999*9999*UN*10***1~ - DTP*472*D8*20110505~ - CN1*09*999.9~ - REF*6R*999X999999999999999999~ - AMT*AAE*999.9~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SVD*99999*999.9*XX>X9999>99**10~ - CAS*CO*45*999.9~ - CAS*PR*2*99.9~ - DTP*573*D8*20110527~ - LX*3~ - SV1*XX>99999*206*UN*2***1~ - DTP*472*D8*20110505~ - CN1*09*999.99~ - REF*6R*999X999999999999999999~ - AMT*AAE*999.99~ - NTE*ADD*XXXXX XX/XX XXXXXXXX XXXX XXXXXXXXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ - SVD*99999*999.99*XX>99999**2~ - CAS*CO*45*99.99~ - DTP*573*D8*20110527~ - HL*158*125*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*G***MI*999999999X~ - N3*999 XXXXX XXXXXX*% XXXXXX XXXXXXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110608~ - REF*X4*99X9999999~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXX*XXXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ - N3*XXX XXXXXXXXX XXXXX XXXXX 999~ - N4*XXXXXXX XXXXXX*IA*99999~ - NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ - SBR*S*18*XXXXXXX*99999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*G***MI*XXX999XX9999~ - N3*999 XXXXX XXXXXX*% XXXXXX XXXXXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ - LX*1~ - SV1*XX>X9999*9999*UN*4***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*2~ - SV1*XX>X9999*99.99*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*3~ - SV1*XX>X9999*9999*UN*10***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*4~ - SV1*XX>X9999>99*9999*UN*10***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*5~ - SV1*XX>99999*16*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*6~ - SV1*XX>99999*189*UN*1***2~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*7~ - SV1*XX>99999*206*UN*2***3~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NTE*ADD*XXXXX XX/XX XXXXXXXX XXXX XXXXXXXXXX 99999999 XXXX 99999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - LX*8~ - SV1*XX>99999>99*135*UN*1***1~ - DTP*472*D8*20110608~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ - HL*159**20*1~ - NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXX XXXXXX*XXXXX 999~ - N4*XXXXX*NE*99999~ - REF*EI*999999999~ - PER*IC*XXXXX*TE*9999999999~ - HL*160*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXX****MI*999999999X~ - N3*9999 XXXXXXXXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - DTP*096*D8*20110506~ - HI*XX>9999*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXX****MI*XXX999XX9999~ - N3*9999 XXXXXXXXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*143*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*161*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXXX****MI*999999999X~ - N3*9999 XXXXXXXXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXXX****MI*XXX999XX9999~ - N3*9999 XXXXXXXXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*143*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*162*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*9999 XXXXX XX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*9999 XXXXX XX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*163*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*F***MI*999999999X~ - N3*9 XXXXXXX XXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - DTP*096*D8*20110506~ - HI*XX>9999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*F***MI*XXX999XX9999~ - N3*9 XXXXXXX XXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*164*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXX****MI*999999999X~ - N3*999 X XXXXXXX XXX 9~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>99999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX****MI*9999999X~ - N3*999 X XXXXXXX XXX 9~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*165*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXXX*A***MI*999999999X~ - N3*9999 999 XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXXX*A***MI*99999999999~ - N3*9999 999 XX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX XX XXXXXXXX*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*166*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*999999999X~ - N3*9999 XX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*99999999~ - N3*9999 XX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*143*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*167*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*999999999X~ - N3*9999 XX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*99999999~ - N3*9999 XX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*143*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*168*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXX****MI*999999999X~ - N3*999 XXXXXXX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>99999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX****MI*9999999X~ - N3*999 XXXXXXX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*169*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXX*K***MI*999999999X~ - N3*9999 XXXX XXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX*K***MI*XXX999XX9999~ - N3*9999 XXXX XXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*170*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXXXXXX*A***MI*999999999X~ - N3*9999 999 XXX~ - N4*XXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - DTP*096*D8*20110506~ - HI*XX>99999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXXXXX*AMY****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXXXXXX*A***MI*9999999X~ - N3*9999 999 XXX~ - N4*XXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*171*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*W***MI*999999999X~ - N3*999 9 9 XXXXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXX*H***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*W***MI*99999999~ - N3*999 9 9 XXXXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*172*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX*J***MI*999999999X~ - N3*9999 X XXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>99999*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXX*XXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*99999999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX*J***MI*XXX999XX9999~ - N3*9999 X XXX XX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*173*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXXX*D***MI*999999999X~ - N3*999 XXXX XX XX XXX 999~ - N4*XXXXXXXX*MO*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXX*XXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*174*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXX*I***MI*999999999X~ - N3*999 XXXXX XX~ - N4*XXXXXXX*MO*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>99999*XX>99999*XX>9999*XX>99999~ - NM1*DN*1*XXXXX*XXXXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXX*I***MI*99999999~ - N3*999 XXXXX XX~ - N4*XXXXXXX*MO*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*175*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXXXXXX*L***MI*999999999X~ - N3*9999 X XXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXX*XXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXXXXXX*L***MI*XX9999999999~ - N3*9999 X XXX XX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*176*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXXX*G***MI*999999999X~ - N3*999 X XXXXXX XXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>99999*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXXX*G***MI*9999999X~ - N3*999 X XXXXXX XXXX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*177*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*999 XXXXX XXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXX XXX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*152*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*178*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ - N3*999 XXXXX XXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*283***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>99999*XX>99999~ - NM1*DN*1*XXXX*XXXXXXX*L***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXX*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXX*XXXXX*L***MI*XXX999XX9999~ - N3*999 XXXXX XXX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*283*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*179*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*9999999X~ - N3*999 XXXXXXX XX XXX 99~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*180*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXXXX*E***MI*999999999X~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>99999*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXXXXXXX*XXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXXXX*E***MI*9999999X~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*181*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXX*XXXX*M***MI*999999999X~ - N3*9999 X XXXXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>99999*XX>9999~ - NM1*DN*1*XXXXXXXXXXX*XXXXX*S***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXX*XXXX*M***MI*XXX999XX9999~ - N3*9999 X XXXXXX XX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*182*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXX*L***MI*999999999X~ - N3*9999 X 99XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>9999*XX>9999*XX>99999~ - NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*143*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ - HL*183*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXX*L***MI*999999999X~ - N3*9999 X 99XX XX XXX 999~ - N4*XXXXX*NE*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110520~ - DTP*096*D8*20110520~ - HI*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*143*UN*1***1~ - DTP*472*D8*20110520~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ - HL*184*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXX*XXXXX*M***MI*999999999X~ - N3*999 XXXX XXXXXX XXX 999~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215.01***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>99999*XX>9999*XX>9999*XX>9999~ - NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXX*XXXXX*M***MI*X99999999999~ - N3*999 XXXX XXXXXX XXX 999~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXX XXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*2~ - SV1*XX>X9999*.01*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*185*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXX*M***MI*999999999X9~ - N3*9999 X XXXXXX XX*X X XXXXXX XXXX~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>99999*XX>99999*XX>99999~ - NM1*DN*1*XXXXXX*XXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXX*M***MI*9999999X~ - N3*9999 X XXXXXX XX*X X XXXXXX XXXX~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*186*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*G***MI*999999999X~ - N3*9999 XXX XXX~ - N4*XXXXXXXX*IA*99999~ - DMG*D8*20000101*M~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>99999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*999999999*SP****BL~ - DMG*D8*20000101*M~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXXXX*XXXXXXX*G***MI*XXX999XX9999~ - N3*9999 XXX XXX~ - N4*XXXXXXXX*IA*99999~ - NM1*PR*2*XXXX XX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*187*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXXX*XXXXXX*C***MI*999999999X~ - N3*999 XXXX XXXXXX XXX 999~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>9999*XX>9999*XX>9999*XX>X9999~ - NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18**XXXXXXXX*IP****MC~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXXXXX*XXXXXX*C***MI*9999999X~ - N3*999 XXXX XXXXXX XXX 999~ - N4*XXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*188*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXX*XXXX****MI*999999999X~ - N3*XX XXX 99~ - N4*XXXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110513~ - DTP*096*D8*20110513~ - HI*XX>99999*XX>9999*XX>9999~ - NM1*DN*1*XXXXX*XXXXX*A***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ - DMG*D8*20000101*F~ - OI***Y*B**Y~ - NM1*IL*1*XXXX*XXXX****MI*99999999~ - N3*XX XXX 99~ - N4*XXXXXXXXXXX*IA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110513~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - HL*189*159*22*0~ - SBR*P*18**XXXXXXXX*****MB~ - NM1*IL*1*XXXXXX*XXXXX*K***MI*999999999X~ - N3*9999 XXXXX XXX 9~ - N4*XXXXXXXXXX*IA*99999~ - DMG*D8*20000101*F~ - NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ - CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ - DTP*435*D8*20110506~ - DTP*096*D8*20110506~ - HI*XX>9999*XX>999*XX>9999*XX>99999~ - NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ - NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ - PRV*PE*ZZ*999XX9999X~ - REF*EI*999999999~ - NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ - N3*999 XXXXXXXX XXX.~ - N4*XXXXXXXXXX*IA*99999~ - NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ - LX*1~ - SV1*XX>99999*215*UN*1***1~ - DTP*472*D8*20110506~ - REF*6R*999X999999999999999999~ - NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ - SE*8220*000000001~ - GE*1*5491001~ +ISA*00* *00* *ZZ*99999 *ZZ*99999 *110613*9999*U*99999*999999999*0*P*>~ + GS*HC*99999*99999*20110613*9999*9999999*X*999999X999X9~ + ST*837*000000001~ + BHT*9999*00*999999*20110613*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXXXXX XXXXXX, XXX*****46*99999~ + PER*IC*XXX XXXXXX XX XXXXX XXXXXX*TE*9999999999*FX*9999999999~ + NM1*40*2*XXXXXXXX X XXX XXXX*****46*99999~ + HL*1**20*1~ + NM1*85*2*XXXXXXXXXX & XXXXXXXX XXXXXX XX X*****XX*9999999999~ + N3*XX XXX 9999~ + N4*XXX XXXXXX*IA*99999~ + REF*EI*999999999~ + PER*IC*DAN*TE*9999999999~ + HL*2*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXX*XXXXX****MI*999999999X~ + N3*9999 XXXX XXXXX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*BK>20410~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*3*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ + N3*999 XXXXXX XXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX****MI*XXX999999999~ + N3*999 XXXXXX XXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*4*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*999999999X~ + N3*999 X XXXXX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110502~ + REF*X4*99X9999999~ + HI*XX>9999*BF>V1005~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110502~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110502~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110502~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*5*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX****MI*999999999X~ + N3*999 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX****MI*2494073J~ + N3*999 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*6*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX****MI*999999999X~ + N3*9999 XXXXXX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX****MI*99999999~ + N3*9999 XXXXXX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*7*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999X~ + N3*9999 XXXXXXXXX XX*XXXXXXX XXXXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*710***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*99999999999~ + N3*9999 XXXXXXXXX XX*XXXXXXX XXXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110601~ + DTP*738*D8*20110601~ + MEA*TR*R1*7.6~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*8*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*ILA*M***MI*999999999X~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*493***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX*R***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999>99*45*UN*1***2~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*400*UN*20***2~ + DTP*472*D8*20110531~ + DTP*738*D8*20110531~ + MEA*TR*R1*8.8~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*9*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX*J***MI*999999999X~ + N3*9999 XXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX*J***MI*XXX999XX9999~ + N3*9999 XXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*4***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*100*UN*2***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*2*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*56*UN*8***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>X9999*10*UN*2***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*12~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*13~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*10*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX*J***MI*999999999X~ + N3*9999 XXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110607~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX*J***MI*XXX999XX9999~ + N3*9999 XXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*11*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999X~ + N3*999 XXXXXXXXX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*445***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110531~ + DTP*738*D8*20110531~ + MEA*TR*R1*9.3~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*12*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*J***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*99999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*100***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*13*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXX****MI*999999999X~ + N3*999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*713***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXX****MI*X999999999~ + N3*999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999>99>99*45*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110602~ + DTP*738*D8*20110602~ + MEA*TR*R1*9.2~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*14*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999X~ + N3*9999 X X 9XX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*317.01***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110523~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*15*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ + N3*999 9XX XX X X~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*493***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ + N3*9999 X. XXXX~ + N4*XXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999999999~ + N3*999 9XX XX X X~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***3~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*99.9~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*16*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*JON*W***MI*999999999X~ + N3*9999 XX 99XX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*JON*W***MI*X999999999~ + N3*9999 XX 99XX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*17*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXX****MI*999999999X~ + N3*9999 X X 9XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265.01***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110516~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110516~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*18*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXX*W***MI*999999999X~ + N3*9999 999XX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110421~ + HI*BK>20410~ + NM1*DN*1*XXXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXX*W***MI*XXX999XX9999~ + N3*9999 999XX XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*19*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ + N3*9999 99XX XXX~ + N4*XXXXXXXX XXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*93***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*9999 99XX XXX~ + N4*XXXXXXXX XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*20*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*F***MI*999999999X~ + N3*99999 XX 999 XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*F***MI*99999999~ + N3*99999 XX 999 XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*21*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ + N3*9999 X 99XX XXX XX 99~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999XX9999~ + N3*9999 X 99XX XXX XX 99~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*22*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*J***MI*999999999X~ + N3*9999 999XX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*293***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*J***MI*XXX999XX9999~ + N3*9999 999XX XX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***3~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*99.9~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*23*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*M***MI*999999999X~ + N3*9999 99XX XXX X~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*445***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*M***MI*XXX999XX9999~ + N3*9999 99XX XXX X~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*99.9~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*24*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ + N3*9999 X XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999XX9999~ + N3*9999 X XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*25*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X~ + N3*9999 X XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXXX*XXXX*R***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*XXX999XX9999~ + N3*9999 X XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*26*1*22*0~ + SBR*S*18***12****MB~ + NM1*IL*1*XXXX*XXXXXX*A***MI*999999999X~ + N3*9999 XX 99XX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*90***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110413~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXXXX*XXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*P*18***C1****BL~ + AMT*D*99.9~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*A***MI*XXX999XX9999~ + N3*9999 XX 99XX XX~ + N4*XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110413~ + REF*6R*999X999999999999999999~ + AMT*AAE*0~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + SVD*99999*0*XX>99999**1~ + CAS*CO*45*11~ + DTP*573*D8*20110506~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110413~ + CN1*09*45~ + REF*6R*999X999999999999999999~ + AMT*AAE*45~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + SVD*99999*20*XX>99999**1~ + CAS*PR*2*25~ + DTP*573*D8*20110506~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110413~ + CN1*09*99.9~ + REF*6R*999X999999999999999999~ + AMT*AAE*99.9~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + SVD*99999*99.9*XX>99999**1~ + CAS*CO*45*99.9~ + DTP*573*D8*20110506~ + HL*27*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXX*V***MI*999999999X~ + N3*9999 9XX XX XXX 999~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXX*V***MI*9999999X~ + N3*9999 9XX XX XXX 999~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*37***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*28*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXX*A***MI*999999999X~ + N3*999 X XXXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*845***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ + N3*9999 X. XXXX~ + N4*XXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXXXX*A***MI*XXX999XX9999~ + N3*999 X XXXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999>XX*800*UN*40***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*9.4~ + MEA*OG*R3*40~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*29*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX*R***MI*999999999X~ + N3*999 9XX XX~ + N4*XXXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110519~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*DAN*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*160*UN*1***2~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*9999*UN*10***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*12*UN*2***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*12~ + SV1*XX>X9999*5*UN*50***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*13~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*14~ + SV1*XX>X9999*90*UN*5***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*15~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*30*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX*R***MI*999999999X~ + N3*999 9XX XX~ + N4*XXXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXX*DAN*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*266*UN*2***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*23*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*31*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXXXX*E***MI*999999999X~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*665***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXXX~ + N3*9999 X. XXXX~ + N4*XXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*E***MI*XXX999999999~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*99.9~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*32*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXX*W***MI*999999999X~ + N3*9999 999XX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXX*W***MI*XXX999XX9999~ + N3*9999 999XX XX~ + N4*XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*.01*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*380*UN*1***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*850*UN*10***4~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*33*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXX*W***MI*999999999X~ + N3*9999 999XX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*649***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXX*W***MI*XXX999XX9999~ + N3*9999 999XX XX~ + N4*XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*23*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*34*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*B***MI*999999999X~ + N3*9999 XXXXXX XXXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*B***MI*999999999~ + N3*9999 XXXXXX XXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*UHC*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*35*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*999999999X~ + N3*9999 XX XXXXXXXX XXX 999~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*93***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*9999999X~ + N3*9999 XX XXXXXXXX XXX 999~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*36*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 XX 99XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*99999999~ + N3*9999 XX 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*37*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXX****MI*999999999X~ + N3*XX XXX 9~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*38*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXX*L***MI*999999999X~ + N3*999 9XX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*DAN*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 9XX XX~ + N4*XXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*8***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*39*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*B***MI*999999999X~ + N3*9999 X XXXXXXXX XX~ + N4*XXXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*B***MI*XXX999XX9999~ + N3*9999 X XXXXXXXX XX~ + N4*XXXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*40*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*F***MI*999999999X~ + N3*999 XXXXXX XXX~ + N4*XXXX XXXXX*IA*999999999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110512~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*F***MI*X99999999~ + N3*999 XXXXXX XXX~ + N4*XXXX XXXXX*IA*999999999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110512~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*41*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ + N3*99999 XXXXXXXXXXX~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*317***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX999XX9999~ + N3*99999 XXXXXXXXXXX~ + N4*XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*42*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ + N3*99999 XXXXXXXXXXX~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XXX999XX9999~ + N3*99999 XXXXXXXXXXX~ + N4*XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*35***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*300*UN*10***3~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*43*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*999999999X~ + N3*999 XX XXX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*493***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*XXX999XX9999~ + N3*999 XX XXX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110531~ + DTP*738*D8*20110531~ + MEA*TR*R1*99.9~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*44*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX*A***MI*999999999X~ + N3*999 XXXXX XX XXX 99~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*45*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXXX*A***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*18***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXXX*A***MI*999999999~ + N3*999 XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX9*****PI*XXXX9~ + LX*1~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*46*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXXXX*B***MI*999999999X~ + N3*99 9XX XX X~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***3~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*90***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*47*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*J***MI*999999999X~ + N3*999 XX 9XX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*232.01***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*J***MI*XXX999XX9999~ + N3*999 XX 9XX XX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*48*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX*D***MI*999999999X~ + N3*9999 XXXXXXXXX~ + N4*XXXXXXX XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*962***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX*D***MI*XXX999XX9999~ + N3*9999 XXXXXXXXX~ + N4*XXXXXXX XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*800*UN*40***1~ + DTP*472*D8*20110601~ + DTP*738*D8*20110601~ + MEA*TR*R1*9.6~ + MEA*OG*R3*40~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999>XX*20*UN*1***3~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX/XXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*49*1*22*0~ + SBR*S*18***12****MB~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*999999999X~ + N3*9999 X 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*299***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110406~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXX XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*P*18***C1****BL~ + AMT*D*999.9~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX999XX9999~ + N3*9999 X 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110406~ + CN1*09*139~ + REF*6R*999X999999999999999999~ + AMT*AAE*139~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + SVD*99999*117*XX>99999>99**1~ + CAS*CO*45*81~ + CAS*PR*2*22~ + DTP*573*D8*20110506~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110406~ + REF*6R*999X999999999999999999~ + AMT*AAE*0~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + SVD*99999*0*XX>99999**1~ + CAS*CO*45*45~ + DTP*573*D8*20110506~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110406~ + CN1*09*99.9~ + REF*6R*999X999999999999999999~ + AMT*AAE*99.9~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + SVD*99999*99.9*XX>99999**1~ + CAS*CO*45*99.9~ + CAS*PR*2*3.4~ + DTP*573*D8*20110506~ + HL*50*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*J***MI*999999999X~ + N3*9999 99XX XXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110519~ + HI*BK>20410~ + NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*51*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXX*A***MI*999999999X~ + N3*9999 XXXXXX XX XX XXX 99~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*135***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXX*A***MI*9999999X~ + N3*9999 XXXXXX XX XX XXX 99~ + N4*XXXX XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*135*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*52*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX****MI*999999999X~ + N3*9999 XXXXXX XXXX XX 99~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX****MI*9999999X~ + N3*9999 XXXXXX XXXX XX 99~ + N4*XXXX XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*53*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*EVA*M***MI*999999999X~ + N3*999 XXXXXXX 999~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*AMY****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*MI****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*EVA*M***MI*XXX999XX9999~ + N3*999 XXXXXXX 999~ + N4*XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*54*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 XXXXXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*317***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX*L***MI*XXX999999999~ + N3*9999 XXXXXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*55*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999X9~ + N3*9999 99XX XX XXX 9999~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*U***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*0251053E~ + N3*9999 99XX XX XXX 9999~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*56*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ + N3*999 X 99XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*180***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX****MI*999999999~ + N3*999 X 99XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*UHC*****PI*99999~ + LX*1~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*57*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXX****MI*999999999X~ + N3*9999 XXXXXXX 99X~ + N4*XXXXXXX XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + REF*X4*99X9999999~ + HI*XX>999*XX>9999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*4***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*58*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*99.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + REF*X4*99X9999999~ + HI*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*59*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + REF*X4*99X9999999~ + HI*XX>99999*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*380*UN*1***3~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*300*UN*10***4~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*60*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>99999*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*380*UN*1***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*300*UN*10***4~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*61*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*97***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*62*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999X~ + N3*9999 XX 9XX XXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*63*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ + N3*9999 XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*SEO*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XX9999999~ + N3*9999 XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*200***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*64*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*999999999X~ + N3*9999 XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + HI*XX>9999*XX>9999~ + NM1*DN*1*SEO*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX****MI*XX9999999~ + N3*9999 XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*200***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*65*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20091102~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXXXXX****MI*9999999X~ + N3*9999 XXXXXXX XXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20091102~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20091102~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20091102~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*66*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999X~ + N3*XX XXX 99~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*270***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX****MI*99999999~ + N3*XX XXX 99~ + N4*XXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*67*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*999999999X~ + N3*9999 99XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265.01***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110517~ + REF*X4*99X9999999~ + HI*BK>20410~ + NM1*DN*1*XXXXXX*XXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXXX*XXXXX****MI*XXX999XX9999~ + N3*9999 99XX XXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*68*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*999999999X~ + N3*999 9XX XXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999~ + NM1*DN*1*XXXXX*JIM****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*A***MI*XXX999XX9999~ + N3*999 9XX XXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*69*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*W***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXXXX XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*48***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*W***MI*XXX999XX9999~ + N3*999 XXXXXX XX~ + N4*XXXXXXXX XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*70*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*E***MI*999999999X~ + N3*9999 XXXXXXXXXX XX*XXX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*66***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*71*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + HI*BK>20510*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*300*UN*10***3~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*72*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*BK>20510*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*73*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + HI*BK>20510*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*300*UN*10***3~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*74*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*BK>20510*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*9999999X~ + N3*9999 X XXXXX XXX XXX 9~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*50***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*75*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*999999999X~ + N3*99999 XXXXXXX X 99 XXXX~ + N4*XXXXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXX*G***MI*XXX999XX9999~ + N3*99999 XXXXXXX X 99 XXXX~ + N4*XXXXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*76*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ + N3*999 XXXX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXX*JIM****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX****MI*XXX999XX9999~ + N3*999 XXXX XX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*77*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX*A***MI*999999999X~ + N3*999 XX 9XX XX~ + N4*XXXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110224~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX*A***MI*XXX999XX9999~ + N3*999 XX 9XX XX~ + N4*XXXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110224~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*78*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX*A***MI*999999999X~ + N3*999 XX 9XX XX~ + N4*XXXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110421~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX*A***MI*XXX999XX9999~ + N3*999 XX 9XX XX~ + N4*XXXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*79*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*A***MI*999999999X~ + N3*9999 X XXXXXXX XXX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*290***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*A***MI*999999999~ + N3*9999 X XXXXXXX XXX~ + N4*XXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110606~ + DTP*738*D8*20110606~ + MEA*TR*R1*99.9~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*80*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXX*V***MI*999999999X~ + N3*9999 XXXXXXX XXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXX*H***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXXX*V***MI*XXX999XX9999~ + N3*9999 XXXXXXX XXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*800*UN*40***1~ + DTP*472*D8*20110531~ + DTP*738*D8*20110531~ + MEA*TR*R1*9.4~ + MEA*OG*R3*40~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*81*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXX*V***MI*999999999X~ + N3*9999 XXXXXXX XXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*890***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110607~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXX*H***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXXX*V***MI*XXX999XX9999~ + N3*9999 XXXXXXX XXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999>XX*800*UN*40***1~ + DTP*472*D8*20110607~ + DTP*738*D8*20110607~ + MEA*TR*R1*8.6~ + MEA*OG*R3*40~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*82*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XX 99XX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*245***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*999 XX 99XX XX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110531~ + DTP*738*D8*20110531~ + MEA*TR*R1*9.3~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*83*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XX 99XX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*290***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110607~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*L***MI*XXX999XX9999~ + N3*999 XX 99XX XX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110607~ + DTP*738*D8*20110607~ + MEA*TR*R1*8.9~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*84*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*C***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*370***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110427~ + REF*X4*99X9999999~ + HI*XX>999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*C***MI*XXX999999999~ + N3*999 XXXXXX XX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*325*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110427~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*85*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXX*D***MI*999999999X~ + N3*9999 X XXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*86*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXXX*XXXX****MI*999999999X~ + N3*999 X XXXXXXX XX~ + N4*XXXXX XXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>99999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXX*R***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*105*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXXX*XXXX****MI*X99999999~ + N3*999 X XXXXXXX XX~ + N4*XXXXX XXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*133*UN*1***2~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XX XXXXXXXX XX XXXX XX (9-9 XXX) 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*6***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*2*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*87*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX****MI*999999999X~ + N3*999 XX 9XX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*608.01***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110421~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*12*UN*2***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*30*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*88*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*K***MI*999999999X~ + N3*999 X XXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*K***MI*XXX999XX9999~ + N3*999 X XXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*89*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXX*M***MI*999999999X~ + N3*999 XXXXXX~ + N4*XXXXXXX XXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*445***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*W***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX*M***MI*XXX999XX9999~ + N3*999 XXXXXX~ + N4*XXXXXXX XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999>XX*400*UN*20***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*99.9~ + MEA*OG*R3*20~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*90*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*999999999X~ + N3*9999 XXXXXXX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX****MI*XXX999XX9999~ + N3*9999 XXXXXXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*91*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXX*J***MI*999999999X~ + N3*99999 XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*225***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXX*J***MI*XXXXX9999999~ + N3*99999 XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*225*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*92*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXXX*XXXXXX*W***MI*999999999X~ + N3*9999 XXXXXX XXXX XX~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*D***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXXX*XXXXXX*W***MI*9999999999~ + N3*9999 XXXXXX XXXX XX~ + N4*XXXX XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*93*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*E***MI*999999999X~ + N3*999 XX 9XX XX~ + N4*XXXXXXX XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*E***MI*999999999~ + N3*999 XX 9XX XX~ + N4*XXXXXXX XXXX*IA*99999~ + NM1*PR*2*XXXX9*****PI*XXXX9~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***3~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*40***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*266*UN*2***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*850*UN*10***4~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*56*UN*8***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*9999*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*72*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*94*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*P***MI*999999999X~ + N3*999 XXXXX 99XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110519~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXX99X9*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*P***MI*XXXXX9999999~ + N3*999 XXXXX 99XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110519~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*95*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*P***MI*999999999X~ + N3*999 XXXXX 99XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*849***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXX99X9*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*P***MI*XXXXX9999999~ + N3*999 XXXXX 99XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*12*UN*2***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*120*UN*4***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*96*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*P***MI*999999999X~ + N3*999 XXXXX 99XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*932***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXX99X9*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*P***MI*XXXXX9999999~ + N3*999 XXXXX 99XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*12*UN*2***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*120*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*54*UN*3***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*97*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*C***MI*999999999X~ + N3*9999 99XX XXX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110407~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*C***MI*XXX999XX9999~ + N3*9999 99XX XXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110407~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*98*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*C***MI*999999999X~ + N3*9999 99XX XXX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*C***MI*XXX999XX9999~ + N3*9999 99XX XXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*99*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXXX****MI*999999999X~ + N3*999 X 99XX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*245***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*ROY*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXXX****MI*XXX999XX9999~ + N3*999 X 99XX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110526~ + DTP*738*D8*20110526~ + MEA*TR*R1*99.9~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*100*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXXX****MI*999999999X~ + N3*999 X 99XX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*465***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*ROY*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXXX****MI*XXX999XX9999~ + N3*999 X 99XX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110602~ + DTP*738*D8*20110602~ + MEA*TR*R1*9.8~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*101*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*999999999X~ + N3*999 99XX XX X~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110421~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>9999X*.01*UN*1***1~ + DTP*472*D8*20110421~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*102*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX****MI*999999999X~ + N3*9999 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*45***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + REF*X4*99X9999999~ + HI*XX>999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX****MI*999999999~ + N3*9999 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*UHC*****PI*99999~ + LX*1~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*103*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*HAL****MI*999999999X~ + N3*9999 XXX XXXXXX XX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*317***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*HAL****MI*XXX999XX9999~ + N3*9999 XXX XXXXXX XX~ + N4*XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*104*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*999999999X~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*310***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110503~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXX*B***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*E***MI*99999999~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110503~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*105*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*545***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XX~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXXX XXXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*106*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*M***MI*999999999X~ + N3*9999 XXXX 99XX XX~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*520*UN*2***2~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*780*UN*12***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*150*UN*15***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*18*UN*3***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*12~ + SV1*XX>X9999*72*UN*4***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*13~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*107*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*999999999X~ + N3*99999 XXX XXXXXXX 999~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999~ + NM1*DN*1*DAY*XXXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXXXXX*M***MI*XXX999XX9999~ + N3*99999 XXX XXXXXXX 999~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*108*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*999999999X~ + N3*999 X 9XX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*JIM****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*XX9999999999~ + N3*999 X 9XX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*160*UN*1***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*800*UN*4***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*9999*UN*4***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>99999*100*UN*2***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*2*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*12~ + SV1*XX>X9999*10*UN*2***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*13~ + SV1*XX>X9999*72*UN*4***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*109*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*999999999X~ + N3*999 X 9XX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*JIM****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*A***MI*XX9999999999~ + N3*999 X 9XX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*160*UN*1***2~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*800*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*9999*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>99999*100*UN*2***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*2*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*12~ + SV1*XX>X9999*10*UN*2***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*13~ + SV1*XX>X9999*72*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*110*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*M***MI*999999999X~ + N3*9999 XXXXXX XXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*135***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*M***MI*XXX999XX9999~ + N3*9999 XXXXXX XXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*135*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*111*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXX*E***MI*999999999X~ + N3*99999 99XX XXX~ + N4*XXX XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX*E***MI*XXX999XX9999~ + N3*99999 99XX XXX~ + N4*XXX XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*35***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*112*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXX*E***MI*999999999X~ + N3*99999 99XX XXX~ + N4*XXX XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + HI*XX>99999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX*E***MI*XXX999XX9999~ + N3*99999 99XX XXX~ + N4*XXX XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*260*UN*1***2~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*35***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*300*UN*10***3~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXX XXX 999XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*113*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*TOM*J***MI*999999999X~ + N3*99999 999XX~ + N4*XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110601~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*210*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*200***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*36*UN*2***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110601~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*114*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*999999999X9~ + N3*999 9XX XXX XXXXX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + HI*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXX XXXXXXXXX XXXXXX~ + N3*9999 X 9XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*A***MI*9999999X~ + N3*999 9XX XXX XXXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*115*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXXXX*XXXXXXXX****MI*999999999X~ + N3*9999 X 99XX XX XX 9~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*313***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXX*H***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXXXX*XXXXXXXX****MI*XXX999XX9999~ + N3*9999 X 99XX XX XX 9~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*3*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*116*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXXX XXXXX~ + N4*XXXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110526~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXXXXX XXXXX~ + N4*XXXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*520*UN*2***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX XXXX XX XXXX XXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*100*UN*10***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*9999*UN*100***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>X9999*12*UN*2***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*11~ + SV1*XX>X9999*72*UN*4***1~ + DTP*472*D8*20110526~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*117*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXXX XXXXX~ + N4*XXXXX XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*283***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXXXXX XXXXX~ + N4*XXXXX XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*18*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*118*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX*J***MI*999999999X~ + N3*999 XXXXXXXX XXXX~ + N4*XXXXXXXX XXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110531~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999*XX>999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXX*J***MI*XXX999XX9999~ + N3*999 XXXXXXXX XXXX~ + N4*XXXXXXXX XXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110531~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*119*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*E***MI*999999999X~ + N3*99 XXXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*220***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*D***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXX XXXX XXXXXXXX XXXXXXXX~ + N3*9999 X 99XX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*E***MI*XXX999XX9999~ + N3*99 XXXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*120*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXXXX*D***MI*999999999X~ + N3*9999 XXXXX XX XX 9999~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*680***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXXXX*D***MI*XXX999XX9999~ + N3*9999 XXXXX XX XX 9999~ + N4*XXXX XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*395*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999*20*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*121*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXXXX*D***MI*999999999X~ + N3*9999 XXXXX XX XX 9999~ + N4*XXXX XXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*265***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*BK>20510*XX>9999~ + NM1*DN*1*XXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXXXX*D***MI*XXX999XX9999~ + N3*9999 XXXXX XX XX 9999~ + N4*XXXX XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*122*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + PAT*******01*661~ + NM1*IL*1*XXXXXX*XXXXX*N***MI*999999999X~ + N3*9999 XXXXXXX XXX XX 99X~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*510***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110527~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*N***MI*XXX999XX9999~ + N3*9999 XXXXXXX XXX XX 99X~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*220*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999>99*45*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110527~ + DTP*738*D8*20110527~ + MEA*TR*R2*10~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110527~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*123*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*N***MI*999999999X~ + N3*9999 XXXXXXX XXX XX 99X~ + N4*XXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*290***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXXX & XXXXXXXX XXX XX XXXX~ + N3*99 XXXXXXXXXX XXX~ + N4*XXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*N***MI*XXX999XX9999~ + N3*9999 XXXXXXX XXX XX 99X~ + N4*XXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*45*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*11*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>X9999>XX*200*UN*10***1~ + DTP*472*D8*20110603~ + DTP*738*D8*20110603~ + MEA*TR*R1*9.9~ + MEA*OG*R3*10~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XX 9999 XXXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>99999*34*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*124*1*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*999999999X~ + N3*9999 999XX XX~ + N4*XXXX XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110602~ + HI*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*F***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*M***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXX XXXXXXXXXX XXXXX~ + N3*999 X. XXXXXX XXXX~ + N4*XXXX XXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*M***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX*L***MI*XX9999999999~ + N3*9999 999XX XX~ + N4*XXXX XXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>99*225*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*2~ + SV1*XX>99999*380*UN*1***2~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*3~ + SV1*XX>99999*160*UN*1***2~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XX XXXX XXX XXXXX XXXXXXXX XX XX9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*4~ + SV1*XX>X9999*9999*UN*10***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*5~ + SV1*XX>X9999*615*UN*41***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*6~ + SV1*XX>99999*133*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*7~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*8~ + SV1*XX>X9999*850*UN*10***3~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XXX 99 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*9~ + SV1*XX>X9999*70*UN*10***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + LX*10~ + SV1*XX>X9999*72*UN*4***1~ + DTP*472*D8*20110602~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*M***XX*9999999999~ + HL*125**20*1~ + NM1*85*2*XXXXXXXXX XXXXXXXX XXX XXXXXXXXXX*****XX*9999999999~ + N3*9 XXXXXXXXX XXXXX XXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + REF*EI*999999999~ + PER*IC*XXXXX XXXXXX*TE*9999999999~ + HL*126*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*F***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*459***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*F***MI*99999999~ + N3*999 XXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*7~ + SV1*XX>99999*14*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*8~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*9~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*10~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*12~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*13~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*14~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*15~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*127*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXX*L***MI*999999999X~ + N3*999 XXXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999~ + NM1*DN*1*XXXX*XXXX*C***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*400***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*128*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX*C***MI*999999999X~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*117***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX*C***MI*X99999999~ + N3*9999 9XX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*95*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*129*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX*D***MI*999999999X~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + HI*BK>20410*XX>X9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX*D***MI*XXX999XX9999~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*140*UN*20***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*30***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*3~ + SV1*XX>X9999*99.99*UN*3***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*4~ + SV1*XX>X9999*436*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*5~ + SV1*XX>99999*200*UN*2***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*6~ + SV1*XX>99999*348*UN*1***2~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + HL*130*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX*D***MI*999999999X~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + HI*BK>20410~ + NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX*D***MI*XXX999XX9999~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*30***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*189*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*131*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXX*D***MI*999999999X~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110603~ + HI*BK>20410*XX>X9999~ + NM1*DN*1*XXXXXXXX*XXXXXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXX*D***MI*XXX999XX9999~ + N3*9999 XXXX XXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*140*UN*20***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>X9999*9999*UN*30***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>X9999*99.99*UN*3***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>X9999*436*UN*1***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*5~ + SV1*XX>99999*200*UN*2***1~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*6~ + SV1*XX>99999*348*UN*1***2~ + DTP*472*D8*20110603~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX XXXXX XX XXXXX XX XX 9 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + HL*132*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*999999999X~ + N3*99999 XXXXX XXXXXXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*345***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*X999XX999999~ + N3*99999 XXXXX XXXXXXX XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*2~ + SV1*XX>99999*325*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*133*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*999999999X~ + N3*99999 XXXXX XXXXXXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*225***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110525~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXXX*M***MI*X999XX999999~ + N3*99999 XXXXX XXXXXXX XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*225*UN*1***1~ + DTP*472*D8*20110525~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*134*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*A***MI*999999999X~ + N3*99999 999 XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*235***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + DTP*096*D8*20110608~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX*****XX*9999999999~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*A***MI*X99999999999~ + N3*99999 999 XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*235*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*135*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXX****MI*999999999X~ + N3*99999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*335***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + DTP*096*D8*20110608~ + HI*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX*****XX*9999999999~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX****MI*999999999~ + N3*99999 XXXXXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*335*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*136*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX*J***MI*999999999X~ + N3*99 XXX XX XX XXX 999~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*3***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXX*J***MI*9999999X~ + N3*99 XXX XX XX XXX 999~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>X9999*3*UN*1***2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX X-99 9999 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*137*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX*L***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*52***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXX*L***MI*XXX999XX9999~ + N3*999 XXXXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*52*UN*2***2~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXX XXXXXXX 99XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*138*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*M***MI*999999999X~ + N3*999 XXX XXXXXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*75***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*M***MI*XXX999XX9999~ + N3*999 XXX XXXXXX~ + N4*XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*3*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX X-99 9999 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*139*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*S***MI*999999999X~ + N3*999 9 XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXXX****XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*S***MI*99999999~ + N3*999 9 XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*140*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXXX*C***MI*999999999X~ + N3*9999 XXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*735.25***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>X999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXXX*C***MI*X999X9999999~ + N3*9999 XXXXX XXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*585*UN*3***3~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***3~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*119*UN*1***3~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*141*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999X~ + N3*999 X XXXXX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*374***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXX*W***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXX****MI*999999999~ + N3*999 X XXXXX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX9*****PI*XXXX9~ + LX*1~ + SV1*XX>99999*135*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*7~ + SV1*XX>99999*14*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*8~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*9~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*10~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*12~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*13~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*14~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*15~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*142*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX*E***MI*999999999X~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*53***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXX*W***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX*E***MI*XXX999XX9999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*3*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX X-99 9999 XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*50*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*143*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*E***MI*999999999X~ + N3*9999 XXXXXXX XXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>9999~ + NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*1~ + SV1*XX>X9999*9999*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX 9 XX 999999999999999999 XX 99999999 XXXX 99999999 XXXXX 999 XX~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*144*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXX*S***MI*999999999X~ + N3*999 XXXXXXXX XX 99~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*459***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110523~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX*S***MI*99999999~ + N3*999 XXXXXXXX XX 99~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*7~ + SV1*XX>99999*14*UN*1***3~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*8~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*9~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*10~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*12~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*13~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*14~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*15~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110523~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + HL*145*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXX*S***MI*999999999X~ + N3*999 XXXXXXXX XX 99~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*303***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110606~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXXXX*XXXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX*S***MI*99999999~ + N3*999 XXXXXXXX XX 99~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*220*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*2~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*3~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*4~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + LX*6~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110606~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + HL*146*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX****MI*999999999X~ + N3*999 XXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXX****MI*9999999999~ + N3*999 XXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999>XX*9999*UN*200***1~ + DTP*472*D8*20110608~ + DTP*738*D8*20110608~ + MEA*TR*R2*99.9~ + MEA*OG*R3*200~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*147*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*REW*XXXXXXXX*M***MI*999999999X~ + N3*9999 X XXXXXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*REW*XXXXXXXX*M***MI*XXX999XX9999~ + N3*9999 X XXXXXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*4***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*189*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*148*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXX*XXXXXXXXXX****MI*999999999X~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXXXXXX****MI*9999999X~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*149*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXX*E***MI*999999999X~ + N3*9999 XXXXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*374***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*1~ + SV1*XX>99999*135*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*6~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*7~ + SV1*XX>99999*14*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXX; XXXX XXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*8~ + SV1*XX>99999*20*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*9~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*10~ + SV1*XX>99999*14*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*11~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*12~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*13~ + SV1*XX>99999*17*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*14~ + SV1*XX>99999*21*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*15~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*150*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999X~ + N3*999 XXXXXXXX XXX~ + N4*XXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110426~ + HI*XX>999*XX>9999*XX>X9999*XX>99999~ + NM1*DN*1*XXXXXXX*XXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXX XXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*9999 X 99XX XXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*XXX999XX9999~ + N3*999 XXXXXXXX XXX~ + N4*XXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*1***1~ + DTP*472*D8*20110426~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX 9 XX 99999999999999999 999 XX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + HL*151*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXX*D***MI*999999999X~ + N3*999 XXXX~ + N4*XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXX*D***MI*XXX999XX9999~ + N3*999 XXXX~ + N4*XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*4***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*189*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*5~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*152*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXX*C***MI*999999999X~ + N3*999 XXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110504~ + HI*XX>999~ + NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXX*C***MI*99999999999~ + N3*999 XXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XXXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX 9 XX 999999999999999999 XX 99999999 XXXX 99999999 XXXXX 999 XX~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110504~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*153*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*999999999X9~ + N3*XX 9*9999 X XXXXXXXXXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*22***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999~ + NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*D***MI*XXX999XX9999~ + N3*XX 9*9999 X XXXXXXXXXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*154*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXX*W***MI*999999999X~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*190***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110609~ + DTP*096*D8*20110609~ + HI*BK>20410~ + NM1*DN*1*XXXXXX*XXXX*D***XX*9999999999~ + NM1*82*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXX XXXXXXXXX XXXXXXXX XXXX*****XX*9999999999~ + N3*999 X XXXXXX XXXXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXX*W***MI*XXX999XX9999~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*190*UN*1***1~ + DTP*472*D8*20110609~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXXX*XXXX*A***XX*9999999999~ + HL*155*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*999999999X~ + N3*999 X XXXX XX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*730***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110607~ + REF*X4*99X9999999~ + HI*XX>99999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXXXXX*XXXXX*E***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*XXX999XX9999~ + N3*999 X XXXX XX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999>XX*640*UN*100***1~ + DTP*472*D8*20110607~ + DTP*738*D8*20110607~ + MEA*TR*R2*99.9~ + MEA*OG*R3*100~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXX 9 XXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*22*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999>XX*18*UN*1***3~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXXXXXXXX XXXX XX/X9/99.9 99999999 XX 99999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>99999*50*UN*1***1~ + DTP*472*D8*20110607~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + HL*156*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*999999999X~ + N3*999 XXXXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*114***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110517~ + REF*X4*99X9999999~ + HI*XX>999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXX*M***XX*9999999999~ + NM1*82*1*XXXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*XXX999XX9999~ + N3*999 XXXXX XXXX~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999>XX*39*UN*1***2~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>99999*21*UN*1***2~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>99999*54*UN*1***2~ + DTP*472*D8*20110517~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXXX*XXXXXX****XX*9999999999~ + HL*157*125*22*0~ + SBR*S*18***12****MB~ + NM1*IL*1*XXXXX*XXXXXXX*M***MI*999999999X~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110505~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXX*G***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXXX*W***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SBR*P*18***C1****CI~ + AMT*D*9999.99~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXX*M***MI*999999999~ + N3*9999 XXX X~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*PR*2*UHC*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*10***1~ + DTP*472*D8*20110505~ + CN1*09*999.9~ + REF*6R*999X999999999999999999~ + AMT*AAE*999.9~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SVD*99999*999.9*XX>X9999**10~ + CAS*CO*45*999.9~ + DTP*573*D8*20110527~ + LX*2~ + SV1*XX>X9999*9999*UN*10***1~ + DTP*472*D8*20110505~ + CN1*09*999.9~ + REF*6R*999X999999999999999999~ + AMT*AAE*999.9~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SVD*99999*999.9*XX>X9999>99**10~ + CAS*CO*45*999.9~ + CAS*PR*2*99.9~ + DTP*573*D8*20110527~ + LX*3~ + SV1*XX>99999*206*UN*2***1~ + DTP*472*D8*20110505~ + CN1*09*999.99~ + REF*6R*999X999999999999999999~ + AMT*AAE*999.99~ + NTE*ADD*XXXXX XX/XX XXXXXXXX XXXX XXXXXXXXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXX*XXXXXX*W***XX*9999999999~ + SVD*99999*999.99*XX>99999**2~ + CAS*CO*45*99.99~ + DTP*573*D8*20110527~ + HL*158*125*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*G***MI*999999999X~ + N3*999 XXXXX XXXXXX*% XXXXXX XXXXXXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*9999.99***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110608~ + REF*X4*99X9999999~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXX*XXXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXXX*XXXXXX****XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*77*2*XXXXXXXXX XXXXXXXX & XXXXXXXXXX~ + N3*XXX XXXXXXXXX XXXXX XXXXX 999~ + N4*XXXXXXX XXXXXX*IA*99999~ + NM1*DQ*1*XXXXXXX*XXXXXX****XX*9999999999~ + SBR*S*18*XXXXXXX*99999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*G***MI*XXX999XX9999~ + N3*999 XXXXX XXXXXX*% XXXXXX XXXXXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XXXX XXXXXX*****PI*99999~ + LX*1~ + SV1*XX>X9999*9999*UN*4***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*2~ + SV1*XX>X9999*99.99*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*3~ + SV1*XX>X9999*9999*UN*10***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*4~ + SV1*XX>X9999>99*9999*UN*10***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*5~ + SV1*XX>99999*16*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*6~ + SV1*XX>99999*189*UN*1***2~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*7~ + SV1*XX>99999*206*UN*2***3~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NTE*ADD*XXXXX XX/XX XXXXXXXX XXXX XXXXXXXXXX 99999999 XXXX 99999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + LX*8~ + SV1*XX>99999>99*135*UN*1***1~ + DTP*472*D8*20110608~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXXX*XXXXXX****XX*9999999999~ + HL*159**20*1~ + NM1*85*2*XXXXXXX XXXXXXXX & XXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXX XXXXXX*XXXXX 999~ + N4*XXXXX*NE*99999~ + REF*EI*999999999~ + PER*IC*XXXXX*TE*9999999999~ + HL*160*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXX****MI*999999999X~ + N3*9999 XXXXXXXXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + DTP*096*D8*20110506~ + HI*XX>9999*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXX****MI*XXX999XX9999~ + N3*9999 XXXXXXXXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*143*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*161*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXXX****MI*999999999X~ + N3*9999 XXXXXXXXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXXX****MI*XXX999XX9999~ + N3*9999 XXXXXXXXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*143*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*162*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*9999 XXXXX XX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*9999 XXXXX XX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*163*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*F***MI*999999999X~ + N3*9 XXXXXXX XXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + DTP*096*D8*20110506~ + HI*XX>9999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXX*XXXXXXX*K***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*F***MI*XXX999XX9999~ + N3*9 XXXXXXX XXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*164*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXX****MI*999999999X~ + N3*999 X XXXXXXX XXX 9~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>99999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX****MI*9999999X~ + N3*999 X XXXXXXX XXX 9~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*165*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXXX*A***MI*999999999X~ + N3*9999 999 XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXXX*A***MI*99999999999~ + N3*9999 999 XX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX XX XXXXXXXX*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*166*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*999999999X~ + N3*9999 XX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*99999999~ + N3*9999 XX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*143*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*167*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*999999999X~ + N3*9999 XX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*J***MI*99999999~ + N3*9999 XX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*143*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*168*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXX****MI*999999999X~ + N3*999 XXXXXXX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>99999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX****MI*9999999X~ + N3*999 XXXXXXX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*169*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXX*K***MI*999999999X~ + N3*9999 XXXX XXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXX*XXXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX*K***MI*XXX999XX9999~ + N3*9999 XXXX XXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*170*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXXXXXX*A***MI*999999999X~ + N3*9999 999 XXX~ + N4*XXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + DTP*096*D8*20110506~ + HI*XX>99999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXXXXX*AMY****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXXXXXX*A***MI*9999999X~ + N3*9999 999 XXX~ + N4*XXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*171*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*W***MI*999999999X~ + N3*999 9 9 XXXXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXX*H***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*W***MI*99999999~ + N3*999 9 9 XXXXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*172*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX*J***MI*999999999X~ + N3*9999 X XXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>99999*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXX*XXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*99999999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX*J***MI*XXX999XX9999~ + N3*9999 X XXX XX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*173*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXXX*D***MI*999999999X~ + N3*999 XXXX XX XX XXX 999~ + N4*XXXXXXXX*MO*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXX*XXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*174*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXX*I***MI*999999999X~ + N3*999 XXXXX XX~ + N4*XXXXXXX*MO*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>99999*XX>99999*XX>9999*XX>99999~ + NM1*DN*1*XXXXX*XXXXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXX*I***MI*99999999~ + N3*999 XXXXX XX~ + N4*XXXXXXX*MO*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*175*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXXXXXX*L***MI*999999999X~ + N3*9999 X XXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXX*XXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXXXXXX*L***MI*XX9999999999~ + N3*9999 X XXX XX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*176*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXXX*G***MI*999999999X~ + N3*999 X XXXXXX XXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>99999*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXXX*G***MI*9999999X~ + N3*999 X XXXXXX XXXX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*177*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*999 XXXXX XXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*152***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXX XXX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*152*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*178*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*999999999X~ + N3*999 XXXXX XXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*283***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>99999*XX>99999~ + NM1*DN*1*XXXX*XXXXXXX*L***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXX*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXX*XXXXX*L***MI*XXX999XX9999~ + N3*999 XXXXX XXX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*283*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*179*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*9999999X~ + N3*999 XXXXXXX XX XXX 99~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*180*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXXXX*E***MI*999999999X~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>99999*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXXXXXXX*XXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXXXX*E***MI*9999999X~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*181*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXX*XXXX*M***MI*999999999X~ + N3*9999 X XXXXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>99999*XX>9999~ + NM1*DN*1*XXXXXXXXXXX*XXXXX*S***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXX*XXXX*M***MI*XXX999XX9999~ + N3*9999 X XXXXXX XX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*182*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXX*L***MI*999999999X~ + N3*9999 X 99XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>9999*XX>9999*XX>99999~ + NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*143*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ + HL*183*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXX*L***MI*999999999X~ + N3*9999 X 99XX XX XXX 999~ + N4*XXXXX*NE*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*143***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110520~ + DTP*096*D8*20110520~ + HI*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*143*UN*1***1~ + DTP*472*D8*20110520~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + NM1*DN*1*XXXX*XXXX*F***XX*9999999999~ + HL*184*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXX*XXXXX*M***MI*999999999X~ + N3*999 XXXX XXXXXX XXX 999~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215.01***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>99999*XX>9999*XX>9999*XX>9999~ + NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXX*XXXXX*M***MI*X99999999999~ + N3*999 XXXX XXXXXX XXX 999~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXX XXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*2~ + SV1*XX>X9999*.01*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*185*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXX*M***MI*999999999X9~ + N3*9999 X XXXXXX XX*X X XXXXXX XXXX~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>99999*XX>99999*XX>99999~ + NM1*DN*1*XXXXXX*XXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXX*M***MI*9999999X~ + N3*9999 X XXXXXX XX*X X XXXXXX XXXX~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*186*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*G***MI*999999999X~ + N3*9999 XXX XXX~ + N4*XXXXXXXX*IA*99999~ + DMG*D8*20000101*M~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>99999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXXX*XXXXXXX*P***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*999999999*SP****BL~ + DMG*D8*20000101*M~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXXXX*XXXXXXX*G***MI*XXX999XX9999~ + N3*9999 XXX XXX~ + N4*XXXXXXXX*IA*99999~ + NM1*PR*2*XXXX XX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*187*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXXX*XXXXXX*C***MI*999999999X~ + N3*999 XXXX XXXXXX XXX 999~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>9999*XX>9999*XX>9999*XX>X9999~ + NM1*DN*1*XXXXX*XXXXXX****XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18**XXXXXXXX*IP****MC~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXXXXX*XXXXXX*C***MI*9999999X~ + N3*999 XXXX XXXXXX XXX 999~ + N4*XXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX - XXXX XXXXX 99*****PI*XXXXX~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*188*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXX*XXXX****MI*999999999X~ + N3*XX XXX 99~ + N4*XXXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110513~ + DTP*096*D8*20110513~ + HI*XX>99999*XX>9999*XX>9999~ + NM1*DN*1*XXXXX*XXXXX*A***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + SBR*S*18*XXXXXXX*XXXXXXXXXX*MI****CI~ + DMG*D8*20000101*F~ + OI***Y*B**Y~ + NM1*IL*1*XXXX*XXXX****MI*99999999~ + N3*XX XXX 99~ + N4*XXXXXXXXXXX*IA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110513~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + HL*189*159*22*0~ + SBR*P*18**XXXXXXXX*****MB~ + NM1*IL*1*XXXXXX*XXXXX*K***MI*999999999X~ + N3*9999 XXXXX XXX 9~ + N4*XXXXXXXXXX*IA*99999~ + DMG*D8*20000101*F~ + NM1*PR*2*XXXXXXXX X XXX XXXX*****PI*99999~ + CLM*9999999999-999*215***99>>9*Y*A*Y*Y*B~ + DTP*435*D8*20110506~ + DTP*096*D8*20110506~ + HI*XX>9999*XX>999*XX>9999*XX>99999~ + NM1*DN*1*XXXXXX*XXXXX*J***XX*9999999999~ + NM1*82*1*XXXXXX*XXXXX*A***XX*9999999999~ + PRV*PE*ZZ*999XX9999X~ + REF*EI*999999999~ + NM1*FA*2*XXXXXXXXXX XXXXXXXX XXXXXXXX~ + N3*999 XXXXXXXX XXX.~ + N4*XXXXXXXXXX*IA*99999~ + NM1*DQ*1*XXXXXX*XXXXX*A***XX*9999999999~ + LX*1~ + SV1*XX>99999*215*UN*1***1~ + DTP*472*D8*20110506~ + REF*6R*999X999999999999999999~ + NM1*DK*1*XXXXXX*XXXXX*A***XX*9999999999~ + SE*8220*000000001~ + GE*1*5491001~ IEA*1*163761000~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.1_PatientIsSubscriber.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.1_PatientIsSubscriber.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.1_PatientIsSubscriber.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.1_PatientIsSubscriber.txt index b0f4b464..dd02b471 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.1_PatientIsSubscriber.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.1_PatientIsSubscriber.txt @@ -1,46 +1,46 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*0021~ - BHT*0019*00*0123*19981015*1023*RP~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*REPRICER XYZ*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*234 Seaway St~ - N4*Miami*FL*33111~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*2*1*22*0~ - SBR*P*18*12312-A******HM~ - NM1*IL*1*SMITH*TED****34*000221111~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19430501*M~ - NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ - CLM*26462967*100***11::1*Y*A*Y*Y*C~ - DTP*431*D8*19981003~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - NM1*82*1*KILDARE*BEN****34*112233334~ - PRV*PE*ZZ*203BF0100Y~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*40*UN*1***1**N~ - DTP*472*D8*19981003~ - LX*2~ - SV1*HC:87072*15*UN*1***1**N~ - DTP*472*D8*19981003~ - LX*3~ - SV1*HC:99214*35*UN*1***2**N~ - DTP*472*D8*19981010~ - LX*4~ - SV1*HC:86663*10*UN*1***2**N~ - DTP*472*D8*19981010~ - SE*42*0021~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*0021~ + BHT*0019*00*0123*19981015*1023*RP~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*REPRICER XYZ*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*234 Seaway St~ + N4*Miami*FL*33111~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*2*1*22*0~ + SBR*P*18*12312-A******HM~ + NM1*IL*1*SMITH*TED****34*000221111~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19430501*M~ + NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ + CLM*26462967*100***11::1*Y*A*Y*Y*C~ + DTP*431*D8*19981003~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + NM1*82*1*KILDARE*BEN****34*112233334~ + PRV*PE*ZZ*203BF0100Y~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*40*UN*1***1**N~ + DTP*472*D8*19981003~ + LX*2~ + SV1*HC:87072*15*UN*1***1**N~ + DTP*472*D8*19981003~ + LX*3~ + SV1*HC:99214*35*UN*1***2**N~ + DTP*472*D8*19981010~ + LX*4~ + SV1*HC:86663*10*UN*1***2**N~ + DTP*472*D8*19981010~ + SE*42*0021~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.2_PatientIsNotSubscriber.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.2_PatientIsNotSubscriber.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.2_PatientIsNotSubscriber.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.2_PatientIsNotSubscriber.txt index 0df8b9b9..464eada4 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.2_PatientIsNotSubscriber.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.2_PatientIsNotSubscriber.txt @@ -1,55 +1,55 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*3456~ - BHT*0019*00*244579*19981015*1023*CH~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*XYZ REPRICER*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*G2*PBS3334~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MAIMI*FL*33111~ - REF*G2*99878-ABA~ - HL*2*1*22*1~ - SBR*P**2222-SJ******CI~ - NM1*IL*1*SMITH*JANE****34*11223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - N3*3333 OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED****MI*JS01111223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - REF*SY*000221111~ - CLM*26463774*100***11::1*Y*A*Y*Y*S~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - NM1*82*1*KILDARE*BEN****24*999996666~ - PRV*PE*ZZ*203BF0100Y~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*40*UN*1***1**N~ - DTP*472*D8*19981003~ - LX*2~ - SV1*HC:87072*15*UN*1***1**N~ - DTP*472*D8*19981003~ - LX*3~ - SV1*HC:99214*35*UN*1***2**N~ - DTP*472*D8*19981010~ - LX*4~ - SV1*HC:86663*10*UN*1***2**N~ - DTP*472*D8*19981010~ - SE*51*3456~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*3456~ + BHT*0019*00*244579*19981015*1023*CH~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*XYZ REPRICER*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*G2*PBS3334~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MAIMI*FL*33111~ + REF*G2*99878-ABA~ + HL*2*1*22*1~ + SBR*P**2222-SJ******CI~ + NM1*IL*1*SMITH*JANE****34*11223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + N3*3333 OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED****MI*JS01111223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + REF*SY*000221111~ + CLM*26463774*100***11::1*Y*A*Y*Y*S~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + NM1*82*1*KILDARE*BEN****24*999996666~ + PRV*PE*ZZ*203BF0100Y~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*40*UN*1***1**N~ + DTP*472*D8*19981003~ + LX*2~ + SV1*HC:87072*15*UN*1***1**N~ + DTP*472*D8*19981003~ + LX*3~ + SV1*HC:99214*35*UN*1***2**N~ + DTP*472*D8*19981010~ + LX*4~ + SV1*HC:86663*10*UN*1***2**N~ + DTP*472*D8*19981010~ + SE*51*3456~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt index 1ab39227..b8ee4cfb 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt @@ -1,53 +1,53 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*0002~ - BHT*0019*00*0123*19981015*1023*CH~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ - PER*IC*JERRY*TE*3055552222~ - NM1*40*2*XYZ REPRICER*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*G2*TGJ23~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - REF*G2*99878ABA~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*SMITH*JANE****34*111223333~ - DMG*D8*19430501*F~ - REF*1W*JS00111223333~ - NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ - N3*3333OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - HL*3*2*23*0~ - PAT*02~ - NM1*QC*1*SMITH*TED****MI*JS01111223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - REF*SY*000221111~ - CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****24*999996666~ - PRV*PE*ZZ*203BF0100Y~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4**N~ - DTP*472*D8*19971003~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2**N~ - DTP*472*D8*19971003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2**N~ - DTP*472*D8*19971003~ - SE*49*0002~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*0002~ + BHT*0019*00*0123*19981015*1023*CH~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ + PER*IC*JERRY*TE*3055552222~ + NM1*40*2*XYZ REPRICER*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*G2*TGJ23~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + REF*G2*99878ABA~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*SMITH*JANE****34*111223333~ + DMG*D8*19430501*F~ + REF*1W*JS00111223333~ + NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ + N3*3333OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + HL*3*2*23*0~ + PAT*02~ + NM1*QC*1*SMITH*TED****MI*JS01111223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + REF*SY*000221111~ + CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****24*999996666~ + PRV*PE*ZZ*203BF0100Y~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4**N~ + DTP*472*D8*19971003~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2**N~ + DTP*472*D8*19971003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2**N~ + DTP*472*D8*19971003~ + SE*49*0002~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt index 82cf4671..364b6560 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt @@ -1,67 +1,67 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19940303*0802*1*X*004010X098A1~ - ST*837*1234~ - BHT*0019*00*0123*19981015*1023*CH~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*12EEER000TY~ - PER*IC*JERRY*TE*3055552222~ - NM1*40*2*REPRICER XYZ*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*G2*EJ6666~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - REF*G2*EX7777~ - HL*2*1*22*1~ - SBR*S********CI~ - NM1*IL*1*SMITH*JACK****34*222334444~ - DMG*D8*19431022*M~ - REF*1W*T55TY666~ - NM1*IN*2*GREAT PRAIRIES HEALTH*****34*111223333~ - N3*4456 South Shore Blvd~ - N4*Chicago*IL*44444~ - REF*2U*567890~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED****MI*T55TY666-01~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - REF*SY*000221111~ - CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****24*999996666~ - PRV*PE*ZZ*203BF0100Y~ - REF*G2*88877~ - SBR*P*32***CI****CI~ - CAS*PR*1*21.89**3*15~ - AMT*D*42.15~ - AMT*F2*36.89~ - DMG*D8*19430501*F~ - OI***Y*B**Y~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33111~ - NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4**N~ - DTP*472*D8*19981003~ - SVD*111223333*40*HC:99213**1~ - CAS*CO*42*3~ - DTP*573*D8*19981015~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2**N~ - DTP*472*D8*19971003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2**N~ - DTP*472*D8*19971003~ - SE*63*1234~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19940303*0802*1*X*004010X098A1~ + ST*837*1234~ + BHT*0019*00*0123*19981015*1023*CH~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*12EEER000TY~ + PER*IC*JERRY*TE*3055552222~ + NM1*40*2*REPRICER XYZ*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*G2*EJ6666~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + REF*G2*EX7777~ + HL*2*1*22*1~ + SBR*S********CI~ + NM1*IL*1*SMITH*JACK****34*222334444~ + DMG*D8*19431022*M~ + REF*1W*T55TY666~ + NM1*IN*2*GREAT PRAIRIES HEALTH*****34*111223333~ + N3*4456 South Shore Blvd~ + N4*Chicago*IL*44444~ + REF*2U*567890~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED****MI*T55TY666-01~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + REF*SY*000221111~ + CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****24*999996666~ + PRV*PE*ZZ*203BF0100Y~ + REF*G2*88877~ + SBR*P*32***CI****CI~ + CAS*PR*1*21.89**3*15~ + AMT*D*42.15~ + AMT*F2*36.89~ + DMG*D8*19430501*F~ + OI***Y*B**Y~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33111~ + NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4**N~ + DTP*472*D8*19981003~ + SVD*111223333*40*HC:99213**1~ + CAS*CO*42*3~ + DTP*573*D8*19981015~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2**N~ + DTP*472*D8*19971003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2**N~ + DTP*472*D8*19971003~ + SE*63*1234~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt index 04e59292..fd0614b3 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt @@ -1,62 +1,62 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*0002~ - BHT*0019*00*0123*19981015*1023*CH~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ - PER*IC*JERRY*TE*3055552222~ - NM1*40*2*XYZ REPRICER*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*G2*PBS3334~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - REF*G2*99878-ABA~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*SMITH*JANE****34*111223333~ - DMG*D8*19430501*F~ - REF*1W*JS00111223333~ - NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ - N3*3333 OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - HL*3*2*23*0~ - PAT*02~ - NM1*QC*1*SMITH*TED****MI*JS01111223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - REF*SY*000221111~ - CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****24*999996666~ - PRV*PE*S3*203BF0100Y~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - SBR*P*01***C1****LI~ - DMG*D8*19431022*M~ - NM1*IL*1*SMITH*JACK****MI*T55TY666~ - N3*236 N. MAIN ST~ - N4*MIAMI*FL*33413~ - NM1*PR*2*GREAT PRAIRIES HEALTH*****PI*567890~ - NM1*QC*1******MI*T55TY666-01~ - NM1*82*1~ - REF*G2*88877~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4**N~ - DTP*472*D8*19971003~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2**N~ - DTP*472*D8*19971003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2**N~ - DTP*472*D8*19971003~ - SE*58*0002~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*0002~ + BHT*0019*00*0123*19981015*1023*CH~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*567890~ + PER*IC*JERRY*TE*3055552222~ + NM1*40*2*XYZ REPRICER*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*G2*PBS3334~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + REF*G2*99878-ABA~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*SMITH*JANE****34*111223333~ + DMG*D8*19430501*F~ + REF*1W*JS00111223333~ + NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ + N3*3333 OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + HL*3*2*23*0~ + PAT*02~ + NM1*QC*1*SMITH*TED****MI*JS01111223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + REF*SY*000221111~ + CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****24*999996666~ + PRV*PE*S3*203BF0100Y~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + SBR*P*01***C1****LI~ + DMG*D8*19431022*M~ + NM1*IL*1*SMITH*JACK****MI*T55TY666~ + N3*236 N. MAIN ST~ + N4*MIAMI*FL*33413~ + NM1*PR*2*GREAT PRAIRIES HEALTH*****PI*567890~ + NM1*QC*1******MI*T55TY666-01~ + NM1*82*1~ + REF*G2*88877~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4**N~ + DTP*472*D8*19971003~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2**N~ + DTP*472*D8*19971003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2**N~ + DTP*472*D8*19971003~ + SE*58*0002~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3D_COB_PayerAToPayerB.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3D_COB_PayerAToPayerB.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3D_COB_PayerAToPayerB.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3D_COB_PayerAToPayerB.txt index f32e26b6..e288d442 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3D_COB_PayerAToPayerB.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.1.3D_COB_PayerAToPayerB.txt @@ -1,70 +1,70 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*1234~ - BHT*0019*00*0123*19981015*1023*CH~ - REF*87*004010X098~ - NM1*41*2*KEY INSURANCE COMPANY*****46*999996666~ - PER*IC*COB CUSTOMER SERVICE*TE*3031112222~ - NM1*40*2*GREAT PRAIRIES HEALTH*****46*567890~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*G2*EJ6666~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - REF*G2*EX7777~ - HL*2*1*22*1~ - SBR*S********CI~ - NM1*IL*1*SMITH*JACK****34*222334444~ - DMG*D8*19431022*M~ - REF*1W*T55TY666~ - NM1*IN*2*GREAT PRAIRIES HEALTH*****24*111223333~ - N3*4456 South Shore Blvd~ - N4*Chicago*IL*44444~ - REF*2U*567890~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED****MI*T55TY666-01~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - REF*SY*000221111~ - CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****34*999996666~ - PRV*PE*ZZ*203BF0100Y~ - REF*G2*88877~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - SBR*P*32***CI****CI~ - CAS*PR*1*21.89**3*15~ - AMT*D*42.15~ - AMT*F2*36.89~ - DMG*D8*19430501*F~ - OI***Y*B**Y~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33111~ - NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ - NM1*QC*1******MI*JS01111223333~ - NM1*82*1~ - REF*G2*88877~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4**N~ - DTP*472*D8*19981003~ - SVD*111223333*40*HC:99213***1~ - CAS*CO*42*3~ - DTP*573*D8*19981015~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2**N~ - DTP*472*D8*19971003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2**N~ - DTP*472*D8*19971003~ - SE*66*1234~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*1234~ + BHT*0019*00*0123*19981015*1023*CH~ + REF*87*004010X098~ + NM1*41*2*KEY INSURANCE COMPANY*****46*999996666~ + PER*IC*COB CUSTOMER SERVICE*TE*3031112222~ + NM1*40*2*GREAT PRAIRIES HEALTH*****46*567890~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*G2*EJ6666~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + REF*G2*EX7777~ + HL*2*1*22*1~ + SBR*S********CI~ + NM1*IL*1*SMITH*JACK****34*222334444~ + DMG*D8*19431022*M~ + REF*1W*T55TY666~ + NM1*IN*2*GREAT PRAIRIES HEALTH*****24*111223333~ + N3*4456 South Shore Blvd~ + N4*Chicago*IL*44444~ + REF*2U*567890~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED****MI*T55TY666-01~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + REF*SY*000221111~ + CLM*26407789*79.04***11::1*Y*A*Y*Y*B~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****34*999996666~ + PRV*PE*ZZ*203BF0100Y~ + REF*G2*88877~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + SBR*P*32***CI****CI~ + CAS*PR*1*21.89**3*15~ + AMT*D*42.15~ + AMT*F2*36.89~ + DMG*D8*19430501*F~ + OI***Y*B**Y~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33111~ + NM1*IN*2*KEY INSURANCE COMPANY*****24*999996666~ + NM1*QC*1******MI*JS01111223333~ + NM1*82*1~ + REF*G2*88877~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4**N~ + DTP*472*D8*19981003~ + SVD*111223333*40*HC:99213***1~ + CAS*CO*42*3~ + DTP*573*D8*19981015~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2**N~ + DTP*472*D8*19971003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2**N~ + DTP*472*D8*19971003~ + SE*66*1234~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.1_PayerIsPCIns.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.1_PayerIsPCIns.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.1_PayerIsPCIns.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.1_PayerIsPCIns.txt index 227f4020..2f27c30d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.1_PayerIsPCIns.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.1_PayerIsPCIns.txt @@ -1,58 +1,58 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*872391~ - BHT*0019*00*0123*19970410*1339*CH~ - REF*87*004010X098~ - NM1*41*2*PRESIDENTIAL CHIROPRACTIC*****46*777BH666~ - PER*IC*LARRY*TE*3215556677~ - NM1*40*2*LAST CHANCE INSURANCE COMPANY*****46*123456789~ - HL*1**20*1~ - NM1*85*2*PRESIDENTIAL CHIROPRACTIC*****XX*777BH666~ - N3*5 LUMBAR LANE~ - N4*GOLFERS HAVEN*FL*91919~ - REF*EI*222559999~ - PER*IC*SUSAN*TE*3215557777~ - HL*2*1*22*1~ - SBR*P********LM~ - NM1*IL*1*NORTON*GRAIG****MI*970925824~ - NM1*PR*2*LAST CHANCE INSURANCE COMPANY*****XV*123456789~ - N3*1 DESERT LINE ROAD~ - N4*RENO*NV*44544~ - HL*3*2*23*0~ - PAT*41~ - NM1*QC*1*CLIFTON*WILLIAM****34*234557329~ - N3*1600 RAZORBACK AVENUE~ - N4*LITTLE ROCK*AR*54321~ - DMG*D8*19491013*M~ - REF*Y4*88N522371~ - CLM*686868686*245***11::1*Y*A*Y*Y*B*OA~ - DTP*454*D8*19970318~ - DTP*439*D8*19970317~ - CR2*1*1***DA*1*1*A*Y***Y~ - HI*BK:8472~ - NM1*DN*1*ZEUSS*THEODORE****XX*999DS427~ - PRV*RF*ZZ*203BF0100Y~ - NM1*82*1*DONALD*MACK****XX*999OU812~ - PRV*PE*ZZ*111NS0005N~ - REF*EI*311235689~ - LX*1~ - SV1*HC:99204*60*UN*1***1**N~ - DTP*472*D8*19970318~ - LX*2~ - SV1*HC:72100*75*UN*1***1**N~ - DTP*472*D8*19970318~ - LX*3~ - SV1*HC:97010*25*UN*1***1**N~ - DTP*472*D8*19970318~ - LX*4~ - SV1*HC:97014*25*UN*1***1**N~ - DTP*472*D8*19970318~ - LX*5~ - SV1*HC:97124*35*UN*1***1**N~ - DTP*472*D8*19970318~ - LX*6~ - SV1*HC:97035*25*UN*1***1**N~ - DTP*472*D8*19970318~ - SE*54*872391~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*872391~ + BHT*0019*00*0123*19970410*1339*CH~ + REF*87*004010X098~ + NM1*41*2*PRESIDENTIAL CHIROPRACTIC*****46*777BH666~ + PER*IC*LARRY*TE*3215556677~ + NM1*40*2*LAST CHANCE INSURANCE COMPANY*****46*123456789~ + HL*1**20*1~ + NM1*85*2*PRESIDENTIAL CHIROPRACTIC*****XX*777BH666~ + N3*5 LUMBAR LANE~ + N4*GOLFERS HAVEN*FL*91919~ + REF*EI*222559999~ + PER*IC*SUSAN*TE*3215557777~ + HL*2*1*22*1~ + SBR*P********LM~ + NM1*IL*1*NORTON*GRAIG****MI*970925824~ + NM1*PR*2*LAST CHANCE INSURANCE COMPANY*****XV*123456789~ + N3*1 DESERT LINE ROAD~ + N4*RENO*NV*44544~ + HL*3*2*23*0~ + PAT*41~ + NM1*QC*1*CLIFTON*WILLIAM****34*234557329~ + N3*1600 RAZORBACK AVENUE~ + N4*LITTLE ROCK*AR*54321~ + DMG*D8*19491013*M~ + REF*Y4*88N522371~ + CLM*686868686*245***11::1*Y*A*Y*Y*B*OA~ + DTP*454*D8*19970318~ + DTP*439*D8*19970317~ + CR2*1*1***DA*1*1*A*Y***Y~ + HI*BK:8472~ + NM1*DN*1*ZEUSS*THEODORE****XX*999DS427~ + PRV*RF*ZZ*203BF0100Y~ + NM1*82*1*DONALD*MACK****XX*999OU812~ + PRV*PE*ZZ*111NS0005N~ + REF*EI*311235689~ + LX*1~ + SV1*HC:99204*60*UN*1***1**N~ + DTP*472*D8*19970318~ + LX*2~ + SV1*HC:72100*75*UN*1***1**N~ + DTP*472*D8*19970318~ + LX*3~ + SV1*HC:97010*25*UN*1***1**N~ + DTP*472*D8*19970318~ + LX*4~ + SV1*HC:97014*25*UN*1***1**N~ + DTP*472*D8*19970318~ + LX*5~ + SV1*HC:97124*35*UN*1***1**N~ + DTP*472*D8*19970318~ + LX*6~ + SV1*HC:97035*25*UN*1***1**N~ + DTP*472*D8*19970318~ + SE*54*872391~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.2_PayerIsPCIns.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.2_PayerIsPCIns.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.2_PayerIsPCIns.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.2_PayerIsPCIns.txt index e2a3ea38..3cd44c93 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.2_PayerIsPCIns.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.2_PayerIsPCIns.txt @@ -1,55 +1,55 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*872401~ - BHT*0019*00*0124*19970411*0724*CH~ - REF*87*004010X098~ - NM1*41*2*SPEEDY BILLING SERVICE*****46*333119999~ - PER*IC*SAM SPEEDY*TE*8154445555~ - NM1*40*2*BASKET & ROBERTS INSURANCE COMPANY*****46*345345345~ - HL*1**20*1~ - NM1*85*2*SPEEDY BILLING SERVICE*****24*333119999~ - N3*1 EDI WAY~ - N4*WALNUT*VT*55333~ - NM1*87*1*SWEETTOOTH*SAM****XX*777ST123~ - N3*837 PROFESSIONAL DRIVE~ - N4*PISTACHIO*VT*55557~ - REF*EI*331330001~ - REF*G2*331330001~ - HL*2*1*22*1~ - SBR*P********WC~ - NM1*IL*2*JEN & BARRY’S ICE CREAM SHOPPE*****MI*WC962222L~ - NM1*PR*2*BASKET & ROBERTS INSURANCE COMPANY*****XV*345345345~ - N3*31 FLAVOR STREET~ - N4*MAPLE*VT*55222~ - HL*3*2*23*0~ - PAT*20~ - NM1*QC*1*PLUMP*PENNY****34*115683870~ - N3*265 DOUBLE DIP LANE~ - N4*SUGAR CONE*VT*55544~ - DMG*D8*19770211*F~ - REF*Y4*W9123499~ - CLM*888228888*405***11::1*Y*A*Y*Y*B*EM:OA~ - DTP*439*D8*19970212~ - DTP*454*D8*19970212~ - HI*BK:81602*BF:354~ - NM1*82*1*SWEETTOOTH*SAM****XX*777ST123~ - PRV*PE*ZZ*203BE004Y~ - REF*EI*331330001~ - NM1*77*1*PISTACHIO EMERGENCY SERVICES*****XX*ERP66655~ - N3*123 EMERGENCY WAY~ - N4*PISTACHIO*VT*55556~ - LX*1~ - SV1*HC:99242*120*UN*1***1**Y~ - DTP*472*D8*19970226~ - LX*2~ - SV1*HC:A4570*25*UN*1***1**Y~ - DTP*472*D8*19970226~ - LX*3~ - SV1*HC:73140*50*UN*1***1**Y~ - DTP*472*D8*19970226~ - LX*4~ - SV1*HC:99283*210*UN*1*23**1:2**Y~ - DTP*472*D8*19970212~ - SE*51*872401~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*872401~ + BHT*0019*00*0124*19970411*0724*CH~ + REF*87*004010X098~ + NM1*41*2*SPEEDY BILLING SERVICE*****46*333119999~ + PER*IC*SAM SPEEDY*TE*8154445555~ + NM1*40*2*BASKET & ROBERTS INSURANCE COMPANY*****46*345345345~ + HL*1**20*1~ + NM1*85*2*SPEEDY BILLING SERVICE*****24*333119999~ + N3*1 EDI WAY~ + N4*WALNUT*VT*55333~ + NM1*87*1*SWEETTOOTH*SAM****XX*777ST123~ + N3*837 PROFESSIONAL DRIVE~ + N4*PISTACHIO*VT*55557~ + REF*EI*331330001~ + REF*G2*331330001~ + HL*2*1*22*1~ + SBR*P********WC~ + NM1*IL*2*JEN & BARRY’S ICE CREAM SHOPPE*****MI*WC962222L~ + NM1*PR*2*BASKET & ROBERTS INSURANCE COMPANY*****XV*345345345~ + N3*31 FLAVOR STREET~ + N4*MAPLE*VT*55222~ + HL*3*2*23*0~ + PAT*20~ + NM1*QC*1*PLUMP*PENNY****34*115683870~ + N3*265 DOUBLE DIP LANE~ + N4*SUGAR CONE*VT*55544~ + DMG*D8*19770211*F~ + REF*Y4*W9123499~ + CLM*888228888*405***11::1*Y*A*Y*Y*B*EM:OA~ + DTP*439*D8*19970212~ + DTP*454*D8*19970212~ + HI*BK:81602*BF:354~ + NM1*82*1*SWEETTOOTH*SAM****XX*777ST123~ + PRV*PE*ZZ*203BE004Y~ + REF*EI*331330001~ + NM1*77*1*PISTACHIO EMERGENCY SERVICES*****XX*ERP66655~ + N3*123 EMERGENCY WAY~ + N4*PISTACHIO*VT*55556~ + LX*1~ + SV1*HC:99242*120*UN*1***1**Y~ + DTP*472*D8*19970226~ + LX*2~ + SV1*HC:A4570*25*UN*1***1**Y~ + DTP*472*D8*19970226~ + LX*3~ + SV1*HC:73140*50*UN*1***1**Y~ + DTP*472*D8*19970226~ + LX*4~ + SV1*HC:99283*210*UN*1*23**1:2**Y~ + DTP*472*D8*19970212~ + SE*51*872401~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.3_PayerIsPCIns.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.3_PayerIsPCIns.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.3_PayerIsPCIns.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.3_PayerIsPCIns.txt index 276492a5..85ab1cf2 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.3_PayerIsPCIns.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_4010/Spec_4.2.3_PayerIsPCIns.txt @@ -1,43 +1,43 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*872501~ - BHT*0019*00*0125*19970411*1524*CH~ - REF*87*004010X098~ - NM1*41*2*FERMANN HAND & FOOT CLINIC*****46*591PD123~ - PER*IC*JAN FOOT*TE*8156667777~ - NM1*40*2*HEISMAN INSURANCE COMPANY*****46*555667777~ - HL*1**20*1~ - NM1*85*2*FERMANN HAND & FOOT CLINIC*****XX*591PD123~ - N3*10 1/2 SHOEMAKER STREET~ - N4*COBBLER*CA*99997~ - REF*EI*579999999~ - HL*2*1*22*1~ - SBR*P********AM~ - NM1*IL*1*HOWLING*HAL****MI*B99977791G~ - NM1*PR*2*HEISMAN INSURANCE COMPANY*****XV*999888777~ - N3*1 TROPHY LANE~ - N4*NYAC*NY*10032~ - HL*3*2*23*0~ - PAT*41~ - NM1*QC*1*DIMPSON*DJ****34*567324788~ - N3*32 BUFFALO RUN~ - N4*ROCKING HORSE*CA*99666~ - DMG*D8*19480601*M~ - REF*Y4*32323232~ - CLM*900000032*185***11::1*Y*A*Y*Y*B*AA~ - DTP*439*D8*19940617~ - HI*BK:8842~ - NM1*82*1*MOGLIE*BRUNO****XX*687AB861~ - PRV*PE*ZZ*203BE004Y~ - NM1*77*2*FERMANN HAND & FOOT CLINIC*****XX*591PD123~ - N3*10 1/2 SHOEMAKER STREET~ - N4*COBBLER*CA*99997~ - LX*1~ - SV1*HC:99201*150*UN*1***1**Y~ - DTP*472*D8*19940620~ - LX*2~ - SV1*HC:26010*35*UN*1***1**Y~ - DTP*472*D8*19940620~ - SE*39*872501~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*872501~ + BHT*0019*00*0125*19970411*1524*CH~ + REF*87*004010X098~ + NM1*41*2*FERMANN HAND & FOOT CLINIC*****46*591PD123~ + PER*IC*JAN FOOT*TE*8156667777~ + NM1*40*2*HEISMAN INSURANCE COMPANY*****46*555667777~ + HL*1**20*1~ + NM1*85*2*FERMANN HAND & FOOT CLINIC*****XX*591PD123~ + N3*10 1/2 SHOEMAKER STREET~ + N4*COBBLER*CA*99997~ + REF*EI*579999999~ + HL*2*1*22*1~ + SBR*P********AM~ + NM1*IL*1*HOWLING*HAL****MI*B99977791G~ + NM1*PR*2*HEISMAN INSURANCE COMPANY*****XV*999888777~ + N3*1 TROPHY LANE~ + N4*NYAC*NY*10032~ + HL*3*2*23*0~ + PAT*41~ + NM1*QC*1*DIMPSON*DJ****34*567324788~ + N3*32 BUFFALO RUN~ + N4*ROCKING HORSE*CA*99666~ + DMG*D8*19480601*M~ + REF*Y4*32323232~ + CLM*900000032*185***11::1*Y*A*Y*Y*B*AA~ + DTP*439*D8*19940617~ + HI*BK:8842~ + NM1*82*1*MOGLIE*BRUNO****XX*687AB861~ + PRV*PE*ZZ*203BE004Y~ + NM1*77*2*FERMANN HAND & FOOT CLINIC*****XX*591PD123~ + N3*10 1/2 SHOEMAKER STREET~ + N4*COBBLER*CA*99997~ + LX*1~ + SV1*HC:99201*150*UN*1***1**Y~ + DTP*472*D8*19940620~ + LX*2~ + SV1*HC:26010*35*UN*1***1**Y~ + DTP*472*D8*19940620~ + SE*39*872501~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_2_And_3_Combined.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_2_And_3_Combined.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_2_And_3_Combined.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_2_And_3_Combined.txt index d2c0f4f6..c3c2ed6d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_2_And_3_Combined.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_2_And_3_Combined.txt @@ -1,134 +1,134 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*244579*20061015*1023*CH~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MAIMI*FL*33111~ - HL*2*1*22*1~ - SBR*P**2222-SJ******CI~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - REF*G2*KA6663~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26463774*100***11:B:1*Y*A*Y*I~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - LX*1~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87070*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*D8*20061010~ - HL*4**20*1~ - NM1*85*1*KILDARE*BEN****XX*1999996666~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*123456789~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*5*4*22*1~ - SBR*P*******CI~ - NM1*IL*1*SMITH*JANE****MI*111223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - N3*3333OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - REF*G2*PBS3334~ - HL*6*5*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****XX*1999996666~ - PRV*PE*PXC*204C00000X~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - SBR*S*01*******CI~ - DMG*D8*19430501*F~ - OI***Y*P**Y~ - NM1*IL*1*SMITH*JACK****MI*T55TY666~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33111~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4~ - DTP*472*D8*20051003~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2~ - DTP*472*D8*20051003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2~ - DTP*472*D8*20051003~ - SE*89*0021~ - ST*837*0022*005010X222~ - BHT*0019*00*0123*20061015*1023*RP~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*AHLIC*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*2*1*22*0~ - SBR*P*18*12312-A******HM~ - NM1*IL*1*SMITH*TED****MI*00221111~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19430501*M~ - NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ - CLM*26462967*100***11:B:1*Y*A*Y*I~ - DTP*431*D8*19981003~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87072*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*D8*20061010~ - SE*41*0022~ - GE*2*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*244579*20061015*1023*CH~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MAIMI*FL*33111~ + HL*2*1*22*1~ + SBR*P**2222-SJ******CI~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + REF*G2*KA6663~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26463774*100***11:B:1*Y*A*Y*I~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + LX*1~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87070*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*D8*20061010~ + HL*4**20*1~ + NM1*85*1*KILDARE*BEN****XX*1999996666~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*123456789~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*5*4*22*1~ + SBR*P*******CI~ + NM1*IL*1*SMITH*JANE****MI*111223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + N3*3333OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + REF*G2*PBS3334~ + HL*6*5*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****XX*1999996666~ + PRV*PE*PXC*204C00000X~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + SBR*S*01*******CI~ + DMG*D8*19430501*F~ + OI***Y*P**Y~ + NM1*IL*1*SMITH*JACK****MI*T55TY666~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33111~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4~ + DTP*472*D8*20051003~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2~ + DTP*472*D8*20051003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2~ + DTP*472*D8*20051003~ + SE*89*0021~ + ST*837*0022*005010X222~ + BHT*0019*00*0123*20061015*1023*RP~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*AHLIC*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*2*1*22*0~ + SBR*P*18*12312-A******HM~ + NM1*IL*1*SMITH*TED****MI*00221111~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19430501*M~ + NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ + CLM*26462967*100***11:B:1*Y*A*Y*I~ + DTP*431*D8*19981003~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87072*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*D8*20061010~ + SE*41*0022~ + GE*2*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_HealthInsurance.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_HealthInsurance.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_HealthInsurance.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_HealthInsurance.txt index c6c61d3e..7e727919 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_HealthInsurance.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example1_HealthInsurance.txt @@ -1,46 +1,46 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*244579*20061015*1023*CH~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MAIMI*FL*33111~ - HL*2*1*22*1~ - SBR*P**2222-SJ******CI~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - REF*G2*KA6663~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26463774*100***11:B:1*Y*A*Y*I~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - LX*1~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87070*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*RD8*20061010-20061025~ - SE*42*0021~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*244579*20061015*1023*CH~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MAIMI*FL*33111~ + HL*2*1*22*1~ + SBR*P**2222-SJ******CI~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + REF*G2*KA6663~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26463774*100***11:B:1*Y*A*Y*I~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + LX*1~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87070*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*RD8*20061010-20061025~ + SE*42*0021~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example2_Encounter.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example2_Encounter.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example2_Encounter.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example2_Encounter.txt index b8a9af3e..2a56be9f 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example2_Encounter.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example2_Encounter.txt @@ -1,45 +1,45 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*0123*20061015*1023*RP~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*AHLIC*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*2*1*22*0~ - SBR*P*18*12312-A******HM~ - NM1*IL*1*SMITH*TED****MI*00221111~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19430501*M~ - NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ - CLM*26462967*100***11:B:1*Y*A*Y*I~ - DTP*431*D8*19981003~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87072*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*D8*20061010~ - SE*41*0021~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*0123*20061015*1023*RP~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*AHLIC*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*2*1*22*0~ + SBR*P*18*12312-A******HM~ + NM1*IL*1*SMITH*TED****MI*00221111~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19430501*M~ + NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ + CLM*26462967*100***11:B:1*Y*A*Y*I~ + DTP*431*D8*19981003~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87072*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*D8*20061010~ + SE*41*0021~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example3_COB.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example3_COB.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example3_COB.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example3_COB.txt index 2569e386..b1fb2d74 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example3_COB.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/Example3_COB.txt @@ -1,57 +1,57 @@ -ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*0123*20051015*1023*CH~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222~ - NM1*40*2*XYZ REPRICER*****46*66783JJT~ - HL*1**20*1~ - NM1*85*1*KILDARE*BEN****XX*1999996666~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*123456789~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*2*1*22*1~ - SBR*P*******CI~ - NM1*IL*1*SMITH*JANE****MI*111223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - N3*3333OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - REF*G2*PBS3334~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****XX*1999996666~ - PRV*PE*PXC*204C00000X~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - SBR*S*01*******CI~ - DMG*D8*19430501*F~ - OI***Y*P**Y~ - NM1*IL*1*SMITH*JACK****MI*T55TY666~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33111~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4~ - DTP*472*D8*20051003~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2~ - DTP*472*D8*20051003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2~ - DTP*472*D8*20051003~ - SE*53*0021~ - GE*1*1~ +ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*0123*20051015*1023*CH~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222~ + NM1*40*2*XYZ REPRICER*****46*66783JJT~ + HL*1**20*1~ + NM1*85*1*KILDARE*BEN****XX*1999996666~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*123456789~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*2*1*22*1~ + SBR*P*******CI~ + NM1*IL*1*SMITH*JANE****MI*111223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + N3*3333OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + REF*G2*PBS3334~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****XX*1999996666~ + PRV*PE*PXC*204C00000X~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + SBR*S*01*******CI~ + DMG*D8*19430501*F~ + OI***Y*P**Y~ + NM1*IL*1*SMITH*JACK****MI*T55TY666~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33111~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4~ + DTP*472*D8*20051003~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2~ + DTP*472*D8*20051003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2~ + DTP*472*D8*20051003~ + SE*53*0021~ + GE*1*1~ IEA*1*000000905~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MedicaidExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MedicaidExample.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MedicaidExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MedicaidExample.txt index 391c1398..3e18899a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MedicaidExample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MedicaidExample.txt @@ -1,97 +1,97 @@ -ISA*00* *00* *ZZ*123456789 *ZZ*617591011CMST *111219*1811*|*00501*000002478*0*P*>~ - GS*HC*146151691*617591011CMST*20111219*1811*1*X*005010X222A1~ - ST*837*0001*005010X222A1~ - BHT*9999*00*9999*20111219*9999*CH~ - NM1*41*2*XXXXXXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXX XX XX*TE*9999999999~ - NM1*40*2*XXXX*****46*999999999XXXX~ - HL*1**20*1~ - PRV*BI*PXC*999X99999X~ - NM1*85*2*XXXXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXXX 9 XXXXX XXXXX 999~ - N4*XXXXXXX*TX*999999999~ - REF*EI*999999999~ - PER*IC*XXXXXXXX XX XX*TE*9999999999~ - HL*2*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXX*TX*99999~ - DMG*D8*19910406*M~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111212-20111212~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111212-20111212~ - HL*3*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXX*TX*99999~ - DMG*D8*19910406*M~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111213-20111213~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111213-20111213~ - HL*4*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXX*TX*99999~ - DMG*D8*19910406*M~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111214-20111214~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111214-20111214~ - HL*5*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ - N3*9999 XXXXXXX XX.~ - N4*XXXXXX*TX*99999~ - DMG*D8*19991130*F~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111212-20111212~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111212-20111212~ - HL*6*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ - N3*9999 XXXXXXX XX.~ - N4*XXXXXX*TX*99999~ - DMG*D8*19991130*F~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111214-20111214~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111214-20111214~ - SE*93*0001~ - GE*1*1~ +ISA*00* *00* *ZZ*123456789 *ZZ*617591011CMST *111219*1811*|*00501*000002478*0*P*>~ + GS*HC*146151691*617591011CMST*20111219*1811*1*X*005010X222A1~ + ST*837*0001*005010X222A1~ + BHT*9999*00*9999*20111219*9999*CH~ + NM1*41*2*XXXXXXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXX XX XX*TE*9999999999~ + NM1*40*2*XXXX*****46*999999999XXXX~ + HL*1**20*1~ + PRV*BI*PXC*999X99999X~ + NM1*85*2*XXXXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXXX 9 XXXXX XXXXX 999~ + N4*XXXXXXX*TX*999999999~ + REF*EI*999999999~ + PER*IC*XXXXXXXX XX XX*TE*9999999999~ + HL*2*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXX*TX*99999~ + DMG*D8*19910406*M~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111212-20111212~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111212-20111212~ + HL*3*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXX*TX*99999~ + DMG*D8*19910406*M~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111213-20111213~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111213-20111213~ + HL*4*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXX*TX*99999~ + DMG*D8*19910406*M~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111214-20111214~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111214-20111214~ + HL*5*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ + N3*9999 XXXXXXX XX.~ + N4*XXXXXX*TX*99999~ + DMG*D8*19991130*F~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111212-20111212~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111212-20111212~ + HL*6*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ + N3*9999 XXXXXXX XX.~ + N4*XXXXXX*TX*99999~ + DMG*D8*19991130*F~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111214-20111214~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111214-20111214~ + SE*93*0001~ + GE*1*1~ IEA*1*000002478~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MissingEntityCode.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MissingEntityCode.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MissingEntityCode.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MissingEntityCode.txt index 3e632e76..d0db6435 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MissingEntityCode.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/MissingEntityCode.txt @@ -1,98 +1,98 @@ -ISA*00* *00* *ZZ*123456789 *ZZ*617591011CMST *111219*1811*|*00501*000002478*0*P*>~ - GS*HC*146151691*617591011CMST*20111219*1811*1*X*005010X222A1~ - ST*837*0001*005010X222A1~ - BHT*9999*00*9999*20111219*9999*CH~ - NM1*41*2*XXXXXXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXX XX XX*TE*9999999999~ - NM1*40*2*XXXX*****46*999999999XXXX~ - HL*1**20*1~ - PRV*BI*PXC*999X99999X~ - NM1*85*2*XXXXXXXXXXXX*****XX*9999999999~ - N3*9999 XXXXXXX 9 XXXXX XXXXX 999~ - N4*XXXXXXX*TX*999999999~ - REF*EI*999999999~ - PER*IC*XXXXXXXX XX XX*TE*9999999999~ - HL*2*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXX*TX*99999~ - DMG*D8*19910406*M~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - NM1**1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111212-20111212~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111212-20111212~ - HL*3*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXX*TX*99999~ - DMG*D8*19910406*M~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111213-20111213~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111213-20111213~ - HL*4*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXX*TX*99999~ - DMG*D8*19910406*M~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111214-20111214~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111214-20111214~ - HL*5*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ - N3*9999 XXXXXXX XX.~ - N4*XXXXXX*TX*99999~ - DMG*D8*19991130*F~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111212-20111212~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111212-20111212~ - HL*6*1*22*0~ - SBR*P*18*******ZZ~ - NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ - N3*9999 XXXXXXX XX.~ - N4*XXXXXX*TX*99999~ - DMG*D8*19991130*F~ - NM1*PR*2*XXXX*****PI*999999999XXXX~ - CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ - REF*9F*99999999~ - NM1*DN*1*XXXX*****XX*9999999999~ - LX*1~ - SV1*XX>99999*99.99*UN*99.99~ - DTP*472*RD8*20111214-20111214~ - LX*2~ - SV1*XX>X9999*9.99*UN*9.99~ - DTP*472*RD8*20111214-20111214~ - SE*94*0001~ - GE*1*1~ +ISA*00* *00* *ZZ*123456789 *ZZ*617591011CMST *111219*1811*|*00501*000002478*0*P*>~ + GS*HC*146151691*617591011CMST*20111219*1811*1*X*005010X222A1~ + ST*837*0001*005010X222A1~ + BHT*9999*00*9999*20111219*9999*CH~ + NM1*41*2*XXXXXXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXX XX XX*TE*9999999999~ + NM1*40*2*XXXX*****46*999999999XXXX~ + HL*1**20*1~ + PRV*BI*PXC*999X99999X~ + NM1*85*2*XXXXXXXXXXXX*****XX*9999999999~ + N3*9999 XXXXXXX 9 XXXXX XXXXX 999~ + N4*XXXXXXX*TX*999999999~ + REF*EI*999999999~ + PER*IC*XXXXXXXX XX XX*TE*9999999999~ + HL*2*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXX*TX*99999~ + DMG*D8*19910406*M~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + NM1**1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111212-20111212~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111212-20111212~ + HL*3*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXX*TX*99999~ + DMG*D8*19910406*M~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111213-20111213~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111213-20111213~ + HL*4*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX****MI*999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXX*TX*99999~ + DMG*D8*19910406*M~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111214-20111214~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111214-20111214~ + HL*5*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ + N3*9999 XXXXXXX XX.~ + N4*XXXXXX*TX*99999~ + DMG*D8*19991130*F~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111212-20111212~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111212-20111212~ + HL*6*1*22*0~ + SBR*P*18*******ZZ~ + NM1*IL*1*XXXXXXXX*XXXXXX****MI*999999999~ + N3*9999 XXXXXXX XX.~ + N4*XXXXXX*TX*99999~ + DMG*D8*19991130*F~ + NM1*PR*2*XXXX*****PI*999999999XXXX~ + CLM*9999*99.99***99>X>9*Y*A*Y*Y*P~ + REF*9F*99999999~ + NM1*DN*1*XXXX*****XX*9999999999~ + LX*1~ + SV1*XX>99999*99.99*UN*99.99~ + DTP*472*RD8*20111214-20111214~ + LX*2~ + SV1*XX>X9999*9.99*UN*9.99~ + DTP*472*RD8*20111214-20111214~ + SE*94*0001~ + GE*1*1~ IEA*1*000002478~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/ST1309-XX.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/ST1309-XX.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/ST1309-XX.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/ST1309-XX.txt index 7eba5a4a..785afa74 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/ST1309-XX.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/ST1309-XX.txt @@ -1,56 +1,56 @@ -ISA*00* *00* *30*999999999 *ZZ*2ZZZZZ2 *130315*0304*^*00501*000003774*1*P*: - GS*HC*999999999*2ZZZZZ2*20130315*030437*440*X*005010X222A1 - ST*837*1309*005010X222A1 - BHT*0019*00*000003774;440;1309*20130315*030410*CH - NM1*41*2*ABC Health Plans*****46*999999999 - PER*IC*ABC Health Plans*TE*8005557658 - NM1*40*2*ZZZZZZZZ2*****46*123456789 - HL*1**20*1 - NM1*85*2*ABC PEDIATRIC ORTHOPAED*****XX*9999999999 - N3*600 AVENUE*STE 4 - N4*HAPPY*NJ*974321459 - REF*EI*123456789 - PER*IC*ABC PEDIATR*TE*5555559000 - HL*2*1*22*1 - SBR*P**NY20392******HM - NM1*IL*1*JONES*A****MI*X9999999 - N3*1 XYZ Tpk. - N4*Anywhere*CT*06611 - DMG*D8*18000101*U - NM1*PR*2*ABC Health Plans*****PI*91919191 - N4*Anywhere*CT*06611 - REF*G2*PZZZZZZZ - HL*3*2*23*0 - PAT*19 - NM1*QC*1*JONES*C ANN - N3*1 DEF STREET - N4*CLIFTON*NJ*07013 - DMG*D8*19980625*F - CLM*B330004Y*360***11:B:1*Y*A*Y*Y - REF*D9*123456789 - REF*EA*BBBBBBBY - K3*0 - HI*BK:84500 - NM1*DN*1*DOE*MONA****XX*9999999999 - NM1*82*1*DOE*DAVID*E***XX*9999999999 - PRV*PE*PXC*207X00000X - SBR*S*19*******CI - OI***Y***Y - NM1*IL*1*JONES*B ANN****MI*123456789 - N3*1 SOME STREET - N4*HAPPY*NJ*974321459 - NM1*PR*2*PAYOR*****PI*11111 - NM1*85*2 - REF*G2*12345 - LX*1 - SV1*HC:99204*250*UN*1*11**1 - DTP*472*D8*20130312 - REF*6R*17053 - NTE*ADD*NOTE - LX*2 - SV1*HC:73610*110*UN*1*11**1 - DTP*472*D8*20130312 - REF*6R*17054 - SE*52*1309 - GE*1*440 +ISA*00* *00* *30*999999999 *ZZ*2ZZZZZ2 *130315*0304*^*00501*000003774*1*P*: + GS*HC*999999999*2ZZZZZ2*20130315*030437*440*X*005010X222A1 + ST*837*1309*005010X222A1 + BHT*0019*00*000003774;440;1309*20130315*030410*CH + NM1*41*2*ABC Health Plans*****46*999999999 + PER*IC*ABC Health Plans*TE*8005557658 + NM1*40*2*ZZZZZZZZ2*****46*123456789 + HL*1**20*1 + NM1*85*2*ABC PEDIATRIC ORTHOPAED*****XX*9999999999 + N3*600 AVENUE*STE 4 + N4*HAPPY*NJ*974321459 + REF*EI*123456789 + PER*IC*ABC PEDIATR*TE*5555559000 + HL*2*1*22*1 + SBR*P**NY20392******HM + NM1*IL*1*JONES*A****MI*X9999999 + N3*1 XYZ Tpk. + N4*Anywhere*CT*06611 + DMG*D8*18000101*U + NM1*PR*2*ABC Health Plans*****PI*91919191 + N4*Anywhere*CT*06611 + REF*G2*PZZZZZZZ + HL*3*2*23*0 + PAT*19 + NM1*QC*1*JONES*C ANN + N3*1 DEF STREET + N4*CLIFTON*NJ*07013 + DMG*D8*19980625*F + CLM*B330004Y*360***11:B:1*Y*A*Y*Y + REF*D9*123456789 + REF*EA*BBBBBBBY + K3*0 + HI*BK:84500 + NM1*DN*1*DOE*MONA****XX*9999999999 + NM1*82*1*DOE*DAVID*E***XX*9999999999 + PRV*PE*PXC*207X00000X + SBR*S*19*******CI + OI***Y***Y + NM1*IL*1*JONES*B ANN****MI*123456789 + N3*1 SOME STREET + N4*HAPPY*NJ*974321459 + NM1*PR*2*PAYOR*****PI*11111 + NM1*85*2 + REF*G2*12345 + LX*1 + SV1*HC:99204*250*UN*1*11**1 + DTP*472*D8*20130312 + REF*6R*17053 + NTE*ADD*NOTE + LX*2 + SV1*HC:73610*110*UN*1*11**1 + DTP*472*D8*20130312 + REF*6R*17054 + SE*52*1309 + GE*1*440 IEA*1*000003774 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/UnicodeExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/UnicodeExample.txt similarity index 100% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/UnicodeExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/INS/_837P/_5010/UnicodeExample.txt diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/AftermarketExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/AftermarketExample.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/AftermarketExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/AftermarketExample.txt index 03a3af7c..0d6e5052 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/AftermarketExample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/AftermarketExample.txt @@ -1,19 +1,19 @@ -ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617 *01*00507479 *950613*0800*U*00303*000000001*0*P*>^ - GS*PD*007061617*005070479*950613*0800*132*X*003030^ - ST*852*1357^ - XQ*G*950613^ - XPO*MO00929001*MO00999990*92*007061617^ - XPO*MO01038501*MO01099990*92*007061618^ - N1*RL**92*007061617^ - LIN**BP*54-P96A*VP*P96A^ - ZA*QA*10*EA^ - ZA*QP*6*EA^ - LIN**BP*54-P99A*VP*P99A^ - ZA*QA*77*EA^ - N1*RL**92*007061618^ - LIN**BP*54-P99A*VP*P99A^ - ZA*QO*4*EA^ - CTT*3^ - SE*15*1357^ - GE*1*132^ +ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617 *01*00507479 *950613*0800*U*00303*000000001*0*P*>^ + GS*PD*007061617*005070479*950613*0800*132*X*003030^ + ST*852*1357^ + XQ*G*950613^ + XPO*MO00929001*MO00999990*92*007061617^ + XPO*MO01038501*MO01099990*92*007061618^ + N1*RL**92*007061617^ + LIN**BP*54-P96A*VP*P96A^ + ZA*QA*10*EA^ + ZA*QP*6*EA^ + LIN**BP*54-P99A*VP*P99A^ + ZA*QA*77*EA^ + N1*RL**92*007061618^ + LIN**BP*54-P99A*VP*P99A^ + ZA*QO*4*EA^ + CTT*3^ + SE*15*1357^ + GE*1*132^ IEA*1*000000001^ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/hdexchange.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/hdexchange.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/hdexchange.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/hdexchange.txt index acc88942..bd4ff2cd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/hdexchange.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_852/hdexchange.txt @@ -1,23 +1,23 @@ -ISA*00* *00* *30*943274043 *01*175315246 *990104*1521*U*00401*000000002*1*T*>^ - GS*SQ*943274043*175315246*19990104*1521*1*X*004010^ - ST*852*0001^ - XQ*G*19991205^ - XPO*092123456*092123556^ - N1*RL*ABC Distribution*9*1234567890001^ - LIN*1*VC*P-8750*UI*09999982010*BP*12345-6*RK*BZ0R6A12^ - CTP**DIS*5.33******PE^ - QTY*17*1000*EA^ - ZA*QA*1000*EA*164*20011201*ACC*P^ - ZA*QP*100*EA^ - LIN*2*VC*R-1224*UI*09999982512*BP*99345-6*RK*AR0R6A52^ - CTP**DIS*4.99******PE^ - QTY*17*503*EA^ - ZA*QA*415*EA ^ - ZA*QR*5*EA^ - QTY*N4*1^ - ZA*QS*88*EA^ - QTY*OC*5^ - CTT*2^ - SE*19*0001^ - GE*1*1^ +ISA*00* *00* *30*943274043 *01*175315246 *990104*1521*U*00401*000000002*1*T*>^ + GS*SQ*943274043*175315246*19990104*1521*1*X*004010^ + ST*852*0001^ + XQ*G*19991205^ + XPO*092123456*092123556^ + N1*RL*ABC Distribution*9*1234567890001^ + LIN*1*VC*P-8750*UI*09999982010*BP*12345-6*RK*BZ0R6A12^ + CTP**DIS*5.33******PE^ + QTY*17*1000*EA^ + ZA*QA*1000*EA*164*20011201*ACC*P^ + ZA*QP*100*EA^ + LIN*2*VC*R-1224*UI*09999982512*BP*99345-6*RK*AR0R6A52^ + CTP**DIS*4.99******PE^ + QTY*17*503*EA^ + ZA*QA*415*EA ^ + ZA*QR*5*EA^ + QTY*N4*1^ + ZA*QS*88*EA^ + QTY*OC*5^ + CTT*2^ + SE*19*0001^ + GE*1*1^ IEA*1*000000002~^ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_866/Sample1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_866/Sample1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_866/Sample1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_866/Sample1.txt index a63fa14f..1573ecf7 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_866/Sample1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_866/Sample1.txt @@ -1,35 +1,35 @@ -ISA*00* *00* *30*943274043 *01*175315246 *990104*1521*U*00401*000000002*1*T*>~ - GS*SQ*943274043*175315246*19990104*1521*1*X*004010~ - ST*866*0001~ - BSS*05*R2617*19990622*DL*19990623*19990731*002ASM12345X1990627****A~ - UIT*P~ - N1*ST**92*002ASM~ - N1*SU**92*12345X1~ - REF*DK*K999~ - DTM*002**0700*ES*D8*19990628~ - QTY*01~ - REF*LF*1~ - LIN**JS*001*RS*5676*PU*6DBB1D8C*JN*60856~ - LIN**JS*001*RS*5676*BP*1234567F91*JN*608566*LA*5400*CG*326D~ - LIN**JS*001*RS*5676*BP*1234578F91*JN*608566*LA*5400 *CG*326D~ - LIN**JS*001*RS*5676*BP*1234579F91*JN*608566*LA*5400 *CG*326~ - QTY*01~ - DTM*002**1000*ES*D8*1999062~ - QTY*01~ - REF*LF*1~ - LIN**JS*002*RS*5677*PU*8BC20C86*JN*60856~ - LIN**JS*002*RS*5677*BP*1234590F91*JN*608569*LA*5400 *CG*326D~ - QTY*01~ - LIN**JS*002*RS*5677*BP*1234501F91*JN*608569*LA*5400 *CG*326D~ - LIN**JS*002*RS*5677*BP*1234602F91*JN*608569*LA*5400 *CG*326~ - DTM*002**1000*ES*D8*19990628~ - QTY*01~ - REF*LF~ - LIN**JS*001*RS*5755*PU*2FF21A2C*JN*608541~ - LIN**JS*001*RS*5755*BP*3545450F91*JN*608541*LA*6352 *CG*175A~ - LIN**JS*001*RS*5755*BP*3545701F91*JN*608541*LA*6352 *CG*175~ - QTY*01*2~ - CTT*3~ - SE*31*0001~ - GE*1*1~ +ISA*00* *00* *30*943274043 *01*175315246 *990104*1521*U*00401*000000002*1*T*>~ + GS*SQ*943274043*175315246*19990104*1521*1*X*004010~ + ST*866*0001~ + BSS*05*R2617*19990622*DL*19990623*19990731*002ASM12345X1990627****A~ + UIT*P~ + N1*ST**92*002ASM~ + N1*SU**92*12345X1~ + REF*DK*K999~ + DTM*002**0700*ES*D8*19990628~ + QTY*01~ + REF*LF*1~ + LIN**JS*001*RS*5676*PU*6DBB1D8C*JN*60856~ + LIN**JS*001*RS*5676*BP*1234567F91*JN*608566*LA*5400*CG*326D~ + LIN**JS*001*RS*5676*BP*1234578F91*JN*608566*LA*5400 *CG*326D~ + LIN**JS*001*RS*5676*BP*1234579F91*JN*608566*LA*5400 *CG*326~ + QTY*01~ + DTM*002**1000*ES*D8*1999062~ + QTY*01~ + REF*LF*1~ + LIN**JS*002*RS*5677*PU*8BC20C86*JN*60856~ + LIN**JS*002*RS*5677*BP*1234590F91*JN*608569*LA*5400 *CG*326D~ + QTY*01~ + LIN**JS*002*RS*5677*BP*1234501F91*JN*608569*LA*5400 *CG*326D~ + LIN**JS*002*RS*5677*BP*1234602F91*JN*608569*LA*5400 *CG*326~ + DTM*002**1000*ES*D8*19990628~ + QTY*01~ + REF*LF~ + LIN**JS*001*RS*5755*PU*2FF21A2C*JN*608541~ + LIN**JS*001*RS*5755*BP*3545450F91*JN*608541*LA*6352 *CG*175A~ + LIN**JS*001*RS*5755*BP*3545701F91*JN*608541*LA*6352 *CG*175~ + QTY*01*2~ + CTT*3~ + SE*31*0001~ + GE*1*1~ IEA*1*000000002~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example1.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example1.txt index a50bfb2b..061f484e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example1.txt @@ -1,48 +1,48 @@ -ISA^00^ ^00^ ^30^943274043 ^01^175315246 ^990104^1521^U^00401^000000002^1^T^>~ - GS^PT^943274043^175315246^19990104^1521^1^X^004010~ - ST^867^1001~ - BPT^00^DM20001^20000302^SS~ - DTM^090^20000301~ - DTM^091^20000301~ - N1^MF^HC MAUFACTURER^21^08KUG8730~ - N1^DB^HC DISTRIBUTOR^21^78YU0JN90~ - REF^SB^SOEAST01~ - PTD^SS^^^VC^CT67895^DC~ - N1^ST^SOUTHEAST HOSPITAL^21^89KGH1140~ - N3^155 FULTON AVENUE~ - N4^CHARLESTON^SC^29401~ - REF^PO^PO6578~ - QTY^32^15^BX~ - LIN^^MG^1000^UK^30387698433527~ - UIT^BX^18.25^CT~ - UIT^BX^22.25^CA~ - AMT^S^4^C~ - REF^DI^DIN99234~ - DTM^003^20000301~ - DTM^004^20000301~ - PTD^SS^^^^^DC~ - REF^PO^PO9987~ - QTY^32^4^BX~ - LIN^^MG^45-766^UK^30387698332615~ - UIT^BX^32.40^CA~ - REF^DI^DIN765344~ - DTM^003^20000301~ - DTM^004^20000301~ - PTD^PA^^^VC^CT77612^AO~ - N1^ST^BRUNSWICK COUNTY SURGERY CENTER^21^K76G45110~ - N3^10678 HIGHWAY 17 N~ - N4^CALABASH^NC^28467~ - REF^PO^PO5476~ - QTY^32^1^CA~ - LIN^^MG^786012^UK^50387698356927~ - UIT^CA^81.34^CT~ - UIT^CA^98.25^CA~ - AMT^S^16.91^D~ - REF^DI^DIN546234-D~ - DTM^003^20000220~ - DTM^004^20000220~ - CTT^3~ - AMT^S^43.09^C~ - SE^44^1001~ - GE^1^1~ +ISA^00^ ^00^ ^30^943274043 ^01^175315246 ^990104^1521^U^00401^000000002^1^T^>~ + GS^PT^943274043^175315246^19990104^1521^1^X^004010~ + ST^867^1001~ + BPT^00^DM20001^20000302^SS~ + DTM^090^20000301~ + DTM^091^20000301~ + N1^MF^HC MAUFACTURER^21^08KUG8730~ + N1^DB^HC DISTRIBUTOR^21^78YU0JN90~ + REF^SB^SOEAST01~ + PTD^SS^^^VC^CT67895^DC~ + N1^ST^SOUTHEAST HOSPITAL^21^89KGH1140~ + N3^155 FULTON AVENUE~ + N4^CHARLESTON^SC^29401~ + REF^PO^PO6578~ + QTY^32^15^BX~ + LIN^^MG^1000^UK^30387698433527~ + UIT^BX^18.25^CT~ + UIT^BX^22.25^CA~ + AMT^S^4^C~ + REF^DI^DIN99234~ + DTM^003^20000301~ + DTM^004^20000301~ + PTD^SS^^^^^DC~ + REF^PO^PO9987~ + QTY^32^4^BX~ + LIN^^MG^45-766^UK^30387698332615~ + UIT^BX^32.40^CA~ + REF^DI^DIN765344~ + DTM^003^20000301~ + DTM^004^20000301~ + PTD^PA^^^VC^CT77612^AO~ + N1^ST^BRUNSWICK COUNTY SURGERY CENTER^21^K76G45110~ + N3^10678 HIGHWAY 17 N~ + N4^CALABASH^NC^28467~ + REF^PO^PO5476~ + QTY^32^1^CA~ + LIN^^MG^786012^UK^50387698356927~ + UIT^CA^81.34^CT~ + UIT^CA^98.25^CA~ + AMT^S^16.91^D~ + REF^DI^DIN546234-D~ + DTM^003^20000220~ + DTM^004^20000220~ + CTT^3~ + AMT^S^43.09^C~ + SE^44^1001~ + GE^1^1~ IEA^1^000000002~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example2.txt index 6054cce3..d4d8ced8 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example2.txt @@ -1,24 +1,24 @@ -ISA^00^ ^00^ ^30^943274043 ^01^175315246 ^990104^1521^U^00401^000000002^1^T^>~ - GS^PT^943274043^175315246^19990104^1521^1^X^004010~ - ST^867^1002~ - BPT^00^CT22000^20000302^PR~ - DTM^327^20000331~ - N1^MF^HC MANUFACTURER^21^08KUG8730~ - N1^BG^HC BUYING GROUP^21^097YT5930~ - REF^CT^GPO646~ - PTD^SS~ - N1^ST^SOUTHEAST HOSPITAL^21^89KGH1140~ - N3^155 FULTON AVENUE~ - N4^CHARLESTON^SC^29401~ - QTY^32^15^BX~ - LIN^^MG^1000^UK^30387698433527~ - UIT^BX^18.25^DI~ - AMT^1^273.75~ - ITA^A^^^03^^^8.21^^3^^^^^CSC~ - PID^F^^^^DRAPE, SMALL TOWEL, CLEAR PLASTIC, ADHESIVE STRIP~ - REF^CE^DISTRIBUTIVE~ - CTT^1~ - AMT^FO^8.21^C~ - SE^20^1002~ - GE^1^1~ +ISA^00^ ^00^ ^30^943274043 ^01^175315246 ^990104^1521^U^00401^000000002^1^T^>~ + GS^PT^943274043^175315246^19990104^1521^1^X^004010~ + ST^867^1002~ + BPT^00^CT22000^20000302^PR~ + DTM^327^20000331~ + N1^MF^HC MANUFACTURER^21^08KUG8730~ + N1^BG^HC BUYING GROUP^21^097YT5930~ + REF^CT^GPO646~ + PTD^SS~ + N1^ST^SOUTHEAST HOSPITAL^21^89KGH1140~ + N3^155 FULTON AVENUE~ + N4^CHARLESTON^SC^29401~ + QTY^32^15^BX~ + LIN^^MG^1000^UK^30387698433527~ + UIT^BX^18.25^DI~ + AMT^1^273.75~ + ITA^A^^^03^^^8.21^^3^^^^^CSC~ + PID^F^^^^DRAPE, SMALL TOWEL, CLEAR PLASTIC, ADHESIVE STRIP~ + REF^CE^DISTRIBUTIVE~ + CTT^1~ + AMT^FO^8.21^C~ + SE^20^1002~ + GE^1^1~ IEA^1^000000002~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example3.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example3.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example3.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example3.txt index 8d4f490a..15107cfa 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example3.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MAN/_867/Example3.txt @@ -1,18 +1,18 @@ -ISA^00^ ^00^ ^30^943274043 ^01^175315246 ^990104^1521^U^00401^000000002^1^T^>~ - GS^PT^943274043^175315246^19990104^1521^1^X^004010~ - ST^867^1003~ - BPT^00^CT22000^20010302^PR~ - DTM^327^20010331~ - N1^MF^HC MANUFACTURER^21^08KUG8730~ - N1^BG^HC BUYING GROUP^21^097YT5930~ - REF^CT^GPO646~ - PTD^SU~ - N1^ST^^21^89KGH1140~ - QTY^32^50~ - AMT^TS^1273.75~ - ITA^A^^^03^^^38.21^^3^^^^^CSC~ - CTT^1~ - AMT^FO^38.21^C~ - SE^14^1003~ - GE^1^1~ +ISA^00^ ^00^ ^30^943274043 ^01^175315246 ^990104^1521^U^00401^000000002^1^T^>~ + GS^PT^943274043^175315246^19990104^1521^1^X^004010~ + ST^867^1003~ + BPT^00^CT22000^20010302^PR~ + DTM^327^20010331~ + N1^MF^HC MANUFACTURER^21^08KUG8730~ + N1^BG^HC BUYING GROUP^21^097YT5930~ + REF^CT^GPO646~ + PTD^SU~ + N1^ST^^21^89KGH1140~ + QTY^32^50~ + AMT^TS^1273.75~ + ITA^A^^^03^^^38.21^^3^^^^^CSC~ + CTT^1~ + AMT^FO^38.21^C~ + SE^14^1003~ + GE^1^1~ IEA^1^000000002~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MISC/_102/Example.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MISC/_102/Example.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MISC/_102/Example.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MISC/_102/Example.txt index 8c2b3f29..379dea52 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MISC/_102/Example.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MISC/_102/Example.txt @@ -1,10 +1,10 @@ -ISA*00* *00* *ZZ*123456789 *ZZ*987654321 *041117*1024*^*00501*000000286*0*P*:~ - GS*FA*RCVR*SNDR*20041117*1024*287*X*005010X231~ - ST*102*2870001*005010X231~ - ORI*123456789~ - REF*01*12345678~ - OOI*1*1*1~ - BDS*NOF*18*Binary Data*: Here~ - SE*6*2870001~ - GE*1*287~ +ISA*00* *00* *ZZ*123456789 *ZZ*987654321 *041117*1024*^*00501*000000286*0*P*:~ + GS*FA*RCVR*SNDR*20041117*1024*287*X*005010X231~ + ST*102*2870001*005010X231~ + ORI*123456789~ + REF*01*12345678~ + OOI*1*1*1~ + BDS*NOF*18*Binary Data*: Here~ + SE*6*2870001~ + GE*1*287~ IEA*1*000000286~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MOR/_200/MortgageBrokersExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MOR/_200/MortgageBrokersExample.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MOR/_200/MortgageBrokersExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MOR/_200/MortgageBrokersExample.txt index 745aed1e..9159acfc 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/MOR/_200/MortgageBrokersExample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/MOR/_200/MortgageBrokersExample.txt @@ -1,330 +1,330 @@ -ISA~00~ ~00~ ~01~107212169 ~01~1234567890123 ~030607~1124~U~04010~000000037~0~P~¦ - GS~ME~GRANITEDUN~0140100~20030501~1527~128~X~004010 - ST~200~002012345 - BGN~00~1~19960819~1422~LT - CRO~RTS~199803011422~MC~01~1~1 - DTP~164~RTS~19980301142757 - DTP~368~RTS~19980301142759 - REF~3L~00000074 - REF~I7~00012345 - REF~X9~125 - REF~55~1 - N1~R8~REALGOOD CREDIT CORPORATION - N3~6350 LAUREL CANYON BLVD. - N4~NORTH HOLLYWOOD~CA~91606 - N1~41~XYZ MORTGAGE - N2~515 - REF~11~XYZTEST02 - N1~LO~XYZ MORTGAGE CORPORATION - PER~EB~1069905 - N1~RY~TRW~CR~01 - REF~PRT~T02~EXPERIAN/FAIR ISAAC - N1~RY~TU~CR~02 - N1~RY~EFX~CR~03 - LX~1 - IN1~1~02~01~SY~999-88-7777 - IN2~02~LINDA - IN2~05~LOOSER - NX1~8B - NX2~15~987 W 65 ST - NX2~07~LOS ANGELES - NX2~09~CA - NX2~19~90037 - ARS~1~U - NX1~F4 - NX2~15~739 1 2 MAIN AVE - NX2~07~LONG BEACH - NX2~09~CA - NX2~19~90813 - ARS~F~U - TLN~5544109~N~N~22~01~R~2~~01~~~~~~~~~~~Y - N1~GT~BROADWAY DS - DTP~621~CM~199701 - DTP~629~CM~198712 - TBI~02~D 729D006~1 - PPD~C~CM~199701~10~~01~199701~0~0~0~0~0~0 - NTE~TLR~CLOSED BY CREDIT GRANTOR - AMT~IZ~201 - TLN~106586~Y~N~22~12~U~1~37~09~~~CM~199109~~09~CM~199109~~09~Y - N1~GT~ADVANCE CREDITORS SERV - N3~3854 CERRITOS AVENUE - N4~LOS ALAMITOS~CA~90720 - REF~SJ~3 - PER~IC~~TE~3105944791 - DTP~621~D8~19910905 - DTP~629~CM~198910 - TBI~01~3980036~0 - NTE~TLR~ACCOUNT INCLUDED IN BANKRUPTCY - AMT~IZ~100 - TLN~4453600123456~N~N~22~12~R~9~15~01~~~~~~~~~~~Y - N1~GT~MACYS/BROADWAY - N3~9111 DUKE BLVD - N4~MASON~OH~45040 - REF~SJ~8 - PER~IC~~TE~5135738566 - DTP~621~D8~19970722 - DTP~629~CM~199512 - DTP~911~CM~199706 - TBI~01~2309120~0 - TBI~02~D 729D009~1 - PPD~CCCCCCC~CM~199707~10~~01~199707~0~0~0~0~0~0 - PPD~CCCCC-C~CM~199707~01~0~01~199707~0~0~0~0~0~0 - PPD~-CCCCCC~CM~199707~02~1~01~199707~0~0~0~0~0~0 - AMT~T4~246 - AMT~IZ~246 - AMT~GO~600 - AMT~MP~13 - TLN~9998877771013~N~N~22~12~I~48~20~01~~~~~~~~~~~Y - N1~GT~STUDENT LOAN MKT ASSN - N3~777 TWIN CREEK DRIVE - N4~KILLEEN~TX~76543 - REF~SJ~10 - PER~IC~~TE~BYMAILONLY - DTP~621~D8~19970703 - DTP~629~CM~199009 - DTP~911~CM~199705 - TBI~01~3991668~0 - TBI~02~V 991R001~1 - TBI~03~153FZ00186~2 - PPD~CCCCCCCCCCCCCCCCCCCCCCCC~CM~199707~10~~01~199707~0~0~0~0~0~0 - PPD~CCCCCCCCCCCCCCCCCCCCCCCC~CM~199707~01~0~01~199707~0~0~0~0~0~0 - PPD~CCCCCCCC--CCCCCCCCCCCCC~CM~199707~02~1~01~199707~0~0~0~0~0~0 - AMT~T4~1708 - AMT~IZ~2625 - AMT~MP~30 - TLN~143029876~N~N~22~12~R~7~26~01~~~~~~~~~~~Y - N1~GT~MARINE MIDLAND BANK NA - N3~251 MAIN STREET/2ND FLOO - N4~BUFFALO~NY~14240 - REF~SJ~6 - PER~IC~~TE~BYMAILONLY - DTP~621~D8~19900715 - DTP~629~CM~198612 - TBI~01~1230305~0 - TBI~03~405BB00280~2 - AMT~GO~1000 - TLN~55441092~Y~N~22~12~R~1~15~09~10~~CM~199103~~09~CM~199103~~09~Y - N1~GT~BROADWAY/FDS MACYS W - N3~P O BOX 52186 - N4~PHOENIX~AZ~85072 - REF~SJ~4 - PER~IC~~TE~6029293187 - DTP~621~D8~19910301 - DTP~629~CM~198712 - TBI~01~3370300~0 - NTE~TLR~FIRM REPORTS A PAID CHARGE OFF ON 03/91 - AMT~IZ~100 - TLN~60814366644~Y~N~22~01~R~97~~02~~~CM~199707~~02~CM~199707~~02~Y - N1~GT~LERNER - DTP~621~CM~199707 - DTP~629~CM~198805 - DTP~911~CM~199706 - TBI~02~C 393D001~1 - TBI~03~906CG00068~2 - PPD~111CCCCCCCCCCCCCCCCCCC~CM~199707~10~~02~199707~4~0~0~0~0~0 - PPD~1-1~CM~199707~03~2~02~199707~3~0~0~0~0~0 - PPD~C1CCCCCCCCCCCCCCCCCCCC~CM~199707~02~1~02~199707~2~0~0~0~0~0 - AMT~T4~553 - AMT~IZ~766 - AMT~GO~200 - AMT~PJ~110 - AMT~MP~50 - TLN~4121999988887777~N~N~22~01~R~13~26~01~~~~~~~~~~~Y~~MIN29 - N1~GT~CAPITALONE BANK - N3~P O BOX 26030 - N4~RICHMOND~VA~23260 - REF~SJ~20 - PER~IC~~TE~8009557070 - DTP~621~CM~199708 - DTP~629~CM~199507 - DTP~911~CM~199706 - TBI~01~1270246~0 - TBI~02~B 1DTV001~1 - TBI~03~850BB01498~2 - PPD~CCCCCCCCCCCN~CM~199708~10~~01~199708~0~0~0~0~0~0 - PPD~CCC-CC-CCCC~CM~199708~02~1~01~199708~0~0~0~0~0~0 - PPD~CCCCCCCCCCN~CM~199707~01~0~01~199707~0~0~0~0~0~0 - AMT~T4~644 - AMT~IZ~662 - AMT~MP~29 - TLN~662653~Y~N~22~12~O~1~43~09~02~~CM~199505~~09~CM~199505~~09~Y - N1~GT~COLLECTION CONSULTANTS - N3~425 W BROADWAY STE 200 - N4~GLENDALE~CA~91204 - REF~SJ~2 - PER~IC~~TE~8185515600 - DTP~621~D8~19950531 - DTP~629~CM~199503 - DTP~911~CM~199505 - TBI~01~3980658~0 - TBI~02~Y 4116001~1 - TBI~03~180YC04625~2 - PPD~-~CM~199505~10~~09~199505~0~0~0~0~0~0 - NTE~TLR~FIRM REPORTS A COLL ACCT FOR $256. - AMT~T4~256 - AMT~IZ~336 - TLN~969699~Y~N~22~01~R~1~~09~01~~CM~199004~~09~CM~199004~~09~Y - N1~GT~GE CAPITAL - DTP~621~CM~199004 - DTP~629~CM~198806 - TBI~02~Q 2350006~1 - NTE~TLR~FIRM REPORTS A CHARGE OFF ON 10/89 - NTE~TLR~BAD DEBT - TLN~8498078477169~Y~N~22~12~R~41~15~02~~~CM~199707~~02~CM~199707~~02~Y - N1~GT~SEARS - N3~P O BOX 5000 - N4~RANCHO CUCAMONGA~CA~91730 - REF~SJ~14 - PER~IC~~TE~BYMAILONLY - DTP~621~D8~19970725 - DTP~629~CM~198401 - DTP~911~CM~199707 - TBI~01~3319849~0 - TBI~02~D 6256407~1 - TBI~03~906DC00029~2 - PPD~1CCCCCCCCCCCCCCCCCCCCCCC~CM~199707~10~~02~199707~2~0~0~0~0~0 - PPD~1~CM~199707~03~2~02~199707~2~0~0~0~0~0 - PPD~CCCCCCCCCCCCCCCCCCCCCCCC~CM~199707~01~0~02~199707~1~0~0~0~0~0 - PPD~CCCCCCCCCCCCCCCCCCCCCCC~CM~199707~02~1~02~199707~1~0~0~0~0~0 - NTE~TLR~CREDIT LINE CLOSED - AMT~T4~296 - AMT~IZ~2585 - AMT~GO~2500 - AMT~PJ~11 - AMT~MP~11 - RO~06~10~~14~15592~LS~31~8924979~22 - CDS~7~B - TBI~01~3001002~0 - TBI~02~Z5087954~1 - DTP~270~CM~198911 - DTP~666~CM~199003 - AMT~11~15592 - N1~AX~BANKRUPTCY-II - N1~KT~FEDERAL DISTRICT - RO~03~08~~14~650~LS~31~9102653~22 - TBI~01~3012767~0 - TBI~02~Z508700C~1 - TBI~03~180VC00389~2 - DTP~270~CM~199112 - N1~AX~BELLFLOWER GROWTH GROUP - N1~KT~SMALL CLAIMS - RO~04~04~~14~2543~LS~31~91778584~22 - TBI~01~3031217~0 - TBI~02~Z5087969~1 - TBI~03~180VS00026~2 - DTP~270~CM~199105 - N1~AX~SQ91778584 - N1~KT~COUNTY CLERK - RO~04~04~~14~1308~LS~31~95538999~22 - TBI~01~3031217~0 - TBI~02~Z508725N~1 - TBI~03~180VS00026~2 - DTP~270~CM~199504 - N1~AX~SQ95538999 - N1~KT~RECORDS OF DEEDS - INQ~3~22 - TBI~01~3592038~0 - N1~E8~NATL CONSUMERS FINANCE - N3~11111 W OLYMPIC BL #206 - N4~LOS ANGELES~CA~90064 - PER~IC~~TE~3104780419 - DTP~628~D8~19970626 - VAR~01~0 - NTE~VNN~LN-LOOSER - NTE~VNN~FN-LIN - NTE~VNN~MI-S - NTE~VNN~SS-999887777 - NTE~VNN~YOB-49 - NTE~VNN~AD-11/94-LINDA S LOOSER/987 W 65ND ST/LOS ANGELES CA 90037 - NTE~VNN~FA-05/92-LINDA S LOOSER/739 1-2 MAINE AVE/LONG BEACH CA 90813 - NTE~VNN~FA-12/91-LINDA S LOOSER/2565 E ADAMS ST/LONG BEACH CA 90810 - NTE~VNN~EM-06/96-COAST RADIOLOGY - NTE~VNN~AK-AKA: BADROT - NTE~VNN~AK-AKA: LINDA - IN1~1~04~01~SY~999887777 - IN2~05~LOOSER - IN2~02~LIN - IN2~17~S - DMG~CY~1949 - NX1~RJ - NX2~18~LINDA S LOOSER/987 W 65ND ST/LOS AN - NX1~RJ - NX2~18~LINDA S LOOSER/739 1-2 MAINE AVE/LO - NX1~RJ - NX2~18~LINDA S LOOSER/2565 E ADAMS ST/LONG - N1~ES~COAST RADIOLOGY - N1~XD~AKA: BADROT - N1~XD~AKA: LINDA - N1~R7~TRW INFORMATION SERVICES NCAC - N3~660 N CENTRAL EXPWAY, EXIT 28~PO BOX 949 - N4~ALLEN~TX~75013 - PER~CR~~TE~8006827654 - SCM~T02~587~P~EXPERIAN/FAIR ISAAC - SCS~X~ ACCOUNT(S) NOT PAID AS AGREED AND/OR LEGAL ITEM FILED - SCS~S~ NUMBER OF ACCOUNTS DELINQUENT - SCS~N~ LENGTH OF TIME (OR UNKNOWN TIME) SINCE ACCOUNT DELINQUENCY - SCS~B~ DELINQUENCY REPORTED ON ACCOUNTS - VAR~02~1 - NTE~VNN~LN-LOOSER - NTE~VNN~FN-LINDA - NTE~VNN~MI-S - NTE~VNN~SS-999887777 - NTE~VNN~AGE-4801 - NTE~VNN~SSS-000000000 - NTE~VNN~AD-01/96-16304 EUCALYPTUS A AV BELLFLOWER CA90706 - NTE~VNN~AD-10/94-987 W 65 ST LOS ANGELES CA90037 - NTE~VNN~AD-739 MAINE AV2 LONG BEACH CA90813 - NTE~VNN~EM-COAST RADIOLOGY MEDICAL LONG BEACH MEDICAL RECEPTIONIST 9 - NTE~VNN~EM-APPLE ONE 8901 R - IN1~1~04~01~SY~999887777 - IN2~05~LOOSER - IN2~02~LINDA - IN2~17~S - NX1~RJ - NX2~18~16304 EUCALYPTUS A AV BELLFLOWER CA - NX1~RJ - NX2~18~987 W 65 ST LOS ANGELES CA90037 - NX1~RJ - NX2~18~739 MAINE AV2 LONG BEACH CA90813 - N1~ES~COAST RADIOLOGY MEDICAL LONG BEACH - N1~ES~APPLE ONE 8901 R - N1~R7~TRANS UNION CORPORATION - N3~760 W. SPROUL ROAD, PO BOX 390 - N4~SPRINGFIELD~PA~19064-0390 - PER~CR~~TE~714-680-7292 - VAR~03~2 - NTE~VNN~LN-LOOSER - NTE~VNN~FN-LINDA - NTE~VNN~MI-S - NTE~VNN~SS-999887777 - NTE~VNN~AGE-AGE 48 - NTE~VNN~AD-987 W 65ND ST LOS ANGELES CA90037 T0195 - NTE~VNN~FA-120 E ALLINGTON ST LONG BEACH CA90805 T1294 - NTE~VNN~FA-739 1 2 MAINE AV LONG BEACH CA90813 T0594 - NTE~VNN~EM- CC - IN1~1~04~01~SY~999887777 - IN2~05~LOOSER - IN2~02~LINDA - IN2~17~S - N10~48 - NX1~RJ - NX2~18~987 W 65ND ST LOS ANGELES CA90037 T - NX1~RJ - NX2~18~120 E ALLINGTON ST LONG BEACH CA908 - NX1~RJ - NX2~18~739 1 2 MAINE AV LONG BEACH CA90813 - N1~R7~TRW INFORMATION SERVICES NCAC - N3~660 N CENTRAL EXPWAY, EXIT 28 - N4~ALLEN~TX~75013 - PER~CR~~TE~8006827654 - N1~R7~TRANS UNION CORPORATION - N3~760 W. SPROUL ROAD, PO BOX 390 - N4~SPRINGFIELD~PA~19064-0390 - PER~CR~~TE~714-680-7292 - N1~R7~EQUIFAX CREDIT INFORMATION SERVICES - N3~P O BOX 740241 - N4~ATLANTA~GA~303740241 - PER~CR~~TE~7706123200 - SE~326~002012345 - GE~1~128 +ISA~00~ ~00~ ~01~107212169 ~01~1234567890123 ~030607~1124~U~04010~000000037~0~P~¦ + GS~ME~GRANITEDUN~0140100~20030501~1527~128~X~004010 + ST~200~002012345 + BGN~00~1~19960819~1422~LT + CRO~RTS~199803011422~MC~01~1~1 + DTP~164~RTS~19980301142757 + DTP~368~RTS~19980301142759 + REF~3L~00000074 + REF~I7~00012345 + REF~X9~125 + REF~55~1 + N1~R8~REALGOOD CREDIT CORPORATION + N3~6350 LAUREL CANYON BLVD. + N4~NORTH HOLLYWOOD~CA~91606 + N1~41~XYZ MORTGAGE + N2~515 + REF~11~XYZTEST02 + N1~LO~XYZ MORTGAGE CORPORATION + PER~EB~1069905 + N1~RY~TRW~CR~01 + REF~PRT~T02~EXPERIAN/FAIR ISAAC + N1~RY~TU~CR~02 + N1~RY~EFX~CR~03 + LX~1 + IN1~1~02~01~SY~999-88-7777 + IN2~02~LINDA + IN2~05~LOOSER + NX1~8B + NX2~15~987 W 65 ST + NX2~07~LOS ANGELES + NX2~09~CA + NX2~19~90037 + ARS~1~U + NX1~F4 + NX2~15~739 1 2 MAIN AVE + NX2~07~LONG BEACH + NX2~09~CA + NX2~19~90813 + ARS~F~U + TLN~5544109~N~N~22~01~R~2~~01~~~~~~~~~~~Y + N1~GT~BROADWAY DS + DTP~621~CM~199701 + DTP~629~CM~198712 + TBI~02~D 729D006~1 + PPD~C~CM~199701~10~~01~199701~0~0~0~0~0~0 + NTE~TLR~CLOSED BY CREDIT GRANTOR + AMT~IZ~201 + TLN~106586~Y~N~22~12~U~1~37~09~~~CM~199109~~09~CM~199109~~09~Y + N1~GT~ADVANCE CREDITORS SERV + N3~3854 CERRITOS AVENUE + N4~LOS ALAMITOS~CA~90720 + REF~SJ~3 + PER~IC~~TE~3105944791 + DTP~621~D8~19910905 + DTP~629~CM~198910 + TBI~01~3980036~0 + NTE~TLR~ACCOUNT INCLUDED IN BANKRUPTCY + AMT~IZ~100 + TLN~4453600123456~N~N~22~12~R~9~15~01~~~~~~~~~~~Y + N1~GT~MACYS/BROADWAY + N3~9111 DUKE BLVD + N4~MASON~OH~45040 + REF~SJ~8 + PER~IC~~TE~5135738566 + DTP~621~D8~19970722 + DTP~629~CM~199512 + DTP~911~CM~199706 + TBI~01~2309120~0 + TBI~02~D 729D009~1 + PPD~CCCCCCC~CM~199707~10~~01~199707~0~0~0~0~0~0 + PPD~CCCCC-C~CM~199707~01~0~01~199707~0~0~0~0~0~0 + PPD~-CCCCCC~CM~199707~02~1~01~199707~0~0~0~0~0~0 + AMT~T4~246 + AMT~IZ~246 + AMT~GO~600 + AMT~MP~13 + TLN~9998877771013~N~N~22~12~I~48~20~01~~~~~~~~~~~Y + N1~GT~STUDENT LOAN MKT ASSN + N3~777 TWIN CREEK DRIVE + N4~KILLEEN~TX~76543 + REF~SJ~10 + PER~IC~~TE~BYMAILONLY + DTP~621~D8~19970703 + DTP~629~CM~199009 + DTP~911~CM~199705 + TBI~01~3991668~0 + TBI~02~V 991R001~1 + TBI~03~153FZ00186~2 + PPD~CCCCCCCCCCCCCCCCCCCCCCCC~CM~199707~10~~01~199707~0~0~0~0~0~0 + PPD~CCCCCCCCCCCCCCCCCCCCCCCC~CM~199707~01~0~01~199707~0~0~0~0~0~0 + PPD~CCCCCCCC--CCCCCCCCCCCCC~CM~199707~02~1~01~199707~0~0~0~0~0~0 + AMT~T4~1708 + AMT~IZ~2625 + AMT~MP~30 + TLN~143029876~N~N~22~12~R~7~26~01~~~~~~~~~~~Y + N1~GT~MARINE MIDLAND BANK NA + N3~251 MAIN STREET/2ND FLOO + N4~BUFFALO~NY~14240 + REF~SJ~6 + PER~IC~~TE~BYMAILONLY + DTP~621~D8~19900715 + DTP~629~CM~198612 + TBI~01~1230305~0 + TBI~03~405BB00280~2 + AMT~GO~1000 + TLN~55441092~Y~N~22~12~R~1~15~09~10~~CM~199103~~09~CM~199103~~09~Y + N1~GT~BROADWAY/FDS MACYS W + N3~P O BOX 52186 + N4~PHOENIX~AZ~85072 + REF~SJ~4 + PER~IC~~TE~6029293187 + DTP~621~D8~19910301 + DTP~629~CM~198712 + TBI~01~3370300~0 + NTE~TLR~FIRM REPORTS A PAID CHARGE OFF ON 03/91 + AMT~IZ~100 + TLN~60814366644~Y~N~22~01~R~97~~02~~~CM~199707~~02~CM~199707~~02~Y + N1~GT~LERNER + DTP~621~CM~199707 + DTP~629~CM~198805 + DTP~911~CM~199706 + TBI~02~C 393D001~1 + TBI~03~906CG00068~2 + PPD~111CCCCCCCCCCCCCCCCCCC~CM~199707~10~~02~199707~4~0~0~0~0~0 + PPD~1-1~CM~199707~03~2~02~199707~3~0~0~0~0~0 + PPD~C1CCCCCCCCCCCCCCCCCCCC~CM~199707~02~1~02~199707~2~0~0~0~0~0 + AMT~T4~553 + AMT~IZ~766 + AMT~GO~200 + AMT~PJ~110 + AMT~MP~50 + TLN~4121999988887777~N~N~22~01~R~13~26~01~~~~~~~~~~~Y~~MIN29 + N1~GT~CAPITALONE BANK + N3~P O BOX 26030 + N4~RICHMOND~VA~23260 + REF~SJ~20 + PER~IC~~TE~8009557070 + DTP~621~CM~199708 + DTP~629~CM~199507 + DTP~911~CM~199706 + TBI~01~1270246~0 + TBI~02~B 1DTV001~1 + TBI~03~850BB01498~2 + PPD~CCCCCCCCCCCN~CM~199708~10~~01~199708~0~0~0~0~0~0 + PPD~CCC-CC-CCCC~CM~199708~02~1~01~199708~0~0~0~0~0~0 + PPD~CCCCCCCCCCN~CM~199707~01~0~01~199707~0~0~0~0~0~0 + AMT~T4~644 + AMT~IZ~662 + AMT~MP~29 + TLN~662653~Y~N~22~12~O~1~43~09~02~~CM~199505~~09~CM~199505~~09~Y + N1~GT~COLLECTION CONSULTANTS + N3~425 W BROADWAY STE 200 + N4~GLENDALE~CA~91204 + REF~SJ~2 + PER~IC~~TE~8185515600 + DTP~621~D8~19950531 + DTP~629~CM~199503 + DTP~911~CM~199505 + TBI~01~3980658~0 + TBI~02~Y 4116001~1 + TBI~03~180YC04625~2 + PPD~-~CM~199505~10~~09~199505~0~0~0~0~0~0 + NTE~TLR~FIRM REPORTS A COLL ACCT FOR $256. + AMT~T4~256 + AMT~IZ~336 + TLN~969699~Y~N~22~01~R~1~~09~01~~CM~199004~~09~CM~199004~~09~Y + N1~GT~GE CAPITAL + DTP~621~CM~199004 + DTP~629~CM~198806 + TBI~02~Q 2350006~1 + NTE~TLR~FIRM REPORTS A CHARGE OFF ON 10/89 + NTE~TLR~BAD DEBT + TLN~8498078477169~Y~N~22~12~R~41~15~02~~~CM~199707~~02~CM~199707~~02~Y + N1~GT~SEARS + N3~P O BOX 5000 + N4~RANCHO CUCAMONGA~CA~91730 + REF~SJ~14 + PER~IC~~TE~BYMAILONLY + DTP~621~D8~19970725 + DTP~629~CM~198401 + DTP~911~CM~199707 + TBI~01~3319849~0 + TBI~02~D 6256407~1 + TBI~03~906DC00029~2 + PPD~1CCCCCCCCCCCCCCCCCCCCCCC~CM~199707~10~~02~199707~2~0~0~0~0~0 + PPD~1~CM~199707~03~2~02~199707~2~0~0~0~0~0 + PPD~CCCCCCCCCCCCCCCCCCCCCCCC~CM~199707~01~0~02~199707~1~0~0~0~0~0 + PPD~CCCCCCCCCCCCCCCCCCCCCCC~CM~199707~02~1~02~199707~1~0~0~0~0~0 + NTE~TLR~CREDIT LINE CLOSED + AMT~T4~296 + AMT~IZ~2585 + AMT~GO~2500 + AMT~PJ~11 + AMT~MP~11 + RO~06~10~~14~15592~LS~31~8924979~22 + CDS~7~B + TBI~01~3001002~0 + TBI~02~Z5087954~1 + DTP~270~CM~198911 + DTP~666~CM~199003 + AMT~11~15592 + N1~AX~BANKRUPTCY-II + N1~KT~FEDERAL DISTRICT + RO~03~08~~14~650~LS~31~9102653~22 + TBI~01~3012767~0 + TBI~02~Z508700C~1 + TBI~03~180VC00389~2 + DTP~270~CM~199112 + N1~AX~BELLFLOWER GROWTH GROUP + N1~KT~SMALL CLAIMS + RO~04~04~~14~2543~LS~31~91778584~22 + TBI~01~3031217~0 + TBI~02~Z5087969~1 + TBI~03~180VS00026~2 + DTP~270~CM~199105 + N1~AX~SQ91778584 + N1~KT~COUNTY CLERK + RO~04~04~~14~1308~LS~31~95538999~22 + TBI~01~3031217~0 + TBI~02~Z508725N~1 + TBI~03~180VS00026~2 + DTP~270~CM~199504 + N1~AX~SQ95538999 + N1~KT~RECORDS OF DEEDS + INQ~3~22 + TBI~01~3592038~0 + N1~E8~NATL CONSUMERS FINANCE + N3~11111 W OLYMPIC BL #206 + N4~LOS ANGELES~CA~90064 + PER~IC~~TE~3104780419 + DTP~628~D8~19970626 + VAR~01~0 + NTE~VNN~LN-LOOSER + NTE~VNN~FN-LIN + NTE~VNN~MI-S + NTE~VNN~SS-999887777 + NTE~VNN~YOB-49 + NTE~VNN~AD-11/94-LINDA S LOOSER/987 W 65ND ST/LOS ANGELES CA 90037 + NTE~VNN~FA-05/92-LINDA S LOOSER/739 1-2 MAINE AVE/LONG BEACH CA 90813 + NTE~VNN~FA-12/91-LINDA S LOOSER/2565 E ADAMS ST/LONG BEACH CA 90810 + NTE~VNN~EM-06/96-COAST RADIOLOGY + NTE~VNN~AK-AKA: BADROT + NTE~VNN~AK-AKA: LINDA + IN1~1~04~01~SY~999887777 + IN2~05~LOOSER + IN2~02~LIN + IN2~17~S + DMG~CY~1949 + NX1~RJ + NX2~18~LINDA S LOOSER/987 W 65ND ST/LOS AN + NX1~RJ + NX2~18~LINDA S LOOSER/739 1-2 MAINE AVE/LO + NX1~RJ + NX2~18~LINDA S LOOSER/2565 E ADAMS ST/LONG + N1~ES~COAST RADIOLOGY + N1~XD~AKA: BADROT + N1~XD~AKA: LINDA + N1~R7~TRW INFORMATION SERVICES NCAC + N3~660 N CENTRAL EXPWAY, EXIT 28~PO BOX 949 + N4~ALLEN~TX~75013 + PER~CR~~TE~8006827654 + SCM~T02~587~P~EXPERIAN/FAIR ISAAC + SCS~X~ ACCOUNT(S) NOT PAID AS AGREED AND/OR LEGAL ITEM FILED + SCS~S~ NUMBER OF ACCOUNTS DELINQUENT + SCS~N~ LENGTH OF TIME (OR UNKNOWN TIME) SINCE ACCOUNT DELINQUENCY + SCS~B~ DELINQUENCY REPORTED ON ACCOUNTS + VAR~02~1 + NTE~VNN~LN-LOOSER + NTE~VNN~FN-LINDA + NTE~VNN~MI-S + NTE~VNN~SS-999887777 + NTE~VNN~AGE-4801 + NTE~VNN~SSS-000000000 + NTE~VNN~AD-01/96-16304 EUCALYPTUS A AV BELLFLOWER CA90706 + NTE~VNN~AD-10/94-987 W 65 ST LOS ANGELES CA90037 + NTE~VNN~AD-739 MAINE AV2 LONG BEACH CA90813 + NTE~VNN~EM-COAST RADIOLOGY MEDICAL LONG BEACH MEDICAL RECEPTIONIST 9 + NTE~VNN~EM-APPLE ONE 8901 R + IN1~1~04~01~SY~999887777 + IN2~05~LOOSER + IN2~02~LINDA + IN2~17~S + NX1~RJ + NX2~18~16304 EUCALYPTUS A AV BELLFLOWER CA + NX1~RJ + NX2~18~987 W 65 ST LOS ANGELES CA90037 + NX1~RJ + NX2~18~739 MAINE AV2 LONG BEACH CA90813 + N1~ES~COAST RADIOLOGY MEDICAL LONG BEACH + N1~ES~APPLE ONE 8901 R + N1~R7~TRANS UNION CORPORATION + N3~760 W. SPROUL ROAD, PO BOX 390 + N4~SPRINGFIELD~PA~19064-0390 + PER~CR~~TE~714-680-7292 + VAR~03~2 + NTE~VNN~LN-LOOSER + NTE~VNN~FN-LINDA + NTE~VNN~MI-S + NTE~VNN~SS-999887777 + NTE~VNN~AGE-AGE 48 + NTE~VNN~AD-987 W 65ND ST LOS ANGELES CA90037 T0195 + NTE~VNN~FA-120 E ALLINGTON ST LONG BEACH CA90805 T1294 + NTE~VNN~FA-739 1 2 MAINE AV LONG BEACH CA90813 T0594 + NTE~VNN~EM- CC + IN1~1~04~01~SY~999887777 + IN2~05~LOOSER + IN2~02~LINDA + IN2~17~S + N10~48 + NX1~RJ + NX2~18~987 W 65ND ST LOS ANGELES CA90037 T + NX1~RJ + NX2~18~120 E ALLINGTON ST LONG BEACH CA908 + NX1~RJ + NX2~18~739 1 2 MAINE AV LONG BEACH CA90813 + N1~R7~TRW INFORMATION SERVICES NCAC + N3~660 N CENTRAL EXPWAY, EXIT 28 + N4~ALLEN~TX~75013 + PER~CR~~TE~8006827654 + N1~R7~TRANS UNION CORPORATION + N3~760 W. SPROUL ROAD, PO BOX 390 + N4~SPRINGFIELD~PA~19064-0390 + PER~CR~~TE~714-680-7292 + N1~R7~EQUIFAX CREDIT INFORMATION SERVICES + N3~P O BOX 740241 + N4~ATLANTA~GA~303740241 + PER~CR~~TE~7706123200 + SE~326~002012345 + GE~1~128 IEA~1~000000037 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromEasistandards.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromEasistandards.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromEasistandards.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromEasistandards.txt index a311388d..d123c3c0 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromEasistandards.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromEasistandards.txt @@ -1,13 +1,13 @@ -ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ - GS*BS*007061617*005070479*19930906*2025*1225*X*003030~ - ST*180*234568790~ - BGN*00*04360132310*20040106*1323~ - PRF*123456789***20031215~ - DTM*324*20040105~ - N9*IA*123456~ - BLI*IN*12345670000*1*EA*UCP*25.75~ - RDR*CR*DR~ - PRF*123456789*00000000000000000567~ - SE*9*234568790~ - GE*1*1225~ +ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ + GS*BS*007061617*005070479*19930906*2025*1225*X*003030~ + ST*180*234568790~ + BGN*00*04360132310*20040106*1323~ + PRF*123456789***20031215~ + DTM*324*20040105~ + N9*IA*123456~ + BLI*IN*12345670000*1*EA*UCP*25.75~ + RDR*CR*DR~ + PRF*123456789*00000000000000000567~ + SE*9*234568790~ + GE*1*1225~ IEA*1*000007023~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromLowes.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromLowes.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromLowes.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromLowes.txt index 972ade1e..c06c7830 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromLowes.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_180/FromLowes.txt @@ -1,24 +1,24 @@ -ISA*00* *00* *08*6135830004 *01*receiver’s id *080702*0900*^*00500*123456789*0*P*>\ - GS*AN*6135830004*receiver’s id*20080702*0900*123456789*X*005040\ - ST*180*123456789\ - BGN*00*123401*20080702\ - N9*BAI*FIN01\ - N9*WH*EXP01\ - N9*IA*009999999\ - PER*BD*BUYER NAME*TE*999999-9999\ - PER*EB*RMA ENTERED BY NAME*TE*999999-9999\ - NTE*ADD*COMMENTS AT HEADER LEVEL\ - BLI*PR*1*12*EA*PUR*5.5*BX*PL*3*CB*CM_999_99999999999*CH*USD\ - N9*55*99999\ - N9*CN*99999\ - N9*RZ*99999\ - N9*FJ*99999\ - PID*F****FREE-FORM ITEM DESCRIPTION\ - RDR*KA*DA\ - SAC*A*D240***1250*Z*5.2\ - AMT*1*150\ - NTE*CAR*COMMENTS AT LINE LEVEL\ - PRF*0123456789\ - SE*20*123456789\ - GE*1*123456789\ +ISA*00* *00* *08*6135830004 *01*receiver’s id *080702*0900*^*00500*123456789*0*P*>\ + GS*AN*6135830004*receiver’s id*20080702*0900*123456789*X*005040\ + ST*180*123456789\ + BGN*00*123401*20080702\ + N9*BAI*FIN01\ + N9*WH*EXP01\ + N9*IA*009999999\ + PER*BD*BUYER NAME*TE*999999-9999\ + PER*EB*RMA ENTERED BY NAME*TE*999999-9999\ + NTE*ADD*COMMENTS AT HEADER LEVEL\ + BLI*PR*1*12*EA*PUR*5.5*BX*PL*3*CB*CM_999_99999999999*CH*USD\ + N9*55*99999\ + N9*CN*99999\ + N9*RZ*99999\ + N9*FJ*99999\ + PID*F****FREE-FORM ITEM DESCRIPTION\ + RDR*KA*DA\ + SAC*A*D240***1250*Z*5.2\ + AMT*1*150\ + NTE*CAR*COMMENTS AT LINE LEVEL\ + PRF*0123456789\ + SE*20*123456789\ + GE*1*123456789\ IEA*1*123456789\ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/2011110815164104.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/2011110815164104.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/2011110815164104.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/2011110815164104.txt index 781efe1c..6ab495df 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/2011110815164104.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/2011110815164104.txt @@ -1,26 +1,26 @@ -ISA*00* *00* *ZZ*XXXXXXXX4T *12*XXXXXXXXXFTP *111103*0357*U*00401*810000163*0*T*:~ - GS*IN*787347434T*859259754FTP*20111103*1557*163*X*004010~ - ST*810*0163~ - BIG*20111031*3323399*20110914*981903~ - REF*IA*vendornumber?~ - N1*ST*SLEEP COUNTRY - KENT-edi*92*334~ - N3*LOC 334 - KENT*6705 SOUTH 209TH ST~ - N4*KENT*WA*98032~ - N1*RI*Tempur-Pedic~ - N3*PO BOX 202707~ - N4*DALLAS*TX*75320-2707~ - DTM*011*20111031~ - IT1*1*11*EA*1305**SK*10190150*VC*10190150~ - IT1*2*8*EA*767**SK*10235150*VC*10235150~ - IT1*3*12*EA*1196**SK*10240150*VC*10240150~ - IT1*4*6*EA*1800**SK*10245170*VC*10245170~ - IT1*5*8*EA*930**SK*10250150*VC*10250150~ - IT1*6*20*EA*120**SK*21520120*VC*21520120~ - IT1*7*5*EA*175**SK*21520150*VC*21520150~ - SAC*C*D240***0~ - TDS*5635800~ - CAD*****CHR~ - CTT*7~ - SE*22*0163~ - GE*1*163~ +ISA*00* *00* *ZZ*XXXXXXXX4T *12*XXXXXXXXXFTP *111103*0357*U*00401*810000163*0*T*:~ + GS*IN*787347434T*859259754FTP*20111103*1557*163*X*004010~ + ST*810*0163~ + BIG*20111031*3323399*20110914*981903~ + REF*IA*vendornumber?~ + N1*ST*SLEEP COUNTRY - KENT-edi*92*334~ + N3*LOC 334 - KENT*6705 SOUTH 209TH ST~ + N4*KENT*WA*98032~ + N1*RI*Tempur-Pedic~ + N3*PO BOX 202707~ + N4*DALLAS*TX*75320-2707~ + DTM*011*20111031~ + IT1*1*11*EA*1305**SK*10190150*VC*10190150~ + IT1*2*8*EA*767**SK*10235150*VC*10235150~ + IT1*3*12*EA*1196**SK*10240150*VC*10240150~ + IT1*4*6*EA*1800**SK*10245170*VC*10245170~ + IT1*5*8*EA*930**SK*10250150*VC*10250150~ + IT1*6*20*EA*120**SK*21520120*VC*21520120~ + IT1*7*5*EA*175**SK*21520150*VC*21520150~ + SAC*C*D240***0~ + TDS*5635800~ + CAD*****CHR~ + CTT*7~ + SE*22*0163~ + GE*1*163~ IEA*1*810000163~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example1_CaliforniaISO.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example1_CaliforniaISO.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example1_CaliforniaISO.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example1_CaliforniaISO.txt index 119e991c..c0e9555b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example1_CaliforniaISO.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example1_CaliforniaISO.txt @@ -1,52 +1,52 @@ -ISA*00* *00* *30*943274043 *01*175315246 *990104*1521*U*00401*000000002*1*T*>~ - GS*IN*943274043*175315246*19990104*1521*1*X*004010~ - ST*810*0001~ - BIG*19981231*10429*****FB~ - N1*BT*The Scheduling Coordinator, Inc~ - N3*53241 Hamilton Dr~ - N4*Palo Alto*CA*95622*US~ - N1*RE*Bank of America- (Mkt and GMC)~ - N3*1850 Gateway Boulevard~ - N4*Concord*CA*94520*US~ - REF*11*1233626208~ - REF*01*026009593~ - ITD*03*****19990107~ - DTM*150*19980930~ - DTM*151*19981031~ - IT1*1*1*EA*19406.14**TP*0101~ - PID*X****Day-Ahead Spinning Reserve due ISO~ - IT1*2*1*EA*1764.26**TP*0102~ - PID*X****Day-Ahead Non-Spinning Reserve due ISO~ - IT1*3*1*EA*9774.42**TP*0103~ - PID*X****Day-Ahead AGC/Regulation due ISO~ - IT1*4*1*EA*70.64**TP*0151~ - PID*X****Hour-Ahead Spinning Reserve due ISO~ - IT1*5*1*EA*-497.1**TP*0152~ - PID*X****Hour-Ahead Non-Spinning Reserve due ISO~ - IT1*6*1*EA*-2907.82**TP*0153~ - PID*X****Hour-Ahead AGC/Regulation due ISO~ - IT1*7*1*EA*-1608.96**TP*0203~ - PID*X****Day-Ahead Inter-Zonal Congestion Settlement~ - IT1*8*1*EA*-62.5**TP*0253~ - PID*X****Hour-Ahead Inter-Zonal Congestion Settlement~ - IT1*9*1*EA*0.93**TP*0303~ - PID*X****Ex-Post Replacement Reserve due ISO (Dispatched)~ - IT1*10*1*EA*625.62**TP*0304~ - PID*X****Ex-Post Replacement Reserve due ISO (Undispatched)~ - IT1*11*1*EA*-457863.84**TP*0402~ - PID*X****Generation Deviation Settlement~ - IT1*12*1*EA*353932.35**TP*0403~ - PID*X****Load Deviation Settlement~ - IT1*13*1*EA*45610.38**TP*0406~ - PID*X****UFE Settlement~ - IT1*14*1*EA*216024.05**TP*1010~ - PID*X****Neutrality Adjustment Charge/Refund~ - IT1*15*1*EA*27270.74**TP*1013~ - PID*X****REPA Cash Neutrality Charge~ - IT1*16*1*EA*1977.32**TP*1302~ - PID*X****Supplemental Reactive Energy due ISO~ - TDS*21351663~ - CTT*16~ - SE*48*0001~ - GE*1*1~ +ISA*00* *00* *30*943274043 *01*175315246 *990104*1521*U*00401*000000002*1*T*>~ + GS*IN*943274043*175315246*19990104*1521*1*X*004010~ + ST*810*0001~ + BIG*19981231*10429*****FB~ + N1*BT*The Scheduling Coordinator, Inc~ + N3*53241 Hamilton Dr~ + N4*Palo Alto*CA*95622*US~ + N1*RE*Bank of America- (Mkt and GMC)~ + N3*1850 Gateway Boulevard~ + N4*Concord*CA*94520*US~ + REF*11*1233626208~ + REF*01*026009593~ + ITD*03*****19990107~ + DTM*150*19980930~ + DTM*151*19981031~ + IT1*1*1*EA*19406.14**TP*0101~ + PID*X****Day-Ahead Spinning Reserve due ISO~ + IT1*2*1*EA*1764.26**TP*0102~ + PID*X****Day-Ahead Non-Spinning Reserve due ISO~ + IT1*3*1*EA*9774.42**TP*0103~ + PID*X****Day-Ahead AGC/Regulation due ISO~ + IT1*4*1*EA*70.64**TP*0151~ + PID*X****Hour-Ahead Spinning Reserve due ISO~ + IT1*5*1*EA*-497.1**TP*0152~ + PID*X****Hour-Ahead Non-Spinning Reserve due ISO~ + IT1*6*1*EA*-2907.82**TP*0153~ + PID*X****Hour-Ahead AGC/Regulation due ISO~ + IT1*7*1*EA*-1608.96**TP*0203~ + PID*X****Day-Ahead Inter-Zonal Congestion Settlement~ + IT1*8*1*EA*-62.5**TP*0253~ + PID*X****Hour-Ahead Inter-Zonal Congestion Settlement~ + IT1*9*1*EA*0.93**TP*0303~ + PID*X****Ex-Post Replacement Reserve due ISO (Dispatched)~ + IT1*10*1*EA*625.62**TP*0304~ + PID*X****Ex-Post Replacement Reserve due ISO (Undispatched)~ + IT1*11*1*EA*-457863.84**TP*0402~ + PID*X****Generation Deviation Settlement~ + IT1*12*1*EA*353932.35**TP*0403~ + PID*X****Load Deviation Settlement~ + IT1*13*1*EA*45610.38**TP*0406~ + PID*X****UFE Settlement~ + IT1*14*1*EA*216024.05**TP*1010~ + PID*X****Neutrality Adjustment Charge/Refund~ + IT1*15*1*EA*27270.74**TP*1013~ + PID*X****REPA Cash Neutrality Charge~ + IT1*16*1*EA*1977.32**TP*1302~ + PID*X****Supplemental Reactive Energy due ISO~ + TDS*21351663~ + CTT*16~ + SE*48*0001~ + GE*1*1~ IEA*1*000000002~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example2_ManualBilling.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example2_ManualBilling.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example2_ManualBilling.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example2_ManualBilling.txt index aa3185dd..a60c492e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example2_ManualBilling.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example2_ManualBilling.txt @@ -1,20 +1,20 @@ -ISA*00* *00* *30*943274043 *16*0069088189999 *990104*1532*U*00401*000000035*1*T*>~ - GS*IN*943274043TO*0069088189999*19990104*1532*1*X*004010~ - ST*810*0001~ - BIG*19981014*3662*****N6~ - N1*BT*The Scheduling Coordinator, Inc~ - N3*53241 Hamilton Dr~ - N4*Palo Alto*CA*95622*US~ - N1*RE*Bank of America- (Mkt and GMC)~ - N3*1850 Gateway Boulevard~ - N4*Concord*CA*94520*US~ - REF*11*1233626208~ - REF*01*026009593~ - ITD*03*****19981020~ - IT1*1*1*EA*2896035.3~ - PID*X****RMR Scheduling Coordinator - Estimated RMR~ - TDS*289603530~ - CTT*1~ - SE*16*0001~ - GE*1*1~ +ISA*00* *00* *30*943274043 *16*0069088189999 *990104*1532*U*00401*000000035*1*T*>~ + GS*IN*943274043TO*0069088189999*19990104*1532*1*X*004010~ + ST*810*0001~ + BIG*19981014*3662*****N6~ + N1*BT*The Scheduling Coordinator, Inc~ + N3*53241 Hamilton Dr~ + N4*Palo Alto*CA*95622*US~ + N1*RE*Bank of America- (Mkt and GMC)~ + N3*1850 Gateway Boulevard~ + N4*Concord*CA*94520*US~ + REF*11*1233626208~ + REF*01*026009593~ + ITD*03*****19981020~ + IT1*1*1*EA*2896035.3~ + PID*X****RMR Scheduling Coordinator - Estimated RMR~ + TDS*289603530~ + CTT*1~ + SE*16*0001~ + GE*1*1~ IEA*1*000000035~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example3_MultiInvoice.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example3_MultiInvoice.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example3_MultiInvoice.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example3_MultiInvoice.txt index 22cab3d8..a5ea19e2 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example3_MultiInvoice.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example3_MultiInvoice.txt @@ -1,50 +1,50 @@ -ISA*00* *00* *ZZ*ABYZ000 *08*9251750000 *020527*0831*^*00403*000000224*0*P*:~ - GS*IN*ABYZ000*8019721193*20020527*0831*224*X*004030~ - ST*810*2240001~ - BIG*20020524*465266*20020523*539893~ - REF*AI*465267~ - REF*GT*R100420888*GST REGISTRATION NO.~ - PER*AR*NINA MARIE*TE*402-948-7632~ - N1*VN*BARRY AND LAMB CAN*9*2055574240000~ - N1*BT*MACDONALDS CONSOLIDATED LTD*9*2100988529600~ - N1*ST*MACDONALDS CO A DIV OF CANADA*9*2100988521100~ - ITD*01*2*1*20020608*15*20020623*30~ - IT1**16*CA*52.56**UA*001055503223~ - CTP**UCP*2.19*384*EA~ - PID*F*08***SSS CONVENIENT SIZE - 120ML~ - SAC*C*D360***5887*2*7~ - IT1**12*CA*207.72**UA*008814405004~ - CTP**UCP*5.77*432*EA~ - PID*F*08***EVERYDAY COND.SOL 120ML~ - SAC*C*D360***17448*2*7~ - IT1**18*CA*169.2**UA*001055503761~ - CTP**UCP*7.05*432*EA~ - PID*F*08***REMEDY 355ML~ - SAC*C*D360***21319*2*7~ - IT1**9*CA*166.8**UA*001055503441~ - CTP**UCP*6.95*216*EA~ - PID*F*08***DAILY CLEANER SOLUTION~ - SAC*C*D360***10508*2*7~ - ISS*1464*CA*600*LB~ - TDS*843202~ - CTT*4~ - SE*29*2240001~ - ST*810*2240002~ - BIG*20020524*465267*20020523*539893~ - REF*GT*R100420888*GST REGISTRATION NO.~ - REF*AI*465266~ - PER*AR*NINA MARIE*TE*402-948-7632~ - N1*VN*BARRY AND LAMB CAN*9*2055574240000~ - N1*BT*MACDONALDS CONSOLIDATED LTD*9*2100988529600~ - N1*ST*MACDONALDS CO A DIV OF CANADA*9*2100988521100~ - ITD*01*2*1*20020608*15*20020623*30~ - IT1**11*CA*96**UA*001055502175~ - CTP**UCP*4*264*EA~ - PID*F*08***OPTIC A 15ML~ - SAC*C*D360***7392*2*7~ - ISS*264*CA*264*LB~ - TDS*112992~ - CTT*1~ - SE*17*2240002~ - GE*2*224~ +ISA*00* *00* *ZZ*ABYZ000 *08*9251750000 *020527*0831*^*00403*000000224*0*P*:~ + GS*IN*ABYZ000*8019721193*20020527*0831*224*X*004030~ + ST*810*2240001~ + BIG*20020524*465266*20020523*539893~ + REF*AI*465267~ + REF*GT*R100420888*GST REGISTRATION NO.~ + PER*AR*NINA MARIE*TE*402-948-7632~ + N1*VN*BARRY AND LAMB CAN*9*2055574240000~ + N1*BT*MACDONALDS CONSOLIDATED LTD*9*2100988529600~ + N1*ST*MACDONALDS CO A DIV OF CANADA*9*2100988521100~ + ITD*01*2*1*20020608*15*20020623*30~ + IT1**16*CA*52.56**UA*001055503223~ + CTP**UCP*2.19*384*EA~ + PID*F*08***SSS CONVENIENT SIZE - 120ML~ + SAC*C*D360***5887*2*7~ + IT1**12*CA*207.72**UA*008814405004~ + CTP**UCP*5.77*432*EA~ + PID*F*08***EVERYDAY COND.SOL 120ML~ + SAC*C*D360***17448*2*7~ + IT1**18*CA*169.2**UA*001055503761~ + CTP**UCP*7.05*432*EA~ + PID*F*08***REMEDY 355ML~ + SAC*C*D360***21319*2*7~ + IT1**9*CA*166.8**UA*001055503441~ + CTP**UCP*6.95*216*EA~ + PID*F*08***DAILY CLEANER SOLUTION~ + SAC*C*D360***10508*2*7~ + ISS*1464*CA*600*LB~ + TDS*843202~ + CTT*4~ + SE*29*2240001~ + ST*810*2240002~ + BIG*20020524*465267*20020523*539893~ + REF*GT*R100420888*GST REGISTRATION NO.~ + REF*AI*465266~ + PER*AR*NINA MARIE*TE*402-948-7632~ + N1*VN*BARRY AND LAMB CAN*9*2055574240000~ + N1*BT*MACDONALDS CONSOLIDATED LTD*9*2100988529600~ + N1*ST*MACDONALDS CO A DIV OF CANADA*9*2100988521100~ + ITD*01*2*1*20020608*15*20020623*30~ + IT1**11*CA*96**UA*001055502175~ + CTP**UCP*4*264*EA~ + PID*F*08***OPTIC A 15ML~ + SAC*C*D360***7392*2*7~ + ISS*264*CA*264*LB~ + TDS*112992~ + CTT*1~ + SE*17*2240002~ + GE*2*224~ IEA*1*000000224~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example4_Adobe.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example4_Adobe.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example4_Adobe.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example4_Adobe.txt index 606e5c41..0aec5467 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example4_Adobe.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example4_Adobe.txt @@ -1,49 +1,49 @@ -ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> - GS*IN*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 - ST*810*166061414 - BIG*20070129*0013833070*20070129*V8748745***DI*00 - NTE*GEN*If 0% VAT is charged and your VAT ID number is displayed above, this - NTE*GEN*is either an exempt or a reverse charge transaction. - NTE*GEN*This supply is exempt from VAT according to the section 64 of the Czec - NTE*GEN*h VAT Act. - CUR*SE*USD - REF*61*noval*Adobe VAT Number - REF*CO*121212 - REF*VN*0070861270 - N1*II*ADOBE SYSTEMS INCORPORATED*91*0000012137 - N2*ADOBE SYSTEMS INCORPORATED - N3*345 PARK AVENUE - N4*SAN JOSE*CA*95110*US - N1*BY*SOFTWARE.*91*0000012137 - N2*SOFTWARE - N3*111 MAIN DR - N4*PLANO*TX*75075*US - N1*BT*SOFTWARE.*91*0000012137 - N2*SOFTWARE - N3*111 MAIN DR - N4*PLANO*TX*75075*US - N1*PR*SOFTWARE*91*0000012137 - N2*SOFTWARE - N3*111 MAIN DR - N4*PLANO*TX*75075*US - N1*ST*SHIP TO PARTNER*91*0050480425 - N2*SHIP TO - N3*122 MAIN AVE - N4*SANTA CLARA*CA*95050*US - PER*CN*JOHN DOE - N1*SE*ADOBE SYSTEMS INCORPORATED*91*ADUS - N2*ADOBE SYSTEMS INCORPORATED - N3*345 Park Avenue - N4*SAN JOSE*CA*95110*US - N1*EN**91*0020064630 - N1*DU**91*0010013997 - ITD*14*3*****35*****Up to 03/05/2007 without deduction - DTM*011*20070129 - IT1*000010*1*EA*160*CP*VP*65008841AB02A00*BP*7167946*UP*883919019161 - PID*F****ACRO,8.0,WIN,AOO,UE,1PK,N/A - TDS*16000 - TXI*ST*0*0******noval*Customer VAT Number - CTT*1 - SE*45*166061414 - GE*1*810000263 +ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> + GS*IN*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 + ST*810*166061414 + BIG*20070129*0013833070*20070129*V8748745***DI*00 + NTE*GEN*If 0% VAT is charged and your VAT ID number is displayed above, this + NTE*GEN*is either an exempt or a reverse charge transaction. + NTE*GEN*This supply is exempt from VAT according to the section 64 of the Czec + NTE*GEN*h VAT Act. + CUR*SE*USD + REF*61*noval*Adobe VAT Number + REF*CO*121212 + REF*VN*0070861270 + N1*II*ADOBE SYSTEMS INCORPORATED*91*0000012137 + N2*ADOBE SYSTEMS INCORPORATED + N3*345 PARK AVENUE + N4*SAN JOSE*CA*95110*US + N1*BY*SOFTWARE.*91*0000012137 + N2*SOFTWARE + N3*111 MAIN DR + N4*PLANO*TX*75075*US + N1*BT*SOFTWARE.*91*0000012137 + N2*SOFTWARE + N3*111 MAIN DR + N4*PLANO*TX*75075*US + N1*PR*SOFTWARE*91*0000012137 + N2*SOFTWARE + N3*111 MAIN DR + N4*PLANO*TX*75075*US + N1*ST*SHIP TO PARTNER*91*0050480425 + N2*SHIP TO + N3*122 MAIN AVE + N4*SANTA CLARA*CA*95050*US + PER*CN*JOHN DOE + N1*SE*ADOBE SYSTEMS INCORPORATED*91*ADUS + N2*ADOBE SYSTEMS INCORPORATED + N3*345 Park Avenue + N4*SAN JOSE*CA*95110*US + N1*EN**91*0020064630 + N1*DU**91*0010013997 + ITD*14*3*****35*****Up to 03/05/2007 without deduction + DTM*011*20070129 + IT1*000010*1*EA*160*CP*VP*65008841AB02A00*BP*7167946*UP*883919019161 + PID*F****ACRO,8.0,WIN,AOO,UE,1PK,N/A + TDS*16000 + TXI*ST*0*0******noval*Customer VAT Number + CTT*1 + SE*45*166061414 + GE*1*810000263 IEA*1*810000263 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example5_Walmart.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example5_Walmart.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example5_Walmart.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example5_Walmart.txt index 8c3b8829..973c5422 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example5_Walmart.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_810/Example5_Walmart.txt @@ -1,24 +1,24 @@ -ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> - GS*IN*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 - ST*810*0001 - BIG*20050205*6463367*20050202*3376103367 - REF*IA*123456170 - REF*DP*00017 - REF*MR*0020 - N1*SU*SUPPLIER NAME - N1*ST*WAL-MART 100*UL*0078742000992 - N3*406 SOUTH WALTON BLVD - N4*BENTONVILLE*AR*72712 - ITD*05*15*****45 - DTM*011*20050205 - FOB*CC - IT1**1080*EA*3.61**IN*001719653*UP*022108955228*UK*00221089552284 - PID*F****ITEM DESCRIPTION - SAC*A*I410***2350*******02 - ISS*1080*EA*100*LB - TDS*387530 - CAD*T***RDWT*ROADWAY**BM*123456789 - CTT*1 - SE*20*0001 - GE*1*810000263 +ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> + GS*IN*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 + ST*810*0001 + BIG*20050205*6463367*20050202*3376103367 + REF*IA*123456170 + REF*DP*00017 + REF*MR*0020 + N1*SU*SUPPLIER NAME + N1*ST*WAL-MART 100*UL*0078742000992 + N3*406 SOUTH WALTON BLVD + N4*BENTONVILLE*AR*72712 + ITD*05*15*****45 + DTM*011*20050205 + FOB*CC + IT1**1080*EA*3.61**IN*001719653*UP*022108955228*UK*00221089552284 + PID*F****ITEM DESCRIPTION + SAC*A*I410***2350*******02 + ISS*1080*EA*100*LB + TDS*387530 + CAD*T***RDWT*ROADWAY**BM*123456789 + CTT*1 + SE*20*0001 + GE*1*810000263 IEA*1*810000263 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GXSOLC_Example.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GXSOLC_Example.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GXSOLC_Example.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GXSOLC_Example.txt index 3ad0c7a3..c6f2b2e1 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GXSOLC_Example.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GXSOLC_Example.txt @@ -1,42 +1,42 @@ -ISA~00~ ~00~ ~ZZ~GXSINV ~ZZ~TP TEST PROD ID~010327~1601~U~00401~000000090~0~P~:! - GS~CI~GXSINV~TEST PROD ID~20010327~1601~90~X~004010! - ST~811~900001! - BIG~20001130~0378711-C! - CUR~SE~USD! - REF~DUN~10-392-8552~D-U-N-S Number! - REF~TJ~52-1865641~Federal Tax Identification Number! - REF~2F~0378711-C~Consolidated Invoice Number! - DTM~003~20001130! - DTM~814~20001220! - N1~BT~IM Electronic Inc~92~03787-2399103-781! - N2~Mgr. Edi Invoicing! - N3~321 31TH ST! - N4~ST. Knowwhere~FL~33711~US! - N1~RI~GE INFORMATION SERVICES, INC.~01~10-392-8552! - N2~P. O. BOX 640371! - N4~PITTSBURGH, PA 15264-0371~~~US! - TDS~346369! - HL~1~~1~1! - HL~2~1~4~1! - LX~1! - REF~IK~348008! - AMT~5~3308.64! - TXI~ZZ~73.2~6~CD~FLORIDA! - TXI~ZZ~12.2~1~CD~PINELLAS! - HL~3~2~8~0! - SLN~1~~I~1~EA~25~UM~~PD~EDI*EXPRESS MAILBOX FEE, PER USER#, PER MONTH! - PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! - SLN~2~~I~2~EA~0~UM~~PD~THIRD-PARTY INTERCONNECT, PER NETWORK, PER MONTH! - PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! - SLN~3~~I~1~EA~1978.24~UM~~PD~WO# 0010Z8-10/00 MONTHLY MINIMUM ADJ! - PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! - SLN~4~~I~1~EA~450~UM~~PD~WO#0010G07 64K F/R PORT! - PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! - SLN~5~~I~1~EA~100~UM~~PD~WO#0010G06 ISDN DBU SERVICE! - PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! - SLN~6~~I~1~EA~670~UM~~PD~WO# 9810H FRAME RELAY INTERCONNECT SVC! - PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! - CTT~3! - SE~38~900001! - GE~1~90! +ISA~00~ ~00~ ~ZZ~GXSINV ~ZZ~TP TEST PROD ID~010327~1601~U~00401~000000090~0~P~:! + GS~CI~GXSINV~TEST PROD ID~20010327~1601~90~X~004010! + ST~811~900001! + BIG~20001130~0378711-C! + CUR~SE~USD! + REF~DUN~10-392-8552~D-U-N-S Number! + REF~TJ~52-1865641~Federal Tax Identification Number! + REF~2F~0378711-C~Consolidated Invoice Number! + DTM~003~20001130! + DTM~814~20001220! + N1~BT~IM Electronic Inc~92~03787-2399103-781! + N2~Mgr. Edi Invoicing! + N3~321 31TH ST! + N4~ST. Knowwhere~FL~33711~US! + N1~RI~GE INFORMATION SERVICES, INC.~01~10-392-8552! + N2~P. O. BOX 640371! + N4~PITTSBURGH, PA 15264-0371~~~US! + TDS~346369! + HL~1~~1~1! + HL~2~1~4~1! + LX~1! + REF~IK~348008! + AMT~5~3308.64! + TXI~ZZ~73.2~6~CD~FLORIDA! + TXI~ZZ~12.2~1~CD~PINELLAS! + HL~3~2~8~0! + SLN~1~~I~1~EA~25~UM~~PD~EDI*EXPRESS MAILBOX FEE, PER USER#, PER MONTH! + PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! + SLN~2~~I~2~EA~0~UM~~PD~THIRD-PARTY INTERCONNECT, PER NETWORK, PER MONTH! + PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! + SLN~3~~I~1~EA~1978.24~UM~~PD~WO# 0010Z8-10/00 MONTHLY MINIMUM ADJ! + PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! + SLN~4~~I~1~EA~450~UM~~PD~WO#0010G07 64K F/R PORT! + PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! + SLN~5~~I~1~EA~100~UM~~PD~WO#0010G06 ISDN DBU SERVICE! + PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! + SLN~6~~I~1~EA~670~UM~~PD~WO# 9810H FRAME RELAY INTERCONNECT SVC! + PID~F~~~~Charge ID CK02872 11/01/00-11/30/00 GEIS Internal KU81872! + CTT~3! + SE~38~900001! + GE~1~90! IEA~1~000000090! \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GraniteNetExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GraniteNetExample.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GraniteNetExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GraniteNetExample.txt index 8014d778..2e9dcd79 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GraniteNetExample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_811/GraniteNetExample.txt @@ -1,67 +1,67 @@ -ISA~00~ ~00~ ~01~107212169 ~01~1234567890123 ~030607~1124~U~04010~000000037~0~P~¦! - GS~CI~GRANITEDUN~0140100~20030501~1527~128~X~004010! - ST~811~000000001! - BIG~20030501~123456~~~~~CD! - REF~12~0140101! - ITD~03~3~~~~20030501! - N1~PE~GRANITE TELECOMMUNICATIONS! - N3~234 COPELAND ST! - N4~QUINCY~MA~02169! - N1~PR~CUUSTOMERNAME~91~01401001! - N3~PO BOX 2323! - N4~BOSTON~MA~02122! - TDS~150.75! - BAL~P~PB~88.2! - BAL~A~NA~-2.05! - BAL~M~TP~-85! - BAL~A~BT~10! - BAL~M~TT~161.90! - N1~87~ GRANITE TELECOMMUNICATIONS! - HL~1~~1~1! - LX~1! - NM1~SJ~2~GRANITETELECOMMUNICATIONS! - PER~BI~~TE~8668471500! - HL~2~1~2~1! - LX~1! - REF~14~0140100! - TXI~TX~2.56~~~~~O! - HL~3~2~4~0! - IT1~~1~M4~50.25~~SV~2050~ZZ~1! - HL~4~1~2~1! - LX~2! - REF~11~0140101! - TXI~TX~5.26~~~~~O! - HL~5~4~4~0! - IT1~~1~M4~100.50~~SV~2050~ZZ~1! - SE~34~000000001! - ST~811~000000002! - BIG~20030501~123456~~~~~ME! - REF~14~0140100! - REF~12~0140101! - DTM~186~20030401! - DTM~187~20030501! - N1~PE~GRANITE TELECOMMUNICATIONS! - N3~234 COPELAND ST! - N4~QUINCY~MA~02169! - N1~PR~CUUSTOMERNAME~91~01401001! - N3~PO BOX 2323! - N4~BOSTON~MA~02122! - TDS~23110! - BAL~P~PB~0! - BAL~A~NA~-0! - BAL~M~TP~-0! - BAL~A~BT~0! - BAL~M~TT~0! - N1~SJ~GRANITE TELECOMMUNICATIONS! - HL~1~~1~1! - LX~1! - NM1~SJ~2~GRANITETELECOMMUNICATIONS! - PER~BI~~TE~8668471500! - TXI~TX~5.22~~~~2~A! - HL~2~1~4~0! - IT1~1~1~M4~67.23~~SV~0110~ZZ~1! - IT1~2~1~M4~34.78~~SV~0400~ZZ~2! - IT1~3~250~M4~123.87~~SV~0700~ZZ~3! - SE~29~000000002! - GE~2~128! +ISA~00~ ~00~ ~01~107212169 ~01~1234567890123 ~030607~1124~U~04010~000000037~0~P~¦! + GS~CI~GRANITEDUN~0140100~20030501~1527~128~X~004010! + ST~811~000000001! + BIG~20030501~123456~~~~~CD! + REF~12~0140101! + ITD~03~3~~~~20030501! + N1~PE~GRANITE TELECOMMUNICATIONS! + N3~234 COPELAND ST! + N4~QUINCY~MA~02169! + N1~PR~CUUSTOMERNAME~91~01401001! + N3~PO BOX 2323! + N4~BOSTON~MA~02122! + TDS~150.75! + BAL~P~PB~88.2! + BAL~A~NA~-2.05! + BAL~M~TP~-85! + BAL~A~BT~10! + BAL~M~TT~161.90! + N1~87~ GRANITE TELECOMMUNICATIONS! + HL~1~~1~1! + LX~1! + NM1~SJ~2~GRANITETELECOMMUNICATIONS! + PER~BI~~TE~8668471500! + HL~2~1~2~1! + LX~1! + REF~14~0140100! + TXI~TX~2.56~~~~~O! + HL~3~2~4~0! + IT1~~1~M4~50.25~~SV~2050~ZZ~1! + HL~4~1~2~1! + LX~2! + REF~11~0140101! + TXI~TX~5.26~~~~~O! + HL~5~4~4~0! + IT1~~1~M4~100.50~~SV~2050~ZZ~1! + SE~34~000000001! + ST~811~000000002! + BIG~20030501~123456~~~~~ME! + REF~14~0140100! + REF~12~0140101! + DTM~186~20030401! + DTM~187~20030501! + N1~PE~GRANITE TELECOMMUNICATIONS! + N3~234 COPELAND ST! + N4~QUINCY~MA~02169! + N1~PR~CUUSTOMERNAME~91~01401001! + N3~PO BOX 2323! + N4~BOSTON~MA~02122! + TDS~23110! + BAL~P~PB~0! + BAL~A~NA~-0! + BAL~M~TP~-0! + BAL~A~BT~0! + BAL~M~TT~0! + N1~SJ~GRANITE TELECOMMUNICATIONS! + HL~1~~1~1! + LX~1! + NM1~SJ~2~GRANITETELECOMMUNICATIONS! + PER~BI~~TE~8668471500! + TXI~TX~5.22~~~~2~A! + HL~2~1~4~0! + IT1~1~1~M4~67.23~~SV~0110~ZZ~1! + IT1~2~1~M4~34.78~~SV~0400~ZZ~2! + IT1~3~250~M4~123.87~~SV~0700~ZZ~3! + SE~29~000000002! + GE~2~128! IEA~1~000000037! \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example1.txt index e6534c05..873ce5b3 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example1.txt @@ -1,31 +1,31 @@ -ISA~00~ ~00~ ~08~6123410000 ~XX~12345678 ~000401~2300~U~00400~000000001~0~P~|} - GS~OR~ODEP001~12345678~20000401~1426~1~X~004010} - ST~816~100001} - BHT~0065~00~00005~20000412} - N1~FR~STEINMART~93~153531108} - HL~1~~35} - N1~CQ~STEINMART} - HL~2~1~36} - N1~BU~STEINMART~93~0210} - N3~3301 N. STATE ROAD #7~LAKES MALL} - N4~LAUDERDALE LAKES~FL~33319} - PER~IC~~TE~03057336100} - REF~WS~00905} - DTM~145~19861009} - HL~3~1~36} - N1~BU~STEINMART~93~0003} - N3~8665~S.W. 40TH STREET~(BIND RD)} - N4~MIAMI~FL~33165} - PER~IC~~TE~03052231711} - REF~WS~00905} - DTM~145~19861115} - HL~4~1~36} - N1~BU~STEINMART~93~0004} - N3~123 N.W. 13TH STREET} - N4~BOCA RATON~FL~33431} - PER~IC~~TE~04073954001} - REF~WS~00905} - DTM~145~870921} - SE~27~100001} - GE~1~1} +ISA~00~ ~00~ ~08~6123410000 ~XX~12345678 ~000401~2300~U~00400~000000001~0~P~|} + GS~OR~ODEP001~12345678~20000401~1426~1~X~004010} + ST~816~100001} + BHT~0065~00~00005~20000412} + N1~FR~STEINMART~93~153531108} + HL~1~~35} + N1~CQ~STEINMART} + HL~2~1~36} + N1~BU~STEINMART~93~0210} + N3~3301 N. STATE ROAD #7~LAKES MALL} + N4~LAUDERDALE LAKES~FL~33319} + PER~IC~~TE~03057336100} + REF~WS~00905} + DTM~145~19861009} + HL~3~1~36} + N1~BU~STEINMART~93~0003} + N3~8665~S.W. 40TH STREET~(BIND RD)} + N4~MIAMI~FL~33165} + PER~IC~~TE~03052231711} + REF~WS~00905} + DTM~145~19861115} + HL~4~1~36} + N1~BU~STEINMART~93~0004} + N3~123 N.W. 13TH STREET} + N4~BOCA RATON~FL~33431} + PER~IC~~TE~04073954001} + REF~WS~00905} + DTM~145~870921} + SE~27~100001} + GE~1~1} IEA~1~00000000} \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example2.txt index 3515ad36..fa3272de 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_816/Steinmart_Example2.txt @@ -1,26 +1,26 @@ -ISA~00~ ~00~ ~08~6123410000 ~XX~12345678 ~000401~2300~U~00400~000000001~0~P~:} - GS~OR~ODEP001~12345678~20000401~1426~1~X~004010} - ST~816~100001} - BHT~0065~04~00006~20000212} - N1~FR~STEINMART~93~153531108} - HL~1~~35} - N1~CQ~STEINMART} - HL~2~1~36} - N1~BU~STEINMART~93~0009} - N3~5495 JIMMY CARTER BLVD} - N4~NORCROSS~GA~30093} - PER~IC~~TE~07704466646} - REF~WS~00905} - DTM~146~20000622} - ASI~2~002} - HL~3~1~36} - N1~BU~STEINMART~93~0023} - N3~SKYVIEW PLAZA~7687 S. ORANGE BLOSSOM TR} - N4~ORLANDO~FL~32809} - PER~IC~~TE~04078559405} - REF~WS~00905} - DTM~145~19881105} - ASI~2~001} - SE~22~100002} - GE~1~1} +ISA~00~ ~00~ ~08~6123410000 ~XX~12345678 ~000401~2300~U~00400~000000001~0~P~:} + GS~OR~ODEP001~12345678~20000401~1426~1~X~004010} + ST~816~100001} + BHT~0065~04~00006~20000212} + N1~FR~STEINMART~93~153531108} + HL~1~~35} + N1~CQ~STEINMART} + HL~2~1~36} + N1~BU~STEINMART~93~0009} + N3~5495 JIMMY CARTER BLVD} + N4~NORCROSS~GA~30093} + PER~IC~~TE~07704466646} + REF~WS~00905} + DTM~146~20000622} + ASI~2~002} + HL~3~1~36} + N1~BU~STEINMART~93~0023} + N3~SKYVIEW PLAZA~7687 S. ORANGE BLOSSOM TR} + N4~ORLANDO~FL~32809} + PER~IC~~TE~04078559405} + REF~WS~00905} + DTM~145~19881105} + ASI~2~001} + SE~22~100002} + GE~1~1} IEA~1~000000001} \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example1_MortgageBankers.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example1_MortgageBankers.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example1_MortgageBankers.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example1_MortgageBankers.txt index dabe5d81..82256058 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example1_MortgageBankers.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example1_MortgageBankers.txt @@ -1,28 +1,28 @@ -ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> - GS*RA*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 - ST*820*123456 - BPR*C*337.67*C*ACH*CCP*01*111111111*03*900555*3999999999**01*222222222*03*900444*19990105*VEN - TRN*3*888999*3999999999 - DTM*097*19990102 - N1*41*XYZ Mortgage Company - N1*MH*123 Mortgage Insurance Company*SI*123 - ENT*01 - NM1*BW*1*Smith*Gary****34*111223333 - N3*888 Hollywood Drive - N4*Hollywood*KY*99555 - RMR*ID*8889444*PO*236.00 - REF*LD*992222 - DTM*143*19981230 - IT1*8889444 - SAC*N*H850 - TX1*TX*3.54*.015 - ENT*01 - NM1*BW*1*Washington*John****34*999999999 - N3*2830 Northwood Drive - N4*Greensboro*NC*27408 - RMR*ID*66666789*PO*10167 - REF*LD*12345 - DTM*143*19981215 - SE*24*123456 - GE*1*810000263 +ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> + GS*RA*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 + ST*820*123456 + BPR*C*337.67*C*ACH*CCP*01*111111111*03*900555*3999999999**01*222222222*03*900444*19990105*VEN + TRN*3*888999*3999999999 + DTM*097*19990102 + N1*41*XYZ Mortgage Company + N1*MH*123 Mortgage Insurance Company*SI*123 + ENT*01 + NM1*BW*1*Smith*Gary****34*111223333 + N3*888 Hollywood Drive + N4*Hollywood*KY*99555 + RMR*ID*8889444*PO*236.00 + REF*LD*992222 + DTM*143*19981230 + IT1*8889444 + SAC*N*H850 + TX1*TX*3.54*.015 + ENT*01 + NM1*BW*1*Washington*John****34*999999999 + N3*2830 Northwood Drive + N4*Greensboro*NC*27408 + RMR*ID*66666789*PO*10167 + REF*LD*12345 + DTM*143*19981215 + SE*24*123456 + GE*1*810000263 IEA*1*810000263 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example2_ScanaEnergy.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example2_ScanaEnergy.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example2_ScanaEnergy.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example2_ScanaEnergy.txt index bfaacb33..a1653e9e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example2_ScanaEnergy.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example2_ScanaEnergy.txt @@ -1,16 +1,16 @@ -ISA*00* *00* *01* *01*605647775 *980702*1709*U*00410*000000002*0*P*@ - GS*RA*CUSTID0001*605647775*20030101*1530*0001*X*004010 - ST*820*000000001 - BPR*C*10000*C*ACH*CTX*01*xxxx*xx*xxxx*CUSTID0001*xxxx*01*053207766*DA*320704026*20030101 - TRN*1*0001* CUSTID0001 - REF*TN*0001 - DTM*007*20030101*1200*ET - N1*PR*CUSTOMER NAME*01 - N1*PE*SCANA*01*605647775 - ENT*1 - RMR*12*5189800007544*PO*5000 - REF*12*5189800007544 - DTM*814*20030101 - SE*12*000000001 - GE*1*0001 +ISA*00* *00* *01* *01*605647775 *980702*1709*U*00410*000000002*0*P*@ + GS*RA*CUSTID0001*605647775*20030101*1530*0001*X*004010 + ST*820*000000001 + BPR*C*10000*C*ACH*CTX*01*xxxx*xx*xxxx*CUSTID0001*xxxx*01*053207766*DA*320704026*20030101 + TRN*1*0001* CUSTID0001 + REF*TN*0001 + DTM*007*20030101*1200*ET + N1*PR*CUSTOMER NAME*01 + N1*PE*SCANA*01*605647775 + ENT*1 + RMR*12*5189800007544*PO*5000 + REF*12*5189800007544 + DTM*814*20030101 + SE*12*000000001 + GE*1*0001 IEA*1* 000000002 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example3_HomeDepot.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example3_HomeDepot.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example3_HomeDepot.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example3_HomeDepot.txt index 9901ff87..8d5c1653 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example3_HomeDepot.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example3_HomeDepot.txt @@ -1,28 +1,28 @@ -ISA*00* *00* *14*072271711USAP *ZZ*YOUR ISA I.D. *040816*0912*|*00406*000000194*0*P*>~ - GS*RA*072271711USAP*YOUR GS I.D.*20040316*0912*44 (Group Control Number)*X*004060~ - ST*820*000000044~ - BPR*I*TOTAL DOLLAR AMT OF CHECK*C*CHK*PBC~ - TRN*1*REFERENCE NUMBER~ - CUR*BY*USD~ - REF*ZZ*REFERENCE NUMBER~ - DTM*020*CCYYMMDD~ - N1*PE*PAY TO NAME~ - REF*VR*YOUR PAYABLES VENDOR#~ - N1*PR*THE HOME DEPOT U.S.A., INC.~ - ENT*1~ - RMR*OS*RTV NUMBER**NET AMOUNT PAID*GROSS AMOUNT*CASH DISCOUNT AMOUNT TAKEN*CM*0~ - REF*RZ*RELATED RGA NUMBER~ - DTM*999*CCYYMMDD~ - RMR*IV*INVOICE NUMBER**NET AMOUNT PAID*GROSS AMOUNT*CASH DISCOUNT AMOUNT TAKEN*PT*0~ - REF*PO*RELATED PURCHASE ORDER NUMBER~ - DTM*999*CCYYMMDD~ - RMR*CM*CREDIT MEMO NUMBER ** NET $ AMOUNT PAID*GROSS AMOUNT*CASHDISCOUNT AMOUNT TAKEN*CM*0~ - NTE*AFA*DESCRIPTION TEXT~ - REF*PO*PO NUMBER~ - DTM*999*CCYYMMDD~ - RMR*IV*INVOICE NUMBER**NET AMOUNT PAID*GROSS AMOUNT*CASH DISCOUNT AMOUNT TAKEN*PT*0~ - REF*PO*RELATED PURCHASE ORDER NUMBER~ - DTM*999*CCYYMMDD~ - SE*24*000000044~ - GE*1*44~ +ISA*00* *00* *14*072271711USAP *ZZ*YOUR ISA I.D. *040816*0912*|*00406*000000194*0*P*>~ + GS*RA*072271711USAP*YOUR GS I.D.*20040316*0912*44 (Group Control Number)*X*004060~ + ST*820*000000044~ + BPR*I*TOTAL DOLLAR AMT OF CHECK*C*CHK*PBC~ + TRN*1*REFERENCE NUMBER~ + CUR*BY*USD~ + REF*ZZ*REFERENCE NUMBER~ + DTM*020*CCYYMMDD~ + N1*PE*PAY TO NAME~ + REF*VR*YOUR PAYABLES VENDOR#~ + N1*PR*THE HOME DEPOT U.S.A., INC.~ + ENT*1~ + RMR*OS*RTV NUMBER**NET AMOUNT PAID*GROSS AMOUNT*CASH DISCOUNT AMOUNT TAKEN*CM*0~ + REF*RZ*RELATED RGA NUMBER~ + DTM*999*CCYYMMDD~ + RMR*IV*INVOICE NUMBER**NET AMOUNT PAID*GROSS AMOUNT*CASH DISCOUNT AMOUNT TAKEN*PT*0~ + REF*PO*RELATED PURCHASE ORDER NUMBER~ + DTM*999*CCYYMMDD~ + RMR*CM*CREDIT MEMO NUMBER ** NET $ AMOUNT PAID*GROSS AMOUNT*CASHDISCOUNT AMOUNT TAKEN*CM*0~ + NTE*AFA*DESCRIPTION TEXT~ + REF*PO*PO NUMBER~ + DTM*999*CCYYMMDD~ + RMR*IV*INVOICE NUMBER**NET AMOUNT PAID*GROSS AMOUNT*CASH DISCOUNT AMOUNT TAKEN*PT*0~ + REF*PO*RELATED PURCHASE ORDER NUMBER~ + DTM*999*CCYYMMDD~ + SE*24*000000044~ + GE*1*44~ IEA*1*000000194~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example4_Safeway.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example4_Safeway.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example4_Safeway.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example4_Safeway.txt index 36d79961..46b75d11 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example4_Safeway.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example4_Safeway.txt @@ -1,48 +1,48 @@ -ISA*00* *00* *08*9251750000 *XX*XXXXXXXXXX *051018*1820*U*00401*000025029*0*P*>~ - GS*RA*8019721193*XXXXXXXXXX*20051018*1820*106*X*004010~ - ST*820*00106001~ - BPR*I*416093.15*C*ACH*CTX*01*053000219*DA*2000014804300*9991000700**01*XXXXXXXXX*DA*XXXXXXXXXX*20051020*VEN~ - TRN*1*4311000190~ - DTM*020*20051019~ - N1*PR*Safeway - U. S. Corporate*9*0091372090000~ - N1*PE*Safeway Supplier Name*92* 2397~ - ENT*1*PR*9*0091372090500~ - ADX*-13676.81*ZZ*CM*WSO_144324_05~ - REF*CM* WSO_144324_05~ - DTM*003*20050927~ - ADX*-18200*ZZ*CM*WSO_144343_05~ - REF*CM*WSO_144343_05~ - DTM*003*20050927~ - RMR*IV*6092392*PI*20430.34*20851.11*420.77~ - REF*PO*999999999~ - DTM*003*20050923~ - ENT*2*PR*9*0091372091700~ - ADX*-892.8*ZZ*CM*P7159010-17~ - REF*UQ*302 -MEALS/INGREDIENTS~ - REF*CM*P7159010-17~ - DTM*003*20051017~ - RMR*IV*6093694*PI*20888.5*21318.71*430.21~ - REF*PO*888888888~ - DTM*003*20050926~ - RMR*IV*6093695*PI*99701.8*101757.74*2055.94~ - REF*PO*777777777~ - DTM*003*20050926~ - RMR*IV*6093696*PI*17380.29*17738.82*358.53~ - REF*PO*666666666~ - DTM*003*20050926~ - ENT*3*PR*9*0091372092000~ - ADX*210*ZZ*DB*P7817948-20~ - REF*UQ*323 -REFRIGERATED FOODS~ - REF* DB*P7817948-20~ - DTM*003*20051017~ - ENT*4*PR*9*0091372092500~ - RMR*IV*P7340039-25PB*PI*4153*4153~ - REF*PO*555555555~ - DTM*003*20050914~ - ENT*5*PR*9*0091372092700~ - RMR*IV*6093692*PI*286308.83*292210.59*5901.76~ - REF*PO*555555555~ - DTM*003*20050926~ - SE*44*00106001~ - GE*1*106~ +ISA*00* *00* *08*9251750000 *XX*XXXXXXXXXX *051018*1820*U*00401*000025029*0*P*>~ + GS*RA*8019721193*XXXXXXXXXX*20051018*1820*106*X*004010~ + ST*820*00106001~ + BPR*I*416093.15*C*ACH*CTX*01*053000219*DA*2000014804300*9991000700**01*XXXXXXXXX*DA*XXXXXXXXXX*20051020*VEN~ + TRN*1*4311000190~ + DTM*020*20051019~ + N1*PR*Safeway - U. S. Corporate*9*0091372090000~ + N1*PE*Safeway Supplier Name*92* 2397~ + ENT*1*PR*9*0091372090500~ + ADX*-13676.81*ZZ*CM*WSO_144324_05~ + REF*CM* WSO_144324_05~ + DTM*003*20050927~ + ADX*-18200*ZZ*CM*WSO_144343_05~ + REF*CM*WSO_144343_05~ + DTM*003*20050927~ + RMR*IV*6092392*PI*20430.34*20851.11*420.77~ + REF*PO*999999999~ + DTM*003*20050923~ + ENT*2*PR*9*0091372091700~ + ADX*-892.8*ZZ*CM*P7159010-17~ + REF*UQ*302 -MEALS/INGREDIENTS~ + REF*CM*P7159010-17~ + DTM*003*20051017~ + RMR*IV*6093694*PI*20888.5*21318.71*430.21~ + REF*PO*888888888~ + DTM*003*20050926~ + RMR*IV*6093695*PI*99701.8*101757.74*2055.94~ + REF*PO*777777777~ + DTM*003*20050926~ + RMR*IV*6093696*PI*17380.29*17738.82*358.53~ + REF*PO*666666666~ + DTM*003*20050926~ + ENT*3*PR*9*0091372092000~ + ADX*210*ZZ*DB*P7817948-20~ + REF*UQ*323 -REFRIGERATED FOODS~ + REF* DB*P7817948-20~ + DTM*003*20051017~ + ENT*4*PR*9*0091372092500~ + RMR*IV*P7340039-25PB*PI*4153*4153~ + REF*PO*555555555~ + DTM*003*20050914~ + ENT*5*PR*9*0091372092700~ + RMR*IV*6093692*PI*286308.83*292210.59*5901.76~ + REF*PO*555555555~ + DTM*003*20050926~ + SE*44*00106001~ + GE*1*106~ IEA*1*000025029~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example5_Wikipedia.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example5_Wikipedia.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example5_Wikipedia.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example5_Wikipedia.txt index 546da128..0e15f51b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example5_Wikipedia.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example5_Wikipedia.txt @@ -1,18 +1,18 @@ -ISA*00* *00* *01*123454321 *01*012341234 *031016*2359*U*00401*987600111*0*P*:\ - GS*RA*123454321*012341234*031016*2359*987600111*X*004010 \ - ST*820*987600111 \ - BPR*C*77.77*C*ACH*CTX*01*234056789*DA*0099109999*123454321*01*045678099*DA*1008973899*031016\ - TRN*1*0310162359 \ - REF*AA*EDI6 \ - N1*PR*WHIZCO OF AMERICA INC \ - N3*55 MEGAPLEASANT ROAD*SUITE 999 \ - N4*SUPERVILLE*NY*10954 \ - N1*PE*YOWZACO \ - ENT*1 \ - RMR*AP*1111111111111111*PO*11.11 \ - RMR*AP*2222222222222222*PO*22.22 \ - RMR*AP*4444444444444444*PO*44.44 \ - DTM*055*031016 \ - SE*14*987600111 \ - GE*1*987600111 \ +ISA*00* *00* *01*123454321 *01*012341234 *031016*2359*U*00401*987600111*0*P*:\ + GS*RA*123454321*012341234*031016*2359*987600111*X*004010 \ + ST*820*987600111 \ + BPR*C*77.77*C*ACH*CTX*01*234056789*DA*0099109999*123454321*01*045678099*DA*1008973899*031016\ + TRN*1*0310162359 \ + REF*AA*EDI6 \ + N1*PR*WHIZCO OF AMERICA INC \ + N3*55 MEGAPLEASANT ROAD*SUITE 999 \ + N4*SUPERVILLE*NY*10954 \ + N1*PE*YOWZACO \ + ENT*1 \ + RMR*AP*1111111111111111*PO*11.11 \ + RMR*AP*2222222222222222*PO*22.22 \ + RMR*AP*4444444444444444*PO*44.44 \ + DTM*055*031016 \ + SE*14*987600111 \ + GE*1*987600111 \ IEA*1*987600111\ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example6.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example6.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example6.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example6.txt index aea054e6..63d4c7db 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example6.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example6.txt @@ -1,19 +1,19 @@ -ISA*00* *00* *01*006281815 *01*012551202 *051513*0805*U*00101*000000152*0*P*:\ - GS*RA*006281815*012551202*20050113*0805*116*X*001010\ - ST*820*0001203\ - BPR*C*66.55*C*ACH*CTX*01*051302352*DA*601813151*2131510520**01*051000051*DA*1234567890*20050413\ - TRN*1*5600516513\ - REF*AA*EDI6*0550065\ - N1*PR*VIJSHTA Business Incor\ - N1*PE*MURSADR\ - ENT*1\ - RMR*AP*3151551151025500*PO*36.25\ - REF*EM*3151551151\ - DTM*055*20021205\ - ENT*5\ - RMR*AP*3151535551301500**52.35*52.35*0\ - REF*EM*3151535551\ - DTM*055*20031205\ - SE*15*000001203\ - GE*1*116\ +ISA*00* *00* *01*006281815 *01*012551202 *051513*0805*U*00101*000000152*0*P*:\ + GS*RA*006281815*012551202*20050113*0805*116*X*001010\ + ST*820*0001203\ + BPR*C*66.55*C*ACH*CTX*01*051302352*DA*601813151*2131510520**01*051000051*DA*1234567890*20050413\ + TRN*1*5600516513\ + REF*AA*EDI6*0550065\ + N1*PR*VIJSHTA Business Incor\ + N1*PE*MURSADR\ + ENT*1\ + RMR*AP*3151551151025500*PO*36.25\ + REF*EM*3151551151\ + DTM*055*20021205\ + ENT*5\ + RMR*AP*3151535551301500**52.35*52.35*0\ + REF*EM*3151535551\ + DTM*055*20031205\ + SE*15*000001203\ + GE*1*116\ IEA*1*000000152\ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example7_FromScott.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example7_FromScott.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example7_FromScott.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example7_FromScott.txt index 67b9cc03..e7d40b71 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example7_FromScott.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_820/Example7_FromScott.txt @@ -1,157 +1,157 @@ -ISA*00* *00* *ZZ*ORDHS *ZZ*TP000536 *110430*0516*U*00401*000000031*0*P*:~ - GS*RA*ORDHS*TP000536*20110430*051643*22*X*004010X061A1~ - ST*820*22001~ - BPR*I*99999.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999999*20110503~ - TRN*3*999999999*9999999999~ - REF*14*999999~ - DTM*582****RD8*20110429-20110429~ - N1*PE*XXXXX, XXX*FI*999999999~ - N1*PR*XXXXXX XXX*FI*999999999~ - ENT*1*2J*EI*XX99999XX9XX999999~ - NM1*QE*1*XXXX*XXXX*M***N*XX99999X~ - RMR*IK*999999999**16971.04*0~ - DTM*582****RD8*20100201-20100228~ - ADX*16971.04*53~ - ENT*2*2J*EI*XX999X9X99XX999999~ - NM1*QE*1*XXXXXXX*XXXXXXX*G***N*XX999X9X~ - RMR*IK*999999999**246.06*0~ - DTM*582****RD8*20110419-20110430~ - ADX*246.06*53~ - ENT*3*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXX*XXXX XXX*C***N*AN201B1Y~ - RMR*IK*999999999**328.07*0~ - DTM*582****RD8*20110415-20110430~ - ADX*328.07*53~ - ENT*4*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXXXXX*XXXXXX*A***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110414-20110430~ - ADX*999.99*53~ - ENT*5*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXX*XXXXX*J***N*AR201B3X~ - RMR*IK*999999999**328.07*0~ - DTM*582****RD8*20110415-20110430~ - ADX*328.07*53~ - ENT*6*2J*EI*XX99999XXXXX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*E***N*XX99999X~ - RMR*IK*999999999**-999.99*0~ - DTM*582****RD8*20110411-20110430~ - ADX*-999.99*52~ - ENT*7*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110408-20110430~ - ADX*999.99*53~ - ENT*8*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXXXX*XXXXX*D***N*BR201B2K~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110414-20110430~ - ADX*999.99*53~ - ENT*9*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXXXXX*XXXXX*M***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110406-20110430~ - ADX*999.99*53~ - ENT*10*2J*EI*XX99999X99XX999999~ - NM1*QE*1*XXXXXXXX*XXXXXXXX*A***N*XX99999X~ - RMR*IK*999999999**-99.9*0~ - DTM*582****RD8*20110425-20110430~ - ADX*-99.9*52~ - ENT*11*2J*EI*XX999X9X 9XX999999~ - NM1*QE*1*XXXXXX*XXXXX*R***N*XX999X9X~ - RMR*IK*999999999**369.08*0~ - DTM*582****RD8*20110413-20110430~ - ADX*369.08*53~ - ENT*12*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXXXXXXX*XXXXX*G***N*CR201B1F~ - RMR*IK*999999999**328.07*0~ - DTM*582****RD8*20110415-20110430~ - ADX*328.07*53~ - ENT*13*2J*EI*XX999X9X 9XX999999~ - NM1*QE*1*XXXXXXXX*XXXXXXX*G***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20101102-20101102~ - ADX*99.99*53~ - ENT*14*2J*EI*XX999X9X 9XX999999~ - NM1*QE*1*XXXXXXXX*XXXXXXX*A***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110414-20110430~ - ADX*999.99*53~ - ENT*15*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXXX*A***N*XX999X9X~ - RMR*IK*999999999**-99.99*0~ - DTM*582****RD8*20110425-20110430~ - ADX*-99.99*52~ - ENT*16*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*E***N*XX999X9X~ - RMR*IK*999999999**-99.99*0~ - DTM*582****RD8*20110411-20110430~ - ADX*-99.99*52~ - ENT*17*2J*EI*XX999X9X99XX999999~ - NM1*QE*1*XXXXXX*XXXXXX*E***N*JE101B2V~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20110315-20110327~ - ADX*99.99*53~ - ENT*18*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXXXX*XXXXXXXX*C***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110411-20110430~ - ADX*999.99*53~ - ENT*19*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20101101-20101130~ - ADX*99.99*53~ - ENT*20*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20101201-20101231~ - ADX*99.99*53~ - ENT*21*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20110101-20110131~ - ADX*99.99*53~ - ENT*22*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20110201-20110228~ - ADX*99.99*53~ - ENT*23*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20110301-20110331~ - ADX*99.99*53~ - ENT*24*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ - RMR*IK*999999999**99.99*0~ - DTM*582****RD8*20110401-20110430~ - ADX*99.99*53~ - ENT*25*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXXXX*XXXXX*M***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110412-20110430~ - ADX*999.99*53~ - ENT*26*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*XXXXXXXXX*XXXXXXX*J***N*RE201B3K~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110411-20110430~ - ADX*999.99*53~ - ENT*27*2J*EI*XX999X9XX9XX999999~ - NM1*QE*1*ASH*AVA*I***N*XX999X9X~ - RMR*IK*999999999**-19.02*0~ - DTM*582****RD8*20110425-20110430~ - ADX*-19.02*52~ - ENT*28*2J*EI*XX999X9X 9XX999999~ - NM1*QE*1*XXXXXXXX*XXX XXXX*M***N*VL201B2W~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110412-20110430~ - ADX*999.99*53~ - ENT*29*2J*EI*XX999X9XXXXX999999~ - NM1*QE*1*XXXXXX*XXXX*R***N*XX999X9X~ - RMR*IK*999999999**999.99*0~ - DTM*582****RD8*20110408-20110430~ - ADX*999.99*53~ - SE*153*22001~ - GE*1*22~ +ISA*00* *00* *ZZ*ORDHS *ZZ*TP000536 *110430*0516*U*00401*000000031*0*P*:~ + GS*RA*ORDHS*TP000536*20110430*051643*22*X*004010X061A1~ + ST*820*22001~ + BPR*I*99999.99*C*ACH*CCP*01*999999999*DA*999999999*9999999999**01*999999999*DA*999999999*20110503~ + TRN*3*999999999*9999999999~ + REF*14*999999~ + DTM*582****RD8*20110429-20110429~ + N1*PE*XXXXX, XXX*FI*999999999~ + N1*PR*XXXXXX XXX*FI*999999999~ + ENT*1*2J*EI*XX99999XX9XX999999~ + NM1*QE*1*XXXX*XXXX*M***N*XX99999X~ + RMR*IK*999999999**16971.04*0~ + DTM*582****RD8*20100201-20100228~ + ADX*16971.04*53~ + ENT*2*2J*EI*XX999X9X99XX999999~ + NM1*QE*1*XXXXXXX*XXXXXXX*G***N*XX999X9X~ + RMR*IK*999999999**246.06*0~ + DTM*582****RD8*20110419-20110430~ + ADX*246.06*53~ + ENT*3*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXX*XXXX XXX*C***N*AN201B1Y~ + RMR*IK*999999999**328.07*0~ + DTM*582****RD8*20110415-20110430~ + ADX*328.07*53~ + ENT*4*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXXXXX*XXXXXX*A***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110414-20110430~ + ADX*999.99*53~ + ENT*5*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXX*XXXXX*J***N*AR201B3X~ + RMR*IK*999999999**328.07*0~ + DTM*582****RD8*20110415-20110430~ + ADX*328.07*53~ + ENT*6*2J*EI*XX99999XXXXX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*E***N*XX99999X~ + RMR*IK*999999999**-999.99*0~ + DTM*582****RD8*20110411-20110430~ + ADX*-999.99*52~ + ENT*7*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110408-20110430~ + ADX*999.99*53~ + ENT*8*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXXXX*XXXXX*D***N*BR201B2K~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110414-20110430~ + ADX*999.99*53~ + ENT*9*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXXXXX*XXXXX*M***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110406-20110430~ + ADX*999.99*53~ + ENT*10*2J*EI*XX99999X99XX999999~ + NM1*QE*1*XXXXXXXX*XXXXXXXX*A***N*XX99999X~ + RMR*IK*999999999**-99.9*0~ + DTM*582****RD8*20110425-20110430~ + ADX*-99.9*52~ + ENT*11*2J*EI*XX999X9X 9XX999999~ + NM1*QE*1*XXXXXX*XXXXX*R***N*XX999X9X~ + RMR*IK*999999999**369.08*0~ + DTM*582****RD8*20110413-20110430~ + ADX*369.08*53~ + ENT*12*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXXXXXXX*XXXXX*G***N*CR201B1F~ + RMR*IK*999999999**328.07*0~ + DTM*582****RD8*20110415-20110430~ + ADX*328.07*53~ + ENT*13*2J*EI*XX999X9X 9XX999999~ + NM1*QE*1*XXXXXXXX*XXXXXXX*G***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20101102-20101102~ + ADX*99.99*53~ + ENT*14*2J*EI*XX999X9X 9XX999999~ + NM1*QE*1*XXXXXXXX*XXXXXXX*A***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110414-20110430~ + ADX*999.99*53~ + ENT*15*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXXX*A***N*XX999X9X~ + RMR*IK*999999999**-99.99*0~ + DTM*582****RD8*20110425-20110430~ + ADX*-99.99*52~ + ENT*16*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*E***N*XX999X9X~ + RMR*IK*999999999**-99.99*0~ + DTM*582****RD8*20110411-20110430~ + ADX*-99.99*52~ + ENT*17*2J*EI*XX999X9X99XX999999~ + NM1*QE*1*XXXXXX*XXXXXX*E***N*JE101B2V~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20110315-20110327~ + ADX*99.99*53~ + ENT*18*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXXXX*XXXXXXXX*C***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110411-20110430~ + ADX*999.99*53~ + ENT*19*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20101101-20101130~ + ADX*99.99*53~ + ENT*20*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20101201-20101231~ + ADX*99.99*53~ + ENT*21*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20110101-20110131~ + ADX*99.99*53~ + ENT*22*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20110201-20110228~ + ADX*99.99*53~ + ENT*23*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20110301-20110331~ + ADX*99.99*53~ + ENT*24*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXX*XXXXXXX*M***N*XX999X9X~ + RMR*IK*999999999**99.99*0~ + DTM*582****RD8*20110401-20110430~ + ADX*99.99*53~ + ENT*25*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXXXX*XXXXX*M***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110412-20110430~ + ADX*999.99*53~ + ENT*26*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*XXXXXXXXX*XXXXXXX*J***N*RE201B3K~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110411-20110430~ + ADX*999.99*53~ + ENT*27*2J*EI*XX999X9XX9XX999999~ + NM1*QE*1*ASH*AVA*I***N*XX999X9X~ + RMR*IK*999999999**-19.02*0~ + DTM*582****RD8*20110425-20110430~ + ADX*-19.02*52~ + ENT*28*2J*EI*XX999X9X 9XX999999~ + NM1*QE*1*XXXXXXXX*XXX XXXX*M***N*VL201B2W~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110412-20110430~ + ADX*999.99*53~ + ENT*29*2J*EI*XX999X9XXXXX999999~ + NM1*QE*1*XXXXXX*XXXX*R***N*XX999X9X~ + RMR*IK*999999999**999.99*0~ + DTM*582****RD8*20110408-20110430~ + ADX*999.99*53~ + SE*153*22001~ + GE*1*22~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example1_HIBCC.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example1_HIBCC.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example1_HIBCC.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example1_HIBCC.txt index f5ccfa89..9163766d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example1_HIBCC.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example1_HIBCC.txt @@ -1,26 +1,26 @@ -ISA^00^ ^00^ ^16^102096559TEST ^14^PARTNERTEST ^071214^1406^U^00040^810000263^1^T^>~ - GS^SC^102096559TEST^PARTNER^20071214^1406^810000263^X^004010~ - ST^832^1001~ - BCT^PC^2000^1^^^^^^Medical/Surgical Products^00~ - PER^IC^M.J. SMITH^TE^651-555-0891^EM^MJSMITH@HCM.COM~ - DTM^007^20000301~ - N1^MF^HC MAUFACTURER^21^08KUG8732~ - N1^DS^HC DISTRIBUTOR^21^78YU0JN99~ - LIN^1^MG^1000^UK^50387698433528~ - DTM^007^20000315~ - REF^MS^8734001~ - CTB^OR^^57^1~ - CTB^OR^^69^1~ - PID^F^^^^DRAPE, SMALL TOWEL, CLEAR PLASTIC, ADHESIVE STRIP~ - MEA^^SHA^12^MO~ - TD4^PFH~ - DTM^007^20000315~ - CTP^DI^CAT^66.50^1^CA~ - DTM^007^20000315~ - PKL^UK^50387698433528^CA^1^9.3^9^12.5^IN^11.3^LB^^^Y~ - CTP^^SLP^88.50~ - PKL^UK^30387698433527^BX^4^3^3^2.5^IN^2^LB^^^N~ - CTT^1~ - SE^22^1001~ - GE^1^810000263~ +ISA^00^ ^00^ ^16^102096559TEST ^14^PARTNERTEST ^071214^1406^U^00040^810000263^1^T^>~ + GS^SC^102096559TEST^PARTNER^20071214^1406^810000263^X^004010~ + ST^832^1001~ + BCT^PC^2000^1^^^^^^Medical/Surgical Products^00~ + PER^IC^M.J. SMITH^TE^651-555-0891^EM^MJSMITH@HCM.COM~ + DTM^007^20000301~ + N1^MF^HC MAUFACTURER^21^08KUG8732~ + N1^DS^HC DISTRIBUTOR^21^78YU0JN99~ + LIN^1^MG^1000^UK^50387698433528~ + DTM^007^20000315~ + REF^MS^8734001~ + CTB^OR^^57^1~ + CTB^OR^^69^1~ + PID^F^^^^DRAPE, SMALL TOWEL, CLEAR PLASTIC, ADHESIVE STRIP~ + MEA^^SHA^12^MO~ + TD4^PFH~ + DTM^007^20000315~ + CTP^DI^CAT^66.50^1^CA~ + DTM^007^20000315~ + PKL^UK^50387698433528^CA^1^9.3^9^12.5^IN^11.3^LB^^^Y~ + CTP^^SLP^88.50~ + PKL^UK^30387698433527^BX^4^3^3^2.5^IN^2^LB^^^N~ + CTT^1~ + SE^22^1001~ + GE^1^810000263~ IEA^1^810000263~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example2_HIBCC.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example2_HIBCC.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example2_HIBCC.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example2_HIBCC.txt index c46c3f74..5512ada6 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example2_HIBCC.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_832/_4010/Example2_HIBCC.txt @@ -1,27 +1,27 @@ -ISA^00^ ^00^ ^16^102096559TEST ^14^PARTNERTEST ^071214^1406^U^00040^810000263^1^T^>~ - GS^SC^102096559TEST^PARTNER^20071214^1406^810000263^X^004010~ - ST^832^1002~ - BCT^PC^CT21000^^^^^^^^02~ - REF^BC^MS7895~ - PER^CD^MARY AUDETTE^TE^312-575-5957^EM^MAAUD@MFG.COM~ - DTM^092^20000101~ - DTM^093^20001231~ - N1^MF^HC MAUFACTURER^21^08KUG8732~ - N1^BG^HC GROUP ORG^21^8Y67JSD66~ - LIN^1^VC^1000^UK^50387698433528~ - DTM^131^20000301~ - PID^F^^^^DRAPE, SMALL TOWEL, CLEAR PLASTIC, ADHESIVE STRIP~ - PID^F^TRN^^^DRAPE TRADE NAME~ - CTP^BG^C01^65^1^CA~ - DTM^007^20000301~ - CTP^BG^C02^62.20^1^CA~ - DTM^007^20000301~ - CTP^BG^C03^58.75^1^CA~ - DTM^007^20000301~ - SLN^1^1^I^1^CA^^^^VC^1000^UK^50387698433522~ - SLN^1^2^I^4^BX^^^^VC^1000^UK^30387698433527~ - SLN^1^3^I^20^EA^^^^VC^1000^UK^00387698433521~ - CTT^1~ - SE^23^1002~ - GE^1^810000263~ +ISA^00^ ^00^ ^16^102096559TEST ^14^PARTNERTEST ^071214^1406^U^00040^810000263^1^T^>~ + GS^SC^102096559TEST^PARTNER^20071214^1406^810000263^X^004010~ + ST^832^1002~ + BCT^PC^CT21000^^^^^^^^02~ + REF^BC^MS7895~ + PER^CD^MARY AUDETTE^TE^312-575-5957^EM^MAAUD@MFG.COM~ + DTM^092^20000101~ + DTM^093^20001231~ + N1^MF^HC MAUFACTURER^21^08KUG8732~ + N1^BG^HC GROUP ORG^21^8Y67JSD66~ + LIN^1^VC^1000^UK^50387698433528~ + DTM^131^20000301~ + PID^F^^^^DRAPE, SMALL TOWEL, CLEAR PLASTIC, ADHESIVE STRIP~ + PID^F^TRN^^^DRAPE TRADE NAME~ + CTP^BG^C01^65^1^CA~ + DTM^007^20000301~ + CTP^BG^C02^62.20^1^CA~ + DTM^007^20000301~ + CTP^BG^C03^58.75^1^CA~ + DTM^007^20000301~ + SLN^1^1^I^1^CA^^^^VC^1000^UK^50387698433522~ + SLN^1^2^I^4^BX^^^^VC^1000^UK^30387698433527~ + SLN^1^3^I^20^EA^^^^VC^1000^UK^00387698433521~ + CTT^1~ + SE^23^1002~ + GE^1^810000263~ IEA^1^810000263~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example1.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example1.txt index b5849b7d..ecfd23d1 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example1.txt @@ -1,20 +1,20 @@ -ISA~00~ ~00~ ~01~322341109 ~01~SANMINACORP ~040811~0014~ ~00401~000001979~0~P~>} - GS~IB~322341109~ SANMINACORP ~20040811~0014~1979~X~004010} - ST~846~1979} - BIA~00~CM~10353~20040811~~11} - CUR~BY~USD} - DTM~007~20040811~2300~GM} - N1~ST~EMS PLANT E88 ~92~SAN003} - N1~SE~XYZ Corporation~92~XYZ001} - LIN~1~BP~46L5055~EC~5V~MF~XYZ Corporation~MG~1234123232} - QTY~34~5250} - UIT~EA} - QTY~QH~100} - UIT~EA} - QTY~QB~50} - UIT~EA} - QTY~87~75} - UIT~EA} - SE~16~1979} - GE~1~1979} +ISA~00~ ~00~ ~01~322341109 ~01~SANMINACORP ~040811~0014~ ~00401~000001979~0~P~>} + GS~IB~322341109~ SANMINACORP ~20040811~0014~1979~X~004010} + ST~846~1979} + BIA~00~CM~10353~20040811~~11} + CUR~BY~USD} + DTM~007~20040811~2300~GM} + N1~ST~EMS PLANT E88 ~92~SAN003} + N1~SE~XYZ Corporation~92~XYZ001} + LIN~1~BP~46L5055~EC~5V~MF~XYZ Corporation~MG~1234123232} + QTY~34~5250} + UIT~EA} + QTY~QH~100} + UIT~EA} + QTY~QB~50} + UIT~EA} + QTY~87~75} + UIT~EA} + SE~16~1979} + GE~1~1979} IEA~1~000001979} \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example2.txt index 35d58858..0f51974d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_846/Example2.txt @@ -1,28 +1,28 @@ -ISA~00~ ~00~ ~01~999999999 ~01~XXXXXXXXXXXX ~040811~0014~ ~00401~000001979~0~P~>* - GS~IB~999999999~ XXXXXXXXXXX ~20040811~0014~1979~X~004010* - ST~846~0008505* - BIA~00~DM~20030828234648~20030828~00234648* - LIN~~BP~38490-B~VN~H304L0750040~ZZ~TX* - CTP~~ACT~2.6* - REF~ZZ~ASIA* - QTY~17~1998.61~FT* - LIN~~BP~38499-B~VN~H304L0750080~ZZ~TX* - CTP~~ACT~3* - REF~ZZ~ASIA* - QTY~17~1777.18~FT* - LIN~~BP~38496-B~VN~H316L0750040~ZZ~TX* - CTP~~ACT~2.83* - REF~ZZ~ASIAQTY~17~403.32~FT* - QTY~63~1000~FT* - DTM~371~20030822* - LIN~~BP~38502-B~VN~H316L0750080~ZZ~TX* - CTP~~ACT~3.26* - REF~ZZ~ASIA* - QTY~17~3621.25~FT* - LIN~~BP~35933~VN~I304/0250035Z~ZZ~TX* - CTP~~ACT~0.567* - REF~ZZ~CAN* - QTY~17~7280~FTCTT~5* - SE~24~0008505* - GE~1~1979* +ISA~00~ ~00~ ~01~999999999 ~01~XXXXXXXXXXXX ~040811~0014~ ~00401~000001979~0~P~>* + GS~IB~999999999~ XXXXXXXXXXX ~20040811~0014~1979~X~004010* + ST~846~0008505* + BIA~00~DM~20030828234648~20030828~00234648* + LIN~~BP~38490-B~VN~H304L0750040~ZZ~TX* + CTP~~ACT~2.6* + REF~ZZ~ASIA* + QTY~17~1998.61~FT* + LIN~~BP~38499-B~VN~H304L0750080~ZZ~TX* + CTP~~ACT~3* + REF~ZZ~ASIA* + QTY~17~1777.18~FT* + LIN~~BP~38496-B~VN~H316L0750040~ZZ~TX* + CTP~~ACT~2.83* + REF~ZZ~ASIAQTY~17~403.32~FT* + QTY~63~1000~FT* + DTM~371~20030822* + LIN~~BP~38502-B~VN~H316L0750080~ZZ~TX* + CTP~~ACT~3.26* + REF~ZZ~ASIA* + QTY~17~3621.25~FT* + LIN~~BP~35933~VN~I304/0250035Z~ZZ~TX* + CTP~~ACT~0.567* + REF~ZZ~CAN* + QTY~17~7280~FTCTT~5* + SE~24~0008505* + GE~1~1979* IEA~1~000001979* \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example1_PGWGlass.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example1_PGWGlass.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example1_PGWGlass.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example1_PGWGlass.txt index 03d372b1..adaa8ed7 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example1_PGWGlass.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example1_PGWGlass.txt @@ -1,40 +1,40 @@ -ISA*00* *00* *01*828513080 *01*001903202U *100817*0850*U*00400*000000245*0*P*~| - GS*PO*828513080*001903202U*20100817*0850*245*X*004010| - ST*850*0001| - BEG*05*SA*S41000439**20100810| - CUR*BY*USD| - PER*IC*Doe, Jane*******Doe, Jane| - AMT*TT*884.06| - N1*MI**92*D_POF341| - N1*ST**92*W_341001| - N3*WORKS 41*2290 MENELAUS ROAD| - N4*BEREA*KY*40403*US| - N1*SF*GENERAL SUPPLY CO*92*S07012345| - PO1*1*5*EA*5.09*UM*BP*0459001004| - PID*F****FUSE, BUSSMAN FNA-4/10| - DTM*002*20100820| - N9*ZZ*Detail text| - MSG*FUSE, BUSSMAN FNA-4/10| - PO1*2*12*EA*63.11*UM*BP*0650002027| - PID*F****LAMP, MAXLITE 35873, 200W,| - DTM*002*20100820| - N9*ZZ*Detail text| - MSG*LAMP, MAXLITE 35873, 200W,| - MSG*277V, 5000K, E39, HPE| - MSG*MODEL NO. SKO200EA250| - PO1*3*2*EA*8.02*UM*BP*0670104514| - PID*F****DIN RAIL, 35MM, 3 FT LENGTH,| - DTM*002*20100820| - N9*ZZ*Detail text| - MSG*DIN RAIL, 35MM, 3 FT LENGTH,| - MSG*SPC TECHNOLOGY TYPE 3270| - PO1*4*1*EA*85.25*UM*BP*0684202074| - PID*F****SWITCH, PROXIMITY,| - DTM*002*20100820| - N9*ZZ*Detail text| - MSG*SWITCH, PROXIMITY,| - MSG*SQUARE D #XS8C40PC440H7| - CTT*4*20| - SE*36*0001| - GE*1*245| +ISA*00* *00* *01*828513080 *01*001903202U *100817*0850*U*00400*000000245*0*P*~| + GS*PO*828513080*001903202U*20100817*0850*245*X*004010| + ST*850*0001| + BEG*05*SA*S41000439**20100810| + CUR*BY*USD| + PER*IC*Doe, Jane*******Doe, Jane| + AMT*TT*884.06| + N1*MI**92*D_POF341| + N1*ST**92*W_341001| + N3*WORKS 41*2290 MENELAUS ROAD| + N4*BEREA*KY*40403*US| + N1*SF*GENERAL SUPPLY CO*92*S07012345| + PO1*1*5*EA*5.09*UM*BP*0459001004| + PID*F****FUSE, BUSSMAN FNA-4/10| + DTM*002*20100820| + N9*ZZ*Detail text| + MSG*FUSE, BUSSMAN FNA-4/10| + PO1*2*12*EA*63.11*UM*BP*0650002027| + PID*F****LAMP, MAXLITE 35873, 200W,| + DTM*002*20100820| + N9*ZZ*Detail text| + MSG*LAMP, MAXLITE 35873, 200W,| + MSG*277V, 5000K, E39, HPE| + MSG*MODEL NO. SKO200EA250| + PO1*3*2*EA*8.02*UM*BP*0670104514| + PID*F****DIN RAIL, 35MM, 3 FT LENGTH,| + DTM*002*20100820| + N9*ZZ*Detail text| + MSG*DIN RAIL, 35MM, 3 FT LENGTH,| + MSG*SPC TECHNOLOGY TYPE 3270| + PO1*4*1*EA*85.25*UM*BP*0684202074| + PID*F****SWITCH, PROXIMITY,| + DTM*002*20100820| + N9*ZZ*Detail text| + MSG*SWITCH, PROXIMITY,| + MSG*SQUARE D #XS8C40PC440H7| + CTT*4*20| + SE*36*0001| + GE*1*245| IEA*1*000000245| \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example2_Adobe_TLP.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example2_Adobe_TLP.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example2_Adobe_TLP.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example2_Adobe_TLP.txt index 12babd3b..bfb6a7cb 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example2_Adobe_TLP.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example2_Adobe_TLP.txt @@ -1,44 +1,44 @@ -ISA~00~ ~00~ ~01~000000000 ~16~102096559TEST ~100614~1600~U~00401~000211462~0~P~> - GS~PO~007911209~102096559TEST~20100614~1600~11464~X~004010 - ST~850~114640004 - BEG~00~NE~TLP-X12~~20100614 - CUR~SE~USD - REF~CT~123456 - REF~DC~123456 - REF~EU~123456 - DTM~010~20100614 - N1~BY~SOLD TO~91~ID Number - N1~PO~PAYER~91~ID Number - N1~BT~BILL TO~91~ID Number - N1~DU~RESELLER - N2~Reseller NameII - N3~123 MAIN STREET - N4~CEDAR RAPIDS~IA~524032140 - REF~DP~DP~DEPARTMENT 100 - REF~7I~ResellerAuthID - PER~IC~RESELLER TO~TE~8015551234~FX~8015554321~EM~john@doe.com - N1~EN~END USER - N2~EndUser NameII - N3~123 MAIN STREET - N4~CEDAR RAPIDS~IA~524032140 - REF~DP~DP~DEPARTMENT 200 - N1~IA~DEPLOY TO - N2~DeployTo NameII - N3~123 MAIN STREET - N4~CEDAR RAPIDS~IA~524032140 - REF~DP~DP~DEPARTMENT 300 - PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com - N1~ST~SHIP TO - N2~ShipTo NameII - N3~123 MAIN STREET - N4~CEDAR RAPIDS~IA~524032140 - REF~DP~DP~DEPARTMENT 400 - PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com - PO1~1~1~EA~665~CA~BP~12345678~MG~64113730AD01A00 - DTM~010~20100614 - DTM~196~20100614 - CTT~1 - AMT~TT~12 - SE~40~114640004 - GE~1~11464 +ISA~00~ ~00~ ~01~000000000 ~16~102096559TEST ~100614~1600~U~00401~000211462~0~P~> + GS~PO~007911209~102096559TEST~20100614~1600~11464~X~004010 + ST~850~114640004 + BEG~00~NE~TLP-X12~~20100614 + CUR~SE~USD + REF~CT~123456 + REF~DC~123456 + REF~EU~123456 + DTM~010~20100614 + N1~BY~SOLD TO~91~ID Number + N1~PO~PAYER~91~ID Number + N1~BT~BILL TO~91~ID Number + N1~DU~RESELLER + N2~Reseller NameII + N3~123 MAIN STREET + N4~CEDAR RAPIDS~IA~524032140 + REF~DP~DP~DEPARTMENT 100 + REF~7I~ResellerAuthID + PER~IC~RESELLER TO~TE~8015551234~FX~8015554321~EM~john@doe.com + N1~EN~END USER + N2~EndUser NameII + N3~123 MAIN STREET + N4~CEDAR RAPIDS~IA~524032140 + REF~DP~DP~DEPARTMENT 200 + N1~IA~DEPLOY TO + N2~DeployTo NameII + N3~123 MAIN STREET + N4~CEDAR RAPIDS~IA~524032140 + REF~DP~DP~DEPARTMENT 300 + PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com + N1~ST~SHIP TO + N2~ShipTo NameII + N3~123 MAIN STREET + N4~CEDAR RAPIDS~IA~524032140 + REF~DP~DP~DEPARTMENT 400 + PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com + PO1~1~1~EA~665~CA~BP~12345678~MG~64113730AD01A00 + DTM~010~20100614 + DTM~196~20100614 + CTT~1 + AMT~TT~12 + SE~40~114640004 + GE~1~11464 IEA~1~000211462 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example3_Adobe_CLP.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example3_Adobe_CLP.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example3_Adobe_CLP.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example3_Adobe_CLP.txt index 83725746..76233d6e 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example3_Adobe_CLP.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example3_Adobe_CLP.txt @@ -1,79 +1,79 @@ -ISA~00~ ~00~ ~01~00000000 ~16~102096559TEST ~100614~1600~U~00300~000511461~0~P~>* - GS~PO~00000000~102096559TEST~20100614~1600~11464~X~004010* - ST~850~114640004* - BEG~00~NE~ANSI-X12-CLP~~20100614* - CUR~SE~USD* - REF~CT~123456* - REF~DC~123456* - REF~EU~123456* - REF~PD~DEALREG1234* - DTM~010~20100614* - N1~BY~SOLD TO~91~Sold To ID* - N1~PO~PAYER PARTY~91~Payor ID* - N1~BT~BILL TO~91~Bill To ID* - N1~DU~RESELLER* - N2~Reseller NameII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 100* - REF~7I~ResellerAuthID* - PER~IC~RESELLER TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - N1~EN~END USER* - N2~ENDUSER NAMEII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 200* - REF~CT~123456* - N1~IA~DEPLOY TO* - N2~DEPLOYTO NAMEII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 300* - PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - N1~ST~SHIP TO* - N2~SHIPTO NAMEII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 400* - PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - PO1~1~1~EA~157.50~PE~BP~1733880~MG~64017422AB10A12* - CUR~ST~USD* - REF~EU~110780* - DTM~004~20100614* - DTM~010~20100614* - DTM~196~20100614* - N1~IA~DEPLOY TO* - N2~DEPLOYTO NameII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 701* - PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - N1~ST~SHIP TO* - N2~SHIPTO NameII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 701* - PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - PO1~2~1~EA~160~PE~BP~1733880~MG~54020587AA01A00* - CUR~ST~USD* - REF~EU~110780* - DTM~004~20100614* - DTM~010~20100614* - DTM~196~20100614* - N1~IA~DEPLOY TO* - N2~DEPLOY NAMEII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 702* - PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - N1~ST~SHIP TO* - N2~SHIPTO NAMEII* - N3~123 MAIN STREET* - N4~CEDAR RAPIDS~IA~524032140* - REF~DP~DP~DEPARTMENT 702* - PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com* - CTT~2* - AMT~TT~12* - SE~75~114640004* - GE~1~11464* +ISA~00~ ~00~ ~01~00000000 ~16~102096559TEST ~100614~1600~U~00300~000511461~0~P~>* + GS~PO~00000000~102096559TEST~20100614~1600~11464~X~004010* + ST~850~114640004* + BEG~00~NE~ANSI-X12-CLP~~20100614* + CUR~SE~USD* + REF~CT~123456* + REF~DC~123456* + REF~EU~123456* + REF~PD~DEALREG1234* + DTM~010~20100614* + N1~BY~SOLD TO~91~Sold To ID* + N1~PO~PAYER PARTY~91~Payor ID* + N1~BT~BILL TO~91~Bill To ID* + N1~DU~RESELLER* + N2~Reseller NameII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 100* + REF~7I~ResellerAuthID* + PER~IC~RESELLER TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + N1~EN~END USER* + N2~ENDUSER NAMEII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 200* + REF~CT~123456* + N1~IA~DEPLOY TO* + N2~DEPLOYTO NAMEII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 300* + PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + N1~ST~SHIP TO* + N2~SHIPTO NAMEII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 400* + PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + PO1~1~1~EA~157.50~PE~BP~1733880~MG~64017422AB10A12* + CUR~ST~USD* + REF~EU~110780* + DTM~004~20100614* + DTM~010~20100614* + DTM~196~20100614* + N1~IA~DEPLOY TO* + N2~DEPLOYTO NameII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 701* + PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + N1~ST~SHIP TO* + N2~SHIPTO NameII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 701* + PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + PO1~2~1~EA~160~PE~BP~1733880~MG~54020587AA01A00* + CUR~ST~USD* + REF~EU~110780* + DTM~004~20100614* + DTM~010~20100614* + DTM~196~20100614* + N1~IA~DEPLOY TO* + N2~DEPLOY NAMEII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 702* + PER~IC~DEPLOY TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + N1~ST~SHIP TO* + N2~SHIPTO NAMEII* + N3~123 MAIN STREET* + N4~CEDAR RAPIDS~IA~524032140* + REF~DP~DP~DEPARTMENT 702* + PER~IC~SHIP TO~TE~8015551234~FX~8015554321~EM~john@doe.com* + CTT~2* + AMT~TT~12* + SE~75~114640004* + GE~1~11464* IEA~1~000511461* \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example4_Adobe_ShrinkWrapped.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example4_Adobe_ShrinkWrapped.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example4_Adobe_ShrinkWrapped.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example4_Adobe_ShrinkWrapped.txt index c3ff574e..1aaa25d7 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example4_Adobe_ShrinkWrapped.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/Example4_Adobe_ShrinkWrapped.txt @@ -1,22 +1,22 @@ -ISA*00* *00* *ZZ*PARTNER *16*102096559PROD *060521*0300*U*00400*638504569*0*P*> - GS*PO*PARTNER*102096559PROD*20090421*0300*4569*X*004010 - ST*850*891325 - BEG*00*NE*MH80312**20090421 - CUR*SE*USD - REF*CT*123456 - DTM*010*20090421 - N1*BY*SOLD TO Org Name*ZZ*038181483 - N1*PO*PAYOR Org Name*ZZ*038181483 - N1*BT*BILL TO Org Name*ZZ*04332571 - N1*ST*SHIP TO Org Name*ZZ*0381814830030 - N2*Partner Name - N3*100 Bramshott Rd. - N4*San Jose*CA*95110 - PER*IC*John Doe*TE*8015551234*FX*8015554321*EM*johndoe@doe.com - PO1*1*11*EA*1499.95*CA*BP*12345678*MG*12070205 - DTM*010*20090421 - CTT*1 - AMT*TT*12 - SE*18*891325 - GE*1*4569 +ISA*00* *00* *ZZ*PARTNER *16*102096559PROD *060521*0300*U*00400*638504569*0*P*> + GS*PO*PARTNER*102096559PROD*20090421*0300*4569*X*004010 + ST*850*891325 + BEG*00*NE*MH80312**20090421 + CUR*SE*USD + REF*CT*123456 + DTM*010*20090421 + N1*BY*SOLD TO Org Name*ZZ*038181483 + N1*PO*PAYOR Org Name*ZZ*038181483 + N1*BT*BILL TO Org Name*ZZ*04332571 + N1*ST*SHIP TO Org Name*ZZ*0381814830030 + N2*Partner Name + N3*100 Bramshott Rd. + N4*San Jose*CA*95110 + PER*IC*John Doe*TE*8015551234*FX*8015554321*EM*johndoe@doe.com + PO1*1*11*EA*1499.95*CA*BP*12345678*MG*12070205 + DTM*010*20090421 + CTT*1 + AMT*TT*12 + SE*18*891325 + GE*1*4569 IEA*1*638504569 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/From_aojuk.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/From_aojuk.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/From_aojuk.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/From_aojuk.txt index 7dc4c72a..350a1e6d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/From_aojuk.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_850/From_aojuk.txt @@ -1,23 +1,23 @@ -ISA*00* *00* *ZZ*SITESTUFFP2P *ZZ*SUPPLIERID *090101*1215*U*00401*000000091*0*P*>~ - GS*PO*SITESTUFFP2P*SUPPLIERID*20090101*1215*83*X*004010~ - ST*850*0083~ - BEG*00*SA*6190**20090101~ - REF*CR*532~ - N1*LW*Demo Customer*ZZ*10000000~ - N1*ST*Demo Buying Property*ZZ*10052~ - N3*street 1*suite 1~ - N4*Austin*TX*78759~ - PER*AN*John Doe*TE*888.888.8888*EM*john.doe@email.com~ - SPI*ZZ~ - MSG*test shipping instructions~ - PO1*6917*1*PK*10.98**VP*123456~ - PID*F****DESCRIPTION 1~ - REF*ADD*Unit #111~ - PO1*6915*1*EA*219**VP*654321~ - PID*F****DESCRIPTION 2~ - REF*ADD*Unit #112~ - CTT*2~ - AMT*TT*229.98*D~ - SE*19*0083~ - GE*1*83~ +ISA*00* *00* *ZZ*SITESTUFFP2P *ZZ*SUPPLIERID *090101*1215*U*00401*000000091*0*P*>~ + GS*PO*SITESTUFFP2P*SUPPLIERID*20090101*1215*83*X*004010~ + ST*850*0083~ + BEG*00*SA*6190**20090101~ + REF*CR*532~ + N1*LW*Demo Customer*ZZ*10000000~ + N1*ST*Demo Buying Property*ZZ*10052~ + N3*street 1*suite 1~ + N4*Austin*TX*78759~ + PER*AN*John Doe*TE*888.888.8888*EM*john.doe@email.com~ + SPI*ZZ~ + MSG*test shipping instructions~ + PO1*6917*1*PK*10.98**VP*123456~ + PID*F****DESCRIPTION 1~ + REF*ADD*Unit #111~ + PO1*6915*1*EA*219**VP*654321~ + PID*F****DESCRIPTION 2~ + REF*ADD*Unit #112~ + CTT*2~ + AMT*TT*229.98*D~ + SE*19*0083~ + GE*1*83~ IEA*1*000000091~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/855SSimmons.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/855SSimmons.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/855SSimmons.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/855SSimmons.txt index d3a5908e..4e1b000a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/855SSimmons.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/855SSimmons.txt @@ -1,24 +1,24 @@ -ISA*00* *00* *01*121792154 *12*1234567890 *110928*0007*U*00401*000076417*0*P*>~ - GS*PR*121792154*1234567890*20110928*0007*76417*X*004010~ - ST*855*0001~ - BAK*00*AD*7542*20110928****83517234*20110928~ - DTM*017*20111007~ - N1*ST*SLEEP TRAIN*92*123~ - N1*OB**92*09959400~ - PO1*100*1*EA*7700*PE*CB*4620451B*VC*64620451~ - N1*LW*OJEDA, ROSA*92*09959400~ - PO1*200*1*EA*23500*PE*CB*1528451M*VC*51528451~ - N1*LW*OJEDA, ROSA*92*09959400~ - CTT*2*2~ - SE*11*0001~ - ST*855*0002~ - BAK*00*AD*99035*20110928****83517334*20110928~ - DTM*017*20111006~ - N1*ST*SLEEP TRAIN*92*456~ - N1*OB**92*09987800~ - PO1*100*1*EA*9000*PE*CB*4625740M*VC*54625740~ - N1*LW*DEFAULT CUSTOMER, AUSUSTIN*92*09987800~ - CTT*1*1~ - SE*9*0002~ - GE*2*76417~ +ISA*00* *00* *01*121792154 *12*1234567890 *110928*0007*U*00401*000076417*0*P*>~ + GS*PR*121792154*1234567890*20110928*0007*76417*X*004010~ + ST*855*0001~ + BAK*00*AD*7542*20110928****83517234*20110928~ + DTM*017*20111007~ + N1*ST*SLEEP TRAIN*92*123~ + N1*OB**92*09959400~ + PO1*100*1*EA*7700*PE*CB*4620451B*VC*64620451~ + N1*LW*OJEDA, ROSA*92*09959400~ + PO1*200*1*EA*23500*PE*CB*1528451M*VC*51528451~ + N1*LW*OJEDA, ROSA*92*09959400~ + CTT*2*2~ + SE*11*0001~ + ST*855*0002~ + BAK*00*AD*99035*20110928****83517334*20110928~ + DTM*017*20111006~ + N1*ST*SLEEP TRAIN*92*456~ + N1*OB**92*09987800~ + PO1*100*1*EA*9000*PE*CB*4625740M*VC*54625740~ + N1*LW*DEFAULT CUSTOMER, AUSUSTIN*92*09987800~ + CTT*1*1~ + SE*9*0002~ + GE*2*76417~ IEA*1*000076417~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/Example1_Adobe.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/Example1_Adobe.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/Example1_Adobe.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/Example1_Adobe.txt index 3c9baf24..87e31c48 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/Example1_Adobe.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_855/Example1_Adobe.txt @@ -1,47 +1,47 @@ -ISA*00* *00* *16*102096559PROD *01*PARTNER *090612*2028*U*00400*855336885*0*P*> - GS*PR*102096559PROD*PARTNER*20090612*2028*855336885*X*004010 - ST*855*852281220 - BAK*00*AD*0132710645*20090612 - CUR*SE*USD - REF*CO*11KH111D - TD5**ZZ*0000011111 - TD5**ZZ*0000011111 - TD5**ZZ*0000011111 - TD5**91*0000011111 - TD5**ZZ*0011111111 - N1*BY*PURCHASING PARTY*ZZ*0000011111 - N2*TRADING PARTNER - N3*1111 Main Street*VENDOR A11111 - N4*SAN JOSE*CA*951102704*US - N1*BT*BILL TO PARTY*ZZ*0000022222 - N2*TRADING PARTNER - N3*2222 Main Street*VENDOR A22222 - N4*SAN JOSE*CA*951102704*US - N1*PR*PAYER PARTY*ZZ*0000033333 - N2*TRADING PARTNER - N3*3333 Main Street*VENDOR A33333 - N4*SAN JOSE*CA*951102704*US - N1*CA*OTHER CARRIER-NOTE IN SHIP INSTRUC.*ZZ*0000444444 - N2*OTHER CARRIER-NOTE IN SHIP INSTRUC. - N3*4444 MAIN ST. - N4*SANTA CLARA*CA*95050*US - N1*II*ADOBE SYSTEMS INCORPORATED*91*0000012137 - N2*ADOBE SYSTEMS INCORPORATED - N3*345 PARK AVENUE - N4*SAN JOSE*CA*95110*US - N1*SE*ADOBE SYSTEMS INCORPORATED*91*ADUS - N2*ADOBE SYSTEMS INCORPORATED - N3*345 Park Avenue - N4*SAN JOSE*CA*95110*US - N1*ST*SHIP TO PARTY*ZZ*0055555555 - N2*TRADING PARTNER - N3*5555 161TH AVE - N4*SEATTLE*WA*98134*US - PER*CN*JOHN DOE - PO1*000010*1*EA*369*CA*MG*00065008880AD01A00*BP*T05249 - PID*F****APRO,9.0,WIN,AOO,UE,1PK,N/A - CTT*1 - AMT*TT*369 - SE*43*852281220 - GE*1*855336885 +ISA*00* *00* *16*102096559PROD *01*PARTNER *090612*2028*U*00400*855336885*0*P*> + GS*PR*102096559PROD*PARTNER*20090612*2028*855336885*X*004010 + ST*855*852281220 + BAK*00*AD*0132710645*20090612 + CUR*SE*USD + REF*CO*11KH111D + TD5**ZZ*0000011111 + TD5**ZZ*0000011111 + TD5**ZZ*0000011111 + TD5**91*0000011111 + TD5**ZZ*0011111111 + N1*BY*PURCHASING PARTY*ZZ*0000011111 + N2*TRADING PARTNER + N3*1111 Main Street*VENDOR A11111 + N4*SAN JOSE*CA*951102704*US + N1*BT*BILL TO PARTY*ZZ*0000022222 + N2*TRADING PARTNER + N3*2222 Main Street*VENDOR A22222 + N4*SAN JOSE*CA*951102704*US + N1*PR*PAYER PARTY*ZZ*0000033333 + N2*TRADING PARTNER + N3*3333 Main Street*VENDOR A33333 + N4*SAN JOSE*CA*951102704*US + N1*CA*OTHER CARRIER-NOTE IN SHIP INSTRUC.*ZZ*0000444444 + N2*OTHER CARRIER-NOTE IN SHIP INSTRUC. + N3*4444 MAIN ST. + N4*SANTA CLARA*CA*95050*US + N1*II*ADOBE SYSTEMS INCORPORATED*91*0000012137 + N2*ADOBE SYSTEMS INCORPORATED + N3*345 PARK AVENUE + N4*SAN JOSE*CA*95110*US + N1*SE*ADOBE SYSTEMS INCORPORATED*91*ADUS + N2*ADOBE SYSTEMS INCORPORATED + N3*345 Park Avenue + N4*SAN JOSE*CA*95110*US + N1*ST*SHIP TO PARTY*ZZ*0055555555 + N2*TRADING PARTNER + N3*5555 161TH AVE + N4*SEATTLE*WA*98134*US + PER*CN*JOHN DOE + PO1*000010*1*EA*369*CA*MG*00065008880AD01A00*BP*T05249 + PID*F****APRO,9.0,WIN,AOO,UE,1PK,N/A + CTT*1 + AMT*TT*369 + SE*43*852281220 + GE*1*855336885 IEA*1*855336885 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example1.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example1.txt index bd858dbd..080ba4dd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example1.txt @@ -1,29 +1,29 @@ -ISA~00~ ~00~ ~01~201495124 ~01~207663412 ~010420~1312~U~00401~000000001~1~P~`* - GS~SH~207663412~201495124~20010420~1312~1~X~004010* - ST~856~0001* - BSN~00~123456~20010420~1421* - DTM~011~20010420~1421* - DTM~017~20010422~0800* - HL~1~~S* - REF~PK~012345678901234* - N1~SF~ACME~ZZ~ACME ELECT00* - N3~123 TEST DR.~Suite 00* - N4~Austin~TX~78736-0000* - N1~ST~ESSAR Steel Algoma Inc.~1~201495124* - N3~456 TEST DR.~Suite 00* - N4~Paris~TX~00000-0000* - HL~2~1~O* - PRF~123456~1234* - HL~3~2~I* - LIN~001~CB~1234-123456* - SN1~~16~PC* - HL~4~2~I* - LIN~002~CB~1234-654321* - SN1~~23~LB* - HL~5~2~I* - LIN~004~CB~1234-223456* - SN1~~16~PC* - CTT~5* - SE~25~0001* - GE~1~1* +ISA~00~ ~00~ ~01~201495124 ~01~207663412 ~010420~1312~U~00401~000000001~1~P~`* + GS~SH~207663412~201495124~20010420~1312~1~X~004010* + ST~856~0001* + BSN~00~123456~20010420~1421* + DTM~011~20010420~1421* + DTM~017~20010422~0800* + HL~1~~S* + REF~PK~012345678901234* + N1~SF~ACME~ZZ~ACME ELECT00* + N3~123 TEST DR.~Suite 00* + N4~Austin~TX~78736-0000* + N1~ST~ESSAR Steel Algoma Inc.~1~201495124* + N3~456 TEST DR.~Suite 00* + N4~Paris~TX~00000-0000* + HL~2~1~O* + PRF~123456~1234* + HL~3~2~I* + LIN~001~CB~1234-123456* + SN1~~16~PC* + HL~4~2~I* + LIN~002~CB~1234-654321* + SN1~~23~LB* + HL~5~2~I* + LIN~004~CB~1234-223456* + SN1~~16~PC* + CTT~5* + SE~25~0001* + GE~1~1* IEA~1~000000001* \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example2.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example2.txt index 27d3a644..dd875a3d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example2.txt @@ -1,38 +1,38 @@ -ISA*00* *00* *01*201495124 *01*207663412 *010420*1312*U*00401*000000001*1*P*:~ - GS*SH*123456789*987654321*030619*1235*1*X*003060~ - ST*856*0001~ - BSN*00**030619*1235~ - DTM*011*030619*1445~ - DTM*017*030620*0800~ - HL*1**S~ - MEA*PD*G*3100*LB~ - MEA*PD*N*2800*LB~ - TD1* BIN52*5~ - TD5*B*2*MPNF*M~ - TD3*TL**287532~ - REF*BM*25673~ - REF*PK*18392~ - REF*CN*88145~ - N1*SU*MNO ASSEMBLY*92*123456789~ - N1*ST*ABC MANUFACTURING*92*987654321~ - N1*SF*XYZ WAREHOUSE*92*567891234~ - HL*2*1*I~ - LIN**BP*rt2371~ - SN1**1400*PC*6000~ - PRF*B00000389*0005~ - CLD*2*700* BIN52~ - REF*LS*798412~ - REF*LS*798413~ - HL*3*1*I~ - LIN**BP*lt2372~ - SN1**1500*PC*6000~ - PRF*B00003489*0002~ - CLD*1*700* BIN52~ - REF*LS*798514~ - CLD*2*400* BIN52~ - REF*LS*798515~ - REF*LS*798516~ - CTT*2*2900~ - SE*34*0001~ - GE*1*1~ +ISA*00* *00* *01*201495124 *01*207663412 *010420*1312*U*00401*000000001*1*P*:~ + GS*SH*123456789*987654321*030619*1235*1*X*003060~ + ST*856*0001~ + BSN*00**030619*1235~ + DTM*011*030619*1445~ + DTM*017*030620*0800~ + HL*1**S~ + MEA*PD*G*3100*LB~ + MEA*PD*N*2800*LB~ + TD1* BIN52*5~ + TD5*B*2*MPNF*M~ + TD3*TL**287532~ + REF*BM*25673~ + REF*PK*18392~ + REF*CN*88145~ + N1*SU*MNO ASSEMBLY*92*123456789~ + N1*ST*ABC MANUFACTURING*92*987654321~ + N1*SF*XYZ WAREHOUSE*92*567891234~ + HL*2*1*I~ + LIN**BP*rt2371~ + SN1**1400*PC*6000~ + PRF*B00000389*0005~ + CLD*2*700* BIN52~ + REF*LS*798412~ + REF*LS*798413~ + HL*3*1*I~ + LIN**BP*lt2372~ + SN1**1500*PC*6000~ + PRF*B00003489*0002~ + CLD*1*700* BIN52~ + REF*LS*798514~ + CLD*2*400* BIN52~ + REF*LS*798515~ + REF*LS*798516~ + CTT*2*2900~ + SE*34*0001~ + GE*1*1~ IEA*1*000000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example3.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example3.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example3.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example3.txt index 2b174886..59da8aad 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example3.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example3.txt @@ -1,36 +1,36 @@ -ISA*00* *00* *ZZ*123456789 *01*965061609 *050412*2056*U*00401*000000027*0*P*:… - GS*SH*123456789*965061609*20050412*2056*25*X*004010… - ST*856*0022… - BSN*00*146940*20050412*2052… - DTM*011*20050412*2052… - HL*1**S… - MEA*PD*G*5063.82*LB… - MEA*PD*N*4215.078*LB… - TD1*PAT90*15… - TD5*1*2*AVRT*M*AVERITT EXPRESS… - TD3*TL**970AB1… - REF*BM*146940… - REF*PK*146940… - REF*CN*0123456789… - N1*SF**92*1002300… - N1*SU**92*1002300… - N1*ST**92*ZFIT… - HL*2*1*I… - LIN*00030*BP*000 260 056 524*VN*abc123*EC*02… - SN1**1596*EA*32558… - PRF*5500005194***20040917… - CLD*6*266*PAT90… - HL*3*1*I… - LIN*00010*BP*000 260 120 524*VN*ZZZ123*EC*01… - SN1**1152*EA*17712… - PRF*5500005194***20040917… - CLD*4*288*PAT90… - HL*4*1*I… - LIN*00020*BP*000 260 121 524*VN*XXX123*EC*01… - SN1**1440*EA*17136… - PRF*5500005194***20040917… - CLD*5*288*PAT90… - CTT*4*4188… - SE*32*0022… - GE*1*25… +ISA*00* *00* *ZZ*123456789 *01*965061609 *050412*2056*U*00401*000000027*0*P*:… + GS*SH*123456789*965061609*20050412*2056*25*X*004010… + ST*856*0022… + BSN*00*146940*20050412*2052… + DTM*011*20050412*2052… + HL*1**S… + MEA*PD*G*5063.82*LB… + MEA*PD*N*4215.078*LB… + TD1*PAT90*15… + TD5*1*2*AVRT*M*AVERITT EXPRESS… + TD3*TL**970AB1… + REF*BM*146940… + REF*PK*146940… + REF*CN*0123456789… + N1*SF**92*1002300… + N1*SU**92*1002300… + N1*ST**92*ZFIT… + HL*2*1*I… + LIN*00030*BP*000 260 056 524*VN*abc123*EC*02… + SN1**1596*EA*32558… + PRF*5500005194***20040917… + CLD*6*266*PAT90… + HL*3*1*I… + LIN*00010*BP*000 260 120 524*VN*ZZZ123*EC*01… + SN1**1152*EA*17712… + PRF*5500005194***20040917… + CLD*4*288*PAT90… + HL*4*1*I… + LIN*00020*BP*000 260 121 524*VN*XXX123*EC*01… + SN1**1440*EA*17136… + PRF*5500005194***20040917… + CLD*5*288*PAT90… + CTT*4*4188… + SE*32*0022… + GE*1*25… IEA*1*000000027… \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example4.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example4.txt similarity index 93% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example4.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example4.txt index 711ad133..83e98991 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example4.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/Example4.txt @@ -1,44 +1,43 @@ -ISA*00* *00* *01*787347434 *12*RECEIVERID *110909*1932*U*00401*000001054*0*P*|~ - GS*SH*787347434*RECEIVERID*20110909*1932*414*X*004010~ - ST*856*0414~ - BSN*00*DELIVERYNUMBER*20110909*193235*0004~ - HL*1**S~ - TD1**65****G*9072*LB~ - TD5*O*2*NONE*T*CHR*****SD*4~ - REF*BM*10000-2378635~ - REF*CN*620940~ - REF*IA*TEMPR~ - DTM*011*20110909~ - DTM*067*20110913~ - FOB*PC~ - N1*ST*RETAILER*92*010~ - N3*RETAILER LOC 010*RETAILER LOC ADDRESS~ - N4*LOCCITY*LOCSTATE*LOCZIP~ - HL*2**O~ - PRF*PO NUMBER~ - TD5*****CHR*CC~ - HL*3**I~ - LIN*001*SK*100014544*VN*25555120~ - SN1**10*EA**10*EA~ - HL*4**I~ - LIN*002*SK*100014545*VN*25555130~ - SN1**5*EA**5*EA~ - HL*5**I~ - LIN*003*SK*100019109*VN*20520130~ - SN1**10*EA**10*EA~ - HL*6**I~ - LIN*004*SK*100019110*VN*20520150~ - SN1**20*EA**20*EA~ - HL*7**I~ - LIN*005*SK*100019111*VN*21520150~ - SN1**5*EA**5*EA~ - HL*8**I~ - LIN*006*SK*100019112*VN*20520160~ - SN1**3*EA**3*EA~ - HL*9**I~ - LIN*007*SK*100014546*VN*25555150~ - SN1**12*EA**12*EA~ - CTT*9~ - SE*40*0414~ - GE*1*414~ +ISA*00* *00* *01*787347434 *12*RECEIVERID *110909*1932*U*00401*000001054*0*P*|~ + GS*SH*787347434*RECEIVERID*20110909*1932*414*X*004010~ + ST*856*0414~ + BSN*00*DELIVERYNUMBER*20110909*193235*0004~ + HL*1**S~ + TD1**65****G*9072*LB~ + TD5*O*2*NONE*T*CHR*****SD*4~ + REF*BM*10000-2378635~ + REF*CN*620940~ + REF*IA*TEMPR~ + DTM*011*20110909~ + DTM*067*20110913~ + FOB*PC~ + N1*ST*RETAILER*92*010~ + N3*RETAILER LOC 010*RETAILER LOC ADDRESS~ + N4*LOCCITY*LOCSTATE*LOCZIP~ + HL*2**O~ + PRF*PO NUMBER~ + HL*3**I~ + LIN*001*SK*100014544*VN*25555120~ + SN1**10*EA**10*EA~ + HL*4**I~ + LIN*002*SK*100014545*VN*25555130~ + SN1**5*EA**5*EA~ + HL*5**I~ + LIN*003*SK*100019109*VN*20520130~ + SN1**10*EA**10*EA~ + HL*6**I~ + LIN*004*SK*100019110*VN*20520150~ + SN1**20*EA**20*EA~ + HL*7**I~ + LIN*005*SK*100019111*VN*21520150~ + SN1**5*EA**5*EA~ + HL*8**I~ + LIN*006*SK*100019112*VN*20520160~ + SN1**3*EA**3*EA~ + HL*9**I~ + LIN*007*SK*100014546*VN*25555150~ + SN1**12*EA**12*EA~ + CTT*9~ + SE*39*0414~ + GE*1*414~ IEA*1*000001054~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/FromGregarican.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/FromGregarican.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/FromGregarican.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/FromGregarican.txt index 7adab9d8..72595856 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/FromGregarican.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/FromGregarican.txt @@ -1,29 +1,29 @@ -ISA*00* *00* *12*2125931122 *12*6143364545 *120515*0851*U*00401*000000005*0*P*>~ - GS*SH*2125931122*6143364545*20120515*0851*5*X*004010VICS~ - ST*856*0001~ - BSN*00*521649209219*20120515*0851*0001~ - HL*1**S~ - TD1*CTN25*1****G*1*LB~ - TD5*B*2*FED2*M*FEDX 2 DAY*CC~ - REF*BM*521649209219~ - REF*CN*521649209219~ - DTM*011*20120510~ - DTM*067*20120510~ - N1*ST**92*004~ - N1*SF*DAVID YURMAN ENTERPR*92*12345~ - HL*2*1*O~ - PRF*SO/VINCE1~ - PID*S**VI*FL~ - REF*DP*12345~ - REF*IV*S1429672~ - N1*BY**92*004~ - HL*3*2*P~ - MAN*GM*00007121610006156802~ - HL*4*3*I~ - LIN**UP*883932284904*PR*507.5*EN*R08916DSSDDBDI7~ - SN1**1*EA*1*1*EA~ - PID*F*08*VI*RY*16X12MM SMALL WHEATON~ - CTT*4~ - SE*25*0001~ - GE*1*5~ +ISA*00* *00* *12*2125931122 *12*6143364545 *120515*0851*U*00401*000000005*0*P*>~ + GS*SH*2125931122*6143364545*20120515*0851*5*X*004010VICS~ + ST*856*0001~ + BSN*00*521649209219*20120515*0851*0001~ + HL*1**S~ + TD1*CTN25*1****G*1*LB~ + TD5*B*2*FED2*M*FEDX 2 DAY*CC~ + REF*BM*521649209219~ + REF*CN*521649209219~ + DTM*011*20120510~ + DTM*067*20120510~ + N1*ST**92*004~ + N1*SF*DAVID YURMAN ENTERPR*92*12345~ + HL*2*1*O~ + PRF*SO/VINCE1~ + PID*S**VI*FL~ + REF*DP*12345~ + REF*IV*S1429672~ + N1*BY**92*004~ + HL*3*2*P~ + MAN*GM*00007121610006156802~ + HL*4*3*I~ + LIN**UP*883932284904*PR*507.5*EN*R08916DSSDDBDI7~ + SN1**1*EA*1*1*EA~ + PID*F*08*VI*RY*16X12MM SMALL WHEATON~ + CTT*4~ + SE*25*0001~ + GE*1*5~ IEA*1*000000005~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/edi1Source.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/edi1Source.txt similarity index 89% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/edi1Source.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/edi1Source.txt index aeb7882f..4c50a6b3 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/edi1Source.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_856/edi1Source.txt @@ -1,35 +1,35 @@ -ISA*01*0000000000*01*ABCCO *12*4405197800 *01*999999999 *111206*1719*-*00406*000000049*0*P*>~ - GS*SH*4405197800*999999999*20111206*1045*49*X*004060~ - ST*856*0008~ - BSN*14*829716*20111206*142428*0002~ - HL*1**S~ - TD1*PCS*2****A3*60.310*LB~ - TD5**2*XXXX**XXXX~ - REF*BM*999999-001~ - REF*CN*5787970539~ - DTM*011*20111206~ - N1*SH*1 EDI SOURCE~ - N3*31875 SOLON RD~ - N4*SOLON*OH*44139~ - N1*OB*XYZ RETAIL~ - N3*P O BOX 9999999~ - N4*ATLANTA*GA*31139-0020**SN*9999~ - N1*SF*1 EDI SOURCE~ - N3*31875 SOLON ROAD~ - N4*SOLON*OH*44139~ - HL*2*1*O~ - PRF*99999817***20111205~ - HL*3*2*I~ - LIN*1*VP*87787D*UP*999999310145~ - SN1*1*24*EA~ - PO4*1*24*EA~ - PID*F****BLUE WIDGET~ - HL*4*2*I~ - LIN*2*VP*99887D*UP*999999311746~ - SN1*2*6*EA~ - PO4*1*6*EA~ - PID*F****RED WIDGET~ - CTT*4*30~ - SE*31*0008~ - GE*1*49~ +ISA*01*0000000000*01*ABCCO *12*4405197800 *01*999999999 *111206*1719*-*00406*000000049*0*P*>~ + GS*SH*4405197800*999999999*20111206*1045*49*X*004060~ + ST*856*0008~ + BSN*14*829716*20111206*142428*0002~ + HL*1**S~ + TD1*PCS*2****A3*60.310*LB~ + TD5**2*XXXX**XXXX~ + REF*BM*999999-001~ + REF*CN*5787970539~ + DTM*011*20111206~ + N1*ST*1 EDI SOURCE*92*123456789~ + N3*31875 SOLON RD~ + N4*SOLON*OH*44139~ + N1*SU*XYZ RETAIL*92*123456789~ + N3*P O BOX 9999999~ + N4*ATLANTA*GA*31139-0020**SN*9999~ + N1*SF*1 EDI SOURCE*92*123456789~ + N3*31875 SOLON ROAD~ + N4*SOLON*OH*44139~ + HL*2*1*O~ + PRF*99999817***20111205~ + HL*3*2*I~ + LIN*1*VP*87787D*UP*999999310145~ + SN1*1*24*EA~ + PO4*1*24*EA~ + PID*F****BLUE WIDGET~ + HL*4*2*I~ + LIN*2*VP*99887D*UP*999999311746~ + SN1*2*6*EA~ + PO4*1*6*EA~ + PID*F****RED WIDGET~ + CTT*4*30~ + SE*31*0008~ + GE*1*49~ IEA*1*000000049~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/AfterMarketSuppliers_Example.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/AfterMarketSuppliers_Example.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/AfterMarketSuppliers_Example.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/AfterMarketSuppliers_Example.txt index a3b7aebc..68a1e4af 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/AfterMarketSuppliers_Example.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/AfterMarketSuppliers_Example.txt @@ -1,37 +1,37 @@ -ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:^ - GS*BS*007061617*005070479*930906*2025*1225*X*003030^ - ST*857*121653^ - BHT*0001*33*123456*930906*2110^ - HL*1**S*1^ - G05*3*PC*24*LB^ - TD1*CTN25*1*****24*LB^ - TD3*TL**0579745^ - TD5*B*2*YFSY*LT^ - FOB*CC^ - DTM*011*930904*1659^ - N9*BM*4S12345^ - N9*PK*12345^ - N1*SF**91*H98111A1^ - N1*ST**92*123456789^ - N1*RE**92*234567890^ - N1*VN**92*345678901^ - HL*2*1*O*1^ - TDS*46.02^ - PRF*SESQ38828*920801^ - N9*BM*5S12345^ - N9*PK*12345^ - ITD*12*03*02*931009*10****931010**33333**10*R*015^ - ITA*C**HC*06*FT**4.51^ - HL*3*2*T*1^ - PAL*6****32*01^ - MAN*GM*123456789^ - HL*4*3*I*0^ - IT1**3*EA*10.69*NT*BP*K1*VP*K1*BL*GAT^ - IT3***BP*1*PC^ - PO4*3*1*EA*CTN25^ - N9*LS*SFLE40091^ - PID*F****5M1000 POLYFLEX^ - ITA*C**XP*06***4.65*****3^ - SE*33*121653^ - GE*1*1225^ +ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:^ + GS*BS*007061617*005070479*930906*2025*1225*X*003030^ + ST*857*121653^ + BHT*0001*33*123456*930906*2110^ + HL*1**S*1^ + G05*3*PC*24*LB^ + TD1*CTN25*1*****24*LB^ + TD3*TL**0579745^ + TD5*B*2*YFSY*LT^ + FOB*CC^ + DTM*011*930904*1659^ + N9*BM*4S12345^ + N9*PK*12345^ + N1*SF**91*H98111A1^ + N1*ST**92*123456789^ + N1*RE**92*234567890^ + N1*VN**92*345678901^ + HL*2*1*O*1^ + TDS*46.02^ + PRF*SESQ38828*920801^ + N9*BM*5S12345^ + N9*PK*12345^ + ITD*12*03*02*931009*10****931010**33333**10*R*015^ + ITA*C**HC*06*FT**4.51^ + HL*3*2*T*1^ + PAL*6****32*01^ + MAN*GM*123456789^ + HL*4*3*I*0^ + IT1**3*EA*10.69*NT*BP*K1*VP*K1*BL*GAT^ + IT3***BP*1*PC^ + PO4*3*1*EA*CTN25^ + N9*LS*SFLE40091^ + PID*F****5M1000 POLYFLEX^ + ITA*C**XP*06***4.65*****3^ + SE*33*121653^ + GE*1*1225^ IEA*1*000007023^ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_CreditExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_CreditExample.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_CreditExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_CreditExample.txt index 5d9fa48f..8f1113b4 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_CreditExample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_CreditExample.txt @@ -1,25 +1,25 @@ -ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ - GS*BS*007061617*005070479*930906*2025*1225*X*003030~ - ST*857*0001~ - BHT*0001*00*TESTASN0001*20070815*1100*RD~ - HL*1**S~ - G05*80*CA or PL~ - DTM*067*20070816*0600~ - N9*19*014~ - PER*IC*John Doe*TE*5136274503*EM*john.doe@mycompany.com~ - N1*ST*Supplier Name*9*005146295~ - N1*SF*Kroger*9*0965091120429~ - N1*O2*Supplier Name~ - HL*2*1*O~ - TDS*-46400~ - HL*3*2*T~ - PAL*6~ - MAN*GM*100123456789000000~ - HL*4*3*I~ - IT1*1*40*CA*13.00**UP*001200080994~ - PO4*2~ - PID*F****XYZ COLA FRIDGE PACK~ - SAC*A*A400******-.62~ - SE*21*0001~ - GE*1*1225~ +ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ + GS*BS*007061617*005070479*930906*2025*1225*X*003030~ + ST*857*0001~ + BHT*0001*00*TESTASN0001*20070815*1100*RD~ + HL*1**S~ + G05*80*CA or PL~ + DTM*067*20070816*0600~ + N9*19*014~ + PER*IC*John Doe*TE*5136274503*EM*john.doe@mycompany.com~ + N1*ST*Supplier Name*9*005146295~ + N1*SF*Kroger*9*0965091120429~ + N1*O2*Supplier Name~ + HL*2*1*O~ + TDS*-46400~ + HL*3*2*T~ + PAL*6~ + MAN*GM*100123456789000000~ + HL*4*3*I~ + IT1*1*40*CA*13.00**UP*001200080994~ + PO4*2~ + PID*F****XYZ COLA FRIDGE PACK~ + SAC*A*A400******-.62~ + SE*21*0001~ + GE*1*1225~ IEA*1*000007023~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_DeliveryExample.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_DeliveryExample.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_DeliveryExample.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_DeliveryExample.txt index 201658b0..13929222 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_DeliveryExample.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_857/Kroger_DeliveryExample.txt @@ -1,24 +1,24 @@ -ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ - GS*BS*007061617*005070479*930906*2025*1225*X*003030~ - ST*857*0001~ - BHT*0001*00*TESTASN0001*20070815*1100~ - HL*1**S~ - G05*80*CA or PL~ - DTM*067*20070816*0600~ - N9*19*014~ - PER*IC*John Doe*TE*5136274503*EM*john.doe@mycompany.com~ - N1*SF* Supplier Name*9*005146295~ - N1*ST*Kroger*9*0965091120429~ - HL*2*1*O~ - TDS*46400~ - HL*3*2*T~ - PAL*6~ - MAN*GM*100123456789000000~ - HL*4*3*I~ - IT1*1*40*CA*13.00**UP*001200080994~ - PO4*2~ - PID*F****XYZ - COLA FRIDGE PACK~ - SAC*A*A400******-.62~ - SE*20*0001~ - GE*1*1225~ +ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ + GS*BS*007061617*005070479*930906*2025*1225*X*003030~ + ST*857*0001~ + BHT*0001*00*TESTASN0001*20070815*1100~ + HL*1**S~ + G05*80*CA or PL~ + DTM*067*20070816*0600~ + N9*19*014~ + PER*IC*John Doe*TE*5136274503*EM*john.doe@mycompany.com~ + N1*SF* Supplier Name*9*005146295~ + N1*ST*Kroger*9*0965091120429~ + HL*2*1*O~ + TDS*46400~ + HL*3*2*T~ + PAL*6~ + MAN*GM*100123456789000000~ + HL*4*3*I~ + IT1*1*40*CA*13.00**UP*001200080994~ + PO4*2~ + PID*F****XYZ - COLA FRIDGE PACK~ + SAC*A*A400******-.62~ + SE*20*0001~ + GE*1*1225~ IEA*1*000007023~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_860/Example1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_860/Example1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_860/Example1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_860/Example1.txt index 98316619..3b7de3b8 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_860/Example1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_860/Example1.txt @@ -1,14 +1,14 @@ -ISA*00* *00* *12*SENDERID *01*787347434 *080310*1500*U*00401*000000568*0*P*>~ - GS*PC*SENDERID*787347434*20080310*1500*568*X*004010~ - ST*860*56488~ - BCH*04*SA*PO NUMBER***PO DATE*****20080310~ - REF*IA*TEMPR~ - N1*BY*RETAILER*92*1129 - N3*123 THISRD*SUITE11~ - N4*LEXINGTON*KY*40511~ - POC*1*DI******IN*59123*VN*018100775285~ - POC*2*DI******IN*86111*VN*039307384346~ - CTT*2~ - SE*10*56488~ - GE*1*568~ +ISA*00* *00* *12*SENDERID *01*787347434 *080310*1500*U*00401*000000568*0*P*>~ + GS*PC*SENDERID*787347434*20080310*1500*568*X*004010~ + ST*860*56488~ + BCH*04*SA*PO NUMBER***PO DATE*****20080310~ + REF*IA*TEMPR~ + N1*BY*RETAILER*92*1129 + N3*123 THISRD*SUITE11~ + N4*LEXINGTON*KY*40511~ + POC*1*DI******IN*59123*VN*018100775285~ + POC*2*DI******IN*86111*VN*039307384346~ + CTT*2~ + SE*10*56488~ + GE*1*568~ IEA*1*000000568~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromAdvanceAutoParts.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromAdvanceAutoParts.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromAdvanceAutoParts.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromAdvanceAutoParts.txt index d1029405..a0dd7ae0 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromAdvanceAutoParts.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromAdvanceAutoParts.txt @@ -1,15 +1,15 @@ -ISA*00* *00* *01*SENDER_ID *12*9723387000 *100823*1807*U*00401*865000001*0*P*:~ - GS*CA*178533584*007941529*20090209*1816*4*X*004010~ - ST*865*0004~ - BCA*06*AC*0025076**1*20090209~ - REF*ZZ*3304159~ - DTM*002*20090216~ - DTM*037*20090214~ - DTM*038*200902164~ - N1*PD*AARON ATHEY*92*211~ - N1*ST*ADVANCE AUTO*92*29~ - POC**CA*65*40*EA*1.76*TE*BP*7040007~ - CTT*1~ - SE*11*0004~ - GE*1*4~ +ISA*00* *00* *01*SENDER_ID *12*9723387000 *100823*1807*U*00401*865000001*0*P*:~ + GS*CA*178533584*007941529*20090209*1816*4*X*004010~ + ST*865*0004~ + BCA*06*AC*0025076**1*20090209~ + REF*ZZ*3304159~ + DTM*002*20090216~ + DTM*037*20090214~ + DTM*038*200902164~ + N1*PD*AARON ATHEY*92*211~ + N1*ST*ADVANCE AUTO*92*29~ + POC**CA*65*40*EA*1.76*TE*BP*7040007~ + CTT*1~ + SE*11*0004~ + GE*1*4~ IEA*1*865000001~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromMclaneCo.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromMclaneCo.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromMclaneCo.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromMclaneCo.txt index 458a44e7..f913447d 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromMclaneCo.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromMclaneCo.txt @@ -1,26 +1,26 @@ -ISA*00* *00* *01*SENDER_ID *12*9723387000 *100823*1807*U*00401*865000001*0*P*: - GS*CA*SENDER_ID*9723387000*20100823*1807*865000001*X*004010 - ST*865*49650001 - BCA*00*AT*3249785***20100817 - DTM*067*20100903 - DTM*068*20100826 - TD5****H - N1*ST*MCLANE F&S/OR*9*9723387300101 - POC*052575*PC*90*90*CA*22.97**VN*489594 - PID*F****32OZ LID YUM BRANDS 123/SLEEVE - POC*054146*NC*48*48*CA*49.39**VN*736044 - PID*F****(1000)TACO BELL FRUTISTA 16OZ - POC*054448*DI*504*0*CA*38.75**VN*818459 - PID*F****(740)TB MTV VMA 2010 30OZ - POC*054126*CT*60*60*CA*13.65**VN*730472 - PID*F****12/16/20 OZ FLAT LID 1000PK - POC*054149*CT*20*20*CA*61.79**VN*760528 - PID*F****(1050) FRUTISTA FREEZE 20OZ - POC*053874*CT*384*384*CA*38.75**VN*718784 - PID*F****(740)TACO BELL FOURTHMEAL 30OZ - POC*053875*CT*48*48*CA*38.75**VN*718919 - PID*F****(740)TACO BELL BOLD 30OZ - CTT*7 - SE*22*49650001 - GE*1*865000001 +ISA*00* *00* *01*SENDER_ID *12*9723387000 *100823*1807*U*00401*865000001*0*P*: + GS*CA*SENDER_ID*9723387000*20100823*1807*865000001*X*004010 + ST*865*49650001 + BCA*00*AT*3249785***20100817 + DTM*067*20100903 + DTM*068*20100826 + TD5****H + N1*ST*MCLANE F&S/OR*9*9723387300101 + POC*052575*PC*90*90*CA*22.97**VN*489594 + PID*F****32OZ LID YUM BRANDS 123/SLEEVE + POC*054146*NC*48*48*CA*49.39**VN*736044 + PID*F****(1000)TACO BELL FRUTISTA 16OZ + POC*054448*DI*504*0*CA*38.75**VN*818459 + PID*F****(740)TB MTV VMA 2010 30OZ + POC*054126*CT*60*60*CA*13.65**VN*730472 + PID*F****12/16/20 OZ FLAT LID 1000PK + POC*054149*CT*20*20*CA*61.79**VN*760528 + PID*F****(1050) FRUTISTA FREEZE 20OZ + POC*053874*CT*384*384*CA*38.75**VN*718784 + PID*F****(740)TACO BELL FOURTHMEAL 30OZ + POC*053875*CT*48*48*CA*38.75**VN*718919 + PID*F****(740)TACO BELL BOLD 30OZ + CTT*7 + SE*22*49650001 + GE*1*865000001 IEA*1*865000001 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromTyco.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromTyco.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromTyco.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromTyco.txt index af38ada6..a16da69f 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromTyco.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_865/FromTyco.txt @@ -1,20 +1,20 @@ -ISA*00* *00* *01*0011223344 *01*009125527 *080606*1248*U*00200*000016680*0*P*:~ - GS*CA*0011223344*009125527CL3*20080522*1938*1091*X*004010~ - ST*865*3006~ - BCA*00*AC*2470184577**00000003*20080222****20080522~ - FOB*ZZ*DE*COLLECT EXCEPT FOR UPS OR PP ARE PREPAID AND CHARGED***OR*SHIP POINT~ - ITD*05*3*****30*****NET 30~ - N1*SU*YOUR SUPPLIER COMPANY NAME*92*0000148784~ - N1*ST*TYCO ELECTRONICS*92*000000001026~ - N3*123 MAIN STREET~ - N4*GREENSBORO*NC*27409~ - POC*00001*RS*1000*1000*PC*7.55*PE*BP*CC848777821*VP*1771470-1*DR*3~ - PID*F****PART-NUMBER CC848777821~ - PID*F****ITM 00001~ - PID*F****UM PC~ - ACK*IC*1000*EA*017*20080602~ - SCH*475*EA***068*20491231~ - CTT*1*1000~ - SE*16*3006~ - GE*1*1091~ +ISA*00* *00* *01*0011223344 *01*009125527 *080606*1248*U*00200*000016680*0*P*:~ + GS*CA*0011223344*009125527CL3*20080522*1938*1091*X*004010~ + ST*865*3006~ + BCA*00*AC*2470184577**00000003*20080222****20080522~ + FOB*ZZ*DE*COLLECT EXCEPT FOR UPS OR PP ARE PREPAID AND CHARGED***OR*SHIP POINT~ + ITD*05*3*****30*****NET 30~ + N1*SU*YOUR SUPPLIER COMPANY NAME*92*0000148784~ + N1*ST*TYCO ELECTRONICS*92*000000001026~ + N3*123 MAIN STREET~ + N4*GREENSBORO*NC*27409~ + POC*00001*RS*1000*1000*PC*7.55*PE*BP*CC848777821*VP*1771470-1*DR*3~ + PID*F****PART-NUMBER CC848777821~ + PID*F****ITM 00001~ + PID*F****UM PC~ + ACK*IC*1000*EA*017*20080602~ + SCH*475*EA***068*20491231~ + CTT*1*1000~ + SE*16*3006~ + GE*1*1091~ IEA*1*00001660~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_875/AmasoftExample1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_875/AmasoftExample1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_875/AmasoftExample1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_875/AmasoftExample1.txt index 5e40b10e..02ef0b15 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_875/AmasoftExample1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_875/AmasoftExample1.txt @@ -1,27 +1,27 @@ -ISA*00* *00* *12*3109992367T *ZZ*IAISNOKIST *070103*0839*^*00307*000024398*0*P*>~ - GS*OG*3109992367*IAISNOKIST*20070103*0839*24398*T*004010UCS~ - ST*875*000024479~ - G50*N*20071230*59590001~ - G62*10*20070106~ - NTE*GEN*59590001~ - NTE*GEN*IF ANY CHANGES OR SHORTAGES PLEASE~ - NTE*GEN*CONTACT ALLY SMITH (310) 256-9388~ - NTE*GEN*OR EMAIL ASMITH@AOL.COM~ - G66*CC*H~ - N1*BT*UNIFIED WESTERN GROCERS*9*0063333040005~ - N3*PO BOX 11111 TERMINAL WAY~ - N4*LOS ANGELES CA 900250000~ - N1*ST*CGC MECHANIZED WAREHOUSE*9*0069333040180~ - N3*1200 SHEILA AV~ - N4*COMMERCE CA 900400000~ - N1*BO*MY COMPANY NAME*9*193807245~ - G68*10*CA*1.57*006121100201~ - G69*SPRINGFIELD APPLESAUCE~ - G70*1*5*OZ~ - G68*10*CA*3.98*006121100202~ - G69*SPRINGFIELD FANCY APPLESAUCE~ - G70*1*5*OZ~ - G76*100*CA~ - SE*23*000024479~ - GE*1*24398~ +ISA*00* *00* *12*3109992367T *ZZ*IAISNOKIST *070103*0839*^*00307*000024398*0*P*>~ + GS*OG*3109992367*IAISNOKIST*20070103*0839*24398*T*004010UCS~ + ST*875*000024479~ + G50*N*20071230*59590001~ + G62*10*20070106~ + NTE*GEN*59590001~ + NTE*GEN*IF ANY CHANGES OR SHORTAGES PLEASE~ + NTE*GEN*CONTACT ALLY SMITH (310) 256-9388~ + NTE*GEN*OR EMAIL ASMITH@AOL.COM~ + G66*CC*H~ + N1*BT*UNIFIED WESTERN GROCERS*9*0063333040005~ + N3*PO BOX 11111 TERMINAL WAY~ + N4*LOS ANGELES CA 900250000~ + N1*ST*CGC MECHANIZED WAREHOUSE*9*0069333040180~ + N3*1200 SHEILA AV~ + N4*COMMERCE CA 900400000~ + N1*BO*MY COMPANY NAME*9*193807245~ + G68*10*CA*1.57*006121100201~ + G69*SPRINGFIELD APPLESAUCE~ + G70*1*5*OZ~ + G68*10*CA*3.98*006121100202~ + G69*SPRINGFIELD FANCY APPLESAUCE~ + G70*1*5*OZ~ + G76*100*CA~ + SE*23*000024479~ + GE*1*24398~ IEA*1*000024398~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_880/SimplotExample1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_880/SimplotExample1.txt similarity index 98% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_880/SimplotExample1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_880/SimplotExample1.txt index ee1b7e5e..dcf1eaa7 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_880/SimplotExample1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/ORD/_880/SimplotExample1.txt @@ -1,50 +1,50 @@ -ISA*00* *00* *12*3109992367T *ZZ*IAISNOKIST *070103*0839*^*00307*000024398*0*P*>~ - GS*GP*3109992367*IAISNOKIST*20070103*0839*24398*T*004010UCS~ - ST*880*000024479~ - G01*20110315*52768927*20110308*1453715~ - G61*OD*CUSTOMER SERVICE*TE*800-575-8910~ - G62*11*20110314~ - NTE*INV*The perishable agricultural commodities listed on this invoice are sol~ - NTE*INV*d subject to the statutory trust authorized by Section 5(C) of the Per~ - NTE*INV*ishable Agricultural Commodities Act, 1930 (7U.S.C.499E(C)). The Selle~ - NTE*INV*r of these commodities retains a trust claim over these commodities, a~ - NTE*INV*ll inventories of food or other products derived from these commoditie~ - NTE*INV*s and any receivables or proceeds from the sales of these commodities~ - NTE*INV*until full payment is received. In the event collection action becomes~ - NTE*INV* necessary, Buyer agrees to pay all costs of collection, including att~ - NTE*INV*orneys fees. Failure to pay when due will result in the addition of an~ - NTE*INV* interest charge at the rate of 1.5% per month. This invoice may not r~ - NTE*INV*eflect actual customer delivered cost. Compliance with US Law for Comm~ - NTE*INV*odities, technology or software that are sold domestically: Compliance~ - NTE*INV* with the U.S. Export Administration Regulations (EAR) must be adhered~ - NTE*INV* to if the U.S. buyer intends to re-sell products. The buyer must not~ - NTE*INV*violate any U.S. Export Law, Regulation, Act, or Executive Order. If t~ - NTE*INV*he buyer in the U.S. is uncertain about any practice that may violate~ - NTE*INV*US Law regarding our product(s), the U.S. buyer must request guidance~ - NTE*INV*from our export compliance staff.~ - G27*H***CUST*Customer Truck~ - G23*08*3*20110315**2*20110325*10*20110330*15*54202*2655855~ - G25*CC*04*708002~ - N1*BT*XYZ*9*0462753010001~ - N3*PO Box 2140~ - N4*San Antonio*TX*78297-2140*US~ - N1*ST*XYZ*9*035703586~ - N3*221 Airport Dr NW~ - N4*Albuquerque*NM*87121-2056*US~ - N1*RE*J. R. SIMPLOT COMPANY*9*0377912820000~ - N3*91935 Collections Center Dr~ - N4*Chicago*IL*60693~ - G72*562*06******76064~ - G73*Freight To DC~ - G17*180*CA*xx.xx*007117923104*UK*10071179231042~ - G69*IHOP Skin-on Fries 3/8" SC 6/5#~ - G17*45*CA*xx.xx*007117923108*UK*10071179231080~ - G69*Select Recipe Fries 3/8" SC 6/5#-Skn~ - G17*30*CA*xx.xx*007117918855*UK*10071179188551~ - G69*Simplot Classic Blend Peas&DicesCarrot 12/2.5~ - G17*54*CA*x.xxx*007117936458*UK*10071179364580~ - G69*Traditional HB Shred IQF 6/3#~ - G31*1485*CA*40627*LB~ - SE*46*000024479~ - GE*1*24398~ +ISA*00* *00* *12*3109992367T *ZZ*IAISNOKIST *070103*0839*^*00307*000024398*0*P*>~ + GS*GP*3109992367*IAISNOKIST*20070103*0839*24398*T*004010UCS~ + ST*880*000024479~ + G01*20110315*52768927*20110308*1453715~ + G61*OD*CUSTOMER SERVICE*TE*800-575-8910~ + G62*11*20110314~ + NTE*INV*The perishable agricultural commodities listed on this invoice are sol~ + NTE*INV*d subject to the statutory trust authorized by Section 5(C) of the Per~ + NTE*INV*ishable Agricultural Commodities Act, 1930 (7U.S.C.499E(C)). The Selle~ + NTE*INV*r of these commodities retains a trust claim over these commodities, a~ + NTE*INV*ll inventories of food or other products derived from these commoditie~ + NTE*INV*s and any receivables or proceeds from the sales of these commodities~ + NTE*INV*until full payment is received. In the event collection action becomes~ + NTE*INV* necessary, Buyer agrees to pay all costs of collection, including att~ + NTE*INV*orneys fees. Failure to pay when due will result in the addition of an~ + NTE*INV* interest charge at the rate of 1.5% per month. This invoice may not r~ + NTE*INV*eflect actual customer delivered cost. Compliance with US Law for Comm~ + NTE*INV*odities, technology or software that are sold domestically: Compliance~ + NTE*INV* with the U.S. Export Administration Regulations (EAR) must be adhered~ + NTE*INV* to if the U.S. buyer intends to re-sell products. The buyer must not~ + NTE*INV*violate any U.S. Export Law, Regulation, Act, or Executive Order. If t~ + NTE*INV*he buyer in the U.S. is uncertain about any practice that may violate~ + NTE*INV*US Law regarding our product(s), the U.S. buyer must request guidance~ + NTE*INV*from our export compliance staff.~ + G27*H***CUST*Customer Truck~ + G23*08*3*20110315**2*20110325*10*20110330*15*54202*2655855~ + G25*CC*04*708002~ + N1*BT*XYZ*9*0462753010001~ + N3*PO Box 2140~ + N4*San Antonio*TX*78297-2140*US~ + N1*ST*XYZ*9*035703586~ + N3*221 Airport Dr NW~ + N4*Albuquerque*NM*87121-2056*US~ + N1*RE*J. R. SIMPLOT COMPANY*9*0377912820000~ + N3*91935 Collections Center Dr~ + N4*Chicago*IL*60693~ + G72*562*06******76064~ + G73*Freight To DC~ + G17*180*CA*xx.xx*007117923104*UK*10071179231042~ + G69*IHOP Skin-on Fries 3/8" SC 6/5#~ + G17*45*CA*xx.xx*007117923108*UK*10071179231080~ + G69*Select Recipe Fries 3/8" SC 6/5#-Skn~ + G17*30*CA*xx.xx*007117918855*UK*10071179188551~ + G69*Simplot Classic Blend Peas&DicesCarrot 12/2.5~ + G17*54*CA*x.xxx*007117936458*UK*10071179364580~ + G69*Traditional HB Shred IQF 6/3#~ + G31*1485*CA*40627*LB~ + SE*46*000024479~ + GE*1*24398~ IEA*1*000024398~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_286/Ids.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_286/Ids.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_286/Ids.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_286/Ids.txt index d249701a..0e35fe79 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_286/Ids.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_286/Ids.txt @@ -1,51 +1,51 @@ -ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ - GS*KM*007061617*005070479*930906*2025*1225*X*003030~ - ST*286*034~ - BGN~ - NM1*41*2*HOWDEE HOSPITAL*****XX*0123456789~ - PER*IC*BETTY RUBBLE*TE*9195551111~ - SPI~ - HL*1**20*1~ - LM~ - LQ~ - VEH~ - HL*2*1*20*1~ - LM~ - LQ~ - VEH~ - NM1*42*2*HOWDEE HOSPITAL*****XX*0123456789~ - PER*IC*BETTY RUBBLE*TE*9195551111~ - HL*3*2*20*0~ - LM~ - LQ~ - VEH~ - NM1*43*2*HOWDEE HOSPITAL*****XX*0123456789~ - PER*IC*BETTY RUBBLE*TE*9195551111~ - HL*4**20*0~ - LM~ - LQ~ - VEH~ - SPI~ - HL*5**20*1~ - LM~ - LQ~ - VEH~ - HL*6*5*20*1~ - LM~ - LQ~ - VEH~ - NM1*42*2*HOWDEE HOSPITAL*****XX*0123456789~ - PER*IC*BETTY RUBBLE*TE*9195551111~ - HL*7*6*20*0~ - LM~ - LQ~ - VEH~ - NM1*43*2*HOWDEE HOSPITAL*****XX*0123456789~ - PER*IC*BETTY RUBBLE*TE*9195551111~ - HL*8**20*0~ - LM~ - LQ~ - VEH~ - SE*47*0034~ - GE*1*1225~ +ISA*00*bbbbbbbbbb*00*bbbbbbbbbb*01*007061617bbbbbb*01*00507479bbbbbb *930906*2018*U*00303*000007023*0*P*:~ + GS*KM*007061617*005070479*930906*2025*1225*X*003030~ + ST*286*034~ + BGN~ + NM1*41*2*HOWDEE HOSPITAL*****XX*0123456789~ + PER*IC*BETTY RUBBLE*TE*9195551111~ + SPI~ + HL*1**20*1~ + LM~ + LQ~ + VEH~ + HL*2*1*20*1~ + LM~ + LQ~ + VEH~ + NM1*42*2*HOWDEE HOSPITAL*****XX*0123456789~ + PER*IC*BETTY RUBBLE*TE*9195551111~ + HL*3*2*20*0~ + LM~ + LQ~ + VEH~ + NM1*43*2*HOWDEE HOSPITAL*****XX*0123456789~ + PER*IC*BETTY RUBBLE*TE*9195551111~ + HL*4**20*0~ + LM~ + LQ~ + VEH~ + SPI~ + HL*5**20*1~ + LM~ + LQ~ + VEH~ + HL*6*5*20*1~ + LM~ + LQ~ + VEH~ + NM1*42*2*HOWDEE HOSPITAL*****XX*0123456789~ + PER*IC*BETTY RUBBLE*TE*9195551111~ + HL*7*6*20*0~ + LM~ + LQ~ + VEH~ + NM1*43*2*HOWDEE HOSPITAL*****XX*0123456789~ + PER*IC*BETTY RUBBLE*TE*9195551111~ + HL*8**20*0~ + LM~ + LQ~ + VEH~ + SE*47*0034~ + GE*1*1225~ IEA*1*000007023~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_863/essarsteelalgoma.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_863/essarsteelalgoma.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_863/essarsteelalgoma.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_863/essarsteelalgoma.txt index 93045e90..770b13fd 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_863/essarsteelalgoma.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/QSS/_863/essarsteelalgoma.txt @@ -1,131 +1,131 @@ -ISA~00~ ~00~ ~01~201495124 ~01~999999999 ~000331~1220~U~00401~000000004~0~P~¦" - GS~RT~201495124 ~999999999 ~20000331~1220 ~000000004~X ~004010" - ST~863~000000004" - BTR~00~20031215~2359~RT~903654" - NTE~~THIS MILL TEST REPORT (MTR) IS GOVERNED BY THE TERMS AND CONDITIONS FOR MTRs AS" - NTE~~SET OUT AT WWW.ALGOMA.COM/LEGAL-NOTICE/" - DTM~011~20031215~2359" - N1~ST~~1~123456789" - N1~SF~~1~201495124" - LIN~~HN~0167S60~SN~9545891~VO~12345~VN~001~PO~998877~BP~87122GP" - PID~F~~~~ COLD ROLLED STEEL SHEET - CARBON - SAE J403 GR 1006 – DQ – OILED" - PID~F~~~~ - RESTRICTED GAUGE 1/2 TOLERANCE" - PID~F~~~~ JCI BRACKETS" - MEA~PD~WT~23115~LB" - MEA~PD~TH~0.125~EM" - MEA~PD~WD~44.25~IN" - MEA~CT~~1~PC" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~016" - MEA~TR~YB~60~KS" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~090" - MEA~TR~TF~69~KS" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~094" - MEA~EN~ZZZ~2~IN" - MEA~TR~EA~31~P1" - MEA~EN~ZZZ~50~MM" - MEA~TR~EA~31~P1" - MEA~EN~ZZZ~200~MM" - MEA~TR~EA~31~P1" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~165" - MEA~TR~NV~.163~69" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~261" - MEA~TR~~9037~69" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~236" - MEA~TR~~.847~69" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~170" - MEA~TR~~1.87~69" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~174" - MEA~TR~DR~.31~69" - CID~~71~~~AR" - PSD~02~~~~~01~~106" - TMD~32~ST~163" - MEA~TR~BN~180~DD¦¦5~~~83" - CID~~71~~~AR" - PSD~02~~~~~~~106" - TMD~32~ST~112" - MEA~TR~BF~391~69" - CID~~71~~~AR" - PSD~02~~~~~~~106" - TMD~32~ST~177" - MEA~TR~RK~60~69" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~153~~~FULL" - MEA~EN~TC~-20~FA" - MEA~TR~IB~131~85" - MEA~TR~IB~150~85" - MEA~TR~IB~144~85" - MEA~TR~IB~142~85~~~44" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~154" - MEA~TR~TC~-20~FA" - MEA~TR~IB~.053~T2" - MEA~TR~IB~.009~T2" - MEA~TR~IB~.014~T2" - CID~~71~~~AR" - PSD~02~~~~~01~11~106" - TMD~32~ST~155" - MEA~TR~TC~-20~FA" - MEA~TR~IB~16~P1" - MEA~TR~IB~5~P1" - MEA~TR~IB~5~P1" - CID~~71~~~AR" - PSD~02~~~~~~~106" - TMD~32~ST~150" - MEA~TR~MQ~8~69" - CID~~68" - PSD~02" - MEA~TR~ZAL~.045~P1" - MEA~TR~ZB~.1121~P1" - MEA~TR~ZC~.04~P1" - MEA~TR~ZCR~.01~P1" - MEA~TR~ZCB~.001~P1~~~07" - MEA~TR~ZCU~.01~P1" - MEA~TR~ZMN~.27~P1" - MEA~TR~ZMO~2.12~P1" - MEA~TR~ZNI~.01~P1" - MEA~TR~ZN~.000~P1" - MEA~TR~ZP~.010~P1" - MEA~TR~ZSI~.01~P1" - MEA~TR~ZS~.006~P1" - MEA~TR~ZTI~.112~P1" - MEA~TR~ZV~.001~P1~~~07" - CID~~68" - PSD~~~~~~~10" - MEA~TR~ZAL~.045~P1" - MEA~TR~ZB~.1121~P1" - MEA~TR~ZC~.04~P1" - MEA~TR~ZCR~.01~P1" - MEA~TR~ZCB~.001~P1~~~07" - MEA~TR~ZCU~.01~P1" - MEA~TR~ZMN~.27~P1" - MEA~TR~ZMO~2.12~P1" - MEA~TR~ZNI~.01~P1" - MEA~TR~ZN~.000~P1" - MEA~TR~ZP~.010~P1" - MEA~TR~ZSI~.01~P1" - MEA~TR~ZS~.006~P1" - MEA~TR~ZSN~.001~P1" - MEA~TR~ZTI~.112~P1" - MEA~TR~ZV~.001~P1~~~07" - CTT~1" - SE~127~000000004" - GE~1~000000004" +ISA~00~ ~00~ ~01~201495124 ~01~999999999 ~000331~1220~U~00401~000000004~0~P~¦" + GS~RT~201495124 ~999999999 ~20000331~1220 ~000000004~X ~004010" + ST~863~000000004" + BTR~00~20031215~2359~RT~903654" + NTE~~THIS MILL TEST REPORT (MTR) IS GOVERNED BY THE TERMS AND CONDITIONS FOR MTRs AS" + NTE~~SET OUT AT WWW.ALGOMA.COM/LEGAL-NOTICE/" + DTM~011~20031215~2359" + N1~ST~~1~123456789" + N1~SF~~1~201495124" + LIN~~HN~0167S60~SN~9545891~VO~12345~VN~001~PO~998877~BP~87122GP" + PID~F~~~~ COLD ROLLED STEEL SHEET - CARBON - SAE J403 GR 1006 – DQ – OILED" + PID~F~~~~ - RESTRICTED GAUGE 1/2 TOLERANCE" + PID~F~~~~ JCI BRACKETS" + MEA~PD~WT~23115~LB" + MEA~PD~TH~0.125~EM" + MEA~PD~WD~44.25~IN" + MEA~CT~~1~PC" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~016" + MEA~TR~YB~60~KS" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~090" + MEA~TR~TF~69~KS" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~094" + MEA~EN~ZZZ~2~IN" + MEA~TR~EA~31~P1" + MEA~EN~ZZZ~50~MM" + MEA~TR~EA~31~P1" + MEA~EN~ZZZ~200~MM" + MEA~TR~EA~31~P1" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~165" + MEA~TR~NV~.163~69" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~261" + MEA~TR~~9037~69" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~236" + MEA~TR~~.847~69" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~170" + MEA~TR~~1.87~69" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~174" + MEA~TR~DR~.31~69" + CID~~71~~~AR" + PSD~02~~~~~01~~106" + TMD~32~ST~163" + MEA~TR~BN~180~DD¦¦5~~~83" + CID~~71~~~AR" + PSD~02~~~~~~~106" + TMD~32~ST~112" + MEA~TR~BF~391~69" + CID~~71~~~AR" + PSD~02~~~~~~~106" + TMD~32~ST~177" + MEA~TR~RK~60~69" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~153~~~FULL" + MEA~EN~TC~-20~FA" + MEA~TR~IB~131~85" + MEA~TR~IB~150~85" + MEA~TR~IB~144~85" + MEA~TR~IB~142~85~~~44" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~154" + MEA~TR~TC~-20~FA" + MEA~TR~IB~.053~T2" + MEA~TR~IB~.009~T2" + MEA~TR~IB~.014~T2" + CID~~71~~~AR" + PSD~02~~~~~01~11~106" + TMD~32~ST~155" + MEA~TR~TC~-20~FA" + MEA~TR~IB~16~P1" + MEA~TR~IB~5~P1" + MEA~TR~IB~5~P1" + CID~~71~~~AR" + PSD~02~~~~~~~106" + TMD~32~ST~150" + MEA~TR~MQ~8~69" + CID~~68" + PSD~02" + MEA~TR~ZAL~.045~P1" + MEA~TR~ZB~.1121~P1" + MEA~TR~ZC~.04~P1" + MEA~TR~ZCR~.01~P1" + MEA~TR~ZCB~.001~P1~~~07" + MEA~TR~ZCU~.01~P1" + MEA~TR~ZMN~.27~P1" + MEA~TR~ZMO~2.12~P1" + MEA~TR~ZNI~.01~P1" + MEA~TR~ZN~.000~P1" + MEA~TR~ZP~.010~P1" + MEA~TR~ZSI~.01~P1" + MEA~TR~ZS~.006~P1" + MEA~TR~ZTI~.112~P1" + MEA~TR~ZV~.001~P1~~~07" + CID~~68" + PSD~~~~~~~10" + MEA~TR~ZAL~.045~P1" + MEA~TR~ZB~.1121~P1" + MEA~TR~ZC~.04~P1" + MEA~TR~ZCR~.01~P1" + MEA~TR~ZCB~.001~P1~~~07" + MEA~TR~ZCU~.01~P1" + MEA~TR~ZMN~.27~P1" + MEA~TR~ZMO~2.12~P1" + MEA~TR~ZNI~.01~P1" + MEA~TR~ZN~.000~P1" + MEA~TR~ZP~.010~P1" + MEA~TR~ZSI~.01~P1" + MEA~TR~ZS~.006~P1" + MEA~TR~ZSN~.001~P1" + MEA~TR~ZTI~.112~P1" + MEA~TR~ZV~.001~P1~~~07" + CTT~1" + SE~127~000000004" + GE~1~000000004" IEA~1~000000004" \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/SampleEdiFileInventory.xml b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/SampleEdiFileInventory.xml similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/SampleEdiFileInventory.xml rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/SampleEdiFileInventory.xml index a379c080..873b38d0 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/SampleEdiFileInventory.xml +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/SampleEdiFileInventory.xml @@ -1,621 +1,624 @@ - - - - - http://www.dhs.wisconsin.gov/publications/P0/p00268.pdf - Acknowledgments._999.DHS_Wisconsin_Sample.txt - - - Acknowledgments.TechnicalAcknowledgment_Sample1.txt - - - Acknowledgments.TechnicalAcknowledgment_SampleFromJeffN825.txt - - - - - MISC._102.Example.txt - - - - - http://images.fedex.com/us/account/invhome/Air_Ground_X12-4060_New_Customer.pdf - TAM._110.FedEx_SampleInvoice1.txt - - - - - - MOR._200.MortgageBrokersExample.txt - - - - - http://www.cn.ca/documents/Customer-Service/EDI_210_Guide.pdf - TAM._210.CN_FreightInvoiceSample1.txt - - - http://www.cn.ca/documents/Customer-Service/EDI_210_Guide.pdf - TAM._210.CN_FreightInvoiceSample2.txt - - - http://www.dbschenkerusa.com/upload/attachments/1054/105424/Schenker%20210%20Guide.pdf - TAM._210.DBSchenker_SampleMotorFreightDetailsAndInvoice.txt - - - - - http://www.easistandards.com/@api/deki/files/25/180_RtnMerchAuth_Mddel.pdf - ORD._180.FromEasistandards.txt - - - http://www.loweslink.com/pubdocuments/edi180ProcurementBusinessEx.pdf - ORD._180.FromLowes.txt - - - - - http://www.dhhs.state.sc.us/dhhsnew/hipaa/webfiles/270-271.pdf - INS._270._4010.Example1_DHHS.txt - /Interchange/FunctionGroup/Transaction/HierarchicalLoop/HierarchicalLoop/HierarchicalLoop/Loop/NM1/NM103 - LastName - /Interchange/FunctionGroup/Transaction/HierarchicalLoop/HierarchicalLoop/HierarchicalLoop/Loop/DMG/DMG02 - 20000614 - - - http://www.ehcca.com/presentations/ehc-info3/beatty2.pdf - INS._270._4010.Example2_EHCCA.txt - - - https://www.aetnaedi.com/docs/brand/aetna/Aetna%20EDI%20Connect%20-%20Companion%20Guide.pdf - INS._270._4010.Example3_Aetna.txt - - - - INS._270._5010.Example1_IG.txt - - - - INS._270._5010.Example1_IG_0x1D.txt - - - - INS._270._5010.From_georgiosd.txt - - - - - http://www.dhhs.state.sc.us/dhhsnew/hipaa/webfiles/270-271.pdf - INS._271._4010.Example1_DHHS.txt - - - http://www.tmhp.com/EDI%20Companion%20Guides/Acute%20Care/270-271%20ACUTE%20CARE%20COMPANION%20GUIDE_NPI.pdf - INS._271._4010.Example2_TMHP.txt - - - https://www.cms.gov/HETSHelp/downloads/271Example.pdf - INS._271._4010.Example3_CMS_HETS.txt - - - INS._271._4010.From_tcplex.txt - - - INS._271._4010.FromMunawarAbad.txt - - - INS._271._5010.Example_3_1_2.txt - - - INS._271._5010.Example_3_1_3.txt - - - INS._271._5010.Example_3_2_2.txt - - - - - http://www.capario.com/services/resource_center/misc/275%20Implementation%20Guide.pdf - INS._275._4050.FromImplementationGuide_1.txt - - - - - INS._276._5010.Example1_IG.txt - - - INS._276._5010.277_Deidentified_from_nth.txt - - - - - http://www.ngscedi.com/5010/5010.htm - INS._277._5010.FromAlexbrodsky.txt - - - INS._277._5010.FromBogeyone.txt - - - INS._277._5010.FromLatitude81uk.txt - - - - - INS._278._5010.Example_3_1_1_Request.txt - - - INS._278._5010.Example_3_1_2_Response.txt - - - INS._278._5010.Example_3_2_1_Request.txt - - - INS._278._5010.Example_3_2_2_Response.txt - - - INS._278._5010.Example_3_3_1_Request.txt - - - INS._278._5010.Example_3_3_2_Response.txt - - - - - QSS._286.Ids.txt - - - - - TOS._322.322_Larger.txt - - - TOS._322.322Status.txt - - - - - TRS._417.417BufferCar.txt - - - TRS._417.417CarWaybill.txt - - - TRS._417.417ReturnCar.txt - - - TRS._417.417SingleCar.txt - - - TRS._417.417TrainSummary.txt - - - - - - ORD._810.2011110815164104.txt - - - - ORD._810.Example1_CaliforniaISO.txt - - - - ORD._810.Example2_ManualBilling.txt - - - - ORD._810.Example3_MultiInvoice.txt - - - http://www.adobe.com/partnerportal/edi/pdf/810_ANSI_X12_122007_001.pdf - ORD._810.Example4_Adobe.txt - - - http://www.jobisez.com/edi/tp/guide.aspx?doc=/edi-igs/Walmart/810Invoice5010.pdf - ORD._810.Example5_Walmart.txt - - - - - - FIN._811.WayneBrantley.txt - - - - - http://www.granitenet.com/Content/pdfs/Granite_811_guide_version1_5.pdf - ORD._811.GraniteNetExample.txt - - - https://www.gxsolc.com/geisnet/public/billing/811_Implementation_Guide.html - ORD._811.GXSOLC_Example.txt - - - - - http://vendors.steinmart.com/sites/SupplyChain/Documents/816%20Implementation%20Guide.pdf - ORD._816.Steinmart_Example1.txt - - - http://vendors.steinmart.com/sites/SupplyChain/Documents/816%20Implementation%20Guide.pdf - ORD._816.Steinmart_Example2.txt - - - - - http://www.mortgagebankers.org/files/Technology/EDI820.pdf - ORD._820.Example1_MortgageBankers.txt - - - http://www.scanaenergy.com/NR/rdonlyres/6F278D49-670B-46B4-8264-1B71F92D6545/0/820_Implementation_Guide_SEB.pdf - ORD._820.Example2_ScanaEnergy.txt - - - https://suppliercenter.homedepot.com/en_US/Supplier_Center/Supplier_Performance/Electronic_Exchanges/docs/820sample.pdf - ORD._820.Example3_HomeDepot.txt - - - http://suppliers.safeway.com/usa/pdf/X12_820_004010.pdf - ORD._820.Example4_Safeway.txt - - - http://en.wikiversity.org/wiki/Ansi_x12_standard_format - ORD._820.Example5_Wikipedia.txt - - - From Mahendran Shanmugham - ORD._820.Example6.txt - - - From scott2012bcn - ORD._820.Example7_FromScott.txt - - - - - http://www.cn.ca/documents/Customer-Service/edi_824_implementation_guide.pdf - FIN._824.FromCnSpec.txt - - - http://www.tmhp.com/EDI%20Companion%20Guides/Acute%20Care/Version%205010/824%20COMPANION%20GUIDE_5010.pdf - FIN._824.FromTmhpSpec.txt - - - - - http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/832ex1.pdf - ORD._832._4010.Example1_HIBCC.txt - - - http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/832ex2.pdf - ORD._832._4010.Example2_HIBCC.txt - - - - - INS._834._4010.Example1_IG.txt - - - http://www.dhcs.ca.gov/formsandpubs/laws/hipaa/Documents/2.02%20834%205010%20Documents/2.02%20WEDI-X12-DHCS-5010%20834-CG-TI%20v1.1.pdf - INS._834._5010.Dhcs_Example1.txt - - - http://www.dhcs.ca.gov/formsandpubs/laws/hipaa/Documents/2.02%20834%205010%20Documents/2.02%20WEDI-X12-DHCS-5010%20834-CG-TI%20v1.1.pdf - INS._834._5010.Dhcs_Example2.txt - - - - - http://b9962ed140049a571a710839f1f71c989aaf09ce.gripelements.com/ois/macsis/claims/macsis.hipaa.edi.sample.835.pdf - INS._835._4010.Example1_GripElements.txt - - - http://b9962ed140049a571a710839f1f71c989aaf09ce.gripelements.com/ois/macsis/claims/macsis.hipaa.edi.sample.835.pdf - INS._835._5010.Example1.txt - - - Provided by user nth - INS._835._4010.FromNth.835_DeIdent_01.dat - - - Provided by user nth - INS._835._4010.FromNth.835_DeIdent_02.dat - - - Provided by user nth - INS._835._5010.FromNth.835_WithMultipleInterchanges.txt - - - - - INS._837D._4010.Spec_4.1.1_PatientIsNotSubscriber.txt - - - INS._837D._4010.Spec_4.1.2A_COB.txt - - - INS._837D._4010.Spec_4.1.2B_COB.txt - - - INS._837D._4010.Spec_4.1.3_PredeterminationOfBenefits.txt - - - INS._837D._4010.Spec_4.1.4_OrthodonticTreatment.txt - - - INS._837D._4010.Spec_4.2.1_WorkmansComp.txt - - - INS._837D._4010.Spec_4.2.2_Automobile.txt - - - INS._837I._4010.Example1.txt - - - INS._837I._4010.Spec_4.1.1_InstitutionalClaim.txt - - - INS._837I._4010.Spec_4.1.2_InstitutionalPpoRepricedClaim.txt - - - INS._837I._4010.Spec_4.1.3_TwoClaimsForTheSameProvider.txt - - - INS._837I._4010.Spec_4.2.1_HomeownersCasualtyClaim.txt - - - INS._837I._4010.Spec_4.2.2_WorkersCompensation.txt - - - INS._837I._4010.Spec_4.2.3_AutomobileAccident.txt - - - INS._837I._5010.Spec_3.1.1.txt - - - INS._837I._5010.Spec_3.1.2_TwoClaimsForTheSameProvider.txt - - - INS._837I._5010.Spec_3.1.3_PPORepricedClaim.txt - - - INS._837I._5010.Spec_3.1.4_OutOfNetworkRepricedClaim.txt - - - INS._837P._4010.Cms1500Test.txt - - - INS._837P._4010.Spec_4.1.1_PatientIsSubscriber.txt - - - INS._837P._4010.Spec_4.1.2_PatientIsNotSubscriber.txt - - - INS._837P._4010.Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt - - - INS._837P._4010.Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt - - - INS._837P._4010.Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt - - - INS._837P._4010.Spec_4.1.3D_COB_PayerAToPayerB.txt - - - INS._837P._4010.Spec_4.2.1_PayerIsPCIns.txt - - - INS._837P._4010.Spec_4.2.2_PayerIsPCIns.txt - - - INS._837P._4010.Spec_4.2.3_PayerIsPCIns.txt - - - Provided by user nth - INS._837P._4010.FromNth.837_DeIdent_01.dat - - - Provided by user nth - INS._837P._4010.FromNth.837_DeIdent_02.dat - - - Provided by user nth - INS._837P._4010.FromNth.837_DeIdent_03.dat - - - Provided by user nth - INS._837P._4010.FromNth.837_DeIdent_04.dat - - - Provided by user nth - INS._837P._4010.FromNth.837_DeIdent_05.dat - - - Provided by user swreed - INS._837I._4010.FromSwreed.Batch1.txt - - - Provided by user swreed - INS._837I._4010.FromSwreed.Batch2.txt - - - Provided by user swreed - INS._837I._4010.FromSwreed.Batch3.txt - - - INS._837P._5010.Example1_HealthInsurance.txt - - - INS._837P._5010.Example2_Encounter.txt - - - INS._837P._5010.Example3_COB.txt - - - INS._837P._5010.MedicaidExample.txt - - - INS._837P._5010.MissingEntityCode.txt - - - INS._837P._5010.ST1309-XX.txt - - - - - http://www.pgwglass.com/manufacturing/Supplier%20Information/EDI%20Specifications/PGW_850_Specs.pdf - ORD._850.Example1_PGWGlass.txt - - - http://www.adobe.com/partnerportal/edi/pdf/TLP_ANSI_000.pdf - ORD._850.Example2_Adobe_TLP.txt - - - http://www.adobe.com/partnerportal/edi/pdf/CLP_ANSI_000.pdf - ORD._850.Example3_Adobe_CLP.txt - - - http://www.adobe.com/partnerportal/edi/pdf/850_ANSIX12_SW_update100108_000.pdf - ORD._850.Example4_Adobe_ShrinkWrapped.txt - - - ORD._850.From_aojuk.txt - - - - - http://www.aftermarketsuppliers.org/Doc-Vault/MTC/mema852.pdf - MAN._852.AftermarketExample.txt - - - http://www.hdexchange.com/852ProductActivity.html - MAN._852.hdexchange.txt - - - - - Provded by sprdave - ORD._860.Example1.txt - - - - - provided by sprdave - ORD._855.855SSimmons.txt - - - http://www.adobe.com/partnerportal/edi/pdf/855_Outbound_ANSIX12_4010_29jun04_000.pdf - ORD._855.Example1_Adobe.txt - - - - - http://www.sanmina-sci.com/Partners/edi_pdfs/846in.pdf - ORD._846.Example1.txt - - - http://www.sanmina-sci.com/Partners/edi_pdfs/846in.pdf - ORD._846.Example2.txt - - - - - http://x12parser.codeplex.com/workitem/1464 - ORD._856.edi1Source.txt - - - ORD._856.Example1.txt - - - ORD._856.Example2.txt - - - ORD._856.Example3.txt - - - ORD._856.FromGregarican.txt - - - Provided by user sprdave - ORD._856.Example4.txt - - - - - http://www.aftermarketsuppliers.org/Doc-Vault/MTC/mema857.pdf - ORD._857.AfterMarketSuppliers_Example.txt - - - http://edi.kroger.com/maps_kr/4010%20X%20857_06282011.pdf - ORD._857.Kroger_CreditExample.txt - - - http://edi.kroger.com/maps_kr/4010%20X%20857_06282011.pdf - ORD._857.Kroger_DeliveryExample.txt - - - - - http://www.essarsteelalgoma.com/media/EDI%20ANSI%20X12%20v004010%20863%20S%20Customer%20-%20Algoma%20outgoing.pdf - QSS._863.essarsteelalgoma.txt - - - - - http://corp.advanceautoparts.com/edi/documents/EDI/AAP_Specs_865_PurchaseOrderChangeAck_v002.pdf - ORD._865.FromAdvanceAutoParts.txt - - - http://www.mclaneco.com/www/AnonDocs/McLaneco/EDIStandards/MFS/Suppliers/865POChangeAcknowledgement.pdf - ORD._865.FromMclaneCo.txt - - - http://www.iconnect-corp.com/resources/Specs/TycoElectronics/INBound-865_V-4010.pdf - ORD._865.FromTyco.txt - - - - - http://evalue.internationaldelivers.com/supplier/documents/PUR_2048_MA_BPG_TRK866_LEAN866_PROCESS.pdf - MAN._866.Sample1.txt - - - - - http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/867ex1.pdf - MAN._867.Example1.txt - - - http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/867ex2.pdf - MAN._867.Example2.txt - - - http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/867ex3.pdf - MAN._867.Example3.txt - - - - - http://www.amosoft.com/edi_docs/EDI_875_X12_File_Sample.html - ORD._875.AmasoftExample1.txt - - - - - http://techsheets.simplot.com/EDI/880_FG_4010UCS.pdf - ORD._880.SimplotExample1.txt - - - - - http://techsheets.simplot.com/EDI/940_FG_4010.pdf - WAR._940.simplot.txt - - - - - http://edi.inter-americanproducts.com/docs/5010%20945%20mfg.pdf - WAR._945.inter-americanproducts.txt - - - + + + + + http://www.dhs.wisconsin.gov/publications/P0/p00268.pdf + Acknowledgments._999.DHS_Wisconsin_Sample.txt + + + Acknowledgments.TechnicalAcknowledgment_Sample1.txt + + + Acknowledgments.TechnicalAcknowledgment_SampleFromJeffN825.txt + + + + + MISC._102.Example.txt + + + + + http://images.fedex.com/us/account/invhome/Air_Ground_X12-4060_New_Customer.pdf + TAM._110.FedEx_SampleInvoice1.txt + + + + + + MOR._200.MortgageBrokersExample.txt + + + + + http://www.cn.ca/documents/Customer-Service/EDI_210_Guide.pdf + TAM._210.CN_FreightInvoiceSample1.txt + + + http://www.cn.ca/documents/Customer-Service/EDI_210_Guide.pdf + TAM._210.CN_FreightInvoiceSample2.txt + + + http://www.dbschenkerusa.com/upload/attachments/1054/105424/Schenker%20210%20Guide.pdf + TAM._210.DBSchenker_SampleMotorFreightDetailsAndInvoice.txt + + + + + http://www.easistandards.com/@api/deki/files/25/180_RtnMerchAuth_Mddel.pdf + ORD._180.FromEasistandards.txt + + + http://www.loweslink.com/pubdocuments/edi180ProcurementBusinessEx.pdf + ORD._180.FromLowes.txt + + + + + http://www.dhhs.state.sc.us/dhhsnew/hipaa/webfiles/270-271.pdf + INS._270._4010.Example1_DHHS.txt + /Interchange/FunctionGroup/Transaction/HierarchicalLoop/HierarchicalLoop/HierarchicalLoop/Loop/NM1/NM103 + LastName + /Interchange/FunctionGroup/Transaction/HierarchicalLoop/HierarchicalLoop/HierarchicalLoop/Loop/DMG/DMG02 + 20000614 + + + http://www.ehcca.com/presentations/ehc-info3/beatty2.pdf + INS._270._4010.Example2_EHCCA.txt + + + https://www.aetnaedi.com/docs/brand/aetna/Aetna%20EDI%20Connect%20-%20Companion%20Guide.pdf + INS._270._4010.Example3_Aetna.txt + + + + INS._270._5010.Example1_IG.txt + + + + + INS._270._5010.From_georgiosd.txt + + + + + http://www.dhhs.state.sc.us/dhhsnew/hipaa/webfiles/270-271.pdf + INS._271._4010.Example1_DHHS.txt + + + http://www.tmhp.com/EDI%20Companion%20Guides/Acute%20Care/270-271%20ACUTE%20CARE%20COMPANION%20GUIDE_NPI.pdf + INS._271._4010.Example2_TMHP.txt + + + https://www.cms.gov/HETSHelp/downloads/271Example.pdf + INS._271._4010.Example3_CMS_HETS.txt + + + INS._271._4010.From_tcplex.txt + + + INS._271._4010.FromMunawarAbad.txt + + + INS._271._5010.Example_3_1_2.txt + + + INS._271._5010.Example_3_1_3.txt + + + INS._271._5010.Example_3_2_2.txt + + + + + http://www.capario.com/services/resource_center/misc/275%20Implementation%20Guide.pdf + INS._275._4050.FromImplementationGuide_1.txt + + + + + INS._276._5010.Example1_IG.txt + + + INS._276._5010.277_Deidentified_from_nth.txt + + + + + http://www.ngscedi.com/5010/5010.htm + INS._277._5010.FromAlexbrodsky.txt + + + INS._277._5010.FromBogeyone.txt + + + INS._277._5010.FromLatitude81uk.txt + + + + + INS._278._5010.Example_3_1_1_Request.txt + + + INS._278._5010.Example_3_1_2_Response.txt + + + INS._278._5010.Example_3_2_1_Request.txt + + + INS._278._5010.Example_3_2_2_Response.txt + + + INS._278._5010.Example_3_3_1_Request.txt + + + INS._278._5010.Example_3_3_2_Response.txt + + + + + QSS._286.Ids.txt + + + + + TOS._322.322_Larger.txt + + + TOS._322.322Status.txt + + + + + TRS._417.417BufferCar.txt + + + TRS._417.417CarWaybill.txt + + + TRS._417.417ReturnCar.txt + + + TRS._417.417SingleCar.txt + + + TRS._417.417TrainSummary.txt + + + + + + ORD._810.2011110815164104.txt + + + + ORD._810.Example1_CaliforniaISO.txt + + + + ORD._810.Example2_ManualBilling.txt + + + + ORD._810.Example3_MultiInvoice.txt + + + http://www.adobe.com/partnerportal/edi/pdf/810_ANSI_X12_122007_001.pdf + ORD._810.Example4_Adobe.txt + + + http://www.jobisez.com/edi/tp/guide.aspx?doc=/edi-igs/Walmart/810Invoice5010.pdf + ORD._810.Example5_Walmart.txt + + + + + + FIN._811.WayneBrantley.txt + + + + + http://www.granitenet.com/Content/pdfs/Granite_811_guide_version1_5.pdf + ORD._811.GraniteNetExample.txt + + + https://www.gxsolc.com/geisnet/public/billing/811_Implementation_Guide.html + ORD._811.GXSOLC_Example.txt + + + + + http://vendors.steinmart.com/sites/SupplyChain/Documents/816%20Implementation%20Guide.pdf + ORD._816.Steinmart_Example1.txt + + + http://vendors.steinmart.com/sites/SupplyChain/Documents/816%20Implementation%20Guide.pdf + ORD._816.Steinmart_Example2.txt + + + + + http://www.mortgagebankers.org/files/Technology/EDI820.pdf + ORD._820.Example1_MortgageBankers.txt + + + http://www.scanaenergy.com/NR/rdonlyres/6F278D49-670B-46B4-8264-1B71F92D6545/0/820_Implementation_Guide_SEB.pdf + ORD._820.Example2_ScanaEnergy.txt + + + https://suppliercenter.homedepot.com/en_US/Supplier_Center/Supplier_Performance/Electronic_Exchanges/docs/820sample.pdf + ORD._820.Example3_HomeDepot.txt + + + http://suppliers.safeway.com/usa/pdf/X12_820_004010.pdf + ORD._820.Example4_Safeway.txt + + + http://en.wikiversity.org/wiki/Ansi_x12_standard_format + ORD._820.Example5_Wikipedia.txt + + + From Mahendran Shanmugham + ORD._820.Example6.txt + + + From scott2012bcn + ORD._820.Example7_FromScott.txt + + + + + http://www.cn.ca/documents/Customer-Service/edi_824_implementation_guide.pdf + FIN._824.FromCnSpec.txt + + + http://www.tmhp.com/EDI%20Companion%20Guides/Acute%20Care/Version%205010/824%20COMPANION%20GUIDE_5010.pdf + FIN._824.FromTmhpSpec.txt + + + + + http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/832ex1.pdf + ORD._832._4010.Example1_HIBCC.txt + + + http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/832ex2.pdf + ORD._832._4010.Example2_HIBCC.txt + + + + + INS._834._4010.Example1_IG.txt + + + http://www.dhcs.ca.gov/formsandpubs/laws/hipaa/Documents/2.02%20834%205010%20Documents/2.02%20WEDI-X12-DHCS-5010%20834-CG-TI%20v1.1.pdf + INS._834._5010.Dhcs_Example1.txt + + + http://www.dhcs.ca.gov/formsandpubs/laws/hipaa/Documents/2.02%20834%205010%20Documents/2.02%20WEDI-X12-DHCS-5010%20834-CG-TI%20v1.1.pdf + INS._834._5010.Dhcs_Example2.txt + + + + + http://b9962ed140049a571a710839f1f71c989aaf09ce.gripelements.com/ois/macsis/claims/macsis.hipaa.edi.sample.835.pdf + INS._835._4010.Example1_GripElements.txt + + + http://b9962ed140049a571a710839f1f71c989aaf09ce.gripelements.com/ois/macsis/claims/macsis.hipaa.edi.sample.835.pdf + INS._835._5010.Example1.txt + + + Provided by user nth + INS._835._4010.FromNth.835_DeIdent_01.dat + + + Provided by user nth + INS._835._4010.FromNth.835_DeIdent_02.dat + + + Provided by user nth + INS._835._5010.FromNth.835_WithMultipleInterchanges.txt + + + + + INS._837D._4010.Spec_4.1.1_PatientIsNotSubscriber.txt + + + INS._837D._4010.Spec_4.1.2A_COB.txt + + + INS._837D._4010.Spec_4.1.2B_COB.txt + + + INS._837D._4010.Spec_4.1.3_PredeterminationOfBenefits.txt + + + INS._837D._4010.Spec_4.1.4_OrthodonticTreatment.txt + + + INS._837D._4010.Spec_4.2.1_WorkmansComp.txt + + + INS._837D._4010.Spec_4.2.2_Automobile.txt + + + + INS._837P._4010.Cms1500Test.txt + + + INS._837P._4010.Spec_4.1.1_PatientIsSubscriber.txt + + + INS._837P._4010.Spec_4.1.2_PatientIsNotSubscriber.txt + + + INS._837P._4010.Spec_4.1.3A_COB_ClaimToPayerAFromBP.txt + + + INS._837P._4010.Spec_4.1.3B_COB_ClaimToPayerBFromBP.txt + + + INS._837P._4010.Spec_4.1.3C_COB_ClaimToPayerAFromBPinCOB.txt + + + INS._837P._4010.Spec_4.1.3D_COB_PayerAToPayerB.txt + + + INS._837P._4010.Spec_4.2.1_PayerIsPCIns.txt + + + INS._837P._4010.Spec_4.2.2_PayerIsPCIns.txt + + + INS._837P._4010.Spec_4.2.3_PayerIsPCIns.txt + + + Provided by user nth + INS._837P._4010.FromNth.837_DeIdent_01.dat + + + Provided by user nth + INS._837P._4010.FromNth.837_DeIdent_02.dat + + + Provided by user nth + INS._837P._4010.FromNth.837_DeIdent_03.dat + + + Provided by user nth + INS._837P._4010.FromNth.837_DeIdent_04.dat + + + Provided by user nth + INS._837P._4010.FromNth.837_DeIdent_05.dat + + + INS._837I._5010.Spec_3.1.1.txt + + + INS._837I._5010.Spec_3.1.2_TwoClaimsForTheSameProvider.txt + + + INS._837I._5010.Spec_3.1.3_PPORepricedClaim.txt + + + INS._837I._5010.Spec_3.1.4_OutOfNetworkRepricedClaim.txt + + + INS._837P._5010.Example1_HealthInsurance.txt + + + INS._837P._5010.Example2_Encounter.txt + + + INS._837P._5010.Example3_COB.txt + + + INS._837P._5010.MedicaidExample.txt + + + INS._837P._5010.MissingEntityCode.txt + + + INS._837P._5010.ST1309-XX.txt + + + + + http://www.pgwglass.com/manufacturing/Supplier%20Information/EDI%20Specifications/PGW_850_Specs.pdf + ORD._850.Example1_PGWGlass.txt + + + http://www.adobe.com/partnerportal/edi/pdf/TLP_ANSI_000.pdf + ORD._850.Example2_Adobe_TLP.txt + + + http://www.adobe.com/partnerportal/edi/pdf/CLP_ANSI_000.pdf + ORD._850.Example3_Adobe_CLP.txt + + + http://www.adobe.com/partnerportal/edi/pdf/850_ANSIX12_SW_update100108_000.pdf + ORD._850.Example4_Adobe_ShrinkWrapped.txt + + + ORD._850.From_aojuk.txt + + + + + http://www.aftermarketsuppliers.org/Doc-Vault/MTC/mema852.pdf + MAN._852.AftermarketExample.txt + + + http://www.hdexchange.com/852ProductActivity.html + MAN._852.hdexchange.txt + + + + + Provded by sprdave + ORD._860.Example1.txt + + + + + provided by sprdave + ORD._855.855SSimmons.txt + + + http://www.adobe.com/partnerportal/edi/pdf/855_Outbound_ANSIX12_4010_29jun04_000.pdf + ORD._855.Example1_Adobe.txt + + + + + http://www.sanmina-sci.com/Partners/edi_pdfs/846in.pdf + ORD._846.Example1.txt + + + http://www.sanmina-sci.com/Partners/edi_pdfs/846in.pdf + ORD._846.Example2.txt + + + + + http://x12parser.codeplex.com/workitem/1464 + ORD._856.edi1Source.txt + + + ORD._856.Example1.txt + + + ORD._856.Example2.txt + + + ORD._856.Example3.txt + + + ORD._856.FromGregarican.txt + + + Provided by user sprdave + ORD._856.Example4.txt + + + + + http://www.aftermarketsuppliers.org/Doc-Vault/MTC/mema857.pdf + ORD._857.AfterMarketSuppliers_Example.txt + + + http://edi.kroger.com/maps_kr/4010%20X%20857_06282011.pdf + ORD._857.Kroger_CreditExample.txt + + + http://edi.kroger.com/maps_kr/4010%20X%20857_06282011.pdf + ORD._857.Kroger_DeliveryExample.txt + + + + + http://www.essarsteelalgoma.com/media/EDI%20ANSI%20X12%20v004010%20863%20S%20Customer%20-%20Algoma%20outgoing.pdf + QSS._863.essarsteelalgoma.txt + + + + + http://corp.advanceautoparts.com/edi/documents/EDI/AAP_Specs_865_PurchaseOrderChangeAck_v002.pdf + ORD._865.FromAdvanceAutoParts.txt + + + http://www.mclaneco.com/www/AnonDocs/McLaneco/EDIStandards/MFS/Suppliers/865POChangeAcknowledgement.pdf + ORD._865.FromMclaneCo.txt + + + http://www.iconnect-corp.com/resources/Specs/TycoElectronics/INBound-865_V-4010.pdf + ORD._865.FromTyco.txt + + + + + http://evalue.internationaldelivers.com/supplier/documents/PUR_2048_MA_BPG_TRK866_LEAN866_PROCESS.pdf + MAN._866.Sample1.txt + + + + + http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/867ex1.pdf + MAN._867.Example1.txt + + + http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/867ex2.pdf + MAN._867.Example2.txt + + + http://www.hibcc.org/ebus/editemplates/EDI%20PDF%2011-21-05/867ex3.pdf + MAN._867.Example3.txt + + + + + http://www.amosoft.com/edi_docs/EDI_875_X12_File_Sample.html + ORD._875.AmasoftExample1.txt + + + + + http://techsheets.simplot.com/EDI/880_FG_4010UCS.pdf + ORD._880.SimplotExample1.txt + + + + + http://techsheets.simplot.com/EDI/940_FG_4010.pdf + WAR._940.simplot.txt + + + + + http://edi.inter-americanproducts.com/docs/5010%20945%20mfg.pdf + WAR._945.inter-americanproducts.txt + + + diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_110/FedEx_SampleInvoice1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_110/FedEx_SampleInvoice1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_110/FedEx_SampleInvoice1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_110/FedEx_SampleInvoice1.txt index 15585ad2..2fed9092 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_110/FedEx_SampleInvoice1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_110/FedEx_SampleInvoice1.txt @@ -1,103 +1,103 @@ -ISA*00* *00* *14*055001924INV *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000024*1*P*:~ - GS*IA*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*110*0053~ - B3**123456789**MX**20050701*6141****FDE*20050830*B1~ - B3A*SM*5~ - ITD*05*3*****15~ - N1*BT*COGSWELL/DIV OF RCB~ - N3*99 EASTEND PKY~ - N4*CAMDEN CITY*CA*900010001*US~ - N9*IT*114114114~ - N9*14*199913921~ - N1*RI*FEDEX ERS~ - N3*ATTN EDI PAYMENT*PO BOX 371741~ - N4*PITTSBURGH*PA*152507741*US~ - LX*1~ - N1*SH*COGSWELL, G RRT MANAGEMENT CO*FA*0048845 CAFE~ - N2*SALLY JOHNSON EXT 999~ - N3*567 W NORTHERN DR STE 0299~ - N4*SAN RAFAELS*CA*90007*US~ - N9*IT*114114114~ - N9*RU*900~ - N9*AW*333333333333~ - N1*CN*INFORMATION NOT SUPPLIED~ - N2*ALBERT JOHN SMITH~ - N3*825 E PLEASANT RUN DR APT 207~ - N4*JACKSON*WY*85555*US~ - P1*SD*20050622*011~ - POD*20050627*1134*SIGNATURE NOT SUPPLIED~ - V9*DDL*FIRST DELIVERY ATTEMPT*20050621*1010****A03~ - NTE*SSC*14~ - L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ - L0*1***1*G***1*PCS**L~ - L10*1*N*L~ - SL1*ON*6**0013758**NM*PP*09*D~ - L1****1660****080****050********USD~ - L1****75****405****010*******11.5*USD~ - L1****200****RES****022********USD~ - L1****-1010****DSC****185********USD~ - LX*2~ - N1*SH*COGSWELL, G RRT MANAGEMENT CO*FA*0048845 CAFE~ - N2*SALLY JOHNSON EXT 999~ - N3*567 W NORTHERN DR STE 0299~ - N4*LOS ANGELES*CA*90007*US~ - N9*IT*114114114~ - N9*RU*900~ - N9*AW*222222222222~ - N1*CN*INFORMATION NOT SUPPLIED~ - N2*CORI A SCOTTS~ - N3*529 S 500 WEST~ - N4*NORFOLK CITY*UT*84442*US~ - P1*SD*20050622*011~ - POD*20050625*1319*C.SCOTTS~ - V9*DDL*FIRST DELIVERY ATTEMPT*20050623*1139****A11~ - L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ - L0*1***1*G***1*PCS**L~ - L10*1*N*L~ - SL1*ON*4**0013756**PN*PP*09*D~ - L1****1590****080****050********USD~ - L1****74****405****010*******11.5*USD~ - L1****200****260****492********USD~ - L1****200****RES****022********USD~ - L1****-947****DSC****185********USD~ - LX*3~ - N1*SH*COGSWELL, G RRT MANAGEMENT CO*FA*0048845 CAFE~ - N2*SALLY JOHNSON EXT 999~ - N3*567 W NORTHERN DR STE 0299~ - N4*SAN RAFAELS*CA*90007*US~ - N9*IT*114114114~ - N9*RU*900~ - N9*AW*555555555555~ - N1*CN*VICKI Z ALFRED AAATR~ - N2*JIMMY V HORACE &~ - N3*9876 RALIEN CARVER DRIVE~ - N4*CAVE MASONS CITY*AZ*86665*US~ - P1*SD*20050623*011~ - POD*20050625*0905*J.HORACE~ - V9*DDL*FIRST DELIVERY ATTEMPT*20050624*1317****A11~ - L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ - L0*1***1*G***1*PCS**L~ - L10*1*N*L~ - SL1*ON*3**0013755**PR*PP*09*D~ - L1****1510****080****050********USD~ - L1****200****RES****022********USD~ - L1****73****405****010*******11.5*USD~ - N1*CN*INFORMATION NOT SUPPLIED~ - N2*PATRICIA FOREST~ - N3*2003 EAGLES FLY RD~ - N4*WASHINGTONBURG*VA*22247*US~ - P1*SD*20050624*011~ - POD*20050625*1147*P.FOREST~ - L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ - L0*1***1*G***1*PCS**L~ - L10*1*N*L~ - SL1*ON*8**0013760**PA*PP*09*D~ - L1****1800****080****050********USD~ - L1****200****RES****022********USD~ - L1****1250****665****002********USD~ - L1****-1138****DSC****185********USD~ - L1****76****405****010*******11.5*USD~ - L3*****6141~ - SE*99*0053~ - GE*1*24~ +ISA*00* *00* *14*055001924INV *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000024*1*P*:~ + GS*IA*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*110*0053~ + B3**123456789**MX**20050701*6141****FDE*20050830*B1~ + B3A*SM*5~ + ITD*05*3*****15~ + N1*BT*COGSWELL/DIV OF RCB~ + N3*99 EASTEND PKY~ + N4*CAMDEN CITY*CA*900010001*US~ + N9*IT*114114114~ + N9*14*199913921~ + N1*RI*FEDEX ERS~ + N3*ATTN EDI PAYMENT*PO BOX 371741~ + N4*PITTSBURGH*PA*152507741*US~ + LX*1~ + N1*SH*COGSWELL, G RRT MANAGEMENT CO*FA*0048845 CAFE~ + N2*SALLY JOHNSON EXT 999~ + N3*567 W NORTHERN DR STE 0299~ + N4*SAN RAFAELS*CA*90007*US~ + N9*IT*114114114~ + N9*RU*900~ + N9*AW*333333333333~ + N1*CN*INFORMATION NOT SUPPLIED~ + N2*ALBERT JOHN SMITH~ + N3*825 E PLEASANT RUN DR APT 207~ + N4*JACKSON*WY*85555*US~ + P1*SD*20050622*011~ + POD*20050627*1134*SIGNATURE NOT SUPPLIED~ + V9*DDL*FIRST DELIVERY ATTEMPT*20050621*1010****A03~ + NTE*SSC*14~ + L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ + L0*1***1*G***1*PCS**L~ + L10*1*N*L~ + SL1*ON*6**0013758**NM*PP*09*D~ + L1****1660****080****050********USD~ + L1****75****405****010*******11.5*USD~ + L1****200****RES****022********USD~ + L1****-1010****DSC****185********USD~ + LX*2~ + N1*SH*COGSWELL, G RRT MANAGEMENT CO*FA*0048845 CAFE~ + N2*SALLY JOHNSON EXT 999~ + N3*567 W NORTHERN DR STE 0299~ + N4*LOS ANGELES*CA*90007*US~ + N9*IT*114114114~ + N9*RU*900~ + N9*AW*222222222222~ + N1*CN*INFORMATION NOT SUPPLIED~ + N2*CORI A SCOTTS~ + N3*529 S 500 WEST~ + N4*NORFOLK CITY*UT*84442*US~ + P1*SD*20050622*011~ + POD*20050625*1319*C.SCOTTS~ + V9*DDL*FIRST DELIVERY ATTEMPT*20050623*1139****A11~ + L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ + L0*1***1*G***1*PCS**L~ + L10*1*N*L~ + SL1*ON*4**0013756**PN*PP*09*D~ + L1****1590****080****050********USD~ + L1****74****405****010*******11.5*USD~ + L1****200****260****492********USD~ + L1****200****RES****022********USD~ + L1****-947****DSC****185********USD~ + LX*3~ + N1*SH*COGSWELL, G RRT MANAGEMENT CO*FA*0048845 CAFE~ + N2*SALLY JOHNSON EXT 999~ + N3*567 W NORTHERN DR STE 0299~ + N4*SAN RAFAELS*CA*90007*US~ + N9*IT*114114114~ + N9*RU*900~ + N9*AW*555555555555~ + N1*CN*VICKI Z ALFRED AAATR~ + N2*JIMMY V HORACE &~ + N3*9876 RALIEN CARVER DRIVE~ + N4*CAVE MASONS CITY*AZ*86665*US~ + P1*SD*20050623*011~ + POD*20050625*0905*J.HORACE~ + V9*DDL*FIRST DELIVERY ATTEMPT*20050624*1317****A11~ + L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ + L0*1***1*G***1*PCS**L~ + L10*1*N*L~ + SL1*ON*3**0013755**PR*PP*09*D~ + L1****1510****080****050********USD~ + L1****200****RES****022********USD~ + L1****73****405****010*******11.5*USD~ + N1*CN*INFORMATION NOT SUPPLIED~ + N2*PATRICIA FOREST~ + N3*2003 EAGLES FLY RD~ + N4*WASHINGTONBURG*VA*22247*US~ + P1*SD*20050624*011~ + POD*20050625*1147*P.FOREST~ + L5*1*INTRA U.S. SHIPMENT*2*Z*ENV~ + L0*1***1*G***1*PCS**L~ + L10*1*N*L~ + SL1*ON*8**0013760**PA*PP*09*D~ + L1****1800****080****050********USD~ + L1****200****RES****022********USD~ + L1****1250****665****002********USD~ + L1****-1138****DSC****185********USD~ + L1****76****405****010*******11.5*USD~ + L3*****6141~ + SE*99*0053~ + GE*1*24~ IEA*1*000000024~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample1.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample1.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample1.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample1.txt index 30e19983..dc7448a2 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample1.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample1.txt @@ -1,30 +1,30 @@ -ISA*00* *00* *02*CN *ZZ*RECEIVER ID *060628*0035*U*00401*000000340*0*P*>~ - GS*IM*CN*APPLCIATION RECEIVER ID*20060628*0035*340*X*004010~ - ST*210*340001~ - B3*B*28066945*291226*PP**20060628*275433****CNRU~ - C3*USD~ - N9*WY*545497**20060626~ - N9*BM*291226**20060626~ - N9*GT*10076 8779 RT0001*GOODS AND SERVICES TAX REGISTRATION NUMBER~ - N9*CT*CN 024091 19~ - N9*ZZ*1000043156 TQ 0514*QUEBEC SALES TAX REGISTRATION NUMBER~ - N1*PR*PAYER NAME*25*793585A~ - N3*123 W FRONTAGE RD~ - N4*NORTHFIELD*IL~ - N1*CN*CONSIGNEE NAME*25*177835~ - N3*135 GUERNSEY IND BLVD~ - N4*CAMBRIDGE*OH*43725~ - N1*SH*SHIPPER NAME*25*793585~ - N4*MILLSDALE*IL~ - N7*UTLX*666955*187000*N*77500******RR*UTLX***0000*A****179**T107~ - LX*1~ - L5*1*COMPOUNDS, CLEANING, SCOURING OR WASHING, NEC,LI*2841920*T~ - L0*1***187000*N***1*TKR~ - L0*1***1*N~ - L1*1*2510*PC*251000~ - L1*1*0.1980*PM*24433****ENS*********1234*MR~ - L7*1*CN*123456**1050000~ - L3*187000*N***275433****0*E~ - SE*26*340001~ - GE*1*340~ +ISA*00* *00* *02*CN *ZZ*RECEIVER ID *060628*0035*U*00401*000000340*0*P*>~ + GS*IM*CN*APPLCIATION RECEIVER ID*20060628*0035*340*X*004010~ + ST*210*340001~ + B3*B*28066945*291226*PP**20060628*275433****CNRU~ + C3*USD~ + N9*WY*545497**20060626~ + N9*BM*291226**20060626~ + N9*GT*10076 8779 RT0001*GOODS AND SERVICES TAX REGISTRATION NUMBER~ + N9*CT*CN 024091 19~ + N9*ZZ*1000043156 TQ 0514*QUEBEC SALES TAX REGISTRATION NUMBER~ + N1*PR*PAYER NAME*25*793585A~ + N3*123 W FRONTAGE RD~ + N4*NORTHFIELD*IL~ + N1*CN*CONSIGNEE NAME*25*177835~ + N3*135 GUERNSEY IND BLVD~ + N4*CAMBRIDGE*OH*43725~ + N1*SH*SHIPPER NAME*25*793585~ + N4*MILLSDALE*IL~ + N7*UTLX*666955*187000*N*77500******RR*UTLX***0000*A****179**T107~ + LX*1~ + L5*1*COMPOUNDS, CLEANING, SCOURING OR WASHING, NEC,LI*2841920*T~ + L0*1***187000*N***1*TKR~ + L0*1***1*N~ + L1*1*2510*PC*251000~ + L1*1*0.1980*PM*24433****ENS*********1234*MR~ + L7*1*CN*123456**1050000~ + L3*187000*N***275433****0*E~ + SE*26*340001~ + GE*1*340~ IEA*1*000000340~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample2.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample2.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample2.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample2.txt index 31821e18..d07d6223 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample2.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/CN_FreightInvoiceSample2.txt @@ -1,37 +1,37 @@ -ISA*00* *00* *02*CN *ZZ*RECEIVER ID *060628*0035*U*00201*000000612*0*P*>~ - GS*IM*CN*APPLICATION RECEIVER ID*20060628*0035*612*X*004010~ - ST*210*612001~ - B3*B*28061234*102141*PP**20060628*208360****CNRU~ - C3*CAD~ - N9*WY*557171**20060627~ - N9*BM*102141**20060627~ - N9*GT*10076 8779 RT0001*GOODS AND SERVICES TAX REGISTRATION NUMBER~ - N9*SI*102141~ - N9*PA**PRICE APPLICATION DATE*20060628~ - N9*ZZ*1000043156 TQ 0514*QUEBEC SALES TAX REGISTRATION NUMBER~ - N1*PR*PAYER NAME*25*772305B~ - N3*123 NEWBRIDGE ROAD .~ - N4*ETOBICOKE*ON~ - N1*CN*CONSIGNEE NAME*25*772305~ - N3*1800 INKSTER BLVD~ - N4*WINNIPEG SYMING YAR*MB*R2X2Z5~ - N1*SF*SHIP FROM NAME*25*772305~ - N3*123 NEWBRIDGE RD~ - N4*ETOBICOKE*ON~ - N1*SH*SHIPPER NAME*25*772305B~ - N3*123 NEWBRIDGE RD~ - N4*BRAMPTON INTER TERM*ON~ - N7*TCNU*911084*36986*N*7500******CN****4000*A******U203~ - LX*1~ - L5*1*ALL FREIGHT RATE SHIPMENTS, NEC, OR TRAILER-ON-F*4611110*T~ - L0*1***36986*N***1*CNT~ - L0*1***1*N~ - L0*1***1*N~ - L1*1*1705*PU*170500~ - L1*1*0.1980*PM*24433****ENS*********1234*MR~ - L1*1*.07*CT*13427****GST~ - L7*1*CN*638931**1050000~ - L3*36986*N***208360****0*E~ - SE*33*612001~ - GE*1*612~ +ISA*00* *00* *02*CN *ZZ*RECEIVER ID *060628*0035*U*00201*000000612*0*P*>~ + GS*IM*CN*APPLICATION RECEIVER ID*20060628*0035*612*X*004010~ + ST*210*612001~ + B3*B*28061234*102141*PP**20060628*208360****CNRU~ + C3*CAD~ + N9*WY*557171**20060627~ + N9*BM*102141**20060627~ + N9*GT*10076 8779 RT0001*GOODS AND SERVICES TAX REGISTRATION NUMBER~ + N9*SI*102141~ + N9*PA**PRICE APPLICATION DATE*20060628~ + N9*ZZ*1000043156 TQ 0514*QUEBEC SALES TAX REGISTRATION NUMBER~ + N1*PR*PAYER NAME*25*772305B~ + N3*123 NEWBRIDGE ROAD .~ + N4*ETOBICOKE*ON~ + N1*CN*CONSIGNEE NAME*25*772305~ + N3*1800 INKSTER BLVD~ + N4*WINNIPEG SYMING YAR*MB*R2X2Z5~ + N1*SF*SHIP FROM NAME*25*772305~ + N3*123 NEWBRIDGE RD~ + N4*ETOBICOKE*ON~ + N1*SH*SHIPPER NAME*25*772305B~ + N3*123 NEWBRIDGE RD~ + N4*BRAMPTON INTER TERM*ON~ + N7*TCNU*911084*36986*N*7500******CN****4000*A******U203~ + LX*1~ + L5*1*ALL FREIGHT RATE SHIPMENTS, NEC, OR TRAILER-ON-F*4611110*T~ + L0*1***36986*N***1*CNT~ + L0*1***1*N~ + L0*1***1*N~ + L1*1*1705*PU*170500~ + L1*1*0.1980*PM*24433****ENS*********1234*MR~ + L1*1*.07*CT*13427****GST~ + L7*1*CN*638931**1050000~ + L3*36986*N***208360****0*E~ + SE*33*612001~ + GE*1*612~ IEA*1*000000612~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/DBSchenker_SampleMotorFreightDetailsAndInvoice.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/DBSchenker_SampleMotorFreightDetailsAndInvoice.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/DBSchenker_SampleMotorFreightDetailsAndInvoice.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/DBSchenker_SampleMotorFreightDetailsAndInvoice.txt index 6d79f427..9eb7516c 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/DBSchenker_SampleMotorFreightDetailsAndInvoice.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TAM/_210/DBSchenker_SampleMotorFreightDetailsAndInvoice.txt @@ -1,26 +1,26 @@ -ISA*00* *00* *14*055001924INV *ZZ*RECEIVERS_ID *930602*1253*^*00401*000000024*1*P*:. - GS*IM*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1. - ST*210*000013496. - B3**210028835*084125T1*CC*L*030903*4640**030903*035*SIFF*030826. - B2A*00*CI. - G62*86*030826*8*1425. - N1*BT*BILL TO. - N3*ADDRESS**78572*US. - N4*CITY*ST*78572*US. - N9*IT*152596. - N1*SH*SHIPPER NAME. - N3*802 TRINITY**78572*US. - N4*MISSION*TX*78572*US. - N9*IT*152596. - N1*CN*CONSIGNEE NAME. - N3*13790 HARVEY RD**75706*US. - N4*TYLER*TX*75706*US. - N9*IT*152596. - N9*CR*700152596. - LX*1. - L1****4500****490. - L1****140****405****FUEL SURCHARGE. - L3*36*G***4640******8. - SE*22*000013496. - GE*1*24. +ISA*00* *00* *14*055001924INV *ZZ*RECEIVERS_ID *930602*1253*^*00401*000000024*1*P*:. + GS*IM*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1. + ST*210*000013496. + B3**210028835*084125T1*CC*L*030903*4640**030903*035*SIFF*030826. + B2A*00*CI. + G62*86*030826*8*1425. + N1*BT*BILL TO. + N3*ADDRESS**78572*US. + N4*CITY*ST*78572*US. + N9*IT*152596. + N1*SH*SHIPPER NAME. + N3*802 TRINITY**78572*US. + N4*MISSION*TX*78572*US. + N9*IT*152596. + N1*CN*CONSIGNEE NAME. + N3*13790 HARVEY RD**75706*US. + N4*TYLER*TX*75706*US. + N9*IT*152596. + N9*CR*700152596. + LX*1. + L1****4500****490. + L1****140****405****FUEL SURCHARGE. + L3*36*G***4640******8. + SE*22*000013496. + GE*1*24. IEA*1*000000024. \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322Status.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322Status.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322Status.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322Status.txt index 7c24880e..cb6c195a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322Status.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322Status.txt @@ -1,242 +1,242 @@ -ISA*00* *00* *02*BNSF *ZZ*COMPANY C *111215*1607*U*00401*000000003*0*P*~ - GS*SO*BNSF*COMPANY C*20111215*1607*3*X*004010 - ST*322*000030001 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*207444*259802*G*******CN*UTLX***5904*******T108 - W2*UTLX*207444**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*430233 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008487DR - SE*14*000030001 - ST*322*000030002 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*207086*259972*G*******CN*UTLX***5904*******T108 - W2*UTLX*207086**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*567965 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008489DR - SE*14*000030002 - ST*322*000030003 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*TILX*193359*258710*G*******CN*TILX***5905*******T108 - W2*TILX*193359**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*724034 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008499DR - SE*14*000030003 - ST*322*000030004 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*SHPX*208302*259650*G*******CN*SHPX***5904*******T108 - W2*SHPX*208302**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*334534 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008497DR - SE*14*000030004 - ST*322*000030005 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*TILX*193544*259898*G*******CN*TILX***5905*******T108 - W2*TILX*193544**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*431783 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008496DR - SE*14*000030005 - ST*322*000030006 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*209647*259663*G*******CN*UTLX***5904*******T108 - W2*UTLX*209647**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*626307 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008498DR - SE*14*000030006 - ST*322*000030007 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*205137*259784*G*******CN*UTLX***5904*******T108 - W2*UTLX*205137**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*626513 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008500DR - SE*14*000030007 - ST*322*000030008 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*SHPX*208278*259984*G*******CN*SHPX***5904*******T108 - W2*SHPX*208278**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*657572 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008502DR - SE*14*000030008 - ST*322*000030009 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*TILX*193355*260115*G*******CN*TILX***5905*******T108 - W2*TILX*193355**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*479024 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008495DR - SE*14*000030009 - ST*322*000030010 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*206503*259874*G*******CN*UTLX***5904*******T108 - W2*UTLX*206503**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*381900 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008479DR - SE*14*000030010 - ST*322*000030011 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*206456*260135*G*******CN*UTLX***5904*******T108 - W2*UTLX*206456**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*567208 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008478DR - SE*14*000030011 - ST*322*000030012 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*207461*257137*G*******CN*UTLX***5904*******T108 - W2*UTLX*207461**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*296288 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008484DR - SE*14*000030012 - ST*322*000030013 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*205120*259928*G*******CN*UTLX***5904*******T108 - W2*UTLX*205120**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*220341 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008485DR - SE*14*000030013 - ST*322*000030014 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*202792*259833*G*******CN*UTLX***6011*******T108 - W2*UTLX*202792**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*332589 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008482DR - SE*14*000030014 - ST*322*000030015 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*207121*259942*G*******CN*UTLX***5904*******T108 - W2*UTLX*207121**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*296145 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008480DR - SE*14*000030015 - ST*322*000030016 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*209623*259902*G*******CN*UTLX***5904*******T108 - W2*UTLX*209623**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*382297 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008483DR - SE*14*000030016 - ST*322*000030017 - Q5*RL*20111215*1553*CT**LINCOLN*NE - N7*UTLX*206506*259974*G*******CN*UTLX***5904*******T108 - W2*UTLX*206506**CN*L - R4*5*SL*553900*LINCOLN****NE - R4*6*SL*516564*DORE****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COM - N1*CN*CONSIGNEE C. - N9*WY*567864 - N9*TN*HPASKCK910 - N9*RE*EDT50 - N9*BM*008486DR - SE*14*000030017 - GE*17*3 +ISA*00* *00* *02*BNSF *ZZ*COMPANY C *111215*1607*U*00401*000000003*0*P*~ + GS*SO*BNSF*COMPANY C*20111215*1607*3*X*004010 + ST*322*000030001 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*207444*259802*G*******CN*UTLX***5904*******T108 + W2*UTLX*207444**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*430233 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008487DR + SE*14*000030001 + ST*322*000030002 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*207086*259972*G*******CN*UTLX***5904*******T108 + W2*UTLX*207086**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*567965 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008489DR + SE*14*000030002 + ST*322*000030003 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*TILX*193359*258710*G*******CN*TILX***5905*******T108 + W2*TILX*193359**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*724034 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008499DR + SE*14*000030003 + ST*322*000030004 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*SHPX*208302*259650*G*******CN*SHPX***5904*******T108 + W2*SHPX*208302**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*334534 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008497DR + SE*14*000030004 + ST*322*000030005 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*TILX*193544*259898*G*******CN*TILX***5905*******T108 + W2*TILX*193544**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*431783 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008496DR + SE*14*000030005 + ST*322*000030006 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*209647*259663*G*******CN*UTLX***5904*******T108 + W2*UTLX*209647**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*626307 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008498DR + SE*14*000030006 + ST*322*000030007 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*205137*259784*G*******CN*UTLX***5904*******T108 + W2*UTLX*205137**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*626513 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008500DR + SE*14*000030007 + ST*322*000030008 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*SHPX*208278*259984*G*******CN*SHPX***5904*******T108 + W2*SHPX*208278**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*657572 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008502DR + SE*14*000030008 + ST*322*000030009 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*TILX*193355*260115*G*******CN*TILX***5905*******T108 + W2*TILX*193355**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*479024 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008495DR + SE*14*000030009 + ST*322*000030010 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*206503*259874*G*******CN*UTLX***5904*******T108 + W2*UTLX*206503**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*381900 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008479DR + SE*14*000030010 + ST*322*000030011 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*206456*260135*G*******CN*UTLX***5904*******T108 + W2*UTLX*206456**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*567208 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008478DR + SE*14*000030011 + ST*322*000030012 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*207461*257137*G*******CN*UTLX***5904*******T108 + W2*UTLX*207461**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*296288 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008484DR + SE*14*000030012 + ST*322*000030013 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*205120*259928*G*******CN*UTLX***5904*******T108 + W2*UTLX*205120**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*220341 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008485DR + SE*14*000030013 + ST*322*000030014 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*202792*259833*G*******CN*UTLX***6011*******T108 + W2*UTLX*202792**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*332589 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008482DR + SE*14*000030014 + ST*322*000030015 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*207121*259942*G*******CN*UTLX***5904*******T108 + W2*UTLX*207121**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*296145 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008480DR + SE*14*000030015 + ST*322*000030016 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*209623*259902*G*******CN*UTLX***5904*******T108 + W2*UTLX*209623**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*382297 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008483DR + SE*14*000030016 + ST*322*000030017 + Q5*RL*20111215*1553*CT**LINCOLN*NE + N7*UTLX*206506*259974*G*******CN*UTLX***5904*******T108 + W2*UTLX*206506**CN*L + R4*5*SL*553900*LINCOLN****NE + R4*6*SL*516564*DORE****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COM + N1*CN*CONSIGNEE C. + N9*WY*567864 + N9*TN*HPASKCK910 + N9*RE*EDT50 + N9*BM*008486DR + SE*14*000030017 + GE*17*3 IEA*1*000000003 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322_Larger.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322_Larger.txt similarity index 96% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322_Larger.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322_Larger.txt index 50c386de..5aaff522 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322_Larger.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TOS/_322/322_Larger.txt @@ -1,1138 +1,1138 @@ -ISA*00* *00* *02*BNSF *ZZ*MY_COMPAN *111215*1723*U*00401*000000005*0*P*~ - GS*SO*BNSF*MY_COMPAN*20111215*1723*5*X*004010 - ST*322*000050001 - Q5*AR*20111215*0051*MT**SNOWDEN*MT - N7*UTLX*202099*66000*G*******CN*UTLX***6011*******T108 - W2*UTLX*202099**CN*E - R4*5*SL*701558*SNOWDEN****MT - R4*6*SL*686180*GALVESTON****TX - R4*7*SL*516564*DORE****ND - N1*SH*RECIEVING COMPANY - N1*CN*SHIPPING COM - N9*WY*107748 - N9*TN*MNTWSNO112 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050001 - ST*322*000050002 - Q5*J*20111215*0052*MT**SNOWDEN*MT - N7*UTLX*202099*66000*G*******CN*UTLX***6011*******T108 - W2*UTLX*202099**CN*E - R4*5*SL*701558*SNOWDEN****MT - R4*6*SL*686180*GALVESTON****TX - R4*7*SL*516564*DORE****ND - N1*SH*RECIEVING COMPANY - N1*CN*SHIPPING COM - N9*WY*107748 - N9*TN*YSVR121500 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050002 - ST*322*000050003 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*BNSF*401024*243600*G*******CN*BNSF***5401*******C413 - W2*BNSF*401024**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*686180*GALVESTON****TX - R4*7*SL*513754*STANLEY****ND - N1*SH*CONSIGNEE C - N1*CN*SHIPPING COMPANY - N9*WY*144733 - N9*TN*USTNKCM113 - N9*RE*EDM01 - N9*BM*BUFFER - SE*14*000050003 - ST*322*000050004 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733012*254176*G*******CN*CEFX***5904*******T108 - W2*CTCX*733012**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754741 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050004 - ST*322*000050005 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205540*258703*G*******CN*UTLX***5904*******T108 - W2*UTLX*205540**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754740 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050005 - ST*322*000050006 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*210003*258731*G*******CN*UTLX***5904*******T108 - W2*UTLX*210003**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754742 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050006 - ST*322*000050007 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733015*253928*G*******CN*CEFX***5904*******T108 - W2*CTCX*733015**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754744 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050007 - ST*322*000050008 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*301590*254589*G*******CN*CEFX***5909*******T108 - W2*DBUX*301590**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754743 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050008 - ST*322*000050009 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733011*254989*G*******CN*CEFX***5904*******T108 - W2*CTCX*733011**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754745 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050009 - ST*322*000050010 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*301594*254789*G*******CN*CEFX***5909*******T108 - W2*DBUX*301594**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754746 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050010 - ST*322*000050011 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211838*258603*G*******CN*UTLX***5904*******T108 - W2*UTLX*211838**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754747 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050011 - ST*322*000050012 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205049*258203*G*******CN*UTLX***5904*******T108 - W2*UTLX*205049**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754748 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050012 - ST*322*000050013 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*303068*254914*G*******CN*CEFX***5909*******T108 - W2*DBUX*303068**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754749 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050013 - ST*322*000050014 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CITX*220152*247350*G*******CN*CEFX***5909*******T108 - W2*CITX*220152**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754750 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050014 - ST*322*000050015 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733010*254889*G*******CN*CEFX***5904*******T108 - W2*CTCX*733010**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754751 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050015 - ST*322*000050016 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*301607*254817*G*******CN*CEFX***5909*******T108 - W2*DBUX*301607**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754752 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050016 - ST*322*000050017 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*732791*254304*G*******CN*CEFX***5904*******T108 - W2*CTCX*732791**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754753 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050017 - ST*322*000050018 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211880*258731*G*******CN*UTLX***5904*******T108 - W2*UTLX*211880**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754755 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050018 - ST*322*000050019 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733095*254589*G*******CN*CEFX***5904*******T108 - W2*CTCX*733095**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754754 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050019 - ST*322*000050020 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*301608*254789*G*******CN*CEFX***5909*******T108 - W2*DBUX*301608**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754756 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050020 - ST*322*000050021 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733235*255389*G*******CN*CEFX***5904*******T108 - W2*CTCX*733235**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754757 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050021 - ST*322*000050022 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733033*255317*G*******CN*CEFX***5909*******T108 - W2*CTCX*733033**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754759 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050022 - ST*322*000050023 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212335*258703*G*******CN*UTLX***5904*******T108 - W2*UTLX*212335**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754758 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050023 - ST*322*000050024 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733093*254989*G*******CN*CEFX***5904*******T108 - W2*CTCX*733093**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754760 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050024 - ST*322*000050025 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733039*255389*G*******CN*CEFX***5904*******T108 - W2*CTCX*733039**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754762 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050025 - ST*322*000050026 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733058*254689*G*******CN*CEFX***5904*******T108 - W2*CTCX*733058**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754761 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050026 - ST*322*000050027 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733007*254689*G*******CN*CEFX***5904*******T108 - W2*CTCX*733007**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754763 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050027 - ST*322*000050028 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733076*255089*G*******CN*CEFX***5904*******T108 - W2*CTCX*733076**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754764 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050028 - ST*322*000050029 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733041*254989*G*******CN*CEFX***5904*******T108 - W2*CTCX*733041**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754765 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050029 - ST*322*000050030 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CITX*221117*255117*G*******CN*CEFX***5909*******T108 - W2*CITX*221117**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754766 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050030 - ST*322*000050031 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212322*258321*G*******CN*UTLX***5904*******T108 - W2*UTLX*212322**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754767 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050031 - ST*322*000050032 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733220*254579*G*******CN*CEFX***5904*******T108 - W2*CTCX*733220**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754768 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050032 - ST*322*000050033 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733221*254717*G*******CN*CEFX***5904*******T108 - W2*CTCX*733221**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754769 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050033 - ST*322*000050034 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733232*254789*G*******CN*CEFX***5904*******T108 - W2*CTCX*733232**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754770 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050034 - ST*322*000050035 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CITX*221124*255089*G*******CN*CEFX***5909*******T108 - W2*CITX*221124**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754771 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050035 - ST*322*000050036 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733287*254789*G*******CN*CEFX***5904*******T108 - W2*CTCX*733287**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754772 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050036 - ST*322*000050037 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733062*255342*G*******CN*CEFX***5904*******T108 - W2*CTCX*733062**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754773 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050037 - ST*322*000050038 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205031*257703*G*******CN*UTLX***5904*******T108 - W2*UTLX*205031**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754774 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050038 - ST*322*000050039 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211323*258531*G*******CN*UTLX***5904*******T108 - W2*UTLX*211323**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754775 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050039 - ST*322*000050040 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205068*258103*G*******CN*UTLX***5904*******T108 - W2*UTLX*205068**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754776 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050040 - ST*322*000050041 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205490*258703*G*******CN*UTLX***5904*******T108 - W2*UTLX*205490**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754778 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050041 - ST*322*000050042 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212529*258503*G*******CN*UTLX***5904*******T108 - W2*UTLX*212529**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754779 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050042 - ST*322*000050043 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205950*258731*G*******CN*UTLX***5904*******T108 - W2*UTLX*205950**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754780 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050043 - ST*322*000050044 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733299*254976*G*******CN*CEFX***5904*******T108 - W2*CTCX*733299**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754781 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050044 - ST*322*000050045 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*204519*257903*G*******CN*UTLX***5904*******T108 - W2*UTLX*204519**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754782 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050045 - ST*322*000050046 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*209464*258803*G*******CN*UTLX***5904*******T108 - W2*UTLX*209464**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754777 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050046 - ST*322*000050047 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733009*252203*G*******CN*CEFX***5904*******T108 - W2*CTCX*733009**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754783 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050047 - ST*322*000050048 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733052*255217*G*******CN*CEFX***5904*******T108 - W2*CTCX*733052**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754784 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050048 - ST*322*000050049 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*732311*255117*G*******CN*CEFX***5909*******T108 - W2*CTCX*732311**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754785 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050049 - ST*322*000050050 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733047*255189*G*******CN*CEFX***5904*******T108 - W2*CTCX*733047**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754787 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050050 - ST*322*000050051 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733048*253019*G*******CN*CEFX***5904*******T108 - W2*CTCX*733048**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754786 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050051 - ST*322*000050052 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733297*255289*G*******CN*CEFX***5904*******T108 - W2*CTCX*733297**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754788 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050052 - ST*322*000050053 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733298*255089*G*******CN*CEFX***5904*******T108 - W2*CTCX*733298**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754789 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050053 - ST*322*000050054 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733295*255389*G*******CN*CEFX***5904*******T108 - W2*CTCX*733295**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754790 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050054 - ST*322*000050055 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733263*254589*G*******CN*CEFX***5904*******T108 - W2*CTCX*733263**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754792 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050055 - ST*322*000050056 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205620*258803*G*******CN*UTLX***5904*******T108 - W2*UTLX*205620**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754793 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050056 - ST*322*000050057 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733273*254989*G*******CN*CEFX***5904*******T108 - W2*CTCX*733273**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754791 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050057 - ST*322*000050058 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211637*258431*G*******CN*UTLX***5904*******T108 - W2*UTLX*211637**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754794 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050058 - ST*322*000050059 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212363*258803*G*******CN*UTLX***5904*******T108 - W2*UTLX*212363**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754795 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050059 - ST*322*000050060 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*204557*258603*G*******CN*UTLX***5904*******T108 - W2*UTLX*204557**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754796 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050060 - ST*322*000050061 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*205491*257342*G*******CN*UTLX***5904*******T108 - W2*UTLX*205491**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754797 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050061 - ST*322*000050062 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733001*254889*G*******CN*CEFX***5909*******T108 - W2*CTCX*733001**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754798 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050062 - ST*322*000050063 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733000*255289*G*******CN*CEFX***5909*******T108 - W2*CTCX*733000**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754799 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050063 - ST*322*000050064 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*732743*252566*G*******CN*CEFX***5904*******T108 - W2*CTCX*732743**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754800 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050064 - ST*322*000050065 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*PROX*44948*258703*G*******CN*PROX***5904*******T108 - W2*PROX*44948**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754801 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050065 - ST*322*000050066 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211398*258403*G*******CN*UTLX***5904*******T108 - W2*UTLX*211398**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754802 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050066 - ST*322*000050067 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212640*258603*G*******CN*UTLX***5904*******T108 - W2*UTLX*212640**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754803 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050067 - ST*322*000050068 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CITX*221119*255089*G*******CN*CEFX***5909*******T108 - W2*CITX*221119**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754804 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050068 - ST*322*000050069 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CITX*220134*255189*G*******CN*CEFX***5909*******T108 - W2*CITX*220134**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754805 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050069 - ST*322*000050070 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*303060*254289*G*******CN*CEFX***5909*******T108 - W2*DBUX*303060**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754806 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050070 - ST*322*000050071 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*732697*254589*G*******CN*CEFX***5904*******T108 - W2*CTCX*732697**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754807 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050071 - ST*322*000050072 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212565*258803*G*******CN*UTLX***5904*******T108 - W2*UTLX*212565**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754808 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050072 - ST*322*000050073 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212587*258803*G*******CN*UTLX***5904*******T108 - W2*UTLX*212587**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754810 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050073 - ST*322*000050074 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211888*258631*G*******CN*UTLX***5904*******T108 - W2*UTLX*211888**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754811 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050074 - ST*322*000050075 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*211691*257565*G*******CN*UTLX***5904*******T108 - W2*UTLX*211691**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754809 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050075 - ST*322*000050076 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*301595*254917*G*******CN*CEFX***5909*******T108 - W2*DBUX*301595**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754812 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050076 - ST*322*000050077 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*UTLX*212574*258403*G*******CN*UTLX***5904*******T108 - W2*UTLX*212574**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754813 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050077 - ST*322*000050078 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*DBUX*301712*254917*G*******CN*CEFX***5909*******T108 - W2*DBUX*301712**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754814 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050078 - ST*322*000050079 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CITX*220133*255589*G*******CN*CEFX***5909*******T108 - W2*CITX*220133**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754815 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050079 - ST*322*000050080 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733080*255289*G*******CN*CEFX***5904*******T108 - W2*CTCX*733080**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754816 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050080 - ST*322*000050081 - Q5*RL*20111215*1717*CT**NORTHTOWN*MN - N7*CTCX*733065*254789*G*******CN*CEFX***5904*******T108 - W2*CTCX*733065**CN*L - R4*5*SL*504660*NORTHTOWN****MN - R4*6*SL*513754*STANLEY****ND - R4*7*SL*686180*GALVESTON****TX - N1*SH*SHIPPING COMPANY - N1*CN*CONSIGNEE C - N9*WY*754817 - N9*TN*USTNKCM113 - N9*RE*EDT50 - N9*BM*NS - SE*14*000050081 - GE*81*5 +ISA*00* *00* *02*BNSF *ZZ*MY_COMPAN *111215*1723*U*00401*000000005*0*P*~ + GS*SO*BNSF*MY_COMPAN*20111215*1723*5*X*004010 + ST*322*000050001 + Q5*AR*20111215*0051*MT**SNOWDEN*MT + N7*UTLX*202099*66000*G*******CN*UTLX***6011*******T108 + W2*UTLX*202099**CN*E + R4*5*SL*701558*SNOWDEN****MT + R4*6*SL*686180*GALVESTON****TX + R4*7*SL*516564*DORE****ND + N1*SH*RECIEVING COMPANY + N1*CN*SHIPPING COM + N9*WY*107748 + N9*TN*MNTWSNO112 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050001 + ST*322*000050002 + Q5*J*20111215*0052*MT**SNOWDEN*MT + N7*UTLX*202099*66000*G*******CN*UTLX***6011*******T108 + W2*UTLX*202099**CN*E + R4*5*SL*701558*SNOWDEN****MT + R4*6*SL*686180*GALVESTON****TX + R4*7*SL*516564*DORE****ND + N1*SH*RECIEVING COMPANY + N1*CN*SHIPPING COM + N9*WY*107748 + N9*TN*YSVR121500 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050002 + ST*322*000050003 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*BNSF*401024*243600*G*******CN*BNSF***5401*******C413 + W2*BNSF*401024**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*686180*GALVESTON****TX + R4*7*SL*513754*STANLEY****ND + N1*SH*CONSIGNEE C + N1*CN*SHIPPING COMPANY + N9*WY*144733 + N9*TN*USTNKCM113 + N9*RE*EDM01 + N9*BM*BUFFER + SE*14*000050003 + ST*322*000050004 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733012*254176*G*******CN*CEFX***5904*******T108 + W2*CTCX*733012**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754741 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050004 + ST*322*000050005 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205540*258703*G*******CN*UTLX***5904*******T108 + W2*UTLX*205540**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754740 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050005 + ST*322*000050006 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*210003*258731*G*******CN*UTLX***5904*******T108 + W2*UTLX*210003**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754742 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050006 + ST*322*000050007 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733015*253928*G*******CN*CEFX***5904*******T108 + W2*CTCX*733015**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754744 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050007 + ST*322*000050008 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*301590*254589*G*******CN*CEFX***5909*******T108 + W2*DBUX*301590**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754743 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050008 + ST*322*000050009 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733011*254989*G*******CN*CEFX***5904*******T108 + W2*CTCX*733011**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754745 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050009 + ST*322*000050010 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*301594*254789*G*******CN*CEFX***5909*******T108 + W2*DBUX*301594**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754746 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050010 + ST*322*000050011 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211838*258603*G*******CN*UTLX***5904*******T108 + W2*UTLX*211838**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754747 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050011 + ST*322*000050012 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205049*258203*G*******CN*UTLX***5904*******T108 + W2*UTLX*205049**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754748 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050012 + ST*322*000050013 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*303068*254914*G*******CN*CEFX***5909*******T108 + W2*DBUX*303068**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754749 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050013 + ST*322*000050014 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CITX*220152*247350*G*******CN*CEFX***5909*******T108 + W2*CITX*220152**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754750 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050014 + ST*322*000050015 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733010*254889*G*******CN*CEFX***5904*******T108 + W2*CTCX*733010**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754751 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050015 + ST*322*000050016 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*301607*254817*G*******CN*CEFX***5909*******T108 + W2*DBUX*301607**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754752 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050016 + ST*322*000050017 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*732791*254304*G*******CN*CEFX***5904*******T108 + W2*CTCX*732791**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754753 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050017 + ST*322*000050018 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211880*258731*G*******CN*UTLX***5904*******T108 + W2*UTLX*211880**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754755 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050018 + ST*322*000050019 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733095*254589*G*******CN*CEFX***5904*******T108 + W2*CTCX*733095**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754754 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050019 + ST*322*000050020 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*301608*254789*G*******CN*CEFX***5909*******T108 + W2*DBUX*301608**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754756 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050020 + ST*322*000050021 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733235*255389*G*******CN*CEFX***5904*******T108 + W2*CTCX*733235**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754757 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050021 + ST*322*000050022 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733033*255317*G*******CN*CEFX***5909*******T108 + W2*CTCX*733033**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754759 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050022 + ST*322*000050023 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212335*258703*G*******CN*UTLX***5904*******T108 + W2*UTLX*212335**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754758 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050023 + ST*322*000050024 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733093*254989*G*******CN*CEFX***5904*******T108 + W2*CTCX*733093**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754760 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050024 + ST*322*000050025 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733039*255389*G*******CN*CEFX***5904*******T108 + W2*CTCX*733039**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754762 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050025 + ST*322*000050026 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733058*254689*G*******CN*CEFX***5904*******T108 + W2*CTCX*733058**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754761 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050026 + ST*322*000050027 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733007*254689*G*******CN*CEFX***5904*******T108 + W2*CTCX*733007**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754763 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050027 + ST*322*000050028 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733076*255089*G*******CN*CEFX***5904*******T108 + W2*CTCX*733076**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754764 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050028 + ST*322*000050029 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733041*254989*G*******CN*CEFX***5904*******T108 + W2*CTCX*733041**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754765 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050029 + ST*322*000050030 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CITX*221117*255117*G*******CN*CEFX***5909*******T108 + W2*CITX*221117**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754766 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050030 + ST*322*000050031 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212322*258321*G*******CN*UTLX***5904*******T108 + W2*UTLX*212322**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754767 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050031 + ST*322*000050032 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733220*254579*G*******CN*CEFX***5904*******T108 + W2*CTCX*733220**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754768 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050032 + ST*322*000050033 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733221*254717*G*******CN*CEFX***5904*******T108 + W2*CTCX*733221**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754769 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050033 + ST*322*000050034 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733232*254789*G*******CN*CEFX***5904*******T108 + W2*CTCX*733232**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754770 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050034 + ST*322*000050035 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CITX*221124*255089*G*******CN*CEFX***5909*******T108 + W2*CITX*221124**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754771 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050035 + ST*322*000050036 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733287*254789*G*******CN*CEFX***5904*******T108 + W2*CTCX*733287**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754772 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050036 + ST*322*000050037 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733062*255342*G*******CN*CEFX***5904*******T108 + W2*CTCX*733062**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754773 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050037 + ST*322*000050038 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205031*257703*G*******CN*UTLX***5904*******T108 + W2*UTLX*205031**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754774 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050038 + ST*322*000050039 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211323*258531*G*******CN*UTLX***5904*******T108 + W2*UTLX*211323**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754775 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050039 + ST*322*000050040 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205068*258103*G*******CN*UTLX***5904*******T108 + W2*UTLX*205068**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754776 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050040 + ST*322*000050041 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205490*258703*G*******CN*UTLX***5904*******T108 + W2*UTLX*205490**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754778 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050041 + ST*322*000050042 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212529*258503*G*******CN*UTLX***5904*******T108 + W2*UTLX*212529**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754779 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050042 + ST*322*000050043 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205950*258731*G*******CN*UTLX***5904*******T108 + W2*UTLX*205950**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754780 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050043 + ST*322*000050044 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733299*254976*G*******CN*CEFX***5904*******T108 + W2*CTCX*733299**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754781 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050044 + ST*322*000050045 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*204519*257903*G*******CN*UTLX***5904*******T108 + W2*UTLX*204519**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754782 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050045 + ST*322*000050046 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*209464*258803*G*******CN*UTLX***5904*******T108 + W2*UTLX*209464**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754777 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050046 + ST*322*000050047 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733009*252203*G*******CN*CEFX***5904*******T108 + W2*CTCX*733009**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754783 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050047 + ST*322*000050048 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733052*255217*G*******CN*CEFX***5904*******T108 + W2*CTCX*733052**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754784 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050048 + ST*322*000050049 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*732311*255117*G*******CN*CEFX***5909*******T108 + W2*CTCX*732311**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754785 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050049 + ST*322*000050050 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733047*255189*G*******CN*CEFX***5904*******T108 + W2*CTCX*733047**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754787 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050050 + ST*322*000050051 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733048*253019*G*******CN*CEFX***5904*******T108 + W2*CTCX*733048**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754786 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050051 + ST*322*000050052 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733297*255289*G*******CN*CEFX***5904*******T108 + W2*CTCX*733297**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754788 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050052 + ST*322*000050053 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733298*255089*G*******CN*CEFX***5904*******T108 + W2*CTCX*733298**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754789 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050053 + ST*322*000050054 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733295*255389*G*******CN*CEFX***5904*******T108 + W2*CTCX*733295**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754790 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050054 + ST*322*000050055 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733263*254589*G*******CN*CEFX***5904*******T108 + W2*CTCX*733263**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754792 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050055 + ST*322*000050056 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205620*258803*G*******CN*UTLX***5904*******T108 + W2*UTLX*205620**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754793 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050056 + ST*322*000050057 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733273*254989*G*******CN*CEFX***5904*******T108 + W2*CTCX*733273**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754791 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050057 + ST*322*000050058 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211637*258431*G*******CN*UTLX***5904*******T108 + W2*UTLX*211637**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754794 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050058 + ST*322*000050059 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212363*258803*G*******CN*UTLX***5904*******T108 + W2*UTLX*212363**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754795 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050059 + ST*322*000050060 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*204557*258603*G*******CN*UTLX***5904*******T108 + W2*UTLX*204557**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754796 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050060 + ST*322*000050061 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*205491*257342*G*******CN*UTLX***5904*******T108 + W2*UTLX*205491**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754797 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050061 + ST*322*000050062 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733001*254889*G*******CN*CEFX***5909*******T108 + W2*CTCX*733001**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754798 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050062 + ST*322*000050063 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733000*255289*G*******CN*CEFX***5909*******T108 + W2*CTCX*733000**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754799 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050063 + ST*322*000050064 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*732743*252566*G*******CN*CEFX***5904*******T108 + W2*CTCX*732743**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754800 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050064 + ST*322*000050065 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*PROX*44948*258703*G*******CN*PROX***5904*******T108 + W2*PROX*44948**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754801 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050065 + ST*322*000050066 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211398*258403*G*******CN*UTLX***5904*******T108 + W2*UTLX*211398**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754802 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050066 + ST*322*000050067 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212640*258603*G*******CN*UTLX***5904*******T108 + W2*UTLX*212640**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754803 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050067 + ST*322*000050068 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CITX*221119*255089*G*******CN*CEFX***5909*******T108 + W2*CITX*221119**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754804 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050068 + ST*322*000050069 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CITX*220134*255189*G*******CN*CEFX***5909*******T108 + W2*CITX*220134**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754805 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050069 + ST*322*000050070 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*303060*254289*G*******CN*CEFX***5909*******T108 + W2*DBUX*303060**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754806 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050070 + ST*322*000050071 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*732697*254589*G*******CN*CEFX***5904*******T108 + W2*CTCX*732697**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754807 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050071 + ST*322*000050072 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212565*258803*G*******CN*UTLX***5904*******T108 + W2*UTLX*212565**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754808 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050072 + ST*322*000050073 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212587*258803*G*******CN*UTLX***5904*******T108 + W2*UTLX*212587**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754810 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050073 + ST*322*000050074 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211888*258631*G*******CN*UTLX***5904*******T108 + W2*UTLX*211888**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754811 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050074 + ST*322*000050075 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*211691*257565*G*******CN*UTLX***5904*******T108 + W2*UTLX*211691**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754809 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050075 + ST*322*000050076 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*301595*254917*G*******CN*CEFX***5909*******T108 + W2*DBUX*301595**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754812 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050076 + ST*322*000050077 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*UTLX*212574*258403*G*******CN*UTLX***5904*******T108 + W2*UTLX*212574**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754813 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050077 + ST*322*000050078 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*DBUX*301712*254917*G*******CN*CEFX***5909*******T108 + W2*DBUX*301712**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754814 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050078 + ST*322*000050079 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CITX*220133*255589*G*******CN*CEFX***5909*******T108 + W2*CITX*220133**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754815 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050079 + ST*322*000050080 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733080*255289*G*******CN*CEFX***5904*******T108 + W2*CTCX*733080**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754816 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050080 + ST*322*000050081 + Q5*RL*20111215*1717*CT**NORTHTOWN*MN + N7*CTCX*733065*254789*G*******CN*CEFX***5904*******T108 + W2*CTCX*733065**CN*L + R4*5*SL*504660*NORTHTOWN****MN + R4*6*SL*513754*STANLEY****ND + R4*7*SL*686180*GALVESTON****TX + N1*SH*SHIPPING COMPANY + N1*CN*CONSIGNEE C + N9*WY*754817 + N9*TN*USTNKCM113 + N9*RE*EDT50 + N9*BM*NS + SE*14*000050081 + GE*81*5 IEA*1*000000005 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417BufferCar.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417BufferCar.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417BufferCar.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417BufferCar.txt index ba7cb276..11a060ea 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417BufferCar.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417BufferCar.txt @@ -1,38 +1,38 @@ -ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> - GS*WB*UP*COMPANY C*20111211*0930*177818711*X*005030 - ST*417*1000 - BX*00*R*PP**UP*L*B*N*M - BNX*N*BUFFERCARGALV*S - N9*BM*1978**20111211*0923 - DTM*WAY*20111211*093000 - N7*UP*86004*242000*G*******RR - N8*216048*20111211 - F9**CITYNAME*TX*US****687218000 - D9**GALVESTON*TX*US****686180000 - N1*C1*CARE OF PARTY NUMBER ONE*C5*7910498560000 - N3*ADDRESS LINE ONE FOR CO - N4*GALVESTON*TX*77777 - N1*CN*COMPANY C*C5*8302820470000 - N3*ADDRESS LINE ONE FOR CO - N4*GALVESTON*TX*77777 - N1*PF*SHIPPER NAME*C5*1868307330000 - N3*SHIPPER BILLING ADDRESS 1 - N4*HOUSTON*TX*770027361 - N1*SH*SHIPPER NAME*C5*1868307330000 - N3*SHIPPER PHYS ADDRESS - N4*CITYNAME*TX*77777 - R2*TXGN*I*HARWT - R2*UP*S - H3*WN - H3*LF - LX*0 - L5*1*SAND,INDUSTRIAL*1441310*T - L5*1*SPECIAL HANDLING CODE: BU - L5*1*BUFFER CAR - L5*1*ID=RMBLT216 - L0*0***242000*G - L0*0***62400*T - L0*0***179600*N - SE*34*1000 - GE*1*177818711 +ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> + GS*WB*UP*COMPANY C*20111211*0930*177818711*X*005030 + ST*417*1000 + BX*00*R*PP**UP*L*B*N*M + BNX*N*BUFFERCARGALV*S + N9*BM*1978**20111211*0923 + DTM*WAY*20111211*093000 + N7*UP*86004*242000*G*******RR + N8*216048*20111211 + F9**CITYNAME*TX*US****687218000 + D9**GALVESTON*TX*US****686180000 + N1*C1*CARE OF PARTY NUMBER ONE*C5*7910498560000 + N3*ADDRESS LINE ONE FOR CO + N4*GALVESTON*TX*77777 + N1*CN*COMPANY C*C5*8302820470000 + N3*ADDRESS LINE ONE FOR CO + N4*GALVESTON*TX*77777 + N1*PF*SHIPPER NAME*C5*1868307330000 + N3*SHIPPER BILLING ADDRESS 1 + N4*HOUSTON*TX*770027361 + N1*SH*SHIPPER NAME*C5*1868307330000 + N3*SHIPPER PHYS ADDRESS + N4*CITYNAME*TX*77777 + R2*TXGN*I*HARWT + R2*UP*S + H3*WN + H3*LF + LX*0 + L5*1*SAND,INDUSTRIAL*1441310*T + L5*1*SPECIAL HANDLING CODE: BU + L5*1*BUFFER CAR + L5*1*ID=RMBLT216 + L0*0***242000*G + L0*0***62400*T + L0*0***179600*N + SE*34*1000 + GE*1*177818711 IEA*1*398161180 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417CarWaybill.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417CarWaybill.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417CarWaybill.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417CarWaybill.txt index 6931c048..08c04d2a 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417CarWaybill.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417CarWaybill.txt @@ -1,43 +1,43 @@ -ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> - GS*WB*UP*COMPANY C*20111211*1132*177821637*X*005030 - ST*417*1000 - BX*00*R*PP*008557DR*BNSF*L*G*S - BNX*A**D - N9*BM*008557DR*BILL OF LADING NUMBER*20111211*09210000*MT - DTM*WAY*20111211*113200 - N7*TILX*193373*191366*N*65200******TN****5905*A****186*128 - N8*390952*20111211 - F9*59209*DORE*ND*US****516564000 - D9*40000*GALVESTON*TX*US****686180000 - N1*SH*BURLINGTON NORTHERN SANTA FE*C5*0729195410000 - N1*CN*COMPANY C*C5*8302820470000 - N4*GALVESTON*TX - N1*PF*SHIPPER*C5*6260740660000 - N3*SHIPPER ADDRESS LINE ONE - N4*OKLAHOMA CITY*OK*77777 - N1*C1*CARE OF PARTY NUMBER ONE*C5*7910498560000 - N3*ADDRESS LINE ONE FOR CO - N4*GALVESTON*TX*77777 - N1*ZS*BOURQUE DATA SYSTEMS - R2*BNSF*S - R2*UP*D - H3*WA - H3*FM - LX*0 - L5*1*PETROLEUM CRUDE OIL*4910165*T - L5*1*3 - L5*1*UN1267 1 - L5*1*PLACARDED FLAMMABLE - L5*1*HAZMAT - L5*1*UNIT - L0*0***191366*N***1*CLD - LS*1 - LH1*TK*1*UN1267**4910165*LB****I - LH2*3*P*PLACARDED FLAMMABLE*DA - LH3*PETROLEUM CRUDE OIL*D - LFH*TNM*(PETROLEUM CRUDE OIL) - PER*HM*(CHEMTREC # 204043)*TE*8004249300 - LE*1 - SE*39*1000 - GE*1*177821637 +ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> + GS*WB*UP*COMPANY C*20111211*1132*177821637*X*005030 + ST*417*1000 + BX*00*R*PP*008557DR*BNSF*L*G*S + BNX*A**D + N9*BM*008557DR*BILL OF LADING NUMBER*20111211*09210000*MT + DTM*WAY*20111211*113200 + N7*TILX*193373*191366*N*65200******TN****5905*A****186*128 + N8*390952*20111211 + F9*59209*DORE*ND*US****516564000 + D9*40000*GALVESTON*TX*US****686180000 + N1*SH*BURLINGTON NORTHERN SANTA FE*C5*0729195410000 + N1*CN*COMPANY C*C5*8302820470000 + N4*GALVESTON*TX + N1*PF*SHIPPER*C5*6260740660000 + N3*SHIPPER ADDRESS LINE ONE + N4*OKLAHOMA CITY*OK*77777 + N1*C1*CARE OF PARTY NUMBER ONE*C5*7910498560000 + N3*ADDRESS LINE ONE FOR CO + N4*GALVESTON*TX*77777 + N1*ZS*BOURQUE DATA SYSTEMS + R2*BNSF*S + R2*UP*D + H3*WA + H3*FM + LX*0 + L5*1*PETROLEUM CRUDE OIL*4910165*T + L5*1*3 + L5*1*UN1267 1 + L5*1*PLACARDED FLAMMABLE + L5*1*HAZMAT + L5*1*UNIT + L0*0***191366*N***1*CLD + LS*1 + LH1*TK*1*UN1267**4910165*LB****I + LH2*3*P*PLACARDED FLAMMABLE*DA + LH3*PETROLEUM CRUDE OIL*D + LFH*TNM*(PETROLEUM CRUDE OIL) + PER*HM*(CHEMTREC # 204043)*TE*8004249300 + LE*1 + SE*39*1000 + GE*1*177821637 IEA*1*398161180 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417ReturnCar.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417ReturnCar.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417ReturnCar.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417ReturnCar.txt index 6221f1d1..a0843544 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417ReturnCar.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417ReturnCar.txt @@ -1,35 +1,35 @@ -ISA*00* *00* *02*BNSF *ZZ*COMPANY C *111215*1508*U*00501*000000001*0*P*~ - GS*WB*BNSF*COMPANY C*20111215*1508*1*X*005010 - ST*417*000010001 - BX*00*R*NR*NS*BNSF*L*E*N - BNX*N**S - N9*BM*NS*BILL OF LADING NUMBER*20111121*20310000*CT - N7*GATX*286068***74300******TN****5905*A****186*128 - N8*102419*20111121 - F9*40000*GALVESTON*TX*****686180 - D9*00970*STANLEY*ND*****513754 - N1*SH*SHIPPING COMPANYC*C5*A000531019000 - N3*ADDRESS LINE ONE FOR CO BLVD - N4*GALVESTON*TX - N1*CN*SHIPPER NAME INC*C5*8328118920000 - N3*6201 81ST AVE NW - N4*STANLEY*ND - PER*IC*SHIPPER NAME INC*TE*701-389-7427 - N1*SF*SHIPPING COMPANYC*C5*A000531019000 - N3*ADDRESS LINE ONE FOR CO BLVD - N4*GALVESTON*TX - N1*AP*COMPANY C - N4*GALVESTON*TX - R2*BNSF*A - LX*1 - L5*1*HAZMAT*4910165*L - L0*1*******1*UNT - LS*1 - LH1*TK*1*UN1267**4910165****R*II - LH2*3*P - LH3*PETROLEUM CRUDE OIL*D - PER*HM*CHEMTREC*TE*800-424-9300 - LE*1 - SE*31*000010001 - GE*1*1 +ISA*00* *00* *02*BNSF *ZZ*COMPANY C *111215*1508*U*00501*000000001*0*P*~ + GS*WB*BNSF*COMPANY C*20111215*1508*1*X*005010 + ST*417*000010001 + BX*00*R*NR*NS*BNSF*L*E*N + BNX*N**S + N9*BM*NS*BILL OF LADING NUMBER*20111121*20310000*CT + N7*GATX*286068***74300******TN****5905*A****186*128 + N8*102419*20111121 + F9*40000*GALVESTON*TX*****686180 + D9*00970*STANLEY*ND*****513754 + N1*SH*SHIPPING COMPANYC*C5*A000531019000 + N3*ADDRESS LINE ONE FOR CO BLVD + N4*GALVESTON*TX + N1*CN*SHIPPER NAME INC*C5*8328118920000 + N3*6201 81ST AVE NW + N4*STANLEY*ND + PER*IC*SHIPPER NAME INC*TE*701-389-7427 + N1*SF*SHIPPING COMPANYC*C5*A000531019000 + N3*ADDRESS LINE ONE FOR CO BLVD + N4*GALVESTON*TX + N1*AP*COMPANY C + N4*GALVESTON*TX + R2*BNSF*A + LX*1 + L5*1*HAZMAT*4910165*L + L0*1*******1*UNT + LS*1 + LH1*TK*1*UN1267**4910165****R*II + LH2*3*P + LH3*PETROLEUM CRUDE OIL*D + PER*HM*CHEMTREC*TE*800-424-9300 + LE*1 + SE*31*000010001 + GE*1*1 IEA*1*000000001 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417SingleCar.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417SingleCar.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417SingleCar.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417SingleCar.txt index ed4fb407..7d4ecc59 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417SingleCar.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417SingleCar.txt @@ -1,36 +1,36 @@ -ISA*00* *00* *02*BNSF *ZZ*COMPANY C *111215*1950*U*00501*000000012*0*P*~ - GS*WB*BNSF*COMPANY C*20111215*1950*12*X*005010 - ST*417*000120001 - BX*00*R*PP*008573DR*BNSF*L*B*S - BNX*A**S - N9*BM*008573DR*BILL OF LADING NUMBER*20111212*04230000*MT - N7*UTLX*203381*193598*N*66100******TN****6011*A****183*128 - N8*305357*20111212 - F9*59209*DORE*ND*****516564 - D9*40000*GALVESTON*TX*****686180 - N1*SH*SHIPPER NAME*C5*A000763590000 - N4*DORE*ND - N1*CN*COMPANY C, LTD.*C5*8302820470000 - N4*GALVESTON*TX - N1*PF*SHIPPER NAME*C5*6260740660000 - N3*SHIPPER ADDRESS LINE ONE - N4*OKLAHOMA CITY*OK*77777 - N1*C1*CARE OF PARTY NUMBER ONES*C5*7910498560000 - N3*ADDRESS LINE ONE FOR CO - N4*GALVESTON*TX*77777 - N1*ZS*BOURQUE DATA SYSTEMS INC - R2*BNSF*S*GALVE - R2*UP*D - LX*1 - L5*1*HAZMAT*4910165*T - L0*1*******1*UNT - LS*1 - LH1*TK*1*UN1267**4910165*****I - LH2*3*P - LH3*PETROLEUM CRUDE OIL*D - LFH*TNM*(PETROLEUM CRUDE OIL) - PER*HM*(CHEMTREC # 204043)*TE*8004249300 - LE*1 - SE*32*000120001 - GE*1*12 +ISA*00* *00* *02*BNSF *ZZ*COMPANY C *111215*1950*U*00501*000000012*0*P*~ + GS*WB*BNSF*COMPANY C*20111215*1950*12*X*005010 + ST*417*000120001 + BX*00*R*PP*008573DR*BNSF*L*B*S + BNX*A**S + N9*BM*008573DR*BILL OF LADING NUMBER*20111212*04230000*MT + N7*UTLX*203381*193598*N*66100******TN****6011*A****183*128 + N8*305357*20111212 + F9*59209*DORE*ND*****516564 + D9*40000*GALVESTON*TX*****686180 + N1*SH*SHIPPER NAME*C5*A000763590000 + N4*DORE*ND + N1*CN*COMPANY C, LTD.*C5*8302820470000 + N4*GALVESTON*TX + N1*PF*SHIPPER NAME*C5*6260740660000 + N3*SHIPPER ADDRESS LINE ONE + N4*OKLAHOMA CITY*OK*77777 + N1*C1*CARE OF PARTY NUMBER ONES*C5*7910498560000 + N3*ADDRESS LINE ONE FOR CO + N4*GALVESTON*TX*77777 + N1*ZS*BOURQUE DATA SYSTEMS INC + R2*BNSF*S*GALVE + R2*UP*D + LX*1 + L5*1*HAZMAT*4910165*T + L0*1*******1*UNT + LS*1 + LH1*TK*1*UN1267**4910165*****I + LH2*3*P + LH3*PETROLEUM CRUDE OIL*D + LFH*TNM*(PETROLEUM CRUDE OIL) + PER*HM*(CHEMTREC # 204043)*TE*8004249300 + LE*1 + SE*32*000120001 + GE*1*12 IEA*1*000000012 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417TrainSummary.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417TrainSummary.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417TrainSummary.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417TrainSummary.txt index 5eb314bb..60c25c0b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417TrainSummary.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/TRS/_417/417TrainSummary.txt @@ -1,125 +1,125 @@ -ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> - GS*WB*UP*COMPANY C*20111211*0936*177818961*X*005030 - ST*417*1000 - BX*00*R*PP**UP*L*M*N*M - BNX*N*GALVESTON*U - N9*BM*1980**20111211*0928 - N9*CR*UPCQ96889**20110311*0950*CT - DTM*WAY*20111211*093600 - N7*GATX*286014*203705*N*******RR - N7*CTCX*733280*190864*N*******RR - N7*UTLX*205976*190939*N*******RR - N7*UTLX*205046*190980*N*******RR - N7*UTLX*205022*191028*N*******RR - N7*GATX*286052*201458*N*******RR - N7*GATX*286004*203732*N*******RR - N7*UTLX*212362*190700*N*******RR - N7*UTLX*212638*191663*N*******RR - N7*DBUX*302931*191677*N*******RR - N7*CTCX*733110*190899*N*******RR - N7*CTCX*732307*189280*N*******RR - N7*CTCX*732317*190591*N*******RR - N7*GATX*286000*203944*N*******RR - N7*CTCX*733075*189478*N*******RR - N7*CTCX*733049*189437*N*******RR - N7*GATX*286015*203978*N*******RR - N7*GATX*286001*203882*N*******RR - N7*GATX*286010*202667*N*******RR - N7*GATX*286008*205186*N*******RR - N7*CTCX*733034*190741*N*******RR - N7*UTLX*210508*189806*N*******RR - N7*CTCX*732815*189963*N*******RR - N7*UTLX*205591*189963*N*******RR - N7*UTLX*212544*190509*N*******RR - N7*UTLX*212577*190755*N*******RR - N7*GATX*286090*206833*N*******RR - N7*CTCX*733153*191349*N*******RR - N7*CTCX*733067*187654*N*******RR - N7*CITX*221120*191923*N*******RR - N7*GATX*286009*203364*N*******RR - N7*GATX*286023*205925*N*******RR - N7*GATX*286024*201238*N*******RR - N7*CTCX*733114*189683*N*******RR - N7*CTCX*733219*191820*N*******RR - N7*GATX*286045*202612*N*******RR - N7*UTLX*205059*189867*N*******RR - N7*UTLX*212340*188051*N*******RR - N7*UTLX*205975*191009*N*******RR - N7*UTLX*212612*191267*N*******RR - N7*UTLX*208975*190945*N*******RR - N7*UTLX*210459*189299*N*******RR - N7*UTLX*204564*187922*N*******RR - N7*UTLX*209441*194299*N*******RR - N7*PROX*45035*190980*N*******RR - N7*PROX*44926*190940*N*******RR - N7*GATX*286065*203676*N*******RR - N7*GATX*286060*203745*N*******RR - N7*GATX*286104*203869*N*******RR - N7*PROX*45007*191020*N*******RR - N7*GATX*286026*203841*N*******RR - N7*GATX*286046*199340*N*******RR - N7*GATX*286002*203302*N*******RR - N7*UTLX*211704*191206*N*******RR - N7*CTCX*733056*192162*N*******RR - N7*CTCX*733162*190823*N*******RR - N7*UTLX*204533*191138*N*******RR - N7*UTLX*211728*188160*N*******RR - N7*UTLX*205040*190987*N*******RR - N7*UTLX*212561*191848*N*******RR - N7*UTLX*212648*190912*N*******RR - N7*UTLX*204496*190960*N*******RR - N7*UTLX*212338*189758*N*******RR - N7*PROX*45081*190345*N*******RR - N7*UTLX*203786*190789*N*******RR - N7*UTLX*211668*190994*N*******RR - N7*UTLX*205589*190693*N*******RR - N7*GATX*286126*202626*N*******RR - N7*GATX*286100*203986*N*******RR - N7*GATX*286121*203008*N*******RR - N7*GATX*286111*201657*N*******RR - N7*GATX*286102*200630*N*******RR - N7*GATX*286115*203587*N*******RR - N7*CTCX*733042*192107*N*******RR - N7*CTCX*732790*192156*N*******RR - N7*CTCX*733286*191869*N*******RR - N7*CTCX*733285*190900*N*******RR - N7*CTCX*733084*190974*N*******RR - N8*216089*20111211 - F9**CITYNAME*TX*US****687218000 - D9**GALVESTON*TX*US****686180000 - N1*C1*CARE OF PARTY NUMBER ONE*C5*7910498560000 - N3*ADDRESS LINE ONE FOR CO - N4*GALVESTON*TX*77777 - N1*CN*COMPANY C*C5*8302820470000 - N3*ADDRESS LINE ONE FOR CO - N4*GALVESTON*TX*77777 - N1*PF*PAYER OF FREIGHT NAME*C5*8302245770000 - N3*PAYER ADDRESS LINE ONE - N4*HOUSTON*TX*77002 - N1*SH*SHIPPER NAME*C5*1868307330000 - N3*SHIPPER PHYS ADDRESS - N4*CITYNAME*TX*77777 - R2*TXGN*I*HARWT - R2*UP*S - H3*HM - H3*WN - H3*LF - H3*FM - LX*0 - L5*1*PETROLEUM CRUDE OIL*4910165*T - L5*1*3 - L5*1*UN1267 2 - L5*1*PLACARDED FLAMMABLE - L5*1*PETROLEUM CRUDE OIL - L5*1*ID=RMBLT216 - L5*1*BARREL - L0*0***15187873*N***1*BBL - LS*1 - LH1*TK*1*UN1267**4910165*LB*5***II - LH2*3*P*PLACARDED FLAMMABLE*DA - LH3*PETROLEUM CRUDE OIL*D - PER*HM*CHEMTREC*TE*800-424-9300 - LE*1 - SE*121*1000 - GE*1*177818961 +ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> + GS*WB*UP*COMPANY C*20111211*0936*177818961*X*005030 + ST*417*1000 + BX*00*R*PP**UP*L*M*N*M + BNX*N*GALVESTON*U + N9*BM*1980**20111211*0928 + N9*CR*UPCQ96889**20110311*0950*CT + DTM*WAY*20111211*093600 + N7*GATX*286014*203705*N*******RR + N7*CTCX*733280*190864*N*******RR + N7*UTLX*205976*190939*N*******RR + N7*UTLX*205046*190980*N*******RR + N7*UTLX*205022*191028*N*******RR + N7*GATX*286052*201458*N*******RR + N7*GATX*286004*203732*N*******RR + N7*UTLX*212362*190700*N*******RR + N7*UTLX*212638*191663*N*******RR + N7*DBUX*302931*191677*N*******RR + N7*CTCX*733110*190899*N*******RR + N7*CTCX*732307*189280*N*******RR + N7*CTCX*732317*190591*N*******RR + N7*GATX*286000*203944*N*******RR + N7*CTCX*733075*189478*N*******RR + N7*CTCX*733049*189437*N*******RR + N7*GATX*286015*203978*N*******RR + N7*GATX*286001*203882*N*******RR + N7*GATX*286010*202667*N*******RR + N7*GATX*286008*205186*N*******RR + N7*CTCX*733034*190741*N*******RR + N7*UTLX*210508*189806*N*******RR + N7*CTCX*732815*189963*N*******RR + N7*UTLX*205591*189963*N*******RR + N7*UTLX*212544*190509*N*******RR + N7*UTLX*212577*190755*N*******RR + N7*GATX*286090*206833*N*******RR + N7*CTCX*733153*191349*N*******RR + N7*CTCX*733067*187654*N*******RR + N7*CITX*221120*191923*N*******RR + N7*GATX*286009*203364*N*******RR + N7*GATX*286023*205925*N*******RR + N7*GATX*286024*201238*N*******RR + N7*CTCX*733114*189683*N*******RR + N7*CTCX*733219*191820*N*******RR + N7*GATX*286045*202612*N*******RR + N7*UTLX*205059*189867*N*******RR + N7*UTLX*212340*188051*N*******RR + N7*UTLX*205975*191009*N*******RR + N7*UTLX*212612*191267*N*******RR + N7*UTLX*208975*190945*N*******RR + N7*UTLX*210459*189299*N*******RR + N7*UTLX*204564*187922*N*******RR + N7*UTLX*209441*194299*N*******RR + N7*PROX*45035*190980*N*******RR + N7*PROX*44926*190940*N*******RR + N7*GATX*286065*203676*N*******RR + N7*GATX*286060*203745*N*******RR + N7*GATX*286104*203869*N*******RR + N7*PROX*45007*191020*N*******RR + N7*GATX*286026*203841*N*******RR + N7*GATX*286046*199340*N*******RR + N7*GATX*286002*203302*N*******RR + N7*UTLX*211704*191206*N*******RR + N7*CTCX*733056*192162*N*******RR + N7*CTCX*733162*190823*N*******RR + N7*UTLX*204533*191138*N*******RR + N7*UTLX*211728*188160*N*******RR + N7*UTLX*205040*190987*N*******RR + N7*UTLX*212561*191848*N*******RR + N7*UTLX*212648*190912*N*******RR + N7*UTLX*204496*190960*N*******RR + N7*UTLX*212338*189758*N*******RR + N7*PROX*45081*190345*N*******RR + N7*UTLX*203786*190789*N*******RR + N7*UTLX*211668*190994*N*******RR + N7*UTLX*205589*190693*N*******RR + N7*GATX*286126*202626*N*******RR + N7*GATX*286100*203986*N*******RR + N7*GATX*286121*203008*N*******RR + N7*GATX*286111*201657*N*******RR + N7*GATX*286102*200630*N*******RR + N7*GATX*286115*203587*N*******RR + N7*CTCX*733042*192107*N*******RR + N7*CTCX*732790*192156*N*******RR + N7*CTCX*733286*191869*N*******RR + N7*CTCX*733285*190900*N*******RR + N7*CTCX*733084*190974*N*******RR + N8*216089*20111211 + F9**CITYNAME*TX*US****687218000 + D9**GALVESTON*TX*US****686180000 + N1*C1*CARE OF PARTY NUMBER ONE*C5*7910498560000 + N3*ADDRESS LINE ONE FOR CO + N4*GALVESTON*TX*77777 + N1*CN*COMPANY C*C5*8302820470000 + N3*ADDRESS LINE ONE FOR CO + N4*GALVESTON*TX*77777 + N1*PF*PAYER OF FREIGHT NAME*C5*8302245770000 + N3*PAYER ADDRESS LINE ONE + N4*HOUSTON*TX*77002 + N1*SH*SHIPPER NAME*C5*1868307330000 + N3*SHIPPER PHYS ADDRESS + N4*CITYNAME*TX*77777 + R2*TXGN*I*HARWT + R2*UP*S + H3*HM + H3*WN + H3*LF + H3*FM + LX*0 + L5*1*PETROLEUM CRUDE OIL*4910165*T + L5*1*3 + L5*1*UN1267 2 + L5*1*PLACARDED FLAMMABLE + L5*1*PETROLEUM CRUDE OIL + L5*1*ID=RMBLT216 + L5*1*BARREL + L0*0***15187873*N***1*BBL + LS*1 + LH1*TK*1*UN1267**4910165*LB*5***II + LH2*3*P*PLACARDED FLAMMABLE*DA + LH3*PETROLEUM CRUDE OIL*D + PER*HM*CHEMTREC*TE*800-424-9300 + LE*1 + SE*121*1000 + GE*1*177818961 IEA*1*398161180 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_940/simplot.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_940/simplot.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_940/simplot.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_940/simplot.txt index c25f8783..a47e95db 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_940/simplot.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_940/simplot.txt @@ -1,31 +1,31 @@ -ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> - GS*OW*UP*COMPANY C*20111211*0930*177818711*X*004010 - ST*940*0001 - W05*N*01235639*3353558 - N1*WH*Distribution Unlimited Inc 090*91*708090 - N1*DE*J.R. SIMPLOT FOOD GROUP*9*0377912820000 - N1*CN*McLane Foodservice Inc*91*10126290 - N3*Northeaster Industrial Park Bldg 22 - N4*Guilderland Center*NY*12085*US - N9*SI*03908202 - G62*10*20110113 - G62*02*20110114 - NTE*GEN*ORDER MGMT=Diana Tyvand Ext. 8207 - NTE*GEN*LOAD ON SLIP SHEETS - W66*CC*H***CUST - LX*1 - W01*972*CA*007117900989*UK*10071179009894 - G69*KFC Fries Seas Wedge 14Cut 6/6# - N9*LI*1000 - N9*PJ*PBU - W20****36936*G*L - LX*2 - W01*189*CA*007117901707*UK*10071179017073 - G69*Taco Bell 00885251282593 Fries Seas BatrBites - N9*LI*2000 - N9*PJ*PBU - W20****7182*G*L - W76*1161*44118*GS - SE*27*0001 - GE*1*940001777 +ISA*02*SW417 *00* *ZZ*UP *ZZ*COMPANY C *111214*1400*U*00200*398161180*0*P*> + GS*OW*UP*COMPANY C*20111211*0930*177818711*X*004010 + ST*940*0001 + W05*N*01235639*3353558 + N1*WH*Distribution Unlimited Inc 090*91*708090 + N1*DE*J.R. SIMPLOT FOOD GROUP*9*0377912820000 + N1*CN*McLane Foodservice Inc*91*10126290 + N3*Northeaster Industrial Park Bldg 22 + N4*Guilderland Center*NY*12085*US + N9*SI*03908202 + G62*10*20110113 + G62*02*20110114 + NTE*GEN*ORDER MGMT=Diana Tyvand Ext. 8207 + NTE*GEN*LOAD ON SLIP SHEETS + W66*CC*H***CUST + LX*1 + W01*972*CA*007117900989*UK*10071179009894 + G69*KFC Fries Seas Wedge 14Cut 6/6# + N9*LI*1000 + N9*PJ*PBU + W20****36936*G*L + LX*2 + W01*189*CA*007117901707*UK*10071179017073 + G69*Taco Bell 00885251282593 Fries Seas BatrBites + N9*LI*2000 + N9*PJ*PBU + W20****7182*G*L + W76*1161*44118*GS + SE*27*0001 + GE*1*940001777 IEA*1*940001777 \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_945/inter-americanproducts.txt b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_945/inter-americanproducts.txt similarity index 97% rename from tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_945/inter-americanproducts.txt rename to tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_945/inter-americanproducts.txt index d81171b3..0c06f19b 100644 --- a/tests/OopFactory.X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_945/inter-americanproducts.txt +++ b/tests/X12.Tests.Unit/Parsing/_SampleEdiFiles/WAR/_945/inter-americanproducts.txt @@ -1,21 +1,21 @@ -ISA*00* *00* *08*9338945000 *08*9393939394 *021104*1405*U*00501*000000031*0*T*>~ - GS*SW*513**000*2038334001*20021104*1505*21*X*005010~ - ST*945*0003100001~ - W06*N**20020916*2144~ - N1*BT*TEST CUSTOMER*9*0733940588254~ - N1*ST*TEST CUSTOMER*9*0733940588254~ - G62*11*20020916~ - W27*M*NA~ - LX*1~ - N9*2I*K018293-00010*TEST ITEM1~ - W12*CL*120*120****IN*339408*19284*6600*A3*L~ - LX*2~ - N9*2I*K018273-00033*TEST ITEM2~ - W12*CL*400*400****IN*100021*82943*20000*A3*L~ - LX*3~ - N9*2I*K082738-0041*TEST ITEM3~ - W12*CL*400*400****IN*133848*930345*20000*A3*L~ - W03*920*46600*01~ - SE*17*0003100001~ - GE*1*31~ +ISA*00* *00* *08*9338945000 *08*9393939394 *021104*1405*U*00501*000000031*0*T*>~ + GS*SW*513**000*2038334001*20021104*1505*21*X*005010~ + ST*945*0003100001~ + W06*N**20020916*2144~ + N1*BT*TEST CUSTOMER*9*0733940588254~ + N1*ST*TEST CUSTOMER*9*0733940588254~ + G62*11*20020916~ + W27*M*NA~ + LX*1~ + N9*2I*K018293-00010*TEST ITEM1~ + W12*CL*120*120****IN*339408*19284*6600*A3*L~ + LX*2~ + N9*2I*K018273-00033*TEST ITEM2~ + W12*CL*400*400****IN*100021*82943*20000*A3*L~ + LX*3~ + N9*2I*K082738-0041*TEST ITEM3~ + W12*CL*400*400****IN*133848*930345*20000*A3*L~ + W03*920*46600*01~ + SE*17*0003100001~ + GE*1*31~ IEA*1*000000031~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Tests.Unit/Properties/AssemblyInfo.cs b/tests/X12.Tests.Unit/Properties/AssemblyInfo.cs similarity index 89% rename from tests/OopFactory.X12.Tests.Unit/Properties/AssemblyInfo.cs rename to tests/X12.Tests.Unit/Properties/AssemblyInfo.cs index 7fec4c55..e9168a79 100644 --- a/tests/OopFactory.X12.Tests.Unit/Properties/AssemblyInfo.cs +++ b/tests/X12.Tests.Unit/Properties/AssemblyInfo.cs @@ -1,35 +1,35 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Tests.Unit")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Hewlett-Packard")] -[assembly: AssemblyProduct("OopFactory.X12.Tests.Unit")] -[assembly: AssemblyCopyright("Copyright © Hewlett-Packard 2010")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("af934b2c-847f-4112-8261-1372f9667798")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.10.0")] -[assembly: AssemblyFileVersion("3.0.10.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Tests.Unit")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Hewlett-Packard")] +[assembly: AssemblyProduct("X12.Tests.Unit")] +[assembly: AssemblyCopyright("Copyright © Hewlett-Packard 2010")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("af934b2c-847f-4112-8261-1372f9667798")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("3.0.10.0")] +[assembly: AssemblyFileVersion("3.0.10.0")] diff --git a/tests/OopFactory.X12.Tests.Unit/Unbundling/UnbundlingTester.cs b/tests/X12.Tests.Unit/Unbundling/UnbundlingTester.cs similarity index 85% rename from tests/OopFactory.X12.Tests.Unit/Unbundling/UnbundlingTester.cs rename to tests/X12.Tests.Unit/Unbundling/UnbundlingTester.cs index 27a0609e..f53f2d1c 100644 --- a/tests/OopFactory.X12.Tests.Unit/Unbundling/UnbundlingTester.cs +++ b/tests/X12.Tests.Unit/Unbundling/UnbundlingTester.cs @@ -1,437 +1,447 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System.IO; -using System.Reflection; -using System.Diagnostics; -using OopFactory.X12.Parsing; -using OopFactory.X12.Parsing.Model; - -namespace OopFactory.X12.Tests.Unit.Unbundling -{ - [TestClass] - public class UnbundlingTester - { - [TestMethod] - public void UnbundleItemsFrom856Test() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("ORD._856.Example1.txt")).First(); - - var list = parser.UnbundleByLoop(interchange, "ITEM"); - foreach (var item in list) - { - Trace.WriteLine("..."); - Trace.WriteLine(item.SerializeToX12(true)); - } - } - - #region Expected Values - private string expectedClaim1 = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*244579*20061015*1023*CH~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MAIMI*FL*33111~ - HL*2*1*22*1~ - SBR*P**2222-SJ******CI~ - NM1*IL*1*SMITH*JANE****MI*JS00111223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - REF*G2*KA6663~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26463774*100***11:B:1*Y*A*Y*I~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - LX*1~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87070*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*D8*20061010~ - SE*42*0021~ - GE*1*1~ -IEA*1*000000905~"; - - private string expectedClaim2 = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0021*005010X222~ - BHT*0019*00*244579*20061015*1023*CH~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ - HL*4**20*1~ - NM1*85*1*KILDARE*BEN****XX*1999996666~ - N3*1234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*123456789~ - PER*IC*CONNIE*TE*3055551234~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*5*4*22*1~ - SBR*P*******CI~ - NM1*IL*1*SMITH*JANE****MI*111223333~ - DMG*D8*19430501*F~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - N3*3333OCEAN ST~ - N4*SOUTH MIAMI*FL*33000~ - REF*G2*PBS3334~ - HL*6*5*23*0~ - PAT*19~ - NM1*QC*1*SMITH*TED~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19730501*M~ - CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~ - HI*BK:4779*BF:2724*BF:2780*BF:53081~ - NM1*82*1*KILDARE*BEN****XX*1999996666~ - PRV*PE*PXC*204C00000X~ - REF*G2*KA6663~ - NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - SBR*S*01*******CI~ - DMG*D8*19430501*F~ - OI***Y*P**Y~ - NM1*IL*1*SMITH*JACK****MI*T55TY666~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33111~ - NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ - LX*1~ - SV1*HC:99213*43*UN*1***1:2:3:4~ - DTP*472*D8*20051003~ - LX*2~ - SV1*HC:90782*15*UN*1***1:2~ - DTP*472*D8*20051003~ - LX*3~ - SV1*HC:J3301*21.04*UN*1***1:2~ - DTP*472*D8*20051003~ - SE*53*0021~ - GE*1*1~ -IEA*1*000000905~"; - - private string expectedClaim3 = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ - ST*837*0022*005010X222~ - BHT*0019*00*0123*20061015*1023*RP~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*AHLIC*****46*66783JJT~ - HL*1**20*1~ - PRV*BI*PXC*203BF0100Y~ - NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ - N3*234 SEAWAY ST~ - N4*MIAMI*FL*33111~ - REF*EI*587654321~ - NM1*87*2~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*2*1*22*0~ - SBR*P*18*12312-A******HM~ - NM1*IL*1*SMITH*TED****MI*00221111~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19430501*M~ - NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ - CLM*26462967*100***11:B:1*Y*A*Y*I~ - DTP*431*D8*19981003~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*1~ - SV1*HC:99213*40*UN*1***1~ - DTP*472*D8*20061003~ - LX*2~ - SV1*HC:87072*15*UN*1***1~ - DTP*472*D8*20061003~ - LX*3~ - SV1*HC:99214*35*UN*1***2~ - DTP*472*D8*20061010~ - LX*4~ - SV1*HC:86663*10*UN*1***2~ - DTP*472*D8*20061010~ - SE*41*0022~ - GE*1*1~ -IEA*1*000000905~"; - - #endregion - - [TestMethod] - public void UnbundleClaimsFrom837Test() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._837P._5010.Example1_2_And_3_Combined.txt")).First(); - - var list = parser.UnbundleByLoop(interchange, "2300"); - Assert.AreEqual(3, list.Count); - foreach (var item in list) - { - Trace.WriteLine("..."); - Trace.WriteLine(item.SerializeToX12(true)); - } - - Assert.AreEqual(expectedClaim1, list[0].SerializeToX12(true)); - Assert.AreEqual(expectedClaim2, list[1].SerializeToX12(true)); - Assert.AreEqual(expectedClaim3, list[2].SerializeToX12(true)); - } - - [TestMethod] - public void Unbundle835FromNthTest() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.FromNth.835_DeIdent_02.dat")).First(); - - var list = parser.UnbundleByLoop(interchange, "2000"); - Assert.AreEqual(6, list.Count); - } - - [TestMethod] - public void Unbundling835ByLoop2000() - { - string unbundledLoop2000 = @"ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ - GS*HP*ASHTB*01017*20040315*1005*1*X*004010X091A1~ - ST*835*07504123~ - BPR*H*5.75*C*NON************20040315~ - TRN*1*A04B001017.07504*1346000128~ - DTM*405*20040308~ - N1*PR*ASHTABULA COUNTY ADAMH BD~ - N3*4817 STATE ROAD SUITE 203~ - N4*ASHTABULA*OH*44004~ - N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ - N3*2801 C. COURT~ - N4*ASHTABULA*OH*44004~ - REF*PQ*1017~ - LX*1~ - CLP*444444*1*56.70*56.52*0*MC*0000000655555555*53~ - NM1*QC*1*FUDD*ELMER*S***MI*1333333~ - NM1*82*2*WECOVERWY SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.70*56.52**6~ - DTM*472*20040205~ - CAS*CO*42*0.18*0~ - REF*6R*444444~ - CLP*999999*4*25.95*0*25.95*13*0000000555555555*11~ - NM1*QC*1*SAM*YOSEMITE*A***MI*3333333~ - NM1*82*2*ACME AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M2200:HE*25.95*0**1~ - DTM*472*20021224~ - CAS*CR*18*25.95*0~ - CAS*CO*42*0*0~ - REF*6R*999999~ - CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ - NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ - NM1*82*2*BIKINI AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M151000:F0*162.13*0**1.9~ - DTM*472*20020920~ - CAS*CO*29*162.13*0*42*0*0~ - REF*6R*888888~ - CLP*111111*2*56.52*18.88*0*13*0000000644444444*53~ - NM1*QC*1*LEGHORN*FOGHORN*P***MI*7777777~ - NM1*82*2*CHICKENHAWK SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.52*18.88**6~ - DTM*472*20031209~ - CAS*CO*42*0*0~ - CAS*OA*23*37.64*0~ - REF*6R*111111~ - CLP*121212*4*56.52*0*0*13*0000000646464640*53~ - NM1*QC*1*EXPLORER*DORA****MI*1717171~ - NM1*82*2*SWIPER AGENCY*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0005:HF:H9*56.52*0**6~ - DTM*472*20031202~ - CAS*CO*42*0*0~ - CAS*OA*23*57.6*0*23*-1.08*0~ - REF*6R*121212~ - CLP*333333*1*74.61*59.69*14.92*13*0000000688888888*55~ - NM1*QC*1*BEAR*YOGI* ***MI*2222222~ - NM1*82*2*JELLYSTONE SVCS*****FI*346608640~ - REF*F8*A76B04054~ - SVC*ZZ:A0230:HF*74.61*59.69**1~ - DTM*472*20040203~ - CAS*PR*2*14.92*0~ - CAS*CO*42*0*0~ - REF*6R*333333~ - CLP*777777*25*136.9*0*0*13*0000000622222222*53~ - NM1*QC*1*BIRD*TWEETY*M***MI*4444444~ - NM1*82*2*GRANNY AGENCY*****FI*340716747~ - REF*F8*A76B03293~ - SVC*HC:H0015:HF:99:H9*136.9*0**1~ - DTM*472*20030911~ - CAS*PI*104*136.72*0~ - CAS*CO*42*0.18*0~ - REF*6R*777777~ - CLP*123456*22*-42.58*-42.58*0*13*0000000657575757*11~ - NM1*QC*1*SIMPSON*HOMER* ***MI*8787888~ - NM1*82*2*DOH GROUP*****FI*310626223~ - REF*F8*A57B04033~ - SVC*HC:H0036:GT:UK*-42.58*-42.58**-2~ - DTM*472*20040102~ - CAS*CR*141*0*0*42*0*0*22*0*0~ - CAS*OA*141*0*0~ - REF*6R*123456~ - CLP*090909*22*-86.76*-86.76*0*MC*0000000648484848*53~ - NM1*QC*1*DUCK*DAFFY*W***MI*1245849~ - NM1*82*2*ABTHSOLUTE HELP*****FI*346608640~ - REF*F8*A76B04054~ - SVC*HC:H0004:HF:H9*-86.76*-86.76**-4~ - DTM*150*20040210~ - DTM*151*20040211~ - CAS*CR*22*0*0*42*0*0~ - CAS*OA*22*0*0~ - REF*6R*090909~ - AMT*AU*86.76~ - QTY*NE*53~ - LQ*HE*MA92~ - PLB*123456*19960930*CV:9876514*-1.27~ - SE*97*07504123~ - GE*1*1~ -IEA*1*004075123~"; - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.Example1_GripElements.txt")).First(); - - var list = parser.UnbundleByLoop(interchange, "2000"); - Assert.AreEqual(1, list.Count); - Assert.AreEqual(unbundledLoop2000, list[0].SerializeToX12(true)); - Trace.WriteLine(list[0].SerializeToX12(true)); - } - - [TestMethod] - public void Unbundling835ByLoop2100() - { - string thirdUnbundledClaim = @"ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ - GS*HP*ASHTB*01017*20040315*1005*1*X*004010X091A1~ - ST*835*07504123~ - BPR*H*5.75*C*NON************20040315~ - TRN*1*A04B001017.07504*1346000128~ - DTM*405*20040308~ - N1*PR*ASHTABULA COUNTY ADAMH BD~ - N3*4817 STATE ROAD SUITE 203~ - N4*ASHTABULA*OH*44004~ - N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ - N3*2801 C. COURT~ - N4*ASHTABULA*OH*44004~ - REF*PQ*1017~ - LX*1~ - CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ - NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ - NM1*82*2*BIKINI AGENCY*****FI*310626223~ - REF*F8*H57B10401~ - SVC*ZZ:M151000:F0*162.13*0**1.9~ - DTM*472*20020920~ - CAS*CO*29*162.13*0*42*0*0~ - REF*6R*888888~ - PLB*123456*19960930*CV:9876514*-1.27~ - SE*22*07504123~ - GE*1*1~ -IEA*1*004075123~"; - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.Example1_GripElements.txt")).First(); - - var list = parser.UnbundleByLoop(interchange, "2100"); - Assert.AreEqual(9, list.Count); - Assert.AreEqual(thirdUnbundledClaim, list[2].SerializeToX12(true)); - Trace.WriteLine(list[2].SerializeToX12(true)); - } - - [TestMethod] - public void Unbundling835ByLoop2110() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.Example1_GripElements.txt")).First(); - - var list = parser.UnbundleByLoop(interchange, "2110"); - Assert.AreEqual(9, list.Count); - } - - [TestMethod] - public void UnbundleClaimsIn837FromNthTest() - { - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._837P._4010.FromNth.837_DeIdent_05.dat")).First(); - - var list = parser.UnbundleByLoop(interchange, "2300"); - Assert.AreEqual(186, list.Count); - } - - [TestMethod] - public void UnbundleClaimsIn837ByServiceLineTest() - { - string lastServiceLine = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ - GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ - ST*837*0021~ - BHT*0019*00*0123*19981015*1023*RP~ - REF*87*004010X098~ - NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ - PER*IC*JERRY*TE*3055552222*EX*231~ - NM1*40*2*REPRICER XYZ*****46*66783JJT~ - HL*1**20*1~ - NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ - N3*234 Seaway St~ - N4*Miami*FL*33111~ - NM1*87*2*KILDARE ASSOC*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - HL*2*1*22*0~ - SBR*P*18*12312-A******HM~ - NM1*IL*1*SMITH*TED****34*000221111~ - N3*236 N MAIN ST~ - N4*MIAMI*FL*33413~ - DMG*D8*19430501*M~ - NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ - CLM*26462967*100***11::1*Y*A*Y*Y*C~ - DTP*431*D8*19981003~ - REF*D9*17312345600006351~ - HI*BK:0340*BF:V7389~ - NM1*82*1*KILDARE*BEN****34*112233334~ - PRV*PE*ZZ*203BF0100Y~ - NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ - N3*2345 OCEAN BLVD~ - N4*MIAMI*FL*33111~ - LX*4~ - SV1*HC:86663*10*UN*1***2**N~ - DTP*472*D8*19981010~ - SE*33*0021~ - GE*1*1~ -IEA*1*000000905~"; - - X12Parser parser = new X12Parser(); - Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._837P._4010.Spec_4.1.1_PatientIsSubscriber.txt")).First(); - - var list = parser.UnbundleByLoop(interchange, "2400"); - - Assert.AreEqual(4, list.Count); - Assert.AreEqual(lastServiceLine, list[3].SerializeToX12(true)); - } - } -} +namespace X12.Tests.Unit.Unbundling +{ + using System.Linq; + + using NUnit.Framework; + + using X12.Parsing; + using X12.Shared.Models; + + [TestFixture] + public class UnbundlingTester + { + [Test] + public void UnbundleItemsFrom856Test() + { + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("ORD._856.Example1.txt")).First(); + + var list = parser.UnbundleByLoop(interchange, "ITEM"); + } + + #region Expected Values + private const string ExpectedClaim1 = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*244579*20061015*1023*CH~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MAIMI*FL*33111~ + HL*2*1*22*1~ + SBR*P**2222-SJ******CI~ + NM1*IL*1*SMITH*JANE****MI*JS00111223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + REF*G2*KA6663~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26463774*100***11:B:1*Y*A*Y*I~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + LX*1~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87070*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*D8*20061010~ + SE*42*0021~ + GE*1*1~ +IEA*1*000000905~"; + + private const string ExpectedClaim2 = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0021*005010X222~ + BHT*0019*00*244579*20061015*1023*CH~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*KEY INSURANCE COMPANY*****46*66783JJT~ + HL*4**20*1~ + NM1*85*1*KILDARE*BEN****XX*1999996666~ + N3*1234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*123456789~ + PER*IC*CONNIE*TE*3055551234~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*5*4*22*1~ + SBR*P*******CI~ + NM1*IL*1*SMITH*JANE****MI*111223333~ + DMG*D8*19430501*F~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + N3*3333OCEAN ST~ + N4*SOUTH MIAMI*FL*33000~ + REF*G2*PBS3334~ + HL*6*5*23*0~ + PAT*19~ + NM1*QC*1*SMITH*TED~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19730501*M~ + CLM*26407789*79.04***11:B:1*Y*A*Y*I*P~ + HI*BK:4779*BF:2724*BF:2780*BF:53081~ + NM1*82*1*KILDARE*BEN****XX*1999996666~ + PRV*PE*PXC*204C00000X~ + REF*G2*KA6663~ + NM1*77*2*KILDARE ASSOCIATES*****XX*1581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + SBR*S*01*******CI~ + DMG*D8*19430501*F~ + OI***Y*P**Y~ + NM1*IL*1*SMITH*JACK****MI*T55TY666~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33111~ + NM1*PR*2*KEY INSURANCE COMPANY*****PI*999996666~ + LX*1~ + SV1*HC:99213*43*UN*1***1:2:3:4~ + DTP*472*D8*20051003~ + LX*2~ + SV1*HC:90782*15*UN*1***1:2~ + DTP*472*D8*20051003~ + LX*3~ + SV1*HC:J3301*21.04*UN*1***1:2~ + DTP*472*D8*20051003~ + SE*53*0021~ + GE*1*1~ +IEA*1*000000905~"; + + private const string ExpectedClaim3 = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *030101*1253*^*00501*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*19991231*0802*1*X*005010X222~ + ST*837*0022*005010X222~ + BHT*0019*00*0123*20061015*1023*RP~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*AHLIC*****46*66783JJT~ + HL*1**20*1~ + PRV*BI*PXC*203BF0100Y~ + NM1*85*2*BEN KILDARE SERVICE*****XX*9876543210~ + N3*234 SEAWAY ST~ + N4*MIAMI*FL*33111~ + REF*EI*587654321~ + NM1*87*2~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*2*1*22*0~ + SBR*P*18*12312-A******HM~ + NM1*IL*1*SMITH*TED****MI*00221111~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19430501*M~ + NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ + CLM*26462967*100***11:B:1*Y*A*Y*I~ + DTP*431*D8*19981003~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + NM1*77*2*KILDARE ASSOCIATES*****XX*5812345679~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*1~ + SV1*HC:99213*40*UN*1***1~ + DTP*472*D8*20061003~ + LX*2~ + SV1*HC:87072*15*UN*1***1~ + DTP*472*D8*20061003~ + LX*3~ + SV1*HC:99214*35*UN*1***2~ + DTP*472*D8*20061010~ + LX*4~ + SV1*HC:86663*10*UN*1***2~ + DTP*472*D8*20061010~ + SE*41*0022~ + GE*1*1~ +IEA*1*000000905~"; + + #endregion + + [Test] + public void UnbundleClaimsFrom837Test() + { + // arrange + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._837P._5010.Example1_2_And_3_Combined.txt")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2300"); + + // assert + Assert.AreEqual(3, list.Count); + Assert.AreEqual(ExpectedClaim1, list[0].SerializeToX12(true)); + Assert.AreEqual(ExpectedClaim2, list[1].SerializeToX12(true)); + Assert.AreEqual(ExpectedClaim3, list[2].SerializeToX12(true)); + } + + [Test] + public void Unbundle835FromNthTest() + { + // arrange + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.FromNth.835_DeIdent_02.dat")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2000"); + + // assert + Assert.AreEqual(6, list.Count); + } + + [Test] + public void Unbundling835ByLoop2000() + { + // arrange + string unbundledLoop2000 = @"ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ + GS*HP*ASHTB*01017*20040315*1005*1*X*004010X091A1~ + ST*835*07504123~ + BPR*H*5.75*C*NON************20040315~ + TRN*1*A04B001017.07504*1346000128~ + DTM*405*20040308~ + N1*PR*ASHTABULA COUNTY ADAMH BD~ + N3*4817 STATE ROAD SUITE 203~ + N4*ASHTABULA*OH*44004~ + N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ + N3*2801 C. COURT~ + N4*ASHTABULA*OH*44004~ + REF*PQ*1017~ + LX*1~ + CLP*444444*1*56.70*56.52*0*MC*0000000655555555*53~ + NM1*QC*1*FUDD*ELMER*S***MI*1333333~ + NM1*82*2*WECOVERWY SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.70*56.52**6~ + DTM*472*20040205~ + CAS*CO*42*0.18*0~ + REF*6R*444444~ + CLP*999999*4*25.95*0*25.95*13*0000000555555555*11~ + NM1*QC*1*SAM*YOSEMITE*A***MI*3333333~ + NM1*82*2*ACME AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M2200:HE*25.95*0**1~ + DTM*472*20021224~ + CAS*CR*18*25.95*0~ + CAS*CO*42*0*0~ + REF*6R*999999~ + CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ + NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ + NM1*82*2*BIKINI AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M151000:F0*162.13*0**1.9~ + DTM*472*20020920~ + CAS*CO*29*162.13*0*42*0*0~ + REF*6R*888888~ + CLP*111111*2*56.52*18.88*0*13*0000000644444444*53~ + NM1*QC*1*LEGHORN*FOGHORN*P***MI*7777777~ + NM1*82*2*CHICKENHAWK SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.52*18.88**6~ + DTM*472*20031209~ + CAS*CO*42*0*0~ + CAS*OA*23*37.64*0~ + REF*6R*111111~ + CLP*121212*4*56.52*0*0*13*0000000646464640*53~ + NM1*QC*1*EXPLORER*DORA****MI*1717171~ + NM1*82*2*SWIPER AGENCY*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0005:HF:H9*56.52*0**6~ + DTM*472*20031202~ + CAS*CO*42*0*0~ + CAS*OA*23*57.6*0*23*-1.08*0~ + REF*6R*121212~ + CLP*333333*1*74.61*59.69*14.92*13*0000000688888888*55~ + NM1*QC*1*BEAR*YOGI* ***MI*2222222~ + NM1*82*2*JELLYSTONE SVCS*****FI*346608640~ + REF*F8*A76B04054~ + SVC*ZZ:A0230:HF*74.61*59.69**1~ + DTM*472*20040203~ + CAS*PR*2*14.92*0~ + CAS*CO*42*0*0~ + REF*6R*333333~ + CLP*777777*25*136.9*0*0*13*0000000622222222*53~ + NM1*QC*1*BIRD*TWEETY*M***MI*4444444~ + NM1*82*2*GRANNY AGENCY*****FI*340716747~ + REF*F8*A76B03293~ + SVC*HC:H0015:HF:99:H9*136.9*0**1~ + DTM*472*20030911~ + CAS*PI*104*136.72*0~ + CAS*CO*42*0.18*0~ + REF*6R*777777~ + CLP*123456*22*-42.58*-42.58*0*13*0000000657575757*11~ + NM1*QC*1*SIMPSON*HOMER* ***MI*8787888~ + NM1*82*2*DOH GROUP*****FI*310626223~ + REF*F8*A57B04033~ + SVC*HC:H0036:GT:UK*-42.58*-42.58**-2~ + DTM*472*20040102~ + CAS*CR*141*0*0*42*0*0*22*0*0~ + CAS*OA*141*0*0~ + REF*6R*123456~ + CLP*090909*22*-86.76*-86.76*0*MC*0000000648484848*53~ + NM1*QC*1*DUCK*DAFFY*W***MI*1245849~ + NM1*82*2*ABTHSOLUTE HELP*****FI*346608640~ + REF*F8*A76B04054~ + SVC*HC:H0004:HF:H9*-86.76*-86.76**-4~ + DTM*150*20040210~ + DTM*151*20040211~ + CAS*CR*22*0*0*42*0*0~ + CAS*OA*22*0*0~ + REF*6R*090909~ + AMT*AU*86.76~ + QTY*NE*53~ + LQ*HE*MA92~ + PLB*123456*19960930*CV:9876514*-1.27~ + SE*97*07504123~ + GE*1*1~ +IEA*1*004075123~"; + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.Example1_GripElements.txt")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2000"); + + // assert + Assert.AreEqual(1, list.Count); + Assert.AreEqual(unbundledLoop2000, list[0].SerializeToX12(true)); + } + + [Test] + public void Unbundling835ByLoop2100() + { + // arrange + string thirdUnbundledClaim = @"ISA*00* *00* *ZZ*ASHTB *ZZ*01017 *040315*1005*U*00401*004075123*0*P*:~ + GS*HP*ASHTB*01017*20040315*1005*1*X*004010X091A1~ + ST*835*07504123~ + BPR*H*5.75*C*NON************20040315~ + TRN*1*A04B001017.07504*1346000128~ + DTM*405*20040308~ + N1*PR*ASHTABULA COUNTY ADAMH BD~ + N3*4817 STATE ROAD SUITE 203~ + N4*ASHTABULA*OH*44004~ + N1*PE*LAKE AREA RECOVERY CENTER *FI*346608640~ + N3*2801 C. COURT~ + N4*ASHTABULA*OH*44004~ + REF*PQ*1017~ + LX*1~ + CLP*888888*4*162.13*0*162.13*MC*0000000456789123*11~ + NM1*QC*1*SQUAREPANTS*BOB* ***MI*2222222~ + NM1*82*2*BIKINI AGENCY*****FI*310626223~ + REF*F8*H57B10401~ + SVC*ZZ:M151000:F0*162.13*0**1.9~ + DTM*472*20020920~ + CAS*CO*29*162.13*0*42*0*0~ + REF*6R*888888~ + PLB*123456*19960930*CV:9876514*-1.27~ + SE*22*07504123~ + GE*1*1~ +IEA*1*004075123~"; + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.Example1_GripElements.txt")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2100"); + + // assert + Assert.AreEqual(9, list.Count); + Assert.AreEqual(thirdUnbundledClaim, list[2].SerializeToX12(true)); + } + + [Test] + public void Unbundling835ByLoop2110() + { + // arrange + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._835._4010.Example1_GripElements.txt")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2110"); + + // assert + Assert.AreEqual(9, list.Count); + } + + [Test] + public void UnbundleClaimsIn837FromNthTest() + { + // arrange + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._837P._4010.FromNth.837_DeIdent_05.dat")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2300"); + + // assert + Assert.AreEqual(186, list.Count); + } + + [Test] + public void UnbundleClaimsIn837ByServiceLineTest() + { + // arrange + string lastServiceLine = @"ISA*00* *01*SECRET *ZZ*SUBMITTERS.ID *ZZ*RECEIVERS.ID *930602*1253*^*00401*000000905*1*T*:~ + GS*HC*SENDER CODE*RECEIVER CODE*1994033*0802*1*X*004010X098A1~ + ST*837*0021~ + BHT*0019*00*0123*19981015*1023*RP~ + REF*87*004010X098~ + NM1*41*2*PREMIER BILLING SERVICE*****46*TGJ23~ + PER*IC*JERRY*TE*3055552222*EX*231~ + NM1*40*2*REPRICER XYZ*****46*66783JJT~ + HL*1**20*1~ + NM1*85*2*PREMIER BILLING SERVICE*****24*587654321~ + N3*234 Seaway St~ + N4*Miami*FL*33111~ + NM1*87*2*KILDARE ASSOC*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + HL*2*1*22*0~ + SBR*P*18*12312-A******HM~ + NM1*IL*1*SMITH*TED****34*000221111~ + N3*236 N MAIN ST~ + N4*MIAMI*FL*33413~ + DMG*D8*19430501*M~ + NM1*PR*2*ALLIANCE HEALTH AND LIFE INSURANCE*****PI*741234~ + CLM*26462967*100***11::1*Y*A*Y*Y*C~ + DTP*431*D8*19981003~ + REF*D9*17312345600006351~ + HI*BK:0340*BF:V7389~ + NM1*82*1*KILDARE*BEN****34*112233334~ + PRV*PE*ZZ*203BF0100Y~ + NM1*77*2*KILDARE ASSOCIATES*****24*581234567~ + N3*2345 OCEAN BLVD~ + N4*MIAMI*FL*33111~ + LX*4~ + SV1*HC:86663*10*UN*1***2**N~ + DTP*472*D8*19981010~ + SE*33*0021~ + GE*1*1~ +IEA*1*000000905~"; + + var parser = new X12Parser(); + Interchange interchange = parser.ParseMultiple(Extensions.GetEdi("INS._837P._4010.Spec_4.1.1_PatientIsSubscriber.txt")).First(); + + // act + var list = parser.UnbundleByLoop(interchange, "2400"); + + // assert + Assert.AreEqual(4, list.Count); + Assert.AreEqual(lastServiceLine, list[3].SerializeToX12(true)); + } + } +} diff --git a/tests/OopFactory.X12.Tests.Unit/OopFactory.X12.Tests.Unit.csproj b/tests/X12.Tests.Unit/X12.Tests.Unit.csproj similarity index 86% rename from tests/OopFactory.X12.Tests.Unit/OopFactory.X12.Tests.Unit.csproj rename to tests/X12.Tests.Unit/X12.Tests.Unit.csproj index 0d981d90..b81abea1 100644 --- a/tests/OopFactory.X12.Tests.Unit/OopFactory.X12.Tests.Unit.csproj +++ b/tests/X12.Tests.Unit/X12.Tests.Unit.csproj @@ -1,262 +1,292 @@ - - - - Debug - AnyCPU - - - 2.0 - {CE09ACD3-898F-467D-BA43-3FDF181A51AE} - Library - Properties - OopFactory.X12.Tests.Unit - OopFactory.X12.Tests.Unit - v4.0 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - SAK - SAK - SAK - SAK - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\lib\Fonet.dll - - - - - - - - 3.5 - - - - - - - - False - - - - - - - - - - - - - - - - - - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + Debug + AnyCPU + + + 2.0 + {CE09ACD3-898F-467D-BA43-3FDF181A51AE} + Library + Properties + X12.Tests.Unit + X12.Tests.Unit + v4.6.1 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + SAK + SAK + SAK + SAK + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\..\packages\Fonet.1.0\lib\net20\Fonet.dll + + + ..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll + + + + + 3.5 + + + + + + + + False + + + + + + + + + + + + + + + + + + + + + {29eeaa38-bfb2-4732-a286-eb91355f9bcd} + X12.Parsing + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {26e9a9d5-d0b4-4b86-83d7-a0a3370a57ea} + X12.Specifications + + + {c080e31b-1f81-4f6e-b634-90d834b1811d} + X12.Transformations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/tests/X12.Tests.Unit/packages.config b/tests/X12.Tests.Unit/packages.config new file mode 100644 index 00000000..54fe93bb --- /dev/null +++ b/tests/X12.Tests.Unit/packages.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/tests/OopFactory.X12.Validation.Tests.Unit/Data/837I_4010_Batch1.txt b/tests/X12.Validation.Tests.Unit/Data/837I_4010_Batch1.txt similarity index 97% rename from tests/OopFactory.X12.Validation.Tests.Unit/Data/837I_4010_Batch1.txt rename to tests/X12.Validation.Tests.Unit/Data/837I_4010_Batch1.txt index 9a89e974..7f691a78 100644 --- a/tests/OopFactory.X12.Validation.Tests.Unit/Data/837I_4010_Batch1.txt +++ b/tests/X12.Validation.Tests.Unit/Data/837I_4010_Batch1.txt @@ -1,2763 +1,2763 @@ -ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ - GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ - ST*837*612951744~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - REF*G2*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX99999999X~ - N3*9999 XXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19831102*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - SE*42*612951744~ - ST*837*612951745~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*S*E***MI*X99999999~ - N3*999 XXXXXX XXXX XXX X9~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19880307*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*VAA21214*459.25***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**999.99*UN*6~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - SE*46*612951745~ - ST*837*612951746~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXX*XXXXXX*M***MI*X99999999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXX*FL*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXX*XXXXX*O***MI*X99999999999~ - N3*99 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*20020606*F~ - REF*SY*999999999~ - CLM*VAA21201*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*1*7*02~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*7~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*9~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - SE*69*612951746~ - ST*837*612951747~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXX*R***MI*X99999999~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19560319*M~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071024~ - SE*39*612951747~ - ST*837*612951748~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XXXX XX XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19521024*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071001-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|X9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071001~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071010~ - SE*43*612951748~ - ST*837*612951749~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ - N3*999 XXXX XX XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19521024*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070914-20070924~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|X9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070914~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - SE*43*612951749~ - ST*837*612951750~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CI~ - NM1*IL*1*XXXXXXXX*XXXX*L***MI*999999999~ - N3*999 XXXX XXX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19550722*M~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XX XXX 999999~ - N4*XXXXXXX*GA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - SE*46*612951750~ - ST*837*612951751~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*99X999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19261225*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20070926-20070930~ - DTP*435*DT*999999999999~ - CL1*3*1*02~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999999999999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*DR|430~ - HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ - QTY*CA*4*DA~ - NM1*71*1*BAE*XXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19261225*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - REF*G1*9999999999~ - NM1*QC*1******MI*XXX999999999999~ - LX*1~ - SV2*9999**9999*DA*4*950~ - LX*2~ - SV2*9999**999.9*UN*76~ - LX*3~ - SV2*9999**4*UN*4~ - LX*4~ - SV2*9999**999.9*UN*8~ - LX*5~ - SV2*9999**999.9*UN*3~ - SE*63*612951751~ - ST*837*612951752~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19261225*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20070930-20071002~ - DTP*435*DT*999999999999~ - CL1*3*1*65~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|999~ - HI*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|99999*XX|9999~ - HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ - QTY*CA*2*DA~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19261225*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - REF*G1*9999999999~ - NM1*QC*1******MI*XXX999999999999~ - LX*1~ - SV2*9999**9999.9*DA*2*999.9~ - LX*2~ - SV2*9999**999.99*UN*33~ - LX*3~ - SV2*9999**157.08*UN*9~ - LX*4~ - SV2*9999**5*UN*5~ - LX*5~ - SV2*9999**178*UN*4~ - LX*6~ - SV2*9999**999.9*UN*4~ - LX*7~ - SV2*9999**150*UN*1~ - LX*8~ - SV2*9999**999.9*UN*3~ - SE*69*612951752~ - ST*837*612951753~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19261225*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*096*TM*9999~ - DTP*434*RD8*20070924-20070926~ - DTP*435*DT*999999999999~ - CL1*3*1*65~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*DR|320~ - HI*XX|9999*XX|99999*XX|9999*XX|9999*BF|311*XX|9999*XX|9999*XX|99999~ - HI*XX|9999|X9|99999999~ - QTY*CA*2*DA~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - NM1*72*1*XXXXXXX*XXXXXXX****XX*9999999999~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19261225*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - REF*G1*9999999999~ - NM1*QC*1******MI*XXX999999999999~ - LX*1~ - SV2*9999**9999.9*DA*1*9999.9~ - LX*2~ - SV2*9999**9999.9*DA*1*9999.9~ - LX*3~ - SV2*9999**999.9*UN*42~ - LX*4~ - SV2*9999**99.99*UN*3~ - LX*5~ - SV2*9999**4*UN*4~ - LX*6~ - SV2*9999**9999.9*UN*25~ - LX*7~ - SV2*9999**999.9*UN*1~ - LX*8~ - SV2*9999**766*UN*1~ - LX*9~ - SV2*9999**150*UN*1~ - LX*10~ - SV2*9999**999.9*UN*1~ - LX*11~ - SV2*9999**9999.9*UN*3~ - LX*12~ - SV2*9999**999.9*UN*2~ - SE*79*612951753~ - ST*837*612951754~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXXXX*XXXXXXX*L***MI*X9999999999~ - N3*9999 XXXXXXX XXXX~ - N4*XXXXXXX XXXX*VA*99999~ - DMG*D8*19960911*M~ - REF*SY*999999999~ - CLM*VAA20104*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070922-20070922~ - CL1*3*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999*XX|X999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - SE*45*612951754~ - ST*837*612951755~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999X99999~ - N3*999 XXXXXX XXXX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19470910*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071025-20071025~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071025~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071025~ - SE*43*612951755~ - ST*837*612951756~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXXXXX XXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*S*18*******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*9999999~ - N3*999 XXXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19290310*F~ - NM1*PR*2*XXXXXXXXXXX XXXXXXX*****PI*XXXX9~ - N3*XXX 99999~ - N4*XXXXXXX*KS*99999~ - CLM*XXX99999*999.99***99|X|9*M*A*Y*Y*********N~ - DTP*434*RD8*20070922-20070922~ - CL1*1*7*01~ - AMT*C5*99.99~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|X9|||99.99~ - NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - SBR*P*18*******MA~ - AMT*C4*999.99~ - DMG*D8*19290310*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXX*E***MI*999999999X~ - N3*999 XXXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*71*1~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.99*UN*1**99.99~ - DTP*472*D8*20070922~ - LX*2~ - SV2*9999*XX|99999|99*999.9*UN*1~ - DTP*472*D8*20070922~ - LX*3~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - SE*58*612951756~ - ST*837*612951757~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*H***MI*XXX999X99999~ - N3*9999 XXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19430820*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071008~ - SE*41*612951757~ - ST*837*612951758~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXXX*XXXXXXX*R***MI*X99999999~ - N3*999 XXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19751228*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*3~ - SV2*9999*XX|99999*75*UN*1~ - DTP*472*D8*20070921~ - LX*4~ - SV2*9999*HC|71020*999.9*UN*1~ - DTP*472*D8*20070921~ - LX*5~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070921~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - SE*55*612951758~ - ST*837*612951759~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*XXXXXXXX*XXXXX*H***MI*999999999~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XX XXX 999999~ - N4*XXXXXXX*GA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXXXX*XXXXXX*P***MI*999999999~ - N3*9999 X X 99XX XX~ - N4*XXXXXXXXX*FL*99999~ - DMG*D8*19860629*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071024~ - SE*43*612951759~ - ST*837*612951760~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXXX*XXXXX*H***MI*XXX999999999~ - N3*99999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19460530*M~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070925-20070925~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|99999*XX|9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999**999.99*UN*1~ - DTP*472*D8*20070925~ - LX*2~ - SV2*9999*XX|99999*221*UN*1~ - DTP*472*D8*20070925~ - LX*3~ - SV2*9999*XX|99999*766*UN*1~ - DTP*472*D8*20070925~ - LX*4~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070925~ - SE*51*612951760~ - ST*837*612951761~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXXX*L***MI*999999999X~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19420209*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070905-20070905~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|999*BJ|V1006~ - HI*BF|V1006*XX|X9999*XX|9999~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******BL~ - DMG*D8*19420209*M~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXXX*L***MI*XXX999X99999~ - N3*9999 XXXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX999X99999~ - LX*1~ - SV2*9999**99.99*UN*1~ - DTP*472*D8*20070905~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*3~ - SV2*9999*XX|99999*101*UN*1~ - DTP*472*D8*20070905~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*6~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070905~ - LX*7~ - SV2*9999**5.3*UN*2**5.3~ - DTP*472*D8*20070905~ - SE*68*612951761~ - ST*837*612951762~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*O***MI*99999999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19561217*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071018-20071018~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - HI*XX|9999~ - HI*XX|9999|X9|99999999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXX*T*K***XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - NM1*72*1*XXXX*T*K***XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**99.9*UN*2~ - DTP*472*D8*20071018~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20071018~ - LX*3~ - SV2*9999*XX|99999*567*UN*1~ - DTP*472*D8*20071018~ - LX*4~ - SV2*9999**99.9*UN*1~ - DTP*472*D8*20071018~ - LX*5~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20071018~ - SE*56*612951762~ - ST*837*612951763~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXX*R***MI*999999999X~ - N3*999 X XXXX XX XXX X~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19440526*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070926~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|99999*BF|412*XX|9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - SE*46*612951763~ - ST*837*612951764~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXX XXXXXXXXX XXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXX*S***MI*999999999~ - N3*9999 XXX XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19640228*F~ - NM1*PR*2*XXXXXXX XXXXXXXXX XXXX*****PI*99999~ - N3*XXX99999~ - N4*XXXXXXXXX*NC*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071005-20071005~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*NPN~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071005~ - SE*40*612951764~ - ST*837*612951765~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999X9~ - N3*XXXXXX99 XXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19530331*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - NM1*QD*1*XXXXXXXX*XXXXXXXX~ - N3*9999 XXXXXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071014-20071014~ - CL1*3*1*03~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*BK|412*BJ|412~ - HI*XX|9999*XX|9999*XX|99999*XX|9999~ - NM1*71*1*XXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******MC~ - DMG*D8*19530331*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999999~ - N3*XXXXXX99 XXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXX*****PI*MCD~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*999999999999~ - LX*1~ - SV2*9999*HC|80202*99.9*UN*1~ - DTP*472*D8*20071014~ - SE*53*612951765~ - ST*837*612951766~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXX*XXXX*M***MI*99999999999~ - N3*9999 X XXXX XXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19850705*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**999.9*UN*234~ - DTP*472*D8*20071011~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071011~ - LX*3~ - SV2*9999*XX|99999*9999*UN*1~ - DTP*472*D8*20071011~ - SE*46*612951766~ - ST*837*612951767~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******CI~ - NM1*IL*1*XXXXXXXX*XXXXXXX*K***MI*999999999~ - N3*9999 XXXXX XX XXX X~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19560404*M~ - NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XXXXXXX*GA*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|X9999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*6~ - DTP*472*D8*20071024~ - SE*40*612951767~ - ST*837*612951768~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ - N3*9999 XXXXX XXXX~ - N4*XX XXXXXXXX*VA*99999~ - DMG*D8*19631110*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|9999*XX|X9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXXX*IAN****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070927~ - SE*44*612951768~ - ST*837*612951769~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXXXXX*SUE*E***MI*99999999999~ - N3*999 XXX XXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19491204*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070928-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|X9999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - SE*43*612951769~ - ST*837*612951770~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*999999999X~ - N3*9999 XXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19370518*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070911-20070911~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*BK|V1003*BJ|V1003~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19370518*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*XX99999999~ - N3*9999 XXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - NM1*PR*2*XXX XXXXXXX XXXX*****PI*XXXX9~ - N3*XX XXX 99999~ - N4*XXXXXXXXX*FL*99999~ - NM1*QC*1******MI*XX99999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070911~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070911~ - LX*3~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070911~ - SE*55*612951770~ - ST*837*612951771~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*999999999X~ - N3*XXXXXXXXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19150307*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070911-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19150307*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*9999999999~ - N3*XXXXXXXXX9999 XXXXXXXX XXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX*****PI*XXXX~ - N3*XXX 999999~ - N4*XXXXXXX*GA*99999~ - NM1*QC*1******MI*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070911~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1**99.9~ - DTP*472*D8*20070927~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070927~ - SE*58*612951771~ - ST*837*612951772~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*L***MI*X99999999~ - N3*9999 XXXXXXX XXX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19750314*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071010-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*X9999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071010~ - SE*40*612951772~ - ST*837*612951773~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXXX****MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXX*M***MI*99999999999~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19510215*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070929-20070929~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999~ - HI*XX|9999|X9|99999999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - NM1*72*1*XXXXXX*XXXX****XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999|XX*999.9*UN*1~ - DTP*472*D8*20070929~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070929~ - SE*51*612951773~ - ST*837*612951774~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXX*C***MI*X99999999~ - N3*999 XXXX XXXXXXXX XX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19520325*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXX*PA*99999~ - CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - LX*2~ - SV2*9999*HC|G0202*999.9*UN*1~ - DTP*472*D8*20071009~ - SE*42*612951774~ - ST*837*612951775~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXXX*C***MI*99999999999~ - N3*99999 XXXXXXXX XXXXXX XX~ - N4*XXXXXXXXXXX*VA*99999~ - DMG*D8*19561004*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071011-20071011~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071011~ - SE*37*612951775~ - ST*837*612951776~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*X X XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - REF*G2*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999*FX*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********CI~ - NM1*IL*1*XXXXX*XXXXXX*E***MI*XXX999X9999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*33~ - NM1*QC*1*XXXXX*XXXXX*B***MI*XXX999X9999999~ - N3*9999 XXXX XXXX XXX X~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19860217*M~ - REF*SY*999999999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070922-20070922~ - DTP*435*DT*999999999999~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999*XX|X9999~ - HI*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070922~ - SE*48*612951776~ - ST*837*612951777~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXX*XXXXXXXXXX*D***MI*XXX999999999999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*32~ - NM1*QC*1*XXXXX*XXXXXXX*M***MI*XXX999999999999~ - N3*9999 XXXXXXX XX XXX~ - N4*XXXXXXXXX*PA*99999~ - DMG*D8*19890213*F~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070920-20070920~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20070920~ - SE*45*612951777~ - ST*837*612951778~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXX*XXXXXXX*A***MI*99999999999~ - N3*999 XXXXXXXXXX XX~ - N4*XXXXX*VA*99999~ - DMG*D8*19721220*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|9999*XX|9999*XX|9999*XX|9999~ - HI*XX|9999|X9|99999999~ - HI*XX|999|X9|99999999~ - NM1*71*1*XXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*0B*9999999999~ - NM1*72*1*XXXXX*XXXX****XX*9999999999~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**999.9*UN*8~ - DTP*472*D8*20070928~ - LX*2~ - SV2*9999**99.9*UN*3~ - DTP*472*D8*20070928~ - LX*3~ - SV2*9999**999.9*UN*6~ - DTP*472*D8*20070928~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*5~ - SV2*9999*XX|99999*62*UN*1~ - DTP*472*D8*20070926~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*7~ - SV2*9999*XX|99999*50*UN*1~ - DTP*472*D8*20070926~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*9~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*10~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*11~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070928~ - LX*12~ - SV2*9999**999.9*UN*1~ - DTP*472*D8*20070928~ - LX*13~ - SV2*9999**9999*UN*1~ - DTP*472*D8*20070928~ - SE*80*612951778~ - ST*837*612951779~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999X~ - N3*999 XXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19380628*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070917-20070917~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CH~ - DMG*D8*19380628*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999~ - N3*999 XXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXX*****PI*XXXXXXX~ - N3*XXX 999999~ - N4*XXXXXXXX XXXXX*SC*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070917~ - SE*49*612951779~ - ST*837*612951780~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXX*XXXXXXX*B***MI*X99999999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XXX 999999~ - N4*XX XXXX*TX*99999~ - HL*3*2*23*0~ - PAT*33~ - NM1*QC*1*XXXX*XXXXXX*D***MI*X99999999999~ - N3*9999 XXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19880726*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071008-20071008~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999~ - SBR*S*18*******CI~ - DMG*D8*19880726*F~ - OI***Y***Y~ - NM1*IL*1*XXXX*XXXXXX*D***MI*999999999~ - N3*9 XXXXX XXXX XX~ - N4*XXXXXX*NJ*99999~ - NM1*PR*2*XXXXXXXXX XXX*****PI*XXXX9~ - N3*XXX 999~ - N4*XXXXX XXXXX*NJ*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071008~ - SE*51*612951780~ - ST*837*612951781~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXX*E***MI*999999999X~ - N3*99 XXXXXX XX~ - N4*XX XXXXXXX*VA*99999~ - DMG*D8*19340810*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071002-20071016~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X999*XX|X999~ - HI*XX|9999~ - HI*XX|99|X9|99999999*XX|99|X9|99999999*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19340810*M~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXX*E***MI*9999999~ - N3*99 XXXXXX XX~ - N4*XX XXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXXXXXX XXXX*****PI*XXXX9~ - N3*XX XXX 999~ - N4*XXXXXXX XXXXXXX*KS*99999~ - NM1*QC*1******MI*9999999~ - LX*1~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071002~ - LX*2~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071002~ - LX*3~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071004~ - LX*4~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071004~ - LX*5~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071009~ - LX*6~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071011~ - LX*7~ - SV2*9999*XX|99999|XX*40*UN*1~ - DTP*472*D8*20071011~ - LX*8~ - SV2*9999*XX|99999|XX*99.9*UN*1~ - DTP*472*D8*20071016~ - LX*9~ - SV2*9999*XX|99999|XX*80*UN*2~ - DTP*472*D8*20071016~ - SE*76*612951781~ - ST*837*612951782~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*999999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXX*E***MI*X99999999999~ - N3*9999 XXXXXXX XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19480916*F~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 99999~ - N4*XXXXXXXXX*KY*99999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071010-20071010~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - SBR*S*18*******BL~ - DMG*D8*19480916*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXX*E***MI*XXX9999999999~ - N3*9999 XXXXXXX XXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXX XX XX*****PI*BC1~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - NM1*QC*1******MI*XXX9999999999~ - LX*1~ - SV2*9999*XX|99999*999.99*UN*1~ - DTP*472*D8*20071010~ - SE*46*612951782~ - ST*837*612951783~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******BL~ - NM1*IL*1*XXXXXXX*XXXXX*S***MI*X99999999~ - N3*9999 XXXXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19550621*F~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - CLM*XXX99999*243***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - LX*1~ - SV2*9999*XX|99999*243*UN*1~ - DTP*472*D8*20070927~ - SE*37*612951783~ - ST*837*612951784~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXX*XXXXX*Y***MI*99999999999~ - N3*9999 X XXXXXXXXX XXXXX~ - N4*XXXX XXXXX*VA*99999~ - DMG*D8*19640227*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071022-20071022~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|X9999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071022~ - LX*2~ - SV2*9999*XX|99999*90*UN*1~ - DTP*472*D8*20071022~ - SE*42*612951784~ - ST*837*612951785~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ - N3*9999 XXXXXXXX XXX~ - N4*XXX XXXXXX*VA*99999~ - DMG*D8*19400912*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070907-20070907~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|999*XX|999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*9999X9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19400912*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXX*XXXXXX*L***MI*X99999999999~ - N3*9999 XXXXXXXX XXX~ - N4*XXX XXXXXX*VA*99999~ - NM1*PR*2*XXXXXXXXXX XXXXX*****PI*XXXX9~ - N3*XXX 99999~ - N4*XXXXXXXXX*KY*99999~ - NM1*QC*1******MI*X99999999999~ - LX*1~ - SV2*9999*HC|81001*99.9*UN*1~ - DTP*472*D8*20070907~ - LX*2~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070907~ - SE*52*612951785~ - ST*837*612951786~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXX*XXXXXX*L***MI*XXX999X99999~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXX*XXXX*E***MI*XXX999X99999~ - N3*XXX 999~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19500420*F~ - REF*SY*999999999~ - CLM*XXX99999*100***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071024-20071024~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071024~ - SE*51*612951786~ - ST*837*612951787~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXX XX XX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1A*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P********BL~ - NM1*IL*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ - NM1*PR*2*XXXX XX XX*****PI*99999~ - N3*XXX 99999~ - N4*XXXXXXXX*VA*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ - N3*999 XXXXX XXXX~ - N4*XXXXXXXXXXXXX*VA*99999~ - DMG*D8*19501024*F~ - REF*SY*999999999~ - CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071005-20071005~ - DTP*435*DT*999999999999~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*9999999999~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - LX*1~ - SV2*9999**192*UN*80~ - DTP*472*D8*20071005~ - LX*2~ - SV2*9999*XX|99999*9999.9*UN*1~ - DTP*472*D8*20071005~ - SE*45*612951787~ - ST*837*612951788~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19160909*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070919-20070919~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19160909*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 999999~ - N4*XX XXXX*TX*99999~ - NM1*QC*1******MI*99999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070919~ - SE*49*612951788~ - ST*837*612951789~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - DMG*D8*19160909*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070905-20070905~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|9999*XX|99999*XX|X9999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19160909*F~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ - N3*999 XXXXXXXX XXXX XX~ - N4*XXXXXXX*VA*99999~ - NM1*PR*2*XXXXX*****PI*XXXXX~ - N3*XX XXX 999999~ - N4*XX XXXX*TX*99999~ - NM1*QC*1******MI*99999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070905~ - LX*3~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070905~ - SE*56*612951789~ - ST*837*612951790~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - HL*3*2*23*0~ - PAT*01~ - NM1*QC*1*XXXXXXX*XXXXX*G***MI*99999999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19590225*M~ - REF*SY*999999999~ - CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070924-20070924~ - CL1*1*7*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|99999*XX|X999~ - HI*XX|99999*XX|9999~ - HI*XX|99|X9|99999999~ - NM1*71*1*XXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**9.99*UN*1~ - DTP*472*D8*20070924~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*3~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - LX*5~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*6~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*7~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*8~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*9~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*10~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*11~ - SV2*9999*XX|99999*9*UN*1~ - DTP*472*D8*20070924~ - LX*12~ - SV2*9999*XX|99999*7.8*UN*1~ - DTP*472*D8*20070924~ - LX*13~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*14~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20070924~ - LX*15~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070924~ - SE*87*612951790~ - ST*837*612951791~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ - N3*9999 XXXXXX XXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19620714*F~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*9999***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070927-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*G1*999999~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXX*C*W***XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999**123*UN*15~ - DTP*472*D8*20070927~ - LX*2~ - SV2*9999*XX|99999*9999*UN*1~ - DTP*472*D8*20070927~ - SE*43*612951791~ - ST*837*612951792~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - DMG*D8*19430210*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070926-20070927~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*BF|725~ - NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CI~ - DMG*D8*19430210*M~ - OI***Y***Y~ - NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ - N3*999 XXXXXXXXX XX~ - N4*XXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXX XXXXXXXX XXX XXX*****PI*XXXX9~ - N3*XXXXXXXXXX XXXXXXXXX XXX~ - N4*XXXXXXX XXXX*MD*99999~ - NM1*QC*1******MI*999999999X~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070926~ - LX*3~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070927~ - SE*56*612951792~ - ST*837*612951793~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXXX*D***MI*999999999X~ - N3*999 XXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19240601*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070921-20070921~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070921~ - LX*2~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070921~ - SE*42*612951793~ - ST*837*612951794~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXXX*XXXXXXX*M***MI*999999999X~ - N3*999 XXXXXXXX XX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19690115*M~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070910-20070928~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*1G*X99999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070910~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20070928~ - SE*42*612951794~ - ST*837*612951795~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*99999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*1~ - SBR*P**999999******CI~ - NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ - NM1*PR*2*XXXXX*****PI*99999~ - N3*XX XXX 9999~ - N4*XXXXXXXX*PA*99999~ - HL*3*2*23*0~ - PAT*19~ - NM1*QC*1*XXXXXX*XXXXXXXX*M***MI*X9999999999~ - N3*9999 XXXXXXXX XX~ - N4*XXXXXXXXXX*VA*99999~ - DMG*D8*19990324*F~ - REF*SY*999999999~ - CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071009-20071009~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|9999*XX|9999~ - HI*XX|99|X9|99999999~ - HI*XX|99|||99~ - NM1*71*1*XXXX*XXXXXX****XX*9999999999~ - PRV*AT*ZZ*999999999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071009~ - SE*45*612951795~ - ST*837*612951796~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*1C*999999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*******MA~ - NM1*IL*1*XXXXX*XXXXXXXXX****MI*999999999X~ - N3*9999 XXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - DMG*D8*19290715*F~ - NM1*PR*2*XXXXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXXXXX*WI*99999~ - CLM*XXX99999*81***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20070904-20070904~ - CL1**1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999XX9999X~ - REF*1G*X99999~ - SBR*S*18*******CH~ - DMG*D8*19290715*F~ - OI***Y***Y~ - NM1*IL*1*XXXXX*XXXXXXXXX*N***MI*999999999~ - N3*9999 XXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - NM1*PR*2*XXXXXXX*****PI*XXXXXXXX~ - N3*XXX 9999~ - N4*XXXXXXX*WI*99999~ - NM1*QC*1******MI*999999999~ - LX*1~ - SV2*9999*XX|99999*81*UN*1~ - DTP*472*D8*20070904~ - SE*50*612951796~ - ST*837*612951797~ - BHT*9999*00*999999999*20071031*999999*CH~ - REF*87*999999X999X9~ - NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ - PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ - NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ - HL*1**20*1~ - PRV*BI*ZZ*999X99999X~ - NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*999 XXXXXXXX XXXXXX~ - N4*XXXXXXXXXXXX*VA*99999~ - REF*EI*999999999~ - REF*G2*9999~ - PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ - NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ - N3*XXX 999~ - N4*XXXXXXXXXXXX*VA*99999~ - HL*2*1*22*0~ - SBR*P*18*999999******CI~ - NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*99999999999~ - N3*9999 XXXXXXXX XXXX~ - N4*XXXXXX*VA*99999~ - DMG*D8*19760828*M~ - NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ - N3*XXX 9999~ - N4*XXXXXX*KY*99999~ - CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ - DTP*434*RD8*20071023-20071023~ - CL1*3*1*01~ - REF*D9*99999999999999999XXX9999XXXXX-~ - REF*EA*X999999999~ - HI*XX|99999*XX|99999~ - HI*XX|99999~ - NM1*71*1*XXXXX*XXXXX****XX*9999999999~ - PRV*AT*ZZ*999X99999X~ - REF*0B*9999999999~ - LX*1~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*2~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*3~ - SV2*9999*HC|81001*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*4~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*5~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*6~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*7~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20071023~ - LX*8~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20071023~ - LX*9~ - SV2*9999*XX|99999*67*UN*1~ - DTP*472*D8*20071023~ - LX*10~ - SV2*9999*XX|99999*99.9*UN*2~ - DTP*472*D8*20071023~ - LX*11~ - SV2*9999*XX|99999*99.9*UN*1~ - DTP*472*D8*20071023~ - LX*12~ - SV2*9999*XX|99999*999.9*UN*1~ - DTP*472*D8*20071023~ - SE*73*612951797~ - GE*54*612200041~ +ISA*00* *00* *ZZ*580977458 *ZZ*12345678 *110808*2344*U*00401*612200041*1*P*|~ + GS*HC*580977458*12345678*20110808*2344*612200041*X*004010X096A1~ + ST*837*612951744~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + REF*G2*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXX*XXXXXXX****MI*XXX99999999X~ + N3*9999 XXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19831102*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + SE*42*612951744~ + ST*837*612951745~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*S*E***MI*X99999999~ + N3*999 XXXXXX XXXX XXX X9~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19880307*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*VAA21214*459.25***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**999.99*UN*6~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + SE*46*612951745~ + ST*837*612951746~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXX*XXXXXX*M***MI*X99999999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXX*FL*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXX*XXXXX*O***MI*X99999999999~ + N3*99 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*20020606*F~ + REF*SY*999999999~ + CLM*VAA21201*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*1*7*02~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*7~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*9~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + SE*69*612951746~ + ST*837*612951747~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXX*R***MI*X99999999~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19560319*M~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071024~ + SE*39*612951747~ + ST*837*612951748~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XXXX XX XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19521024*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071001-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|X9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071001~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071010~ + SE*43*612951748~ + ST*837*612951749~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXX*XXXXXX*L***MI*999999999X~ + N3*999 XXXX XX XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19521024*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070914-20070924~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|X9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070914~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + SE*43*612951749~ + ST*837*612951750~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CI~ + NM1*IL*1*XXXXXXXX*XXXX*L***MI*999999999~ + N3*999 XXXX XXX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19550722*M~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XX XXX 999999~ + N4*XXXXXXX*GA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + SE*46*612951750~ + ST*837*612951751~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*99X999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19261225*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20070926-20070930~ + DTP*435*DT*999999999999~ + CL1*3*1*02~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999999999999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*DR|430~ + HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ + QTY*CA*4*DA~ + NM1*71*1*BAE*XXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19261225*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + REF*G1*9999999999~ + NM1*QC*1******MI*XXX999999999999~ + LX*1~ + SV2*9999**9999*DA*4*950~ + LX*2~ + SV2*9999**999.9*UN*76~ + LX*3~ + SV2*9999**4*UN*4~ + LX*4~ + SV2*9999**999.9*UN*8~ + LX*5~ + SV2*9999**999.9*UN*3~ + SE*63*612951751~ + ST*837*612951752~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19261225*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20070930-20071002~ + DTP*435*DT*999999999999~ + CL1*3*1*65~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|999~ + HI*XX|9999*XX|99999*XX|9999*XX|9999*XX|99999*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|99999*XX|9999~ + HI*XX|9999*XX|9999*XX|9999*XX|9999*XX|99999*XX|9999~ + QTY*CA*2*DA~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19261225*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + REF*G1*9999999999~ + NM1*QC*1******MI*XXX999999999999~ + LX*1~ + SV2*9999**9999.9*DA*2*999.9~ + LX*2~ + SV2*9999**999.99*UN*33~ + LX*3~ + SV2*9999**157.08*UN*9~ + LX*4~ + SV2*9999**5*UN*5~ + LX*5~ + SV2*9999**178*UN*4~ + LX*6~ + SV2*9999**999.9*UN*4~ + LX*7~ + SV2*9999**150*UN*1~ + LX*8~ + SV2*9999**999.9*UN*3~ + SE*69*612951752~ + ST*837*612951753~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19261225*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*096*TM*9999~ + DTP*434*RD8*20070924-20070926~ + DTP*435*DT*999999999999~ + CL1*3*1*65~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*DR|320~ + HI*XX|9999*XX|99999*XX|9999*XX|9999*BF|311*XX|9999*XX|9999*XX|99999~ + HI*XX|9999|X9|99999999~ + QTY*CA*2*DA~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + NM1*72*1*XXXXXXX*XXXXXXX****XX*9999999999~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19261225*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXXX*L***MI*XXX999999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + REF*G1*9999999999~ + NM1*QC*1******MI*XXX999999999999~ + LX*1~ + SV2*9999**9999.9*DA*1*9999.9~ + LX*2~ + SV2*9999**9999.9*DA*1*9999.9~ + LX*3~ + SV2*9999**999.9*UN*42~ + LX*4~ + SV2*9999**99.99*UN*3~ + LX*5~ + SV2*9999**4*UN*4~ + LX*6~ + SV2*9999**9999.9*UN*25~ + LX*7~ + SV2*9999**999.9*UN*1~ + LX*8~ + SV2*9999**766*UN*1~ + LX*9~ + SV2*9999**150*UN*1~ + LX*10~ + SV2*9999**999.9*UN*1~ + LX*11~ + SV2*9999**9999.9*UN*3~ + LX*12~ + SV2*9999**999.9*UN*2~ + SE*79*612951753~ + ST*837*612951754~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXXXX*XXXXXXX****MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXXXX*XXXXXXX*L***MI*X9999999999~ + N3*9999 XXXXXXX XXXX~ + N4*XXXXXXX XXXX*VA*99999~ + DMG*D8*19960911*M~ + REF*SY*999999999~ + CLM*VAA20104*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070922-20070922~ + CL1*3*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999*XX|X999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + SE*45*612951754~ + ST*837*612951755~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXX*XXXXXX*J***MI*XXX999X99999~ + N3*999 XXXXXX XXXX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19470910*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071025-20071025~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071025~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071025~ + SE*43*612951755~ + ST*837*612951756~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXXXXX XXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*S*18*******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*9999999~ + N3*999 XXXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19290310*F~ + NM1*PR*2*XXXXXXXXXXX XXXXXXX*****PI*XXXX9~ + N3*XXX 99999~ + N4*XXXXXXX*KS*99999~ + CLM*XXX99999*999.99***99|X|9*M*A*Y*Y*********N~ + DTP*434*RD8*20070922-20070922~ + CL1*1*7*01~ + AMT*C5*99.99~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|X9|||99.99~ + NM1*71*1*XXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + SBR*P*18*******MA~ + AMT*C4*999.99~ + DMG*D8*19290310*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXX*E***MI*999999999X~ + N3*999 XXXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*71*1~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.99*UN*1**99.99~ + DTP*472*D8*20070922~ + LX*2~ + SV2*9999*XX|99999|99*999.9*UN*1~ + DTP*472*D8*20070922~ + LX*3~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + SE*58*612951756~ + ST*837*612951757~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*H***MI*XXX999X99999~ + N3*9999 XXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19430820*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071008~ + SE*41*612951757~ + ST*837*612951758~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXXX*XXXXXXX*R***MI*X99999999~ + N3*999 XXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19751228*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*3~ + SV2*9999*XX|99999*75*UN*1~ + DTP*472*D8*20070921~ + LX*4~ + SV2*9999*HC|71020*999.9*UN*1~ + DTP*472*D8*20070921~ + LX*5~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070921~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + SE*55*612951758~ + ST*837*612951759~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*XXXXXXXX*XXXXX*H***MI*999999999~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XX XXX 999999~ + N4*XXXXXXX*GA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXXXX*XXXXXX*P***MI*999999999~ + N3*9999 X X 99XX XX~ + N4*XXXXXXXXX*FL*99999~ + DMG*D8*19860629*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071024~ + SE*43*612951759~ + ST*837*612951760~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXXX*XXXXX*H***MI*XXX999999999~ + N3*99999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19460530*M~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*9999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070925-20070925~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|99999*XX|9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999**999.99*UN*1~ + DTP*472*D8*20070925~ + LX*2~ + SV2*9999*XX|99999*221*UN*1~ + DTP*472*D8*20070925~ + LX*3~ + SV2*9999*XX|99999*766*UN*1~ + DTP*472*D8*20070925~ + LX*4~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070925~ + SE*51*612951760~ + ST*837*612951761~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXXX*L***MI*999999999X~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19420209*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070905-20070905~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|999*BJ|V1006~ + HI*BF|V1006*XX|X9999*XX|9999~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******BL~ + DMG*D8*19420209*M~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXXX*L***MI*XXX999X99999~ + N3*9999 XXXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX999X99999~ + LX*1~ + SV2*9999**99.99*UN*1~ + DTP*472*D8*20070905~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*3~ + SV2*9999*XX|99999*101*UN*1~ + DTP*472*D8*20070905~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*6~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070905~ + LX*7~ + SV2*9999**5.3*UN*2**5.3~ + DTP*472*D8*20070905~ + SE*68*612951761~ + ST*837*612951762~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*O***MI*99999999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19561217*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071018-20071018~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + HI*XX|9999~ + HI*XX|9999|X9|99999999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXX*T*K***XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + NM1*72*1*XXXX*T*K***XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**99.9*UN*2~ + DTP*472*D8*20071018~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20071018~ + LX*3~ + SV2*9999*XX|99999*567*UN*1~ + DTP*472*D8*20071018~ + LX*4~ + SV2*9999**99.9*UN*1~ + DTP*472*D8*20071018~ + LX*5~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20071018~ + SE*56*612951762~ + ST*837*612951763~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXX*R***MI*999999999X~ + N3*999 X XXXX XX XXX X~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19440526*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070926~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|99999*BF|412*XX|9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + SE*46*612951763~ + ST*837*612951764~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXX XXXXXXXXX XXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXX*S***MI*999999999~ + N3*9999 XXX XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19640228*F~ + NM1*PR*2*XXXXXXX XXXXXXXXX XXXX*****PI*99999~ + N3*XXX99999~ + N4*XXXXXXXXX*NC*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071005-20071005~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*NPN~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071005~ + SE*40*612951764~ + ST*837*612951765~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999X9~ + N3*XXXXXX99 XXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19530331*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + NM1*QD*1*XXXXXXXX*XXXXXXXX~ + N3*9999 XXXXXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071014-20071014~ + CL1*3*1*03~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*BK|412*BJ|412~ + HI*XX|9999*XX|9999*XX|99999*XX|9999~ + NM1*71*1*XXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******MC~ + DMG*D8*19530331*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXX*XXXXXX*E***MI*999999999999~ + N3*XXXXXX99 XXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXX*****PI*MCD~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*999999999999~ + LX*1~ + SV2*9999*HC|80202*99.9*UN*1~ + DTP*472*D8*20071014~ + SE*53*612951765~ + ST*837*612951766~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXX*XXXX*M***MI*99999999999~ + N3*9999 X XXXX XXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19850705*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**999.9*UN*234~ + DTP*472*D8*20071011~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071011~ + LX*3~ + SV2*9999*XX|99999*9999*UN*1~ + DTP*472*D8*20071011~ + SE*46*612951766~ + ST*837*612951767~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXX XXXXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******CI~ + NM1*IL*1*XXXXXXXX*XXXXXXX*K***MI*999999999~ + N3*9999 XXXXX XX XXX X~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19560404*M~ + NM1*PR*2*XXXXXX XXXXXXXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XXXXXXX*GA*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|X9999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*6~ + DTP*472*D8*20071024~ + SE*40*612951767~ + ST*837*612951768~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*XXXXX*L***MI*99999999999~ + N3*9999 XXXXX XXXX~ + N4*XX XXXXXXXX*VA*99999~ + DMG*D8*19631110*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|9999*XX|X9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXXX*IAN****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070927~ + SE*44*612951768~ + ST*837*612951769~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXXXXX*SUE*E***MI*99999999999~ + N3*999 XXX XXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19491204*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070928-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|X9999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + SE*43*612951769~ + ST*837*612951770~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*999999999X~ + N3*9999 XXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19370518*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070911-20070911~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*BK|V1003*BJ|V1003~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19370518*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXXX*XXXXXX*J***MI*XX99999999~ + N3*9999 XXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + NM1*PR*2*XXX XXXXXXX XXXX*****PI*XXXX9~ + N3*XX XXX 99999~ + N4*XXXXXXXXX*FL*99999~ + NM1*QC*1******MI*XX99999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070911~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070911~ + LX*3~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070911~ + SE*55*612951770~ + ST*837*612951771~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*999999999X~ + N3*XXXXXXXXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19150307*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070911-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19150307*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXXXXX*XXXXX*D***MI*9999999999~ + N3*XXXXXXXXX9999 XXXXXXXX XXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX*****PI*XXXX~ + N3*XXX 999999~ + N4*XXXXXXX*GA*99999~ + NM1*QC*1******MI*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070911~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1**99.9~ + DTP*472*D8*20070927~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070927~ + SE*58*612951771~ + ST*837*612951772~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*L***MI*X99999999~ + N3*9999 XXXXXXX XXX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19750314*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071010-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*X9999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071010~ + SE*40*612951772~ + ST*837*612951773~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXXX****MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXX*M***MI*99999999999~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19510215*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070929-20070929~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999~ + HI*XX|9999|X9|99999999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + NM1*72*1*XXXXXX*XXXX****XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999|XX*999.9*UN*1~ + DTP*472*D8*20070929~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070929~ + SE*51*612951773~ + ST*837*612951774~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXX*C***MI*X99999999~ + N3*999 XXXX XXXXXXXX XX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19520325*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXX*PA*99999~ + CLM*XXX99999*170***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + LX*2~ + SV2*9999*HC|G0202*999.9*UN*1~ + DTP*472*D8*20071009~ + SE*42*612951774~ + ST*837*612951775~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXXX*C***MI*99999999999~ + N3*99999 XXXXXXXX XXXXXX XX~ + N4*XXXXXXXXXXX*VA*99999~ + DMG*D8*19561004*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071011-20071011~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071011~ + SE*37*612951775~ + ST*837*612951776~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*X X XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + REF*G2*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999*FX*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********CI~ + NM1*IL*1*XXXXX*XXXXXX*E***MI*XXX999X9999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*33~ + NM1*QC*1*XXXXX*XXXXX*B***MI*XXX999X9999999~ + N3*9999 XXXX XXXX XXX X~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19860217*M~ + REF*SY*999999999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070922-20070922~ + DTP*435*DT*999999999999~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999*XX|X9999~ + HI*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXXXX*XXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070922~ + SE*48*612951776~ + ST*837*612951777~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXX*XXXXXXXXXX*D***MI*XXX999999999999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*32~ + NM1*QC*1*XXXXX*XXXXXXX*M***MI*XXX999999999999~ + N3*9999 XXXXXXX XX XXX~ + N4*XXXXXXXXX*PA*99999~ + DMG*D8*19890213*F~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070920-20070920~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20070920~ + SE*45*612951777~ + ST*837*612951778~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXX*XXXXXXX*A***MI*99999999999~ + N3*999 XXXXXXXXXX XX~ + N4*XXXXX*VA*99999~ + DMG*D8*19721220*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|9999*XX|9999*XX|9999*XX|9999~ + HI*XX|9999|X9|99999999~ + HI*XX|999|X9|99999999~ + NM1*71*1*XXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*0B*9999999999~ + NM1*72*1*XXXXX*XXXX****XX*9999999999~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**999.9*UN*8~ + DTP*472*D8*20070928~ + LX*2~ + SV2*9999**99.9*UN*3~ + DTP*472*D8*20070928~ + LX*3~ + SV2*9999**999.9*UN*6~ + DTP*472*D8*20070928~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*5~ + SV2*9999*XX|99999*62*UN*1~ + DTP*472*D8*20070926~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*7~ + SV2*9999*XX|99999*50*UN*1~ + DTP*472*D8*20070926~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*9~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*10~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*11~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070928~ + LX*12~ + SV2*9999**999.9*UN*1~ + DTP*472*D8*20070928~ + LX*13~ + SV2*9999**9999*UN*1~ + DTP*472*D8*20070928~ + SE*80*612951778~ + ST*837*612951779~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999X~ + N3*999 XXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19380628*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070917-20070917~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CH~ + DMG*D8*19380628*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXXXX*J***MI*999999999~ + N3*999 XXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXX*****PI*XXXXXXX~ + N3*XXX 999999~ + N4*XXXXXXXX XXXXX*SC*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070917~ + SE*49*612951779~ + ST*837*612951780~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXX*XXXXXXX*B***MI*X99999999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XXX 999999~ + N4*XX XXXX*TX*99999~ + HL*3*2*23*0~ + PAT*33~ + NM1*QC*1*XXXX*XXXXXX*D***MI*X99999999999~ + N3*9999 XXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19880726*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071008-20071008~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999~ + SBR*S*18*******CI~ + DMG*D8*19880726*F~ + OI***Y***Y~ + NM1*IL*1*XXXX*XXXXXX*D***MI*999999999~ + N3*9 XXXXX XXXX XX~ + N4*XXXXXX*NJ*99999~ + NM1*PR*2*XXXXXXXXX XXX*****PI*XXXX9~ + N3*XXX 999~ + N4*XXXXX XXXXX*NJ*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071008~ + SE*51*612951780~ + ST*837*612951781~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXX*E***MI*999999999X~ + N3*99 XXXXXX XX~ + N4*XX XXXXXXX*VA*99999~ + DMG*D8*19340810*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071002-20071016~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X999*XX|X999~ + HI*XX|9999~ + HI*XX|99|X9|99999999*XX|99|X9|99999999*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19340810*M~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXX*E***MI*9999999~ + N3*99 XXXXXX XX~ + N4*XX XXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXXXXXX XXXX*****PI*XXXX9~ + N3*XX XXX 999~ + N4*XXXXXXX XXXXXXX*KS*99999~ + NM1*QC*1******MI*9999999~ + LX*1~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071002~ + LX*2~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071002~ + LX*3~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071004~ + LX*4~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071004~ + LX*5~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071009~ + LX*6~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071011~ + LX*7~ + SV2*9999*XX|99999|XX*40*UN*1~ + DTP*472*D8*20071011~ + LX*8~ + SV2*9999*XX|99999|XX*99.9*UN*1~ + DTP*472*D8*20071016~ + LX*9~ + SV2*9999*XX|99999|XX*80*UN*2~ + DTP*472*D8*20071016~ + SE*76*612951781~ + ST*837*612951782~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*999999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXX*E***MI*X99999999999~ + N3*9999 XXXXXXX XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19480916*F~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 99999~ + N4*XXXXXXXXX*KY*99999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071010-20071010~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + SBR*S*18*******BL~ + DMG*D8*19480916*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXX*E***MI*XXX9999999999~ + N3*9999 XXXXXXX XXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXX XX XX*****PI*BC1~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + NM1*QC*1******MI*XXX9999999999~ + LX*1~ + SV2*9999*XX|99999*999.99*UN*1~ + DTP*472*D8*20071010~ + SE*46*612951782~ + ST*837*612951783~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******BL~ + NM1*IL*1*XXXXXXX*XXXXX*S***MI*X99999999~ + N3*9999 XXXXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19550621*F~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + CLM*XXX99999*243***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + LX*1~ + SV2*9999*XX|99999*243*UN*1~ + DTP*472*D8*20070927~ + SE*37*612951783~ + ST*837*612951784~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXX*XXXXX*Y***MI*99999999999~ + N3*9999 X XXXXXXXXX XXXXX~ + N4*XXXX XXXXX*VA*99999~ + DMG*D8*19640227*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071022-20071022~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|X9999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071022~ + LX*2~ + SV2*9999*XX|99999*90*UN*1~ + DTP*472*D8*20071022~ + SE*42*612951784~ + ST*837*612951785~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*999999999X~ + N3*9999 XXXXXXXX XXX~ + N4*XXX XXXXXX*VA*99999~ + DMG*D8*19400912*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070907-20070907~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|999*XX|999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*9999X9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19400912*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXX*XXXXXX*L***MI*X99999999999~ + N3*9999 XXXXXXXX XXX~ + N4*XXX XXXXXX*VA*99999~ + NM1*PR*2*XXXXXXXXXX XXXXX*****PI*XXXX9~ + N3*XXX 99999~ + N4*XXXXXXXXX*KY*99999~ + NM1*QC*1******MI*X99999999999~ + LX*1~ + SV2*9999*HC|81001*99.9*UN*1~ + DTP*472*D8*20070907~ + LX*2~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070907~ + SE*52*612951785~ + ST*837*612951786~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXX*XXXXXX*L***MI*XXX999X99999~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXX*XXXX*E***MI*XXX999X99999~ + N3*XXX 999~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19500420*F~ + REF*SY*999999999~ + CLM*XXX99999*100***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071024-20071024~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071024~ + SE*51*612951786~ + ST*837*612951787~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXX XX XX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1A*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P********BL~ + NM1*IL*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ + NM1*PR*2*XXXX XX XX*****PI*99999~ + N3*XXX 99999~ + N4*XXXXXXXX*VA*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXX*XXXXXX****MI*XXX9999999XX~ + N3*999 XXXXX XXXX~ + N4*XXXXXXXXXXXXX*VA*99999~ + DMG*D8*19501024*F~ + REF*SY*999999999~ + CLM*XXX99999*9999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071005-20071005~ + DTP*435*DT*999999999999~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*9999999999~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + LX*1~ + SV2*9999**192*UN*80~ + DTP*472*D8*20071005~ + LX*2~ + SV2*9999*XX|99999*9999.9*UN*1~ + DTP*472*D8*20071005~ + SE*45*612951787~ + ST*837*612951788~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19160909*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070919-20070919~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19160909*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 999999~ + N4*XX XXXX*TX*99999~ + NM1*QC*1******MI*99999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070919~ + SE*49*612951788~ + ST*837*612951789~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*999999999X~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + DMG*D8*19160909*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070905-20070905~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|9999*XX|99999*XX|X9999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19160909*F~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*XXXX*V***MI*99999999999~ + N3*999 XXXXXXXX XXXX XX~ + N4*XXXXXXX*VA*99999~ + NM1*PR*2*XXXXX*****PI*XXXXX~ + N3*XX XXX 999999~ + N4*XX XXXX*TX*99999~ + NM1*QC*1******MI*99999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070905~ + LX*3~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070905~ + SE*56*612951789~ + ST*837*612951790~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + HL*3*2*23*0~ + PAT*01~ + NM1*QC*1*XXXXXXX*XXXXX*G***MI*99999999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19590225*M~ + REF*SY*999999999~ + CLM*XXX99999*999.99***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070924-20070924~ + CL1*1*7*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|99999*XX|X999~ + HI*XX|99999*XX|9999~ + HI*XX|99|X9|99999999~ + NM1*71*1*XXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**9.99*UN*1~ + DTP*472*D8*20070924~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*3~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + LX*5~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*6~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*7~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*8~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*9~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*10~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*11~ + SV2*9999*XX|99999*9*UN*1~ + DTP*472*D8*20070924~ + LX*12~ + SV2*9999*XX|99999*7.8*UN*1~ + DTP*472*D8*20070924~ + LX*13~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*14~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20070924~ + LX*15~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070924~ + SE*87*612951790~ + ST*837*612951791~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXX*W***MI*99999999999~ + N3*9999 XXXXXX XXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19620714*F~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*9999***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070927-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*G1*999999~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXX*C*W***XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999**123*UN*15~ + DTP*472*D8*20070927~ + LX*2~ + SV2*9999*XX|99999*9999*UN*1~ + DTP*472*D8*20070927~ + SE*43*612951791~ + ST*837*612951792~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + DMG*D8*19430210*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070926-20070927~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*BF|725~ + NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CI~ + DMG*D8*19430210*M~ + OI***Y***Y~ + NM1*IL*1*XXXXXXX*TEX*L***MI*999999999X~ + N3*999 XXXXXXXXX XX~ + N4*XXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXX XXXXXXXX XXX XXX*****PI*XXXX9~ + N3*XXXXXXXXXX XXXXXXXXX XXX~ + N4*XXXXXXX XXXX*MD*99999~ + NM1*QC*1******MI*999999999X~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070926~ + LX*3~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070927~ + SE*56*612951792~ + ST*837*612951793~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXXX*D***MI*999999999X~ + N3*999 XXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19240601*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070921-20070921~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + NM1*71*1*XXXXXXXX*XXXXXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070921~ + LX*2~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070921~ + SE*42*612951793~ + ST*837*612951794~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXXX*XXXXXXX*M***MI*999999999X~ + N3*999 XXXXXXXX XX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19690115*M~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070910-20070928~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + NM1*71*1*XXXXXXX*XXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*1G*X99999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070910~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20070928~ + SE*42*612951794~ + ST*837*612951795~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*99999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*1~ + SBR*P**999999******CI~ + NM1*IL*1*XXXXXX*XXXXX****MI*X99999999~ + NM1*PR*2*XXXXX*****PI*99999~ + N3*XX XXX 9999~ + N4*XXXXXXXX*PA*99999~ + HL*3*2*23*0~ + PAT*19~ + NM1*QC*1*XXXXXX*XXXXXXXX*M***MI*X9999999999~ + N3*9999 XXXXXXXX XX~ + N4*XXXXXXXXXX*VA*99999~ + DMG*D8*19990324*F~ + REF*SY*999999999~ + CLM*XXX99999*99.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071009-20071009~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|9999*XX|9999~ + HI*XX|99|X9|99999999~ + HI*XX|99|||99~ + NM1*71*1*XXXX*XXXXXX****XX*9999999999~ + PRV*AT*ZZ*999999999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071009~ + SE*45*612951795~ + ST*837*612951796~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*1C*999999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*******MA~ + NM1*IL*1*XXXXX*XXXXXXXXX****MI*999999999X~ + N3*9999 XXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + DMG*D8*19290715*F~ + NM1*PR*2*XXXXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXXXXX*WI*99999~ + CLM*XXX99999*81***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20070904-20070904~ + CL1**1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999XX9999X~ + REF*1G*X99999~ + SBR*S*18*******CH~ + DMG*D8*19290715*F~ + OI***Y***Y~ + NM1*IL*1*XXXXX*XXXXXXXXX*N***MI*999999999~ + N3*9999 XXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + NM1*PR*2*XXXXXXX*****PI*XXXXXXXX~ + N3*XXX 9999~ + N4*XXXXXXX*WI*99999~ + NM1*QC*1******MI*999999999~ + LX*1~ + SV2*9999*XX|99999*81*UN*1~ + DTP*472*D8*20070904~ + SE*50*612951796~ + ST*837*612951797~ + BHT*9999*00*999999999*20071031*999999*CH~ + REF*87*999999X999X9~ + NM1*41*2*XXX, XXXXXX XXXXXXXXXXX XXXXXXXX*****46*999999999~ + PER*IC*XXXXXXXXXXXXX XXXXXXXXXX*TE*9999999999*FX*9999999999*EM*XXXXXXX@XXXXXXXXX.XXX~ + NM1*40*2*XXXXXXXX XXXXXX*****46*99999999~ + HL*1**20*1~ + PRV*BI*ZZ*999X99999X~ + NM1*85*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*999 XXXXXXXX XXXXXX~ + N4*XXXXXXXXXXXX*VA*99999~ + REF*EI*999999999~ + REF*G2*9999~ + PER*IC*XXXXXXXXXX XXXXXXXX XXXXXXXX*TE*9999999999~ + NM1*87*2*XXXXXXXXXX XXXXXXXX XXXXXXXX*****XX*9999999999~ + N3*XXX 999~ + N4*XXXXXXXXXXXX*VA*99999~ + HL*2*1*22*0~ + SBR*P*18*999999******CI~ + NM1*IL*1*XXXXXXX*XXXXXXX*D***MI*99999999999~ + N3*9999 XXXXXXXX XXXX~ + N4*XXXXXX*VA*99999~ + DMG*D8*19760828*M~ + NM1*PR*2*XXXXXXXX XXXXXX*****PI*99999~ + N3*XXX 9999~ + N4*XXXXXX*KY*99999~ + CLM*XXX99999*999.9***99|X|9*Y*A*Y*Y*********N~ + DTP*434*RD8*20071023-20071023~ + CL1*3*1*01~ + REF*D9*99999999999999999XXX9999XXXXX-~ + REF*EA*X999999999~ + HI*XX|99999*XX|99999~ + HI*XX|99999~ + NM1*71*1*XXXXX*XXXXX****XX*9999999999~ + PRV*AT*ZZ*999X99999X~ + REF*0B*9999999999~ + LX*1~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*2~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*3~ + SV2*9999*HC|81001*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*4~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*5~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*6~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*7~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20071023~ + LX*8~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20071023~ + LX*9~ + SV2*9999*XX|99999*67*UN*1~ + DTP*472*D8*20071023~ + LX*10~ + SV2*9999*XX|99999*99.9*UN*2~ + DTP*472*D8*20071023~ + LX*11~ + SV2*9999*XX|99999*99.9*UN*1~ + DTP*472*D8*20071023~ + LX*12~ + SV2*9999*XX|99999*999.9*UN*1~ + DTP*472*D8*20071023~ + SE*73*612951797~ + GE*54*612200041~ IEA*1*612200041~ \ No newline at end of file diff --git a/tests/OopFactory.X12.Validation.Tests.Unit/Properties/AssemblyInfo.cs b/tests/X12.Validation.Tests.Unit/Properties/AssemblyInfo.cs similarity index 88% rename from tests/OopFactory.X12.Validation.Tests.Unit/Properties/AssemblyInfo.cs rename to tests/X12.Validation.Tests.Unit/Properties/AssemblyInfo.cs index 2f9a322f..a8090a0c 100644 --- a/tests/OopFactory.X12.Validation.Tests.Unit/Properties/AssemblyInfo.cs +++ b/tests/X12.Validation.Tests.Unit/Properties/AssemblyInfo.cs @@ -1,35 +1,35 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("OopFactory.X12.Validation.Tests.Unit")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("OopFactory.X12.Validation.Tests.Unit")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f593f435-9237-4af6-8527-0e318c748bc7")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("X12.Validation.Tests.Unit")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("X12.Validation.Tests.Unit")] +[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f593f435-9237-4af6-8527-0e318c748bc7")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/tests/OopFactory.X12.Validation.Tests.Unit/OopFactory.X12.Validation.Tests.Unit.csproj b/tests/X12.Validation.Tests.Unit/X12.Validation.Tests.Unit.csproj similarity index 53% rename from tests/OopFactory.X12.Validation.Tests.Unit/OopFactory.X12.Validation.Tests.Unit.csproj rename to tests/X12.Validation.Tests.Unit/X12.Validation.Tests.Unit.csproj index 055ecf98..c14539f8 100644 --- a/tests/OopFactory.X12.Validation.Tests.Unit/OopFactory.X12.Validation.Tests.Unit.csproj +++ b/tests/X12.Validation.Tests.Unit/X12.Validation.Tests.Unit.csproj @@ -1,77 +1,96 @@ - - - - Debug - AnyCPU - - - 2.0 - {9A5654D7-0DF6-448C-A803-41F6AE62E175} - Library - Properties - OopFactory.X12.Validation.Tests.Unit - OopFactory.X12.Validation.Tests.Unit - v4.0 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - SAK - SAK - SAK - SAK - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - 3.5 - - - - - - False - - - - - - - - - {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} - OopFactory.X12.Validation - - - {AFE1BBBC-B957-461C-9022-B45D3DB117C9} - OopFactory.X12 - - - - - - - + + + + + + Debug + AnyCPU + + + 2.0 + {9A5654D7-0DF6-448C-A803-41F6AE62E175} + Library + Properties + X12.Validation.Tests.Unit + X12.Validation.Tests.Unit + v4.6.1 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + SAK + SAK + SAK + SAK + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + + + + ..\..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll + + + + 3.5 + + + + + + False + + + + + + + + + {74a34062-7cf9-41b5-9f36-a0367c9afa2f} + X12.Shared + + + {65B52E5E-4105-4A4B-AB14-D16DFC3942A4} + X12.Validation + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/tests/OopFactory.X12.Validation.Tests.Unit/X12AcknowledgmentServiceTester.cs b/tests/X12.Validation.Tests.Unit/X12AcknowledgmentServiceTester.cs similarity index 54% rename from tests/OopFactory.X12.Validation.Tests.Unit/X12AcknowledgmentServiceTester.cs rename to tests/X12.Validation.Tests.Unit/X12AcknowledgmentServiceTester.cs index b374095a..04222718 100644 --- a/tests/OopFactory.X12.Validation.Tests.Unit/X12AcknowledgmentServiceTester.cs +++ b/tests/X12.Validation.Tests.Unit/X12AcknowledgmentServiceTester.cs @@ -1,44 +1,37 @@ -using System; -using System.Text; -using System.Collections.Generic; -using System.Linq; -using System.IO; -using System.Diagnostics; -using System.Reflection; -using Microsoft.VisualStudio.TestTools.UnitTesting; -using OopFactory.X12.Parsing.Model; -using OopFactory.X12.Validation; -using OopFactory.X12.Validation.Model; - -namespace OopFactory.X12.Validation.Tests.Unit -{ - [TestClass] - public class X12AcknowledgmentServiceTester - { - private Stream GetEdi(string filename) - { - return Assembly.GetExecutingAssembly().GetManifestResourceStream("OopFactory.X12.Validation.Tests.Unit.Data." + filename); - } - - - [TestMethod] - public void Acknowledge837ITest() - { - var service = new InstitutionalClaimAcknowledgmentService(); - var responses = service.AcknowledgeTransactions(GetEdi("837I_4010_Batch1.txt")); - - Assert.AreEqual(1, responses.Count); - var response = responses.First(); - Assert.AreEqual("612200041", response.GroupControlNumber); - Assert.AreEqual(54, response.TransactionSetResponses.Count); - - var interchange = new Interchange(DateTime.Now, 1, true); - var group = interchange.AddFunctionGroup("FA", DateTime.Now, 1); - group.VersionIdentifierCode = "005010X231A1"; - group.Add999Transaction(responses); - - Trace.WriteLine(interchange.SerializeToX12(true)); - - } - } -} +namespace X12.Validation.Tests.Unit +{ + using System; + using System.IO; + using System.Linq; + using System.Reflection; + + using NUnit.Framework; + + using X12.Shared.Models; + + [TestFixture] + public class X12AcknowledgmentServiceTester + { + [Test] + public void Acknowledge837ITest() + { + var service = new InstitutionalClaimAcknowledgmentService(); + var responses = service.AcknowledgeTransactions(this.GetEdi("837I_4010_Batch1.txt")); + + Assert.AreEqual(1, responses.Count); + var response = responses.First(); + Assert.AreEqual("612200041", response.GroupControlNumber); + Assert.AreEqual(54, response.TransactionSetResponses.Count); + + var interchange = new Interchange(DateTime.Now, 1, true); + var group = interchange.AddFunctionGroup("FA", DateTime.Now, 1); + group.VersionIdentifierCode = "005010X231A1"; + group.Add999Transaction(responses); + } + + private Stream GetEdi(string filename) + { + return Assembly.GetExecutingAssembly().GetManifestResourceStream("X12.Validation.Tests.Unit.Data." + filename); + } + } +} diff --git a/tests/X12.Validation.Tests.Unit/packages.config b/tests/X12.Validation.Tests.Unit/packages.config new file mode 100644 index 00000000..2c60fcf0 --- /dev/null +++ b/tests/X12.Validation.Tests.Unit/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file